/* 登录 */
html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
body {
    position: relative;
}
form {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0 43px;
    box-sizing: border-box;
}
#logform .title{
    font-size: 23px;
    color: #383838;
}
input{
    display: block;
    height: 40px;
    /* line-height: 40px; */
    border: 0 !important;
    background: #fff;
    border-bottom: 1px solid #dedede !important;
    color: #000 !important;
    margin-top: 24px;
    width: 100%;
    padding-left: 8px;
    outline: none;
    font-size: 16px;
}
input::-webkit-input-placeholder{
    color: #d4d4d4;
    font-size: 15px;
    /* line-height: 40px; */
}
.auth-code{
    position: relative;
}
.auth-code .gain{
    position: absolute;
    top: -22px;
    right: 0;
    /* width: 92px; */
    height: 34px;
    color: #e3b27f;
    font-style: 13px;
    margin-top: 22px;
    background-color: transparent;
    border: 1px solid #f0f0f0;
    text-align: center;
    line-height: 34px;
}
#logform .pwd{
    position: relative;
}
/* 隐藏css */
#logform .pwd img{
    position: absolute;
    right: 0px;
    top: 14px;
    width: 16px;
    height: 10px;
}
#logform #pwd-visible{
    display: none;
}
#logform .sign{
    display: flex;
    justify-content: space-around;
    margin-top: 20px; 
}
#logform .sign span{
    width: 1px;
   background-image: url(../img/shuxian.png);
}
#logform .sign a{
    font-size: 16px;
    color: #ababab;
    text-decoration: none;
}
#logform #btn{
    margin: 30px auto 0;
    background: #f5dcc3;
    text-align: center;
    border: none !important;
    width: 300px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    display: block;
}
.cen p{
    text-align: center;
    margin-top: 40px;
    color: #a2a2a2;   
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cen p span{
    display: inline-block;
    width: 87px;
    border-top: 1px solid #e9e9ee;

}
.cen .pic{
    display: flex;
    justify-content: space-around;
}
.cen i{
    font-size: 46px;
    margin-top: 10px;
    color: #b4b4b4;
}
a {
    font-size: 13px;
    color: #7b7b7b;
    text-decoration: none;
}


/* 表单验证 */
#logform{
    position: relative;
}
#userid-error{
    position: absolute;
    left: 40px;
    color: #e54a4a;
    font-size: 14px;
    margin-top: 6px;
    margin-left: 30px;
}
#userpass-error{
    position: absolute;
    left: 0px;
    color: #e54a4a;
    font-size: 14px;
    margin-top: 6px;
    margin-left: 30px;
}

#userid {
    box-sizing: border-box;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 13px 19px;
    background-position: 2px center;
    background-image: url("../img/tel.png");
    padding-top: 4px;
}
#userpass {
    box-sizing: border-box;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 14px 19px;
    background-position: 2px center;
    background-image: url("../img/pwd.png");
    padding-top: 4px;
}
#userpass1{
    box-sizing: border-box;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 14px 19px;
    background-position: 2px center;
    background-image: url("../img/pwd.png");
    padding-top: 4px;
}
#authCode{
    box-sizing: border-box;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 2px center;
    background-image: url("../img/yzm.png");
    padding-top: 4px;
}
#return {
    display: block;
    background-image: url("../img/fanhui.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 15px;
    position: absolute;
    left: 25px;
}
