#payOkAlert .alertPay_content,
.error-content {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all
}

.alert-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003
}

.login-box {
    font-size: 1.3rem;
    width: 83%;
    max-width: 400px;
    border-radius: 10px;
    position: fixed;
    background: #FFF;
    z-index: 1200;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 0 20px 0;
}

.error-tips {
    width: 65%;
    float: right;
    color: red;
    text-align: left;
    font-size: 10px;
    height: 12px;
    line-height: 12px
}

.close {
    /*display: none;*/
    width: 12.5%;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 100
}

.login-form h4 {
    color: #9b4813;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0;
    margin-bottom: 25px;
    background: url(../images/cartoon/loginTitleBg.jpg) no-repeat;
    background-size: 100% 100%;
}

.login-form ul {
    max-width: 260px;
    width: 80%;
    margin: 0 auto 15px
}

.login-form ul li {
    height: 40px;
    margin: 0
}

.login-form ul li label {
    width: 35%;
    float: left;
    color: #522D1D;
    line-height: 26px
}

.login-form ul li .login-number-text,
.login-form ul li .login-password-password {
    width: 65%;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #666;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px
}

.login-form ul li .login-password-password {
    padding: 0;
    float: left
}

.login-password-password input {
    border: none;
    width: 75%;
    height: 24px;
    float: left;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.eyes_box {
    float: left;
    background: #fff;
    width: 25%;
    height: 24px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative
}

.eyes_box i {
    color: #555;
    font-size: 16px;
    cursor: pointer;
    vertical-align: bottom;
    background: url(../images/closeEye.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    right: 5px;
    top: 2px
}

.eyes_box i.openEye {
    background: url(../images/openEye.png) no-repeat;
    background-size: cover
}

.login-form ul li a {
    display: block;
    background: #F79C06;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px
}

.login-btn {
    margin: 0 auto
}

.login-btn a {
    text-decoration: underline;
    color: #f5a623
}

.login-btn a:first-child {
    float: left;
    color: #522D1D
}

.login-btn a:last-child {
    float: right;
    color: #522D1D
}

.check-code {
    width: 27%;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #666;
    padding-left: 10px;
    box-sizing: border-box;
    float: left
}

.check-code-text {
    cursor: pointer;
    font-style: normal;
    background: #f5a623;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 25px;
    float: right;
    width: 36%;
    display: inline-block;
    text-align: center
}

.check-code-img {
    cursor: pointer;
    font-style: normal;
    border-radius: 4px;
    line-height: 25px;
    float: right;
    width: 36%;
    display: inline-block;
}

.login-form input {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

@media(max-width:991px) {
    body {
        font-size: 14px!important
    }
}

@media (max-width:374px) {
    body {
        font-size: 12px!important
    }
}

.alert-error {
    width: 60%;
    max-width: 300px;
    border-radius: 6px;
    position: fixed;
    background: #fff;
    background-size: 100% 42.174%;
    z-index: 1200;
    padding: 0 0 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.error-title {
    background: #E3513A;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 2% 0;
    border-radius: 6px 6px 0 0
}

.alert-error a,
.error-tip p {
    border-radius: 5px;
    color: #fff;
    text-align: center
}

.error-content {
    width: 82%;
    margin: 20px auto;
    text-align: center;
    font-size: 15px;
}

.alert-error ul {
    text-align: center
}

.alert-error a {
    padding: 3% 7%;
    background: #df2526;
    margin: 0 4%
}

.error-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100000
}

.alert,
.error-tip p {
    position: fixed;
    margin: auto
}

.error-tip p {
    width: 40%;
    max-width: 250px;
    background-color: rgba(0, 0, 0, .7);
    padding: 2%;
    z-index: 130;
    font-size: 14px;
    word-break: break-all;
    white-space: normal;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.alert {
    width: 75%;
    max-width: 480px;
    border-radius: 6px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/alert_wantkid.jpg) no-repeat #fff;
    background-size: 100% 42.174%;
    z-index: 120
}

.alert_content {
    position: absolute;
    width: 100%;
    height: 57.826%;
    bottom: 0;
    left: 0
}

.tips {
    height: 68.797%
}

.tips p {
    text-align: center;
    font-size: 16px;
    width: 90%;
    margin-left: 5%
}

.tips p:first-child {
    padding-top: 6%
}

.tips p strong {
    color: #df2626
}

#payOkAlert .alertPay_title,
.redBtn,
.success_btn a {
    text-align: center;
    color: #fff
}

.success_btn {
    text-align: center
}

.success_btn a {
    padding: 2% 4%;
    background: #df2526;
    display: inline-block;
    border-radius: 5px;
    margin: 0 2%
}

.redBtn {
    display: block;
    width: 35%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    background: #df2626;
    border-radius: 6px;
    margin: 0 auto
}


/*
#payOkAlert .alertPay {
    width: 60%;
    max-width: 300px;
    border-radius: 6px;
    position: fixed;
    background: #fff;
    background-size: 100% 42.174%;
    z-index: 120;
    padding: 0 0 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
*/

#payOkAlert .alertPay_title {
    background: #F79C06;
    font-size: 18px;
    padding: 2% 0;
    border-radius: 6px 6px 0 0
}

#payOkAlert .alertPay_content {
    width: 82%;
    margin: 20px auto;
    text-align: center
}

#payOkAlert .redBtnPay,
.login-form ul li a.abledBtn {
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    display: block;
    text-align: center
}


/*
#payOkAlert .redBtnPay {
    width: 35%;
    height: 28px;
    line-height: 28px;
    background: #a2d75c;
    border-radius: 6px
}
*/

.inputErr {
    border-color: red
}

.login-form ul li a.abledBtn {
    background: #E3513A;
    border-radius: 10px
}

.check-code-text.inValid,
.login-form ul li a.disabledBtn {
    background: #C8C7CB
}

.memberWrapper,
.memberWrapper>div {
    height: 100%
}

.head-img2 img {
    display: block;
    max-width: 100%;
    width: 100%;
    max-height: 320px
}


/*.memberAuth.login-box {
    width: 100%;
    max-width: 640px;
    height: 100%;
    border-radius: 6px;
    position: initial;
    background: #fff;
    z-index: 1200;
    margin: auto;
    transform: initial
}

.memberAuth .login-form ul {
    max-width: 300px;
    width: 80%
}

.memberAuth .login-form ul li {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px
}

.memberAuth .login-form ul li .login-number-text,
.memberAuth .login-form ul li .login-password-password {
    height: 40px
}

.memberAuth .login-password-password input {
    height: 38px
}

.memberAuth .eyes_box {
    height: 38px;
    line-height: 38px
}

.memberAuth .eyes_box i {
    top: 8px;
    right: 10px
}

.memberAuth .login-form ul li:last-child {
    height: 40px;
    line-height: 40px
}

.memberAuth .login-form ul li:last-child a {
    height: 45px;
    line-height: 45px;
    margin: 20px 0
}

.memberAuth .login-btn {
    margin-top: 30px
}
*/

.logoutBtn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin: 15px auto;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    color: #ff7e7d
}

.sideNav .sideUl {
    margin: 30px auto
}


/*
.memberAuth .check-code {
    height: 30px;
    margin-top: 10px
}

.memberAuth .check-code-text {
    margin-top: 10px;
    height: 30px;
    line-height: 30px
}*/

.btnLi {
    margin-top: 5px;
    height: 30px;
    line-height: 36px;
    margin-bottom: 10px!important
}