.wrapper{
    margin-top: 8px;
    /*border-top: 1px solid #eee;*/
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.item{
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.label{
    display: inline-block;
    width: 8rem;
    margin-left: 2rem;
    font-size: 1.6rem;
    color:#929292;
    vertical-align:middle;
}
.userInput, .authData{
    display: inline-block;
    width: 16rem;
    height: 100%;
    margin-top: -4px;
    border: none;
    font-size: 1.6rem;
    color:#333;
    vertical-align:middle;
}
.btn_getVerifyCode{
    position: absolute;
    top:12%;
    right: 6px;
    display: block;
    height: 3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fbfbfb;
    color: #787878;
    font-size: 1.2rem;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
}
.btn_getVerifyCode_clicked{
    position: absolute;
    top:12%;
    right: 6px;
    display: block;
    height: 3rem;
    border: 1px solid #adadad;
    border-radius: 5px;
    background: #dcdcdc;
    color: #787878;
    font-size: 1.2rem;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
}
.tips{
    padding: 0.8rem 2rem;
    color:#9f9f9f;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.btn_submit{
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 3.8rem;
    line-height: 3.8rem;
    background: #ff8200;
    border-radius: 4px;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
}
.btn_submit:hover{
    color: #fff;
}
.btn_submit.btn_disabled{
    background: #ccc;
}
.checkboxWrapper{
    display: inline-block;
    vertical-align: middle;
    margin: 1.8rem 0 0 1.6rem;
}
.agreeText{
    display: inline-block;
    padding-left: 10px;
    color:#929292;
    font-size: 1.4rem;
    vertical-align: middle;
}
.agreeText .agreement{
    display: inline-block;
    padding-left: 5px;
    text-decoration: none;
    color: #6693c3;
    letter-spacing: 0.5px;
}
.btn_changeCellPhone{
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    display: inline-block; 
    margin-right: 1.2rem;
    color: #6894c5;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.E_checkbox{
    background: #fff;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 1px 0 #ccc inset, 0 0 1px 0 #ccc inset;
    text-align: center;
    vertical-align: middle;
}
.E_checkbox.checked:after {
    position: absolute;
    top: 3px;
    left: 3px;
    content: '';
    display: inline-block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    width: 12px;
    height: 6px;
    border-color: #29c944;
}