
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;
}
p{
    margin: 0px;
}
input {
    display: block;
    height: 40px;
    /* line-height: 40px; */
    border: 0;
    background: #fff;
    border-bottom: 1px solid #dedede;
    color: #000;
    margin-top: 24px;
    width: 100%;
    outline: none;
    font-size: 16px;
}
input::-webkit-input-placeholder{
    color: #d4d4d4;
    font-size: 15px;
    /* line-height: 40px; */
}
#regform .title{
    font-size: 23px;
    color: #383838;
    margin: 23px 0px;
}

.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;
}
/* 输入密码 */
#regform .pwd{
    position: relative;
}
#regform .pwd img{
    position: absolute;
    right: 10px;
    top: 18px;
    width: 16px;
    height: 10px;
}
/* 确认密码 */
#regform .rpwd{
    position: relative;
}
#regform .rpwd img{
    position: absolute;
    right: 10px;
    top: 18px;
    width: 16px;
    height: 10px;
}
/* 密码 */
#pwd-visible{
    display: none;
}
#rpwd-visible{
    display: none;
}

/* 表单验证 */
#regform .mobile{
    position: relative;
}
#uname-error{
    position: absolute;
    left: 0;
    color: #e54a4a;
    font-size: 14px;
    margin-top: 6px;
    margin-left: 30px;
    font-weight: normal!important;
}
#password-error{
    position: absolute;
    left: 0;
    color: #e54a4a;
    font-size: 14px;
    margin-top: 6px;
    margin-left: 30px;
    font-weight: normal!important;
}
#rpassword-error{
    position: absolute;
    left: 0;
    color: #e54a4a;
    font-size: 14px;
    margin-top: 6px;
    margin-left: 30px;
    font-weight: normal!important;
}

.cen {
    justify-content: center;
}
.cen .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;
}

#uname{
    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;
}
#password{
    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;
}
#password1{
    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;
}
#rpassword{
    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;
}
#rpassword1{
    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;
}
#inviter{
    box-sizing: border-box;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 2px center;
    background-image: url("../img/user.png");
    padding-top: 4px;
}
#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;
}
#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;
}

/* 用户协议 */
.agre{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.agre input{
    height: 16px;
    width: 16px;
}
.agre span{
    color: #bbbbbb;
    font-size: 13px;
}
.agre .protocol-name{
    color: #db9c5a;
}

.agre .check{
    width: 14px;
    height: 14px;
    text-align: center;
    background: transparent;
    border:1px solid #db9c5a;
    box-sizing: border-box;
    text-align: center;
    line-height: 14px;
    margin-right: 10px;
}
.agre .check i{
    font-size: 10px;
    color: #fff;
}
.checkColor{
    color: #db9c5a!important;
}


/* 协议弹层 */
.modal-content{
    width: 320px;
    height: 380px;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%);
}
.modal-header{
    border: 0px;
    padding: 0px;
    height: 60px;
}
.modal-header .close span{
    margin-right: 10px;
}
.modal-header .agreement{
    width: 106px;
    height: 120px;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: -42px;
}
.modal-body{
    padding: 0px;
}
.modal-body .title{
    color: #353535;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.modal-body .contant1{
    padding: 4px 10px 0 20px;
    color: #666666;
    font-size: 16px;
}
.modal-body .contant2{
    padding: 0px 10px 0 20px;
    color: #b1b1b1;
    font-size: 16px;
}
.modal-footer{
    text-align: center;
    border: none;
}
.modal-footer button{
    width: 138px;
    height: 44px;
    font-size: 16px;
}
.modal-footer .consent{
    background-color: #db9c5a;
    color: #fff;
}


