.video_popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(13,28,52,0.6);z-index:24;display:none;opacity:0;}
.video_popup.show{display:block;}
.video_popup .video_popup_box{position:absolute;left:50%;top:50%;transform:translate(-50%,-60%);width:800px;opacity:0;}
.video_popup .video_popup_box video{width:100%;}
.video_popup .video_popup_box .close_btn{width:24px;height:24px;right:0;top:-48px;position:absolute;cursor:pointer;}
.video_popup .video_popup_box .close_btn img{width:100%;}
.video_popup.animating{display:block;}
.video_popup.enter{opacity:1;transition:opacity .36s ease-out;}
.video_popup.enter .video_popup_box{opacity:1;transform:translate(-50%, -50%);transition:transform .42s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .42s ease-out;}
.video_popup.leave{opacity:0;transition:opacity .3s ease-in;}
.video_popup.leave .video_popup_box{opacity:0;transform:translate(-50%, -50%);transition:transform .3s ease-in,opacity .3s ease-in;}
.onboard_experience_container{
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
}
.pages_top .page_banner_swiper img{
    height: 100%;
    object-fit: cover;
}
.page_banner_swiper{
    position: relative;
}
.page_banner_swiper .banner_btn{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #FFFFFF;
    background:rgba(20, 38, 64, 0.1);
    width: 250px;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}
.page_banner_swiper .play_btn{
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: none;
}

.block-container {
    background: #fff;
    width: 100%;
}
.ship-record-box{
    max-width:1248px;
    margin: 0 auto;
    padding: 48px 0;
}
.ship-record-title {
    text-align: center;
    color: #142640;
    margin-bottom:16px;
    line-height: 37px;
}
.ship-intro {
    font-weight: 500;
    text-align: center;
    margin-bottom: 48px;
    color: #142640;
    line-height: 30px;
    margin-bottom: 48px;
}
.ship-intro p{
    margin: 0;
}
.ship-content {
    display: flex;
    height: 480px;
}
.ship-image {
    flex: 1;
}
.ship-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ship-details {
    width: 398px;
    height: 100%;
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 49px;
    box-sizing: border-box;
}
.swiper{
    overflow: hidden;
}
.ship-name {
    margin-bottom:24px;
    font-size:24px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
}
.ship-specs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ship-specs li {
    margin-bottom: 12px;
    font-size: 16px;
}
.spec-label {
    display: inline-block;
    width: auto;
}
.deck-container{
    max-width:1248px;
    margin: 0 auto;
    padding-bottom: 48px;
}
.deck-content{
    padding: 0 70px;
}
.deck-title {
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    position: relative;
    margin-bottom: 55px ;
}
.deck-title::after{
    content: '';
    position: absolute;
    width: 98px;
    height: 3px;
    background: #d9d9d9;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.deck-filter-container {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.deck-filter-label {
    font-size: 16px;
    color: #000;
}
.deck-select-box{
    display: flex;
    align-items: center;
    column-gap: 75px;
    border: 1px solid #CCCCCC;
    padding: 0px 16px;
    cursor: pointer;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.deck-select-list{
    position: absolute;
    top: 41px;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
    box-sizing: border-box;
    overflow: hidden;
}
.deck-select-item{
    font-size: 14px;
    padding: 0 12px;
    color: #616161;
    /* border-bottom: 1px solid #ccc; */
}
.deck-select-item.active{
    font-size: 14px;
    color: #FFFFFF;
    background: #466580;
}
.deck-select-item:hover{
    background: #466580;
    color: #fff;
}
.deck-floorplan-title{
    font-size: 14px;
    color: #979797;
    line-height: 21px;
    margin: 32px 0;
    text-align: center;
}
.deck-filter-text {
    font-size: 14px;
    color: #595959;
}
.deck-select-value{
    display: flex;
    column-gap: 14px;
    align-items: center;
    color: #142640;
}
.deck-select-value img{
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}
.deck-select {
    padding:8px 0px;
    border: none;
    font-size: 16px;
    width: 120px;
    color: #142640;
    background-color: #fff;
    background-image: url('../images/sel_down_black.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
}
.deck-select:hover {
    border-color: #999;
}
.deck-select:focus {
    border-color: #142640;
}
.deck-floorplan {
    width: 100%;
    margin-bottom: 32px;
    position: relative;
}
.deck-floorplan a{
    position: absolute;
}
.deck-legend {
    width: 824px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    font-size: 12px;
    padding: 22px 56px;
    padding-right: 52px;

}
.deck-legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 124px;
}
.deck-legend-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #000;
    box-sizing: border-box;
}
.ship-sideview {
    width: 100%;
    margin-bottom:48px;
    position: relative;
}
.ship-sideview img {
    width: 100%;
}
.deck-qrcode {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
}
.deck-facility {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.deck-facility img {
    width: 100%;
    display: block;
}
.facility-desc-box{
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.facility-desc {
    font-family: "SourceHanSansCNRegular";
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 22px;
}
.facility-btn {
    background-color: #B10A32;
    color: #fff;
    border: none;
    padding: 8px 45px;
    cursor: pointer;
    font-size: 16px;
}
.seaview-rooms-container {
    max-width: 1248px;
    margin: 0 auto;
    padding: 48px 0;
}
.seaview-rooms-title {
    text-align: center;
    margin-bottom: 16px;
    color: #142640;
}
.seaview-rooms-desc {
    text-align: center;
    font-weight: 500;
    color: #142640;
    line-height: 30px;
    margin-bottom: 40px;
}
.seaview-rooms-desc p{
    margin: 0;
}
.seaview-rooms-main {
    display: flex;
    margin-bottom: 40px;
}
.seaview-main-img {
    width: 700px;
    height: 450px;
}
.seaview-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.seaview-main-info {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 32px;
    flex-direction: column;
}
.seaview-room-type {
    font-size: 20px;
    font-family: "SourceHanSansCNMedium";
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 28px;
}
.seaview-room-area {
    color: #000;
    font-size: 16px;
    margin-bottom: 32px;
}
.seaview-room-features-title{
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
}
.seaview-room-features {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.seaview-feature-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.seaview-feature-icon {
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
}
.seaview-feature-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seaview-feature-text {
    font-size: 12px;
    color: #666;
}
.seaview-room-btns {
    display: flex;
    column-gap: 48px;
}
.seaview-btn {
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #142640;
    background-color: transparent;
    color: #142640;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
}
.seaview-btn:hover {
    background-color: #142640;
    color: #fff;
}
.seaview-btn a{
    color: #142640;
}
.seaview-btn:hover  a{
    color: #fff;
}
.seaview-rooms-swiper-container {
    position: relative;
    margin-bottom: 40px;
    max-width: 1248px;
}
.seaview-rooms-mb-container{
    display: none;
}
.mb{display: none;}
.seaview-rooms-swiper {
    overflow: hidden;
    padding-bottom: 60px !important;
}
.seaview-rooms-swiper .swiper-slide {
    width: 540px;
    height: auto;
}
.seaview-room-card {
    /* width: 100%; */
    background: #fff;
    border: 1px solid #ccc;
    /* height: 100%; */
    box-sizing: border-box;
    cursor: pointer;
}
.seaview-card-img {
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.seaview-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transition: transform 0.3s; */
}
/* .seaview-card-img img:hover {
    transform: scale(1.05);
} */
.seaview-card-info {
    padding: 24px;
}
.seaview-card-type {
    font-size: 18px;
    font-family: "SourceHanSansCNMedium";
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
}
/* .seaview-card-area {
    font-size: 14px;
    color: #000;
    margin-bottom: 4px;
    line-height: 20px;
} */
.seaview-card-subtitle {
    font-size: 16px;
    margin-bottom:24px;
    line-height: 24px;
    color: #000;
}
.seaview-card-desc {
    font-size: 16px;
    font-family: "SourceHanSansCNMedium";
    padding-bottom: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    height: 44px;
    box-sizing: border-box;
}
.seaview-card-features {
    display: flex;
    gap: 16px;
    padding-bottom: 22px;
    height: 80px;
    box-sizing: border-box;
}
.seaview-card-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 8px;
}
.seaview-card-feature-item img {
    width: 40px;
    height: 40px;
}
.seaview-card-feature-item span {
    font-size: 12px;
    color: #666;
    text-align: center;
}
.seaview-card-btns {
    display: flex;
    column-gap: 48px;
}
.seaview-btn-outline {
    height: 40px;
    line-height: 40px;
    border: 1px solid #142640;
    background-color: transparent;
    color: #142640;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s;
    padding: 0 24px;
}
.seaview-btn-outline:hover {
    background-color: #142640;
    color: #fff;
}
.seaview-compare-section {
    text-align: center;
    margin-top: 40px;
}
.seaview-compare-desc {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    margin-bottom: 24px;
    line-height: 30px;
}
.seaview-compare-btn {
    border: 1px solid #142640;
    padding: 8px 32px;
    font-size: 18px;
    color: #142640;
    background-color: transparent;
    cursor: pointer;
}
.seaview-compare-btn:hover {
    background-color: #142640;
    color: #fff;
}
.seaview-dining-container {
    padding: 48px 0px;
    max-width: 1248px;
    margin: 0 auto;
}
.dining-title {
    text-align: center;
    margin-bottom: 16px;
    line-height: 37px;
    color: #142640;
}
.dining-desc {
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    margin-bottom: 58px;
    color: #142640;
}
.dining-desc p {
    margin: 0;
}
.dining-swiper-container {
    position: relative;
}
.dining-cards-swiper {
    overflow: hidden;
}
.dining-cards-swiper .swiper-slide {
    width: auto;
}
.dining-card {
    text-align: center;
}
#wonderful-humanities .dining-card-img{
    height: auto;
}
.dining-card-img {
    width: 100%;
    height: 417px;
    overflow: hidden;
    /* margin-bottom: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dining-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dining-card-label {
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
}
.dining-card-sub {
    font-size: 12px;
    color: #466580;
    margin-top: 8px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    text-decoration: underline;
    cursor: pointer;
}
.dining-swiper-pagination {
    margin-top: 32px;
    text-align: center;
}
.dining-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #CCCCCC;
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s;
    border-radius: 50%;
}
.dining-swiper-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.entertainment-swiper-container {
    position: relative;
}
.entertainment-cards-swiper {
    overflow: hidden;
}
.entertainment-cards-swiper .swiper-slide {
    width: auto;
}
.entertainment-swiper-pagination {
    margin-top: 32px;
    text-align: center;
}
.entertainment-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #CCCCCC;
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s;
    border-radius: 50%;
}
.entertainment-swiper-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
@media screen and (max-width:1024px) {
    .video_popup .video_popup_box{position:absolute;left:50%;top:50%;transform:translate(-50%,-60%);width:96%;opacity:0;}
    .onboard_experience_container{
        /* background: #fff; */
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        align-items: center;
    }
    .page_banner_swiper{
        position: relative;
    }
    .page_banner_swiper .banner_btn{
        display: none;
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid #FFFFFF;
        background:rgba(20, 38, 64, 0.1);
        width: 250px;
        height: 73px;
        text-align: center;
        line-height: 73px;
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
        font-size: 20px;
        color: #FFFFFF;
        cursor: pointer;
    }
    .page_banner_swiper .play_btn{
        display: block;
    }

    .block-container {
        background: #fff;
        width: 100%;
    }
    .ship-record-box{
        max-width:100%;
        padding: 24px 16px;
    }
    .ship-record-title {
        text-align: center;
        color: #142640;
        margin-bottom:8px;
        font-size: 18px;
        line-height:21px;
        font-family: "HYRunYuan-65J";
    }
    .ship-intro {
        font-size: 14px;
        text-align: left;
        margin-bottom: 24px;
        line-height: 20px;
        font-family: "SourceHanSansCNMedium";
    }
    .ship-intro p{
        display: inline;
        text-align: left;
    }
    .ship-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
    }
    .ship-details {
        width: 100%;
        height: 100%;
        padding: 24px 16px;
        background: #F4F4F4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        box-sizing: border-box;
    }
    .ship-name {
        margin-bottom:16px;
        font-size:16px;
        line-height: 22px;
    }
    .ship-specs {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .ship-specs li {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 24px;
    }
    .ship-specs li:last-of-type{
        margin-bottom: 0;
    }
    .spec-label {
        display: inline-block;
        width: auto;
    }
    .deck-container{
        max-width:100%;
        margin: 0 auto;
        padding-bottom: 24px;
    }
    .deck-content{
        padding: 0  16px;
    }
    .deck-title {
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 31px ;
    }
    .deck-title::after{
        content: '';
        position: absolute;
        width: 58px;
        height: 3px;
        background: #d9d9d9;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
    }
    .deck-filter-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        column-gap: 0px;
        row-gap: 12px;
    }
    .deck-filter-label {
        font-size: 14px;
    }
    .deck-select-box{
        display: flex;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        column-gap: 0;
        justify-content: space-between;
        border: 1px solid #CCCCCC;
        padding: 0px 16px;
        cursor: pointer;
        position: relative;
        height: 40px;
        line-height: 40px;
    }
    .deck-select-list{
        position: absolute;
        top: 41px;
        width: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
        z-index: 10;
        box-sizing: border-box;
        overflow: hidden;
    }
    .deck-select-item{
        padding: 0 12px;
        /* border-bottom: 1px solid #ccc; */
    }
    .deck-select-item:hover{
        background: #466580;
        color: #fff;
    }
    .deck-floorplan-title{
        font-size: 12px;
        color: #979797;
        line-height: 18px;
        margin-top: 24px;
        margin-bottom: 16px;
        text-align: center;
    }
    .deck-filter-text {
        font-size: 14px;
        color: #595959;
    }
    .deck-select-value{
        display: flex;
        column-gap: 16px;
        align-items: center;
    }
    .deck-select-value img{
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
    }
    .deck-select {
        padding:8px 0px;
        border: none;
        font-size: 16px;
        width: 120px;
        color: #142640;
        background-color: #fff;
        background-image: url('../images/sel_down_black.svg');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        outline: none;
    }
    .deck-select:hover {
        border-color: #999;
    }
    .deck-select:focus {
        border-color: #142640;
    }
    .deck-floorplan {
        width: 100%;
        margin-bottom: 24px;
    }
    .deck-legend {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 16px;
        margin-bottom:24px;
        font-size: 12px;
        padding: 0px;
    }
    .deck-legend-item {
        width:auto;
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
    }
    .deck-legend-checkbox {
        width: 16px;
        height: 16px;
        cursor: pointer;
        border-radius: 0;
        margin: 0;
    }
    .ship-sideview {
        width: 100%;
        margin-bottom:24px;
        position: relative;
    }
    .ship-sideview img {
        width: 100%;
    }
    .deck-facility {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .deck-facility img {
        width: 100%;
        display: block;
    }
    .facility-desc-box{
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .facility-desc {
        text-align: center;
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.55px;
        margin-bottom: 6px;
        white-space: nowrap;
        line-height: 21px;
    }
    .facility-btn {
        background-color: #B10A32;
        color: #fff;
        border: none;
        padding: 4px 10.5px;
        cursor: pointer;
        font-size: 12px;
    }
    .seaview-rooms-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 24px 16px;
    }
    .seaview-rooms-title {
        text-align: center;
        margin-bottom: 24px;
        font-family: "HYRunYuan-65J";
        font-size: 18px;
        color: #142640;
    }
    .seaview-rooms-desc {
        text-align: left;
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
        font-size: 14px;
        color: #142640;
        line-height: 21px;
        margin-bottom: 24px;
    }
    .seaview-rooms-desc p{
        display: inline;
    }
    .seaview-rooms-main {
        display: flex;
        margin-bottom: 24px;
        flex-direction: column;
    }
    .seaview-main-img {
        width: 100%;
        height: 221px;
    }
    .seaview-main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .seaview-main-info {
        flex: 1;
        display: flex;
        justify-content: center;
        padding: 24px 16px;
        flex-direction: column;
        background: #F4F4F4;
    }
    .seaview-room-type {
        font-size: 16px;
        font-family: "SourceHanSansCNMedium";
        margin-bottom: 8px;
        font-weight: 500;
        line-height: 24px;
    }
    .seaview-room-area {
        color: #000;
        font-size: 14px;
        margin-bottom: 16px;
    }
    .seaview-room-features-title{
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
        font-size: 14px;
        line-height: 21px;
        margin-bottom:8px;
    }
    .seaview-room-features {
        display: flex;
        gap: 0;
        margin-bottom: 16px;
        flex-direction: column;
    }
    .seaview-feature-item {
        text-align: center;
        margin-bottom: 4px;
        display: flex;
        column-gap: 8px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .seaview-feature-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 0;
    }
    .seaview-feature-text {
        font-size: 12px;
        color: #666;
    }
    .seaview-room-btns {
        display: flex;
        column-gap:0;
        justify-content: space-between;
    }
    .seaview-btn {
        padding: 0 33px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #142640;
        background-color: transparent;
        color: #142640;
        cursor: pointer;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
    }
    .seaview-btn:hover {
        background-color: #142640;
        color: #fff;
    }
    .seaview-rooms-swiper-container {
        position: relative;
        margin-bottom: 40px;
        max-width: 1248px;
        display: none;
    }
    .seaview-rooms-mb-container{
        display: flex;
        row-gap: 24px;
        flex-direction: column;
    }
    .mb{display: block;}
    .seaview-rooms-swiper {
        overflow: hidden;
    }
    .seaview-rooms-swiper .swiper-slide {
        width: 540px;
    }
    .seaview-room-card {
        width: 100%;
        background: #fff;
        border: none;
        height: 100%;
        box-sizing: border-box;
    }
    .seaview-card-img {
        width: 100%;
        height: 210px;
        overflow: hidden;
    }
    .seaview-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* transition: transform 0.3s; */
    }
    /* .seaview-card-img img:hover {
        transform: scale(1.05);
    } */
    .seaview-card-info {
        padding: 24px 16px;
        background: #F4F4F4;
    }
    .seaview-card-type {
        font-size: 16px;
        font-family: "SourceHanSansCNMedium";
        margin-bottom: 8px;
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
        line-height: 24px;
        color: #000;
    }
    /* .seaview-card-area {
        font-size: 14px;
        color: #000;
        margin-bottom: 4px;
        line-height: 20px;
    } */
    .seaview-card-subtitle {
        font-size: 14px;
        margin-bottom:16px;
        line-height: 21px;
        color: #000;
    }
    .seaview-card-desc {
        font-size: 14px;
        font-family: "SourceHanSansCNMedium";
        padding-bottom: 8px;
        line-height: 21px;
        color: #000;
        font-weight: 500;
    }
    .seaview-card-features {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding-bottom: 16px;
        align-items: flex-start;
        height: auto;
    }
    .seaview-card-feature-item {
        display: flex;
        flex-direction:row;
        align-items: center;
        column-gap: 8px;
    }
    .seaview-card-feature-item img {
        width: 32px;
        height: 32px;
    }
    .seaview-card-feature-item span {
        font-size: 14px;
        color: #142640;
        text-align: center;
        line-height: 26px;
    }
    .seaview-card-btns {
        display: flex;
        column-gap: 0;
        justify-content: space-between;
    }
    .seaview-btn-outline {
        height: 40px;
        line-height: 40px;
        border: 1px solid #142640;
        background-color: transparent;
        color: #142640;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
        transition: all 0.3s;
        padding: 0 33px;
        box-sizing: border-box;
    }
    .seaview-btn-outline:hover {
        background-color: #142640;
        color: #fff;
    }
    .seaview-compare-section {
        text-align: center;
        margin-top: 24px;
    }
    .seaview-compare-desc {
        font-size: 14px;
        margin-bottom: 24px;
        line-height: 21px;
        text-align: left;
    }
    .seaview-compare-btn {
        border: 1px solid #142640;
        padding: 8px 32px;
        font-size: 18px;
        color: #142640;
        background-color: transparent;
        cursor: pointer;
    }
    .seaview-compare-btn:hover {
        background-color: #142640;
        color: #fff;
    }
    .seaview-dining-container {
        padding: 24px 0px;
        padding-bottom: 16px;
        max-width: 100%;

    }
    .dining-title {
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 21px;
        padding: 0 16px;
        font-family: "HYRunYuan-65J";
    }
    .dining-desc {
        font-size: 14px;
        text-align: left;
        margin-bottom: 24px;
        line-height: 21px;
        padding: 0 16px;
        font-family: "SourceHanSansCNMedium";
    }
    .dining-desc p{
        display: inline;
    }
    .dining-swiper-container {
        position: relative;
        overflow: hidden;
    }
    .dining-swiper-container .dining-cards-swiper {
        overflow: visible;
        padding: 0 16px;
    }
    .dining-swiper-container .swiper-wrapper {
        height: auto;
    }
    .dining-cards-swiper .swiper-slide {
        width: 76.8%;
        height: auto;
        box-sizing: border-box;
    }
    .dining-card {
        text-align: center;
        padding-bottom: 24px;
        height: 100%;
        box-sizing: border-box;
    }
    #wonderful-humanities .dining-card-img{
        height: auto;
    }
    .dining-card-img {
        width: 100%;
        height:344px;
        overflow: hidden;
        /* margin-bottom:24px; */
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .dining-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .dining-card-label {
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
    }
    .dining-card-sub {
        font-size: 14px;
        margin-top: 0px;
        line-height: 20px;
    }
    .dining-swiper-pagination {
        margin-top: 0px;
    }
    .entertainment-swiper-container {
        position: relative;
        overflow: hidden;
    }
    .entertainment-swiper-container .entertainment-cards-swiper {
        overflow: visible;
        padding: 0 16px;
    }
    .entertainment-swiper-container .swiper-wrapper {
        height: auto;
    }
    .entertainment-cards-swiper .swiper-slide {
        width: 76.8%;
        height: auto;
        box-sizing: border-box;
    }
    .entertainment-swiper-pagination {
        margin-top: 0px;
    }
}


.pro_pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 25;
    display: none;
}

.pro_pop .centent_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    padding: 72px 0 48px;
    box-sizing: border-box;
    overflow-y: auto;
}

.pro_pop .centent_flex .pop_close_box {
    max-width: 640px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    flex-shrink: 0;
    margin-bottom: 24px;
    margin-top:0px;
}

.pro_pop .centent_flex .pop_close {
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin: 0;
}

.pro_pop .content_video {
    max-width: 672px;
    width: 100%;
    position: relative;
}

.pro_pop .content_video video {
    width: 100%;
    height: 100%;
}

.pro_pop .centent_box {
    max-width: 640px;
    position: relative;
    max-height: 641px;
    height: auto;
    overflow: auto;
    padding: 16px;
    background: #fff;
    width: 100%;
}

.pro_pop .centent_box ul {
    padding: 20px 10px;
    margin: 0;
}

.pro_pop .centent_box ul li {
    margin-left: 24px;
    list-style-type: decimal;
    font-size: 14px;
    line-height: 21px;
    color: #595959;
}

.pro_pop .centent_box .level_swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro_pop .centent_box .level_swiper img {
    width: 100%;
}

.pro_pop .centent_box .level_swiper img.str_banner {
    max-height: 426px;
    object-fit: cover;
}

.pro_pop .centent_box .level_swiper .swiper-pagination {
    bottom: 24px;
    height: 10px;
    font-size: 0;
    z-index: 3;
}

.pro_pop .centent_box .level_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
}

.pro_pop .centent_box .level_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
}

.pro_pop .centent_box .level_content {
    padding-top: 24px;
}

.pro_pop .centent_box .level_content .level_top {
    padding-bottom: 24px;
}

.pro_pop .centent_box .level_content .level_top .l_txt {
    flex: 1;
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .level_content .level_top .l_txt_title {
    font-size: 20px;
    color: #142640;
    font-weight: bold;
    line-height: 30px;
}

.pro_pop .centent_box .level_content .level_top .l_txt_hour {
    color: #142640;
    font-size: 16px;
    line-height: 24px;
}

.pro_pop .centent_box .level_content .level_top .l_txt_tag {
    gap: 8px 16px;
    flex-wrap: wrap;
}

.pro_pop .centent_box .level_content .level_top .l_txt_tag_list {
    gap: 0 8px;
    align-items: center;
    line-height: 20px;
}

.pro_pop .centent_box .level_content .level_top .l_txt_tag_list img {
    width: 20px;
}

.pro_pop .centent_box .level_content .level_top .l_txt_tag_list span {
    color: #000;
    font-size: 12px;
}

.pro_pop .centent_box .level_content .level_top .r_txt {
    padding: 0;
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .level_content .level_top .r_txt_title {
    text-align: right;
    font-size: 20px;
    color: #142640;
    font-weight: bold;
    line-height: 30px;
}

.pro_pop .centent_box .level_content .level_top .r_txt_link {
    text-align: right;
}

.pro_pop .centent_box .level_content .level_top .r_txt_link a {
    color: #142640;
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline;
}

.pro_pop .centent_box .level_content .level_contxt {
    padding: 0;
}

.pro_pop .centent_box .level_content .level_contxt_tit {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pro_pop .centent_box .level_content .level_contxt_txt {
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}

.pro_pop .centent_box .level_content .level_contxt_tips {
    padding-top: 24px;
    color: #979797;
    font-size: 16px;
    line-height: 24px;
}

.pro_pop .centent_box .level_content .level_contxt_tips span {
    color: #B10A32;
}

.pro_pop .centent_box .level_content .level_contxt_intro {
    padding-top: 24px;
    color: #000;
    line-height: 24px;
    font-size: 16px;
}

.pro_pop .centent_box .h_title {
    padding: 16px 0;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 30px;
}

.pro_pop .centent_box .str_txt {
    gap: 16px 0;
    flex-direction: column;
    padding-top: 16px;
}

.pro_pop .centent_box .str_txt_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #142640;
}

.pro_pop .centent_box .str_txt_detail {
    font-size: 16px;
    line-height: 24px;
}

.pro_pop .centent_box .view_line {
    border-top: 1px #f4f4f4 solid;
}

.pro_pop .centent_box .view_line_list {
    border-bottom: 1px #f4f4f4 solid;
    display: grid;
    gap: 0 12px;
    padding: 10px 8px;
    box-sizing: border-box;
    grid-template-columns: 13% 33% 18% auto;
}

.pro_pop .centent_box .view_line_list .list_item {
    font-size: 14px;
    line-height: 22px;
}

.pro_pop .centent_box .drink_box {
    gap: 32px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .top_txt {
    font-size: 18px;
    line-height: 28px;
}

.pro_pop .centent_box .drink_box .intro_txt {
    font-size: 16px;
    color: #595959;
    line-height: 24px;
}

.pro_pop .centent_box .drink_box .drink_menu {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .drink_menu .title_txt {
    padding-left: 12px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    position: relative;
    line-height: 28px;
}

.pro_pop .centent_box .drink_box .drink_menu .title_txt::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #B10A32;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_pop .centent_box .drink_box .drink_menu .price_box {
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .drink_menu .price_box .price_txt {
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pro_pop .centent_box .drink_box .drink_menu .price_box .price_txt span {
    color: #B10A32;
}

.pro_pop .centent_box .drink_box .drink_menu .price_box .price_txt del {
    color: #ccc;
    margin-left: 12px;
    font-weight: normal;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box {
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_tit {
    line-height: 24px;
    font-size: 16px;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_list {
    padding: 0;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_list ul {
    margin: 0 0 0 24px;
    padding: 0;
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_list ul li {
    padding: 0;
    margin: 0;
    list-style: disc;
    color: #142640;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_list ul li img {
    width: 18px;
    margin-left: 8px;
    vertical-align: middle;
}

.pro_pop .centent_box .drink_box .interests_box {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .interests_title {
    gap: 0 8px;
    align-items: center;
}

.pro_pop .centent_box .drink_box .interests_title img {
    width: 32px;
}

.pro_pop .centent_box .drink_box .interests_title span {
    font-size: 18px;
}

.pro_pop .centent_box .drink_box .interests_intro {
    padding: 0;
    color: #595959;
    font-size: 14px;
    line-height: 22px;
}

.pro_pop .centent_box .drink_box .interests_intro ul {
    margin-left: 24px;
    gap: 8px 0;
    flex-direction: column;
    padding: 0;
}

.pro_pop .centent_box .drink_box .interests_intro ul li {
    padding: 0;
    margin: 0;
    list-style: decimal;
}

.pro_pop .centent_box .drink_box .trems_box {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .trems_box .trems_tit {
    font-size: 14px;
    line-height: 22px;
}

.pro_pop .centent_box .drink_box .trems_box .trems_list {
    padding: 0;
}

.pro_pop .centent_box .drink_box .trems_box .trems_list ul {
    margin: 0 0 0 24px;
    padding: 0;
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .trems_box .trems_list ul li {
    font-size: 12px;
    color: #979797;
    line-height: 18px;
    padding: 0;
    margin: 0;
    list-style: disc;
}

.pro_pop .centent_box .structure {
    padding: 16px 0;
    gap: 32px 0;
    flex-direction: column;
}

.pro_pop .centent_box .structure .title_box {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .centent_box .structure .title_box .title_txt {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.pro_pop .centent_box .structure .title_box .sub_title_txt {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #595959;
}

.pro_pop .centent_box .structure .str_sel {
    padding: 0;
    align-items: center;
    justify-content: center;
}

.pro_pop .centent_box .structure .str_sel_box {
    width: 43%;
    border: 1px #ccc solid;
    height: 40px;
    position: relative;
    cursor: pointer;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 16px;
    justify-content: space-between;
}

.pro_pop .centent_box .structure .str_sel_box .tips_txt {
    font-size: 16px;
    color: #595959;
}

.pro_pop .centent_box .structure .str_sel_box .str_value_box {
    gap: 0 8px;
    align-items: center;
}

.pro_pop .centent_box .structure .str_sel_box .str_value_txt {
    font-size: 16px;
    color: #142640;
    font-weight: 500;
}

.pro_pop .centent_box .structure .str_sel_box .str_value_arrow {
    width: 16px;
    height: 16px;
}

.pro_pop .centent_box .structure .str_sel_box .str_value_arrow img {
    width: 100%;
    height: 100%;
}

.pro_pop .centent_box .structure .str_sel_box .str_layer_box {
    width: 100%;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    z-index: 5;
    background: #fff;
}

.pro_pop .centent_box .structure .str_sel_box .str_layer_box ul {
    padding: 0;
    margin: 0;
}

.pro_pop .centent_box .structure .str_sel_box .str_layer_box ul li {
    list-style: none;
    padding: 5px 16px;
    margin: 0;
    height: 20px;
    font-size: 14px;
    color: #616161;
}

.pro_pop .centent_box .structure .str_sel_box .str_layer_box ul li.cur {
    color: #fff;
    background: #466580;
}

.pro_pop .centent_box .structure .str_ship_box {
    padding: 0;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site {
    padding: 0;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site.hide {
    display: none;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_ship_pic {
    position: relative;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_ship_pic img {
    width: 100%;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_ship_pic a {
    position: absolute;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro {
    padding: 32px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 48px;
    border-bottom: 1px #f4f4f4 solid
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item {
    display: flex;
    gap: 0 8px;
    align-items: center;
    cursor: pointer;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot {
    width: 14px;
    height: 14px;
    border: 1px #000 solid;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color1 {
    background: #DEC676;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color2 {
    background: #B1BFCA;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color3 {
    background: #B6B880;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color4 {
    background: #D67D88;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color5 {
    background: #7abee7;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color6 {
    background: #d8baad;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .txt_box {
    font-size: 12px;
    line-height: 18px;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_show {
    padding-top: 32px;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_show img {
    width: 100%;
}

.pro_pop .centent_box .room_swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro_pop .centent_box .room_swiper img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.pro_pop .centent_box .franch_swiper_thu {
    margin-top: 12px;
}

.pro_pop .centent_box .franch_swiper_thu .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border: 2px #fff solid;
    box-sizing: border-box;
}

.pro_pop .centent_box .franch_swiper_thu .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px #f4f4f4 solid;
}

.pro_pop .centent_box .franch_swiper_thu .swiper-slide img {
    max-height: 97px;
    object-fit: cover;
}

.pro_pop .centent_box .room_title {
    padding-top: 32px;
    line-height: 26px;
    font-weight: 500;
    color: #142640;
    font-size: 24px;
}

.pro_pop .centent_box .room_dis {
    padding-top: 16px;
}

.pro_pop .centent_box .room_dis ul {
    margin-left: 24px;
    padding: 0;
}

.pro_pop .centent_box .room_dis ul li {
    list-style-type: disc;
    padding: 5px 0;
    margin: 0;
    line-height: 22px;
    font-size: 16px;
    color: #000;
}

.pro_pop .centent_box .room_set {
    padding-top: 24px;
}

.pro_pop .centent_box .room_set_tit {
    color: #818182;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.pro_pop .centent_box .room_set_list {
    padding-top: 16px;
}

.pro_pop .centent_box .room_set_list ul {
    margin-left: 24px;
    padding: 0;
}

.pro_pop .centent_box .room_set_list ul li {
    list-style-type: disc;
    padding: 0;
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    color: #818182;
}

.pro_pop .centent_box .room_gift {
    padding-top: 16px;
}

.pro_pop .centent_box .room_gift_tit {
    color: #0D1C34;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.pro_pop .centent_box .room_gift_tit span {
    color: #818182;
    font-weight: 400;
}

.pro_pop .centent_box .room_gift_list {
    padding-top: 16px;
}

.pro_pop .centent_box .room_gift_list ul {
    gap: 4px 0;
    flex-direction: column;
    padding: 0;
    margin: 0
}

.pro_pop .centent_box .room_gift_list ul li {
    display: flex;
    gap: 0 8px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 32px;
}

.pro_pop .centent_box .room_gift_list ul li img {
    width: 32px;
}

.pro_pop .centent_box .room_gift_list ul li span {
    color: #0D1C34;
    font-size: 16px;
}

.pro_pop .centent_box .room_gift_list ul li a {
    text-decoration: underline;
    color: #0D1C34;
    font-size: 16px;
}

.pro_pop .centent_box .room_btn {
    gap: 0 24px;
    padding: 32px 10px 16px 10px;
}

.pro_pop .centent_box .room_btn a {
    display: block;
    flex: 1;
    height: 42px;
    background: #0D1C34;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
}

.pro_pop .long_close_box {
    max-width: 960px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-top: -48px;
}

.pro_pop .long_centent_box {
    max-width: 928px;
    position: relative;
    max-height: 70%;
    overflow: auto;
    padding: 16px;
    background: #fff;
    width: 100%;
}

.pro_pop .long_centent_box .service_box {
    display: flex;
    gap: 40px 0;
    flex-direction: column;
    padding: 16px 0;
}

.pro_pop .long_centent_box .service_list {
    padding: 0;
}

.pro_pop .long_centent_box .service_tit {
    padding-bottom: 24px;
    text-align: center;
    font-size: 20px;
    color: #142640;
    font-weight: 500;
}

.pro_pop .long_centent_box .service_sub_tit {
    font-size: 16px;
    padding-bottom: 24px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.pro_pop .long_centent_box .service_cont_list {
    display: flex;
    /* grid-template-columns: repeat(7, 1fr); */
    /* padding-bottom: 32px; */
}

.pro_pop .long_centent_box .service_cont_list .grid_item {
    padding: 0;
    flex: 1;
}

.pro_pop .long_centent_box .service_cont_list .grid_item .icon_box {
    width: 32px;
    margin: 0 auto;
}

.pro_pop .long_centent_box .service_cont_list .grid_item .icon_box img {
    width: 100%;
}

.pro_pop .long_centent_box .service_cont_list .grid_item .text_box {
    font-size: 13px;
    color: #142640;
    text-align: center;
    margin-top: 8px;
    line-height: 22px;
    font-weight: 500;
}

.pro_pop .long_centent_box .service_cont_intro {
    background: #f6f6f6;
    padding: 24px 16px;
    gap: 16px 0;
    flex-direction: column;
    margin-top: 32px;
}

.pro_pop .long_centent_box .service_cont_intro .top_tips {
    font-size: 12px;
    color: #818182;
    line-height: 18px;
}

.pro_pop .long_centent_box .service_cont_intro .top_tips span {
    color: #B10A32;
}

.pro_pop .long_centent_box .service_cont_intro .intro_list {
    gap: 0 16px;
}

.pro_pop .long_centent_box .service_cont_intro .intro_list .l_title {
    padding-left: 8px;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #818182;
    width: 102px;
    align-self: flex-start;
}

.pro_pop .long_centent_box .service_cont_intro .intro_list .l_title::before {
    content: "";
    width: 2px;
    height: 12px;
    background: #B10A32;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_pop .long_centent_box .service_cont_intro .intro_list .right_txt {
    flex: 1;
    font-size: 12px;
    color: #818182;
    line-height: 20px;
}

.pro_pop .long_centent_box .ship_service_box {
    gap: 0 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.pro_pop .long_centent_box .ship_service_list {
    gap: 32px 0;
    flex-direction: column;
}

.pro_pop .long_centent_box .ship_service_list .shit_list {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .top_tit {
    line-height: 24px;
    padding-left: 12px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .top_tit::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #B10A32;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_pop .long_centent_box .ship_service_list .shit_list .info_txt {
    font-size: 14px;
    line-height: 22px;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box {
    gap: 0 8px;
    color: #818182;
    font-size: 12px;
    line-height: 20px;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box .l_title {
    width: 96px;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box .l_title span {
    color: #B10A32;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box .r_txt {
    flex: 1;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box .r_txt a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.pro_pop .long_centent_box .exclude_box {
    display: grid;
    gap: 0 29px;
    grid-template-columns: repeat(3, 1fr);
}

.pro_pop .long_centent_box .exclude_box .exclude_list {
    background: #F6F6F6;
    padding: 24px 16px;
}

.pro_pop .long_centent_box .exclude_box .exclude_list ul {
    gap: 16px 0;
    padding: 0;
    margin: 0 0 0 24px;
    flex-direction: column;
}

.pro_pop .long_centent_box .exclude_box .exclude_list ul li {
    padding: 0;
    margin: 0;
    list-style: disc;
}

.pro_pop .s_long_close_box {
    max-width: 1200px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-top: -48px;
}

.pro_pop .s_long_centent_box {
    max-width: 1168px;
    position: relative;
    max-height: calc(70% + 73px);
    padding: 16px;
    background: #fff;
    width: 100%;
    overflow: auto;
}

.pro_pop .short_close_box {
    max-width: 432px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-top: -48px;
}

.pro_pop .short_centent_box {
    max-width: 400px;
    position: relative;
    max-height: 70%;
    overflow: auto;
    padding: 32px 16px;
    background: #fff;
    width: 100%;
}

.pro_pop .short_title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
}

.pro_pop .short_tips {
    padding: 16px 0 8px 0;
    color: #595959;
    font-size: 14px;
}

.pro_pop .short_dis_list {
    padding: 0;
}

.pro_pop .short_dis_list ul {
    gap: 8px 0;
    flex-direction: column;
    margin-left: 24px;
    padding: 0;
}

.pro_pop .short_dis_list ul li {
    list-style: disc;
    font-size: 14px;
    line-height: 21px;
    color: #595959;
}
.pro_pop .s_long_centent_box .contrast_wrap {
    height: 100%;
}
.pro_pop .contrast_wrap {
    width: 100%;
}

.pro_pop .contrast_mob_wrap {
    display: none;
}

.pro_pop .contrast_title {
    height: 50px;
    background: #0d1c34;
    display: grid;
    grid-template-columns: 8% auto 12% 12% 12% 12% 12%;
    align-items: center;
}

.pro_pop .contrast_title .title_item {
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
}

.pro_pop .contrast_table_box { 
    padding: 0;
    overflow: auto;
    /* max-height: 60vh; */
    max-height: calc(100% - 40px);
}

.pro_pop .contrast_table_box .contrast_table {
    display: grid;
    grid-template-columns: 8% auto 12% 12% 12% 12% 12%;
    border-bottom: 1px #0D1C34 solid;
    border-right: 1px #0D1C34 solid;
    border-left: 1px #0D1C34 solid;
}

.pro_pop .contrast_table_box .contrast_table .table_item {
    padding: 10px;
    font-size: 14px;
    color: #142640;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pro_pop .contrast_table_box .contrast_table .table_item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eee;
}

.pro_pop .contrast_table_box .contrast_table .table_item img {
    width: 100%;
    max-height: 100px;
    object-fit: cover;
}

.pro_pop .contrast_table_box .contrast_table .table_item span {
    color: #888;
    font-size: 12px;
}

.pro_pop .contrast_table_box .contrast_table .table_item.title {
    text-align: left;
    justify-content: flex-start;
}

.pro_pop .contrast_table_box .contrast_table .table_item.sx {
    flex-direction: column;
}

.pro_pop .contrast_table_box .contrast_table .table_item.grey {
    background: #f7f7f7;
}

.pro_pop .contrast_table_box .contrast_table .table_item a {
    text-decoration: underline;
    font-size: 14px;
    color: #0D1C34;
}

.pro_pop .code_close_box {
    max-width: 268px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-top: -48px;
}

.pro_pop .code_centent_box {
    max-width: 236px;
    position: relative;
    max-height: 70%;
    overflow: auto;
    padding: 26px 16px;
    background: #fff;
    width: 100%;
}

.pro_pop .code_content_tit {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    text-align: center;
}

.pro_pop .code_content_tit p {
    padding: 0;
    margin: 0;
}

.pro_pop .code_content_qr {
    width: 150px;
    padding-top: 16px;
    height: 150px;
    margin: 0 auto;
}

.pro_pop .code_content_qr img {
    width: 100%;
    height: 100%;
}

/* 陆地游特别提醒 */
.pro_pop.ldy_pop .con {
    width: 672px;
    min-height: 416px;
    max-height: 500px;
    overflow: auto;
    background-color: white;
    box-sizing: border-box;
    padding: 24px;
    font-size: 14px;
    color: #595959;

}

.pro_pop.ldy_pop .con .con_txt {
    width: 100%;
    overflow-wrap: break-word;
}

.pro_pop.ldy_pop .con .con_txt span {
    color: #B10A32;
}

.pro_pop.ldy_pop .con .con_txt span.xhx {
    text-decoration: underline;
    cursor: pointer;
}

.pro_pop.ldy_pop .con .title {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px;
    color: #142640;
}

/* 一票多享！船票已含/不包含 */
.pro_pop.ypdx_pop .pop_close_box {
    max-width: 960px;
}

.pro_pop.ypdx_pop .con {
    max-width: 960px;
    position: relative;
    max-height: 70%;
    overflow: auto;
    padding: 24px;
    background: #fff;
    width: 100%;
}

.pro_pop.ypdx_pop .con .title {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #142640;
    text-align: center;
}

.pro_pop.ypdx_pop .con .xm_list_box {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}

.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 130px;
}

.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list .benefit_item_list_title {
    position: relative;
}

.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list .benefit_item_list_title div {
    line-height: 21px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;

}

.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list .benefit_item_list_title div.none {
    padding-right: 0px;
}

.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list .benefit_item_list_title img {
    width: 10px;
    height: 15px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list img {
    width: 32px;
    height: 32px;
    font-size: 0;
    margin-bottom: 8px;
}

.pro_pop.ypdx_pop .con .detail_title {
    padding-top: 40px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.pro_pop.ypdx_pop .con .detail_box {
    gap: 0px 24px;
}

.pro_pop.ypdx_pop .con .detail_box .detail_list {
    width: 50%;
}

.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_small_title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: black;
    line-height: 24px;
}

.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_small_title .tiao {
    width: 4px;
    height: 18px;
    background-color: #B10A32;
    margin-right: 8px;
}

.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_txt {
    padding-top: 16px;
    font-size: 14px;
    line-height: 21px;
}

.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs {
    font-size: 12px;
    font-weight: 400;
    flex: 1;
    color: #818182;
}

.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs span {
    font-weight: 500;
    color: black;
    text-decoration: underline;
}

.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs_title {
    color: #818182;
    font-size: 12px;
    line-height: 20px;
}

.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs_title span {
    color: #B10A32;
}

.pro_pop.ypdx_pop .con .detail_box .jz_list {
    padding-top: 32px;
}

.pro_pop.ypdx_pop .con .detail_box .jz_list:first-child {
    padding-top: 0px;
}

.pro_pop.ypdx_pop .con .level_two_title {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: black;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 24px;
}

.pro_pop.ypdx_pop .con .bbh_list_box {
    gap: 0px 21px;
}

.pro_pop.ypdx_pop .con .bbh_list_box div {
    width: 33.33333%;
    background: #F6F6F6;
    box-sizing: border-box;
    padding: 24px 16px;
}

.pro_pop.ypdx_pop .con .bbh_list_box div ul {
    /* list-style-type: none; */
    padding-left: 20px;
}

.pro_pop.ypdx_pop .con .bbh_list_box div ul li {
    font-size: 14px;
    line-height: 20px;
    color: black;
    padding-top: 16px;
}

.pro_pop.mrxc_pop .con {
    max-width: 672px;
    position: relative;
    max-height: 70%;
    /* overflow: auto; */
    padding: 48px 126px 72px 126px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
}

.pro_pop.mrxc_pop .con .mob_top_image {
    display: none;
}

.pro_pop.mrxc_pop .pop_close_box {
    max-width: 672px;
}

.pro_pop.mrxc_pop .con .title {
    color: #142640;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.pro_pop.mrxc_pop .con .name_box {
    border-bottom: solid 1px #000;
    padding-top: 32px;
}

.pro_pop.mrxc_pop .con .name {
    width: 100%;
    border: none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.pro_pop.mrxc_pop .con .code_box {
    border-bottom: solid 1px #000;
    padding-top: 32px;
}

.pro_pop.mrxc_pop .con .code {
    width: 100%;
    border: none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.pro_pop.mrxc_pop .con .phone_box {
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 32px;
}

.pro_pop.mrxc_pop .con .phone_box .phone_input_box {
    border-bottom: solid 1px #000;
    flex: 1;
}

.pro_pop.mrxc_pop .con .phone_box .phone_input_box .phone {
    width: 100%;
    border: none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.pro_pop.mrxc_pop .con .phone_box .phone_yzm {
    width: 96px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #142640;
    margin-left: 16px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.pro_pop.mrxc_pop .con .phone_box .phone_yzm.disable {
    background: #979797;
}

.pro_pop.mrxc_pop .con .yszc_box {
    align-items: flex-start;
    padding-top: 16px;
}

.pro_pop.mrxc_pop .con .yszc_box .yszc_txt {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
}

.pro_pop.mrxc_pop .con .yszc_box .yszc_txt span {
    font-weight: 500;
    color: #142640;
    cursor: pointer;
}

.pro_pop.mrxc_pop .con .yszc_box .gx_box {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 16px;
    cursor: pointer;
}

.pro_pop.mrxc_pop .con .yszc_box .gx_box img {
    width: 100%;
    height: 100%;
}

.pro_pop.mrxc_pop .con .btn_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    gap: 0px 16px;
}

.pro_pop.mrxc_pop .con .btn_box div {
    width: 50%;
    height: 40px;
    cursor: pointer;
    background-color: #B10A32;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 16px;
}

.pro_pop.mrxc_pop .con .wx_code {
    position: absolute;
    top: 184px;
    left: 210px;
    width: 268px;
    height: 292px;
    display: flex;
    flex-direction: column;
    /* display: none; */
}

.pro_pop.mrxc_pop .con .wx_code .content {
    flex: 1;
    background: white;
    padding: 26px 59px;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.pro_pop.mrxc_pop .con .wx_code .content span {
    font-size: 16px;
    line-height: 28px;
}

.pro_pop.mrxc_pop .con .wx_code .content img {
    width: 150px;
    height: 150px;
    margin-top: 16px;
}

.pro_pop.mrxc_pop .con .wx_code .content .sj {
    width: 100%;
    position: absolute;
    left: 0;
    top: -18px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.pro_pop.mrxc_pop .con .wx_code .content .sj img {
    width: 40px;
    height: 18px;
    margin-top: 0px;
}

.pro_pop.sub_success_pop .con {
    max-width: 672px;
    position: relative;
    max-height: 70%;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 234px;
}

.pro_pop.sub_success_pop .con .mob_detail {
    display: none;
}

.pro_pop.sub_success_pop .con .mob_btn {
    display: none;
}

.pro_pop.sub_success_pop .pop_close_box {
    max-width: 672px;
}

.pro_pop.sub_success_pop .con img {
    width: 44px;
    height: 44px;
    font-size: 0;
    margin-bottom: 16px;
}

.pro_pop.sub_success_pop .con span {
    font-size: 20px;
    color: black;
    line-height: 30px;
    font-weight: 500;
}

.pro_pop.yyzx_pop .con {
    max-width: 672px;
    position: relative;
    max-height: 70%;
    /* overflow: auto; */
    padding: 48px 126px 72px 126px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
}

.pro_pop.yyzx_pop .pop_close_box {
    max-width: 672px;
}

.pro_pop.yyzx_pop .con .title {
    color: #142640;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.pro_pop.yyzx_pop .con .name_box {
    border-bottom: solid 1px #000;
    padding-top: 32px;
}

.pro_pop.yyzx_pop .con .name {
    width: 100%;
    border: none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.pro_pop.yyzx_pop .con .code_box {
    border-bottom: solid 1px #000;
    padding-top: 32px;
}

.pro_pop.yyzx_pop .con .code {
    width: 100%;
    border: none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.pro_pop.yyzx_pop .con .phone_box {
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 32px;
}

.pro_pop.yyzx_pop .con .phone_box .phone_input_box {
    border-bottom: solid 1px #000;
    flex: 1;
}

.pro_pop.yyzx_pop .con .phone_box .phone_input_box .phone {
    width: 100%;
    border: none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.pro_pop.yyzx_pop .con .phone_box .phone_yzm {
    width: 96px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #142640;
    margin-left: 16px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.pro_pop.yyzx_pop .con .phone_box .phone_yzm.disable {
    background: #979797;
}

.pro_pop.yyzx_pop .con .yszc_box {
    align-items: flex-start;
    padding-top: 16px;
}

.pro_pop.yyzx_pop .con .yszc_box .yszc_txt {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
}

.pro_pop.yyzx_pop .con .yszc_box .yszc_txt span {
    font-weight: 500;
    color: #142640;
    cursor: pointer;
}

.pro_pop.yyzx_pop .con .yszc_box .gx_box {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 16px;
    cursor: pointer;
}

.pro_pop.yyzx_pop .con .yszc_box .gx_box img {
    width: 100%;
    height: 100%;
}

.pro_pop.yyzx_pop .con .btn_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    gap: 0px 16px;
}

.pro_pop.yyzx_pop .con .btn_box div {
    width: 100%;
    height: 40px;
    cursor: pointer;
    background-color: #B10A32;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 16px;
}

.pro_pop.pro_levelup_pop .trip_hl_swiper_pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
}

.pro_pop.pro_levelup_pop .trip_hl_swiper_pagination .trip_hl_swiper_arrow {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.pro_pop.pro_levelup_pop .trip_hl_swiper_pagination {
    margin-top: 4px;
}

.pro_pop.pro_levelup_pop .trip_hl_swiper_pagination .trip_hl_swiper_number {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.pro_pop.hotel_pop .trip_hl_swiper_pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
}

.pro_pop.hotel_pop .trip_hl_swiper_pagination .trip_hl_swiper_arrow {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.pro_pop.hotel_pop .trip_hl_swiper_pagination {
    margin-top: 4px;
}

.pro_pop.hotel_pop .trip_hl_swiper_pagination .trip_hl_swiper_number {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.pro_pop.hotel_pop .centent_box .level_content {
    padding-top: 0px;
}

.pro_pop.hotel_pop .centent_box .level_content .level_top {
    padding-bottom: 0px;
}

.pro_pop.hotel_pop .centent_box .level_content .level_contxt_txt {
    padding-top: 8px;
}
@media screen and (max-width:1024px) {
    .pro_pop .pop_close_box {
        max-width: 343px;
    }

    .pro_pop .content_video {
        max-width: 345px;
    }

    .pro_pop .popup-content-swiper .centent_box {
        max-width: 311px;
        max-height: 70%;
    }
    .pro_pop  .popup-content-swiper{
        max-width: 343px;
    }
    .pro_pop .centent_box {
        max-width: 311px;
    }
    .pro_pop .centent_box .level_swiper img.str_banner {
        max-height: 224px;
        object-fit: cover;
    }

    .pro_pop .centent_box .level_content .level_top {
        flex-direction: column;
        gap: 24px 0;
    }

    .pro_pop .centent_box .level_content .level_top .l_txt_tag {
        gap: 6px 12px;
    }

    .pro_pop .centent_box .level_content .level_top .r_txt_title {
        text-align: left;
    }

    .pro_pop .centent_box .level_content .level_top .r_txt_link {
        text-align: left;
    }

    .pro_pop .centent_box .level_content .level_contxt_intro {
        font-size: 12px;
    }

    .pro_pop .centent_box .h_title {
        font-size: 16px;
        line-height: 24px;
    }

    .pro_pop .centent_box .str_txt {
        gap: 16px 0;
        flex-direction: column;
        padding-top: 16px;
    }

    .pro_pop .centent_box .str_txt_title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        color: #142640;
    }

    .pro_pop .centent_box .str_txt_detail {
        font-size: 14px;
        line-height: 24px;
    }

    .pro_pop .centent_box .view_line_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .pro_pop .centent_box .view_line_list .list_item:nth-child(3) {
        color: #595959;
    }

    .pro_pop .centent_box .view_line_list .list_item:nth-child(4) {
        color: #595959;
    }

    .pro_pop .centent_box .drink_box {
        gap: 24px 0;
    }

    .pro_pop .centent_box .drink_box .top_txt {
        font-size: 14px;
        line-height: 21px;
    }

    .pro_pop .centent_box .drink_box .intro_txt {
        font-size: 14px;
        line-height: 20px;
    }

    .pro_pop .centent_box .drink_box .drink_menu {
        gap: 12px 0;
    }

    .pro_pop .centent_box .drink_box .drink_menu .title_txt {
        font-size: 16px;
        line-height: 24px;
    }

    .pro_pop .centent_box .drink_box .drink_menu .title_txt::before {
        height: 16px;
    }

    .pro_pop .centent_box .drink_box .drink_menu .price_box .price_txt {
        font-size: 14px;
        line-height: 20px;
    }

    .pro_pop .centent_box .drink_box .drink_menu .line_box .line_tit {
        line-height: 20px;
        font-size: 14px;
    }

    .pro_pop .centent_box .drink_box .drink_menu .line_box .line_list ul li {
        font-size: 14px;
    }

    .pro_pop .centent_box .drink_box .interests_box {
        gap: 12px 0;
    }

    .pro_pop .centent_box .drink_box .interests_title img {
        width: 24px;
    }

    .pro_pop .centent_box .drink_box .interests_title span {
        font-size: 16px;
    }

    .pro_pop .centent_box .drink_box .trems_box {
        gap: 12px 0;
    }

    .pro_pop .centent_box .structure .title_box {
        gap: 8px 0;
        flex-direction: column;
    }

    .pro_pop .centent_box .structure .title_box .title_txt {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .pro_pop .centent_box .structure .title_box .sub_title_txt {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #595959;
    }

    .pro_pop .centent_box .structure .str_sel_box {
        width: 66%;
    }

    .pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro {
        padding: 16px 0 32px 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .pro_pop .centent_box .room_swiper img {
        max-height: 220px;
    }

    .pro_pop .centent_box .franch_swiper_thu {
        margin-top: 8px;
    }

    .pro_pop .centent_box .franch_swiper_thu .swiper-slide {
        opacity: 0.5;
        cursor: pointer;
        border: 2px #fff solid;
        box-sizing: border-box;
    }

    .pro_pop .centent_box .franch_swiper_thu .swiper-slide-thumb-active {
        opacity: 1;
        border: 2px #f4f4f4 solid;
    }

    .pro_pop .centent_box .franch_swiper_thu .swiper-slide img {
        max-height: 44px;
        object-fit: cover;
    }

    .pro_pop .centent_box .room_swiper .swiper-button-next,
    .pro_pop .centent_box .room_swiper .swiper-button-prev {
        width: 12px;
        height: 20px;
        top: 50%;
        margin: 0;
        transform: translateY(-50%);
    }

    .pro_pop .centent_box .room_swiper .swiper-button-next::after,
    .pro_pop .centent_box .room_swiper .swiper-button-prev::after {
        font-size: 10px;
        color: #000;
    }

    .pro_pop .centent_box .room_title {
        padding-top: 24px;
        font-size: 20px;
    }

    .pro_pop .centent_box .room_dis {
        padding-top: 24px;
    }

    .pro_pop .centent_box .room_set_list {
        padding-top: 12px;
    }

    .pro_pop .centent_box .room_set_list ul li {
        font-size: 14px;
    }

    .pro_pop .centent_box .room_gift {
        padding-top: 24px;
    }

    .pro_pop .centent_box .room_gift_tit {
        color: #0D1C34;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        display: flex;
        flex-direction: column;
    }

    .pro_pop .centent_box .room_gift_tit span {
        font-size: 14px;
    }

    .pro_pop .centent_box .room_gift_list ul li span {
        font-size: 14px;
    }

    .pro_pop .centent_box .room_gift_list ul li a {
        font-size: 14px;
    }

    .pro_pop .centent_box .room_btn {
        gap: 0 12px;
        padding: 32px 0 8px 0;
    }

    .pro_pop .centent_box .room_btn a {
        font-size: 14px;
    }

    .pro_pop .long_close_box {
        max-width: 343px;
    }

    .pro_pop .long_centent_box {
        max-width: 311px;
        max-height: 70%;
    }

    .pro_pop .long_centent_box .service_box {
        gap: 32px 0;
    }

    .pro_pop .long_centent_box .service_tit {
        padding-bottom: 24px;
        font-size: 18px;
    }

    .pro_pop .long_centent_box .service_sub_tit {
        font-size: 18px;
    }

    .pro_pop .long_centent_box .service_cont_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* padding-bottom: 32px; */
        gap: 12px 11px;
    }

    .pro_pop .long_centent_box .service_cont_list .grid_item .text_box {
        font-size: 16px;
        padding: 8px 0;
        margin: 0;
        line-height: 24px;
    }

    .pro_pop .long_centent_box .service_cont_intro .intro_list {
        gap: 8px 0;
        flex-direction: column;
    }

    .pro_pop .long_centent_box .ship_service_box {
        gap: 24px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .pro_pop .long_centent_box .ship_service_list .shit_list .tips_box {
        gap: 8px 0;
        flex-direction: column;
    }

    .pro_pop .long_centent_box .exclude_box {
        gap: 16px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .pro_pop .long_centent_box .exclude_box .exclude_list ul li {
        font-size: 14px;
    }

    .pro_pop .s_long_close_box {
        max-width: 343px;
    }

    .pro_pop .s_long_centent_box {
        max-width: 311px;
        max-height: 70%;
    }

    .pro_pop .short_close_box {
        max-width: 343px;
    }

    .pro_pop .short_centent_box {
        max-width: 311px;
        max-height: 70%;
    }

    .pro_pop .short_title {
        font-size: 16px;
    }

    .pro_pop .contrast_wrap {
        display: none;
    }

    .pro_pop .contrast_mob_wrap {
        display: block;
    }

    .pro_pop .contrast_mob_tit {
        height: 50px;
        background: #0d1c34;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .pro_pop .contrast_mob_tit .title_item {
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 5px;
        height: 50px;
        position: relative;
    }

    .pro_pop .contrast_mob_tit .title_item img {
        width: 16px;
    }

    .pro_pop .contrast_mob_tit .title_item .room_sel_layer {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        z-index: 5;
        background: #fff;
        box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
        display: none;
    }

    .pro_pop .contrast_mob_tit .title_item .room_sel_layer ul {
        padding: 0;
        margin: 0;
    }

    .pro_pop .contrast_mob_tit .title_item .room_sel_layer ul li {
        list-style: none;
        padding: 10px;
        font-size: 14px;
        color: #333;
    }

    .pro_pop .contrast_mob_tit .title_item .room_sel_layer ul li.cur {
        background: #466580;
        color: #fff;
    }

    .pro_pop .contrast_mob_cont {
        overflow: auto;
        max-height: 70vh;
        -webkit-overflow-scrolling: touch;
    }

    .pro_pop .contrast_mob_cont .cont_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 1px;
        background: #ddd;
    }

    .pro_pop .contrast_mob_cont .cont_list .left_side {
        width: 100%;
    }

    .pro_pop .contrast_mob_cont .cont_list .right_side {
        width: 100%;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item {
        background: #fff;
        text-align: center;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item.hide {
        display: none;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .list_box {
        padding: 10px;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .list_box.grey {
        background: #f4f4f4;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_tit {
        font-size: 14px;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_tit a {
        text-decoration: underline;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont {
        padding: 5px 0 0 0;
        text-align: center;
        font-size: 14px;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont img {
        width: 100%;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont ul {
        margin-left: 20px;
        padding: 0;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont ul li {
        font-size: 14px;
        list-style: disc;
        text-align: left;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont ul li.op0 {
        opacity: 0;
    }

    .pro_pop .contrast_title {
        height: 50px;
        background: #0d1c34;
        display: grid;
        grid-template-columns: 8% auto 12% 12% 12% 12% 12%;
        align-items: center;
    }

    .pro_pop .contrast_title .title_item {
        line-height: 20px;
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
    }

    .pro_pop .contrast_table_box {
        padding: 0;
        overflow: auto;
        max-height: 60vh;
    }

    .pro_pop .contrast_table_box .contrast_table {
        display: grid;
        grid-template-columns: 8% auto 12% 12% 12% 12% 12%;
        border-bottom: 1px #0D1C34 solid;
        border-right: 1px #0D1C34 solid;
        border-left: 1px #0D1C34 solid;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item {
        padding: 10px;
        font-size: 14px;
        color: #142640;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #eee;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item img {
        width: 100%;
        max-height: 100px;
        object-fit: cover;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item span {
        color: #888;
        font-size: 12px;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item.title {
        text-align: left;
        justify-content: flex-start;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item.sx {
        flex-direction: column;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item.grey {
        background: #f7f7f7;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item a {
        text-decoration: underline;
        font-size: 14px;
        color: #0D1C34;
    }

    .pro_pop.yyzx_pop .centent_flex {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .pro_pop.yyzx_pop .con {
        padding: 16px;
        max-height: 70%;
    }

    .pro_pop.yyzx_pop .con .title {
        font-size: 18px;
        line-height: 27px;
        text-align: start;
    }

    .pro_pop.yyzx_pop .con .name_box {
        padding-top: 16px;
    }

    .pro_pop.yyzx_pop .con .phone_box {
        padding-top: 24px;
    }

    .pro_pop.yyzx_pop .con .code_box {
        padding-top: 24px;
    }

    .pro_pop.yyzx_pop .con .name {
        font-size: 16px;
    }

    .pro_pop.yyzx_pop .con .phone_box .phone_input_box .phone {
        font-size: 16px;
    }

    .pro_pop.yyzx_pop .con .code {
        font-size: 16px;
    }

    .pro_pop.yyzx_pop .con .yszc_box .yszc_txt {
        font-size: 14px;
    }

    .pro_pop.yyzx_pop .con .btn_box {
        padding-top: 24px;
    }

    .pro_pop.yyzx_pop .con .btn_box div {
        font-size: 14px;
        height: 44px;
        line-height: 44px;
    }

    .pro_pop.yyzx_pop .con .phone_box .phone_yzm {
        height: 34px;
        line-height: 34px;
    }

    .pro_pop.mrxc_pop .centent_flex {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .pro_pop.mrxc_pop .con {
        padding: 16px;
        overflow: auto;
        max-height: 80%;
    }

    .pro_pop.mrxc_pop .con .mob_top_image {
        display: block;
        width: 100%;
        height: 175px;
        overflow: hidden;
    }

    .pro_pop.mrxc_pop .con .mob_top_image img {
        width: 100%;
        margin-top: -50px;
    }

    .pro_pop.mrxc_pop .con .title {
        padding-top: 16px;
        font-size: 18px;
        line-height: 27px;
        text-align: start;
    }

    .pro_pop.mrxc_pop .con .name_box {
        padding-top: 16px;
    }

    .pro_pop.mrxc_pop .con .phone_box {
        padding-top: 24px;
    }

    .pro_pop.mrxc_pop .con .code_box {
        padding-top: 24px;
    }

    .pro_pop.mrxc_pop .con .phone_box .phone_yzm {
        height: 34px;
        line-height: 34px;
    }

    .pro_pop.mrxc_pop .con .yszc_box .yszc_txt {
        font-size: 14px;
    }

    .pro_pop.mrxc_pop .con .btn_box {
        padding-top: 24px;
    }

    .pro_pop.mrxc_pop .con .btn_box div.djxz {
        display: none;
    }

    .pro_pop.mrxc_pop .con .btn_box div {
        width: 100%;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    .pro_pop.sub_success_pop .centent_flex {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .pro_pop.sub_success_pop .con {
        padding: 16px;
        box-sizing: border-box;
    }

    .pro_pop.sub_success_pop .con .mob_detail {
        display: block;
        margin-top: 8px;
        font-size: 16px;
        color: #595959;
        line-height: 24px;

    }

    .pro_pop.sub_success_pop .con .mob_btn {
        display: block;
        margin-top: 24px;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        color: white;
        background: #B10A32;
    }

    .pro_pop.ypdx_pop .centent_flex {
        padding: 16px;
        box-sizing: border-box;
    }

    .pro_pop.ypdx_pop .con {
        width: 100%;
        max-width: 100%;
        padding: 16px;
        box-sizing: border-box;
    }

    .pro_pop.ypdx_pop .con .title {
        text-align: start;
        font-size: 18px;
        line-height: 25px;
    }

    .pro_pop.ypdx_pop .con .xm_list_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 0;
    }

    .pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list {
        max-width: 100%;
    }

    .pro_pop.ypdx_pop .con .detail_title {
        padding-top: 24px;
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 16px;
        text-align: start;
    }

    .pro_pop.ypdx_pop .con .detail_box {
        flex-direction: column;
    }

    .pro_pop.ypdx_pop .con .detail_box .detail_list {
        width: 100%;
        padding-top: 16px;
    }

    .pro_pop.ypdx_pop .con .detail_box .detail_list .detail_txt {
        padding-top: 8px;
        padding-bottom: 8px;
        flex-direction: column;
    }

    .pro_pop.ypdx_pop .con .detail_box .jz_list {
        padding-top: 16px;
    }

    .pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs {
        padding-top: 8px;
    }

    .pro_pop.ypdx_pop .con .level_two_title {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .pro_pop.ypdx_pop .con .bbh_list_box {
        flex-direction: column;
        gap: 16px 0;
    }

    .pro_pop.ypdx_pop .con .bbh_list_box div {
        width: 100%;
    }
}

/* 弹窗 swiper 样式 */
.popup-content-swiper {
    width: 100%;
    max-width: 672px;
    height: auto;
    margin: 0 auto;
    overflow: visible !important;
    position: relative;
    padding-bottom: 40px;
    background: #fff;
}

.popup-content-swiper > .swiper-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
}

.popup-content-swiper > .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    will-change: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.popup-content-swiper > .swiper-slide-active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
}

.popup-content-swiper .centent_box {
    height: 100%;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

/* 图片 swiper 样式 */
.popup-content-swiper .level_swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    touch-action: pan-x;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.popup-content-swiper .level_swiper .swiper-wrapper {
    display: flex;
    touch-action: pan-x;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.popup-content-swiper .level_swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.popup-content-swiper .level_swiper .swiper-slide img {
    width: 100%;
    display: block;
    user-select: none;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* 图片分页器样式 */
.popup-img-pagination {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.popup-img-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 4px;
    transition: all 0.3s;
}

.popup-img-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
    width: 10px;
    height: 10px;
}

/* 内容分页器样式 */
.popup-content-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.popup-content-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s;
    border-radius: 50%;
}

.popup-content-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.pro_pop .s_long_centent_box_mb{
    display: none;
}
@media screen and (max-width: 1024px) {
    .popup-img-pagination {
        bottom: 12px;
    }

    .popup-content-pagination {
        margin-top: 16px;
    }

    .pro_pop .s_long_centent_box_mb{
        display: block;
        background: #fff;
        max-width: 311px;
        padding: 16px;
        background: #fff;
        width: 100%;
    }
    .pro_pop .s_long_centent_box{
        display: none;
    }
}
.s_long_centent_box table{
    width: 100%;
    /* border-collapse: collapse; */
    border: 1px solid #CCCCCC;
}
.s_long_centent_box table th{
    background: #142640;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    color: #FFFFFE;
    font-weight: 400;
    position: sticky;
    top: 0;
}
.s_long_centent_box table td{
    border-bottom: 1px solid #CCCCCC;
    padding-left: 7px;
    font-size: 12px;
    height: 44px;
    text-align: center;
}
.s_long_centent_box .bg{
    background: #F7F7F7;
    width: 191px;
}
.contrast_title_th{
    display: flex;
    width: 100%;
}
.contrast_title_th div:first-of-type{
    /* flex:2; */
    flex-basis: auto;
    width: 345px;
}
.contrast_title_th div{
    text-align: center;
    flex:1;
    background: #142640;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    color: #FFFFFE;
    font-weight: 400;
}
.table_tips{
    font-size: 12px;
    color: #595959;
    padding-top: 8px;
    /* padding-bottom: 60px; */
}


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


.seaview-rooms-swiper .swiper-button-next, .seaview-rooms-swiper .swiper-button-prev{width:36px;height:36px;top:auto;bottom:0;}
.seaview-rooms-swiper .swiper-button-next{right:0;}
.seaview-rooms-swiper .swiper-button-prev{left:0;}
.seaview-rooms-swiper .swiper-button-next::after{content:"";background:url(../images/r_b_arrow.svg) no-repeat center center;background-size:100% 100%;display:block;width:36px;height:36px;}
.seaview-rooms-swiper .swiper-button-prev::after{content:"";background:url(../images/l_b_arrow.svg) no-repeat center center;background-size:100% 100%;display:block;width:36px;height:36px;}
.seaview-rooms-swiper .swiper-pagination-fraction{top:auto;bottom:0;height:36px;line-height:36px;font-size:20px;color:#142640;font-family:"SourceHanSansCNMedium";z-index:1;}
