.exam_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.exam_practice {
    width: 793px;

}

.exam_test {
    width: 387px;
}

.exam_practice_content {
    width: 100%;
    height: 280px;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.exam_practice_content_top {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;

}

.exam_practice_content_top_item {
    display: block;
    box-sizing: border-box;
    width: 244px;
    height: 120px;
    padding: 26px 20px;
    background-size: 100% 100%;
    cursor: pointer;
}

.exam_practice_content_top_item:nth-child(1) {
    background-image: url(../myimg/practice_bg1.png);
}

.exam_practice_content_top_item:nth-child(2) {
    background-image: url(../myimg/practice_bg2.png);
}

.exam_practice_content_top_item:nth-child(3) {
    background-image: url(../myimg/practice_bg3.png);
}

.exam_practice_content_top_item h3 {
    font-family: DFPZongYiW7-GB;
    font-size: 24px;
    color: #FFFFFF;
}

.exam_practice_content_top_item h3 img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.exam_practice_content_top_item span {
    display: block;
    width: 128px;
    margin-top: 10px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
}

.exam_practice_content_bottom_item {
    width: 377px;
    height: 120px;
    padding: 26px 20px;
    background-size: 100% 100%;
    cursor: pointer;
}

.exam_practice_content_bottom_item h3 {
    font-family: DFPZongYiW7-GB;
    font-size: 24px;
    color: #FFFFFF;
}

.exam_practice_content_bottom_item:nth-child(1) {
    background-image: url(../myimg/practice_bg4.png);
}

.exam_practice_content_bottom_item:nth-child(2) {
    background-image: url(../myimg/practice_bg5.png);
}

.exam_practice_content_bottom_item h3 {
    font-family: DFPZongYiW7-GB;
    font-size: 24px;
    color: #FFFFFF;
}

.exam_practice_content_bottom_item h3 img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.exam_practice_content_bottom_item span {
    display: block;
    width: 204px;
    margin-top: 10px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
}

.exam_practice_content_bottom_item {
    width: 377px;
    height: 120px;
    padding: 26px 20px;
    background-size: 100% 100%;
    cursor: pointer;
}

.moni {
    background-image: url(../myimg/moni.png) !important;

}

.practiceTest {
    width: 100%;
    height: 130px;

}

.practiceTest_item {
    width: 100%;
    height: 60px;

}

.practiceTest_item h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;

}

.practiceTest_item_title {
    width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;

}

.practiceTest_item_title:hover {
    color: #FF0000;
}

.circle {
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(0deg, #FF8500 0%, #FF0000 100%);
    border-radius: 50%;


}

.circle i {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.circle {
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(0deg, #FF8500 0%, #FF0000 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.practiceTest_item .circle i {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.noExam {
    display: flex;
    justify-content: center;
    align-items: center;
}

.noExam img {
    width: 163px;
    height: 108px;
}

.exam_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.practice_list_title {
    width: 100%;
    height: 42px;
    background-color: #F8FAFF;
    border-radius: 8px;

    margin-bottom: 10px;
    line-height: 42px;
    padding: 0 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

.practice_list_title img {
    width: 16px;
    height: 16px;
}

.practice_list_title h3 {
    font-family: PingFang SC;
    width: 500px;
    font-size: 15px;
    font-weight: 600;
    color: #1D2335;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 20px;
}

.practice_list_title h3:hover {
    color: #FF0000;
}

.practice_list_title span {
    font-size: 14px;
    color: #666666;
}

.xgtjList {
    overflow-y: scroll;
}

/* 隐藏滚动条 */
.xgtjList::-webkit-scrollbar {
    display: none;
}

.xgtjList::-webkit-scrollbar-track {
    display: none;
}

.xgtjList::-webkit-scrollbar-thumb {
    display: none;
}

.xgtjList::-webkit-scrollbar-thumb:hover {
    display: none;
}

.xgtjList::-webkit-scrollbar-thumb:active {
    display: none;
}

.practice_list_title_child {
    padding-left: 14px;
    justify-content: space-between;
}

.practice_list_title_child:hover {
    background-color: #FFEDEC !important;
}

.practice_list_title_child:hover span {
    color: #CB1A1D;
    font-weight: 600;
}

.el-icon-arrow-right {
    display: none !important;
}

.goPratice {
    color: #557CEE !important;
    font-size: 14px;
    margin-left: 83px;
    margin-right: 20px;
}

.el-collapse-item__content {
    padding-bottom: 0 !important;
}

.practice_count {
    display: flex;
    flex-wrap: wrap;

}

.practice_count_item {
    height: 85px;
    width: 183px;
    border-bottom: 1px solid #ECEEF4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* background-color: pink; */

}

.practice_count_item img {
    width: 48px;
    height: 48px;
}

.practice_count_item:nth-last-child(1) {
    border-bottom: none;


}

.practice_count_item:nth-child(3) {
    border-bottom: none;
    border-right: 1px solid #ECEEF4;
}

.practice_count_item:nth-child(1) {
    border-right: 1px solid #ECEEF4;
}

.practice_count_item:nth-child(2) {
    border-right: 1px solid #ECEEF4;
}

.practice_count_item_right {
    width: 92px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.practice_count_item_right span:nth-child(1) {
    color: #FF4C45;
    font-size: 24px;
    font-weight: 600;
}

.practice_count_item_right span:nth-child(2) {
    color: #666666;
    font-size: 12px;

}

.ChapterExercise_top {
    width: 100%;
    height: 86px;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.ChapterExercise_top_item {
    width: 183px;
    height: 86px;
    border-radius: 8px;
    background-color: #FFFFFF;
    background-image: url(../myimg/ChapterExercise1.png);
    background-size: 133px 85px;
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 10px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.ChapterExercise_top_item h3 {
    width: 100%;
    text-align: right;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

.ChapterExercise_top_item:hover {
    background-color: #F36A57;
    background-image: url(../myimg/ChapterExercise2.png);
    background-size: 81px 52px;
    background-position: left bottom;
    color: #fff;
}

.ChapterExercise_top_item:hover span {
    color: #fff;
}

.ChapterExercise_top_item span img:nth-child(2) {
    display: none;
}

.ChapterExercise_top_item:hover span img:nth-child(2) {
    display: block;
}

.ChapterExercise_top_item:hover span img:nth-child(1) {
    display: none;
}

.ChapterExercise_top_item span {
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 5px;

}

.ChapterExercise_top_item_selcet {
    background-color: #F36A57;
    background-image: url(../myimg/ChapterExercise2.png);
    background-size: 81px 52px;
    background-position: left bottom;
    color: #fff;
}

.ChapterExercise_top_item_selcet span {
    color: #fff;
}

.ChapterExercise_top_item_selcet span img:nth-child(2) {
    display: block;
}

.ChapterExercise_top_item_selcet span img:nth-child(1) {
    display: none;
}

/* 专项练习 */
.zxlx_top_item {
    width: 285px;
    height: 85px;
    padding-top: 20px;
    background-image: url(../myimg/zxlx_left.png);
    background-size: 121px 85px;
    padding-left: 131px;

}

.zxlx_top_item h3 {
    font-size: 24px;
    letter-spacing: 0.20em;
    text-align: justify;

}

.zxlx_top_item:hover {
    background-image: url(../myimg/zxlx_left.png);
    background-size: 121px 85px;
    background-color: #4A8FFC;
}

.zxlx_top_item_sel {
    background-image: url(../myimg/zxlx_left.png);
    background-size: 121px 85px;
    background-color: #4A8FFC;
}

.zxlx_top_item_sel h3 {

    font-size: 24px;
    color: #fff;
}

.zxlx_top_item_sel span {
    color: #fff;
}

.zxlx_top_item_sel span img:nth-child(2) {
    display: block;
}

.zxlx_top_item_sel span img:nth-child(1) {
    display: none;
}

.zxlx_top_item h3 {
    text-align: left;
}



.el-dialog__header {
    height: 0;
    padding: 0;
}



.my_title_left {
    font-size: 20px;
    font-weight: 600;
    height: 30px;
    line-height: 35px;
    color: #1D2335;
    background-image: url(../myimg/title_leftbg.png), url(../myimg/title_rightbg.png);
    background-size: 30px 30px, 12px 12px;
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    padding: 0 6px 0 15px;
}

.zy_box h3 {
    margin: 20px auto;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;

    letter-spacing: 0px;
    color: #000000;
}

.zy_box .dialog_tips {
    color: #FF8000;
    font-family: PingFang SC;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.compositional_title {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.compositional_title_item {
    height: 40px;
    border-radius: 8px;
    background: #F8FAFF;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
}

.compositional_title_item:hover {
    color: #FF4C45;
    background-color: #FFEDEC;
    font-weight: 800;
}

.compositional_title_item_active {
    color: #FF4C45;
    background-color: #FFEDEC;
    font-weight: 800;
}

/* 智能组卷章节列表 */
.compositional_chapter {
    margin-top: 20px;
    height: 360px;
    overflow-y: scroll;
}

.compositional_chapter .practice_list_title {
    display: flex;
    justify-content: space-between;
}

.practice_list_title_text {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 550px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 800;
}
.compositional_check{
    display: flex;
    align-items: center;
    gap: 10px;

}
.compositional_check img{
    width: 14px;
    height: 14px;
}

.beginExam{
    color: #557CEE !important;
    cursor: pointer;
    font-weight: 800;
}
.beginExam:hover{
    font-weight: 800 !important;
}

/* ========== 从 szmy_tp/public.css 补充的公共布局样式 ========== */

body {
    background-color: #F5F7FC;
    min-height: 800px;
}

.home_wrap {
    width: 1200px;
    min-height: 650px;
    margin: 0 auto;
}

.my_title {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
}

.my_title .getMore {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}

.my_title .getMore:hover {
    color: #CA1A1D;
    font-weight: 800;
}

.my_title .getMore img {
    width: 4px;
    height: 8px;
}

.zt_banner {
    width: 100%;
    height: auto;
    min-width: 1200px;
}

.zt_banner img {
    width: 100%;
}

.home_wrap_title {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    font-size: 12px;
    color: #666666;
    margin: 20px 0;
    padding: 0 10px;
}

.home_wrap_title_left {
    display: flex;
    align-items: center;
}

.home_wrap_title_left a {
    text-decoration: none;
    color: #666;
}

.home_wrap_title_left img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.home_wrap_title_right {
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

.home_wrap_title_right:hover {
    font-weight: 800;
    color: #CB272B;
}

.home_wrap_title_right img {
    width: 12px;
    height: 10px;
}

.zt_left {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.zt_left span {
    display: block;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
    opacity: 1;
    padding: 0 10px;
    font-size: 12px;
    color: #666666;
    box-sizing: border-box;
    border: 1px solid #ECEEF4;
}

.zt_left span:hover {
    font-weight: 600;
    color: #FF4C45;
    background: #FFEEEE;
    border: none;
}

.select_title {
    font-weight: 600 !important;
    color: #FF4C45 !important;
    background: #FFEEEE !important;
    border: none !important;
}

.reouce_list_item_count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
}

.reouce_list_item_count span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.reouce_list_item_count img {
    width: 12px;
    height: 12px;
}