@charset "UTF-8";
.loading{position: fixed;left: 0;top: 0;z-index: 999;width: 100%;height: 100%;background: url(../images/loading.gif) #fff no-repeat center;background-size: 20%;}
html{font-family:"Helvetica Neue", Helvetica, STHeiTi, sans-serif;  font-size: 62.5%;width: 100%; height: 100%;}
body{font-size: 0.12rem; line-height: 1.5; color:#444; background:#fff;width: 100%; height: 100%;  -webkit-text-size-adjust: none !important;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,div,img,input,textarea,button,select,header,nav,footer,main{margin:0;padding:0;border:0; list-style:none;}
em,i{font-style:normal}
a{color:#333;text-decoration:none;}
a:hover,a:focus{ text-decoration:none;}
.clear{clear:both; font-size:0; line-height:0; width:0; height:0; visibility:hidden;}
img { max-width: 100%; vertical-align:middle; -ms-interpolation-mode: bicubic; }

.main{ width:100%; min-height: 100%; max-width: 7.50rem; margin: 0 auto;background: #c70f17; overflow: auto;}
.login-f{ margin: 0 0.15rem; padding:0.3rem 0.2rem 0 0.2rem; background: url(../images/loginbg.png) no-repeat; min-height: 0.2rem; background-size: 100% auto;}
.login-f ul{ padding: 0 0.2rem; }
.login-f li{margin-bottom: .15rem; position: relative;}
.login-f li input{ width: 100%; height: 0.4rem; padding: 0.05rem 0.1rem; background: #fff; border: solid 1px #efd7c6; box-sizing: border-box; outline: none; border-radius: 0.05rem;font-size:0.14rem;}
.sendyzm{ position: absolute; top: 0.1rem; right: 0.1rem; width: 0.8rem; text-align: center; border-left: 1px solid #d8b5b7; background: none; color: #c70f17; font-size:0.14rem;}
.sendyzm:disabled{ cursor: default; color: #b2b2b2; }

.p2{ padding: 0.2rem 0.15rem 0 0.15rem; }
.p3{ padding: 0.15rem 0.15rem 0 0.15rem; }

.formsub{ padding: 0 0.15rem; }
.footer{ padding: 0.15rem 0.22rem; color: #fff;}
.footer h2{ text-align: center; font-size: 0.2rem; font-weight: normal; padding-bottom: 0.1rem; }
.footer p{ font-size: 0.15rem; }
.footer .small{ text-align: center;font-size: 0.14rem; padding: 0.15rem 0; }
.gotop{ display: block; width: 0.42rem; height: 0.42rem; position: fixed; bottom: 0.2rem; right: 0.15rem; display: none; }
/* 弹框部分 */
.father {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.imagecode {
    width: 3.015rem;
    background: linear-gradient(178deg, #171C99 0%, #0E138F 100%);
    position: absolute;
    left: 0.18rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0.18rem;
    z-index: 1;
    padding: 0.1875rem;
}

.image-box {
    display: flex;
}
#imagecode {
    height: 0.37rem;
    float: left;
    width: 0.962rem;
}

#imagecode-value {
    width: 1.67836rem;
    height: 0.27rem;
    border-left: 1px solid black;
    padding: 0.05rem;
    padding-left: 0.3rem;
    font-size: 0.2rem;
}
.imagecode-button {
    width: 3rem;
    height: 0.34rem;
    border-radius: 0.03rem;
    font-size: .14rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.34rem;
    text-align: center;
    margin-top: 0.05rem;
    background: #1462f4;
    color: #ffffff;
}
.alert-like {
    background-color: rgba(0, 0, 0, .7);
    padding: .2rem .5rem;
    border-radius: .2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, .9);
    transform: translate(-50%, -50%);
    font-size: 0.13rem;
    text-align: center;
}
/* 去除边框 */
input,
button,
textarea {
    border: none;
    /* 去除选中的轮廓线 */
    outline: none;
}
#checkbox1{
    transform: translateY(.01rem);
}