/* ---------------------------------------------------- *\

    #  esopLogin page

\* ---------------------------------------------------- */
/* ---------------------------------------------------- *\

    #  全局样式

\* ---------------------------------------------------- */
/*html,body{
    width: 100vw;
}*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.login-page{
    width: 100%;
    height: 100vh;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
input{
    outline-style: none ;
    border: 0px;
    width: 300px;
    height: 44px;
    border-radius: 3px;
    padding: 0px 15px;
    background-color: #E8F0FE;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ADBBCC;
}

input:-moz-placeholder,textarea:-moz-placeholder{
    color:#ADBBCC;
}

input::-moz-placeholder,textarea::-moz-placeholder{
    color:#ADBBCC;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#ADBBCC;
}
.error-display{
    justify-content: flex-start;
    position: absolute;
    top:-20px;
    font-size: 14px;
    color: red;
}

/* ---------------------------------------------------- *\

    #  顶部header样式

\* ---------------------------------------------------- */
.login-page-title {
    font-family: Helvetica!important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    color: #FFFFFF;
    font-size: 24px;
    width:100%;
    background-color: #2B325B;
    padding: 0 27px 0 66px;
    font-weight: 100;
    height: 60px;
}

.login-page-title .left-content{
    display: flex;
    align-items: center;
}

.login-page-title .main-title{
    background: url(../../images/loginImgs/esopTopLogo.png) no-repeat;
    height: 42px;
    width: 103px;
    background-size: 100%;
}

.login-page-title .sub-title{
    font-size: 22px;
    margin-left: 5px;
}
/* ---------------------------------------------------- *\

    #  body样式

\* ---------------------------------------------------- */
.login-page-body{
    min-height: 580px;
    background-color: #2B325B;
    height: calc(100% - 160px);
}
.bg-area{
    width: 637px;
    height: 573px;
    background: url(../../images/loginImgs/47.png) no-repeat;
    background-size: 100% 100%;
}
.login-area{
    width: 377px;
    height: 504px;
    border-radius: 8px;
    background-color: #fff;
}
.login-area .login-area-title{
    padding: 50px 0px 30px;
}
.login-area .login-area-title .login-area-title-pic{
    width: 97px;
    height: 32px;
    background: url(../../images/loginImgs/esopLogo.png) no-repeat;
    background-size: 100%;
    margin: auto;
}
.login-area .login-area-input{
    position: relative;
}
.login-area .login-area-input .login-error{
    width: 302px;
    color: red;
    margin-bottom: 5px;
}
.login-area .login-area-input .account-container{
    height: 70px;
    position: relative;
}
.login-area .login-area-input .account-input.account-input-error{
    border: 1px solid red;
}
.login-area .login-area-input .password-container{
    height: 70px;
    position: relative;
}
.login-area .login-area-input .password-input.password-input-error{
    border: 1px solid red;
}

.login-area .login-area-input .validateCode-container{
    height: 70px;
    position: relative;
}
.login-area .login-area-input .validateCode-input.validateCode-input-error{
    border: 1px solid red;
}

.login-area .login-area-input .validateCodeImg-container{
    height: 70px;
    position: relative;
}

.login-area  .login-area-btn{
    height: 46px;
    width: 300px;
    background-color: #556DE6;
    border-radius: 6px;
    color: #fff;
    margin: 20px auto;
    cursor: pointer;
}
.login-area .login-area-btn:hover{
    opacity: 0.8;
}
.login-area .login-area-risk-warning{
    width: 300px;
    font-size: 12px;
    color: #999;
    margin: 20px auto 40px;
}
.login-area .login-area-tail{
    justify-content: flex-end;
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
}

.login-area .login-area-qrcode {
    width: 300px;
    height: 122px;
    position: absolute;
    border-radius: 8px;
    margin: -5px auto;
    left: 20px;
    bottom: 20px;
    color: #fff;
}
.login-area .login-area-qrcode .login-qrcode {
    position: absolute;
    height: 102px;
    width: 102px;
    margin: 10px 6px;
}
.login-area .login-area-qrcode .login-qrcode-welcome {
    position: absolute;
    left: 115px;
    top: -12px;
    font-size: 14px;
    color: #fff;
    margin: 24px 0 4px 0
}
.login-area .login-area-qrcode .login-qrcode-account {
    position: absolute;
    left: 115px;
    top: 46px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
}
.login-area .login-area-qrcode .login-qrcode-chat {
    position: absolute;
    left: 115px;
    top: 84px;
    font-size: 12px;
    color: #fff;
}
.login-area .login-area-qrcode .login-qrcode-customer {
    font-size: 12px;
    color: #fff;
}
/* ---------------------------------------------------- *\

    #  footer样式

\* ---------------------------------------------------- */
.login-page-footer{
    text-align: center;
    height: 100px;
    background-color: #2B325B;
    color: rgba(255,255,255,0.6) ;

}

/* ---------------------------------------------------- *\

    #  出厂动画

\* ---------------------------------------------------- */
.bg-area.login-animation{
    animation: loginAnimation ease 2s forwards;
}
@keyframes loginAnimation {
    2% {background: url(../../images/loginImgs/1.png) no-repeat;background-size: 100%}
    4% {background: url(../../images/loginImgs/2.png) no-repeat;background-size: 100%}
    6% {background: url(../../images/loginImgs/3.png) no-repeat;background-size: 100%}
    8% {background: url(../../images/loginImgs/4.png) no-repeat;background-size: 100%}
    10% {background: url(../../images/loginImgs/5.png) no-repeat;background-size: 100%}
    12% {background: url(../../images/loginImgs/6.png) no-repeat;background-size: 100%}
    14% {background: url(../../images/loginImgs/7.png) no-repeat;background-size: 100%}
    16% {background: url(../../images/loginImgs/8.png) no-repeat;background-size: 100%}
    18% {background: url(../../images/loginImgs/9.png) no-repeat;background-size: 100%}
    20% {background: url(../../images/loginImgs/10.png) no-repeat;background-size: 100%}
    22% {background: url(../../images/loginImgs/11.png) no-repeat;background-size: 100%}
    24% {background: url(../../images/loginImgs/12.png) no-repeat;background-size: 100%}
    26% {background: url(../../images/loginImgs/13.png) no-repeat;background-size: 100%}
    28% {background: url(../../images/loginImgs/14.png) no-repeat;background-size: 100%}
    30% {background: url(../../images/loginImgs/15.png) no-repeat;background-size: 100%}
    32% {background: url(../../images/loginImgs/16.png) no-repeat;background-size: 100%}
    34% {background: url(../../images/loginImgs/17.png) no-repeat;background-size: 100%}
    36% {background: url(../../images/loginImgs/18.png) no-repeat;background-size: 100%}
    38% {background: url(../../images/loginImgs/19.png) no-repeat;background-size: 100%}
    40% {background: url(../../images/loginImgs/20.png) no-repeat;background-size: 100%}
    42% {background: url(../../images/loginImgs/21.png) no-repeat;background-size: 100%}
    44% {background: url(../../images/loginImgs/22.png) no-repeat;background-size: 100%}
    46% {background: url(../../images/loginImgs/23.png) no-repeat;background-size: 100%}
    48% {background: url(../../images/loginImgs/24.png) no-repeat;background-size: 100%}
    50% {background: url(../../images/loginImgs/25.png) no-repeat;background-size: 100%}
    52% {background: url(../../images/loginImgs/26.png) no-repeat;background-size: 100%}
    54% {background: url(../../images/loginImgs/27.png) no-repeat;background-size: 100%}
    56% {background: url(../../images/loginImgs/28.png) no-repeat;background-size: 100%}
    58% {background: url(../../images/loginImgs/29.png) no-repeat;background-size: 100%}
    60% {background: url(../../images/loginImgs/30.png) no-repeat;background-size: 100%}
    62% {background: url(../../images/loginImgs/31.png) no-repeat;background-size: 100%}
    64% {background: url(../../images/loginImgs/32.png) no-repeat;background-size: 100%}
    66% {background: url(../../images/loginImgs/33.png) no-repeat;background-size: 100%}
    68% {background: url(../../images/loginImgs/34.png) no-repeat;background-size: 100%}
    70% {background: url(../../images/loginImgs/35.png) no-repeat;background-size: 100%}
    72% {background: url(../../images/loginImgs/36.png) no-repeat;background-size: 100%}
    74% {background: url(../../images/loginImgs/37.png) no-repeat;background-size: 100%}
    76% {background: url(../../images/loginImgs/38.png) no-repeat;background-size: 100%}
    78% {background: url(../../images/loginImgs/39.png) no-repeat;background-size: 100%}
    80% {background: url(../../images/loginImgs/40.png) no-repeat;background-size: 100%}
    82% {background: url(../../images/loginImgs/41.png) no-repeat;background-size: 100%}
    84% {background: url(../../images/loginImgs/42.png) no-repeat;background-size: 100%}
    86% {background: url(../../images/loginImgs/43.png) no-repeat;background-size: 100%}
    88% {background: url(../../images/loginImgs/44.png) no-repeat;background-size: 100%}
    90% {background: url(../../images/loginImgs/45.png) no-repeat;background-size: 100%}
    92% {background: url(../../images/loginImgs/46.png) no-repeat;background-size: 100%}
    94% {background: url(../../images/loginImgs/47.png) no-repeat;background-size: 100%}
    96% {background: url(../../images/loginImgs/47.png) no-repeat;background-size: 100%}
    98% {background: url(../../images/loginImgs/47.png) no-repeat;background-size: 100%}
    100% {background: url(../../images/loginImgs/47.png) no-repeat;background-size: 100%}
}
