.viking_footer {
        width: 100%;
        height: 309px;
}

/* PC端样式 - 1024px及以上设备 */

/* 提取的内联样式 */

/* header吸顶样式 - PC端 */
.viking_header.mobile-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        z-index: 1000 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
}

/* 确保header吸顶时内容不被遮挡 */
.viking_header.mobile-sticky+.header_placeholder {
        display: block !important;
        visibility: visible !important;
}

.viking_header {
        width: 100%;
        height: 68px;
        background-color: black;
}
/* 正式开始 */
.richent_box{
        background-color: #f4f4f4;
}
.richent_title{
        width: 100%;
        padding: 22px 0px;
        background: #142640;
        color: white;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
}
.richent_banner{
        width: 100%;
        position: relative;
        font-size: 0;
        display: flex;
        justify-content: center;
}
.richent_banner img{
        width: 100%;
        height: 100%;
}
.richent_banner_play{
        position: absolute;
        width: 250px;
        height: 73px;
        border:solid 1px white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        color: white;
        font-family: 'SourceHanSansCNMedium';
        line-height: 16px;
        bottom: 100px;
        cursor: pointer;
}
.richent_banner_play_img{
        display: none;
}
.richent_content{
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 96px;
        box-sizing: border-box;
}
.richent_content_desc{
        width: 100%;
        padding: 48px 12px 0 12px;
        box-sizing: border-box;
        text-align: center;
        font-weight:500;
        color: #142640;
        line-height: 30px;
}
.richent_list{
        width: 100%;
        padding-bottom: 57px;
}
.richent_list_item{
        width: 100%;
        background: white;
        display: flex;
        gap: 0 24px;
        margin-top: 30px;
}
.richent_list_item:first-child{
        margin-top: 0;
}
.richent_list_img{
        width: 50%;
}
.richent_list_swiper_container{
        width: 100%;
        height: 413px;
        overflow: hidden;
}
.richent_list_img_wrapper{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.richent_list_img_wrapper img{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.richent_list_content{
        flex: 1;
        padding-right: 24px;
        box-sizing: border-box;
}
.richent_list_header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 0;
        width: 100%;
        border-bottom: solid 1px #cccccc;
}
.richent_list_title{
        color: #142640;
        font-weight: 500;
        line-height: 36px;
}
.richent_list_subtitle{
        font-size: 20px;
        color: #595959;
        line-height: 30px;
}
.richent_list_desc{
        width: 100%;
        padding: 24px 0;
        font-size: 16px;
        line-height: 24px;
        color: #595959;
}
.richent_list_swiper_pagination{
        width: 100%;
        padding-top: 16px;
        padding-bottom: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
}
.richent_list_swiper_pagination_prev{
        transform: rotate(180deg);
}
.richent_list_swiper_pagination_prev img{
        width: 100%;
        height: 100%;
}
.richent_list_swiper_pagination_current{
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: 'SourceHanSansCNMedium';
        color: #142640;
        flex:1;
        text-align: center;
}
.richent_list_swiper_pagination_next,.richent_list_swiper_pagination_prev{
        width: 36px;
        height: 36px;
        cursor: pointer;
        font-size: 0;
}
.richent_list_swiper_pagination_next img{
        width: 100%;
        height: 100%;
}
.richent_list_desc span{
        font-size: 12px;
        margin-top: 24px;
        display: block;
}
.richent_tab_menu{
        width: 100%;
        background: white;
        border-bottom: solid 1px #f4f4f4;
        /* tab吸顶效果 */
        position: sticky;
        top: 68px; /* header高度 */
        z-index: 9;
        
}
.richent_tab_menu_item{
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
}
.richent_tab_menu_item_title{
        padding: 18px 49px;
        cursor: pointer;
        color: black;
        line-height: 24px;
}
.richent_tab_menu_item_title.active{
        background: #466580;
        color: white;
}
.richent_list_item_container_title{
        line-height: 37px;
        color: #142640;
        text-align: center;
        padding-bottom:18px ;
}
.richent_list_item_container{
        padding-top: 72px;
}
.richent_list_tag{
        width: 100%;
        display: flex;
        padding: 24px 0 0 0;
        gap: 8px;
}
.richent_list_tag_box{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        line-height: 24px;
        color: #818182;
}
.richent_list_tag_box span.btn{
       color: #466580;
       text-decoration: underline;
       cursor: pointer;

}
.richent_list_tag_box img{
        width: 66px;
        height: 48px;
}
.flavor_food_ocean_popup{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
}
.flavor_food_ocean_content{
        width: 47%;
        max-height: 80%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
}
.flavor_food_ocean_close{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-bottom: 24px;
}
.flavor_food_ocean_close img{
        width: 24px;
        height: 24px;
        cursor: pointer;
}
.flavor_food_ocean_content_inner{
       flex: 1;
       overflow-y: auto;
        background-color: white;
        padding: 32px 16px;
        box-sizing: border-box;
}
.flavor_food_ocean_content_inner img{
        width: 100%;
}
.flavor_food_ocean_content_inner_title{
        font-size: 20px;
        font-weight: 500;
        font-family: 'SourceHanSansCNMedium';
        color: #142640;
        line-height: 30px;
}
.flavor_food_ocean_content_inner_desc{
        font-size: 16px;
        line-height: 24px;
        color: #595959;
        margin-top: 24px;
}
.flavor_food_ocean_content_inner_desc::first-letter{
        margin-top: 16px;
}
.richent_list_item_container_title_sub{
        color: #466580;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        text-decoration: underline;
        padding-bottom: 18px;
}
.richent_list_item_container_title_sub span{
        cursor: pointer;
}
@media (max-width: 1024px) {
        .richent_banner_play{
                display: none;
        }
        .richent_banner_play_img{
                display: block;
                position: absolute;
                bottom: 24px;
                left: 24px;
                width: 42px;
                height: 42px;
                z-index: 2;
        }
        .richent_banner_play_img img{
                width: 100%;
                height: 100%;
        }
        .richent_content{
                padding: 0 16px;
        }
        .richent_content_desc{
                padding: 24px 0 0 0;
                font-size: 14px;
                line-height: 24px;
                font-weight: 400;
                text-align: left;
        }
        .richent_list_item_container_title{
                font-size: 18px;
                line-height: 21px;
                padding-bottom: 0px;
        }
        .richent_list_tag{
                padding: 16px 0 0 0;
        }
        .richent_list_tag_box{
                font-size: 12px;
        }
        .richent_list_item_container{
                padding-top: 24px;
        }
        .richent_list_item{
                flex-direction: column;
        }
        .richent_list_img{
                width: 100%;
        }
        .richent_list_swiper_pagination{
                padding-top: 8px;
                padding-bottom: 0px;
        }
        .richent_list_swiper_pagination_next, .richent_list_swiper_pagination_prev{
                width: 32px;
                height: 32px;
        }
        .richent_list_swiper_pagination_current{
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
                color: black;
        }
        .richent_list_content{
               padding: 16px;

        }
        .richent_list_header{
                padding:  0 0 16px 0 ;
                box-sizing: border-box;
                flex-direction: column;
                align-items: flex-start;
                gap: 8px 0;
        }
        .richent_list_title{
                font-size: 16px;
                line-height: 24px;
        }
        .richent_list_subtitle{
                font-size: 14px;
                line-height: 21px;
        }
        .richent_list_desc{
                font-size: 14px;
                padding: 8px 0 0 0;
        }
        .richent_list{
                padding-bottom: 24px;
        }
        .richent_title{
                padding: 10px 0;
                font-size: 20px;
                line-height: 30px;
        }
        .richent_list_desc span{
                font-size: 14px;
                margin-top: 8px;
        }
        /* 移动端tab吸顶调整 */
        .richent_tab_menu{
                top: 68px; /* 移动端header高度，根据实际情况调整 */
        }
        .richent_tab_menu_item{
                overflow-x: auto;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch;
                justify-content: flex-start;
        }
        .richent_tab_menu_item_title{
                white-space: nowrap;
                flex-shrink: 0;
                padding: 12px;
                font-size: 14px;
                color: #142640;
        }
        .richent_tab_menu_item_title.active{
                font-weight: 500;
        }
        .flavor_food_ocean_content{
                width: calc(100% - 16px);
                max-height: 80%;
        }
        .flavor_food_ocean_content_inner_title{
                font-size: 18px;
        }
        .flavor_food_ocean_content_inner_desc{
                font-size: 14px;
                margin-top: 8px;
        }
}