html,
body {
    width: 100%;
    height: 100%;
    background: #292B2C;
}

#loginContent {
    position: absolute;
    right: 80px;
    top: 6px;
    left: auto;
    font-size: 16px;
    display: flex;
    width: max-content;
    align-items: center;
    color: #fff;
}

#logoutButton {
    color: #CCCCCC;
}

.live-container {
    width: 100%;
    min-width: 1500px;
    height: auto;
    padding: 50px 80px;
    background: #292B2C;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.live-container .live-head {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #36393A;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.live-head .live-title {
    width: 836px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-container .live-content {
    width: 100%;
    display: flex;
    background: #36393A;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
}

.video-js .vjs-picture-in-picture-control {
    display: none;
}

.video-js .vjs-live-control .vjs-live-display {
    display: none;
}

.video-js .vjs-subs-caps-button {
    display: none;
}

.video-js .vjs-remaining-time .vjs-control-text+span[aria-hidden="true"] {
    display: none;
}

.video-js .vjs-error-display {
    display: none;
}

.live-content .live-tv {
    width: 860px;
    height: 484px;
    position: relative;
}

.live-content .live-tv .video-js {
    width: 860px;
    height: 484px;
    display: none
}

.live-content .vjs-fullscreen .vjs-tech {
    width: 100% !important;
    height: 100% !important;
}

.live-content .live-tv .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.live-content .live-tv .my-img {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.live-content .live-tv .vjs-control-bar {
    opacity: 1 !important;
    z-index: 1000;
}

.live-content .live-tv .my-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.live-content .live-tv .live-text {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #000;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.live-content .live-tabs-container {
    flex: 1;
    overflow: hidden;
}

.live-content .live-tabs {
    height: 43px;
    display: flex;
    padding-left: 20px;
    border-top: 1px solid #27292A;
    border-bottom: 1px solid #424748;
}

.live-content .live-tab-pane {
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #fff;
    border-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.live-content .live-tab-pane:hover {
    color: #E03501;
}

.live-content .live-tab-pane.active {
    color: #E03501;
}

.live-content .live-tab-pane.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #E03501;
}

.live-content .live-tab-content {
    height: 440px;
    box-sizing: border-box;
    border-radius: 4px;
}

.live-content .live-tab-content .live-program-box {
    width: calc(100% - 50px);
    height: 60px;
    background: #2F3233;
    position: relative;
    overflow: hidden;
    padding: 0 24px;
}

.live-content .live-tab-content .live-program-date {
    width: 100%;
    height: 60px;
    background: #2F3233;
    overflow: hidden;
}

.live-content .live-tab-content .swiper-slide {
    width: auto;
    /* 或者移除 width 属性 */
    min-width: 70px;
    /* 可选：设置最小宽度 */
    background: #2F3233;
    color: #fff;
    flex-flow: column nowrap;
    user-select: none;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.live-content .live-tab-content .swiper-slide .week-text {
    font-size: 16px;
}

.live-content .live-tab-content .swiper-slide .date-text {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

.live-content .live-tab-content .program-date-active {
    background: #E03501;
}

.live-content .live-tab-content .swiper-slide.program-date-active p {
    color: #fff;
}

#liveProgramDateSwiper .swiper-button-prev:after,
#liveProgramDateSwiper .swiper-button-next:after {
    font-size: 20px;
}

.live-content .live-tab-content .swiper-button-prev {
    left: -0;
    right: auto;
    z-index: 1999;
    color: #9CAAB6;
}

.live-content .live-tab-content .swiper-button-next {
    right: -0;
    left: auto;
    z-index: 1999;
    color: #9CAAB6;
}

.live-tab-content .live-program-list {
    width: 100%;
    height: calc(100% - 60px);
    overflow: auto;
}

.live-tab-content .live-program-list .live-program-item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    border-bottom: 1px solid #3E3E3E;
    font-size: 16px;
    color: #666666;
    padding: 0 20px;
    box-sizing: border-box;
}

.live-tab-content .live-program-list .live-program-item .programs-time {
    width: 50px;
}

.live-tab-content .live-program-list .live-program-item .programs-name {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-tab-content .live-program-list .live-program-item .programs-status-text {
    width: 50px;
    text-align: center;
    display: none;
}

.live-tab-content .live-program-list .current_program {
    color: #fff;
    background: #333333;
    cursor: pointer;
}

.live-tab-content .live-program-list .past_program .programs-status-text {
    cursor: pointer;
}

.live-tab-content .live-program-list .current_program .programs-status-text,
.live-tab-content .live-program-list .past_program .programs-status-text {
    display: block;
}


/* 滚动条轨道样式 */
.live-content ::-webkit-scrollbar {
    width: 8px;
    /* 设置滚动条宽度 */
}

/* 滚动条滑块样式 */
.live-content ::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

/* 滚动条轨道（背景）样式 */
.live-content ::-webkit-scrollbar-track {
    background-color: #36393A;
}

/* 滚动条轨道hover状态样式 */
.live-content ::-webkit-scrollbar-track:hover {
    background-color: #36393A;
    /* 设置轨道hover状态时的背景颜色 */
}

/* 滚动条滑块hover状态样式 */
.live-content ::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1;
    /* 设置滑块hover状态时的背景颜色 */
}