html, body {
    height: 100%;
}
.login-content{
    height: 100%;
    font-family: "Microsoft Yahei";
    background: #17182E url("../image/../image/login-bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
.login-wrap{
    width: 940px;
    height: 510px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.login-banner{
    float: left;
    width: 596px;
    height: 100%;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}
.login-banner img{
    width: 100%;
    height: 100%;
}
.login-box{
    position: relative;
    float: right;
    width: 344px;
    height: 100%;
    padding: 0 45px;
    background: #fff;
    border-radius: 0 12px 12px 0;
    box-sizing: border-box;
}
.login-fhlm{
    width: 124px;
    height: 124px;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../image/../image/fhlm-bg.png") no-repeat right top;
    background-size: 100% auto;
    box-sizing: border-box;
    text-align: right;
}
.fhlm-logo img{
    height: 62px;
}
.login-logo{
    padding: 30px;
    text-align: center;
}
.login-logo img{
    height: 65px;
}

.form-ul li{
    position: relative;
}
.form-ul .inputs{
    width: 100%;
    padding-left: 10px;
    color: #333;
    font-size: 14px;
    height: 34px;
    border: none;
    border-bottom: 1px solid #D7D9DD;
    outline: none;
    box-sizing: border-box;
}
.form-ul .inputs::-webkit-input-placeholder{
    color: #979AAD;
}
.form-ul .password-li .inputs {
    padding-right: 75px;
}
.form-ul .captcha-li .inputs {
    padding-right: 120px;
}
.form-ul .forget-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #404040;
}
.form-ul .forget-password:hover{
    color: #395FB5;
}
.username-li,.password-li,.captcha-li{
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: left center;
}
.username-li{
    background-image: url("../image/../image/username.png");
}
.password-li{
    background-image: url("../image/../image/password.png");
    margin-top: 16px;
}
.captcha-li{
    background-image: url("../image/../image/vcode.png");
    margin-top: 16px;
}
.username-li.on {
    background-image: url("../image/../image/username-on.png");
}
.password-li.on{
    background-image: url("../image/../image/password-on.png");
}
.captcha-li.on{
    background-image: url("../image/../image/vcode-on.png");
}
.captcha-li .verify{
    position: absolute;
    bottom: 0;
    right: 0;
}
.captcha-li .verify img {
    width: 100px;
    height: 32px;
    border: 1px solid #D7D9DD;
}

.error-li{
    min-height: 35px;
}
.login-error{
    padding: 7px;
    color: red;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.login-error.hidden{
    display: none;
}

.button-li button{
    padding-bottom: 0;
    width: 100%;
    height: 38px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    background-color: #5392E3\0;
    background-image: linear-gradient(-270deg, #5392E3 0%, #715ECF 100%);
    border-radius: 18px;
}
.button-li button:hover{
    background: #715ECF;
}
.button-li button.disabled{
    background: #CCCEDC;
    cursor: not-allowed;
}

.login-link{
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}
.login-link a{
    color: #404040;
}
.login-link a:hover{
    color: #395FB5;
}
.login-link span{
    color: #404040;
    margin: 0 10px;
}

.login-bottom{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}
.login-client{
    margin-bottom: 20px;
    text-align: center;
}
.login-client .link{
    position: relative;
    display: inline-block;
    width: 110px;
    font-size: 12px;
    color: #404040;
    line-height: 32px;
    border: 1px solid #979797;
    border-radius: 18px;
    text-align: center;
    margin: 0 5px;
    transition: 0.2s;
}
.login-client .link:hover{
    color: #395FB5;
    border: 1px solid #395FB5;
}
.login-client .link span{
    display: inline-block;
    vertical-align: middle;
}
.login-client .pc .icon{
    width: 17px;
    height: 15px;
    background: url("../image/../image/login-pc.png");
}
.login-client .phone .icon{
    width: 11px;
    height: 18px;
    background: url("../image/../image/login-phone.png");
}
.login-client .phone .erweima{
    background-color: #fff;
    padding: 5px;
    position: absolute;
    left: 50%;
    top: -114px;
    transform: translateX(-50%);
    background-size: cover;
    border-radius: 5px;
    display: none;
    box-shadow: 0 2px 22px 0 rgba(0,0,0,0.25);
}
.login-client .phone .erweima img{
    height: 90px;
}
.login-client .phone .erweima:after{
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
}
.login-client .phone:hover .erweima{
    display: block;
}

/*测速样式*/
.eycmain-footer {
    text-align: center;
}
.eycmain-footer__left {
    display: none;
}
.eycmain-footer__left *{
    vertical-align: middle;
}
.eycmain-footer__left img {
    width: 14px;
    height: 14px;
}
.eycmain-footer__left span {
    opacity: 0.7;
    font-size: 12px;
    color: #404040;
    margin: 0 2px;
}
.eycmain-footer__left a {
    font-size: 12px;
    text-decoration: underline;
}
.eycmain-footer__loading {
    font-size: 12px;
    color: #404040;
}

/*验证姓名弹框里的样式*/
.verify-name-pop .service{
    text-decoration: underline;
}
.verify-name-pop .text{
    margin-top: 12px;
    color: #111;
}
.verify-name-pop .surname{
    margin-top: 15px;
    position: relative;
}
.verify-name-pop .surname .tip{
    color: red;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -48px;
}

/*登录封面*/
.login-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background: #0f0f0f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}
.login-cover.show{
    top: 0;
}
.login-cover.hide{
    transition: 0.5s;
    top: -100%;
}
.login-approve{
    text-align: center;
    margin-bottom: 40px;
}
.login-approve .img{
    height: 62px;
}
.login-approve .line{
    display: inline-block;
    width: 1px;
    height: 42px;
    background: #373737;
    margin: 0 18px;
}
.login-approve .approve{
    display: inline-block;
    width: 68px;
    height: 62px;
    background: url("../image/../image/fhlm-approve.png") no-repeat;
    background-size: contain;
}
.login-enter{
    margin-bottom: 18px;
    text-align: center;
}
.login-enter .enter-btn{
    width: 84%;
    height: 48px;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 2px;
    border: none;
    border-radius: 25px;
    text-align: center;
}
.login-enter .enter-btn span{
    display: inline-block;
    vertical-align: middle;
}
.login-enter .enter-btn .icon{
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.login-enter .pc-btn{
    background-color: #406EC7\0;
    background-image: linear-gradient(-90deg, #4EC0FF 0%, #406EC7 100%);
}
.login-enter .pc-btn .icon{
    width: 32px;
    height: 28px;
    background-image: url("../image/../image/enter-pc.png");
}
.login-enter .phone-btn{
    background-color: #429321\0;
    background-image: linear-gradient(-90deg, #B4EC51 0%, #429321 100%);
}
.login-enter .phone-btn .icon{
    width: 20px;
    height: 29px;
    background-image: url("../image/../image/enter-phone.png");
}


/*自适应手机样式*/
@media screen and (max-width: 940px) {
    .login-wrap{
        width: auto;
    }
    .login-banner{
        display: none;
    }
    .login-box{
        border-radius: 12px;
    }
}
@media screen and (max-width: 767px) {
    .login-content{
        background: #fff;
    }
    .login-wrap{
        width: 100%;
        height: 100%;
    }
    .login-box{
        width: 100%;
        height: 100%;
        padding: 8%;
    }
    .login-client{
        display: none;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .login-box{
        padding-top: 0;
    }
    .login-bottom{
        position: static;
        padding: 5px;
    }
}
