.main__container {
    margin-top: 0.32rem;
}

.testText__container {
    background: #fff;

    min-height: 7.49rem;
    border-radius: 0.18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.test__header {
    position: relative;
    width: 100%;
    height: 0.53rem;
    background: #ECEFF5;

    display: flex;
    align-items: center;
    justify-content: center;
}

.test__header-title {
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}

.test__header-testNumber {
    position: absolute;
    right: 0.34rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333
}

.test__contentContainer {
    width: 10rem;
    display: flex;
    flex-direction: column;
}

.last__btn {
    width: 3.98rem;
    height: 0.5rem;
    background: #1472FF;
    border-radius: 0.06rem;

    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    transition: var(--default-transition);

    margin: 0 auto 0.45rem;
    user-select: none;
}

/* .last__btn:hover {
    opacity: 0.8;
} */


.wqcTips__close {
    position: absolute;
    top: 0.24rem;
    right: 0.24rem;
    color: #979797;
    cursor: pointer;
}

.wqcTips__close:hover {
    color: #1472FF;
}

/* mobile 端样式（<750px 时） */
@media screen and (max-width: 750px) {
    .main__container {
        margin-top: 0;
    }

    .testText__container {
        background: transparent;
    }

    .test__header {
        height: auto;
        flex-direction: column;
        padding-top: 0.46rem;
        padding-bottom: 0.39rem;
        gap: 0.19rem;
    }

    .test__header-title {
        font-size: 0.28rem;
    }

    .test__header-testNumber {
        position: static;
        font-size: 0.22rem;
        color: #999999;
    }

    .test__contentContainer {
        width: 7.1rem;
        background-color: #fff;
        border-radius: 0.18rem;
    }

    .last__btn {
        width: 6.1rem;
        height: 0.72rem;
        border-radius: 0.12rem;

        font-size: 0.3rem;
    }
}


/* 适配 旧版本 UI ---- start */
body {
    font-size: inherit;
    padding-bottom: 0;
}

.jdt_box {
    background-color: transparent;
    box-shadow: none;
    padding-top: 0.45rem;
    padding-left: 1.17rem;
    padding-right: 1.21rem;
}

.jdt_box #progress,
.jdt_box #progress b {
    height: 0.2rem;
}

.jdt_box #progress {
    overflow: hidden;
    background-color: #EAECF0;
    border-radius: 0.09rem;
}

.jdt_box #progress b {
    background-color: #4154F1;
}

.jdt_box em {
    /* position: absolute; */
    left: 0.45rem;
    font-size: 0.22rem !important;
    color: #B7B7B7;
    height: 0.22rem;
    top: 50%;
    margin-top: 0.07rem;
    line-height: 0.22rem;
}

.jdt_box em font {
    font-size: 0.22rem !important;
    color: #4154F1;
}

.clock__icon {
    position: absolute;
    right: 0.8rem;
    margin-top: -0.2rem;

    width: 0.22rem;
    height: 0.22rem;
}

#timeBox {
    position: absolute;
    right: 0.16rem;
    font-size: 0.2rem;
    color: #4154F1;
    height: 0.2rem;
    line-height: 0.2rem;
    top: 50%;
    margin-top: 0.09rem;
}

#sider {
    padding-bottom: 0;
}

.cex_js {
    word-break: break-all;
    text-align: center;
    padding: 0.55rem 0.5rem 0.32rem;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
}

.sel_ces {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.sel_ces p {
    background: rgba(244, 246, 251, 0);
    border-radius: 0.12rem;
    border: 1px solid #E0E0E0;
    font-size: 0.22rem;
    position: relative;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
}

.sel_ces p a {
    padding: 0.26rem 0.31rem;
    /* font-size: 0.3rem; */
    font-size: 0.22rem;
}


.img_ces {
    padding: 0.4rem 0.5rem 0;
}

.jdt_box_02 {
    padding-left: 0;
    padding-right: 0;
}

.sel_ces p.bgYellow {
    border: 1px solid #1472ff;
    color: #1472FF;
}

.lastBtn_container {
    position: fixed;
    bottom: 0;
    margin: 0 auto;
}

.wqcTips .btn {
    background: #1472FF;
    color: #FFFFFF;
}

/* pc 端样式（>750px 时） */
@media screen and (min-width: 750px) {
    .jdt_box {
        background-color: transparent;
        box-shadow: none;
        padding-top: 0.65rem;
        padding-left: 1.15rem;
        padding-right: 1.12rem;
    }

    .jdt_box #progress,
    .jdt_box #progress b {
        height: 0.13rem;
    }

    .jdt_box #progress {
        border-radius: 0.06rem;
    }

    .jdt_box em {
        left: 0;
        top: 50%;
        margin-top: 0.25rem;
    }

    .clock__icon {
        margin-top: -0.17rem;
    }

    #timeBox {
        right: 0;
        margin-top: 0.24rem;
    }

    .cex_js {
        padding: 0.65rem 0 0.63rem;
        font-size: 0.3rem;
    }

    .sel_ces {
        padding-left: 0;
        padding-right: 0;
    }

    .sel_ces p {
        font-size: 0.18rem;
        line-height: 0.18rem;
        margin-bottom: 0.2rem;
    }

    .sel_ces p a {
        padding: 0.24rem 0.31rem;
        /* font-size: 0.3rem; */
        font-size: 0.18rem;
    }
}

/* 适配 旧版本 UI ---- end */
.sel_ces p label:before{
    background-image: none;
}

.sel_ces p.bgYellow label:before
{
    background: none center center no-repeat;
}