.categoryBox {
    width: 100%;
    font-size: 0.2667rem;
    overflow-y: auto;
    scrollbar-width: none;
    min-height: 100vh;
    /* Firefox */
    -ms-overflow-style: none;
}

.categoryBox .cateContent {
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    padding-top: 1.0667rem;
    box-sizing: border-box;
    color: #fff;
}


.categoryBox .title-with-avatar .title-box {
    color: #8e9194;
    text-align: center;
}

.title-with-avatar .title-box .sub-title {
    font-size: 0.2667rem;
}

.title-with-avatar .title-box h2 {
    font-size: 0.5333rem;
    color: #edeeef;
}

.categoryBox .sorting-nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.categoryBox .sorting-nav li {
    display: inline-block;
    list-style: none;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.sorting-nav li a {
    text-decoration: none;
    color: #b8babc;
    position: relative;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
}

.sorting-nav li a:before {
    content: "";
    position: absolute;
    background: #1db954;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 30px;
    margin-left: -15px;
    opacity: 0;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.categoryBox .sorting-nav .active a {
    color: #fff;
}

.categoryBox .sorting-nav .active a:before {
    opacity: 1;
}

.categoryBox #tabContent .row>* {
    padding: 0 0.2rem;
}

.categoryBox #tabContent .gutter-20 {
    margin-left: 0rem;
    margin-right: 0rem;
}

.categoryBox #tabContent .video-hover-box {
    cursor: pointer;
    margin-bottom: 0.2rem;
}

#tabContent .video-hover-box .imgBox {
    position: relative;
    height: 3rem;
    margin-bottom: 0.1333rem;
    border-radius: 0.0667rem;
    box-sizing: border-box;
    overflow: hidden;
}


.video-hover-box .imgBox:hover .absolute-bottom-left {
    opacity: 1;
}

.video-hover-box .imgBox:hover .hoverimg {
    opacity: 0;
}

.video-hover-box .imgBox:hover .video-js {
    position: absolute;
    top: 0;
    left: 0;
}

#tabContent .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;
}

#tabContent .video-hover-box .absolute-bottom-left:hover {
    background: rgba(243, 96, 96, 0.4);
}

#tabContent .video-hover-box .absolute-bottom-right {
    position: absolute;
    bottom: 30%;
    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 .zhutiImg  .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 12, 0.33);
    transition: all .3s;
    z-index: 1;
}

.video_itemBox .video-hover-box .zhutiImg:hover .overlay{
    background: rgba(80, 100, 110, 0.3);
}

#tabContent .video-hover-box .zhutiRight {
    position: absolute;
    right: 50%;
    top: 50%;

    transform: translate(50%, -50%);
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.video-hover-box .zhutiRight .label {
    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-hover-box .zhutiRight .labelName {
    background: none;
    font-size: 0.35rem;
    padding: 0;
    box-shadow: none;
}

#tabContent .video-hover-box a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.video-hover-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1333rem;
}

#tabContent .video-hover-box .video-js {
    width: 100%;
    height: 100%;
    border-radius: 0.0667rem;
}



.video-hover-box .detail .title {
    color: #b8babc;
    max-width: 320px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    a {
        color: #b8babc;
    }

    a:hover {
        color: lightpink;
    }
}

.video-hover-box .detail .title a {
    color: #b8babc;
}

.video-hover-box .detail .title a:hover {
    color: lightpink;
}

.video-hover-box .detail .sub-title {
    color: #5e5d5a;
    font-size: 0.2667rem;


}

.video-hover-box .detail .sub-title>span {
    margin-right: 0.0667rem;
}

.categoryBox #tabContent .video-hover-box:nth-child(4n) {
    margin-right: 0;
}

.categoryBox #tabContent .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;
}

.categoryBox #tabContent .page-item {
    border-radius: 0.1333rem;
    height: 30px;
}

.categoryBox #tabContent .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;
}

.categoryBox #tabContent .active {
    background-color: #fe628e;
    color: #fff;


}

.categoryBox #tabContent .active a {
    color: #fff;
}

@media (min-width: 992px) {
    .container-small {
        max-width: 800px;
        margin: 0 auto;
    }
}

/* 尾部 */
.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;
}
