body {
    background-color: #000 !important;
}

.page {
    background-color: #000;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    user-select: text;
}

.homepage {
    color: #febd2b;
    overflow-x: hidden;
    padding-top: 85px;
}

.fixed-header {
    background-color: #000;
    width: 100%;
    max-width: 600px;
    position: fixed;
    top: 0px;
    z-index: 99;
}

.header-right-icon {
    position: absolute;
    right: -45px;
    top: 0px;
    padding-right: 10px;
    background-color: #000;
    cursor: pointer;
}

.uni-tabbar {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.pagination {
    width: 100%;
    display: flex;
    padding: 10px;
    flex-wrap: nowrap;
    font-size: 14px;
    padding-top: 0px;
}

.page-up {
    margin-right: 10px;
    background-color: rgba(240, 188, 85, 0.15);
    border: 1px solid #333;
    color: #febd2b;
    min-width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 10px;
    padding: 0px 5px;
}

.page-up:hover {
    background-color: #072e43;
}

.page-down {
    margin-right: 10px;
    background-color: rgba(240, 188, 85, 0.15);
    border: 1px solid #333;
    color: #febd2b;
    min-width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 10px;
    padding: 0px 5px;
}

.page-down:hover {
    background-color: #072e43;
}

.page-jump {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    color: #febd2b;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.jump-input {
    width: 60px !important;
    color: #febd2b;
    border: none;
    background-color: #000;
    height: 28px;
    outline: none;
}

.total-jump {
    margin-right: 5px;
}

.uni-input-input {
    color: #febd2b;
}

.page-sure {
    justify-content: center;
    padding: 0 5px;
    background: 0 0;
    align-items: center;
    background-color: rgba(240, 188, 85, 0.15);
    border: 1px solid #333;
    color: #febd2b;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
    padding: 0px 5px;
}

.page-sure:hover {
    background-color: #072e43;
}

.card-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

.every-card {
    width: calc(50% - 10px);
    overflow: hidden;
    margin: 5px;

}

.title-color {
    color: #fff;
}

.browsin-record {
    margin: 0 10px;
    width: calc(100% - 20px);
    padding-top: 5px;
    border-radius: 8px;
}

.browsin-record-title {
    color: #fff;
    margin: 0px 12px;
}

.icon-name {
    display: flex;
}

.name-style {
    font-size: 16px;
    margin-left: 8px;
    height: 24px;
    line-height: 24px;
}

.container {
    padding: 20px;
}

.search-box {
    flex: 1;
    position: relative;
    height: 35px;
    margin-top: 8px;
}

.bottom-model {
    color: #000;
}

.channel-list {
    width: 100%;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

.model-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}

.total-channel {
    margin: 0px 10px 10px 10px;
}

.every-channel {
    width: calc(33.3% - 13.3px);
    background-color: #f7f8f9;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.every-channel-active {
    color: #f30;
    font-weight: 600;
}

.ranking-list {
    width: 100%;


}

.list-box {
    text-align: center;
}

.times-box {
    position: absolute;
    font-size: 12px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .8);
    color: #febd2b;
    padding: 0px 2px;
}

.every-ranking {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
}

.every-ranking-active {
    background-color: rgba(240, 188, 85, 0.15);
    color: #febd2b;
    font-weight: 600;
}

.times-long {
    position: absolute;
    font-size: 12px;
    right: 0px;
    bottom: 0px;
    color: #febd2b;
    background-color: rgba(0, 0, 0, .8);
    padding: 0px 2px;
}

.top-header {
    width: 100%;
    display: flex;
}

.header-logo {
    width: 90px;
    max-height: 40px;
    min-height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 30px;
    margin-right: 5px;
    margin-top: 5px;
}

.search-box {
    flex: 1;
    position: relative;
    height: 35px;
    margin-top: 8px;
    background-color: rgba(51, 52, 63, 0.8);
    border-radius: 4px;
}

.search-input {
    width: calc(100% - 40px);
    max-width: 560px;
    height: 35px;
    outline: none;
    background-color: transparent;
    border: none;
    padding-left: 10px;
    color: #fff;
}

.click-box {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header-icon {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 30px;
    height: 30px;
}

.header-avatar {
    width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-top: 5px;
}

.top-header-name {
    width: 100%;
    padding-top: 5px;
    display: flex;
    height: 22px;
    line-height: 22px;
}

.video-name {
    width: 100%;
    font-family: "PingFang SC";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: center;
    color: #fff;
}

.square-advertisement {
    color: #fff;
    margin-top: 10px;
}

.tabs-list {
    color: #fff;
    width: calc(100% - 30px);
    position: relative;
    height: 34px;
}

.all-tab {
    display: flex;
    /* position: absolute; */
    flex-wrap: nowrap;
    /* left: 0px;
    top: 0px; */
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.all-tab::-webkit-scrollbar{
    display: none;
}

.tabs-list-level2 {
    color: #fff;
    width: calc(100% - 30px);
    position: relative;
}
.all-tab-level2 {
    display: flex;
    flex-wrap: nowrap;
}
.position {
    position: absolute;
    left: 0px;
    bottom: -30px;
}

.tabs-list::-webkit-scrollbar {
    display: none;
}

.every-tab {
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
}

.level2-every-tab {
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    height: 32px;
    padding: 3px 8px;
    margin-left: 5px;
    margin-top: 5px;
}

.every-tab-display {
    display: none;
}

.every-tab-show {
    display: flex;
    flex-wrap: wrap;
}

.every-tab-active {
    font-weight: 600;
    margin-left: 5px;
    white-space: nowrap;
    cursor: pointer;
    color: rgb(254, 189, 43);
    font-size: 20px;
}

.level2-every-tab-active {
    font-weight: 600;
    margin-left: 5px;
    white-space: nowrap;
    cursor: pointer;
    color: rgb(254, 189, 43);
    font-size: 18px;
}

.tabbar-list {
    width: 100%;
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background-color: #252632;
    border-color: #252632 !important;
    display: flex;
    height: 40px;
    line-height: 40px;
    justify-content: space-around;
}
.every-tabbar{
    height: 40px;
    line-height: 40px;
}
.news-box {
    position: fixed;
    text-align: center;
    align-items: center;
    width: calc(90% - 20px);
    max-width: 280px;
    background-color: #eff0f5;
    top: 35vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 10px;
    display: none;
}

.close-box {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.close-icon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.news-title {
    width: 100%;
    text-align: center;
    color: #524fac;
    font-weight: 500;
}

.news-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
}

.new-domain {
    font-size: 14px;
    color: #524fac;
    text-align: left;
}

.new-domain-adrees {
    font-size: 18px;
    color: #524fac;
    text-align: left;
    width: 100%;
    white-space: normal;
    /* 或者 pre, pre-wrap, pre-line */
    word-wrap: break-word;
}

.down-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 2px solid #524fac;
    margin-top: 20px;
    color: #524fac;
    font-weight: 700;
}


.column-ad-box {
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.line-list {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #333;
}

.list-fbox {
    width: 15%;
    display: flex;
    /* 水平居中 */
    align-items: center;
}

.fname {
    font-size: 17px;
    text-align: left;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid #333;
    padding-right: 15px;
}

.list-cbox {
    display: flex;
    margin-left: 10px;
    width: calc(85% - 20px);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(25% - 74px);
}

.every-cbox {
    font-size: 16px;
    display: flex;
    height: 30px;
    line-height: 30px;
    min-width: 64px;
    text-align: center;
}

.every-cbox.active .selec-title-color{
    color: #febd2b !important;
}

.cname {
    width: 100%;
}

.selec-title-color {
    color: #fff !important;
}

.text-adv-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.every-text-adv {
    width: calc(20% - 5px);
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(26, 26, 26, 1);
    margin-top: 5px;
    margin-right: 5px;
    white-space: nowrap;
}

/* 图标广告start */
.square-advertisement {
    width: 100%;
}

.item {
    width: calc(16.66% - 8px);
    aspect-ratio: 1;
    margin-bottom: 10px;
}

.item-icon {
    width: 98%;
    margin-left: 1%;
    border-radius: 8px;
}

.item-font {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

@media (max-width:480px) {
    .square-advertisement {
        width: 100%;
    }

    .item {
        width: calc(16.66% - 6px);
        aspect-ratio: 1;
        margin-bottom: 8px;
    }

    .item-icon {
        width: 98%;
        margin-left: 1%;
    }

    .item-font {
        font-size: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
    }
}

@media (max-width:360px) {
    .square-advertisement {
        width: 100%;
    }

    .item {
        width: calc(16.66% - 6px);
        aspect-ratio: 1;
        margin-bottom: 6px;
    }

    .item-icon {
        width: 98%;
        margin-left: 1%;
    }

    .item-font {
        font-size: 0.65rem;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
    }
}

/* 图标广告end */

/* 定义关键帧动画 */
@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    /* 开始时，字幕在容器右侧 */
    to {
        transform: translateX(-100%);
    }

    /* 结束时，字幕在容器左侧 */
}

.message-notification {
    text-align: center;
    color: #fff;
    margin: 5px 0px;
    position: relative;
    /* 或具体宽度 */
    /* 隐藏超出部分 */
    white-space: nowrap;
    /* 防止文本换行 */
    animation: scroll 15s linear infinite;
    /* 持续时间、速度曲线、重复 */
}

.card-content {
    width: 100%;
    position: relative;
}

.image-out-box {
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.image-box {
    width: 100%;
    height: 100%;
    /* 高度自动调整以保持宽高比 */
    object-fit: cover;
}

.vip-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 14px;
    place-content: center;
    place-items: center;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #febd2b;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
}

@media (max-width:480px) {
    .card-content {
        width: 100%;
        position: relative;
    }

    .image-out-box {
        width: 100%;
        height: 118px;
        overflow: hidden;
    }

    .image-box {
        width: 100%;
        height: 118px;
        /* 高度自动调整以保持宽高比 */
        object-fit: cover;
    }

    .vip-icon {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 24px;
        height: 14px;
        place-content: center;
        place-items: center;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        color: #febd2b;
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
    }
}

@media (min-width:481) {
    .card-content {
        width: 100%;
        position: relative;

    }

    .image-out-box {
        width: 100%;
        height: 135px;
        overflow: hidden;
    }

    .image-box {
        width: 100%;
        height: 135px;
        /* 高度自动调整以保持宽高比 */
        object-fit: cover;
    }

    .vip-icon {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 24px;
        height: 14px;
        place-content: center;
        place-items: center;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        color: #febd2b;
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
    }
}


.name-box {
    width: 100%;
    margin-top: 4px;
    color: rgba(255, 255, 255, 1);
    font-family: "PingFang SC";
    font-weight: 500;
    font-size: 1rem;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    line-height: 1.5;
}

.container {
    padding: 0px;
}

.nav-link {
    padding: 0 1rem;
    color: #999 !important;
}

.nav-pills .nav-link.active {
    background: linear-gradient(180deg, #febd2b 0, #f57620 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-left: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.nav-pills .show>.nav-link {
    background: none !important;
}

.image-list {
    display: flex;
    width: 100%;
}

.page-up-down {
    width: 220px;
    display: flex;
    margin-top: 5px;
    margin-left: 50%;
    transform: translateX(-50%);
    color: #f57620;
}

.up-button {
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.down-button {
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.video-rel {
    position: relative;
}

.player-ad-box {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 0px;
    display: none;
    max-width: 480px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.suggested-videos {
    color: #febd2b;
    font-size: 20px;
    margin-left: 10px;
}

.video-close-box {
    position: absolute;
    right: -10px;
    top: -10px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffffe1;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    cursor: pointer;
    z-index: 9;
}

.adv-close-box {
    position: absolute;
    right: -10px;
    top: -10px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffffe1;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    cursor: pointer;
    z-index: 9;
}

.u-icon {
    color: #333
}

.pop-image {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: 480px;
    max-height: 240px;
    z-index: 9;
}

.search-history {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: space-between;
}

.search-name {
    font-size: 16px;
    color: #f57620;
}

.tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.every-tag {
    background-color: #f3f4f6;
    color: #333;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    width: calc(20% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid;
}

.carousel-long {
    width: 100%;
    height: 100px;
}

.carousel{
    margin: 10px 0px;
}

.adv-out {
    position: fixed;
    width: 80%;
    max-width: 400px;
    z-index: 999;
    top: 50%;
    left: 0px;
    margin-left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.popwidth {
    width: 100%;
}

.pop-close {
    right: 10%;
}

.search-tabs-active {
    color: #febd2b;
    font-weight: bold;
    transform: scale(1.05);
    font-size: 20px;
    cursor: pointer;
}

.search-tabs-inactive {
    color: #999;
    font-weight: bold;
    transform: scale(1.05);
    font-size: 20px;
    cursor: pointer;
}


.search-about {
    font-size: 18px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    color: #fff;
    margin-left: 10px;
}

.every-video {
    width: calc(100% - 24px);
    background-color: #333;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 8px 12px;
    display: flex;
}

.video-left {
    margin-right: 8px;
}

.video-right {
    position: relative;
}

.video-introduction {
    color: rgba(206, 205, 213, 1);
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
}

.play-button {
    width: 78px;
    display: flex;
    place-content: center;
    place-items: center;
    gap: 4px;
    flex-shrink: 0;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 69, 0, 1);
    position: absolute;
    bottom: 5px;
    left: 0px;


}

.button-text {
    font-size: 12px;
}

.search-r-b {
    width: 100%;
    text-align: center;
    color: #fff !important;
}

.cooperation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;

}

.every-box {
    color: #febd2b;
}

.download-style{
    color: #fff;
    padding-right: 20px;
    cursor: pointer;
    display: flex;
    width: 100%;
    position: relative;
    height: 30px;
    font-size: 14px;
}

.download-time{
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    color: #febd2b;
    position: absolute;
    top: 0px;
    left: 10px
}

.download-name{
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    color: #febd2b;
    position: absolute;
    top: 0px;
    right: 10px
}

.hide{
    display: none;
}

.my-modal{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}

.my-modal-dialog{
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
}

.my-modal-content{
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    max-width: 600px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 20px;
}

.my-modal-header{
    position: relative;
    display: flex;
}

.my-modal-name{
    margin: 10px;
    width: 80px;
}

.my-modal-close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.my-modal-bottom{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    margin: 0px 10px;
    padding-left: 10px;
}

.modal-tab{
    width: calc(25% - 10px);
    justify-content: space-around;
    background-color: #f7f8f9;
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 5px 0px;
    cursor: pointer;
}

.modal-tab-active{
    color: #f30;
}

.sq-box{
    display: none;
}

.close-search{
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
}