.new_season_river_container {
    width: 100%;
    height: 100%;
    padding-bottom: 98px;
    box-sizing: border-box;
}
.new_season_river_banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.new_season_river_banner img{
    width: 100%;
    height: 100%;
}
.new_season_river_banner_inner,
.new_season_ocean_banner_inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.image-mask{
    width: 87px;
    position: absolute;
    top: 0;
    left: 31px;
    z-index: 1;
}
.image-mask img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner_text_container{
    position: absolute;
    top: 148px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.banner_text_title{
    font-size: 28px;
    text-align: center;
    font-family: "HYRunYuan-65J";
    margin-bottom: 7px;
    padding: 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
}
.banner_text_title_sub{
    font-size: 34px; 
    letter-spacing: 6%;
}
.banner_text_subtitle{
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    text-align: center;
    letter-spacing: 20%;
}
.banner_b_text{
    font-size: 16px;
    color: #595959;
    text-align: center;
    padding: 16px 27px 40px;
}
.banner_b_text span{
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    /* color: #142640; */
   
}
.banner_b_text_pc{
    display: none;
}

/* 欧洲新旅 “新”的探索 */
.new_explore_section{
    /* padding-bottom: 8px; */
}
.new_explore_title{
    font-size: 24px;
    line-height: 24px;
    color: #142640;
    text-align: center;
    font-family: "HYRunYuan-65J";
    font-weight: 500;
    padding-bottom: 18px;
}
.new_explore_swiper_wrap{
    box-sizing: border-box;
}
.new_explore_swiper{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.new_explore_swiper .swiper-slide{
    height: auto;
    padding-bottom: 12px;
    box-sizing: border-box;
}
.new_explore_card{
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.new_explore_pic{
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.new_explore_pic img{
    width: 100%;
    height: 272px;
    object-fit: cover;
    display: block;
}
.new_explore_loc{
    position: absolute;
    left: 16px;
    bottom: 10px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 12px;
}
.new_explore_loc .new_explore_loc_icon{
    width: 9px;
    height: 12px;
}
.new_explore_loc_icon{
    flex-shrink: 0;
    display: block;
}
.new_explore_card_title{
    font-size: 16px;
    line-height: 24px;
    color: #142640;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.new_explore_card_desc{
    margin-top: 8px;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
}
.new_explore_swiper .swiper-pagination{
    position: static;
    margin-top: 0px;
    line-height: 0;
}
.new_explore_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 4px;
    margin: 0 4px;
    background: #717D96;
    transition: width 0.2s ease, opacity 0.2s ease;
}
.new_explore_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 24px;
    opacity: 1;
}
.p-16{padding: 16px;}
.new_explore_card_content{padding: 16px;}
/* 2027推荐航线 */
.route_rec_section{
    padding-top: 40px;
}
.route_rec_title{
    margin: 0;
    font-size: 24px;
    color: #142640;
    text-align: center;
    font-family: "HYRunYuan-65J";
    font-weight: 400;
    line-height: 24px;
}
.route_rec_subtitle{
    margin: 12px 0 0;
    font-size: 20px;
    color: #142640;
    text-align: center;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    line-height: 20px;
}
.route_rec_swiper_wrap{
    box-sizing: border-box;
    padding: 0 10px;
}
.route_rec_swiper,
.route_land_swiper{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 20px;
}
.route_rec_swiper .swiper-slide,
.route_land_swiper .swiper-slide{
    height: auto;
    box-sizing: border-box;
    padding:0 6px ;
    padding-bottom: 12px;
}
.route_rec_card{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.route_rec_pic{
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.route_rec_pic > img:first-child{
    width: 100%;
    height: 257px;
    object-fit: cover;
    display: block;
}
.route_rec_badge{
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 1;
    height: 66px;
    width: 44px;
    display: block;
}
.route_rec_body{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding:16px;
    box-sizing: border-box;
}
.route_rec_name{
    font-size: 20px;
    line-height: 24px;
    color: #142640;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
    white-space: nowrap;
}
.route_rec_meta{
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #456580;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
}
.route_rec_highlights{
    margin-top: 8px;
    flex: 1;
}
.route_rec_highlights_tit{
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}
.route_rec_highlights ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.route_rec_highlights li{
    display: flex;
    align-items: flex-start;
    gap: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}
.route_rec_highlights li::before{
    content: "•";
    flex-shrink: 0;
    line-height: 20px;
}
/* .route_rec_highlights li + li{
    margin-top: 2px;
} */
.route_rec_foot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}
.route_rec_price{
    font-size: 14px;
    line-height: 20px;
    color: #B10A32;
    font-weight: 700;
}
.route_rec_price em{
    font-size: 20px;
    line-height: 20px;
    color: #B10A32;
    font-weight: 700;
    font-style: normal;
}
.route_rec_price del{
    font-size: 14px;
    line-height: 14px;
    color: #8D9092;
    font-weight: 400;
    padding-left: 8px;
}
.route_rec_btn{
    flex-shrink: 0;
    display: inline-block;
    width: 96px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #142640;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.route_rec_swiper .swiper-pagination,
.route_land_swiper .swiper-pagination{
    position: static;
    margin-top: 0px;
    line-height: 0;
}
.route_rec_swiper .swiper-pagination .swiper-pagination-bullet,
.route_land_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 4px;
    margin: 0 4px;
    background: #717D96;
    transition: width 0.2s ease, opacity 0.2s ease;
}
.route_rec_swiper .swiper-pagination .swiper-pagination-bullet-active,
.route_land_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 24px;
    opacity: 1;
}

.route_rec_section--land{
    padding-top: 30px;
}
.route_rec_section--land .route_rec_subtitle{
    margin-bottom: 20px;
    margin-top: 0;
}

/* 延伸陆地游（静态三列，非轮播） */
.land_ext_block{
    display: none;
    margin-top: 16px;
    padding: 0;
    box-sizing: border-box; 
}
.land_ext_title{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #142640;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.land_ext_title_sub{
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
}
.land_ext_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 8px;
}
.land_ext_card{
    min-width: 0;
    display: block;
    border: 1px solid #CCCCCC;
    background: #fff;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
}
.land_ext_card:hover,
.land_ext_card:active,
.land_ext_card:focus{
    text-decoration: none;
    opacity: 1;
}
.land_ext_pic{
    font-size: 0;
}
.land_ext_pic img{
    width: 100%;
    height: 73px;
    object-fit: cover;
    display: block;
}
.land_ext_name{
    padding: 8px 4px 0;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.land_ext_days,
.land_ext_price{
    font-size: 12px;
    line-height: 14px;
    color: #595959;
    text-align: center;
    padding-top: 4px;
}
.land_ext_price{
    padding-bottom: 8px;
    font-weight: 700;
}
.land_ext_price span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.route_rec_name_row{
    display: flex;
}
.route_rec_name_row .route_rec_name{
    padding-right: 4px;
}
.route_rec_land_tag{
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.offer_box{
    width: 100%;
    padding-top: 40px;
    box-sizing: border-box;
}
.offer_card_pc{
    display: none;
}
.offer_card_mob{
    position: relative;
    overflow: hidden;
    background: #142640;
    border-bottom: 8px solid #B10A32;
}
.offer_card_bg{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}
.offer_card_head{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    padding-top: 58px;
}
.offer_badge{
    max-width: 82px;
    width: 21.86%;
    display: flex;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 24px;
    top: 0;
    z-index: 6;
}
.offer_badge img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.offer_head_main{
    flex: 1;
    color: #fff;
    min-width: 0;
    padding:0 39px;
}
/* .offer_head_title span{
    font-family: "SourceHanSansCNMedium";
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 4%;
} */
.offer_head_title,.offer_head_sub{
    font-size: 32px;
    line-height: 42px;
    font-family: "HYRunYuan-65J";
    text-align: right;
    letter-spacing: 0%;
}
.offer_head_sub{
    color: #B5C8D4;
    letter-spacing: 0%;
}
.offer_card_body{
    position: relative;
    z-index: 2;
    padding: 26px 24px 32px;
    color: #fff;
}
.offer_item{
    font-size: 14px;
    line-height: 28px;
    font-family: "SourceHanSansCNRegular";
    letter-spacing: 2%;
}
.offer_item span{
    font-size: 20px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
}
.offer_divider{
    height: 0.5px;
    background: rgba(255, 255, 255, 1);
    margin: 8px 0;
}
.offer_card_foot{
    position: relative;
    z-index: 2;
    padding: 0 24px 32px;
    line-height: 20px;
}
.offer_date{
    font-size: 12px;
    line-height: 20px;
    color: #B5C8D4;
    font-family: "SourceHanSansCNRegular";
    letter-spacing: 0%;
}
.offer_rule_link{
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #B5C8D4;
    text-decoration: underline;
    font-family: "SourceHanSansCNRegular";
}
.offer_rule_link:hover,
.offer_rule_link:active,
.offer_rule_link:focus{
    color: #B5C8D4;
    text-decoration: underline;
}

/* 手机端小于 374：优惠卡按 374 设计稿等比缩放 */
@media screen and (max-width: 373px) {
    .offer_card_mob{
        border-bottom-width: calc(8 * 100vw / 374);
    }
    .offer_card_head{
        padding-top: calc(58 * 100vw / 374);
    }
    .offer_badge{
        max-width: calc(82 * 100vw / 374);
        left: calc(24 * 100vw / 374);
    }
    .offer_head_main{
        padding-left: calc(39 * 100vw / 374);
        padding-right: calc(39 * 100vw / 374);
    }
    .offer_head_title,
    .offer_head_sub{
        font-size: calc(32 * 100vw / 374);
        line-height: calc(42 * 100vw / 374);
    }
    .offer_card_body{
        padding: calc(26 * 100vw / 374) calc(24 * 100vw / 374) calc(32 * 100vw / 374);
    }
    .offer_item{
        font-size: calc(14 * 100vw / 374);
        line-height: calc(28 * 100vw / 374);
    }
    .offer_item span{
        font-size: calc(20 * 100vw / 374);
    }
    .offer_item > div{
        text-indent: calc(-9 * 100vw / 374) !important;
        margin-top: calc(-6 * 100vw / 374) !important;
    }
    .offer_divider{
        margin: calc(8 * 100vw / 374) 0;
    }
    .offer_card_foot{
        padding: 0 calc(24 * 100vw / 374) calc(32 * 100vw / 374);
        line-height: calc(20 * 100vw / 374);
    }
    .offer_date,
    .offer_rule_link{
        font-size: calc(12 * 100vw / 374);
        line-height: calc(20 * 100vw / 374);
    }
}

/* 远方的家 “家”在旅途 */
.home_away_section{
    padding: 40px 16px 16px;
    box-sizing: border-box;
}
.home_away_title{
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: #142640;
    text-align: center;
    font-family: "HYRunYuan-65J";
}
.home_away_desc{
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 22px;
    color: #595959;
    text-align: center;
}
.home_away_list{
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.home_away_item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 12px;
    background: #FAFAFA;
    box-sizing: border-box;
    border: 1px solid #E6E6E6
}
.home_away_pic{
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    overflow: hidden;
    font-size: 0;
}
.home_away_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.home_away_text{
    flex: 1;
    min-width: 0;
}
.home_away_item_title{
    font-size: 16px;
    line-height: 20px;
    color: #142640;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.home_away_item_desc{
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}

/* 央视《远方的家》节目推广卡 */
.cctv_program_card{
    background: #fff;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    margin-top: 20px;
}
.cctv_program_pic{
    font-size: 0;
    position: relative;
}
.cctv_program_swiper{
    width: 100%;
}
.cctv_program_swiper .swiper-slide picture,
.cctv_program_pic img{
    width: 100%;
    display: block;
    object-fit: cover;
}
.cctv_program_swiper .swiper-pagination{
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    line-height: 0;
    z-index: 1;
}
.cctv_program_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 6px;
    border-radius: 999px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: width 0.2s ease, background 0.2s ease;
}
.cctv_program_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 24px;
    background: #fff;
}
.cctv_program_body{
    padding: 10px;
    padding-top: 16px;
    box-sizing: border-box;
}
.cctv_program_channel{
    font-size: 14px;
    line-height: 20px;
    color: #142640;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.cctv_program_title{
    margin-top: 3px;
    font-size: 20px;
    line-height: 28px;
    color: #142640;
    font-family: "HYRunYuan-65J";
    font-weight: 500;
    text-indent: -8px;
}
.cctv_program_desc{
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    color: #595959;
}
.cctv_program_btn{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 23px;
    text-align: center;
    background: #B10A32;
    color: #fff;
    font-size: 14px;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
}
.cctv_program_btn:hover,
.cctv_program_btn:active,
.cctv_program_btn:focus{
    color: #fff;
    background: #B10A32;
    text-decoration: none;
    opacity: 1;
}

/* 底部固定按钮栏 */
.new_season_btm_bar{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    display: flex;
    gap: 11px;
    padding: 16px 16px 38px;
    background: #fff;
    box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.new_season_btm_bar.is-sticky{
    position: fixed;
    left: 0;
    bottom: 0;
}
.new_season_btm_more,
.new_season_btm_chat{
    flex: 1;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
}
.new_season_btm_more{
    background: #142640;
}
.new_season_btm_chat{
    background: #B10A32;
}
.new_season_btm_more:hover,
.new_season_btm_more:active,
.new_season_btm_more:focus,
.new_season_btm_chat:hover,
.new_season_btm_chat:active,
.new_season_btm_chat:focus{
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

/* 留资表单（移动端隐藏，PC 样式见 @media min-width: 1024px） */
.new_season_river_container .distant_home_booking{
    display: none;
}
/* 
@media (min-width: 1024px) {
    .new_season_river_container{display: none;}
} */
.route_rec_title_sub{
    font-size: 14px;
    line-height: 14px;
    color: #595959;
    margin-top: 10px;
    text-align: center;
}
.cctv_program_title_sub{text-indent: 0px;}
.land_ext_price_days{display: none;}
@media (min-width: 1024px) {
    .mxw-1440{
        max-width: 1440px;
        margin: 0 auto;
    }
    .new_season_river_banner_inner.mxw-1440,
    .new_season_ocean_banner_inner.mxw-1440{
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 96px;
        width: auto;
    }
    .new_season_river_container {
        padding-bottom: 0px;
    }
    .image-mask{
        width: 154px;
        height: 254px;
        left: 0px;
        position: relative;
    }
    .banner_text_container{
        position: absolute;
        top: 102px;
        left: 52%;
        display: inline-flex;
        width: auto;
        padding:0 ;
    }
    .banner_text_title{
        font-size: 40px;
        margin-bottom: 14px;
        padding-bottom:10px;
        border-bottom: 1px solid #fff;
        line-height: 51.55px;
        letter-spacing: 0%;
    }
    .banner_text_title_sub{
        font-size: 48px;
        line-height: 55.85px;
        letter-spacing: 8%;
    }
    .banner_text_subtitle{
        font-size: 32px;
        line-height: 34.37px;
        letter-spacing: 28%;
    }
    .banner_b_text{
        font-size: 22px;
        color: #595959;
        text-align: center;
        padding: 40px 96px 80px;
        line-height: 38px;
    }
    .banner_b_text span{
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
    }
    .banner_b_text_mob{
        display: none;
    }
    .banner_b_text_pc{
        display: block;
    }
    /* 欧洲新旅 “新”的探索 */
.new_explore_section{
    padding-bottom: 0px;
}
.new_explore_title{
    font-size: 40px;
    padding-bottom: 36px;
    line-height: 40px;
    letter-spacing: 0%;
}
.new_explore_swiper_wrap{
    padding: 0 96px;
    box-sizing: border-box;
    overflow: visible;
}
.new_explore_swiper{
    overflow: visible;
    padding: 12px;
    margin: -12px;
    box-sizing: border-box;
}
.new_explore_swiper .swiper-slide{
    height: auto;
    box-sizing: border-box;
    flex: 1;
}
.new_explore_swiper .swiper-slide:last-of-type{
    margin-right: 0px !important;
}
.new_explore_card{
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.new_explore_pic{
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.new_explore_pic img{
    width: 100%;
    height: 278px;
    object-fit: cover;
    display: block;
}
.new_explore_loc{
    left: 20px;
    bottom: 12px;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.new_explore_loc .new_explore_loc_icon{
    width: 12px;
    height: 16px;
}
.new_explore_loc_icon{
    flex-shrink: 0;
    display: block;
}
.new_explore_card_content{
    padding: 24px 20px;
}
.new_explore_card_title{
    font-size: 22px;
    line-height: 22px;
    color: #142640;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.new_explore_card_desc{
    margin-top: 16px;
    font-size: 16px;
    line-height:24px;
    color: #595959;
}
.new_explore_swiper .swiper-pagination{
    position: static;
    margin-top: 12px;
    line-height: 0;
}
.new_explore_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 4px;
    margin: 0 4px;
    background: #717D96;
    transition: width 0.2s ease, opacity 0.2s ease;
}
.new_explore_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 24px;
    opacity: 1;
}
/* 2027推荐航线 */
.route_rec_section{
    padding-top: 68px;
}
.route_rec_title{
    font-size: 40px;
    line-height: 40px;
}
.route_rec_subtitle{
    margin: 20px 0 0;
    font-size: 28px;
    line-height: 28px;
}
.route_rec_swiper_wrap{
    box-sizing: border-box;
    padding: 0 84px;
    overflow: visible;
}
.route_rec_swiper,
.route_land_swiper{
    position: relative;
    overflow: visible !important;
    box-sizing: border-box;
    margin-top: 20px;
}
.route_rec_swiper .swiper-wrapper,
.route_land_swiper .swiper-wrapper{
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    transform: none !important;
    height: auto !important;
    overflow: visible;
}
.route_rec_swiper .swiper-slide,
.route_land_swiper .swiper-slide{
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
    padding: 12px;
    margin: 0 !important;
    overflow: visible;
}
.route_rec_card{
    display: flex;
    flex-direction: row;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.route_rec_pic{
    position: relative;
    overflow: hidden;
    font-size: 0;
    width:520px;
    height: auto;
    flex-shrink: 0;
}
.route_rec_pic > img:first-child{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.route_rec_badge{
    left: 24px;
    height: 84px;
    width: 56px;
}
.route_rec_body{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding:24px 40px;
    box-sizing: border-box;
}
.route_rec_name{
    font-size: 28px;
    line-height: 28px;
    white-space: wrap;
}
.route_rec_meta{
    margin-top: 16px;
    font-size: 20px;
    line-height: 20px;
}
.route_rec_highlights{
    margin-top: 24px;
    flex: 1;
}
.route_rec_highlights_tit{
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}
.route_rec_highlights ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.route_rec_highlights li{
    display: flex;
    align-items: flex-start;
    gap: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}
.route_rec_highlights li::before{
    content: "•";
    flex-shrink: 0;
    line-height: 20px;
}
/* .route_rec_highlights li + li{
    margin-top: 2px;
} */
.route_rec_foot{
    display: flex;
    align-items:flex-end;
    justify-content: space-between;
    margin-top: 5px;
}
.route_rec_price{
    font-size: 20px;
    line-height: 28px;
    color: #B10A32;
}
.route_rec_price em{
    font-size: 28px;
    line-height: 28px;
    color: #B10A32;
    font-weight: 700;
    font-style: normal;
}
.route_rec_btn{
    flex-shrink: 0;
    display: inline-block;
    width: 121px;
    height: 47px;
    line-height: 47px;
    background: #142640;
    font-size: 18px;
}
.route_rec_btn:hover,
.route_rec_btn:active,
.route_rec_btn:focus{
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.route_rec_swiper .swiper-pagination,
.route_land_swiper .swiper-pagination{
    display: none;
}

.route_rec_section--land{
    padding-top: 28px;
}
.route_rec_section--land .route_rec_subtitle{
    margin-bottom: 20px;
    margin-top: 0px;
}
.route_rec_name_row{
    display: flex;
}
.route_rec_name_row .route_rec_name{
    padding-right: 12px;
}
.route_rec_land_tag{
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}


/* 延伸陆地游（静态三列，非轮播） */
.land_ext_block{
    margin-top: 32px;
    padding: 0;
    box-sizing: border-box; 
}
.land_ext_title{
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}
.land_ext_title_sub{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
}
.land_ext_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:12px;
    margin-top: 12px;
}
.land_ext_card:hover,
.land_ext_card:active,
.land_ext_card:focus{
    text-decoration: none;
    opacity: 1;
}
.land_ext_pic{
    font-size: 0;
}
.land_ext_pic img{
    height: auto;
}
.land_ext_name{
    padding: 12px 15px 0;
    font-size: 16px;
    line-height: 16px;
}
.land_ext_days{display: none;}
.land_ext_price_days{
    display: inline-flex;
}
.land_ext_price{
    font-size: 12px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";

}
.land_ext_price span{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
}

/* 开售大促 PC */
.offer_box{
    padding-top: 68px;
}
.offer_card_mob{
    display: none;
}
.offer_card_pc{
    display: block;
    position: relative;
    background: #142640;
    border-bottom: 12px solid #B10A32;
    overflow: hidden;
}
.offer_card_pc_bg{
    position: absolute;
    left: -368px;
    top: 0;
    width: 628px;
    height: 100%;
    /* object-fit: cover; */
    z-index: 1;
}
.offer_card_pc_inner{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1248px;
    margin: 0 auto;
    padding: 40px 96px;
    padding-top: 46px;
    /* box-sizing: border-box; */
    gap: 133px;
}
.offer_qrcode_box{
    flex-shrink: 0;
    width: 172px;
    text-align: center;
}
.offer_qrcode_img{
    width: 172px;
    height: 172px;
    background: #fff;
    box-sizing: border-box;
}
.offer_qrcode_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.offer_qrcode_desc{
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 34%;
    color: #B5C8D4;
    font-family: "SourceHanSansCNRegular";
}
.offer_card_pc_main{
    flex: 1;
    min-width: 0;
    color: #fff;
}
.offer_pc_title{
    font-size: 48px;
    line-height: 48px;
    font-family: "HYRunYuan-65J";
    letter-spacing: 2%;
}
/* .offer_pc_title span{
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
} */
.offer_pc_content{
    margin-top: 32px;
    color: #fff;
    /* max-width: 450px; */
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 5%;
}
.offer_pc_content div{
    padding: 20px 0;
    border-bottom: 0.5px solid #CCCCCC;
}
.offer_pc_content div:first-of-type{
    padding-top: 0;
}
.offer_pc_content div:last-of-type{
    padding-bottom: 0;
    border-bottom: 0;
}
.offer_pc_content span{
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    font-size: 28px;
    letter-spacing: 5%;
}
.offer_pc_foot{
    margin-top: 36px;
}
.offer_card_pc .offer_date{
    font-size: 16px;
    line-height: 24px;
    color: #B5C8D4;
    letter-spacing: 5%;
}
.offer_card_pc .offer_rule_link{
    font-size: 16px;
    line-height: 24px;
    color: #B5C8D4;
    letter-spacing: 5%;
} 
.offer_card_pc_badge{
    flex-shrink: 0;
    width: 129px;
    position: absolute;
    top: 0;
    right: 96px;
}
.offer_card_pc_badge img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.offer_card_pc_e{width: 129px;}

/* PC 小于 1440：优惠卡按 1440 设计稿等比缩放 */
/* @media screen and (max-width: 1439px) and (min-width: 1025px) {
    .offer_card_pc_bg{
        left: calc(-368 * 100vw / 1440);
        width: calc(628 * 100vw / 1440);
    }
    .offer_card_pc_inner{
        max-width: calc(1248 * 100vw / 1440);
        padding: calc(40 * 100vw / 1440) 0;
        padding-top: calc(46 * 100vw / 1440);
        gap: calc(133 * 100vw / 1440);
    }
    .offer_qrcode_box{
        width: calc(172 * 100vw / 1440);
    }
    .offer_qrcode_img{
        width: calc(172 * 100vw / 1440);
        height: calc(172 * 100vw / 1440);
    }
    .offer_qrcode_desc{
        margin-top: calc(8 * 100vw / 1440);
        font-size: calc(16 * 100vw / 1440);
        line-height: calc(24 * 100vw / 1440);
    }
    .offer_pc_title{
        font-size: calc(48 * 100vw / 1440);
        line-height: calc(48 * 100vw / 1440);
    }
    .offer_pc_content{
        margin-top: calc(32 * 100vw / 1440);
        font-size: calc(22 * 100vw / 1440);
        line-height: calc(32 * 100vw / 1440);
    }
    .offer_pc_content div{
        padding-top: calc(20 * 100vw / 1440);
        padding-bottom: calc(20 * 100vw / 1440);
    }
    .offer_pc_content div:first-of-type{
        padding-top: 0;
    }
    .offer_pc_content div:last-of-type{
        padding-bottom: 0;
    }
    .offer_pc_content span{
        font-size: calc(28 * 100vw / 1440);
    }
    .offer_pc_foot{
        margin-top: calc(36 * 100vw / 1440);
    }
    .offer_card_pc .offer_date,
    .offer_card_pc .offer_rule_link{
        font-size: calc(16 * 100vw / 1440);
        line-height: calc(24 * 100vw / 1440);
    }
    .offer_card_pc_badge,
    .offer_card_pc_e{
        width: calc(129 * 100vw / 1440);
    }
} */

/* 远方的家 “家”在旅途 */
.home_away_section{
    padding: 80px 96px 0px;
    box-sizing: border-box;
}
.home_away_title{
    margin: 0;
    font-size: 40px;
    line-height: 40px;
}
.home_away_desc{
    margin: 32px 0 0;
    font-size: 22px;
    line-height: 38px;
    color: #595959;
    text-align: center;
}
.home_away_list{
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.home_away_item{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    background: #FAFAFA;
    box-sizing: border-box;
    flex: 1;
}
.home_away_pic{
    width: 100%;
    height: auto;
    max-height: 188px;
}
.home_away_text{
    min-width: 0;
}
.home_away_item_title{
    font-size: 22px;
    line-height: 22px;
}
.home_away_item_desc{
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
}
/* 央视《远方的家》节目推广卡 */
.cctv_program_card{
    background: #fff;
    border: none;
    box-sizing: border-box;
    display: flex;
    margin-top: 80px;
    margin-bottom: 84px;
}
.cctv_program_pic{
    font-size: 0;
    width: 548px;
    flex-shrink: 0;
    position: relative;
}
.cctv_program_swiper{
    width: 100%;
}
.cctv_program_swiper .swiper-slide picture,
.cctv_program_pic img{
    width: 100%;
    display: block;
    object-fit: cover;
}
.cctv_program_swiper .swiper-pagination{
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    line-height: 0;
    z-index: 1;
}
.cctv_program_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 8px;
    border-radius: 999px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: width 0.2s ease, background 0.2s ease;
}
.cctv_program_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 32px;
    background: #fff;
}
.cctv_program_body{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 32px 32px 24px 22px;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.cctv_program_channel{
    font-size: 20px;
    line-height: 20px;
}
.cctv_program_title{
    margin-top: 16px;
    font-size: 28px;
    line-height: 28px;
    display: flex;
    text-indent: -14px;
    flex-wrap: wrap;
    font-family: "SourceHanSansCNMedium";
}
.cctv_program_desc{
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
}
.cctv_program_btn{
    display: block;
    width: 248px;
    height: 47px;
    line-height: 47px;
    margin-top: auto;
    text-align: center;
    background: #B10A32;
    color: #fff;
    font-size: 18px;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    margin-left: 18px;
}
.cctv_program_title_sub{
    padding-left: 12px;
}
.cctv_program_btn:hover,
.cctv_program_btn:active,
.cctv_program_btn:focus{
    color: #fff;
    background: #B10A32;
    text-decoration: none;
    opacity: 1;
}
.new_season_btm_bar{display: none !important;}

/* 留资表单（PC） */
.new_season_river_container .distant_home_booking{
    display: block;
    background: #fff;
    border-bottom: 16px solid #F4F4F4;
    margin-bottom: 80px;
}
.new_season_river_container .distant_home_booking_inner{
    padding: 0px 96px 50px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}
.new_season_river_container .distant_home_booking .top_inp_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 23px;
}
.new_season_river_container .distant_home_booking .top_inp_box .inp_box{
    background: #f4f4f4;
    height: 50px;
    position: relative;
}
.new_season_river_container .distant_home_booking .top_inp_box .inp_box input{
    width: 100%;
    text-indent: 16px;
    color: #142640;
    border: 0 none;
    outline: none;
    height: 50px;
    font-size: 16px;
    padding: 0;
    margin: 0;
    background: none;
    box-sizing: border-box;
}
.new_season_river_container .distant_home_booking .top_inp_box .inp_box input::placeholder{
    color: #142640;
}
.new_season_river_container .distant_home_booking .top_inp_box .inp_box .code_btn{
    position: absolute;
    right: 10px;
    color: #B10A32;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    white-space: nowrap;
}
.new_season_river_container .distant_home_booking .top_inp_box .btn_box{
    height: 50px;
    color: #fff;
    background: #142640;
    font-size: 16px;
    border: 0 none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.new_season_river_container .distant_home_booking .tips_txt_box{
    padding-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
    line-height: 20px;
}
.new_season_river_container .distant_home_booking .tips_check{
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 3px;
}
.new_season_river_container .distant_home_booking .tips_check label{
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.new_season_river_container .distant_home_booking .tips_check label input{
    display: none;
}
.new_season_river_container .distant_home_booking .tips_check label input + span{
    display: block;
    background: #f4f4f4;
    width: 12px;
    height: 12px;
    position: relative;
    border: 1px #f4f4f4 solid;
}
.new_season_river_container .distant_home_booking .tips_check label input + span::after{
    display: none;
}
.new_season_river_container .distant_home_booking .tips_check label input:checked + span{
    border: 1px #0D1C34 solid;
}
.new_season_river_container .distant_home_booking .tips_check label input:checked + span::after{
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0D1C34;
    left: 2px;
    top: 2px;
}
.new_season_river_container .distant_home_booking .tips_txt{
    color: #5F5F5F;
    font-size: 13px;
    line-height: 20px;
    font-family: "SourceHanSansCNRegular";
}
.new_season_river_container .distant_home_booking .tips_txt a{
    color: #B10A32;
}
.new_season_river_container .distant_home_booking .tel_box{
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 20px;
    align-items: center;
}
.new_season_river_container .distant_home_booking .tel_box .ltxt{
    color: #142640;
    font-size: 24px;
    letter-spacing: 5%;
    font-weight: 500;
    font-family: "SourceHanSansCNRegular";
}
.new_season_river_container .distant_home_booking .tel_box .rtel{
    display: flex;
    gap: 0 5px;
    align-items: center;
    color: #142640;
    font-size: 24px;
    letter-spacing: 5%;
}
.new_season_river_container .distant_home_booking .tel_box .rtel img{
    width: 24px;
}
.route_rec_price del{
    font-size: 16px;
    line-height: 20px;
    padding-left: 14px;
}
.route_rec_title_sub{
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
}
}

header .navgation .sale_btn{
    bottom: 30% !important;
}