@charset "UTF-8";
*{margin: 0; padding: 0;}
html,body{
    width: 100%;
    min-height: 100%;
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    font-family: "Microsoft YaHei","微软雅黑","PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,STHeitiSC-Light,simsun,"宋体","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;
}
img{width: 100%; height: 100%; display: block;}
ul,li{list-style: none;}
a{text-decoration: none; color: #333;}

:root{
    --color_theme: #e60012;
    --color_hover: #e03718;
    --color_gray: #f7f6f6;
    --fontsize: 18px;
    --font_color_000: #000;
    --font_color_333: #333;
    --font_color_666: #666;
}

.w_full{width: 100%;}
.w_main{width: 1400px; margin: 0 auto;}

/* 澶撮儴 */
.head{
    height: 147px;
    background: var(--color_theme);
    color: #fff;
}
.head_main{
    height: 100%;
}
.head_left{
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.head_logo{
    width: 330px;
    height: 76px;
    margin-right: 10px;
}
.head_text p{
    line-height: 2em;
}
.head_right{
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head_search{
    width: 200px;
    height: 40px;
    margin-right: 20px;
    position: relative;
}
.head_search input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: #fff;
    color: #333;
    font-size: 16px;
    border-radius: 6px;
    padding: 0 20px;
    box-sizing: border-box;
}
.seacch_btn{
    width: 19px;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.head_show_wap{
    position: relative;
    float: left;
    margin-right: 20px;
}
.head_show_wap span{
    user-select: none;
    cursor: pointer;
}
.head_qr_wap{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 10;
}
.head_show_wap:hover .head_qr_wap{
    display: block;
}
.jbzq{
    color: #fff;
}


/* 瀵艰埅 */
.nav{
    height: 60px;
    overflow: hidden;
    position: relative;
    transition: height 0.5s;
    box-sizing: border-box;
}
.nav_lists{ 
    height: 60px;
    display: flex;
    justify-content: center;
    background: #f6f6f6;
}
.nav_lists li{
    margin: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav_group_head{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.nav_group_item{
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.nav_group_item a{
    margin: 10px;
    font-size: 16px;
}
.nav_arrow{ 
    display: inline-block;
    width: 20px;
    height: 20px;
    /* /NMediaFile/WIRELESS_2_305913/2025/0913/WIRELESS175777454741593HAZGDWBU.png */
    background: url(../images/arrow_down.png) no-repeat center;
    background-size: contain;
    transform: rotate(0deg);
}
.nav a:hover{
    color: var(--color_hover);
}

        /* 鑷畾涔変富棰橀鑹?*/
        :root{
            --ft-theme-color: #e50000;
        }

        .ft01{
            display: block;
        }
        /* custom styles */
        .ft01_topBg{
            /* background: linear-gradient(rgba(250, 32, 3, 0.3), rgba(0, 0, 0, 0) 20%); */
        }

        .ft01_main{
            width: 1400px;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            padding-top: 0px;
            position: relative;
        }    
        .ft01_tt{
            text-align: center;
        }
        .ft01_tt > a{
            font-size: 46px;
            color: var(--ft-theme-color);
            font-weight: bold;
            text-align: center;
        }
        .ft01_tt > a:hover{
            color: var(--ft-theme-color);
        }
        .ft01_tt > a img{
            width: 100%;
            height: auto;
        }
        .ft01_tt_lists{
            text-align: center;
            margin-top: 10px;
        }
        .ft01_tt_lists:first-of-type{
            margin-top: 30px;
        }
        .ft01_tt_lists a{
            margin: 0 20px;
        }
        .ft01_tt_lists a:hover{
            color: var(--ft-theme-color);
        }
        .ft01_yw{
            margin-top: 60px;
            height: 522px;
        }
        .swiper_yw{
            width: 820px;
            height: 100%;
            float: left;
        }
        .yw_swiper_img{
            width: 100%;
            height: 100%;
        }
        .yw_swiper_text{
            width: 100%;
            height: 100px;
            background: linear-gradient( to bottom, rgba(0,0,0,0),rgba(0,0,0,0.7));
            position: absolute;
            left: 0;
            bottom: 0;
        }
        .yw_swiper_text p{
            color: #fff;
            position: absolute;
            left: 10px;
            bottom: 10px;
        }
        .ft01 .swiper-pagination{
            bottom: 60px;
            text-align: right;
            padding-right: 10px;
            box-sizing: border-box;
        }
        .ft01 .swiper-pagination-bullet-active{
            background: var(--ft-theme-color);
        }
        .ft01 .swiper_button{
            width: 20px;
            height: 60px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 999;
            cursor: pointer;
        }
        .ft01 .swiper_next{
            right: 0;
        }
        .ft01_yw_lists{
            width: calc(100% - 860px);
            float: right;
        }
        .ft01_yw_lists_list{
            height: 70px;
            border-bottom: 1px solid #e2e2e2;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            box-sizing: border-box;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
        .ft01_yw_lists_list:last-of-type{
            align-self: flex-start;
            margin-bottom: 0;
        }
        .ft01_yw_lists_list a {
            white-space: normal;
            word-break: break-word;
            margin-right: 20px;
            max-width: 100%;
            font-weight: bold;
        }
        .ft01_yw_lists_list a:not(:last-child){
            margin-right: 20px;
        }
        .ft01_yw_lists_list a:nth-child(n+2){
            flex-shrink: 0;
        }
        .ft01_yw_lists a:hover{
            color: var(--ft-theme-color);
        }

        .swiper_ft01_fourImg{
            width: 1400px;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            margin-top: 50px;
        }
        .swiper_ft01_fourImg .swiper-slide{
            width: 327px;
            height: auto;
            overflow: hidden;
            display: block;
            margin-right: 30px;
        }
        .swiper_ft01_fourImg .swiper-slide:last-of-type{
            margin-right: 0;
        } 
        .swiper_ft01_fourImg .swiper_img{
            width: 100%;
            height: 209px;
            overflow: hidden;
        }
        .swiper_ft01_fourImg .swiper_text{
            width: 100%;
            height: 60px;
            margin-top: 6px;
        }
        .swiper_ft01_fourImg .swiper_text p{
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .swiper_ft01_fourImg .swiper-slide:hover p{
            color: var(--ft-theme-color);
        }
        .swiper_ft01_fourImg .swiper_button{
            top: 40%;
        }
.ft01_banner{
            width: 100%;
            height: 100%;
            display: block;
            margin-bottom: 60px;
        }
/* ?????? */

/* ?????????? */
.img_scale{
    overflow: hidden;
}
.img_scale img{
    transition: transform 0.5s;
}
.img_scale:hover img{
    transform: scale(1.03);
}
.yw_news_fusion{
    display: flex;
    align-items: stretch;
    gap: 28px;
    height: auto;
    margin-top: 60px;
    overflow: visible;
}
.yw_left_panel{
    width: 860px;
    flex: 0 0 860px;
}
.yw_news_fusion .swiper_yw{
    width: 100%;
    height: 522px;
    float: none;
    position: relative;
    overflow: hidden;
}
.yw_news_fusion .swiper-slide{
    display: block;
    width: 100%;
    height: 100%;
}
.yw_news_fusion .yw_swiper_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.yw_news_fusion .yw_swiper_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.yw_news_fusion .swiper-slide:hover .yw_swiper_img img{
    transform: scale(1.03);
}
.yw_news_fusion .yw_swiper_text{
    height: 100px;
    z-index: 2;
}
.yw_news_fusion .yw_prev,
.yw_news_fusion .yw_next{
    width: 30px !important;
    height: 80px !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    top: 50%;
    transform: translateY(-50%);
}
.yw_news_fusion .yw_prev{
    background-image: url(../images/prev01.png) !important;
    left: 0 !important;
}
.yw_news_fusion .yw_next{
    background-image: url(../images/next01.png) !important;
    right: 0 !important;
}
.yw_news_fusion .yw_prev img,
.yw_news_fusion .yw_next img{
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yw_thumb_grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
    margin-top: 18px;
}
.yw_thumb_item{
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font: inherit;
    line-height: 1.5em;
    color: #333;
}
.yw_thumb_img{
    width: 100%;
    height: 128px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #eee;
}
.yw_thumb_img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s;
}
.yw_thumb_item:hover .yw_thumb_img > img{
    transform: scale(1.03);
}
.yw_thumb_title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 54px;
    margin-top: 8px;
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
}
.yw_thumb_item.is-active .yw_thumb_title{
    color: #333;
}
.yw_thumb_item:hover .yw_thumb_title{
    color: var(--ft-theme-color);
}
.yw_video_icon{
    width: 36px;
    height: 36px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
    z-index: 2;
}
.yw_video_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yw_video_stage{
    position: absolute;
    inset: 0;
    z-index: 60;
    background: #000;
    display: none;
}
.yw_video_stage.is-active{
    display: block;
}
.yw_video_stage video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #000;
}
.yw_video_close{
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 70;
    display: none;
    cursor: pointer;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}
.yw_video_close.is-active{
    display: block;
}
.yw_news_fusion .swiper_yw.is-video-playing .swiper_button,
.yw_news_fusion .swiper_yw.is-video-playing .swiper-pagination{
    display: none !important;
}

/* front page independent module: right list follows 2025 row style */
.yw_news_fusion .front_page_lists{
    width: calc(100% - 888px);
    flex: 1;
    min-height: 698px;
    background: #f7f7f7;
    padding: 30px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.yw_news_fusion .front_page_list_item{
    min-width: 0;
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.yw_news_fusion .front_page_list_item_row{
    height: 28px;
    line-height: 1.5em;
    overflow: hidden;
    display: block;
}
.yw_news_fusion .front_page_list_item_row.is-double{
    display: flex;
    align-items: center;
    gap: 14px;
}
.yw_news_fusion .front_page_list_item_row.is-double a{
    flex: 1;
}
.yw_news_fusion .front_page_list_item_row a{
    width: 100%;
    min-width: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.5em;
}
.yw_news_fusion .front_page_list_item_row.is-strong a,
.yw_news_fusion .front_page_list_item_row:first-of-type a{
    font-weight: bold;
}
.yw_news_fusion .front_page_list_item_row a:hover{
    color: var(--ft-theme-color);
}
.yw_news_fusion .front_page_list_item_row a .tag{
    font-weight: normal;
}

.tag{
    display: inline-block;
    padding: 0 6px;
    border: 1px solid var(--ft-theme-color);
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 6px;
    border-radius: 20px;
    line-height: 1.2em;
    color: var(--ft-theme-color);
    font-weight: normal;
    vertical-align: 1px;
}


/* ??????????? */
.yw_news_fusion .swiper-pagination{
    width: 100% !important;
    height: 2px !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    background: rgba(255, 102, 102, 0.5) !important;
}
.yw_news_fusion .swiper_front_page_pagination_fill{
    background: var(--ft-theme-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top;
}
.yw_news_fusion .swiper-pagination-bullet{
    display: none;
}
.yw_thumb_item.is-playing .yw_thumb_img{
    outline: 3px solid var(--ft-theme-color);
    outline-offset: -3px;
}
.yw_thumb_item.is-playing .yw_thumb_img::after{
    content: "\64ad\653e\4e2d";
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 3;
    padding: 2px 8px;
    border-radius: 12px;
    background: var(--ft-theme-color);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.yw_thumb_item.is-playing .yw_thumb_title{
    color: var(--ft-theme-color);
}
.yw_thumb_item.is-playing .yw_video_icon{
    transform: scale(1.08);
}

/* reused section title */
.title{
    height: 52px;
    position: relative;
}
.title_text{
    font-size: 30px;
    color: #fff;
    background: var(--color_theme);
    line-height: 52px;
    padding: 0 6px;
    box-sizing: border-box;
    position: absolute;
    left: 5px;
    z-index: 1;
}
.title_line{
    width: 100%;
    height: 1px;
    background: #f27f88;
    position: absolute;
    background-origin: padding-box;
    bottom: 11px;
}
.title_more{
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 12px;
    color: var(--color_theme);
    font-size: 18px;
}
.title_more:hover{
    color: var(--color_hover);
}

/* warm light video section */
.warm-light{
    margin-top: 80px;
}
.warm-light-content{
    margin-top: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 248px;
    gap: 24px;
    align-items: start;
}
.warm-main-video,
.warm-side-video{
    display: block;
    color: #333;
}
.warm-side-video{
    width: 100%;
    padding: 0;
    border: 0;
    background: #f7f6f6;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}
.warm-video-cover,
.warm-side-cover{
    position: relative;
    display: block;
    overflow: hidden;
    background: #eee;
    aspect-ratio: 1.57 / 1;
}
.warm-main-player,
.warm-side-cover > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.warm-video-tips{
    position: absolute;
    left: 10px;
    bottom: 70px;
    z-index: 3;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.warm-video-tips:hover{
    left: 0;
}
.warm-video-tips-tag{
    width: 60px;
    height: 44px;
    line-height: 44px;
    background: rgba(224, 55, 24, 0.7);
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.warm-video-tips-text{
    display: none;
    max-width: 620px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0,0,0,0.4);
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 32px;
    transition: all 0.3s;
}
.warm-video-tips:hover .warm-video-tips-text{
    display: block;
    padding: 6px 10px;
}
.warm-play{
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    width: 42px;
    height: 42px;
    pointer-events: none;
}
.warm-play img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.warm-side-list{
    display: grid;
    grid-template-rows: repeat(3, auto);
    gap: 24px;
}
.warm-side-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    width: 100%;
    height: 61px;       
    padding: 6px 8px 8px 8px;
    box-sizing: border-box;

    color: #333;
    font-size: 16px;
    line-height: 27px;    
    font-weight: normal;
}
.warm-side-video:hover .warm-side-title{
    color: var(--color_theme);
}

/* activity strip */
.activity-strip{
    margin-top: 60px;
}
.activity-ad-row{
    display: grid;
    align-items: stretch;
}
.activity-ad-row-two{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.activity-ad-row-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    margin-top: 30px;
}
.activity-ad{
    position: relative;
    display: block;
    overflow: hidden;
    height: 100px;
    background: #f2f2f2;
}
.activity-ad img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-ad-label{
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-shadow: 0 1px 4px rgba(0,0,0,0.45);
}


.title_chinafun_log{
    width: 154px;
    height: auto;
    position: absolute;
    left: 120px;
    top: 0;
    display: block;
}
.title_chinafun_nav{
    position: absolute;
    right: 130px;
    bottom: 11px;
}
.title_chinafun_nav a{
    margin: 0 15px;
    font-weight: bold;
    color: var(--color_theme);
}
.title_chinafun_nav a:hover{
    color: var(--color_hover);
}
.chinafun {
    margin-top: 80px;
}
.chinafun .cate_content{
    margin-top: 40px;
    height: 485px;
}
.chinafun_left{
    width: 760px;
    height: 100%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
.chinafun_left_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.chinafun_left_text{
    font-weight: bold;
}
.chinafun_icon{
    width: 103px;
    height: 36px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}
.chinafun_right .chinafun_icon{
    transform: scale(0.8);
    left: 0px;
    top: 8px;
}
.chainafun_icon_people{
    background: url(../images/icon_people.png) no-repeat;
}
.chainafun_icon_travel{
    background: url(../images/icon_travel.png) no-repeat;
}
.chainafun_icon_lifestyle{
    background: url(../images/icon_lifestyle.png) no-repeat;
}
.chainafun_icon_culture{
    background: url(../images/icon_culture.png) no-repeat;
}
.chinafun_right{
    width: calc(100% - 783px);
    height: 100%;
    float: right;
}
.chinafun_right_item{
    width: 100%;
    height: 147px;
    background: var(--color_gray);
    margin-bottom: 21px;
    display: block;
    position: relative;
}
.chinafun_right_item:last-of-type{
    margin-bottom: 0;
}
.chinafun_right_img{
    width: 230px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.chinafun_right_text{
    width: calc(100% - 230px);
    height: 100%;
    float: right;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.chinafun p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.chinafun_right_item:hover p{
    color: var(--color_hover);
}

/* focus and vision section */
.focus-vision{
    margin-top: 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 40px;
    align-items: stretch;
}
.focus-block,
.vision-block{
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.focus-vision-content{
    margin-top: 40px;
    height: 560px;
    min-height: 0;
}
.focus-content{
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 30px;
}
.focus-media-list,
.focus-news-list{
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 30px;
    min-height: 0;
}
.vision-list{
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
}
.focus-media-card{
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    color: #333;
    background: #f7f6f6;
}
.focus-media-img{
    display: block;
    overflow: hidden;
    background: #eee;
    aspect-ratio: 1.57 / 1;
}
.focus-media-img img,
.vision-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.focus-media-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 62px;
    padding: 0 10px;
    margin-top: 8px;
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
    box-sizing: border-box;
}
.focus-media-card:hover .focus-media-title,
.focus-news-group a:hover,
.vision-list a:hover{
    color: var(--color_hover);
}
.focus-news-group{
    min-height: 0;
    padding: 12px 24px;
    background: #f7f6f6;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    align-items: center;
}
.focus-news-group a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-width: 0;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
}
.vision-content{
    display: flex;
    flex-direction: column;
    background: #f7f6f6;
    padding-bottom: 6px;
    box-sizing: border-box;
}
.vision-top{
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    aspect-ratio: 1.57 / 1;
}
.vision-top-img{
    display: block;
    width: 100%;
    height: 100%;
}
.vision-top::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
    pointer-events: none;
}
.vision-top-title{
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 14px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
}
.vision-list{
    gap: 10px;
    padding: 14px 16px 0;
    justify-content: flex-start;
}
.vision-list a{
    position: relative;
    display: block;
    flex: 0 0 82px;
    min-height: 82px;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    box-sizing: border-box;
}
.vision-list-text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 14px 0;
    max-height: 54px;
    font-size: 18px;
    line-height: 1.5em;
}
.vision-list a:last-child{
    border-bottom: 0;
}


.focus-vision .tag{
    display: inline;
    max-width: none;
    vertical-align: baseline;
    white-space: nowrap;
}

.focus-media-title .tag,
.vision-list .tag{
    display: inline;
}

/* hotface section */
.hotface{
    margin-top: 80px;
}
.hotface .cate_content{
    margin-top: 40px;
}
.swiper_hotface{
    width: 100%;
    height: 500px;
}
.swiper_hotface .swiper-slide{
    width: 100%;
    height: 100%;
}
.hotface_left{
    width: 610px;
    height: 100%;
    float: left;
    background: var(--color_gray);
    position: relative;
    padding: 50px 119px 43px 37px;
    box-sizing: border-box;
}
.hotface_tag{
    font-size: 20px;
    color: var(--color_theme);
    font-weight: bold;
}
.hotface_title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 40px;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5em;
}
.hotface_title:hover{
    color: var(--color_hover);
}
.hotface_des{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 46px;
    color: #a0999a;
    font-size: 30px;
    line-height: 1.5em;
}
.hotface_msg{
    position: absolute;
    left: 43px;
    bottom: 37px;
    color: #717171;
    font-size: 14px;
}
.hotface_right{
    width: calc(100% - 610px);
    height: 100%;
    float: right;
    display: block;
}
.hotface_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_hotface_pagination{
    left: 0;
    bottom: 0 !important;
    text-align: left;
    width: 610px !important;
    height: 4px;
    font-size: 0;
}
.hotface_bulletClass{
    width: 60px;
    height: 4px;
    background: rgb(183, 180, 180);
    margin-right: 10px;
    display: block;
    float: left;
    cursor: pointer;
}
.hotface_bulletActiveClass{
    background: var(--color_theme);
}

/* health rmbrw editor civilized sections */
.health,
.rmwbrw_jzbjzl,
.wmzgr{
    margin-top: 80px;
}
.health .cate_content,
.rmwbrw_jzbjzl .cate_content,
.wmzgr .cate_content{
    margin-top: 40px;
    overflow: hidden;
}
.health_top{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}
.health_top_item{
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.57 / 1;
}
.health_top_item_img,
.health_top_item_img img{
    width: 100%;
    height: 100%;
}
.health_top_item_img img,
.rmrbrew_left img,
.swiper_jzbjzl_img img,
.wmzgr_item_img img{
    object-fit: cover;
}
.health_top_item_text{
    border-radius: 0;
}
.health_bottom{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 34px;
    margin-top: 18px;
}
.health_bottom_item{
    display: block;
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    background: var(--color_gray);
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.health_bottom_item:hover{
    color: var(--color_hover);
}
.rmwbrw_jzbjzl{
    display: grid;
    grid-template-columns: 690px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}
.rmbrw,
.jzbjzl{
    min-width: 0;
}
.rmbrw_main{
    display: block;
    height: 174px;
}
.title_rmbrw .title_text{
    width: 251px;
    height: 53px;
    background: none;
    padding: 0;
}
.title_rmbrw .title_line{
    width: calc(100% - 261px);
    left: 261px;
}
.rmrbrew_left{
    width: 270px;
    height: 174px;
    float: left;
    overflow: hidden;
}
.rmrbrw_right{
    width: calc(100% - 270px);
    height: 100%;
    overflow: hidden;
    background: var(--color_gray);
    padding: 16px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.rmrbrw_title{
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmrbrw_title .tag{
    font-weight: normal;
}
.rmrbrw_des{
    margin-top: 20px;
    color: #a0999a;
    font-size: 16px;
    line-height: 1.1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmrbrw_coprfrom{
    position: absolute;
    left: 16px;
    bottom: 10px;
    color: #a0999a;
    font-size: 14px;
}
.rmbrw .cate_content:hover .rmrbrw_title{
    color: var(--color_hover);
}
.swiper_jzbjzl{
    width: 100%;
    height: 174px;
}
.swiper_jzbjzl .swiper-slide{
    width: 150px;
    height: 100%;
    display: block;
    margin-right: 8px;
}
.swiper_jzbjzl_img{
    height: 140px;
    overflow: hidden;
}
.swiper_jzbjzl_img img{
    width: 100%;
    height: 100%;
}
.swiper_jzbjzl_text{
    width: 100%;
    height: 30px;
    background: var(--color_gray);
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.swiper_jzbjzl .swiper-slide:hover .swiper_jzbjzl_text{
    background: var(--color_hover);
    color: #fff;
}
.wmzgr .cate_content{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 57px;
}
.wmzgr_item{
    display: block;
    overflow: hidden;
}
.wmzgr_item_img{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1.57 / 1;
}
.wmzgr_item_img img{
    width: 100%;
    height: 100%;
}
.wmzgr_item_text{
    width: 100%;
    height: 180px;
    background: var(--color_gray);
    padding: 18px 10px;
    box-sizing: border-box;
}
.wmzgr_item_text_title{
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wmzgr_item_text_des{
    margin-top: 10px;
    color: #a0999a;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wmzgr_item:hover .wmzgr_item_text_title{
    color: var(--color_hover);
}

/* 评论 */
.pl_zt{
    margin-top: 80px;
    height: auto;
    overflow: hidden;
}

.pl_zt .cate_content{
    margin-top: 40px;
}

.pl{
    width: 690px;
    height: auto;
    overflow: hidden;
    float: left;
}
.pl .cate_content a{
    display: block;
    background: var(--color_gray);
    height: 65px;
    line-height: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.pl .cate_content a:last-of-type{
    margin-bottom: 0;
}
.pl .cate_content a:hover{
    color: var(--color_hover);
}

/* 专题 */
.zt{
    width: calc(100% - 730px);
    float: right;
    height: auto;
    overflow: hidden;
}
.swiper_zt{
    width: 100%;
    height: 140px;
}
.swiper_zt .swiper-slide{
    width: 220px;
    height: 136px;
    display: block;
    margin-right: 14px;
}
.swiper_zt .swiper-slide:last-of-type{
    margin-right: 0;
}
.swiper_zt_img{
    width: 100%;
    height: 100%;
}

/* tssq 2026 section */
.tssq-2026{
    margin-top: 80px;
}
.tssq-2026 .cate_content{
    margin-top: 40px;
}
.tssq-main-card{
    display: block;
    position: relative;
    overflow: hidden;
}
.tssq-main-img{
    width: 100%;
    aspect-ratio: 1.57 / 1;
    overflow: hidden;
    background: var(--color_gray, #f6f6f6);
}
.tssq-main-title{
    text-align: center;
    width: 100%;
    min-height: 90px;
    padding: 42px 24px 16px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0));
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.45em;
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tssq-main-title .tag{
    color: #fff;
    border-color: #fff;
}
.tssq-main-card:hover .tssq-main-title{
    color: #fff;
}
.tssq-thumb-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-top: 26px;
}
.tssq-thumb-card{
    display: block;
    position: relative;
    background: #f6f6f6;
}
.tssq-thumb-img{
    width: 100%;
    aspect-ratio: 1.57 / 1;
    overflow: hidden;
}
.tssq-thumb-title{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.46);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
}
.tssq-thumb-card:hover .tssq-thumb-title{
    opacity: 1;
}
.tssq-thumb-title p{
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tssq-thumb-title .tag{
    color: #fff;
    border-color: #fff;
}
.tssq-adx3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    height: 100px;
    margin-top: 40px;
    overflow: hidden;
}
.tssq-ad-item{
    display: block;
    height: 100%;
    background: #f6f6f6;
}
.tssq-ad-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* csj tbch 2026 section */
.csj-tbch-2026{
    margin-top: 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 455px;
    gap: 40px;
    align-items: start;
}
.csj-tbch-2026 .cate_content{
    margin-top: 40px;
}
.csj-2026-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.csj-2026-item{
    display: block;
    position: relative;
    background: #f6f6f6;
}
.csj-2026-img{
    width: 100%;
    aspect-ratio: 1.57 / 1;
    overflow: hidden;
}
.csj-2026-title{
    width: 100%;
    min-height: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 28px 14px 10px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0));
    color: #fff;
}
.csj-2026-title p{
    color: #fff;
    font-size: 16px;
    line-height: 1.35em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.csj-2026-title .tag{
    color: #fff;
    border-color: #fff;
}
.tbch-2026 .title{
    position: relative;
}
.tbch-2026-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.tbch-2026-item{
    display: block;
    height: 180px;
    background: #f6f6f6;
}
.tbch-2026-nav{
    width: 12px;
    height: 14px;
    border: 0;
    padding: 0;
    position: absolute;
    bottom: -22px;
    background: transparent;
    cursor: pointer;
}
.tbch-2026-prev{
    right: 22px;
}
.tbch-2026-next{
    right: 0;
}
.tbch-2026-prev::before,
.tbch-2026-next::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.tbch-2026-prev::before{
    border-right: 12px solid #ff8d96;
}
.tbch-2026-next::before{
    border-left: 12px solid #ff8d96;
}
.tbch-2026-prev:hover::before{
    border-right-color: var(--color_theme, #e60012);
}
.tbch-2026-next:hover::before{
    border-left-color: var(--color_theme, #e60012);
}

/* 2025 rear modules */
/* 广告位 */
.ad{
    height: 100px;  
    overflow: hidden;
}
.swiper_adx1{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper_adx2{
    width: 690px;
    height: 100%;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.swiper_adx3{
    width: calc((100% - 40px) / 3);
    height: 100%;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.swiper_ad:last-of-type{
    margin-right: 0;
}

/* 《环球人物》杂志 */
 .rmh_top{
    height: 290px;
    margin-top: 30px;
 }
.magazine{
    width: 390px;
    height: 290px;
    float: left;
    background: url(../images/zazhi_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.swiper_magazine{
    width: 190px;
    height: 250px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.swiper_magazine .swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper_magazine .swiper-slide p{
    display: none;
}
.swiper_magazine_prev{
    width: 28px;
    height: 16px;
    position: absolute;
    left: 148px;
    bottom: 6px;
    cursor: pointer;
}
.swiper_magazine_next{
    width: 28px;
    height: 16px;
    position: absolute;
    left: 174px;
    bottom: 6px;
    cursor: pointer;
}
.magazine_r{
    width: 194px;
    position: absolute;
    right: 0;
    top: 90px;
    height: 30px;
}
.magazine_title{
    width: 130px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    float: left;
}
.magezine_more{
    width: 60px;
    line-height: 30px;
    float: right;
    text-align: center;
    background: #fe746c;
    opacity: 0.8;
    color: #fff;
    transition: all 0.5s;
}
.magezine_more:hover{
    opacity: 1;
}
.magazine_shop{
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    bottom: 51px;
    right: 10px;
}
.magazine_shop:first-of-type{
    right: 100px;
}

/* 微信 */
.rmh_wx{
    width: 300px;
    height: 100%;
    float: left;
    margin-left: 40px;
}
.rmh_item_title{
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rmh_wx .rmh_item_title_text{
    color: #3cbb38;
}
.rmh_item_title_img{
    width: auto;
    height: 100%;
}
.rmh_item_title_text{
    font-size: 20px;
}
.rmh_wx_main{
    margin-top: 20px;
}
.rmh_wx_top{
    display: block;
    position: relative;
}
.rmh_wx_top_img{
    width: 100%;
    height: 127px;
    overflow: hidden;
}
.rmh_wx_top_text{
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #fff;
    left: 0;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
}
.rmh_wx_top_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmh_wx_top:hover .rmh_wx_top_text{
    display: flex;
}

.rmh_wx_bot{
    height: 116px;
    display: block;
    background: var(--color_gray);
    padding: 24px 14px;
    box-sizing: border-box;
}
.rmh_wx_bot_img{
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
}
.rmh_wx_bot_text{
    width: calc(100% - 80px);
    height: 80px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.rmh_wx_bot_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmh_wx_bot:hover .rmh_wx_bot_text{
    color: var(--color_hover);
}

/* 微博 */
.rmh_wb{
    width: 300px;
    height: 100%;
    float: left;
    margin-left: 40px;
}
.rmh_wb .rmh_item_title_text{
    color: #df8d1a;
}
.rmh_wb_main{
    margin-top: 20px;
}
.rmh_wb_item{
    display: block;
}
.rmh_wb_item_img{
    width: 100%;
    height: 127px;
    overflow: hidden;
}
.rmh_wb_item_text{
    width: 100%;
    height: 116px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: var(--color_gray);
    padding: 20px;
    box-sizing: border-box;
}
.rmh_wb_item_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmh_wb_item:hover .rmh_wb_item_text{
    color: var(--color_hover);
}

/* 抖音 */
.rmh_dy{
    width: 280px;
    height: 175px;
    float: right;
}
.rmh_dy .rmh_item_title_text{
    color: #000;
}
.rmh_dy_main{
    margin-top: 20px;
}
.rmh_dy_item{
    display: block;
}
.rmh_dy_item_img{
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: relative;
}
.rmh_dy_item_img i{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.rmh_dy_item_text{
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: var(--color_gray);
    padding: 0 20px;
    box-sizing: border-box;
}
.rmh_dy_item_text p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmh_dy_item:hover .rmh_dy_item_text{
    color: var(--color_hover);
}

.rmh_bottom{
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content:space-around;
    margin-top: 80px;
}
.rmh_bottom_item{
    width: 116px;
    height: auto;
    overflow: hidden;
    margin-right: 90px;
    text-align: center;
    color: var(--color_hover);
}
.rmh_bottom_item:last-of-type{
    margin-right: 0;
}


/* 人民品牌 */
.rmpp_item{
    width: 453px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.rmpp_item:last-of-type{
    margin-right: 0;
}
.rmpp_item_title{
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rmpp_item_title_more{
    color: var(--color_theme);
}
.rmpp_item_title_more:hover{
    color: var(--color_hover);
}
.rmpp_item_news{
    width: 100%;
    height: 289px;
    overflow: hidden;
    margin-top: 30px;
    display: block;
    position: relative;
}
.rmpp_item_news_img{
    width: 100%;
    height: 100%;
}

/* 底部 */
.foot{
    margin-top: 150px;
}
.foot_top{ 
    background: var(--color_theme);
    padding: 20px 0 50px 0;
    box-sizing: border-box;
}

.foot_top_links_title{
    color: #fff;
    font-size: 20px;
}
.foot_top a{
    color: #fff;
    font-size: 20px;
}
.foot_top_lists_main{
    margin-top: 30px;
}
.foot_top_lists_main a{
    margin-right: 20px;
    line-height: 2em;
}
.foot_top_lists_main a:hover{
    opacity: 0.8;
}
.site_entry{
    margin-top: 70px;
}
.site_entry a{
    margin-right: 20px;
}
.site_entry a:hover{
    opacity: 0.8;
}
.foot_bot{
    background: #f6f6f6;
    text-align: center;
    padding: 60px 0;
    box-sizing: border-box;
}
.foot_bot_row{
    overflow: hidden;
}
.foot_bot_row span,
.foot_bot_row a{
    color: #999;
    font-size: 16px;
}
.foot_bot_row_gajba{
   position: relative;
   padding-left: 20px;
}
.foot_bot_row a{
    margin: 0 5px;
}
.foot_bot_row_gajba span{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.foot_bot_row_gajba img{
    width: 100%;
    height: 100%;
} 

.gotop {
    background-color: #E03718;
    border-radius: 5px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 2000;
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
    
/* 1360 */

/* 2026 rear module spacing helpers */
.rmh.cate_mt,
.rmpp.cate_mt{
    margin-top: 80px;
}
.ad.cate_mt{
    margin-top: 60px;
}
.ad.cate_mt + .ad.cate_mt{
    margin-top: 40px;
}

/* fix rmpp footer overlap */
.rmpp{
    background: #fff;
    overflow: hidden;
    clear: both;
}
.rmpp .cate_content{
    overflow: hidden;
    display: flow-root;
    margin-top:40px;
}
.foot{
    clear: both;
}

/* two-line title rhythm: keep all two-line titles at 1.5em */
.swiper_ft01_fourImg .swiper_text p,
.yw_thumb_title,
.warm-side-title,
.focus-media-title,
.vision-list-text,
.hotface_title,
.rmrbrw_title,
.wmzgr_item_text_title,
.tssq-main-title,
.csj-2026-title p,
.rmh_wx_top_text p,
.rmh_wx_bot_text p,
.rmh_wb_item_text p{
    line-height: 1.5em;
}
/* 要闻轮播左右按钮：使用 prev01 / next01，固定显示在轮播图两侧 */
.yw_news_fusion .swiper_yw .swiper_button.yw_prev,
.yw_news_fusion .swiper_yw .swiper_button.yw_next{
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    z-index: 30 !important;
    width: 30px !important;
    height: 80px !important;
    top: 50% !important;
    margin-top: 0 !important;
    transform: translateY(-50%) !important;
    background: none !important;
    opacity: 1 !important;
    cursor: pointer;
}
.yw_news_fusion .swiper_yw .swiper_button.yw_prev{
    left: 0 !important;
    right: auto !important;
}
.yw_news_fusion .swiper_yw .swiper_button.yw_next{
    right: 0 !important;
    left: auto !important;
}
.yw_news_fusion .swiper_yw .swiper_button.yw_prev img,
.yw_news_fusion .swiper_yw .swiper_button.yw_next img{
    display: block !important;
    width: 30px !important;
    height: 80px !important;
    object-fit: contain !important;
}
.yw_news_fusion .swiper_yw .swiper-button-disabled{
    opacity: 0.55 !important;
}
/* image overlay tags: keep white only on titles over pictures */
.yw_swiper_text .tag,
.vision-top-title .tag{
    color: #fff;
    border-color: #fff;
}
/* PC small-screen: scale the 1400px desktop page to fit the viewport */
@media only screen and (max-width: 1400px) {
    html{
        overflow-x: hidden;
    }
    body{
        width: 100%;
        min-width: 0;
        overflow-x: hidden;
        transform-origin: left top;
    }
    .w_main{
        width: 100%;
    }
    .ft01,
    .ft01_main,
    .swiper_ft01_fourImg{
        width: 100%;
    }
    .swiper_ft01_fourImg .swiper-slide{
        width: 327px;
    }
    .swiper_ft01_fourImg .swiper_img{
        height: 209px;
    }
}
/* 2026 ratio update: only news and warm-light media use 1.77:1 */
.yw_news_fusion .swiper_yw{
    height: auto;
    aspect-ratio: 1.77 / 1;
    background: #fff3e6;
}
.yw_news_fusion .yw_swiper_img,
.yw_news_fusion .swiper-slide{
    height: 100%;
}
.yw_thumb_img{
    height: auto;
    aspect-ratio: 1.77 / 1;
}
.yw_video_stage{
    background: #fff3e6;
}
.yw_video_stage video{
    background: #fff3e6;
    object-fit: contain;
}
.yw_news_fusion .front_page_lists{
    min-height: 713px;
}

.warm-video-cover,
.warm-side-cover{
    aspect-ratio: 1.77 / 1;
    background: #fff3e6;
}
.warm-main-player{
    background: #fff3e6;
    object-fit: contain;
}
.warm-side-cover > img{
    object-fit: cover;
}
.warm-side-list{
    gap: 16px;
}

