/***********************手机号登录*************************/
#account-box > form .reg-code {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 2px;
    cursor: pointer;
    background: #506416;
    display: inline-block;
    padding: 5px 4px;
}

#account-box > form .sendcodes {
    display: none;
    position: relative
}

.reg-mobile {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #dc2214;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    display: none;
}
/*******************************手机注册***********************/
.mod-forms .form-group .reg-code {
    position: absolute;
    top: 0px;
    left: 253px;
    color: #fff;
    background: #000;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0 6px;
    cursor: pointer;
}

#sendCodeLi {
    display: none;
}
/********************************返水*************************************/
ul#account-info > li .layout-backwater {
    color: #ffff01;
    text-decoration:none;
}
.backwater{text-align:right}
.backwater button{width:120px;height:40px;background:#738345;color:#fff;border:none;border-radius:6px;}
