.centent1 .bm_box {
    min-width: 100px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: url("/images/mock/bm_bg.png") no-repeat;
    background-size: 100%;
}

.bm_box>.bm {
    width: 100%;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.centent1 .mc-fg {
    width: 100%;
}

.mo_content_list {
    width: 328px;
    height: 224px;
}

.ai_mo_content_list {
    background: url("/images/mock/mo_content_bg.png") no-repeat;
    background-size: 100%;
    padding: 20px 0 0 16px;
    box-sizing: border-box;
}

.mo_fg_each {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.mo_fg_each:first-of-type {
    margin-top: 0;
}

.mo_fg_each>img {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 10;
}

.mo_fg_each>div:first-of-type {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.mo_fg_each>div:last-of-type {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #777777;
    margin-top: 8px;
}

.centent1 .mc-fg .title {
    font-size: 18px;
    font-weight: bold;
    /*max-height: 29px;*/
    color: #2B2B2B;
}

.mc-fg .ljbma {
    width: 240px;
    height: 48px;
    background: #0065FF;
    border-radius: 40px 40px 40px 40px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.mo-item .mo_main_content {
    width: 100%;
    min-height: 536px;
    background: #FFFFFF;
    box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    padding: 24px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
    margin-top: 16px;
}

.mo_main_content .mo_tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mo_tabs .sjxz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
    height: 34px;
    background: #F8F8F8;
    border-radius: 8px 8px 8px 8px;
    padding: 0 10px;
    cursor: pointer;
    margin: 0 20px 20px 0;
}

.mo_tabs .sjxz:last-of-type {
    margin: 0 0 20px 0;
}

.mo_tabs .sjxz>img {
    display: block;
    width: 20px;
    height: 20px;
}

.mo_tabs .sjxz>div {
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    line-height: 34px;
    margin-left: 4px;
}


.mo_tabs .sjxz:hover {
    background: #FFFFFF;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
}


.mkph>div {
    color: #333333;
    font-size: 14px;
    margin-top: 4px
}

.mkph:hover>img {
    content: url("../images/indexv3/183.png");
}

.mkph:hover>div {
    color: #2567B1;
}

.centent1 .mo-item {
    width: 614px;
    min-height: 652px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.centent1 .mo-item>.title {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

.centent1 .mksm {
    cursor: pointer;
}

.centent1 .gd {
    cursor: pointer;
}

.centent1 .gd .m-gd {
    font-size: 12px;
    font-weight: 400;
    color: #A09A9A;
}

.centent1 .gd:hover>.m-gd {
    color: #2567B3;
}

.centent1 .gd:hover>img {
    content: url("../images/indexv3/63.png");
}

.centent1 .bm_djs {
    color: #FF381F;
    font-weight: Bold
}

.mksm_ru {
    padding: 30px;
}

.mksm_ru img {
    width: 100%;
    height: 100%;
}

.popup-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.38);
    display: none;
    z-index: 9999;
}

.popup-container.active {
    display: block;
}

.popup-container .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 440px;
    height: 300px;
    min-height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    animation: popup 0.3s ease-out;
    transition: transform 0.3s;
}

.popup-container.active .popup-content {
    transform: translate(-50%, -50%) scale(1);
}

@keyframes popup {
    0% {
        transform: translate(-50%, -60%) scale(0.5);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.tc-name {
    color: #282828;
    font-size: 16px;
    cursor: pointer;
}

.tc-name-on {
    color: #333333;
    font-weight: 600;
    position: relative;
}

.tc-content {
    width: 454px;
    margin-top: 21px;
    overflow-y: scroll;
    min-height: 227px;
    max-height: 351px;
    padding: 10px 30px;
    text-align: center;
}

.tc-content::-webkit-scrollbar {
    display: none;
}

.submit {
    width: 157px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #2567B3;
    color: #fff;
    font-size: 14px;
    margin: 73px auto 58px auto;
    border-radius: 15px;
}

.pay-tab {
    width: 198px;
    height: 33px;
    background: #EEEEEE;
    color: #616161;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

.pay-on {
    background: #2567B3;
    color: #fff;
}

.popup-close {
    margin-bottom: 10px;
    cursor: pointer
}

.popup-close:hover>img {
    content: url("../images/indexv3/177.png");
}

.type2 {
    margin: 0 auto;
    display: none
}

.pay—class {
    margin-top: 25px;
    color: #000000;
    font-size: 14px;
}

.pay-tab {
    cursor: pointer;
}

.popup-container #qrcode>svg {
    width: 105px;
    height: 105px;
}

.ewmgq {
    top: 0px;
    left: 0px;
}

.popup-container .pay-class {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-top: 25px;
}

#upload_dtk {
    width: 1248px;
    min-height: 583px;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
    background: #fff;
    display: none;
}

.wdzd {
    width: 1248px;
    min-height: auto;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
    background: #fff;
    border-radius: 7px;
}

.my_mock_dt {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*width: 208px;height: 120px;*/
    /*object-fit: cover;*/

}

.wdzdjj>div:nth-child(5n) {
    margin-right: 0 !important;
}

.teacher_zy {
    width: 1248px;
    min-height: 313px;
    background: #FFFFFF;
    border-radius: 7px;
    margin-top: 48px;
    position: relative;
}

.back_my {
    width: 240px;
    height: 64px;
    background: #2869B3;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    line-height: 64px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    margin-top: 80px;
    margin-bottom: 120px;
}

.my_rank {
    width: 1248px;
    min-height: 500px;
    background: #FFFFFF;
    border-radius: 8px;
}

.popup-container-djs {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.38);
    display: none;
    z-index: 9999;
}

.popup-container-djs.active {
    display: block;
}

.popup-container-djs .popup-content-djs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 640px;
    min-height: 481px;
    border-radius: 24px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    animation: popup-djs 0.3s ease-out;
    transition: transform 0.3s;
}

.popup-container-djs.active .popup-content-djs {
    transform: translate(-50%, -50%) scale(1);
}

@keyframes popup-djs {
    0% {
        transform: translate(-50%, -60%) scale(0.5);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.mcdjs-zt {
    width: 220px;
    height: 64px;
    background: rgba(29, 110, 233, 0.08);
    border-radius: 87px 87px 87px 87px;
    opacity: 1;
    border: 3px solid #1D6EE9;
    font-size: 20px;
    font-weight: bold;
    color: #1D6EE9;
    text-align: center;
    line-height: 59px;
}

.mcdjs-zt:hover,
.mcdjs-cxjs:hover,
.mcdjs-jj:hover {
    background: #1D6EE9;
    color: #FFFFFF;
    cursor: pointer;
}

.mcdjs-cxjs {
    width: 147px;
    height: 64px;
    background: rgba(29, 110, 233, 0.08);
    border-radius: 87px 87px 87px 87px;
    opacity: 1;
    border: 3px solid #1D6EE9;
    font-size: 20px;
    font-weight: bold;
    color: #1D6EE9;
    text-align: center;
    line-height: 59px;
}

.mcdjs-jj {
    width: 147px;
    height: 64px;
    background: rgba(29, 110, 233, 0.08);
    border-radius: 87px 87px 87px 87px;
    opacity: 1;
    border: 3px solid #1D6EE9;
    font-size: 20px;
    font-weight: bold;
    color: #1D6EE9;
    text-align: center;
    line-height: 59px;
}

.kssj {
    font-weight: bold;
    color: #1D6EE9;
    font-size: 64px;
}

.text-container {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.course_name {
    width: 224px;
    color: #000000;
    font-size: 14px;
}

.course_name:hover {
    color: #2567B1;
}

.down_zypgxz {
    cursor: pointer;
    height: 40px;
    margin-top: 100px
}

.down_zypgxz:hover>img {
    content: url("../images/indexv3/187.png");
}

.down_zypgxz:hover>div {
    color: #2567B1 !important;
}

.back_my:hover {
    background: #2B73C6;
}

.my_mock_h:hover {
    color: #2567B3;
}

.about_mock_box {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.about_mock_box>div {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-left: 42px;
    cursor: pointer;
}


.about_mock_box>div>img {
    display: block;
    width: 40px;
    height: 40px;
}

.about_mock_box>div>div {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-left: 8px;
    line-height: 40px;
}

.about_mock_box>div>div:hover {
    color: #2567B3;
}

.about_mock_box>div:first-of-type {
    margin-left: 0;
}

#subscribeBg,
#qrcodeBg,
#instructionsBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9998;
    display: none;
}

#subscribeBox,
#qrcodeBox {
    width: 280px;
    height: 270px;
    background: linear-gradient(180deg, #DCECF9 0%, #FCFDFE 62%);
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 68px 12px 28px 12px;
    box-sizing: border-box;
}

#qrcodeBox {
    height: 420px;
    padding: 68px 12px 48px 12px;
}

.subscribe_img {
    display: block;
    width: 124px;
    height: 124px;
    position: absolute;
    left: 50%;
    top: -56px;
    transform: translate(-50%, 0);
    z-index: 9999;
}

#subscribeTitle,
#qrcodeTitle {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

#subscribeMsg,
#qrcodeMsg {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 14px;
}

.subscribe_btn {
    width: 192px;
    height: 48px;
    background: #1D6EE9;
    border-radius: 40px 40px 40px 40px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin: 44px auto 0 auto;
    cursor: pointer;
}

.subscribe_close,
.qrcode_close,
.instructions_close {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 9999;
}

.subscribe_btn.cancel {
    background: #FF4343;
}

.noitce_box {
    width: 144px;
    height: 144px;
    background: #FFF;
    border-radius: 24px;
    margin: 20px auto 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.to_notice {
    display: block;
    width: 104px;
    height: 104px;
}

.start_subscribe {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #FF4343;
    text-align: center;
    margin-top: 26px;
}

/* ========== 面试模考报名弹窗 ========== */
#interviewRegBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9998;
    display: none;
}

#interviewRegBox {
    width: 700px;
    height: 539px;
    background: url("../images/mock/ms_mock_pop.png") no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-sizing: border-box;
}

.interview_reg_close {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 10;
}

/* APP二维码 - 绝对定位覆盖到背景图左侧二维码区域 */
.interview_qr_app {
    position: absolute;
    left: 55px;
    top: 150px;
    width: 102px;
    height: 102px;
    background: #fff;
    border-radius: 6px;
    object-fit: contain;
    z-index: 2
}

/* 小程序二维码 - 绝对定位覆盖到背景图右侧二维码区域 */
.interview_qr_miniapp {
    position: absolute;
    left: 55px;
    top: 285px;
    width: 102px;
    height: 102px;
    background: #fff;
    border-radius: 6px;
    object-fit: contain;
    z-index: 2;
}

.interview_reg_btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 192px;
    height: 48px;
    background: #1D6EE9;
    border-radius: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 3;
}

.interview_reg_btn:hover {
    background: #155CC0;
}

#instructionsBox {
    width: 698px;
    min-height: 930px;
    border-radius: 20px 20px 20px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.instructions_content {
    display: block;
    width: 698px;
    height: 930px;
}

.mok_content_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1248px;
    height: auto;
}

.mo_btn_list {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.mkjx {
    width: 206px;
    height: 48px;
    background: #0065FF;
    border-radius: 40px 40px 40px 40px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.wdzda {
    width: 88px;
    height: 48px;
    background: #EAF2FF;
    border-radius: 40px 40px 40px 40px;
    border: 2px solid #1D6EE9;
    font-weight: 600;
    font-size: 14px;
    color: #0065FF;
    text-align: center;
    line-height: 48px;
    margin-right: 12px;
    cursor: pointer;
}

.btn_flex {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 15px;
}

.float_box {
    position: absolute;
    top: -12px;
    right: 60px;
    z-index: 10;
    padding: 0 6px;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #FDEFEB;
    font-size: 12px;
    color: #FF1E1E;
    font-weight: bold;
}

.mkdjs {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 48px;
    right: 24px;
    z-index: 10;
}

.mkdjs>img {
    width: 100%;
    height: 100%;
}

.analysis_box {
    width: 100%;
    background: rgba(29, 110, 233, 0.04);
    padding: 12px 16px 20px 16px;
    box-sizing: border-box;
    margin-top: 24px;
}

.analysis_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.zbjx {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.zbjx>div>span {
    color: #FF1E1E;
}

.mksm {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.mksm>.sm {
    font-weight: 500;
    font-size: 11px;
    color: #AAAAAA;
    margin-right: 4px;
}

.mksm>img {
    width: 10px;
    height: 10px;
    position: relative;
    top: 4px;
}

.zhibo_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 12px;
}

.zhibo_box>img {
    display: block;
    clear: both;
    width: 126px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.zhibo_check {
    display: block;
    clear: both;
    width: 346px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.zhibo_check>div:first-of-type {
    font-weight: 600;
    font-size: 13px;
    color: #333333;
}

.zhibo_check>div:last-of-type {
    width: 42px;
    height: 19px;
    background: #0065FF;
    border-radius: 12px;
    font-weight: 500;
    font-size: 11px;
    color: #FFF4F4;
    text-align: center;
    line-height: 19px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.centent1 .ai_mo_item {
    background: url("/images/mock/ai_content_bg.png") no-repeat;
    background-size: 100%;
    background-color: #FFF;
}

.centent1 .ai_mo_item .float_box {
    right: 100px;
}

.centent1 .mo-item>.title>.ai_mock_img {
    display: inline-block;
    width: 94px;
    height: 26px;
    position: relative;
    top: -2px;
}

.centent1 .mo-item>.title>.mock_img {
    display: inline-block;
    width: 75px;
    height: 26px;
    position: relative;
    top: -2px;
}

.handle_words {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #FF4343;
    margin-top: 34px;
}

.ct_box {
    width: 1248px;
    min-height: 313px;
    background: #FFFFFF;
    border-radius: 7px;
    margin-top: 48px;
    position: relative;
}

.tabs_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-size: 18px;
    color: #1D6EE9;
    padding: 40px 0 0 40px;
    font-weight: bold;
    cursor: pointer;
}

.tabs_list {
    margin-right: 60px;
    position: relative;
}

.tabs_list:last-of-type {
    margin-right: 0;
}

.tabs_list.active:after {
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translate(-50%, 0);
    content: '';
    width: 26px;
    height: 4px;
    background: #0065FF;
}

.child_content {
    width: 100%;
    padding: 0 32px 48px 40px;
    box-sizing: border-box;
    margin-top: 26px;
    height: auto;
}

.each_child_box {
    width: 100%;
    margin-top: 40px;
    min-height: 160px;
}

.each_child_box:first-of-type {
    margin-top: 0;
}

.each_child_box>div:first-of-type {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.wt_key {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.check_material {
    width: 74px;
    height: 28px;
    background: #2630B2;
    border-radius: 40px 40px 40px 40px;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    line-height: 28px;
}

.check_material>img {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: -2px;
}

.each_child_box>div:nth-last-of-type(2) {
    width: 100%;
    margin-top: 22px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.each_child_box>div:last-of-type {
    width: 100%;
    height: 60px;
    margin-top: 28px;
    background: #F6F6F6;
    border-radius: 8px 8px 8px 8px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    color: #FF4343;
    line-height: 60px;
}

.material_content {
    display: block;
    clear: both;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
}

.ai_wdzd {
    width: 1248px;
    min-height: auto;
}

.zd_title {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding-left: 64px;
    box-sizing: border-box;
    height: 192px;
    background: url("/images/mock/zd_title.png") no-repeat;
    background-size: 100%;
}

.cute_ai {
    display: block;
    width: 128px;
    height: 128px;
}

.zd_title_content {
    margin-left: 36px;
    width: 246px;
}

.zd_title_content>div:first-of-type {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
}

.zd_title_content>div:last-of-type {
    font-weight: 600;
    font-size: 36px;
    color: #0065FF;
    line-height: 48px;
}

.zd_main_content {
    width: 1248px;
    height: auto;
    background: linear-gradient(180deg, #E9F0FF 0%, #FFFFFF 100%);
    box-shadow: inset 0px 2px 4px 0px #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
    top: -34px;
}

.zd_tabs_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-size: 18px;
    color: #333333;
    padding: 26px 20px 20px 26px;
    font-weight: bold;
    cursor: pointer;
    line-height: 36px;
}

.zd_tabs_list {
    margin-right: 64px;
    position: relative;
}

.zd_tabs_list:last-of-type {
    margin-right: 0;
}

.zd_tabs_list.active:after {
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translate(-50%, 0);
    content: '';
    width: 20px;
    height: 5px;
    background: #0065FF;
    border-radius: 12px;
}

.zd_answer_box {
    width: 100%;
    height: auto;
    min-height: 586px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    padding: 24px 40px 40px 28px;
    box-sizing: border-box;
    position: relative;
}

.child_title_box {
    width: 100%;
}

.child_tabs_box {
    display: inline-block;
    height: 46px;
    background: #F2F2F2;
    border-radius: 40px 40px 40px 40px;
    padding: 4px;
    box-sizing: border-box;
}

.child_tabs_list {
    display: inline-block;
    width: 87px;
    height: 38px;
    border-radius: 20px 20px 20px 20px;
    font-weight: 500;
    font-size: 16px;
    color: #AAAAAA;
    text-align: center;
    margin-right: 10px;
    line-height: 38px;
    cursor: pointer;
}

.child_tabs_list:last-of-type {
    margin-right: 0;
}

.child_tabs_list.active {
    background: #FFFFFF;
    color: #333333;
    font-weight: bold;
}

.child_title_box>.level {
    display: none;
    width: 130px;
    height: 54px;
    position: absolute;
    right: 0;
    top: -8px;
    z-index: 10;
}

.zd_content_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 40px;
}

.echarts_box {
    width: 392px;
    height: auto;
}

#radarChart {
    width: 362px;
    height: 362px;
    margin: 0 auto;
}

.score_detail {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    width: 312px;
    height: 82px;
    overflow: hidden;
    background: url("/images/mock/score_detail_bg.png") no-repeat;
    background-size: 100%;
    margin: 40px auto 0 auto;
}

.score_item {
    width: 33%;
    text-align: center;
    position: relative;
}

.score_item>.value {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.score_item>.label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.score_item:nth-of-type(1):after,
.score_item:nth-of-type(2):after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    width: 1px;
    height: 12px;
    background: #FFF;
    z-index: 20;
}

.review_box {
    width: 688px;
    height: auto;
}

.review_title_box {
    width: 100%;
}

.review_title {
    width: 100%;
    padding-left: 12px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.review_title::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 16px;
    transform: translate(0, -50%);
    content: '';
    background-color: #0065FF;
}

#reviewCotnet {
    width: 100%;
    height: 140px;
    overflow-y: auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

/* 针对整个滚动条 */
#reviewCotnet::-webkit-scrollbar {
    width: 12px;
    /* 滚动条的宽度 */
    height: 12px;
    /* 滚动条的高度 */
}

/* 滚动槽 */
#reviewCotnet::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 滚动条轨道的颜色 */
}

/* 滑块 */
#reviewCotnet::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 滑块的颜色 */
    border-radius: 10px;
    /* 滑块的圆角 */
    border: 2px solid #f1f1f1;
    /* 滑块的边框 */
}

/* 滑块在鼠标悬停时的样式 */
#reviewCotnet::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* 鼠标悬停时滑块的颜色 */
}

.question_box {
    width: 100%;
    margin-top: 80px;
}

.question_title_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.question_title {
    padding-left: 12px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.question_title::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 16px;
    transform: translate(0, -50%);
    content: '';
    background-color: #0065FF;
}

#questionContnet {
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.zd_photo_box {
    width: 100%;
    margin-top: 20px;
    height: auto;
    min-height: 466px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    padding: 24px;
    box-sizing: border-box;
    position: relative;
}

.zd_photo_title {
    width: 100%;
    padding-left: 12px;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.zd_photo_title::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 16px;
    transform: translate(0, -50%);
    content: '';
    background-color: #0065FF;
}

.zd_photo_content {
    width: 100%;
    height: auto;
    background: #F8F8F8;
    border-radius: 12px 12px 12px 12px;
    margin-top: 25px;
    padding: 24px;
    box-sizing: border-box;
}

.aizd_name {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.aizd_paper_time {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 22px;
}

.aizd_photo_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 32px;
}

.aizd_photo_box>img {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 18px 18px 18px 18px;
    margin-right: 40px;

}

.show_status_box {
    display: block;
    width: 100%;
    margin-top: 20px;
    min-height: 358px;
    height: auto;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 50px 40px 40px 40px;
    box-sizing: border-box;
}

.show_status_img {
    display: block;
    clear: both;
    width: 176px;
    height: 141px;
    margin: 0 auto;
}

.waiting_for_publish {
    width: 100%;
    margin-top: 36px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.waiting_for_publish>span {
    color: #0065FF;
}

.correct_complete_time {
    font-size: 14px;
    color: #FF1E1E;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.satatus_fail_title_box {
    width: 564px;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.show_status_fail {
    display: block;
    width: 176px;
    height: 141px;
}

.status_fail_box {
    width: 272px;
}

.status_fail_box>div:first-of-type {
    font-weight: bold;
    font-size: 20px;
    color: #FF1E1E;
    margin-top: 20px;
}

.status_fail_box>div:nth-of-type(2) {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-top: 16px;
}

.status_fail_box>div:last-of-type {
    font-size: 16px;
    color: #AAAAAA;
    margin-top: 16px;
}

.answer_again {
    width: 327px;
    height: 48px;
    background: #0065FF;
    border-radius: 40px 40px 40px 40px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 34px auto 0 auto;
    line-height: 48px;
    cursor: pointer;
}
.instructions_for_answering{
    display: block;
    clear: both;
    width: 564px;
    height: 752px;
    margin: 35px auto 0 auto;
}
/* 模考类型切换 Tab */
.mock-type-tabs {
    width: 50%;
    display: flex;
    justify-content: center;
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
}

.mock-type-tab {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #0065FF;
    cursor: pointer;
    transition: all 0.3s;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #0065FF;
}



.mock-type-tab.active {
    background: #1D6EE9;
    color: #fff;
}

.mock-type-tab:hover:not(.active) {
    background: #E8E8E8;
}

/* 面试模考占位 */
.mock-interview-placeholder {
    width: 100%;
    min-height: 500px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 40px;
    box-sizing: border-box;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.06);
}

.mock-interview-placeholder .icon {
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    opacity: 0.6;
}

.mock-interview-placeholder .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.mock-interview-placeholder .desc {
    font-size: 14px;
    color: #999;
}

.mk-bm1{
    display: block;
    width: 113px;
    height: 110px;
    background: url("/images/mock/172.png") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 17px;
    bottom: 50px;
    z-index: 10;
}

