.page_banner_swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 出行须知 */
.travel_service_content{
    max-width: 1440px;
    padding: 24px 96px 103px 96px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    box-sizing: border-box;
    margin: 0 auto;
}
.travel_service_block{
    width: 100%;
    background: #fff;
    padding: 24px;
    padding-top: 0;
    box-sizing: border-box;
}
.travel_service_block.df .title{
    font-size: 32px;
    font-family: "HYRunYuan-65J";
}
.travel_service_block .title{
    padding: 48px 0;
    font-weight: 400;
    /* font-size: 32px; */
    text-align: center;
    line-height: 32px;
}
.travel_service_block .sub_title{
    font-weight: 500;
    /* font-size: 20px; */
    line-height: 30px;
    padding-top: 16px;
}
#mini_program .content{
    display: flex;
    column-gap: 24px;
}
#mini_program .content .imgbox{
    flex-shrink: 0;
    width: 625px;
}
#mini_program .content .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mini_program .content .content_right{
    flex: 1;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
}
#mini_program .content .content_txt{
    flex: 1;
}
#mini_program .content .content_txt p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 24px;
}
#mini_program .content .btn_box{
    padding: 8px 24px;
    background-color: #B10A32;
    font-size: 16px;
    letter-spacing: 1px;
    color: #FFFFFE;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    bottom: 0;
}
#health_plan .menu{
    height: auto;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    border-bottom: 1px solid #CCCCCC;
}
#health_plan .menu_title{
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:25px 20px;
    font-weight: 500;
    font-size: 18px;
    font-family: "SourceHanSansCNMedium";
}
#health_plan .menu:first-of-type{
    border-top: 1px solid #CCCCCC;
}
#health_plan .menu_content{
    padding: 16px 20px;
    background: #F4F4F4;
    margin-bottom: 23px;
}
#health_plan  .menu_content p{
    margin: 0;
    line-height: 28px;
    color: #595959;
    font-size: 16px;
}
#health_plan  .menu_content p b{
    margin: 0;
    line-height: 28px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
}

.travel_service_block .travel_service_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 24px;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 24px;
}
.travel_service_tab .tab_item{
    width: 53px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 160px;
    height: 44px;
    line-height: 44px;
}
.travel_service_tab .tab_item.active{
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
    position: relative;
}
.travel_service_tab .tab_item.active::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #466580;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.pc_table{
    display: table;
}
.mobile_table{
    display: none;
}
.travel_service_tabbox table{
    border: none;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
    /* 单元格样式 */
.travel_service_tabbox td{
    /* 设置单元格边框 */
    border: 1px solid #ccc;
    /* padding: 12px; */
    text-align: left;
}
/* 移除表格最外层边框 */
.travel_service_tabbox tr:first-child td{
    border-top: none;
}
.travel_service_tabbox tr:last-child td {
    border-bottom: none;
}
.travel_service_tabbox td:first-child{
    border-left: none;
}
.travel_service_tabbox td:last-child{
    border-right: none;
}
.travel_service_tabbox th{
    height: 40px;
    color: #FFFFFE;
    font-size: 16px;
    font-weight: 400;
    background: #142640;
    font-family: "SourceHanSansCNMedium";
    text-align: left;
    padding-left: 40px;
}
.travel_service_tabbox th:nth-child(2){
    width: 407px;
}
.travel_service_tabbox th:nth-child(3){
    width: 469px;
}
.travel_service_tabbox td{
    padding: 16px 24px;
    color: #142640;
    font-size: 16px;
   
}
.travel_service_tabbox td:first-of-type{
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    /* width: 324px; */
    white-space: nowrap;
}
.travel_service_tabbox td span{
    font-size: 12px;
    color: #595959;
}
.travel_service_tabbox .tips{
    padding: 16px 0;
    font-size: 14px;
    padding-bottom: 48px;
}
.travel_service_tabbox .tips span{
    color: #b10a32;
}
#flight_book .menu{
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    /* border: 1px solid #CCCCCC; */
    background-color: #F4F4F4;
}
#flight_book .menu_title{
    height: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid transparent;
    align-items: center;
    padding:24px 16px;
    font-size: 20px;
    color: #142640;
    font-family: "SourceHanSansCNMedium";
}
#flight_book  .menu_content p{
    margin: 0;
    line-height: 28px;
    color: #595959;
}
#flight_book  .menu_content p b{
    margin: 0;
    line-height: 28px;
    font-weight: 500;
}
#flight_book .menu_content{
    padding: 24px 36px;
    background: #fff;
    margin-bottom: 0;
    box-sizing: border-box;
    font-size: 12px;
    color: #595959;
    font-weight: 400;
}
#flight_book .menu_content a{
    color: #b10a32;
    text-decoration: underline;
}
#flight_book .menu_box{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
#visa_insure_container .visa_insure_title{
    padding: 24px 0;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
    font-size: 20px;
    color: #142640;
    padding-top: 0;
}
.visa_package_cont{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.visa_package_item{
    display: flex;
}
.visa_package_item .vpitem_left{
    background: #142640;    
    padding: 0 40px  ;
    height: 88px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    color: #FFFFFE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 4px;
}
.visa_package_item  .vpitem_left_tips{
    font-size: 14px;
}
.visa_package_item .vpitem_right{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding-left: 24px;
    justify-content: center;
    flex: 1;
    background: #F4F4F4;
}
.visa_package_item .vpitem_price{
    font-size: 16px;
    font-weight: 400;
}
.visa_package_item .vpitem_price span{
    font-size: 16px;
    color: #595959;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    padding-right: 24px;
}
.visa_package_item .vpitem_visa{
    font-size: 16px;
    color: #595959;
}
.visa_package_item .vpitem_visa a{
    text-decoration: underline;
    cursor: pointer;
    color: #595959;
}
.visa_service_content{
    margin-top: 8px;
    background: #F4F4F4;
    padding: 0 24px;
    margin-bottom: 24px;
}
.visa_service_box ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 8px;
    padding: 24px 0;
    list-style-type: disc;
}
.visa_service_box ul li{
    font-size: 16px;
    color: #142640;
    position: relative;
    margin-left: 24px;
}
.visa_service_title{
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    font-size: 16px;
    padding-top: 24px;
}
.visa_service_tips{
    padding: 24px 0;
    color: #142640;
    font-size: 14px;
    padding-top: 0;
}
.vs_tips_title span{
    color: #b10a32;
}
.visa_service_tips ul{
    /* line-height: 30px; */
    list-style-type: disc;
    padding-left:20px;
}
.visa_service_tips li a{
    font-weight: 500;
    text-decoration: underline;
    font-family: "SourceHanSansCNMedium";
}
.vs_process_title{
    font-weight: 500;
    font-size: 20px;
    color: #142640;
    margin-bottom: 24px;
     font-family: "SourceHanSansCNMedium";
}
.vs_process_text{
    margin-bottom: 24px;
    font-size: 16px;
    color: #142640;
}
.vs_process_table{
    margin-bottom: 24px;
}
.vs_process_table .table_title{
    width: 100%;
    background: #142640;
    line-height: 40px;
    color: #FFFFFE;
    font-size: 16px;
    font-weight: 400;
    padding-left: 24px;
    font-family: "SourceHanSansCNMedium";
    box-sizing: border-box;
}
.vs_process_table table tr td:first-of-type{
    white-space: nowrap;
    width: 120px;
    height: 64px;
    text-align: center;
    box-sizing: border-box;
    font-family: "SourceHanSansCNMedium";
}
.vs_process_table_other tr td:first-of-type{
    width: 176px;
}

.vs_process_table table p{
    margin: 0;
    font-weight: 400;
}
.vs_process_table table tr td p:first-of-type{
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
}
.vs_process_table table span{
    color: #595959;
    font-size: 12px;
    line-height: 20px !important;
}
.vs_process_table table .tips{
    color: #595959;
    font-size: 12px;
    line-height: 20px !important;
    padding: 0;
}
.travel_service_tabbox .visa_tips{
    padding: 0;
    color: #142640;
}
.travel_service_tabbox .visa_tips a{
    font-weight: 600;
    text-decoration: underline;
    color: #142640;
}
.visa_insure_faq_pc{
    display: block;
}
.visa_insure_faq_mb{
    display: none;
}
.faq_box{
    display: flex;
    column-gap: 24px;
} 
.faq_tab{
    width: 280px;
    padding: 8px;
    background: #F4F4F4;
    /* box-shadow: 0px 0px 12px 0px #0000001A; */
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    box-sizing: border-box;
    height: auto;
}
/* FAQ Tab吸顶样式 */
.faq_tab.sticky{
    position: fixed;
    z-index: 9;
    transition: top 0.3s ease;
}
/* FAQ Tab到达容器底部样式 */
.faq_tab.bottom{
    position: absolute;
    bottom: 24px;
    z-index: 9;
}
/* 确保FAQ容器有相对定位 */
#visa_insure_faq{
    position: relative;
}
.faq_tab_item{
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #142640;
    cursor: pointer;
    
}
.faq_tab_item span{
    padding-bottom: 2px;
    border-bottom: solid 2px transparent;
    font-family: "SourceHanSansCNMedium";
}
.faq_tab_item.active span{
    border-bottom: solid 2px #142640;
}
.faq_content_box{ flex: 1;}
.faq_content{
    border-top: solid 1px #CCCCCC;
}
.faq_content_item{
    border-bottom: solid 1px #CCCCCC;
    cursor: pointer;
}
.faq_content_item_title{
    display: flex;
    height: 76px;
    line-height: 76px;
    padding: 0 20px;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
}
.menu_title img{
    width: 20px;
    height: 24px;
}
.faq_content_item_cont{
    padding: 16px 20px;
    background: #F4F4F4;
    margin-bottom: 23px;
}
.faq_content_item_cont p{
    margin: 0;
    line-height: 28px;
    color: #595959;
}
.faq_content_item_cont a{
    color: #b10a32;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
      /* 出行须知 */
      .travel_service_content{
        max-width: 100%;
        padding: 24px 16px;
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }
    .travel_service_block{
        padding: 24px 16px;
    }
    .travel_service_block .title{
        padding:  0;
        padding-bottom: 16px;
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
        font-family: "HYRunYuan-65J";
    }
    .travel_service_block .sub_title{
        font-family: "SourceHanSansCNMedium";
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        padding-top: 8px;
    }
    .travel_service_block .sub_title div{
        display: inline;
        text-align: left;
    }
    #mini_program .content{
        display: flex;
        flex-direction: column;
        column-gap: 0;
        align-items: center;
        row-gap: 16px;
    }
    #mini_program .content .imgbox{
        width: 311px;
        height: 224px;
    }
    #mini_program .content .content_right{
        flex: 1;
        padding:0 16px;
        display: flex;
        flex-direction: column;
    }
    #mini_program .content .content_txt{
        flex: 1;
    }
    #mini_program .content .content_txt p{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        margin-bottom: 12px;
    }
    #mini_program .content .btn_box{
        padding: 8px 23px;
        background-color: #142640;
        font-size: 14px;
    }
    #health_plan .menu{
        height: auto;
        line-height: inherit;
        overflow: hidden;
        transition: .3s;
        cursor: pointer;
        border-bottom: 1px solid #CCCCCC;
    }
    #health_plan .menu_title{
        height: auto;
        line-height: 26px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:8px 0;
        font-size: 16px;
    }
    #health_plan .menu:first-of-type{
        border-top: 1px solid #CCCCCC;
    }
    #health_plan .menu_content{
        padding: 16px 20px;
        background: #F4F4F4;
        margin-bottom: 23px;
    }
    #health_plan  .menu_content p{
        margin: 0;
        line-height: 26px;
        color: #595959;
        font-size: 14px;
    }
    #health_plan  .menu_content p b{
        line-height: 26px;
    }

    .travel_service_block .travel_service_tab{
        column-gap: 16px;
        margin-bottom: 16px;
    }
    .travel_service_tab .tab_item{
        font-weight: 400;
        font-size: 14px;
        width: auto;
        height: 29px;
        line-height: 29px;
    }
    .travel_service_tab .tab_item.active::after{
        height: 1px;
    }
    .pc_table{
        display: none;
    }
    .mobile_table{
        display: table;
    }
    .travel_service_tabbox table{
        border: none;
        border-collapse: collapse;
        width: 100%;
        border-bottom: 1px solid #CCCCCC;
    }

    .travel_service_tabbox th{
        height: 32px;
        font-size: 12px;
        padding-left: 8px;
    }
    .travel_service_tabbox th:nth-child(2){
        width: 50%;
    }
    .travel_service_tabbox th:nth-child(3){
        width: 50%;
    }
    .travel_service_tabbox td{
        padding: 7px 8px;
        color: #142640;
        font-size: 12px;
        vertical-align: middle;
    }
    .travel_service_tabbox td b{
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
    }
    .travel_service_tabbox td:first-of-type{
        width: auto;
        white-space: inherit;
    }
    .travel_service_tabbox td span{
        font-size: 10px;
        color: #595959;
    }
    .travel_service_tabbox .tips{
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 24px;
    }
    #flight_book .menu{
        cursor: pointer;
    }
    #flight_book .menu_title{
        padding: 16px;
        font-size: 14px;
    }
    #flight_book  .menu_content p{
        margin: 0;
        line-height: 28px;
        color: #595959;
    }
    #flight_book .menu_content{
        padding: 16px;
        padding-bottom: 0;
    }
    #flight_book .menu_content li{
        margin-left: 12px;
    }
    #flight_book .menu_box{
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
    #visa_insure_container .visa_insure_title{
        padding: 16px 0;
        font-size: 14px;
    }
    .visa_package_cont{
        row-gap: 16px;
    }
    .visa_package_item{
        display: flex;
    }
    .visa_package_item .vpitem_left{
        width: 84px;
        height: auto;
        min-height: 96px;
        padding: 16px 8px !important;
        font-size: 14px;
        box-sizing: border-box;
    }
    .visa_package_item .vpitem_left_tips{
        font-size: 12px;
    }
    .visa_package_item .vpitem_right{
        row-gap: 8px;
        padding: 8px;
        justify-content: center;
        flex: 1;
        background: #F4F4F4;
    }
    .visa_package_item .vpitem_price{
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    .visa_package_item .vpitem_price span{
        font-size: 12px;
        padding-right: 0;
        display: block;
       
    }
    .visa_package_item .vpitem_visa{
        font-size: 12px;
        color: #595959;
        line-height: 18px;
    }
    .visa_service_content{
        margin-top: 16px;
        background: #F4F4F4;
        padding: 0 16px;
        margin-bottom: 0;
    }
    .visa_service_box ul{
        grid-template-columns: repeat(1, 1fr);
        padding: 16px 0;
    }
    .visa_service_box ul li{
        font-size: 12px;
        margin-left: 24px;
    }
    .visa_service_title{
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
        font-size: 14px;
        padding-top: 16px;
    }
    .visa_service_tips{
        padding: 16px 0;
        font-size: 12px;
    }
    .visa_service_tips ul{
        list-style-type: disc;
        padding-left:20px;
    }
    .visa_service_tips li {
        line-height: 17px;
        margin-bottom: 8px;
    }
    .vs_process_title{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .vs_process_text{
        margin-bottom: 8px;
        font-size: 12px;
    }
    .vs_process_table{
        margin-bottom: 12px;
    }
    .vs_process_table .table_title{
        line-height: 34px;
        font-size: 12px;
        padding-left: 8px;
        
    }
    .vs_process_table table tr td:first-of-type{
        width: 84px;
        height:88px;
    }
    .vs_process_table_other tr td:first-of-type{
        width: auto;
    }

    .vs_process_table table p{
        margin: 0;
        font-weight: 400;
    }
    .vs_process_table table tr td p:first-of-type{
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
    }
    .vs_process_table table span{
        color: #595959;
        font-size: 12px;
        line-height: 20px !important;
    }
    .vs_process_table table .tips{
        color: #595959;
        font-size: 12px;
        line-height: 20px !important;
        padding: 0;
    }
    .travel_service_tabbox .visa_tips{
        padding: 0;
        color: #142640;
    }
    .travel_service_tabbox .visa_tips a{
        font-weight: 600;
        text-decoration: underline;
        color: #142640;
    }
    .visa_insure_faq_pc{
        display: none;
    }
    .visa_insure_faq_mb{
        display: block;
    }
    /* 移动端FAQ样式 */
    .faq_box_mb{
        background: #fff;
    }
    .faq_item_mb{
        border-top: 1px solid #E6E6E6;
    }
    .faq_item_mb:last-child{
        border-bottom: 1px solid #E6E6E6;
    }
    .faq_item_title{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        font-size: 16px;
        font-weight: 500;
        color: #142640;
        cursor: pointer;
        box-sizing: border-box;
        line-height: 26px;
    }
    .faq_item_title span{
        flex: 1;
        font-family: "SourceHanSansCNMedium";
    }
    .faq_item_title .arrow_icon{
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
        margin-left: 12px;
    }
    .faq_item_title.active .arrow_icon{
        transform: rotate(180deg);
    }
    .faq_item_content{
        display: none;
    }
    .faq_sub_item{
        padding: 12px 0;
        font-size: 14px;
        line-height: 22px;
        color: #595959;
    }
    .faq_sub_item:first-child{
        padding-top: 0;
    }
    .faq_sub_item.sub_menu{
        padding: 0;
    }
    .faq_sub_title{
        font-weight: 400;
        color: #142640;
        padding:  16px 0 16px 16px;
        font-size: 14px;
    }
    .sub_menu_title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sub_menu_title span{
        flex: 1;
    }
    .sub_menu_title .arrow_icon{
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
        margin-left: 12px;
    }
    .sub_menu_content{
        display: none;
        padding: 16px;
        background: #F6F6F6;
        border-bottom: 1px solid #F4F4F4;
    }
    .faq_sub_content p{
        margin: 0;
        font-size: 12px;
        line-height: 24px;
    }
    .faq_sub_content p a{
        color: #B10A32;
        text-decoration: underline;
    }
}

.video_popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(13,28,52,0.6);z-index:24;display:none;opacity:0;}
.video_popup.show{display:block;}
.video_popup .video_popup_box{position:absolute;left:50%;top:50%;transform:translate(-50%,-60%);width:300px;opacity:0;}
.video_popup .video_popup_box video{width:100%;}
.video_popup .video_popup_box .close_btn{width:24px;height:24px;right:0;top:-48px;position:absolute;cursor:pointer;}
.video_popup .video_popup_box .close_btn img{width:100%;}
.video_popup.animating{display:block;}
.video_popup.enter{opacity:1;transition:opacity .36s ease-out;}
.video_popup.enter .video_popup_box{opacity:1;transform:translate(-50%, -50%);transition:transform .42s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .42s ease-out;}
.video_popup.leave{opacity:0;transition:opacity .3s ease-in;}
.video_popup.leave .video_popup_box{opacity:0;transform:translate(-50%, -50%);transition:transform .3s ease-in,opacity .3s ease-in;}
@media screen and (max-width:1024px) {
    .video_popup{padding:58px 0 20px;}
    .video_popup .video_popup_box{position:absolute;left:50%;top:50%;transform:translate(-50%,-60%);width:86%;max-width:calc(100% - 40px);opacity:0;}
    .video_popup .video_popup_box .close_btn{right:-8px;top:-40px;z-index:1;}
}

/* Tab相关样式 - PC端 */
.viking_tab_container {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #F4F4F4;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* Tab容器吸顶样式 */
.viking_tab_container.sticky {
  position: fixed;
  /* top值由JavaScript动态设置，根据header实际高度 */
  left: 0;
  z-index: 3;
  border-bottom: 1px solid #F4F4F4;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.viking_tab_container.mobile-sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

  /* Tab占位元素样式 */
  .tab_placeholder {
    width: 100%;
    display: block;
  }
  
  .viking_tab_wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  
  .viking_tab_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    /* padding: 0 72px; */
    box-sizing: border-box;
    background-color: #fff;
  }
  
  .viking_tab_btn {
    /* background-color: #F4F4F4; */
    font-size: 16px;
    color: #142640;
    padding: 18px 49px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
  }
  
  .viking_tab_btn.active {
    background-color: #466580;
    color: #fff;
  }
  
  /* Tab相关样式 - 移动端 */
  @media screen and (max-width: 1024px) {
      /* 移动端tab容器吸顶样式 */
      .viking_tab_container.mobile-sticky {
          overflow-x: auto;
          white-space: nowrap;
      }
  
      .viking_tab_container.sticky {
          /* top值由JavaScript动态设置，确保移动端tab吸顶时在header下方 */
      }
  
      /* Tab选择菜单 */
      .viking_tab_container {
          width: 100%;
          background-color: #fff;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          box-sizing: border-box;
          transition: all 0.3s ease;
      }
  
      /* Tab容器吸顶样式 */
      .viking_tab_container.sticky {
          position: fixed;
          /* top值由JavaScript动态设置 */
          left: 0;
          z-index: 9;
          background-color: #fff;
      }
  
      /* Tab占位元素样式 */
      .tab_placeholder {
          width: 100%;
          display: block;
      }
  
      .viking_tab_container::-webkit-scrollbar {
          display: none;
      }
  
      .viking_tab_container {
          -ms-overflow-style: none;
          scrollbar-width: none;
      }
  
      .viking_tab_wrapper {
          max-width: 100%;
          overflow-x: auto;
          -ms-overflow-style: none;
          scrollbar-width: none;
          box-sizing: border-box;
          height: 44px;
          
      }
  
      .viking_tab_wrapper::-webkit-scrollbar {
          display: none;
      }
  
      .viking_tab_list {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 0;
          height: 100%;
          white-space: nowrap;
          width: max-content;
      }
  
      .viking_tab_btn {
          height: 100%;
          font-size: 14px;
          font-weight: 400;
          padding: 10px 16px;
          position: relative;
          box-sizing: border-box;
          font-family: "SourceHanSansCNMedium";
      }
  
      .viking_tab_btn.active {
          font-weight: 500;
          position: relative;
      }
  
  }