/***********************手机号登录*************************/
#login-form .reg-code {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 2px;
    cursor: pointer;
    background: #506416;
    display: inline-block;
    padding: 5px 4px;
}

#login-form .sendcodes, .regCode .sendcodes {
    display: none;
    position: relative
}

.reg-mobile {
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    color: #dc2214;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    display: none;
}
/*******************************手机注册***********************/
.regCode .reg-code {
    position: absolute;
    left: 284px;
    background: #000;
    height: 27px;
    top: 6px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 27px;
    text-align: center;
    padding: 0;
    width: 105px;
    cursor: pointer;
}

#login-form .reg-code {
    position: absolute;
    top: 13px;
    color: #fff;
    background: #000;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0 6px;
    cursor: pointer;
}

#sendCodeLi {
    display: none;
}
/********************************返水*************************************/
.backwater{text-align:right}
.backwater button{width:120px;height:40px;background:#738345;color:#fff;border:none;border-radius:6px;}
