/* 初始化操作 */
@charset "UTF-8";
.login_box {
    background: transparent;
    border-radius: 10px !important;
    box-shadow: none;
}

@media screen and (max-device-width:750px) {
    .login_box {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

.login_box .layui-layer-content {
    height: auto !important;
    /*overflow-y: hidden;*/
}
.login_box .layui-layer-content{
    overflow: initial;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #c5c4c4 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #9e9c9c !important;
}

* {
    margin: 0px;
    padding: 0px
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background-color: transparent
}

button:focus {
    outline: none;
}

/* login reg===>lr
直接登录模块*/

.lr-from {
    display: none;
}

.lr-mask .login-option {
    width: 100%;
    height: 68px;
}

.lr-mask .login-option1 {
    height: 48px;
}

.login-option button {
    cursor: pointer;
}

.lr-from {
    overflow: hidden;
}

.lr-mask .login-option > button {
    border: none;
    margin-right: 48px;
    color: #555555;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.lr-mask .login-option > button::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0px;
    height: 2px;
    bottom: -7px;
    background-color: #f85c5b;
    transition: all .6s;
}

.lr-mask .login-option > button:hover::after,
.lr-mask .login-option > button.select::after {
    width: 80%;
    left: 10%;
}

.lr-mask .login-option > button:hover,
.lr-mask .login-option > button.select {
    color: #f85c5b;
}

.lr-mask .login-option > button:last-child {
    margin-right: 0;
}

/* 密码登录 */
.password-form {
    /* display: none; */
}

.lr-mask .lr-from {
    width: 420px;
    height: 480px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    /* padding-top:34px; */
    position: relative;
}

.lr-mask .lr-from .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.lr-mask .lr-from .close::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #999;
    transform: rotateZ(45deg);
    top: 2px;
    left: 9px;
}

.lr-mask .lr-from .close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #999;
    transform: rotateZ(-45deg);
    top: 2px;
    left: 9px;
}

.lr-mask .lr-from > h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    padding-top: 34px;
    height: 88px;
    box-sizing: border-box;
}

.lr-mask .password-change > h3 {
    height: 135px;
}

.lr-mask .change_pass .form-item:nth-child(3) {
    margin-bottom: 60px;
}

.lr-mask .lr-from .form-item {
    width: 298px;
    height: 38px;
    margin: 0 auto 30px;
    border-radius: 20px;
    line-height: 38px;
    position: relative;
    z-index: 100;
    font-size: 0px;
    border: 1px solid #D6D6D6;
    text-align: left;
}

.lr-mask .lr-from .message-login .form-item {
    margin-bottom: 20px;
}

.lr-mask .lr-from .message-login .dx_zcyzm {
    margin-bottom: 60px;
}

.lr-mask .lr-from .message-login .submit-btn {
    margin-bottom: 30px;
}

.lr-mask .lr-from .drag-wrap {
    border: none;
    height: 40px;
    line-height: 40px;
}

.remenber-item {
    padding-top: 20px;
    margin-bottom: 20px !important;
}

.shoujihao-icon,
.mima-icon,
.ismimashow,
.yam-ico {
    cursor: pointer;
    display: inline-block;
    width: 17px;
    height: 20px;
    vertical-align: -9px;
    background: url('../img/login-icon@1X-.13903b55.png') no-repeat;
}

.shoujihao-icon {
    background-position: -21px 0px;
    vertical-align: -10px;
}

.mima-icon {
    vertical-align: -10px;
    width: 17px;
    height: 20px;
    background-position: -38px 0px;

}

.ismimashow {
    width: 20px;
    height: 16px;
    background-position: -74px 0px;
}

.yam-ico {
    background-position: -1px 0px;
}

.jiantou-icon {
    cursor: pointer;
    display: inline-block;
    background: url('../img/login-icon@1X-.13903b55.png') no-repeat;
    background-position: -1px -23px;
}

.lr-mask .lr-from .form-item span:first-child {
    margin: 0px 13px 0px 19px;
}

.lr-mask .lr-from .form-item .msg {
    height: 20px;
    text-align: left;
    font-size: 12px;
    color: #f85c5b;
    line-height: 20px;
    padding-left: 15px;
}

.lr-mask .lr-from .form-item > span {
    color: #999;
    font-size: 14px;
}

.lr-mask .lr-from .form-item .drag-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
    box-sizing: border-box;
}

.lr-mask .lr-from .form-item > i {
    width: 38px;
    height: 38px;
    background-color: #e9e4e4;
    position: absolute;
    left: 0px;
    border-radius: 19px;
    z-index: 10;
    /* border:1px solid #999; */
    box-sizing: border-box;
    font-style: normal;
    color: #999;
    font-size: 14px;

}

.lr-mask .lr-from .form-item:nth-of-type(2) > span:nth-of-type(2) {
    margin-left: 40px;
}

.lr-mask .lr-from .form-item > input {
    width: 78%;
    outline: none;
    border: none;
    font-size: 14px;
}

.lr-mask .lr-from .form-item > input::-webkit-input-safebox-button {
    display: none;
}

.lr-mask .lr-from .form-item > input::placeholder {
    color: #C5C5C5;
    font-size: 14px;
    font-weight: 400;
}

.lr-mask .lr-from .form-item > input::-webkit-input-placeholder {
    color: #C5C5C5;
    font-size: 14px;
    font-weight: 400;
}

.lr-mask .lr-from .form-item.remenber-item,
.lr-mask .lr-from .form-item.other-login,
.register .form-item.agree {
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border: none;
    text-align: center;
}

.lr-mask .lr-from .form-item.other-login span {
    float: right;
}

.form-item .remenber {
    position: relative;
    font-size: 14px;
}

.remenber label span:last-child {
    color: #555555;
}

.form-item .remenber input[type="checkbox"] + span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    vertical-align: -1px;
    font-size: 0px;
    margin-right: 3px;
}

.form-item .remenber > a {
    margin-left: 140px;
    font-size: 14px;
    text-decoration: none;
    color: #555555;
}

.form-item .remenber input[type="checkbox"]:checked + span {
    border-color: #f85c5b;
    background: #f85c5b;
    border: 1px solid #f85c5b;
}

.lr-mask .lr-from .submit-btn {
    height: 40px;
    line-height: 40px;
    border: none;
}

.lr-mask .lr-from .form-item.submit-btn > div {
    background-color: #f85c5b;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.lr-mask .lr-from .form-item.submit-btn > div:hover {
    background: #f53533;
}

.lr-mask .yzmYz .form-item.submit-btn > a {
    background-color: #f85c5b;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center
}

.lr-mask .lr-from .retrieve .submit-btn {
    margin-bottom: 20px;
    border: none;
}

.lr-mask .yzmYz .form-item.submit-btn > a:hover {
    background: #f53533;
}

.other-login > a {
    color: #f85c5b;
    font-size: 14px;
}

.other-login > a:hover {
    text-decoration: underline;
}

.other-login > span {
    color: #666;
    margin-left: 70px;
    font-size: 14px;
}

.other-login.retrieve-login > span {
    margin-left: 190px;
}

.other-login > span > a {
    color: #f85c5b;
}

.other-login > span > a:hover {
    text-decoration: underline;
}

/* 微信登录 */
.wechat-login {
    display: none;

}

.wechat-login .wechat-ewm {
    height: 310px;
}

.wechat-login .wechat-ewm > div {
    width: 260px;
    height: 300px;
    border: 1px solid;
    margin: 0 auto;
}

/* 弃用的微信登录提示 */
/* .wechat-login .wechat-ewm .wechat-tip{
    color:#999;
    font-size: 14px;
    margin-top:20px;
} */
/* 短信验证登录 */
.message-form {
}

.getyzm {
    position: absolute;
    border: none;
    top: 0px;
    right: 0px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    width: 110px;
    background: rgba(246, 246, 246, 1);
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 14px;
    color: #999999;
}

.getyzm:hover {
    color: #F53533;
}

.getyzm:disabled {
    color: #999;
}

/* 注册 */
.register-form {

}

.lr-mask .lr-from .register .form-item {
    margin-bottom: 20px;
}

.lr-from .register .form-item.agree {
    margin-bottom: 20px;
    width: auto;
    text-align: center;
}

.lr-from .register .form-item.agree > span {
    color: #000;
    font-size: 13px;
}

.lr-from .register .form-item.agree > span > a {
    color: #f85c5b;
}

.register .other-login.register-login > span {
    margin-right: -150px;
    font-size: 14px;
}

.register .other-login.register-login > span > a {
    font-size: 14px;
}

.register .other-login.register-login > span > a:hover {
    text-decoration: underline;
}

.retrieve .other-login.register-login > span {
    margin-right: -150px;
    font-size: 12px;
}

/* 找回密码 */
.retrieve-form {
}

.reset-pw,
.succ-register {
}

.reset-pw .reset-tip,
.succ-register .succ-tip {
    margin-top: 100px;
    line-height: 2;
}
.reset-pw .reset-tip{
    padding-top: 40px;
    margin-top: 0px;
}

.reset-pw .reset-tip > img,
.succ-register .succ-tip > img {
    width: 120px;
    height: 120px;
}

.reset-pw .reset-tip > h4,
.succ-register .succ-tip > h4 {
    font-size: 20px;
}

.reset-pw .reset-tip > p,
.succ-register .succ-tip > p {
    font-size: 12px;
    color: #999;
    margin-bottom: 50px;
}

.reset-pw .reset-tip > button,
.succ-register .succ-tip > button {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    background-color: #f85c5b;
    color: #fff;
    margin-top: 50px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    font-size: 18px;
}
.reset-pw .reset-tip > button{
    border-radius: 4px;
}
.reset-pw .reset-tip > button:hover,
.succ-register .succ-tip > button:hover {
    background: #f53533;
}

/* 配合js的css
   禁用登录按钮的状态

*/
.lr-mask .lr-from .form-item.submit-btn .disable-btn:disabled {
    background-color: #fc9696;
}

/* 密码可见 */
.show-password {
    position: absolute;
    right: 10px;
    /* height:100%; */
    top: 11px;
    color: #999;
    /* display: none; */
}

#demo {
    display: none;
}

.gou_icon {
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 14px;
}

.gou_style {
    font-size: 20px !important;
    margin-left: 2px;
}

.wechat-login .wechat-ewm img {
    width: 260px;
    height: 260px;
    margin-top: -20px;
    margin-bottom: 20px;

}

.wechat-login .wechat-ewm1 img {
    margin-top: 0px;
}

.wechat-login .wechat-ewm p {
    text-align: center;
    font-size: 14px;
    color: #555555;
}

/* 头像设置 */
.tx_set {
    display: none;
    width: 480px;
    height: 464px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    text-align: center;
    font-size: 0px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #999;
    transform: rotateZ(45deg);
    top: 2px;
    left: 9px;
}

.close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #999;
    transform: rotateZ(-45deg);
    top: 2px;
    left: 9px;
}

.tx_set > h3 {
    text-align: center;
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    padding-top: 27px;
    height: 78px;
    box-sizing: border-box;
}

.tx_set_ctt {
    padding: 0 41px 0px 33px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 320px;
    box-sizing: border-box;
}

.tx_set_ctt > div {
    width: 290px;
    height: 290px;
    border: 1px solid rgba(238, 238, 238, 1);
    box-sizing: border-box;
    padding-top: 116px;
}

.sc_toux {
    display: block;
    width: 98px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid rgba(238, 238, 238, 1);
    margin: 0 auto;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 36px;
    color: #848282;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    cursor: pointer;
}

.sc_toux input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 98px;
    height: 36px;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
    font-size: 200px;
}

.icon-jia1 {
    color: #BDBDBD;
}

.tx_set_ctt div p {
    font-size: 12px;
    color: #999999;
}

.tx_set_ctt ul {
    width: 80px;
    font-size: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 290px;
}

.tx_set_ctt ul li:first-child i {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 10px;
}

.tx_set_ctt ul li:nth-child(2) i {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 10px;
}

.tx_set_ctt ul li:nth-child(3) i {
    display: block;
    margin: 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 10px;
}

.tx_set_ctt ul li p {
    font-size: 12px;
    color: #999999;
}

.tx_queding:hover {
    background: #f53533;
}

.tx_quxiao {
    border: 1px solid rgba(231, 231, 231, 1);
    color: #999999;
}

/*.tx_quxiao:hover{*/
/*background: #D2D2D2;*/
/*color: #FFFFFF;*/
/*}*/
/*注销按钮*/
.tx_queding_ {
    border: 1px solid rgba(231, 231, 231, 1);
    color: #999999;
}

.tx_queding_:hover {
    background: #D2D2D2;
    color: #FFFFFF;
}

.tx_quxiao_ {
    background: rgba(248, 92, 91, 1);
    color: #fff;
}

.tx_quxiao_:hover {
    background: #f53533;
}

/*end*/
/* 账户注销提示 */
.zx_msg {
    display: none;
    position: relative;
    width: 400px;
    height: 204px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding-top: 64px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
}

.zx_msg h3 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 22px;
}

.zx_msg div:nth-child(2) {
    margin-bottom: 30px;
}

.zx_msg p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
}

.zx_msg p:first-child {
    margin-bottom: 5px;
}

.zx_msg button {
    width: 120px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 20px;
    line-height: 32px;
    cursor: pointer;
}

/* 验证码验证 */
.lr-mask .yzmYz {
    height: 408px;
}

.lr-mask .lr-from .register .form-item1 {
    margin-bottom: 50px;
}

.lr-mask .yzmYz > h3 {
    height: 108px;
}

/* 申请发票 */
.sqfp_box {
    display: none;
    width: 508px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    font-size: 0px;
}

.sqfp_box h3 {
    margin-bottom: 20px;
}
.sqfa_box_div{
    margin-bottom: 24px;
}

.sqfp_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.sqfp_flex label {
    width: 136px;
    text-align: right;
    font-size:12px;
    color:rgba(153,153,153,1);
    margin-right: 20px;
}

.sqfp_flex div {
    font-size:12px;
    color:rgba(51,51,51,1);
}
.sqfp_flex div label{
    color:rgba(51,51,51,1);
}

.sqfp_flex div input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #999999;
    line-height: 1;
    margin-right: 5px;
    vertical-align: -1px;
}

.sqfp_flex div input[type="radio"]:checked + label::before {
    background-color: #F85C5B;
    background-clip: content-box;
    padding: 2px;
    border: 1px solid #F85C5B;
    vertical-align: -3px;
}

.sqfp_flex div input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.sqfp_flex div span {
    color: #F85C5B;
}

.sqfp_inp1 {
    width:292px;
    height:32px;
    border-radius:4px;
    border:1px solid rgba(238,238,238,1);
    font-size:12px;
    color:rgba(51,51,51,1);
    text-indent: 20px;
}
.sqfp_div{
    width:292px;
    border-radius:4px;
    border:1px solid rgba(238,238,238,1);
    font-size:12px;
    color:rgba(51,51,51,1);
    /*text-indent: 20px;*/
    min-height: 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0px;
    position: relative;
    cursor: pointer;
}
.sqfp_div div{
    padding-left: 20px;
    padding-right: 32px;
}
.sqfp_div .sqfq_icon{
    display: block;
    width: 14px;
    height: 17px;
    background: url("../img/sqfq_icon.fa72d474.png") no-repeat center/14px 17px;
    position: absolute;
    right: 10px;
}

.sqfp_inp2 {
    width:292px;
    height:32px;
    border-radius:4px;
    border:1px solid rgba(238,238,238,1);
    font-size: 12px;
    text-indent: 20px;
}

.sqfp_btn {
    padding-top: 15px;
    text-align: center;
    font-size: 0px;
    box-sizing: border-box;
}

.sqfp_btn button {
    width: 120px;
    height: 42px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    margin: 0 20px;
    line-height: 42px;
    border-radius: 5px;
    cursor: pointer;
}

.sqfp_btn2 {
    background: #F85C5B;
    color: #FFFFFF;
}

.sqfp_btn2:hover {
    background: #f53533;
}

.sqfp_btn1 {
    background: #ECECEC;
    color: #999999;
}

.sqfp_btn1:hover {
    background: #d8d5d5;
}

/*纠错按钮*/
.jiucuo_btn2 {
    background: #d8d5d5;
    color: #999999;
}

.jiucuo_btn2:hover {
    background: #999999;
}

.jiucuo_btn1 {
    background: #F85C5B;
    color: #FFFFFF;
}

.jiucuo_btn1:hover {
    background: #f53533;
}

/*end*/
.zz_select {
    margin-top: -4px;
}

/* 冻结 */
.dongjie_box {
    display: none;
    width: 520px;
    height: 238px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(151, 151, 151, 1);
    position: relative;
    box-sizing: border-box;
    padding: 0 30px;
    padding-top: 30px;
}

.dongjie_box > h3 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-bottom: 22px;
}

.dongjie_box_p {
    margin-bottom: 24px;
}

.dongjie_box_p p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    line-height: 22px;
}

.dongjie_box_btn {
    text-align: center;
    font-size: 0px;
}

.dongjie_box_btn button {
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
    width: 120px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 30px;
    cursor: pointer;
}

/* 解冻 */
.jiedong_box {
    display: none;
    width: 400px;
    height: 204px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: relative;
}

.jiedong_box h3 {
    margin-bottom: 33px;
}

.jiedong_box p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    text-align: center;
    margin-bottom: 40px;
}

/* 查看协议 */
.xieyiLook_box {
    width: 880px;
    height: 520px;
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 5px;
    display: none;
}

.xieyiLook_box > h3 {
    font-size: 24px;
    text-align: center;
    line-height: 73px;
    font-weight: 700;
    color: #333333;
    border-bottom: 1px solid rgba(238, 238, 238, 1);;
}

.xieyiLook_box > h4 {
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}

.xieyiLook_box_ctt {
    width: 880px;
    height: 430px;
    box-sizing: border-box;
    padding-left: 60px;
}

.xieyiLook_box_ctt h3 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    padding: 38px 0px 30px 0px;
    text-align: center;
}

.xieyiLook_box_ctt p {
    font-size: 14px;
    line-height: 28px;
}

.xieyi_span {
    font-size: 16px;
    color: #000000;
}

.zxzh_ts {
    width: 760px;
}

/* 刷题模式 */
.stMoShi_box {
    width:400px;
    display: none;
}

.stMoShi_box > h3 {
    margin-bottom: 28px;
}

.stMoShi_box_ctt {
    font-size: 0px;
    text-align: center;
}

.stMoShi_box_ctt li {
    display: inline-block;
    margin: 0 20px;
}

.stMoShi_box_ctt > li > i {
    display: block;
    width:120px;
    height:90px;
    border-radius:2px;
    border:1px solid rgba(238,238,238,1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.stMoShi_box_ctt > li > i:hover{
    border:1px solid rgba(245,100,94,1);
}

.stMoShi_box_ctt li i i {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.lxms {
    background: url(../img/lxms.bcc16f0b.png) no-repeat center center;
}

.csms {
    background: url(../img/csms.2d193fd2.png) no-repeat center center;
}

.stMoShi_box_ctt li p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.stMoShi_box_ctt li p:last-child {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

/* 做题暂停 */
.zt_stop_box {
    width: 420px;
    height: 440px;
    border-radius: 5px;
    background: #FFFFFF;
    text-align: center;
    padding-top: 34px;
    box-sizing: border-box;
    display: none;
}

.zt_stop_box i {
    display: block;
    margin: 0 auto;
    width: 185px;
    height: 242px;
    background: url(../img/zt_stop.5570f7a1.png) no-repeat center center;
    margin-bottom: 35px;
}

.zt_stop_box p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin-bottom: 32px;
}

.zt_stop_box button {
    width: 300px;
    height: 42px;
    text-align: center;
    background: #F85C5B;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    cursor: pointer;
    border-radius: 5px;
}

.zt_stop_box button:hover {
    background: #f53533;
}

/* 保存进度 */
.zt_baocun_box {
    width: 420px;
    height: 440px;
    border-radius: 5px;
    background: #FFFFFF;
    text-align: center;
    padding-top: 88px;
    box-sizing: border-box;
    display: none;
}

.zt_baocun_box i {
    display: block;
    margin: 0 auto;
    width: 238px;
    height: 141px;
    margin-bottom: 27px;
    background: url(../img/zt_bc.487a7e9c.png) no-repeat center center;
}

.zt_baocun_box p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin-bottom: 74px;
    text-align: center;
}

.zt_baocun_box .dongjie_box_btn button {
    margin: 0 20px;
}

/* 上次做题进度 */
.zt_history_box {
    display: none;
    background: #fff;
    width: 420px;
    height: 245px;
    border-radius: 5px;
    position: relative;
    padding-top: 78px;
    box-sizing: border-box;
    text-align: center;
}

.zt_history_box p {
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    margin-bottom: 57px;
}

/* 刷题设置 */
.zt_shezhi_box {
    width:400px;
    border-radius:4px;
    display: none;
}

.zt_shezhi_box > h3 {
    margin-bottom: 28px;
}

.zt_shezhi_ctt {
    font-size: 0px;
    text-align: center;
    padding: 0px 50px;
    margin-bottom: 15px;
}

.zt_shezhi_ctt li {
    display: inline-block;
    margin: 0px 21px 15px 21px;
    font-size:14px;
    color:rgba(153,153,153,1);
    line-height: 22px;
    box-sizing: border-box;
}

.zt_shezhi_ctt li input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width:13px;
    height:13px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #999999;
    line-height: 1;
    margin-right: 5px;
    vertical-align: -5px;
    box-sizing: border-box;
}

.zt_shezhi_ctt li input[type="radio"]:checked + label::before {
    background-color: #F85C5B;
    background-clip: content-box;
    border: 1px solid #F85C5B;
    padding: 2px;
    vertical-align: -7px;
    box-sizing: border-box;
}

.zt_shezhi_ctt li input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.zt_shezhi_box .dongjie_box_btn button {
    margin: 0 20px;
}

/* 做完交卷 */
.zt_jiaojuan_box {
    display: none;
    box-sizing: border-box;
    width: 420px;
    height: 440px;
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    padding-top: 67px;
    text-align: center;
}

.zt_jiaojuan_box i {
    display: block;
    margin: 0 auto;
    background: url(../img/shijuan.dfd66152.png) no-repeat center center;
    width: 196px;
    height: 149px;
    margin-bottom: 42px;
}

.zt_jiaojuan_box p {
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    margin-bottom: 71px;
}

/* 纠错 */
.zt_jiucuo_box {
    width:422px;
}
.zt_jiucuo_box h3{
    margin-bottom: 10px;
}
.jc_tit1 {
    font-size:12px;
    color:rgba(204,204,204,1);
    text-align: center;
    margin-bottom: 20px;
}

.jc_ctt {
    padding-left: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.jc_ctt > p {
    font-size:14px;
    color:rgba(51,51,51,1);
    margin-bottom: 10px;
}

.jc_ctt_ul {
    text-align: left;
    font-size: 0px;
    padding: 0px !important;
}

.jc_ctt_ul li {
    margin: 0px;
    margin-right: 30px;
}

.jc_ctt_ul li:last-child {
    margin-right: 0px;
}

.jc_ctt > div {
    background: url(//imgcdn.bangkao.com/src/userCenter/img/xila1.75f09142.png) no-repeat 95% center;
    background-size: 12px 8px;
    width:361px;
    height:32px;
    border-radius:4px;
    border:1px solid rgba(238,238,238,1);
    line-height: 32px;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    text-indent: 12px;
    cursor: pointer;
    position: relative;
}

.jc_ctt textarea {
    width:357px;
    height:80px;
    padding: 10px 9px;
    box-sizing: border-box;
    border:1px solid rgba(238,238,238,1);
}
.jc_fw{
    font-size: 0px;
    background: #FFFFFF;
    width: 360px;
    border: 1px solid #EEEEEE;
    position: absolute;
    top: 36px;
}
.jc_fw li{
    font-size:12px;
    color:rgba(102,102,102,1);
    line-height: 33px;
    cursor: pointer;
}
.jc_fw li:hover{
    background: #F4F4F4;
    color:red;
}

/* 发起提问 */
.tw_faqi_box {
    width: 520px;
    padding-bottom: 30px !important;
    display: none;
}

.tw_faqi_box h3 {
    margin-bottom: 30px;
}

.tw_faqi_ctt {
    height: 40px;
    margin-bottom: 20px;
    position: relative;
    border-radius:4px;
    border:1px solid rgba(238,238,238,1);
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height: 40px;
    text-indent: 14px;
}
.tw_faqi_box textarea {
    width: 420px;
    height: 160px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border:1px solid rgba(238,238,238,1);
    display: block;
    margin: 0 auto;
    padding: 13px 8px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
}

.tw_faqi_box textarea:focus {
    border-color: #F85C5B;
}


.tw_faqi_box_ctt{
    width: 420px;
    margin: 0 auto;
}

.tw_faqi_ctt1 {
    height: 160px;
    position: relative;
    margin-bottom: 16px;
}

.tw_faqi_ctt1 > span {
    position: absolute;
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    right: 10px;
    bottom: 8px;
}

.tw_faqi_ctt2 {
    margin-bottom: 30px;
}

.tw_faqi_ctt2 p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    margin-bottom: 10px;
}

.tw_faqi_ctt2 ul {
    font-size: 0px;
}

.tw_faqi_ctt2 ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/app-ewm.c5f75b84.png) no-repeat center center;
    background-size: 40px 40px;
    margin-right: 7px;
    cursor: pointer;
    vertical-align: top;
}

.tw_faqi_ctt2 ul li.tianjia {
    background: rgba(238, 238, 238, 1);
    position: relative;
    margin-right: 0px;
}

.tw_faqi_ctt2 ul li.tianjia i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #FFFFFF;
}

.tw_faqi_ctt2 ul li input {
    opacity: 0;
    width: 40px;
    height: 40px;
}

/*.tw_faqi_ctt2 ul li:last-child i{*/
/*background:rgba(204,204,204,1);*/
/*font-size: 30px;*/
/*}*/
.tw_faqi_ctt2 ul li i {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
    line-height: 37px;
    font-style: normal;
    vertical-align: top;
}

.tw_faqi_ctt2 ul li .active {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    line-height: 37px;
    font-style: normal;
}

.tw_faqi_box button {
    width:280px;
    height:32px;
    border-radius:5px;
    border:1px solid rgba(248,92,91,1);
    margin: 0 auto;
    display: block;
    font-size:14px;
    color:rgba(248,92,91,1);
    line-height: 32px;
    cursor: pointer;
}

.tw_faqi_box button:hover {
    background: rgba(248,92,91,1);
    color: #ffffff;
}

/* 评价提问 */
.tw_pj_box {
    width: 380px;
    padding-bottom: 30px !important;
    text-align: center;
}

.tw_pj_box > h3 {
    margin-bottom: 30px;
}

.tw_pj_xing {
    font-size: 0px;
    text-align: center;
    margin-bottom: 30px;
}

.tw_pj_xing li {
    display: inline-block;
    width: 37px;
    height: 36px;
    margin: 0 8px;
    background: url(../img/xingxing1.85cba578.png) no-repeat center center;
    cursor: pointer;
}

.tw_pj_xing .active {
    background: url(../img/xingxing.6ce53102.png) no-repeat center center;
    background-size: 18px 18px;
}

.tw_pj_wenzi {
    font-size: 0px;
    text-align: center;
    margin-bottom: 10px;
}

.tw_pj_wenzi li {
    display: inline-block;
    width:88px;
    height:32px;
    background:rgba(246,246,246,1);
    border-radius:20px;
    margin: 0 20px 20px 20px;
    text-align: center;
    font-size:12px;
    color:rgba(153,153,153,1);
    cursor: pointer;
    line-height: 32px;
    box-sizing: border-box;
    vertical-align: top;
}

.tw_pj_wenzi .active {
    background: rgba(248, 92, 91, 0.08);
    border: 1px solid rgba(248, 92, 91, 1);
    color: rgba(248, 92, 91, 1);
    box-sizing: border-box;
}

.tw_pj_box button {
    width:260px;
    height:32px;
    border-radius:100px;
    border:1px solid rgba(248,92,91,1);
    font-size:14px;
    color:rgba(248,92,91,1);
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 32px;
}

.tw_pj_box button:hover {
    background: rgba(248,92,91,1);
    color: #ffffff;
}

.tw_pj_box span {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 17px;
    cursor: pointer;
}

.tw_pj_box span:hover {
    text-decoration: underline;
}

/* 投诉提问 */
.tw_ts_box {
    width: 520px;
    display: none;
    padding-bottom: 30px !important;
}

.tw_ts_box > h3 {
    margin-bottom: 30px;
}

.tw_ts_box .tw_faqi_ctt1 {
    margin-bottom: 30px;
}

.tw_ts_box .tw_faqi_ctt1 > span {
    bottom: 4px;
    right: 59px;
}

/* 签署协议 */
.write-mask {
    width: 508px;
    display: none;
}

.write-mask  h3 {
    margin-bottom: 20px;
}

.write-wrap div label {
    padding-right: 68px;
}
.write-wrap div label div.youxiang_vesion1 {
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.write-wrap div label input.change_border1:focus {
    border-color: #F85C5B;
}

.write-wrap div label .test-time {
    display: inline-block;
    position: relative;
}

.write-wrap div label .test-time-ul {
    width: 274px;
    background: #F5F5F5;
    border-radius: 3px;
    display: none;
    margin-top: 3px;
    float: right;
}

.write-wrap div label .test-time-ul li {
    width: 259px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    padding-left: 8px;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
}

.write-wrap div label .test-time-ul li:hover {
    color: #FFFFFF;
    background-color: #D3D3D3;
}

.write-wrap div label input[name="email"] {
    width: 192px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
    font-size: 12px;
    text-indent: 16px;
}

.write-wrap div label .getEmail {
    width: 90px;
    height: 32px;
    background: rgba(255, 244, 244, 1);
    border-radius: 4px;
    border: 1px solid rgba(255, 180, 179, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    cursor: pointer;
    line-height: 32px;
}

.write-wrap div .error-msg {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 115, 0, 1);
}

.xiala::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 10px;
    vertical-align: 2px;
    right: 12px;
    top: 16px;
    position: absolute;
    background: url("../img/pay-ico.efee6267.png") no-repeat -153px -6px;
}

.shangla::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 10px;
    right: 12px;
    top: 16px;
    position: absolute;
    background: url("../img/pay-ico.efee6267.png") no-repeat -172px -6px;
    vertical-align: 2px;
}

/* 申请重学 */
.chongXue-box {
    width: 532px;
    display: none;
}

.cx_tit h3 {
    margin-bottom: 10px;
}

.cx_tit > p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    line-height: 12px;
    text-align: center;
    margin-bottom: 20px;
}
.cx_ctt label{
    padding-right: 60px;
}
.cx_ctt label > p {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    display: inline-block;
    width: 292px;
    margin-left: 20px;
}

/* 下拉 */
.common_xiala {
    position: relative;
}

.common_xiala i {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 7px;
}

.common_xiala i:first-child {
    background: url(../img/shangla.75f09142.png) no-repeat center center;
    background-size: 10px 7px;
}

.common_xiala i:nth-child(2) {
    background: url(../img/xiala1.3034b02b.png) no-repeat center center;
    background-size: 10px 7px;
}
.xl_icon1 {
    display: none;
}

.common_xiala p {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    text-indent: 16px;
}

.common_xiala ul {
    display: none;
    font-size: 0px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(238, 238, 238, 1);
    box-sizing: border-box;
    position: absolute;
}

.common_xiala ul li {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    text-indent: 16px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0,);
}

.common_xiala ul li:hover {
    background-color: rgba(248, 92, 91, 0.08);
    color: #F85C5B;
}

.common_xiala1 p{
    padding-right: 16px;
}
.common_xiala1 i{
    right: 0px;
    top: 50%;
    transform: translateY(-3.5px);
    margin-right: 0px !important;
}
.common_xiala1 ul{
    width: 80%;
    right: 0px;
}

/*购买成功*/
.pay_success {
    width: 420px;
    height: 245px;
    display: none;
    box-sizing: border-box;
    border-radius: 5px;
    padding-top: 78px;
    background: #ffffff;
}

.pay_success p {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    text-align: center;
    margin-bottom: 57px;
}

.pay_success button {
    width: 260px;
    height: 42px;
    display: block;
    margin: 0 auto;
    background: #F85C5B;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    line-height: 42px;
    border-radius: 5px;
    cursor: pointer;
}

.pay_success button:hover {
    background: #f53533;
}

/*购课*/
.pay_class,
.again_pay{
    width:400px;
    display: none;
}
.pay_class>h3,
.again_pay>h3
{
    margin-bottom: 25px;
}

.pay_class div:not(.box_btn_vesion1),
.again_pay div:not(.box_btn_vesion1)
{
    margin-bottom: 30px;
}

.pay_class div p,
.again_pay div p
{
    font-size:14px;
    color:rgba(204,204,204,1);
    line-height:22px;
    text-align: center;
}

.pay_btn {
    margin-bottom: 0px;
    text-align: center;
    font-size: 0px;
}

.pay_btn button {
    width: 140px;
    height: 42px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin: 0 20px;
    border-radius: 3px;
    cursor: pointer;
}

.pay_btn button:first-child {
    background: #ECECEC;
    color: #999999;
}

.pay_btn button:first-child:hover {
    background: #D2D2D2;
}

.pay_btn button:last-child {
    background: #F85C5B;
    color: #ffffff;
}

.pay_btn button:last-child:hover {
    background: #f53533;
}

/*试听课评价弹窗*/
.pingjia_box {
    width: 452px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
    padding-top: 30px;
    display: none;
    height: 530px;
}

.pingjia_box > h3 {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.pingjia_box_ctt {
    font-size: 0px;
    padding: 0px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

.pingjia_box_ctt p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 12px;
    margin-bottom: 8px;
}

.dif_p {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    line-height: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.pingjia_box_ctt ul {
    font-size: 0px;
}

.pingjia_box_ctt ul li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: transparent;
    line-height: 17px;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    cursor: pointer;
    background: url("//imgcdn.bangkao.com/src/login_box/img/xingxing1.85cba578.png") no-repeat center center;
    background-size: 18px 18px;
    vertical-align: top;
}

.pingjia_box_ctt ul li.active {
    background: url("//imgcdn.bangkao.com/src/login_box/img/xingxing.6ce53102.png") no-repeat center center;
    background-size: 18px 18px;
}

.pingjia_box_ctt ul li.active2 {
    font-size: 12px;
}

.pingjia_box_ctt textarea {
    width: 392px;
    height: 59px;
    border-radius: 2px;
    border: 1px solid rgba(238, 238, 238, 1);
    font-size: 12px;
    box-sizing: border-box;
    padding: 5px;
}

.pingjia_box_btn {
    height: 20px;
    text-align: center;
    padding-top: 26px;
    box-sizing: border-box;
}

.pingjia_box_btn button {
    width: 240px;
    height: 32px;
    line-height: 32px;
    background: rgba(248, 92, 91, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}

.pingjia_box_btn button font {
    vertical-align: middle;
}

.pingjia_box_btn button:hover {
    background: #f53533;
}

/*温馨提示*/
.tishi_box {
    display: none;
    width: 420px;
    height: 260px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: 1px solid rgba(151, 151, 151, 1);
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
    text-align: center;
}

.tishi_box > h3 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFangSC;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    margin-bottom: 34px;
}

.tishi_box p {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.tishi_box p:nth-child(3) {
    margin-bottom: 40px;
}

.tishi_box > button {
    width: 260px;
    height: 42px;
    background: #F85C5B;
    border-radius: 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    cursor: pointer;
}

.tishi_box > button:hover {
    background: #f53533;
}

.bd_ts {
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 20px;
    margin-bottom: 29px;
}

.bangding > h3 {
    padding-top: 44px !important;
    height: 94px !important;
}

/*绑定微信弹窗*/
.bangding_box {
    display: none;
    width: 580px;
    height: 559px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
}

.bangding_box > div:first-child {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 79px;
    text-indent: 30px;
}

.bangding_box .close {
    top: 12.63px;
    right: 12.63px;
}

.bd_ewm {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 37px;
}

.bangding_box p {
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.jiebang_box p {
    margin-bottom: 50px;
}

/*修改考期*/

.kaoqi_box {
    width: 630px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
    display: none;
    box-sizing: border-box;
    padding: 0px 55px 40px 55px;
}

.box_tit {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFangSC;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    text-align: center;
}

.kaoqi_box h3 {
    padding: 40px 0px 31px 0px;
}

.kaoqi_p p {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

.kaoqi_p {
    margin-bottom: 30px;
}

/*修改考试时间*/
.btn_box {
    width: 540px;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
    font-size: 0px;
    border-top: 1px solid rgba(238, 238, 238, 1);;
}

.shijian_box {
    width: 620px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
    display: none;
    box-sizing: border-box;
}

.shijian_box h3 {
    padding: 24px 0px 58px 0px;
}

.flex_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 117px;
    margin-bottom: 20px;
}

.flex_box span {
    text-align: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    margin-right: 30px;
    line-height: 40px;
    color: rgba(153, 153, 153, 1);
}

.flex_box > div {
    width: 260px;
    height: 40px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.flex_box p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: rgba(0, 0, 0, 0.65);
    line-height: 40px;
}

.fou_show {
    display: none;
}

.flex_box1 {
    margin-bottom: 47px;
}

.select_box {
    position: relative;
    font-size: 0px;
}

.select_box div {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    text-indent: 12px;
    background: url(//imgcdn.bangkao.com/src/userCenter/img/xila1.75f09142.png) no-repeat 95% center;
    background-size: 12px 8px;
}

.select_box ul {
    font-size: 0px;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #eae6e6;
    /*border-radius: 5px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    z-index: 100;
}

.select_box ul li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    cursor: pointer;
    text-indent: 12px;
}

.select_box ul li:hover {
    background: #F4F4F4;
}

/*短信验证*/
.yzm_box h3 {
    padding-bottom: 41px;
}

.yzm_box p {
    text-align: center;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 22px;
}

.flex_cc_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 40px;
    margin: 0 auto;
    font-size: 0px;
    margin-bottom: 20px;
}

.flex_cc_box1 span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(0, 0, 0, 1);
    text-align: right;
    margin-right: 16px;
    line-height: 40px;
}

.flex_cc_box1 div {
    width: 90px;
    height: 40px;
    box-sizing: border-box;
    background: rgba(255, 244, 244, 1);
    border-radius: 4px;
    border: 1px solid rgba(255, 180, 179, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(0, 0, 0, 1);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.flex_cc_box2 span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(153, 153, 153, 1);
    line-height: 40px;
    margin-right: 42px;
}

.flex_cc_box2 input {
    width: 155px;
    height: 40px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid rgba(238, 238, 238, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(153, 153, 153, 1);
    text-indent: 12px;
    line-height: 40px;
}

.ewm_sx {
    width: 262px;
    height: 262px;
    background: rgb(0, 0, 0, 0.6);
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -131px;
    top: 15px;
    text-align: center;
    padding-top: 90px;
}

.ewm_sx p {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 20px;
}

.ewm_sx button {
    width: 100px;
    height: 38px;
    color: #FFFFFF;
    background: #F85C5B;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.ewm_sx button:hover {
    background: #f53533;
}

/* 清除IE10及以上版本input的叉叉（X）和密码输入框的眼睛图标 */
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

/*清除谷歌浏览器下的 search 叉号 */
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*清除IE下的 search 叉号 */
input[type=search]::-ms-clear {
    display: none;
}

.lr-mask .lr-from .form-item > input:-webkit-autofill,
.lr-mask .lr-from .form-item > input:-webkit-autofill:hover,
.lr-mask .lr-from .form-item > input:-webkit-autofill:focus,
.lr-mask .lr-from .form-item > input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}
.hint_code {
    width: 84px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F85C5B;
    line-height: 15px;
}

.tx_set_ctt ul li:first-child i img {
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 10px;
}

.sqfp_inp1:focus, .sqfp_inp2:focus {
    border-color: #F85C5B;
}

/*订单详情*/
.order_box {
    display: none;
    width: 500px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 24px;
}

.order_box h3 {
    margin-bottom: 40px;
}

.order_box_list {
    font-size: 0px;
    width: 400px;
    margin: 0 auto;
}

.order_box_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.order_box_list li span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 14px;
}

.order_box_list li span:first-child {
    color: rgba(153, 153, 153, 1);
}

.order_box_list li span:nth-child(2) {
    color: rgba(51, 51, 51, 1);
}

.order_box_list li:last-child {
    margin-bottom: 16px;
}

.order_box_list li:last-child span:first-child {
    color: rgba(51, 51, 51, 1);
}

.order_box_list li:last-child span:nth-child(2) {
    color: rgba(248, 92, 91, 1);
    font-weight: 600;
}

.order_box_btn {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 32px;
    background: rgba(248, 92, 91, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 24px;
    cursor: pointer;
}

.order_box_btn:hover {
    background: #f53533;
}

/*试听课分享*/
.fenxiang_box {
    display: none;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px 8px 8px 8px;
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
}

.fenxiang_tit {
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
    line-height: 24px;
    margin-bottom: 30px;
}

.fenxiang_ewm {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    margin-bottom: 13px;
    background: url("");
}

.fenxiang_box p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.fenxiang_lj {
    width: 320px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid rgba(238, 238, 238, 1);
    margin: 0 auto;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fenxiang_btn {
    width: 240px;
    height: 32px;
    background: rgba(248, 92, 91, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.fenxiang_btn:hover {
    background: #f53533;
}

/*绑定微信*/
.wx_bd_box {
    display: none;
    width: 360px;
    height: 360px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: relative;
    padding-top: 30px;
    box-sizing: border-box;
}

.box_tit_vesion1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.wx_bd_ewm {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.box_ts_vesion1 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
    text-align: center;
}

/*解绑微信*/
.wx_jb_box {
    width: 400px;
    height: 204px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: relative;
    display: none;
    padding-top: 30px;
    box-sizing: border-box;
}

.wx_jb_box h3 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 38px;
    text-align: center;
}

.wx_jb_ts {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    text-align: center;
    margin-bottom: 40px;
}

/*优化模块*/

/*弹窗外框样式*/
.tc_box_version1 {
    display: none;
    box-sizing: border-box;
    padding: 30px 0px 24px 0px;
    background:rgba(255,255,255,1);
    border-radius:5px;
    position: relative;
}

/*弹窗标题大致样式*/
.tc_box_version1 h3 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

/*弹窗内容大致样式*/
.tc_box_ctt_version1{
    margin-bottom: 24px;
}
/*内容弹性布局*/
.tc_box_ctt_version1 label{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}
.tc_box_ctt_version1 label span{
    text-align: right;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    flex: 1;
}
.tc_box_ctt_version1 label span i{
    color: #F85C5B;
    font-style: normal;
    margin-right: 6px;
}
.tc_box_ctt_version1 label>div,.tc_box_ctt_version1 label>input{
    width:292px;
    height:32px;
    border-radius:4px;
    border:1px solid rgba(238,238,238,1);
    text-indent: 16px;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height: 32px;
    margin-left: 20px;
    box-sizing: border-box;
}
.tc_box_ctt_version1 label>select{
    text-indent: 13px;
}
/*弹窗按钮样式*/
.box_btn_vesion1 {
    text-align: center;
}
.box_btn_vesion1 button{
    text-align: center;
    width: 108px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    cursor: pointer;
    margin: 0 16px;
}


/*弹窗确定按钮样式*/
.youhua_btn_qd {
    color: rgba(248, 92, 91, 1);
    border: 1px solid rgba(248, 92, 91, 1);
}

.youhua_btn_qd:hover {
    color: #ffffff;
    background: rgba(248, 92, 91, 1);
}

.box_btn_vesion1 .youhua_btn_qd_bg{
    width:248px;
}

/*弹窗取消按钮样式*/
.youhua_btn_qx {
    border: 1px solid rgba(204, 204, 204, 1);
    color: rgba(153, 153, 153, 1);
}

.youhua_btn_qx:hover {
    color: #ffffff;
    background: rgba(204, 204, 204, 1);
}
.youhua_btn_tk {
    border: 1px solid rgba(204, 204, 204, 1);
    color: rgba(153, 153, 153, 1);
}

.youhua_btn_tk:hover {
    color: #ffffff;
    background: rgba(204, 204, 204, 1);
}
.hd_yanzhen_ts {
    position: absolute;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(248, 92, 91, 1);
    top: 28px;
    left: 10px;
}
/*班主任*/
.bzr_box{
    width:476px;
    position: relative;
    padding-top: 38px;
    display: none;
}
.close_version1{
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    display: block;
    width: 22px;
    height: 22px;
    background: url("//imgcdn.bangkao.com/src/login_box/img/close_version1.004ca048.png") no-repeat center center;
}
.bzr_box_ctt{
    width:476px;
    background:rgba(255,255,255,1);
    border-radius:5px;
    padding-top: 40px;
    padding-bottom: 34px;
}
.bzr_box_ctt>h3{
    font-size:16px;
    color:rgba(248,92,91,1);
    text-align: center;
    margin-bottom: 24px;
}
.bzr_box_ctt_main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 364px;
    margin: 0 auto;
}
.bzr_box_ctt_main div{
    flex: 1;
}
.bzr_box_ctt_main>div:first-child{
    border-right: 1px solid #EEEEEE;
    text-align: left;
}
.bzr_box_ctt_main>div:last-child{
    text-indent: 60px;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:32px;
    text-align: left;
}
.bzr_teacher_name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 9px;
}
.bzr_teacher_name i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("//imgcdn.bangkao.com/src/img/logo.d1a6803a.png") no-repeat center center;
    margin-right: 6px;
    border-radius: 50%;
}
.bzr_teacher_name div p:first-child{
    font-size:12px;
    color:rgba(51,51,51,1);
}
.bzr_teacher_name div p:nth-child(2){
    font-size:10px;
    color:rgba(153,153,153,1);
}
.bzr_teacher_lx{
    font-size: 0px;
    margin-left: -50px;
}
.bzr_teacher_lx li{
    font-size:10px;
    color:rgba(153,153,153,1);
    margin-bottom: 6px;
    text-align: center;
}
.bzr_teacher_lx li i{
    display: block;
    margin: 0 auto;
    width:84px;
    height:84px;
    /*border: 1px solid red;*/
}

/*关注微信公众号*/
.gzh_box{
    position: relative;
    padding-top: 38px;
    height:256px;
    display: none;
}
.gzh_box_ctt{
    width:476px;
    background:rgba(255,255,255,1);
    border-radius: 5px;
}
.gzh_box_ctt>i{
    display: block;
    width: 100%;
    height:10px;
    background:linear-gradient(90deg,rgba(255,131,131,1) 0%,rgba(249,121,120,1) 100%);
    border-radius:5px 5px 0px 0px;
}
.gzh_box_main{
    padding: 60px 0px 45px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.gzh_box_main_l{
    text-align: left;
    font-size:12px;
    color:rgba(153,153,153,1);
    line-height:20px;
    border-right: 1px solid rgba(238,238,238,1);
    flex: 1;
}
.gzh_box_main_l h1{
    font-size:22px;
    color:rgba(51,51,51,1);
    margin-bottom: 22px;
}
.gzh_box_main_l h2{
    font-size:16px;
    color:rgba(153,153,153,1);
    margin-bottom: 18px;
}
.gzh_box_main_r{
    width: 160px;
    text-align: center;
}
.gzh_box_main_r i{
    width:80px;
    height:80px;
    margin: 7px auto;
    display: block;
    background: red;
}
.gzh_box_main_r p{
    font-size:12px;
    color:rgba(153,153,153,1);
}
.save_box{
    width:400px;
}
.save_box>h3{
    margin-bottom: 38px;
}
.save_box p{
    margin-bottom: 40px;
    text-align: center;
    font-size:14px;
    color:rgba(204,204,204,1);
}
/*是否导入上次进度*/
.last_box{
    width: 400px;
}
.last_box p{
    font-size:14px;
    color:rgba(51,51,51,1);
    padding: 37px 0px 60px 0px;
    text-align: center;
}

/*扫码下载app，扫码使用小程序*/
.down_app_box{
    width:360px;
    height:360px;
}

.down_app_box .down_app_img{
    width:160px;
    height:160px;
    margin: 30px auto;
}
#down_app_box .down_app_img{
    background:url("//imgcdn.bangkao.com/src/img/app-ewm.f57effef.png")no-repeat center center;
    background-size: 100% 100%;
}
#use_xcx_box .down_app_img{
    background:url("//imgcdn.bangkao.com/src/img/applet_img.256f1e11.jpg")no-repeat center center;
    background-size: 100% 100%;
}
.down_app_box p{
    font-size:16px;
    color:rgba(153,153,153,1);
    line-height:22px;
    text-align: center;
}

/*添加新地址*/
.add_addr{
    width:476px;
    border-radius:5px;
}
.add_addr h3{
    margin-bottom: 20px;
}

.add_addr_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.add_addr_flex span{
    flex: 1;
    text-align: right;
    font-size:12px;
    color:rgba(153,153,153,1);
    margin-right: 20px;
}
.add_addr_flex>input,.add_addr_flex>div{
    width:292px;
    height:32px;
    border-radius:4px;
    border:1px solid rgba(238,238,238,1);
    font-size:12px;
    padding: 0 12px;
    margin-right: 52px;
    box-sizing: border-box;
}
.add_addr .add_addr_flex:nth-child(6){
    margin-bottom: 24px;
}
.add_addr_flex .add_addr_flex1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0px;
}
.add_addr_flex1>div{
    flex: 1;
    border-radius:4px;
    border:1px solid rgba(238,238,238,1);
    height:32px;
}
.add_addr_flex1>div:nth-child(2){
    margin: 0 20px;
}
.add_addr_flex1>div:last-child{
    flex: 1.3;
}
.add_addr_select{
    width:400px;
    height:204px;
    border-radius:4px;
    box-sizing: border-box;
}
.add_addr_select1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.add_addr_select p{
    font-size:14px;
    color:rgba(51,51,51,1);
    text-align: center;
}

/*收件地址*/
.adrress_box{
    width:508px;
    border-radius:5px;
}
.adrress_box h3{
    margin-bottom: 30px;
}
.adrress_box_list{
    font-size: 0rem;
    margin-bottom: 24px;
}
.adrress_box_list li{
    width:348px;
    border-radius:4px;
    box-sizing: border-box;
    padding: 14px 22px;
    border:1px solid rgba(204,204,204,1);
    margin: 0 auto;
    margin-bottom: 20px;
    font-size:12px;
    color:rgba(51,51,51,1);
    position: relative;
    cursor: pointer;
}
.adrress_box_list li.adrress_box_active{
    border:1px solid rgba(248,92,91,1);
}
.adrress_box_list li.adrress_box_active:before{
    content: '';
    position: absolute;
    width:29px;
    height:27px;
    background: url("//imgcdn.bangkao.com/src/images/acc_add_icon.41b4f12a.png") no-repeat center center;
    background-size: 29px 27px;
    top: 0px;
    left: 0px;
}


/*选择考试*/
.choose_exam_box{
    width:720px;
    padding: 0px;
}
.choose_exam_box_tit{
    line-height: 62px;
    font-size:20px;
    font-weight:500;
    color:rgba(34,34,34,1);
    border-bottom: 1px solid #EEEEEE;
    padding: 0 40px;
}
.choose_exam_box_ctt{
    padding: 40px 40px 55px 40px;
}
.choose_exam_box_list{
    font-size: 0px;
    margin-bottom: 38px;
}
.choose_exam_box_ctt ul:last-child{
    margin-bottom: 0px;
}
.choose_exam_box_list li{
    margin-right: 30px;
    font-size:14px;
    color:rgba(34,34,34,1);
    display: inline-block;
}
.choose_exam_box_list li.choose_exam_box_list_tit{
    font-size:16px;
    font-weight:500;
    color:rgba(34,34,34,1);
}
.choose_exam_box_list li:last-child{
    margin-right: 0px;
}
.choose_exam_box_list li:not(.choose_exam_box_list_tit):hover{
    cursor: pointer;
    color: #FF716C;
}
.choose_exam_box_list_tit i{
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top:solid 4px transparent;
    border-left:solid 6px #CCCCCC;
    border-right:solid 6px transparent;
    border-bottom:solid 4px transparent;
    margin-left: 10px;
    vertical-align: 2px;
}
.choose_exam_box .close{
    width: 16px;
    height: 16px;
    right: 20px;
    top: 23px;
}


/*班主任*/
.zsbzr_box{
    position: relative;
    display: none;
}
.zsbzr_box_close{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("//imgcdn.bangkao.com/src/img/zsbzr_icon.004ca048.png") no-repeat center center;
    background-size: 20px 20px;
    top: -24px;
    right: -24px;
    cursor: pointer;
}
.zsbzr_box_ctt{
    width:280px;
    height:500px;
    background: url("//imgcdn.bangkao.com/src/img/zsbzr_tu.2a6e3900.png") no-repeat center center;
}
.zbzr_ewm{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.zbzr_ewm i{
    display: block;
    margin: 0 auto;
    width:70px;
    height:70px;
    margin-bottom: 4px;
}
.zbzr_ewm p{
    text-align: center;
    font-size:12px;
    color:rgba(255,255,255,1);
    line-height:13px;
    transform: scale(.833);
}

/*刷题设置*/
.stsz_box{
    width: 360px;
}
.stsz_box h3{
    margin-bottom: 25px;
}
.stsz_box_ctt{

}
.stsz_box_flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
}
.stsz_box_flex1{
    align-items: flex-start;
    margin-bottom: 30px;
}
.stsz_box_flex span{
    flex: 1;
    font-size:14px;
    color:rgba(51,51,51,1);
    text-align: right;
    margin-right: 11px;
}
.stsz_box_flex>div{
    width: 243px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.stsz_box_flex>div label{
    font-size:14px;
    color:rgba(153,153,153,1);
    margin-right: 36px;
}
.stsz_box_flex1>div label{
    margin-right: 20px;
}
.stsz_box_flex div input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    font-size: 18px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    line-height: 1;
    margin-right: 8px;
    box-sizing: border-box;
    vertical-align: -6px;
}
.stsz_box_flex div input[type="radio"]:checked + label::before {
    background-color: #F85C5B;
    border: 1px solid #F85C5B;
    background-clip: content-box;
    padding: .1em;
    vertical-align: -8px;
    box-sizing: border-box;
}
.stsz_box_flex div input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}


/*课程选择弹窗 v2*/
.class_tc_v2{
    width:1000px;
    background:rgba(255,255,255,1);
    border-radius:10px;
    padding: 24px 30px 5px 30px;
    box-sizing: border-box;
    display: none;
    position: relative;
}
.class_tc_v2>p{
    font-size:16px;
    color:rgba(153,153,153,1);
    margin-bottom: 31px;
}
.class_tc_v2_ctt{
    padding: 0px 30px;
    margin-bottom: 9px;
}
.class_tc_v2_ctt div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 17px;
}
.class_tc_v2_ctt div i{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.class_tc_v2_ctt div span{
    font-size:16px;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.class_tc_v2_ctt ul{
    font-size: 0px;
}
.class_tc_v2_ctt ul li{
    display: inline-block;
    width:130px;
    height:32px;
    text-align: center;
    line-height: 31px;
    border-radius:16px;
    margin-right: 20px;
    border:1px solid rgba(231,231,231,1);
    font-size:14px;
    color:rgba(51,51,51,1);
    margin-bottom: 16px;
    flex-wrap: wrap;
    cursor: pointer;
    box-sizing: border-box;
}
.class_tc_v2_ctt ul li:nth-child(6n){
    margin-right: 0px;
}
.class_tc_v2_ctt ul li.class_tc_v2_active,.class_tc_v2_ctt ul li:hover{
    border:1px solid rgba(248,101,100,1);
    color:rgba(248,93,92,1);
}
.class_tc_v2_icon1{
    background: url("../img/class_tc_v2_icon1.b1cf7676.png") no-repeat center center;
    background-size: 20px 20px;
}
.class_tc_v2_icon2{
    background: url("../img/class_tc_v2_icon2.222a6a1a.png") no-repeat center center;
    background-size: 20px 20px;
}
.class_tc_v2_icon3{
    background: url("../img/class_tc_v2_icon3.15bd430b.png") no-repeat center center;
    background-size: 20px 20px;
}
.class_tc_v2_icon4{
    background: url("../img/class_tc_v2_icon4.f8828232.png") no-repeat center center;
    background-size: 20px 20px;
}


.class_tc_v2_ctt1 ul li {
    width: auto;
    padding: 0px 26px;
}
.class_tc_v2_1{
    padding-bottom: 55px;
}