@charset "utf-8";
.logint{
    background-color: #fff;
    height: 70px;
    box-shadow: 0 2px 3px 0 rgb(148 158 195 / 15%);
}
.login-logo{
    margin-top: 10px;
}
.login-logo a{}
.login-logo a img{
    height: 50px;
    float: left;
}
.login-logo span{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-left: 20px;
}
.login-fh{
    line-height: 70px;
}
.login-fh a i{
    margin-right: 5px;
    color: #666;
}

.login-wrap{
    height: calc(100vh - 70px);
}
.login-con{
    background: url(../images/bg_login.png) no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 700px;
}
.login_wrapper{
    width: 1220px;
    height: 640px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login_wrapper .login-img{
    float: left;
}
.login_wrapper .login-img img{
    width: 100%;
}
.login_wrapper .login-ck{
    position: relative;
    right: 0;
    float: right;
    display: inline-block;
    height: 600px;
    width: 500px;
    background-color: #fff;
}
.login_wrapper .login-ck .tit{
    padding-top: 48px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #333;
    margin-bottom: 40px;
}
.login-list{}
.login-list .tab-hd{
    padding: 0 40px;
    margin-bottom: 30px;
}
.login-list .tab-hd ul{
    display: table;
    margin: auto;
}
.login-list .tab-hd ul li{
    float: left;
    margin: 0 20px;
    position: relative;
    padding-bottom: 15px;
}
.login-list .tab-hd ul li.on:before{
    content: "";
    background: #A30707;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.login-list .tab-hd ul li a{
    color: #808080;
    font-size: 20px;
}
.login-list .tab-bd{
    padding: 0 40px;
}
.login-list .tab-bd .yhm{
    margin-bottom: 20px;
}
.login-list .tab-bd .yhm input,.login-list .tab-bd .mima input{
    padding: 0 12px 0 20px;
    border: none!important;
    height: 60px!important;
    line-height: 60px!important;
    background: #f2f4fa;
    width: 100%;
    border-radius: 5px;
    outline: 0;
}
.login-list .tab-bd .mima{
    margin-bottom: 20px;
}
.login-list .tab-bd .yzm{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.login-list .tab-bd .yzm input{
    padding: 0 12px 0 20px;
    border: none!important;
    height: 60px!important;
    line-height: 60px!important;
    background: #f2f4fa;
    width: 275px;
    border-radius: 5px;
    float: left;
    outline: 0;
}
.login-list .tab-bd .yzm img{
    float: right;
    width: 130px;
    height: 60px;
    cursor: pointer;
}
.login-list .tab-bd button{
    width: 100%;
    border: 0;
    background-color: #A30707;
    color: #fff;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
}
.login-list .tab-bd button:hover{
    opacity:.8;
}
.login-fooer{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #999;
}
.login-fooer a{
    color: #999;
}



@media (max-width:1024px){
    .logint{
        height: auto;
        padding: 2rem 1.5rem;
    }
    .login-logo{
        margin-top: 0;
        width: 60%;
    }
    .login-logo a img{
        height: 4rem;
        float: left;
    }
    .login-logo span{
        display:none;
    }
    .login-fh{
        line-height: 4rem;
    }
    .login-fh a i{
        margin-right: 5px;
        color: #666;
    }

    .login-wrap{
        height: auto;
    }
    .login-con{
        background: url(../images/bg_login.png) no-repeat;
        width: 100%;
        height: 100%;
        position: relative;
        min-height: 700px;
    }
    .login_wrapper{
        width: auto;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .login_wrapper .login-img{
        display: none;
    }    
    .login_wrapper .login-ck{
        position: relative;
        left: 5%;
        float: inherit;
        display: inline-block;
        height: auto;
        width: 90%;
        background-color: #fff;
        right: initial;
        margin-top: 5rem;
        padding: 4rem 0;
    }
    .login_wrapper .login-ck .tit{
        padding-top: 0;
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .login-list .tab-hd{
        padding: 0 2rem;
        margin-bottom: 2rem;
    }
    .login-list .tab-hd ul{
        display: table;
        margin: auto;
    }
    .login-list .tab-hd ul li{
        float: left;
        margin: 0 20px;
        position: relative;
        padding-bottom: 15px;
    }
    .login-list .tab-hd ul li.on:before{
        content: "";
        background: #A30707;
        width: 30px;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
    }
    .login-list .tab-hd ul li a{
        color: #808080;
        font-size: 20px;
    }
    .login-list .tab-bd{
        padding: 0 2rem;
    }
    .login-list .tab-bd .yhm{
        margin-bottom: 20px;
    }
    .login-list .tab-bd .yhm input,.login-list .tab-bd .mima input{
        padding: 0 12px 0 20px;
        border: none!important;
        height: 60px!important;
        line-height: 60px!important;
        background: #f2f4fa;
        width: 100%;
        border-radius: 5px;
        outline: 0;
    }
    .login-list .tab-bd .mima{
        margin-bottom: 20px;
    }
    .login-list .tab-bd .yzm{
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }
    .login-list .tab-bd .yzm input{
        padding: 0 12px 0 20px;
        border: none!important;
        height: 60px!important;
        line-height: 60px!important;
        background: #f2f4fa;
        width: 60%;
        border-radius: 5px;
        float: left;
        outline: 0;
    }
    .login-list .tab-bd .yzm img{
        float: right;
        width: 35%;
        height: 60px;
        cursor: pointer;
    }
    .login-list .tab-bd button{
        width: 100%;
        border: 0;
        background-color: #A30707;
        color: #fff;
        height: 60px;
        border-radius: 5px;
        font-size: 20px;
    }
    .login-list .tab-bd button:hover{
        opacity:.8;
    }
    .login-fooer{
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        line-height: 40px;
        color: #999;
    }
    .login-fooer a{
        color: #999;
    }
}