*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.main{
    width: 100%;
    height: 100vh;
    background: url("../images/register/backgrounds.png") no-repeat center / 100% auto;
    background-size:cover;
}
.header{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 0.36rem;
    color: #fff;
    padding: 0.32rem;
}
.header_icon{
    position: absolute;
    width: 0.16rem;
    height: 0.3rem;
    background: url("../images/register/return.png") no-repeat center  / 100% auto;
    left: 0.32rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.forms{
    width: 100%;
    text-align: center;
    padding-top: 1.9rem;
}
.forms_list{
    display: flex;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.lists{
    display: flex;
    width: 4.8rem;
    height: 0.8rem;
    border-bottom: 0.02rem solid #FDCFCF;
    align-items: center;
    position: relative;
}
.lists input{
    /*width: 0.4rem;*/
    height: 0.5rem;
}
.list_account_icon{
    width: 0.26rem;
    height: 0.4rem;
    background: url("../images/accounts.png") no-repeat center / 100% auto;
    margin-right: 0.3rem;
}
input{
    border: none;
    outline: none;
    background: transparent;
    color: #ffffff;
}
input::-webkit-input-placeholder {
    color: #fff;
    font-size: 0.26rem;
}
input:-moz-placeholder {
    color: #fff;
    font-size: 0.26rem;
}
input::-moz-placeholder {
    color: #fff;
    font-size: 0.26rem;
}
input:-ms-input-placeholder {
    color: #fff;
    font-size: 0.26rem;
}
.list_name_icon{
    width: 0.28rem;
    height: 0.3rem;
    background: url("../images/register/name.png") no-repeat center / 100% auto;
    margin-right: 0.28rem;
}
.list_password_icon{
    width: 0.26rem;
    height: 0.32rem;
    background: url("../images/passwords.png") no-repeat center / 100% auto;
    margin-right:0.3rem ;
}
.eye{
    width: 0.22rem;
    height: 0.14rem;
    background: url("../images/eye.png") no-repeat center / 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.list_member_icon{
    width: 0.28rem;
    height: 0.22rem;
    background: url("../images/member.png") no-repeat center / 100% auto;
    margin-right: 0.26rem;
}
.list_code_icon{
    width: 0.3rem;
    height: 0.24rem;
    background: url("../images/code.png") no-repeat center / 100% auto;
    margin-right: 0.26rem;
}
.submit{
    width: 4.8rem;
    height: 0.64rem;
    background: url("../images/button.png") no-repeat center / 100% auto;
    border: none;
    color: #fff;
    outline: none;
    font-size: 0.36rem;
    margin-top:0.6rem;
}
.agreement{
    display: flex;
    font-size: 0.18rem;
    color: #FFFFFF;
    align-items: center;

}
.agreement_icon{
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.06rem;
}
.empty{
    background: url("../images/adius.png") no-repeat center / 100% auto;
}
.yes{
    background: url("../images/dui.png") no-repeat center / 100% auto;
}
.agreement font{
    color: #000;
}
.verification_content{
    font-size: 0.28rem;
    color: #333;
}