@charset "UTF-8";
html{
    background: #ffffff;
}
/*解决Chrome浏览器表单自动填充默认样式--开始*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
/*解决Chrome浏览器表单自动填充默认样式--结束*/
.error-border-highlight {
    border: 0 !important;
    border-bottom: 1px solid #e4393c !important;
    border-radius: 0 !important;
}
ul{
    list-style: none;
}
.log-logo{
    width: 100%;
    margin-top: .35rem;
    margin-bottom: .1rem;
    text-align: center;
    font-size: initial;
}
.log-logo img{
    height: .4rem;
}
section{
    padding: 0 .25rem;
    margin-top: .12rem;
}
h2 {
    color: #515151;
    font-size: .26rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
    margin-top: .2rem;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, sans-serif;
    /* display: none; */
}
.log-error{
    display: block;
    color: #E07365;
    font-size: .14rem;
    text-align: center;
}
.log-content{
    width: 100%;
    font-size: initial;
}
.log-content ul li{
    position: relative;
    padding: 0;
    margin: .11rem 0;
}
.log-content ul li input{
    width: 100%;
    border: 0;
    font-size: .16rem;
    outline: none;
    padding: .04rem 0;
}
.log-yzm{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40% !important;
    border: 0 !important;
    background: #ffffff;
    text-align: right;
    padding: 0 !important;
    line-height: .3rem;
    position: absolute;
    right: 0;
    top: .05rem;
    bottom: .05rem;
    outline: none !important;
    font-size: .14rem !important;
    color: #2c82fc;
    z-index: 2;
    cursor: pointer;
}
.log-yzm:disabled{
    color: #bebebe;
}
.log-content ul li i.password-link,.log-content ul li i.password-active{
    width: .46rem;
    height: .38rem;
    position: absolute;
    right: .01rem;
    top: 50%;
    margin-top: -.19rem;
    display: block;
    z-index: 3;
}
.log-content ul li i.password-link{
    background: url(../img/password-link.jpg) center no-repeat #ffffff;
    background-size: auto .15rem;
}
.log-content ul li i.password-active{
    background: url(../img/password-hover.jpg) center no-repeat #ffffff;
    background-size: auto .15rem;
}
/*.log-binding{
    width: 100%;
    background: #2c82fc;
    border: 0;
    -webkit-border-radius: .03rem;
    -moz-border-radius: .03rem;
    border-radius: .03rem;
    color: #ffffff;
    font-size: .16rem;
    margin-top: .4rem;
    padding: .1rem 0;
    cursor: pointer;
    outline: none;
}
.log-binding:active{
    background: #fa981d;
}*/
.log-content ul p{
    width: 100%;
    color:#777777;
    margin-top: .18rem;
    text-align: center;
    font-size: .12rem;
}
.log-content ul p a{
    color: #2c82fc;
}
.border-bottom:after{
    z-index: -1;
}
