/* CSS Document */
*{
    margin:0;
    padding:0;
}
body{
    font-size: 14px;
    min-width: 1300px;
    min-height:800px;

}
.login-top{
    height: 45px;
    background:rgba(51,51,51,0.5);
    padding:0 50px;
    color: #ffffff;
    font-size: 14px;
    position: fixed;
    width: 100%;
    top:0;
    min-width: 1400px;
}
.login-top-left{
    float: left;
    height: 45px;
    background: url(../img/hi.png) no-repeat left/15px ;
    width: 50%;
    padding-left: 20px;
    line-height: 45px;
}
.login-top-right{
    float: left;
    height: 45px;
    width: 50%;
    line-height: 45px;
    text-align: right;
}
.login-download{
    padding: 4px 8px;
    border-radius:3px;
    border: 1px solid #39bc47;
    background: #39bc47;
    color: #ffffff;
    outline: 0;
}
.login-download:active{
    background: #62c86d;
    border: 1px solid #62c86d;
}
.login-platform{
    padding-top: 10vh;
    padding-left: 15%;
    font-size: 20px;
    font-weight: bold;
}
.login-bgd{
    position: relative;
    height: 100%;
    width:1400px;
    background: url("../img/login-background-new.jpg") no-repeat 50%;
    background-size: cover;
}
.login-max{
    width: 25%;
    position: absolute;
    top: 22%;
    left: 57%;
}
.login-head{
    font-size: 30px;
    color: #000000;
}
.login-name{
    padding: 20px 0;
    font-size: 18px;
    color: #666666;
}
.login-table{
    padding: 20px 0;
}
.login-table table{
    width: 100%;
}
.login-table table td{
    height:70px;
    border-bottom: 1px solid #dddddd;
}
.login-table table td:first-child{
    color: #999999;
    width: 100px;
    text-align: right;
}
.login-table table td input{
    height: 70px;
    width: 100%;
    font-size: 16px;
    border: 0;
    background: 0;
    outline: 0;
    color: #666666;
}
.login-user{
    background:url("../img/icon_logins.png") no-repeat left/20px;
}
.login-psd{
    background:url("../img/icon_psw2.png") no-repeat left/20px;
}
.login-yzm{
    background:url("../img/icon_yzm.png") no-repeat left/20px;
}
.login-top{
    height: 45px;
    background:rgba(51,51,51,0.5);
    padding:0 50px;
    color: #ffffff;
    font-size: 14px;
    position: fixed;
    width: 100%;
    top:0;
    min-width: 1400px;
}
.login-top-left{
    float: left;
    height: 45px;
    background: url(../img/hi_xh.png) no-repeat left/15px ;
    width: 50%;
    padding-left: 20px;
    line-height: 45px;
}
.login-top-right{
    float: left;
    height: 45px;
    width: 50%;
    line-height: 45px;
    text-align: right;
}
.login-btn{
    padding: 20px 0;
}
.login-btn button{
    width: 100%;
    color: #ffffff;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #4989ff;
    background: #4989ff;
    font-size: 18px;
    outline: 0;
    cursor: pointer;
}
.login-btn button:active{
    background: #72a4ff;
    border: 1px solid #72a4ff;
}
.login-password{
    padding: 15px;
}
.login-password span{
    cursor: pointer;
    color: #999999;
    font-size: 14px;
}
.login-password a{
    cursor: pointer;
    color: #4989ff;
    float: right;
    font-size: 14px;
}
.login-yzm-btn{
    position: relative;
    height: 70px;
    float: right;
    margin-top: -70px;
    padding: 0 30px;
    color: #4989ff;
    background: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-weight: bold;
}
.login-close{
    width: 40px;
    height: 40px;
    border: 3px solid #aaaaaa;
    line-height: 35px;
    text-align: center;
    font-size: 40px;
    color: #aaaaaa;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.login-hide{
    display: none;
}
.login-tips{
    color: #ff0000;
    font-size: 14px;
}
.login-content{
    width: 520px;
    float: right;
    margin: 6% 20% 0% 0%;
}
.login-content-max{
    padding: 100px 50px;
}
.login-logo{
    text-align: center;
}
.login-title{
    padding: 20px;
    font-weight: bold;
    color: #000000;
    font-size: 28px;
    text-align: center;
}
.login-content-form{
    padding:30px;
    position: relative;
}
.login-mode-max{
    display: flex;
    border-bottom: 1px solid #aaaaaa;
}
.login-mode{
    width: 33%;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    color: #aaaaaa;
}
.login-mode.active{
    color: #0063b1;
    font-weight: bold;
}
.login-mode-hr-max{
    position: relative;
    top: -2px;
}
.login-mode-hr {
    border-top: 3px solid #0162b1;
    width: 33%;
    position: absolute;
    left: 0;
    transition: left 0.3s;

}
.login-form-fill{
    padding:0 30px;
}
.login-form-text{
    padding: 15px 0 20px 5px;
    color: #888888;
}
.login-form-fill-min{
    padding: 10px 0;
}
.login-form-fill-min input{
    height: 50px;
    font-size: 16px;
}
.login-form-state{
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-forgot-password{
    font-size: 14px;
    color: #3da2ff;
    cursor: pointer;
}
.login-form-btn{
    padding: 15px 0;
}
.login-tips{
    height: 40px;
    color: #ff0000;
    text-align: center;
}
.login-submit-btn{
    background: #0162b1;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    cursor: pointer;
}
.login-submit-btn:hover{
    background: #0274d1;
}
.login-submit-btn:active{
    background: #0162b1;
}
.login-form-code{
    display: flex;
    align-items: center;
}
.login-form-code button{
    width: 150px;
    height: 50px;
    border: 0;
    background: #0162b1;
    cursor: pointer;
    color: #ffffff;
}
.login-form-code button:hover{
    background: #0274d1;
}
.login-form-code button:active{
    background: #0162b1;
}
.left-enter,
.left-leave-to {
    opacity: 0;
    transform: translateX(-100px);
}
.left-enter-active,
.left-leave-active{
    transition: all 0.5s ease;
}

.right-enter,
.right-leave-to {
    opacity: 0;
    transform: translateX(100px);
}
.right-enter-active,
.right-leave-active{
    transition: all 0.5s ease;
}














