body {
    background: url(//img.sanjieke.cn/home/4/img/bg2.jpg);
    background-size: 67px auto;
}

#wrapper {
    padding: 30px 0 30px 0;
}

.select-btn {
    cursor: pointer;
}

#wx_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

#wx_box .wx_mark {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

#wx_box #wx_code {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -200px;
}

.login-box {
    width: 398px;
    border: 1px solid #eaeff3;
    background: #FFF;
    margin: 0 auto;
    padding: 20px 20px 45px 20px;
    position: relative;
    box-shadow: 0 0 50px rgba(85, 182, 218, 0.1);
}

.login-box .wx_login {
    width: calc(100% - 60px);
    padding: 40px 30px 0 30px;
}

.login-box .wx_login .wx_hint {
    text-align: center;
    margin-top: 20px;
    color: red;
    font-size: 14px;
}

.login-box .wx_login .wx_img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.login-box .wx_login .wx_null_img {
    width: 92px;
    height: 92px;
    margin: 0 auto 40px auto;
    overflow: hidden;
}

.login-box .wx_login .wx_info {
    color: #22242E;
    text-align: center;
}

.login-box .wx_login .wx_info p {
    line-height: 26px;
}

.login-box .wx_login .wx_info p:nth-child(1) {
    font-size: 18px;
    color: #1b2026;
}

.login-box .wx_login .wx_info p:nth-child(2) {
    font-size: 15px;
    color: #1b2026;
}

.login-box .wx_login .wx_login_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    background: #db2029;
    border-radius: 5px;
    margin-top: 30px;
}

.login-box .wx_login .wx_login_btn:hover {
    background: #db2029;
}

.login-box .wx_login .wx_login_other {
    text-align: center;
    margin: 30px auto;
    padding-top: 30px;
    border-top: 1px solid #E4E8Ec;
}

.login-box .wx_login .wx_login_other a {
    font-size: 15px;
    color: #db2029;
}

.login-box .wx_line {
    width: calc(100% - 68px);
    border-top: 1px solid #e4ebec;
    text-align: center;
    margin: 40px auto 10px auto;
}

.login-box .wx_line span {
    padding: 0 20px;
    background: #FFF;
    position: relative;
    color: #b5bec7;
    font-size: 15px;
    top: -10px;
}

.login-box .wx_btn {
    width: 60px;
    height: 60px;
    background: url("//img.sanjieke.cn/user/weixin_icon.png") no-repeat;
    background-size: 60px 60px;
    margin: 0 auto;
    cursor: pointer;
}

.login-box .code-point {
    line-height: 30px;
    position: relative;
    top: -10px;
}

.login-box .code-point .voice,
.login-box .code-point .help {
    color: #db2029;
}

.login-box .code-con {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

.login-box .code-con .code-mark {
    width: 300px;
    height: 50px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.login-box .login-title {
    margin-top: 20px;
    text-align: center;
    line-height: 44px;
    font-size: 34px;
    font-weight: 400;
    color: #1b2026;
}

.login-box .login-title .login-title-subhead {
    font-weight: 400;
    font-size: 24px;
    margin-left: 20px;
}

.login-box .login-subhead {
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.login-box .login-subhead a {
    color: #db2029;
    margin: 0 2px;
}

.login-box .login-subhead a:hover {
    text-decoration: underline;
}

.login-box .error-point,
.login-box .error-point2 {
    line-height: 18px;
    height: 18px;
    margin-bottom: 20px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAOVBMVEVHcEz2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4HyGtsxAAAAEnRSTlMARMXtCZv62M4VaVkhA8mkpgK0ex4FAAAAsklEQVR4Xo2U2w6EIAxER1BAqOL2/z927waVOD3PJ7Ql7aBFck0+BJ9qFnRZitMGVxZcGKKeiAOOjJN2mEY0zKt2WefGidpH426N+ztX1n/FQz8AcOjrN5feSfqZ8RHvpbgAKHovaQHgmOQAUSapIHMpo3KpInEpwXPJI3ApmCRTOVPjti/ISskQLgngmOOsq7LQpbOtLz8E80nx49yt1HfSbA0MHj08xLpI3r5xuB3j8AmzGkFvSDh32gAAAABJRU5ErkJggg==") no-repeat;
    background-size: 18px 18px;
    padding-left: 26px;
    padding-top: 1px;
    display: inline-block;
}

.login-box form {
    display: block;
    padding: 0 34px;
    position: relative;
}

.login-box form .select-list {
    position: relative;
}

.login-box form .select-list .select-year-box {
    width: 308px;
    padding: 20px 10px;
    border: 1px solid #56b4f8;
    border-top: 1px solid #dcdcde;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 9999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
}

.login-box form .select-list .select-year-box li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.login-box form .select-list .select-year-box li:hover {
    background: #56b4f8;
    color: white;
}

.login-box form .select-list .select-box {
    width: 308px;
    padding: 20px 10px;
    border: 1px solid #56b4f8;
    border-top: 1px solid #dcdcde;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 9999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
}

.login-box form .select-list .select-box li {
    width: 25%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.login-box form .select-list .select-box li:hover {
    background: #56b4f8;
    color: white;
}

.login-box form .code-verify {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.login-box form .code-verify .login-code {
    width: 158px;
    height: 49px;
    padding-left: 52px;
    border: 1px solid #dcdcde;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
}

.login-box form .code-verify .verifyHint {
    left: 105%;
    top: 11px;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    padding: 8px 12px;
    background: #f67272;
    color: #FFF;
    border-radius: 3px;
}

.login-box form .code-verify .verifyHint:before {
    content: " ";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right-color: #f67272;
    position: absolute;
    left: -12px;
    top: 8px;
}

.login-box form .code-verify i {
    width: 21px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 16px;
    background: url("/static/img/edu/login/verify-icon.png ") no-repeat;
    background-size: auto 18px;
}

.login-box form .code-verify .get-code-btn {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    float: right;
    border-radius: 5px;
    font-size: 14px;
}
.login-box form label {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.login-box form label .arrow-down {
    width: 12px;
    height: 6px;
    background: url("/static/img/edu/login/select-arrow.png") no-repeat;
    background-size: 12px 6px;
    position: absolute;
    right: 20px;
    top: 23px;
}

.login-box form label .arrow-top {
    width: 12px;
    height: 6px;
    -moz-transform: rotate(1800deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    background: url("/static/img/edu/login/select-arrow.png") no-repeat;
    background-size: 12px 6px;
    position: absolute;
    right: 20px;
    top: 23px;
}

.login-box form label .verifyHint {
    left: 105%;
    top: 11px;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    padding: 8px 12px;
    background: #f67272;
    color: #FFF;
    border-radius: 3px;
}

.login-box form label .verifyHint:before {
    content: " ";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right-color: #f67272;
    position: absolute;
    left: -12px;
    top: 8px;
}

.login-box form label i {
    width: 21px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 16px;
}

.login-box form label i.phone-icon {
    background: url("/static/img/edu/login/phone-icon.png") no-repeat;
    background-size: auto 18px;
}

.login-box form label i.pwd-icon {
    background: url("/static/img/edu/login/pwd-icon.png") no-repeat;
    background-size: auto 18px;
}

.login-box form label i.name-icon {
    background: url("/static/img/edu/login/name-icon.png") no-repeat;
    background-size: auto 18px;
}

.login-box form label i.school-icon {
    background: url("/static/img/edu/login/school-icon.png") no-repeat;
    background-size: auto 18px;
}

.login-box form label i.job-icon {
    background: url("/static/img/edu/login/job-icon.png") no-repeat;
    background-size: auto 18px;
}

.login-box form label i.time-icon {
    background: url("/static/img/edu/login/time-icon.png") no-repeat;
    background-size: auto 18px;
}

.login-box form label i.map-icon {
    background: url("/static/img/edu/login/map-icon.png") no-repeat;
    background-size: auto 18px;
}

.login-box form label i.verify-icon {
    background: url("/static/img/edu/login/verify-icon.png ") no-repeat;
    background-size: auto 18px;
}

.login-box form .login-txt {
    width: 288px;
    height: 49px;
    padding-left: 52px;
    border: 1px solid #dcdcde;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
}

.login-box form .login-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    background: var(--theme-bk-color);
    border-radius: 5px;
    margin: 1.413333rem auto 0 auto;
    display: block;
}

.login-box form .login-info {
    line-height: 34px;
}
.login-box form .login-info a:hover {
    text-decoration: underline;
}

.login-box form .login-info .chk-btn {
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 5px;
    border: 1px solid #dcdcde;
    border-radius: 3px;
    cursor: pointer;
}

.login-box form .login-info .selected {
    background: url("/static/img/edu/login/selected-icon.png") no-repeat 50% 50%;
    background-size: 14px 10px;
}

.login-box form .login-info .login-chk {
    display: none;
}

.citys {
    width: 328px;
    display: inline-block;
    border: 1px solid #56b4f8;
    border-top: 1px solid #dcdcde;
    position: relative;
    background: #FFF;
    top: -2px;
    left: 1px;
}

.citys0 {
    width: 100%;
    height: 34px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    color: #888;
    width: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.citys0 li.citySel {
    background: #f6f7f8;
    color: #333 !important;
}

.citys1 {
    width: 100%;
    min-height: 280px;
    display: inline-block;
    padding: 10px 0;
    background: #f6f7f8;
}

.citys1 a {
    width: 74px;
    height: 35px;
    display: inline-block;
    color: #666;
    margin-left: 6px;
    margin-top: 3px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    overflow: hidden;
}

.citys1 a:hover {
    color: white;
    background-color: #56b4f8;
}

.AreaS {
    background-color: #56b4f8 !important;
    color: #fff !important;
}

.agreement-content {
    width: 650px;
    padding: 52px 80px;
    overflow: hidden;
    border: 1px solid #dfe2e7;
    background: #FFF;
    margin: 0 auto 30px auto;
    line-height: 21px;
    font-size: 13px;
    text-align: justify;
}

.agreement-content h1 {
    font-size: 24px;
    margin: 0 auto 46px auto;
    width: 100%;
    text-align: center;
}

.agreement-content h2 {
    font-size: 15px;
    margin-bottom: 28px;
}

.agreement-content p {
    margin-bottom: 25px;
}

#v-code #v-pic-btn:hover {
    color: #6089F2;
    text-decoration: underline !important;
}

@media screen and (max-width: 760px) {
    body {
        background: none;
    }
    #wrapper {
        padding: 0 0 30px 0;
    }
    .login-box {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 0;
        background: #FFF;
        margin: 0 auto;
        padding: 20px 20px 10px 20px;
        position: relative;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);

    }
    .login-box .wx_line {
        width: calc(100% - 20px);
        border-top: 1px solid #e4ebec;
        text-align: center;
        margin: 40px auto 10px auto;
    }
    .login-box .wx_line span {
        padding: 0 20px;
        background: #FFF;
        position: relative;
        color: #b5bec7;
        font-size: 15px;
        top: -10px;
    }
    .login-box .code-con {
        width: 300px;
        margin: 0 auto;
        position: relative;
    }
    .login-box .code-con .code-mark {
        width: 300px;
        height: 50px;
        background: #FFF;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
    }
    .login-box .login-title {
        margin-top: 20px;
        margin-left: 15px;
        text-align: center;
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
        color: #333;
    }
    .login-box .login-title .login-title-subhead {
        font-weight: 400;
        font-size: 24px;
        margin-left: 20px;
    }
    .login-box .login-subhead {
        line-height: 24px;
        text-align: center;
        font-size: 14px;
    }
    .login-box .login-subhead a {
        color: #db2029;
        margin: 0 2px;
    }
    .login-box .login-subhead a:hover {
        text-decoration: underline;
    }
    .login-box .error-point,
    .login-box .error-point2 {
        line-height: 18px;
        height: 18px;
        margin-bottom: 20px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAOVBMVEVHcEz2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4H2c4HyGtsxAAAAEnRSTlMARMXtCZv62M4VaVkhA8mkpgK0ex4FAAAAsklEQVR4Xo2U2w6EIAxER1BAqOL2/z927waVOD3PJ7Ql7aBFck0+BJ9qFnRZitMGVxZcGKKeiAOOjJN2mEY0zKt2WefGidpH426N+ztX1n/FQz8AcOjrN5feSfqZ8RHvpbgAKHovaQHgmOQAUSapIHMpo3KpInEpwXPJI3ApmCRTOVPjti/ISskQLgngmOOsq7LQpbOtLz8E80nx49yt1HfSbA0MHj08xLpI3r5xuB3j8AmzGkFvSDh32gAAAABJRU5ErkJggg==") no-repeat;
        background-size: 18px 18px;
        padding-left: 26px;
        padding-top: 1px;
        display: inline-block;
    }
    .login-box form {
        display: block;
        padding: 0 10px;
        position: relative;
    }
    .login-box form .select-list {
        position: relative;
    }
    .login-box form .select-list .select-year-box {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px 10px;
        border: 1px solid #56b4f8;
        border-top: 1px solid #dcdcde;
        background: #FFF;
        position: absolute;
        left: 0;
        top: 48px;
        z-index: 9999;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        display: none;
    }
    .login-box form .select-list .select-year-box li {
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: center;
        float: left;
        cursor: pointer;
    }
    .login-box form .select-list .select-year-box li:hover {
        background: #56b4f8;
        color: white;
    }
    .login-box form .select-list .select-box {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px 10px;
        border: 1px solid #56b4f8;
        border-top: 1px solid #dcdcde;
        background: #FFF;
        position: absolute;
        left: 0;
        top: 48px;
        z-index: 9999;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        display: none;
    }
    .login-box form .select-list .select-box li {
        width: 25%;
        height: 34px;
        line-height: 34px;
        text-align: center;
        float: left;
        cursor: pointer;
    }
    .login-box form .select-list .select-box li:hover {
        background: #56b4f8;
    }
    .login-box form .code-verify {
        display: block;
        margin-bottom: 20px;
        position: relative;
    }
    .login-box form .code-verify .login-code {
        width: -moz-calc(100% - 170px);
        width: -webkit-calc(100% - 170px);
        width: calc(100% - 170px);
        height: 49px;
        padding-left: 52px;
        border: 1px solid #dcdcde;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
    }
    .login-box form .code-verify .verifyHint {
        left: 105%;
        top: 11px;
        position: absolute;
        z-index: 999;
        white-space: nowrap;
        padding: 8px 12px;
        background: #f67272;
        color: #FFF;
        border-radius: 3px;
    }
    .login-box form .code-verify .verifyHint:before {
        content: " ";
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-right-color: #f67272;
        position: absolute;
        left: -12px;
        top: 8px;
    }
    .login-box form .code-verify i {
        width: 21px;
        height: 18px;
        position: absolute;
        left: 10px;
        top: 16px;
        background: url("/static/img/edu/login/verify-icon.png ") no-repeat;
        background-size: auto 18px;
    }
    .login-box form .code-verify .get-code-btn {
        width: 100px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color:#FFF;
        cursor: pointer;
        float: right;
        border-radius: 5px;
        font-size: 14px;
    }
    .login-box form label {
        display: block;
        margin-bottom: 10px;
        position: relative;
    }
    .login-box form label .arrow-down {
        width: 12px;
        height: 6px;
        display: block;
        background: url("/static/img/edu/login/select-arrow.png") no-repeat;
        background-size: 12px 6px;
        position: absolute;
        right: 20px;
        top: 23px;
    }
    .login-box form label .arrow-top {
        width: 12px;
        height: 6px;
        -moz-transform: rotate(1800deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        background: url("/static/img/edu/login/select-arrow.png") no-repeat;
        background-size: 12px 6px;
        position: absolute;
        right: 20px;
        top: 23px;
    }
    .login-box form label .verifyHint {
        left: 105%;
        top: 11px;
        position: absolute;
        z-index: 999;
        white-space: nowrap;
        padding: 8px 12px;
        background: #f67272;
        color: #FFF;
        border-radius: 3px;
    }
    .login-box form label .verifyHint:before {
        content: " ";
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-right-color: #f67272;
        position: absolute;
        left: -12px;
        top: 8px;
    }
    .login-box form label i {
        width: 21px;
        height: 18px;
        position: absolute;
        left: 10px;
        top: 16px;
    }
    .login-box form label i.phone-icon {
        background: url("/static/img/edu/login/phone-icon.png") no-repeat;
        background-size: auto 18px;
    }
    .login-box form label i.pwd-icon {
        background: url("/static/img/edu/login/pwd-icon.png") no-repeat;
        background-size: auto 18px;
    }
    .login-box form label i.name-icon {
        background: url("/static/img/edu/login/name-icon.png") no-repeat;
        background-size: auto 18px;
    }
    .login-box form label i.school-icon {
        background: url("/static/img/edu/login/school-icon.png") no-repeat;
        background-size: auto 18px;
    }
    .login-box form label i.job-icon {
        background: url("/static/img/edu/login/job-icon.png") no-repeat;
        background-size: auto 18px;
    }
    .login-box form label i.time-icon {
        background: url("/static/img/edu/login/time-icon.png") no-repeat;
        background-size: auto 18px;
    }
    .login-box form label i.map-icon {
        background: url("/static/img/edu/login/map-icon.png") no-repeat;
        background-size: auto 18px;
    }
    .login-box form label i.verify-icon {
        background: url("/static/img/edu/login/verify-icon.png ") no-repeat;
        background-size: auto 18px;
    }
    .login-box form .login-txt {
        width: 100%;
        height: 49px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 52px;
        border: 1px solid #dcdcde;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
    }
    .login-box form .login-btn {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: #FFF;
        background: var(--theme-bk-color);
        border-radius: 5px;
        margin: 1.413333rem auto 0 auto;
        display: block;
    }
    .login-info {
        line-height: 34px;
    }
    .login-info a:hover {
        text-decoration: underline;
    }
   .login-info .chk-btn {
        width: 21px;
        height: 21px;
        float: left;
        margin-right: 5px;
        border: 1px solid #dcdcde;
        border-radius: 3px;
        cursor: pointer;
    }
   .login-info .selected {
        background: url("/static/img/edu/login/selected-icon.png") no-repeat 50% 50%;
        background-size: 14px 10px;
    }
   .login-info .login-chk {
        display: none;
    }
    .citys {
        width: 100%;
        display: inline-block;
        border: 1px solid #56b4f8;
        border-top: 1px solid #dcdcde;
        position: fixed;
        background: white;
        top: 76px;
        left: 0;
    }
    .citys0 {
        width: 100%;
        height: 34px;
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    .citys0 li {
        display: inline-block;
        line-height: 34px;
        font-size: 13px;
        color: #888;
        width: 50%;
        text-align: center;
        background: white;
        cursor: pointer;
    }
    .citys0 li.citySel {
        background: #f6f7f8;
        color: #333 !important;
    }
    .citys1 {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }
    .citys1 a {
        width: 31%;
        height: 35px;
        display: inline-block;
        color: #666;
        margin-left: 6px;
        margin-top: 3px;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
        font-size: 13px;
        overflow: hidden;
    }
    .citys1 a:hover {
        color: #333;
        background-color: #56b4f8;
    }
    .AreaS {
        background-color: #56b4f8 !important;
        color: #fff !important;
    }
    .agreement-content {
        width: 650px;
        padding: 52px 80px;
        overflow: hidden;
        border: 1px solid #dfe2e7;
        background: #FFF;
        margin: 0 auto 30px auto;
        line-height: 21px;
        font-size: 13px;
        text-align: justify;
    }
    .agreement-content h1 {
        font-size: 24px;
        margin: 0 auto 46px auto;
        width: 100%;
        text-align: center;
    }
    .agreement-content h2 {
        font-size: 15px;
        margin-bottom: 28px;
    }
    .agreement-content p {
        margin-bottom: 25px;
    }
}

.gearArea {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9900;
    overflow: hidden;
    -webkit-animation-fill-mode: both;
}

.area_ctrl {
    vertical-align: middle;
    background-color: #fafafa;
    color: #555;
    margin: 0;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9901;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideInUp {
    animation: slideInUp .3s;
    -webkit-animation: slideInUp .3s;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.area_roll {
    display: -webkit-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fafafa;
    -webkit-mask: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#debb47), to(rgba(36, 142, 36, 0)));
    -webkit-mask: -webkit-linear-gradient(top, #debb47 50%, rgba(36, 142, 36, 0));
}

.area_roll > div {
    font-size: 1.6em;
    height: 10em;
    float: left;
    background: #fafafa;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
}

.area_roll > div .gear {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 9902;
    margin-top: 4em;
}

.area_roll_mask {
    /*-webkit-mask: -webkit-gradient(linear, 0% 40%, 0% 0%, from(#debb47), to(rgba(36,142,36,0)));
    -webkit-mask: -webkit-linear-gradient(bottom, #debb47 50%, rgba(36,142,36,0));*/
    padding: 0;
}

.area_grid {
    position: relative;
    top: 4em;
    width: 100%;
    height: 2em;
    margin: 0;
    box-sizing: border-box;
    z-index: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.area_roll > div:nth-child(3) .area_grid > div {
    left: 42%;
}

.area_btn {
    color: #555;
    font-size: 1.6em;
    line-height: 1em;
    text-align: center;
    padding: .8em 1em;
}

.area_btn_box:before,
.area_btn_box:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    display: block;
    /*background-color: #96979b;*/
    z-index: 15;
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}

.area_btn_box {
    display: -webkit-box;
    -webkit-box-pack: justify;
    -webkit-box-align: stretch;
    background: #fafafa;
    position: relative;
}

.area_btn_box:before {
    left: 0;
    top: 0;
    -webkit-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
}

.area_btn_box:after {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}

.tooth {
    height: 2em;
    line-height: 2em;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lr-Switch ul li a{ border: 1px solid #0a59c9;  font-size: 1rem;color: #0a59c9;}
.lr-Switch ul li .current {background-color:  #0a59c9;color: #fff;}
.title{
    text-align: center;
}
.login-title.active{
    color: #db2029;
    border-bottom: 1px solid;
    padding: 0 0 8px 0;
}