/* 进度条样式 */
.progress_bar_box {
    width: 950px;
    height: 39px;
    position: relative;
    margin-left: 40px;
    margin-top: 10px;
    top: 440px;
}

.progress_bar {
    width: 100%;
    height: 4px;
    background: #bbd4ea;
    position: absolute;
    top: 17px;
}

.bar_line {
    width: 0%;
    height: 4px;
    background: #639bcf;
    position: absolute;
    top: 0;
}

.progress_img {
    width: 41px;
    height: 39px;
    background: url('./progress_bar_icon.png');
    position: absolute;
    left: -1%;
    cursor: pointer;
}


/* 进度条上方书本 */
.book_li::-webkit-scrollbar {
    width: 0;
    display: none;
}

.book_li::-webkit-scrollbar {
    height: 0;
    display: none;
}

.book_li {
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.xyf_xshd_tj {
    position: relative;
}
.xyf_xshd_tj .index-swiper-left {
    cursor: pointer;
    position: absolute;
    top: 170px;
    left: -60px;
}
.xyf_xshd_tj .index-swiper-right {
    cursor: pointer;
    position: absolute;
    top: 170px;
    right: -60px;
}
.xyf_xshd_tj .tj_li li {
    margin-left: 0;
}

.tjSwiper {
    width: 100%;
    height: 372px;
    overflow: hidden;
    position: relative;
}
.tjSwiper .swiper-wrapper {
    position: absolute;
    left: 0;
}
.tjSwiper .swiper-slide {
    width: 326px !important;
    margin-right: 26px;
    box-sizing: border-box;
}


@media screen and (max-width: 1440px) {
    .progress_bar_box{
        margin-top: -100px;
        width: 680px;
    }


    .tjSwiper {
        height: 300px;
    }
    .tjSwiper .progress_bar_box {
        top: 340px;
    }

    .tjSwiper .swiper-slide {
        width: 235px !important;
        height:280px !important;
        margin-right: 16px;
        box-sizing: border-box;
    }

    .xyf_xshd_tj .index-swiper-left {
        width: 40px;
        height: 40px;
        top: 140px;
        left: -50px;
    }
    .xyf_xshd_tj .index-swiper-right {
        width: 40px;
        height: 40px;
        top: 140px;
        right: -50px;
    }

}