﻿.home_banner {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    background: #F5F5F5;
}

.container_lb {
    width: 100%;
    height: 400px;
}

    .container_lb .slide_lb {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 400px;
    }

        .container_lb .slide_lb img {
            display: block;
            width: 916px;
            height: 400px;
            margin-left: 284px;
        }
/*
.banner_cont {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.banner_box {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 284px;
    height: 523px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding-top: 4px;
}

.kcbox {
    height: 74px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
}

    .kcbox:hover {
        background: #F2FFF3;
    }

    .kcbox .box_label {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 15px;
    }

    .kcbox:hover .box_label::before {
        content: '';
        position: absolute;
        left: -15px;
        top: 0;
        width: 3px;
        height: 74px;
        background: #ff3333;
    }

    .kcbox .box_label .name {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        color: #333333;
    }

        .kcbox .box_label .name img {
            display: block;
            width: 16px;
            height: 16px;
            margin-right: 8px;
        }

    .kcbox .box_label .lable_icon {
        display: block;
        width: 11px;
        height: 11px;
    }

    .kcbox .box_li {
        display: flex;
        align-items: center;
        margin-top: 18px;
    }

        .kcbox .box_li a {
            font-size: 13px;
            color: #666666;
            margin-right: 12px;
        }

            .kcbox .box_li a:last-child {
                margin-right: 0;
            }

    .kcbox .sub_kcbox {
        position: absolute;
        display: none;
        left: 284px;
        top: 0;
        height: 392px;
        width: 916px;
        background: #FFFFFF;
        padding: 0 20px 10px 20px;
        box-sizing: border-box;
        overflow-y: auto;
    }

        .kcbox .sub_kcbox::-webkit-scrollbar,
        .sxb_scroll_box .head_more_hover .hover_in::-webkit-scrollbar {
            width: 0 !important;
            height: 0 !important;
        }

        .kcbox .sub_kcbox .sub_label {
            font-size: 15px;
            font-weight: bold;
            color: #333333;
            margin-top: 25px;
        }

        .kcbox .sub_kcbox ul {
            width: 675px;
            display: flex;
            flex-wrap: wrap;
            margin-top: 10px;
        }

            .kcbox .sub_kcbox ul li {
                line-height: 26px;
                margin-right: 20px;
            }

                .kcbox .sub_kcbox ul li a {
                    font-size: 13px;
                    color: #666666;
                }

        .kcbox .sub_kcbox .sub_adv {
            position: absolute;
            right: 20px;
            top: 0;
        }

            .kcbox .sub_kcbox .sub_adv a {
                display: flex;
                margin-top: 25px;
                width: 178px;
                height: 100px;
            }

                .kcbox .sub_kcbox .sub_adv a img {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

    .kcbox:hover .sub_kcbox {
        display: block;
    }
*/
.paper_link_img {
    position: relative;
    width: 230px;
    height: 130px;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .paper_link_img img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .paper_link_img .img_txt {
        position: relative;
        z-index: 2;
        display: block;
        width: 165px;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 32px;
    }

.banner_small {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}

    .banner_small .small_view {
        display: block;
        width: 284px;
        height: 112px;
        background: #FFFFFF;
        margin-left: 20px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 15px 0 24px;
    }

    .banner_small .small_title {
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
    }

        .banner_small .small_title img {
            display: block;
            width: 16px;
            height: 16px;
            margin-left: 10px;
        }

    .banner_small .small_notes {
        display: block;
        margin-top: 15px;
        font-size: 14px;
        color: #888888;
    }

.sxb_scroll {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.sxb_scroll_box {
    display: block;
    margin-top: 10px;
}

.zda_hotBox {
    margin-top: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    padding-top: 30px;
    padding-bottom: 25px;
}

    .zda_hotBox .hot_title {
        text-align: center;
        font-size: 28px;
        color: #ff3333;
        font-weight: bold;
    }

    .zda_hotBox .hot_search {
        position: relative;
        width: 850px;
        height: 64px;
        display: flex;
        align-items: center;
        border-radius: 55px;
        background: #FFFFFF;
        border: 2px solid #ff3333;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px;
        box-sizing: border-box;
    }

    .zda_hotBox .search_icon {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
    }

    .zda_hotBox .hot_search input {
        box-sizing: border-box;
        padding-left: 50px;
        width: 705px;
        font-size: 18px;
    }

    .zda_hotBox .search_btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 140px;
        height: 64px;
        text-align: center;
        line-height: 64px;
        background: #ff3333;
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 4px;
        cursor: pointer;
    }

    .zda_hotBox .hot_flex {
        margin: 0 20px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 20px;
    }

    .zda_hotBox .hot_flex_l {
        width: 840px;
    }

    .zda_hotBox .hot_head {
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #EEEEEE;
    }

    .zda_hotBox .hot_head_name {
        display: block;
        font-size: 18px;
        color: #333333;
        font-weight: bold;
    }

    .zda_hotBox .hot_head_r {
        display: flex;
        align-items: center;
    }

    .zda_hotBox .hot_more {
        margin-left: 15px;
        font-size: 14px;
        color: #999999;
    }

    .zda_hotBox .hot_tab_link {
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #DCDCDC;
    }

        .zda_hotBox .hot_tab_link a {
            height: 56px;
            line-height: 56px;
            position: relative;
            margin: 0 10px;
            font-size: 15px;
            color: #333333;
            cursor: pointer;
            max-width: 150px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .zda_hotBox .hot_tab_link .hot_cur {
            color: #ff3333;
        }

            .zda_hotBox .hot_tab_link .hot_cur::before {
                content: '';
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
                width: 48px;
                height: 3px;
                background: #ff3333;
            }

    .zda_hotBox .hot_infor {
        display: none;
        flex-wrap: wrap;
        padding-top: 4px;
    }

    .zda_hotBox .infor_li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 395px;
        margin-top: 19px;
        margin-right: 50px;
    }

        .zda_hotBox .infor_li:nth-child(2n) {
            margin-right: 0;
        }

    .zda_hotBox .infor_l {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #333333;
    }

        .zda_hotBox .infor_l:hover {
            color: #ff3333;
        }

        .zda_hotBox .infor_l img {
            display: block;
            width: 16px;
            height: 16px;
        }

        .zda_hotBox .infor_l span {
            width: 305px;
            margin-left: 6px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .zda_hotBox .infor_time {
        font-size: 14px;
        color: #999999;
    }

    .zda_hotBox .hot_slide {
        position: relative;
        width: 288px;
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
    }

        .zda_hotBox .hot_slide a {
            color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
            border-radius: 4px;
            margin-top: 10px;
            cursor: pointer;
        }

            .zda_hotBox .hot_slide a:nth-child(1) {
                width: 182px;
                height: 113px;
                background: #FF5400;
                font-size: 20px;
            }

            .zda_hotBox .hot_slide a:nth-child(2) {
                width: 86px;
                height: 113px;
                background: #ffd200;
                font-size: 18px;
            }

                .zda_hotBox .hot_slide a:nth-child(2) span {
                    width: 36px;
                    line-height: 27px;
                }

            .zda_hotBox .hot_slide a:nth-child(3) {
                width: 86px;
                height: 170px;
                background: #00C0FF;
                font-size: 20px;
            }

                .zda_hotBox .hot_slide a:nth-child(3) span {
                    width: 20px;
                }

            .zda_hotBox .hot_slide a:nth-child(4) {
                width: 86px;
                height: 85px;
                background: #00D267;
                font-size: 16px;
            }

                .zda_hotBox .hot_slide a:nth-child(4) span,
                .zda_hotBox .hot_slide a:nth-child(5) span {
                    width: 32px;
                    line-height: 24px;
                }

            .zda_hotBox .hot_slide a:nth-child(5) {
                width: 86px;
                height: 85px;
                background: #81E650;
                font-size: 16px;
            }

            .zda_hotBox .hot_slide a:nth-child(6) {
                width: 86px;
                height: 57px;
                background: #8B48FE;
                font-size: 14px;
            }

                .zda_hotBox .hot_slide a:nth-child(6) span {
                    width: 28px;
                    line-height: 21px;
                }

            .zda_hotBox .hot_slide a:nth-child(7) {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 182px;
                height: 142px;
                background: #FF46FB;
                font-size: 22px;
            }

.sxb_scroll_box .box_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #EEEEEE;
}

.sxb_scroll_box .name {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.sxb_scroll_box .head_r {
    display: flex;
    align-items: center;
}

.sxb_scroll_box .tab_link {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #DCDCDC;
}

    .sxb_scroll_box .tab_link a {
        position: relative;
        font-size: 15px;
        color: #333333;
        padding: 35px 10px;
    }

    .sxb_scroll_box .tab_link .tab_active {
        color: #ff3333;
    }

        .sxb_scroll_box .tab_link .tab_active::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 48px;
            height: 3px;
            background: #ff3333;
        }

.sxb_scroll_box .head_more {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.sxb_scroll_box .head_more_btn {
    width: 64px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 14px;
    border: 1px solid #6ED795;
    font-size: 14px;
    color: #ff3333;
}

.sxb_scroll_box .head_more_hover {
    display: none;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 55px;
    width: 550px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgb(65,64,65,0.08);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px 15px 20px 15px;
}

.sxb_scroll_box .head_more:hover .head_more_hover {
    display: block;
}

.sxb_scroll_box .head_more_hover .hover_in {
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
}

.sxb_scroll_box .head_more_label {
    display: block;
    font-size: 18px;
    color: #ff3333;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.sxb_scroll_box .head_more_link {
    display: flex;
    flex-wrap: wrap;
}

    .sxb_scroll_box .head_more_link a {
        position: relative;
        margin: 0 15px;
        line-height: 26px;
        font-size: 13px;
        color: #333333;
    }

        .sxb_scroll_box .head_more_link a:hover {
            color: #ff3333;
        }

        .sxb_scroll_box .head_more_link a::before {
            content: '';
            position: absolute;
            right: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 14px;
            background: #E5E5E5;
        }

.sxb_scroll_box .box_content {
    margin-top: 30px;
}

.sxb_scroll_box .box_item {
    display: none;
    width: 100%;
    justify-content: space-between;
}

.sxb_scroll_box .box_nav_l {
    width: 290px;
}

.sxb_scroll_box .test_tab {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
}

.sxb_scroll_box .test_tab_title {
    position: relative;
    display: flex;
    align-items: center;
}

    .sxb_scroll_box .test_tab_title::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        background: #EEEEEE;
    }

    .sxb_scroll_box .test_tab_title li {
        height: 48px;
        width: 50%;
        box-sizing: border-box;
        background: linear-gradient(0deg,#fbfdff 0%,#edf7ff 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #666666;
        cursor: pointer;
        border-bottom: 1px solid #EEEEEE;
    }

    .sxb_scroll_box .test_tab_title .test_cur {
        color: #333333;
        background: #FFFFFF;
        font-weight: bold;
        border-bottom: 0;
    }

.sxb_scroll_box .test_item {
    padding: 27px 0;
    padding-left: 20px;
    display: none;
    align-items: center;
    background: linear-gradient(0deg,#feefe4 0%,#fefaf7 100%);
}

.sxb_scroll_box .test_ewm {
    display: block;
    width: 150px;
    height: 150px;
}

.sxb_scroll_box .test_info {
    margin-left: 5px;
}

.sxb_scroll_box .test_info_name {
    display: block;
    font-size: 16px;
    color: #ff6600;
    font-weight: bold;
}

.sxb_scroll_box .test_info_txt {
    display: block;
    font-size: 16px;
    color: #ff6600;
    margin-top: 6px;
}

.sxb_scroll_box .test_info_ul {
    margin-top: 20px;
    line-height: 24px;
}

    .sxb_scroll_box .test_info_ul li {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #FCA05F;
    }

        .sxb_scroll_box .test_info_ul li img {
            display: block;
            width: 14px;
            height: 14px;
            margin-right: 4px;
        }

.sxb_scroll_box .test_guide {
    width: 290px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    position: relative;
    padding: 0 9px;
    padding-top: 30px;
    margin-top: 20px;
}

    .sxb_scroll_box .test_guide::before {
        content: '';
        position: absolute;
        left: 10px;
        top: -1px;
        width: 75px;
        height: 3px;
        background: #ff3333;
    }

.sxb_scroll_box .guide_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sxb_scroll_box .guide_name {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.sxb_scroll_box .guide_turn {
    display: flex;
    align-items: center;
}

    .sxb_scroll_box .guide_turn img {
        display: block;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        cursor: pointer;
    }

.sxb_scroll_box .guide_entrance {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-top: 20px;
    background: #F1F5FC;
}

    .sxb_scroll_box .guide_entrance a {
        display: block;
        width: 90px;
        text-align: center;
        line-height: 26px;
        font-size: 14px;
        color: #333333;
    }

        .sxb_scroll_box .guide_entrance a:hover {
            color: #ff3333;
        }

.sxb_scroll_box .guide_turn_box {
    display: flex;
    flex-wrap: nowrap;
    width: 270px;
    overflow: hidden;
}

.sxb_scroll_box .guide_turn_item {
    width: 270px;
    min-width: 270px;
    margin-bottom: 10px;
}

    .sxb_scroll_box .guide_turn_item a {
        display: block;
        margin-top: 22px;
        font-size: 14px;
        color: #333333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .sxb_scroll_box .guide_turn_item a:hover {
            color: #ff3333;
        }

.sxb_scroll_box .box_middle {
    width: 565px;
}

.sxb_scroll_box .paper_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sxb_scroll_box .paper_label_name {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.sxb_scroll_box .paper_more {
    display: block;
    font-size: 14px;
    color: #999999;
}

.sxb_scroll_box .paper_tab_title {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .sxb_scroll_box .paper_tab_title li {
        min-width: 100px;
        width: 100px;
        height: 30px;
        box-sizing: border-box;
        display: block;
        text-align: center;
        line-height: 30px;
        border-radius: 2px;
        border: 1px solid #EEEEEE;
        background: #FFFFFF;
        font-size: 14px;
        color: #333333;
        padding: 0 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        margin-right: 15px;
    }

    .sxb_scroll_box .paper_tab_title .paper_active {
        border: 1px solid #ff3333;
        background: #F0FEF3;
        color: #ff3333;
    }

.sxb_scroll_box .paper_item {
    display: none;
}

.sxb_scroll_box .paper_view {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

    .sxb_scroll_box .paper_view:hover {
        color: #ff3333;
    }

    .sxb_scroll_box .paper_view img {
        display: block;
        width: 16px;
        height: 16px;
    }

    .sxb_scroll_box .paper_view span {
        display: block;
        flex: 1;
        margin-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.sxb_scroll_box .learn_material {
    margin-top: 25px;
}

.sxb_scroll_box .material_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sxb_scroll_box .material_label {
    display: flex;
    align-items: center;
}

.sxb_scroll_box .material_name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.sxb_scroll_box .material_icon {
    margin-left: 10px;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg,#fc9551 0%,#ff4a08 100%);
    border-radius: 10px 10px 10px 0;
    font-size: 13px;
    color: #FFFFFF;
}

.sxb_scroll_box .material_list {
    display: flex;
    flex-wrap: wrap;
}

.sxb_scroll_box .material_view {
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 25px;
}

.sxb_scroll_box .material_pdf {
    display: block;
    width: 42px;
    height: 42px;
}

.sxb_scroll_box .material_txt {
    flex: 1;
    margin-left: 8px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #333333;
}

    .sxb_scroll_box .material_txt:hover {
        color: #ff3333;
    }

.sxb_scroll_box .box_nav_r {
    width: 290px;
}

.sxb_scroll_box .container_box {
    width: 290px;
    height: 290px;
}

.sxb_scroll_box .exam_scroll_view {
    width: 290px;
    height: 290px;
    border-radius: 6px;
}

.sxb_scroll_box .scroll_name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    padding-top: 32px;
    height: 75px;
    line-height: 36px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 4px;
}

.sxb_scroll_box .scroll_btn_view {
    height: 115px;
}

.sxb_scroll_box .scroll_btn {
    height: 35px;
    line-height: 35px;
    border-radius: 17px;
    font-size: 17px;
}

.sxb_scroll_box .price_txt {
    display: block;
    font-size: 16px;
    margin-left: 15px;
}

.sxb_scroll_box .price_num {
    display: block;
    font-size: 15px;
    margin-top: 4px;
}

    .sxb_scroll_box .price_num span {
        font-size: 28px;
        font-weight: bold;
    }

.sxb_scroll_box .test_entrance {
    display: block;
    width: 100%;
    margin-top: 20px;
    position: relative;
    padding-top: 5px;
    background: #F1F5FC;
    padding-bottom: 15px;
}

.sxb_scroll_box .test_ent_ewm {
    position: absolute;
    top: 0;
    right: 0;
}

.sxb_scroll_box .ent_ewm_code {
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.sxb_scroll_box .ent_ewm_hover {
    display: none;
    position: absolute;
    right: 0;
    top: 42px;
    width: 130px;
    border-radius: 6px;
    z-index: 100;
    box-shadow: 0 0 20px 0 rgb(65,64,65,0.08);
    background: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 8px;
}

.sxb_scroll_box .test_ent_ewm:hover .ent_ewm_hover {
    display: block;
}

.sxb_scroll_box .ent_ewm_img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.sxb_scroll_box .ent_ewm_txt {
    display: block;
    text-align: center;
    margin-top: 2px;
    font-size: 14px;
    color: #333333;
}

.sxb_scroll_box .test_ent_view {
    padding: 0 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.sxb_scroll_box .test_ent_icon {
    display: block;
    width: 48px;
    height: 48px;
}

.sxb_scroll_box .test_ent_info {
    margin-left: 15px;
}

.sxb_scroll_box .test_ent_number {
    display: flex;
    align-items: center;
}

    .sxb_scroll_box .test_ent_number span {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
    }

    .sxb_scroll_box .test_ent_number i {
        margin-left: 5px;
        width: 26px;
        height: 24px;
        background: #ffc501;
        border-radius: 12px 12px 12px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #FFFFFF;
    }

.sxb_scroll_box .test_ent_notes {
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
}

    .sxb_scroll_box .test_ent_notes span {
        color: #999999;
    }

.sxb_scroll_box .test_ent_btn {
    display: block;
    width: 190px;
    height: 40px;
    background: #ff3333;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 15px;
}

.sxb_scroll_box .hot_show {
    display: flex;
}

.sxb_scroll_box .show {
    display: block;
}

.hide {
    display: none !important;
}
