@charset "utf-8";
/* 登录 */
.usercenter-header h1{
    background-color:#fff!important;
}
.cm-header{
    height:3.3rem;
    line-height:3.3rem
}
.content{
    margin-top:3.33333333rem;
    padding:1rem 2rem;
    position:relative
}
.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!important;
    border:1px solid #f90
}
.pagelist{
    padding:10px 0;
}
.isclicked{
    color:#000!important;
    width:100%!important;
    position: relative!important;
    font-size: 1.4rem;
    right:0!important;
    top:1rem!important;
}
.pagelist .psl{
    color:#1FBDAC;
    height:3.33333333rem;
    line-height:3.33333333rem;
    display: block;
    text-align: center;
    position:absolute;
    right: 2rem;
    top:0
}
.pagelist .mbl{
    color:#1FBDAC;
    height:3.33333333rem;
    line-height:3.33333333rem;
    display: block;
    text-align: center;
    position:absolute;
    right: 2rem;
    top:0
}

.vclogin,.pwlogin{
    display:none
}
.db{display:block}
.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
}