
html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
/* body {
    position: relative;
} */
#changePwd{
    height: 100%;
}
form {
    width: 100%;
    /* position: absolute;
    top: 43px;
    left: 0; */
    padding: 0 43px;
    box-sizing: border-box;
}
#logform .title{
    font-size: 23px;
    color: #383838;
    margin-top: 77px;
    margin-bottom: 70px;
}
input{ 
    display: block;
    /* line-height: 40px; */
    border: 0 !important;
    background: #fff;
    border-bottom: 1px solid #dedede !important;
    color: #000 !important;
    margin-top: 22px;
    width: 100%;
    padding-left: 8px;
    outline: none;
    font-size: 16px;
}
input::-webkit-input-placeholder{
    color: #d4d4d4;
    font-size: 15px;
    /* line-height: 40px; */
}
.gain{
    display: flex;
    position: relative;
}
#yzan {
    width: 100%;
    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;
}
#sendsms {
    position: absolute;
    right: 0;
    /* width: 92px; */
    height: 34px;
    color: #e3b27f;
    font-style: 13px;
    margin-top: 22px;
    background-color: transparent;
    border: 1px solid #f0f0f0;
}
.imgVerification{
    position: relative;
}
.imgVerification .pic{
    width: 92px;
    height: 34px;
    border: 1px solid #e9e9e9;
    position: absolute;
    right: 0;
    top: -18px;
    display: flex;
    justify-content: space-around;
    margin: 13px 0px;
}
.imgVerification .pic .pic1{
    width: 50px;
    height: 30px;
    margin-top: 2px;
}
.imgVerification .pic .pic2{
    width: 20px;
    height: 20px;
    margin-top: 6px;
}
#imgVerification{
    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;
}
#logform .pwd{
    position: relative;
}
/* 隐藏css */
#logform .pwd img{
    position: absolute;
    right: 0px;
    top: 16px;
    width: 20px;
    height: 16px;
}
#logform #pwd-visible{
    display: none;
}
#logform .sign{
    display: flex;
    justify-content: space-around;
    margin-top: 20px; 
}
#logform .sign a{
    font-size: 16px;
    color: #9b9b9b;
}
#btn{
    background: #f5dcc3;
    text-align: center;
    border: none !important;
    width: 300px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 50px;
    margin-left: 50%;
    transform: translate(-50%);
}
.cen p{
    text-align: center;
    margin-top: 40px;
    color: #a2a2a2;   
}
.cen .pic{
    display: flex;
    justify-content: space-around;
}
.cen img{
    width: 40px;
   margin-top: 10px;
}
a {
    font-size: 13px;
    color: #7b7b7b;
}
#userid {
    box-sizing: border-box;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 15px 18px;
    background-position: 2px center;
    background-image: url("../img/user.png");
    padding-top: 4px;
}
#telid{
    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;
}
#authCode{
    box-sizing: border-box;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 2px center;
    background-image: url("../img/qq1.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;
    top: 26px;
}










