@charset "utf-8";
/* 注册 */
.dn{display:none}
.db{display:block}
.usercenter-header h1{
    background-color:#fff!important;
}
.cm-header{
    height:3.3rem;
    line-height:3.3rem
}
.content-wrap{
    margin-top:3.33333333rem;
    padding:6rem 2rem 0 2rem
}
.mobilephone,.vercode,.userinfo{
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items:center;
    justify-content:space-between
}
.mobilephone .name{
    width:20%
}
.mobilephone .input{
    width:80%
}
.vercode .name{
    width:20%
}
.vercode .input{
    width:50%
}
.vercode .code{
    width:30%
}
.userinfo .name{
    width:40%
}
.userinfo .input{
    width:60%
}
.register-isable-btn{
    color:#fff!important;
    font-size:16px;
    width:100%;
    height:3.33333333rem;
    display: block;
    line-height:3.33333333rem;
    background-color:#1FBDAC;
    border-radius:10px;
    text-align:center;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    border:none
}
.getcode{
    font-size:1rem;
    float:right;
    padding: 1.2rem .5rem;
    background-color:#fff;
    border:1px solid #DDD;
    color:#DDD;
    height:0!important;
    line-height:0!important;
    border-radius:0!important;
    -webkit-border-radius:0!important;
    -ms-border-radius:0!important;
    -o-border-radius:0!important;
    -moz-border-radius:0!important
}
.isable{
    color:#f90;
    height: 2.33333333rem!important;
    padding: 0 .5rem!important;
    float:right;
    background-color:#fff;
    padding: 0 .5rem!important;
    border:1px solid #f90
}
.content-wrap .input{
    width: 100%
}
.content-wrap input{
    font-size:15px;
    width: 100%;
    height: 3.33333333rem;
    line-height: 3.33333333rem;
    border:none
}
.borderbottom1{
    border-bottom:1px solid #eee
}
.btn-wrap{
    margin-top:1.2rem
}
.userinfo .tit{
    width: 30%;
    float: left;
    height:3.33333333rem;
    line-height:3.33333333rem;
}
.userinfo .input8{
    width: 70%;
    float: right;
}