html,
body {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}
p{
    margin: 0;
}
a {
    font-size: 14px;
    text-decoration: none;
    color: #CCCCCC
}

a:hover {
    color: #fb7299;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.body_box {
    background-color: #121212;
}

.flex {
    display: flex;
}

.pub-header {
    height: 60px
}

.head-nav,
.search,
.other {
    width: 33.333%
}

.head-nav {
    /* min-width: 510px; */
}

.cms-header {
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 1rem;
    min-height: 50px;
    background-color: rgba(29, 28, 31, .94);
    box-shadow: 0 2px 4px #0000001a;
    /* min-width: 1240px; */
    z-index: 1999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.nav-list li {
    padding: 0 16px;
}

.nav-list li a {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #CCC;
}

.nav-list li a.current {
    color: #fb7299;
    font-size: 20px;
    font-weight: 600;
}

.nav-list .swiper-slide,
.video .swiper-slide,
.cate-box .swiper-slide {
    width: auto !important;
}

.search {
    justify-content: right;
}

.search-box {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 20px;
    padding: 5px 20px;
    width: 55%;
}

.search-box input {
    border: none;
    background-color: transparent;
    color: #CCCCCC;
    box-sizing: border-box;
    width: 100%;
}

.search-box input:focus {
    outline: 0;
}

.search-btn {
    background-color: transparent;
    border: 0;
    color: #fb7299;
    font-weight: bold;
}

.other {
    font-size: 12px;
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.other .text {
    padding-top: 10px;
}
.iconsty .text {
    padding-top: 10px;
}

.other .record {
    cursor: pointer;
    position: relative
}

.iconsty .record:hover .icon,
.iconsty .record:hover .text {
    color: #fb7299;
}
.other .record:hover .icon,
.other .record:hover .text {
    color: #fb7299;
}

.record .record-list {
    position: absolute;
    background-color: #2C2C2E;
    width: 300px;
    right: 100px;
    padding: 20px;
    border-radius: 6px;
    cursor: auto;
    display: none;
}

.record .record-list .record-all {
    display: flex;
    flex-direction: column;
}

.record-all .record-div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #CCCCCC;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #444;
}
.record-all .record-div .play{
    flex-shrink: 0;
}

.record-all .record-div .name {
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.record .record-list .clear {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.none-play {
    font-size: 18px;
}

.banner {
    width: 100%;
    height: 450px;
    background-color: #CCCCCC;
    position: relative;
}

.banner a,
.banner .mySwiper {
    width: 100%;
    height: 100%;
}

.banner .slide-time-img3 {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner img {
    width: 100%;
    height: 450px;
    display: block;
}

::-webkit-scrollbar {
    display: none;
}
@media (max-width:599.98px) {

.iconsty .text {
    padding-top: 3px!important;
}
    .topic-pic {
        height: 100px!important;
    }

    .video .video-title a,
    .play-right .video-text .name {
        font-size: 14px !important;
        height: auto !important;
    }

    .video .video-info {
        height: auto !important;
    }

    .video-imgs {
        height: 105px !important;
    }

    .title,
    .title a {
        margin-left: 10px;
        margin-top: 0 !important;
        line-height: 2.5rem !important;
    }

    .topic-box .topic-img-box {
        height: auto !important;
    }

    .nav-list li {
        padding: 0 6px !important;
    }

    .main-box {
        width: 100vw !important;
    }

    .video .video-list {
        grid-column-gap: .25rem !important;
    }
}

.main-box {
    width: 1560px;
    margin: 0 auto;
    margin-top: 20px;
    color: #ffffff;
}

.title,
.title a {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1rem;
    color: #CCCCCC;
}

.title a {
    margin-left: 2rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
}

.video {
    width: 100%;
}

.video .video-list {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 1.25rem;
    flex-direction: row;
    margin-top: 10px;
}

.video .video-info {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 15.56%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 185px;
}

.video .video-img,
.play-right .video-img {
    width: 100%;
    height: 135px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.video .video-img .img,
.play-right .video-img .img,
.topic-box .topic-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-image: url("../images/pic.png")
}

.video .video-img .img:hover,
.play-right .video-img .img:hover,
.topic-box .topic-img:hover {
    transform: scale(1.2);
    transition: all .5s ease-in-out;
}

.video .video-img .duration_hint {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #ffffff;
    padding: 5px 10px;
    background-color: #2C2C2E;
    border-radius: 6px;
}

.video .video-img .duration_hint:hover {
    color: #ffffff;
}

.video .video-title {
    margin-top: 0.5rem;
}

.video .video-title a,
.play-right .video-text .name {
    font-size: 16px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.video .rel {
    display: inline-block;
}

.video .rel a,
.video .other-info a,
.cate-box .swiper-slide a,
.vod-info .vod-tag span {
    background-color: #3b3b3d;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-left: 0.5rem;
}

.video .video-info-big .video-img {
    height: 280px;
}

.video .video-info-big {
    width: 32%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 390px;
    background-color: #2c2c2e;
    border-radius: 6px;
}

.video .video-info-big .video-title a {
    font-size: 18px;
    padding: 10px;
    -webkit-line-clamp: 1;
    height: auto;
}

.video .other-info {
    margin-top: 10px;
}

.index-list .video-list {
    flex-direction: column !important;
    height: 415px;
}

.pic-list {
    width: 100%;
}

.pic-list .img {
    width: 100%;
}

.pic-list .img img {
    width: 100%;
    height: 80px;
    float: left
}

.foot-info {
    color: #CCCCCC;
    padding: 20px 0;
}

.foot-info .info {
    width: 100%;
    text-align: center;
    line-height: 28px;
}

.cate-box .swiper-slide {
    height: 45px;
    line-height: 45px;
}

.cate-box .swiper-slide a {
    padding: 8px 20px;
}

.cate-box .swiper-slide:first-child a {
    margin-left: 0;
}

.nav-dt a {
    color: #fb7299;
}

.page-info {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.page-info a {
    background-color: #3b3b3d;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
}

.page-info a.bj2 {
    background-color: #fb7299;
    color: #ffffff;
}

.play-box {
    width: 100%;
    display: flex;
    gap: 50px;
}

.play-box .play-left {
    width: calc(100% - 400px);
}
@media screen and (max-width: 780px) {
    .play-box .play-left {
        width: auto !important;
    }
}
.play-box .play-right {
    width: 400px;
}

.play-right .video-info {
    margin: 16px 0;
    gap: 20px;
    display: flex;
}

.play-right .video-img {
    width: 144px;
    height: 80px;
}

.play-right .video-text {
    width: 236px;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}

.play-right .video-text .name {
    font-size: 14px;
    height: 42px;
}

.my-play-box {
    width: 100%;
    height: 560px;
    position: relative;
}

.play-nav {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: flex;
    gap: 6px;
    align-items: center;
    color: #CCCCCC;
}

.play-nav a {
    font-size: 18px;
}

.vod-info {
    width: 100%;
    padding: 10px 10px;
}

.vod-info .vod-title {
    font-size: 16px;
    color: #CCCCCC;
    padding-bottom: 10px;
}

.vod-info .vod-other {
    font-size: 12px;
    color: #999999;
    display: flex;
    justify-content: space-between;
}

.vod-info .vod-tag {
    height: 40px;
    line-height: 40px;
}

.vod-info .vod-tag span {
    margin-left: 0;
    margin-right: 1rem;
    font-size: 12px;
    color: #CCCCCC;
}

.vod-info .vod-other .vod-span span {
    margin-right: 20px;
}

#m-play {
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

#m-play .float-div {
    background-color: #2c2c2e;
    position: absolute;
    width: 240px;
    height: 240px;
    z-index: 9999;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: auto;
    left: -80px;
    bottom: -260px;
    display: none;
}

#m-play .float-div .float-show {
    display: flex;
    flex-direction: column;
}

.float-div #code {
    width: 148px;
    height: 148px;
    margin: 0 auto;
    padding: 10px;
    background-color: #ffffff;
}

.vod-demo {
    padding-top: 10px;
}

.play-left .video .video-list {
    grid-column-gap: 2.5%;
}

.play-left .video .video-info {
    width: 18%;
}

.star-list {
    display: flex;
    flex-wrap: wrap;
}

.star-list .star-div {
    width: 20%;
}

.star-list .star-div a {
    display: flex;
    margin-top: 20px;
    gap: 15px;
    align-items: center;
}

.star-div .img {
    width: 80px;
    height: 80px;
    background-color: #2c2c2e;
    border-radius: 40px;
    overflow: hidden;
}

.star-div .img img {
    width: 100%;
    height: 100%;
}

.star-div .info {
    line-height: 30px;
}

.star-div .info .name {
    font-size: 18px;
}

.star-div .info .nums {
    font-size: 14px;
}

.start-detail {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #1d1c1f;
}

.start-detail .head-pic {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-left: 20px;
    background-color: #2C2C2E;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.start-detail .detail {
    margin-left: 15px;
    height: 80px;
}

.start-detail .detail .name {
    font-size: 18px;
}

.start-detail .detail .height,
.start-detail .detail .introduce {
    font-size: 12px;
    margin-top: 10px;
}

.topic-list {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}

.topic-list .topic-box {
    width: 24%;
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
}

.topic-list .topic-box:before,
.topic-list .topic-box:after {
    content: "";
    display: inline-block;
    width: 90%;
    height: 6px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 4px 4px 0 0;
}

.topic-list .topic-box:after {
    width: 94%;
    top: -6px;
    background: rgba(255, 255, 255, .5);
}

.topic-box .topic-img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
}

.topic-name,
.topic-name a {
    font-size: 18px;
}

.topic-num {
    font-size: 14px;
    color: #999999
}

.topic-pic {
    height: 300px;
    opacity: .5;
}

.topic-detail {
    background-color: #2C2C2E;
    border-radius: 6px;
    padding: 10px;
}

.topic-detail .topic-name {
    padding: 10px;
}

.topic-detail .topic-num {
    padding-left: 10px;
    padding-bottom: 5px;
}

.play-line {
    background-color: #1d1c1f;
    padding: 10px;
    border-radius: 6px;
}
.play-line:not(:last-of-type) {
    margin-bottom: 10px;
}
.play-line .title {
    margin-top: 0;
}

.line-list {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
}

.line-list .line {
    width: auto;
    height: 30px;
    line-height: 30px;
    background-color: #2C2C2E;
    padding: 0 20px;
    border-radius: 6px;
}

.line-list .active a {
    color: #fb7299
}

@media (max-width:599.98px) {
    .page-prev,.page-next{
        display: none !important;
    }
    .page-info a{
      padding: 6px 11px !important;
    }
    .page-info .page-first{
        padding: 4px 9px !important;
    }
    .page-info .page-last{
        padding: 4px 9px !important;
    }
  }