.homeBox {
    width: 100%;
    font-size: 0.2667rem;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;


}

/* IE 10+ */
.homeBox .collapseBox {
    display: flex;
}



.homeBox .containBox {
    width: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    padding-top: 1.0667rem;
    box-sizing: border-box;

}

.homeBox .containBox .swiper {
    /* width: 100%; */
    padding: 0 0 0.2667rem 0;
    box-sizing: border-box;


}

.containBox .swiper .h_swiper-slide {
    width: 365px;

    height: 4rem;
    line-height: 1.3333rem;
    text-align: center;
    /* background-color: #ffffff; */
    border-radius: 0.1333rem;
    font-size: 0.24rem;
    user-select: none;


}

.containBox .swiper .h_swiper-slide a {
    width: 100%;


}

.swiper .h_swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1333rem;
}

.homeBox .containBox .header_swiper {
    /* padding: 0 .8rem; */
    box-sizing: border-box;
}

.homeBox .containBox .newBox {
    padding: 0.2667rem 0;
    box-sizing: border-box;
}

.homeBox .containBox .title-with-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;


}

.containBox .title-with-more .sub-title {
    color: #8e9194;
}

.containBox .title-with-more .h3-md {
    font-size: 0.4rem;
    margin-top: 0.1333rem;
}

.title-with-more .more a {
    text-decoration: none;
    color: #b8babc;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.2667rem;


}

.title-with-more .more a .icon-xiangyou {
    margin-left: 0.0667rem;
    font-size: 0.2667rem;
}

.title-with-more .more a:hover {
    color: lightpink;
}

.title-with-more .more svg {
    margin-left: 0.0667rem;
    width: 0.2667rem;
    height: 0.2667rem;
    fill: #b8babc;
}

.homeBox .containBox .row>* {
    padding: 0 0.12rem;
}

.homeBox .containBox .gutter-20 {
    margin-left: 0rem;
    margin-right: 0rem;
}

.homeBox .containBox .video_itemBox .video-hover-box {
    cursor: pointer;
    margin-bottom: 0.2rem;
}

.video_itemBox .video-hover-box .imgBox {
    position: relative;
    height: 3rem;
    margin-bottom: 0.1333rem;
    border-radius: 0.0667rem;
    box-sizing: border-box;
    overflow: hidden;
}

.video_itemBox .video-hover-box .imgBox:hover .absolute-bottom-left {
    opacity: 1;
}

.video_itemBox .video-hover-box .imgBox:hover .hoverimg {
    opacity: 0;
}

.video_itemBox .video-hover-box .imgBox:hover .video-js {
    position: absolute;
    top: 0;
    left: 0;
}

.video_itemBox .video-hover-box .absolute-bottom-left {
    width: 0.4667rem;
    height: 0.4667rem;
    text-align: center;
    line-height: 0.4667rem;
    border-radius: 50%;
    position: absolute;
    bottom: 30%;
    left: 0.1333rem;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.18);
    opacity: 0;
    z-index: 9;
}

.video-hover-box .absolute-bottom-left .iconfont {
    color: #fff;
}

.video_itemBox .video-hover-box .absolute-bottom-left:hover {
    background: rgba(243, 96, 96, 0.4);
}

.video_itemBox .video-hover-box .absolute-bottom-right {
    position: absolute;
    bottom: 3%;
    right: 0.1333rem;
    z-index: 9;


}

.video-hover-box .absolute-bottom-right span {
    color: #fff;
    padding: 0.0267rem 0.12rem;
    box-sizing: border-box;
    border-radius: 0.11rem;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.1067rem 0.2933rem 0 rgba(0, 0, 0, 0.38);
}

.video_itemBox .video-hover-box a {
    width: 100%;


}

.video-hover-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1333rem;
}

.video_itemBox .video-hover-box .video-js {
    width: 100%;
    height: 100%;
    border-radius: 0.0667rem;

}

.video_itemBox .video-hover-box .detail {


    .sub-title {
        color: #5e5d5a;
        font-size: 0.2667rem;

        >span {
            margin-right: 0.0667rem;
        }
    }
}

.video-hover-box .detail .title {
    color: #b8babc;
    max-width: 320px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;


}

.detail .title a {
    color: #b8babc;
    font-size: 14px;
    text-decoration: none;
}

.detail .title a:hover {
    color: lightpink;
}

.homeBox .containBox .video_itemBox .video-hover-box:nth-child(4n) {
    margin-right: 0;
}

.homeBox .containBox .hot_content .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 0;
    display: flex;
    --bs-pagination-padding-x: 0;
    --bs-pagination-padding-y: 0;
    list-style: none;
    border-radius: 0.25rem;
    font-size: 0.2667rem;
}

.homeBox .containBox .hot_content .page-item {
    border-radius: 0.1333rem;
}

.homeBox .containBox .hot_content .page-link {
    color: #b8babc;
    background-color: transparent;
    border: none;
    padding: 0.05rem 0.3rem;
    box-sizing: border-box;
    margin: 0 0.1rem;
    font-size: 0.4rem;
    border-radius: 0.1333rem;
}

.homeBox .containBox .hot_content .active {
    background-color: #fe628e;
    color: #fff;


}

.containBox .hot_content .active a {
    color: #fff;
}

.homeBox .containBox .widget-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;


}

.containBox .widget-container .thumb--MqvNJ {
    margin-right: 0.2667rem;


}

.widget-container .thumb--MqvNJ a {
    display: inline-block;
    width: 2rem;
    height: 1.4rem;


}

.widget-container .thumb--MqvNJ a img {
    width: 100%;
    height: 100%;
}

.widget-container .thumb--MqvNJ a video {
    width: 100%;
    height: 100%;
}

.homeBox .containBox .owl-carousel {
    display: flex;
    margin-top: 0.2667rem;
    padding: 0 0.5333rem;
    box-sizing: border-box;


}

.homeBox .containBox .owl-carousel .owl-item {}

.containBox .owl-carousel .owl-item img {
    width: 100%;
}

.homeBox .containBox .center--XrhLh {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.homeBox .containBox .zhutiBox {}

.containBox .zhutiBox .row {
    margin-top: 0.5333rem;
    --bs-gutter-x: 0rem;
}

.containBox .zhutiBox .row>* {
    padding: 0 0.3rem 0 0;
    box-sizing: border-box;
}

.containBox .zhutiBox .media {
    display: flex;
    align-items: center;
}

.containBox .zhutiBox .media img {
    width: 1.6rem;
    border-radius: 0.1067rem;
}

.containBox .zhutiBox .media .detail {
    box-sizing: border-box;
    padding-left: 0.1333rem;
    color: #b8babc;
    font-size: 0.24rem;


}

.zhutiBox .media .detail .title {
    margin-bottom: 0.1333rem;
}

.zhutiBox .media .detail span {
    color: #5e5d5a;
}

.containBox .zhutiBox .leftBox {
    padding: 0 0 0rem 0.1333rem;
    box-sizing: border-box;


}

.containBox .zhutiBox .leftBox .card {
    border-radius: 0.1067rem;
    position: relative;
    overflow: hidden;




}

.zhutiBox .leftBox .card .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.zhutiBox .leftBox .card .icon-title {
    position: relative;
    background: rgba(172, 182, 221, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    right: 0.2rem;
    bottom: -0.1333rem;
    border-radius: 50%;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.containBox .zhutiBox .leftBox .bg-pink {
    background: linear-gradient(-45deg, #ff7e7e 0%, #ff536b 100%);
}

.containBox .zhutiBox .leftBox .bg-gray {
    background: linear-gradient(-45deg, #a6b5ca 0%, #8d93b1 100%);
}

.containBox .zhutiBox .leftBox .card-body {
    padding: 0.1333rem 0.2667rem;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 6rem;
    overflow: hidden;
}

.homeBox .containBox .text_centerBox {
    text-align: center;
    display: flex;
    justify-content: center;


}

.containBox .text_centerBox img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .homeBox .containBox .swiper .swiper-slide {
        width: 200px;
    }
}

/* 尾部 */
.f_title {
    padding: .5333rem 0;
    font-size: .4267rem;
    box-sizing: border-box;
}

.f_title a {
    color: #ddd;
}

.site-footer {
    color: #ddd;
    font-size: .3333rem;
}

.site-footer img {
    width: auto;
    height: .5rem;
}

.site-footer a {
    color: #8e9194;
}

.site-footer svg {
    width: .5rem;
    height: .5rem;
    color: #8e9194;
    fill: #8e9194;
}

.site-footer .widget-title {
    padding-bottom: .2667rem;
}

.site-footer .vertical-list li {
    padding: 0 0 .1333rem 0;
}
