/* comm */
html,body {
    width: 100%;
    /* height: 100%; */
    height: auto;
}

body {
    position: relative;
    background: #fff;
    font-size: 0.14rem;
    line-height: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    /* overflow: hidden; */
}

/* 1. 隐藏页面整体滚动条 */
body::-webkit-scrollbar { display: none; }
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}



.main{
    max-width: 7.5rem;
    margin: 0 auto;
}

.top_box{
    position: relative;
    width: 100%;
  aspect-ratio: 750 / 981;
  background: url(../img/streamer/top_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  display: flex
  ;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      padding: 0 0.3rem 0.5rem 0.3rem;
      box-sizing: border-box;
}

.top_box .hd_time{
    color: #fcf7e6;
    position: relative;
    font-size: 0.3rem;
    font-style: italic;
}

.top_box img:nth-child(2){
    width: 96%;
}

.top_box .hd_time::after{
    content: "";
    width: 0.6rem;
    aspect-ratio: 42 / 31;
    background: url(../img/streamer/icon_01.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.08rem;
    right: -0.66rem;
}

.top_box .hd_time::before{
    content: "";
    width: 0.6rem;
    aspect-ratio: 42 / 31;
    background: url(../img/streamer/icon_01.png) center center no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    position: absolute;
    top: -0.08rem;
    left: -0.66rem;
}

.nav_box{
    width: 100%;
    height: 1.05rem;
    line-height: 1.05rem;
    display: flex;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    background-color: #1b1b1b;
    font-size: 0.32rem;
    align-items: center;
}

.nav_box div{
    flex: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.nav_box div .active_line{
    display: none;
}

.nav_box div:nth-child(2):after{
    content: "";
    width: 0.02rem;
    aspect-ratio: 2 / 54;
    background: url(../img/streamer/line_01.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.25rem;
    left: 0;
}

.nav_box div:nth-child(2):before{
    content: "";
    width: 0.02rem;
    aspect-ratio: 2 / 54;
    background: url(../img/streamer/line_01.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.25rem;
    right: 0;
}

.nav_box div.active{
    color: #f2a806;
}

.nav_box div.active .active_line{
    display: block;
    content: "";
    width: 74%;
    aspect-ratio: 178 / 11;
    background: url(../img/streamer/line_02.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.2rem;
    right: 50%;
    margin-right: -37%;
}

.str_con{
    padding: 0.1rem 0.2rem;
    background-color: #3e2e2f;
}

.str_con .sc{
    color: #fefbf3;
    font-style: italic;
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
}

.str_con .sc .p_t{
    font-size: 0.36rem;
    font-weight: bold;
    background: linear-gradient(#ffda70, #fefdf9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    height: 1.2rem;
    line-height: 1.2rem;
    position: relative;
}

.str_con .sc .p1{
    line-height: 1.5;
}

.str_con2 .sc .p1{
    color: #f2a806;
    font-size: 0.28rem;
}

.str_con .sc .p_t::after{
    content: "";
    width: 58%;
    aspect-ratio: 269 / 31;
    background: url(../img/streamer/line_03.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -0.2rem;
    bottom: 0.1rem;
}

.str_con .sc .sc_br{
    display: block;
    height: 0.3rem;
}

.str_con .sc .sc1_box > div:first-child .scoll_con{
    /* font-size: 0.34rem; */
}


.str_con1{
    padding: 0;
}

.str_con1 .sc1{
    width: 100%;
    aspect-ratio: 750 / 961;
    background: url(../img/streamer/bg_01.jpg) center center no-repeat;
    background-size: 100% 100%;
    padding: 0.48rem 0.18rem 0 0.18rem;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 0.24rem;
}

.str_con1 .sc2{
    width: 100%;
    aspect-ratio: 750 / 1078;
    background: url(../img/streamer/bg_02.jpg) center center no-repeat;
    background-size: 100% 100%;
    padding: 0 0.18rem;
    box-sizing: border-box;
    font-size: 0.24rem;
}

.str_con1 .sc2{
    margin-bottom: 0rem;
}

.str_con1 .sc2 .scoll_con{
    height: 8.6rem;
    overflow-y: scroll;
    margin-top: 0.2rem;
}

.str_con1 .sc3{
    margin-bottom: 0rem;
}

.str_con1 .sc3{
    width: 100%;
    aspect-ratio: 750 / 930;
    background: url(../img/streamer/bg_03.jpg) center center no-repeat;
    background-size: 100% 100%;
    padding: 0 0.18rem;
    padding-top: 0.1rem;
    box-sizing: border-box;
    font-size: 0.24rem;
}

.str_con1 .sc3 .scoll_con{
    height: 7.2rem;
    overflow-y: scroll;
    margin-top: 0.25rem;
}

.str_con2{
    width: 100%;
    aspect-ratio: 750 / 5689;
    background: url(../img/streamer/bg_04.jpg) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-bottom: 1rem;
}

.str_con2 .sc .sc1_box{
    width: 100%;
    aspect-ratio: 710 / 498;
    background: url(../img/streamer/kuang_01.png) center center no-repeat;
    background-size: 100% 100%;
    /* font-size: 0.2rem; */
    padding: 0.4rem 0.4rem;
    box-sizing: border-box;
    position: relative;
}

.str_con2 .sc4 .sc1_box{
    padding: 1.1rem 0.8rem;
    margin: 0.7rem 0;
}

.str_con2 .sc .sc1_box .sc1_box_bg{
    content: "";
    width: 96%;
    height: 95%;
    background-color: #0000003b;
    border-radius: 0.1rem;
    position: absolute;
    top: 0.18rem;
    left: 0.2rem;
    z-index: 1;
}

.str_con2 .sc .sc1_box > div{
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.str_con2 .sc .sc1_box > div:first-child .scoll_con{
    height: 4rem;
    overflow-y: scroll;
}

.str_con2 .sc2 .sc2_box{
    width: 100%;
    font-size: .28rem;
    padding: 0.2rem 0.53rem;
    box-sizing: border-box;
    line-height: 1.4;
    margin: 0.2rem 0;
    min-height: 2.8rem;
}
.str_con2 .sc2 .sb1{
    background: url(../img/streamer/kuang_bg1.png) center center no-repeat;
    background-size: 100% 100%;
    
}

.str_con2 .sc2 .sb2{
    background: url(../img/streamer/kuang_bg2.png) center center no-repeat;
    background-size: 100% 100%;
    
}

.str_con2 .sc2 .sb3{
    background: url(../img/streamer/kuang_bg3.png) center center no-repeat;
    background-size: 100% 100%;
    
}

.str_con2 .sc2 .sb4{
    background: url(../img/streamer/kuang_bg4.png) center center no-repeat;
    background-size: 100% 100%;
    
}

.str_con2 .sc2 .sb5{
    background: url(../img/streamer/kuang_bg5.png) center center no-repeat;
    background-size: 100% 100%;
    
}

.str_con2 .sc2 .sc2_box .sb_title{
    width: 2.1rem;
    aspect-ratio: 204 / 48;
    background: url(../img/streamer/kuang_02.png) center center no-repeat;
    background-size: 100% 100%;
    font-style: normal;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #2a3033;
    font-weight: bold;
    padding-top: 0.02rem;
    box-sizing: border-box;
    margin-left: -0.55rem;
    margin-bottom: 0.3rem;
    font-size: 0.25rem;
}

.str_con .sc .sc3_box{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0.2rem;
}

.str_con .sc .sc3_box > div{
    background: url(../img/streamer/kuang_03.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 0.34rem;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.4rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.24rem;
    border-radius: 0.1rem;
}

.str_con .sc .sc3_box > div > img{
    width: 2.6rem;
}

.str_con .sc4 .title_txt{
    font-size: 0.34rem;
    line-height: 1.6;
    margin-top: 0.35rem;
    margin-bottom: 0.7rem;
}

.str_con .sc4 .title_txt p:first-child{
    color: #f2a806;
}

.str_con2 .sc4 .sc1_box > div .sc_title{
    display: flex
    ;
        flex-direction: column;
        align-items: center;
        gap: 0.06rem;
}

.str_con2 .sc4 .sc1_box > div .sc_title img{
    width: 67%;
}

.str_con3{
    padding: 0;
}

.str_con3 .sc{
    width: 100%;
    min-height: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.36rem;
    font-weight: bold;
    gap: 0.1rem;
    margin-bottom: 0;
    padding-bottom: 0.8rem;
    box-sizing: border-box;
}

.str_con3 .sc1{
    aspect-ratio: 750 / 423;
    background: url(../img/streamer/sc3_bg1.jpg) center center no-repeat;
    background-size: 100% 100%;
    /* font-size: 0.28rem; */
}

.str_con3 .sc2{
    aspect-ratio: 750 / 423;
    background: url(../img/streamer/sc3_bg2.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.str_con3 .sc3{
    aspect-ratio: 750 / 423;
    background: url(../img/streamer/sc3_bg3.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.str_con3 .sc4{
    aspect-ratio: 750 / 1184;
    background: url(../img/streamer/sc3_bg4.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.str_con3 .sc > span{
    color: #fff7eb;
    text-shadow: 0px 1px 5px rgb(0 0 0);
}

.str_con3 .sc .btn_xq{
    width: 2.85rem;
    aspect-ratio: 245 / 67;
    background: url(../img/streamer/btn_01.png) center center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-style: normal;
}

.str_con3 .sc4 .p_t{
    font-size: 0.32rem;
    font-weight: bold;
    background: linear-gradient(#ffda70, #fefdf9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    height: 1.8rem;
    line-height: 1.8rem;
    position: relative;
    margin-left: 0.2rem;
    margin-bottom: 0.4rem;
}

.str_con .sc4 .p_t::after {
    content: "";
    width: 48%;
    aspect-ratio: 269 / 31;
    background: url(../img/streamer/line_03.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -0.4rem;
    bottom: 0.3rem;
}

.str_con .sc4 > div{
    position: relative;
}

.left-icon, .right-icon {
    width: 0.5rem;
    position: absolute;
    bottom: -1.15rem;
    z-index: 2;
}

.left-icon {
    left: 2.5rem;
  }
  
  .right-icon {
    right: 2.5rem;
    transform: rotate(180deg);
  }

/* 外层视频容器 - 主容器 */
.outer-video-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-top: 0.4rem;
}
/* 视频通用样式 */
video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/* 播放/暂停按钮样式（可选美化） */
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none; /* 默认隐藏，hover时显示 */
}
.video-container:hover .video-btn {
    display: block;
}
.video-btn:hover {
    background: rgba(255,0,0,0.7);
}

.swiper-page-num{
    text-align: center;
    width: 1.3rem;
    /* padding: 0 0.2rem; */
    position: absolute;
    bottom: -1.05rem;
    left: 50%;
    margin-left: -0.65rem;
    font-size: 0.5rem;
    font-style: italic;
    font-weight: bold;
    background: linear-gradient(#ffda70, #fefdf9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
  
/* 2. 隐藏单个元素滚动条的通用样式 */
.scoll_con {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scoll_con::-webkit-scrollbar { display: none; }

  .pop_fixed {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

/* pop_video */
.pop_v_cont{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 999;
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: all 0.3s;
}
.pop_v_cont video{ width:100%;max-width: 7.5rem;height: auto;}

.banner_vid_btn {
    bottom: 5.2rem;
}

.jl_txt{
    color: #ff0000;
}

.num_txt{
    color: #ff0000;
    font-size: 0.44rem;
    font-weight: bold; 
}
