
.title-box {
    padding-left: 22px;
    position: relative;

    background-image: url("../images/tiku-icon.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 48px 59px;
    padding-left: 70px;
}

/* .title-box:after {
    content: '';
    display: block;
    width: 6px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 3px;
    left: 0;
    top: 11px;
    position: absolute;
} */

.title-box .title {
    color: #ffffff;
    height: 60px;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 60px;

}

.title-box .desc {
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 2px;
}

.main-content {
    border-radius: 16px;
    background: #FBFAFF;
    margin-top: 130px;
    box-shadow: 0px 0px 20px 10px rgba(0, 33, 113, 0.04);

    /*min-height: 790px;*/

    padding: 32px 32px 49px 32px;
    position: relative;

}
.main-content::after{
    content: '';
    display: block;
    width: 488px;
    height: 287px;
    background: url("../images/starbg.png") no-repeat center;
    position: absolute;
    top: -270px;
    right: 86px;
    z-index: -1;
}

.tiku {
    width: 600px;
    height: 300px;
    background-image: url("../images/tiku-img.png");
    background-size: 178px 192px;
    background-repeat: no-repeat;
    background-position: right 74px bottom 50px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0px 0px 20px 10px rgba(0, 33, 113, 0.06);
    position: relative;
}

.moni {
    width: 600px;
    height: 300px;
    background-image: url("../images/moni-img.png");
    background-size: 174px 178px;
    background-repeat: no-repeat;
    background-position: right 74px bottom 50px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0px 0px 20px 10px rgba(0, 33, 113, 0.06);
    position: relative;
}
.tiku::after, .moni::after {
    position: absolute;
    content: '';
    width: 41px;
    height: 50px;
    top: -24px;
    left: -8px;
    background-image: url("../images/zhang.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 41px 50px;

}

.tiku .title, .moni .title {
    height: 37px;
    font-size: 24px;
    /* font-weight: bold; */
    color: #000000;
    line-height: 37px;
    position: relative;
}
.tiku .title::after , .moni .title::after {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background: linear-gradient(to right, #AB82F8 0%, #fdf9ff 100%);
    position: absolute;
    left: 0;
    bottom: -8px;
}

.tiku .desc, .moni .desc {
    height: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #c4c4c4;
    line-height: 25px;
    margin-top: 10px;
}

.tiku .btn, .moni .btn {
    cursor: pointer;

    width: 135px;
    height: 42px;

    border-radius: 6px;

    text-align: center;

    font-size: 18px;
    /* font-weight: bold; */
    color: #FFFFFF;
    line-height: 42px;
    letter-spacing: 2px;

    margin-top: 45px;

    transition: all ease 0.2s;
    background-color: #ab82f8;
}

/* .tiku .btn {
    background: #ab82f8;
} */

.tiku:hover .btn, .moni:hover .btn {
    transform: translateY(-2px);
    transition: transform 0.2s;
    box-shadow: 0px 4px 19px 2px rgb(171 130 248 / 30%);
}

/* .moni .btn {
    background: #2CC2EB;
} */

.exam-notice-box {
    color: #ffffff;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    margin-right: 137px;
}

.exam-notice-box .title {
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.divide-line {
    width: 1px;
    height: 76px;
    background: #FFFFFF;
    margin: 7px 20px 0;
    border-radius: 1px;
}

.common-box {
    /*height: 96px;*/
    background: #fbfaff;
    border-radius: 12px;
    line-height: 70px;

    font-size: 18px;
    font-weight: bold;
    color: #000000;

    padding: 24px 86px 14px 30px;
    margin-top: 20px;
    box-shadow: 0px 0px 20px 10px rgba(0, 33, 113, 0.06);
}
.common-title{
    height: 37px;
    font-size: 24px;
    /* font-weight: bold; */
    color: #000000;
    line-height: 37px;
    position: relative;
    font-weight: normal;
    margin-top: 8px;
}

.common-title::after {
    content: '';
    display: block;
    width: 110px;
    height: 6px;
    background: linear-gradient(to right, #AB82F8 0%, #fdf9ff 100%);
    position: absolute;
    left: 0;
    bottom: -8px;
}
.common-box .item {
    width: 218px;
    height: 84px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 14px;
    cursor: pointer;
    transition: all ease 0.1s;
    box-shadow: 0px 0px 10px 5px rgba(0, 33, 113, 0.06);
    font-weight: normal;
    font-size: 18px;
    line-height: 84px;
}

.common-box .item:hover {
    transform: translateY(-1px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}

.common-box .item:last-child {
    margin-right: 0px;
}

.common-box .item .common-icon {
    display: block;
    width: 64px;
    height: 62px;
    object-fit: contain;
    margin: 11px 28px 0px 26px;
}

.exam-box {
    height: 25px;
    font-size: 24px;
    /* font-weight: bold; */
    color: #000000;
    line-height: 25px;
    margin-top: 54px;

    padding: 0 25px;
    height: auto;
}


.exam-item {
    padding: 16px 0 20px;
    border-bottom: 1px solid #E8E8E8;
}

.exam-item .title {
    float: left;
    height: 24px;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.exam-item .status {
    float: left;
    width: 52px;
    height: 24px;
    margin-left: 13px;
    background: #999999;
    border-radius: 4px;

    text-align: center;

    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.exam-item .desc {
    width: 193px;
    height: 17px;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    line-height: 17px;
    margin-top: 16px;
}

.exam-item .btn-fn {
    width: 110px;
    height: 36px;
    background: #ab82f8;
    border-radius: 4px;
    text-align: center;

    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 3px;
    cursor: pointer;
    transition: transform 0.3s;

}

.exam-item:hover .btn-fn {
    transform: translateY(-2px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}

.exam-item .status.bg-lemon {
    background-color: #FFB353;
}

.exam-item .status.bg-green {
    background-color: #0DBD05;
}
.exam-item .status.bg-light-blue{
    background-color: #2CC2EB;
}
.exam-item .status.bg-blue {
    background-color: #ab82f8;
}
