    .banner_img {
        width: 100%;
        height: calc(100vh + 50px);
        min-height: 100vh;
        background: linear-gradient(180deg, #C2B5DF 0%, #F0F0F0 100%);
    }

    .banner_swiper {
        width: 100%;
        height: 100%;
    }

    .banner-slide-item {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .swiper_next {
        right: 30px !important;
    }

    .swiper-pagination-bullet {
        opacity: 1;
        width: 10px;
        height: 10px;
        background: #fff;
        margin: 0 5px;
        transition: all 0.3s ease-in-out;
    }

    .swiper-pagination-bullet-active {
        background: #3D1193;
        width: 30px;
        border-radius: 10px;
    }

    /* 机票 */
    .air_tickets {
        perspective: 1000px;
        position: relative;
        transform: translateY(-50px);
        width: 100%;
        height: 634px;
        background: linear-gradient(180deg, #C2B5DF 0%, #F0F0F0 100%);
        border-radius: 50px 50px 50px 50px;
        overflow: hidden;
        z-index: 1;
    }



    .flip-card {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1128px;
        min-width: 1128px;
        height: 534px;
        perspective: 1000px;
        transition: all .5s ease-out;
        transform-style: preserve-3d;
    }

    /* 正面--------------------------------------------------------------------------------------------------- */
    .ticket-front {
        box-sizing: border-box;
        padding-top: 30px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 32px 32px 32px 32px;
        background-image: url(../images/ticket_img.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        backface-visibility: hidden;
        overflow: hidden;
    }

    .shadow_img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 16px;
        height: 550px;
        z-index: 999;
    }

    .ticket_logo {
        margin: 0 0 30px 20px;
        width: 822px;
        height: 56px;
        background-image: url(../images/ticket_logo.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ticket_info {
        box-sizing: border-box;
        padding: 35px 30px 0 30px;
        margin-left: 30px;
        width: 822px;
        border-top: 1px solid #bebcbc;
    }

    .place_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .place_content img {
        width: 215px;
        height: 40px;
    }

    .place_content span {
        font-family: 'NotoSansCJKscBlack';
        font-weight: bold;
        font-size: 60px;
        color: #2C2926;
        line-height: 70px;
    }

    .flight_time_content {
        margin-top: 25px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .en_name {
        font-family: 'NotoSansCJKscBlack';
        font-size: 36px;
        font-weight: bold;
        font-size: 36px;
        color: #2C2926;
        line-height: 42px;
        text-transform: uppercase;
    }

    .flight_time {
        position: relative;
        width: 586px;
    }

    .flight_time div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: 'NotoSansCJKscBlack';
        font-weight: 500;
        font-size: 22px;
        color: #2C2926;
        line-height: 28px;
    }

    .arrow_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .flight_content {
        margin-top: 63px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 50px;
    }

    .flight_content li {
        font-family: 'NotoSansCJKscBlack';
    }

    .flight_content li div {
        font-weight: 500;
        font-size: 24px;
        color: rgba(44, 41, 38, 0.6);
        font-family: NotoSansCJKscMedium !important;
    }

    .flight_content li span {
        display: block;
        margin-top: 20px;
        font-weight: bold;
        font-size: 36px;
        color: #2C2926;
        line-height: 42px;
        text-align: center;
    }

    .flight_content li:nth-child(3) span {
        text-align: right;
    }

    .ticket_bottom {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        width: 383px;
    }

    .slide_img {
        width: 121px;
        height: 47px;
        background-image: url(../images/image.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 10px;
        animation: upAndDown 3s ease-in-out infinite;

    }

    @keyframes upAndDown {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-30px);
            /* 向下移动20px */
        }

        100% {
            transform: translateX(0);
        }
    }

    .ticket_bottom div {
        perspective: 800px;
        font-family: NotoSansCJKscBlack;
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        text-shadow:
            0px 0px 0px #c0c0c0,
            0px 0px 0px #b0b0b0,
            0px 0px 0px #a0a0a0,
            0px 2px 0px #909090,
            0px 0px 0px rgba(0, 0, 0, 0.6);
    }

    /* 右侧 */
    .kiaOra {
        position: absolute;
        top: 0px;
        right: 0;
    }

    .small_logo {
        position: absolute;
        top: 30px;
        right: 19px;
        width: 60px;
        height: 50px;
        background-image: url(../images/small_logo.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .line {
        margin: 116px 40px 0 0;
        width: 160px;
        border-top: 1px solid #bebcbc;
        background-color: #2C2926;
    }

    .kiaOra_text {
        position: absolute;
        top: 223px;
        right: 24px;
        font-family: 'DFYaSongGB5HK-W9';
        color: #3D1193;
        line-height: 56px;
        text-wrap: nowrap;
        text-align: center;
    }

    .kiaOra_text span:nth-child(1) {
        font-size: 36px;
        font-style: italic;
    }

    .kiaOra_text span:nth-child(2) {
        display: block;
        font-size: 48px;

    }

    /* 反面--------------------------------------------------------------------------------------- */
    .ticket-back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        backface-visibility: hidden;
        transform: rotateY(180deg);
    }

    .ticket_sipwer {
        width: 1128px;
        height: 100%;
        border-radius: 32px 32px 32px 32px;
    }

    .swiper-slide-item {
        width: 100%;
        height: 534px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 32px 32px 32px 32px;

    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url(../images/swiper_icon.png);
        width: 40px !important;
        height: 40px !important;
        background-size: contain;
        left: 30px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        transform: rotate(180deg);
        background-image: url(../images/swiper_icon.png);
        width: 40px !important;
        height: 40px !important;
        background-size: contain;
        right: 183px;
    }


    /* 景点轮播 */
    .scenic_box {
        margin: 0 auto;
        width: 1128px;
    }

    .scenic_container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1284px;
        margin: 0 0 0 auto;
        background-color: #FFFFFF;
        height: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 1.5s ease-in-out;
    }

    .heightShow {
        height: auto;
        max-height: 405px;
    }

    .describe {
        margin-right: 68px;
    }

    .scenic_title {
        width: 340px;
        height: 100px;
        font-family: 'NotoSansCJKscBlack';
        font-weight: bold;
        font-size: 32px;
        color: #000000;
        line-height: 40px;
        transition: all 1s ease-in-out;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        /* 显示的行数 */
    }

    .btns {
        margin-top: 40px;
        display: flex;
        align-items: center;
    }


    .btns div {
        width: 160px;
        height: 48px;
        border-radius: 24px 24px 24px 24px;
        font-family: 'NotoSansCJKscBlack';
        line-height: 48px;
        text-align: center;
        font-weight: bold;
        font-size: 17px;
        cursor: pointer;
    }

    .btns div:hover {
        box-shadow: 2px 2px 2px 0px rgba(145, 143, 143, 0.75);
    }

    .btns div:nth-child(1) {
        border: 1px solid #3D1193;
        color: #3D1193;
        margin-right: 20px;
    }

    .btns div:nth-child(2) {
        background-color: #3D1193;
        color: #ffffff;
    }

    .btns div:nth-child(2)>a {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 24px 24px 24px 24px;
        color: #ffffff;
    }

    .scenic_imgs {
        width: 720px;
        height: 405px;
        border-radius: 30px 30px 30px 30px;
    }

    .scenic_swiper {
        position: relative;
        width: 720px;
        height: 100%;
        border-radius: 30px 30px 30px 30px;
    }


    .scenic-slide-item {
        position: relative;
        width: 100%;
        height: 405px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .scenic_next {
        right: 40px !important;
    }

    .scenic_detail_btn {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 160px;
        height: 48px;
        background: rgba(77, 77, 77, 0.5);
        border-radius: 24px 24px 24px 24px;
        border: 1px solid #FFFFFF;
        font-family: 'NotoSansCJKscBlack';
        font-weight: bold;
        font-size: 17px;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        z-index: 99;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .scenic_detail_btn:hover {
        background: rgba(77, 77, 77, 0.75);

    }

    .van-overlay {
        z-index: 1 !important;
    }

    .van-dialog__message {
        font-size: 16px !important;
    }

    /* 座舱体验 */
    .cockpit_box {
        background-color: #3D1193;
    }

    .cockpit_container {
        position: relative;
        box-sizing: border-box;
        padding: 14px 0 100px 0;
        width: 100%;
        height: 450px;
        width: 1128px;
        margin: 0 auto;
    }

    .cockpit_title {
        margin: 0 0 0 auto;
        width: 1284px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cockpit_title h1 {
        display: block;
        font-family: 'NotoSansCJKscBlack';
        font-weight: bold;
        font-size: 28px;
        color: #FFFFFF;
        line-height: 32px;
    }

    .jump {
        display: flex;
        align-items: center;
    }

    .jump>span {
        display: block;
        font-family: 'NotoSansCJKscBlack';
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
    }

    .jump>img {
        width: 16px;
        height: 16px;
    }

    .cockpit_imgs {
        position: absolute;
        left: 0;
        margin: 34px auto 0 auto;
        width: 1284px;

    }

    .cockpit_swiper {
        width: 100%;
    }

    .cockpit_slide_item {
        width: 518px !important;
        height: 250px !important;
        cursor: pointer;
    }

    .cockpit_img {
        width: 100%;
        height: 100%;
    }


    /* 留资 */
    .subscription_container {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 64px 0 40px 0;
        min-height: 488px;
        background-color: #F9F9F9;
    }

    .subscription_box {
        margin: 0 auto;
        width: 1128px;
    }

    .subscription_box h1 {
        font-family: 'NotoSansCJKscBlack';
        font-weight: bold;
        font-size: 28px;
        color: #000000;
        line-height: 32px;
    }

    .form {
        position: relative;
        box-sizing: border-box;
        padding: 40px 0 128px 40px;
        margin-top: 24px;
        display: flex;
        width: 1284px;
        background: #FFFFFF;
    }

    .book_container {
        margin-right: 40px;
    }

    .book_container>span,
    .passenger_container>span {
        display: block;
        font-family: 'NotoSansCJKscBlack';
        font-weight: 500;
        font-size: 17px;
        color: #000000;
        line-height: 24px;
        margin-bottom: 20px;
    }


    input[type="text"] {
        box-sizing: border-box;
        padding-left: 23px;
        width: 400px;
        height: 48px;
        border-radius: 10px 10px 10px 10px;
        border: 1px solid #808080;
        font-weight: bold;
        font-size: 15px;
        color: #808080;
        margin-bottom: 20px;
    }

    .input .uppercase {
        text-transform: uppercase;
    }

    .passenger_input>input {
        width: 220px;
        height: 48px;
        margin-right: 5px;
        text-transform: uppercase;

    }

    .add_passenger {
        width: 109px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #F9F9F9;
        font-family: 'NotoSansCJKscBlack';
        font-size: 15px;
        color: #808080;
        border-radius: 10px 10px 10px 10px;
        cursor: pointer;
        transition: all 0.34s ease-in-out;
    }

    .add_passenger:hover {
        background-color: #3D1193;
        color: #fff;
    }

    .submit {
        position: absolute;
        bottom: 40px;
        right: 40px;
        margin: 40px 0 auto 0;
        width: 120px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        background: #3D1193;
        font-family: 'NotoSansCJKscBlack';
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        border-radius: 10px 10px 10px 10px;
        border: none;
        cursor: pointer;
    }

    .submit:hover {
        box-shadow: 2px 2px 2px 0px rgba(145, 143, 143, 0.75);
    }

    .clause_container {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0;
        background-color: #fff;
    }

    .clause_container>pre {
        white-space: normal;
        width: 1128px;
        margin: 0 auto;
        font-family: 'NotoSansCJKscBlack';
        font-weight: 400;
        font-size: 15px;
        color: #80776E;
        line-height: 24px;
    }

    /* 门店兑换弹框 */

    .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .block {
        box-sizing: border-box;
        padding: 40px 40px 0 40px;
        display: block;
        width: 496px;
        height: 436px;
        background: #FFFFFF;
        border-radius: 31px 31px 31px 31px;
        box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.3);
    }

    .block>h1 {
        font-family: 'NotoSansCJKsc';
        font-weight: bold;
        font-size: 20px;
        color: #2C2926;
        text-align: center;
    }

    .store_content {
        margin-top: 24px;
        height: 236px;
        overflow-x: auto !important;
    }

    .block button {
        margin: 24px auto 0 auto;
        display: block;
        width: 168px;
        height: 48px;
        background: #2C2926;
        border-radius: 12px 12px 12px 12px;
        font-size: 18px;
        color: #FFFFFF;
        font-family: 'NotoSansCJKsc';
        border: none;
        cursor: pointer;
    }

    /* .swap {
        box-sizing: border-box;
        padding: 40px 40px 0 40px;
        display: block;
        width: 396px;
        height: 336px;
        background: #FFFFFF;
        border-radius: 31px 31px 31px 31px;
        box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.3);
    } */

    .store_item {
        box-sizing: border-box;
        padding: 16px 16px;
        margin: 0 auto;
        width: 100%;
        height: 110px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #D5D5D5;
        margin-bottom: 15px;
    }

    .store_item>h1 {
        font-family: 'NotoSansCJKsc';
        font-weight: bold;
        font-size: 17px;
        color: #2C2926;
        margin-bottom: 10px;

    }

    .store_item>span {
        font-family: 'NotoSansCJKsc';
        font-weight: 400;
        font-size: 16px;
        color: #2C2926;
        line-height: 23px;
        font-style: normal;
        text-transform: none;
    }

    ::-webkit-scrollbar {
        width: 10px !important;
    }

    ::-webkit-scrollbar-thumb {
        background: #E6E6E6;
        border-radius: 10px;
    }

    .more {
        position: fixed;
        bottom: 40px;
        right: 20px;
        width: 70px;
        height: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        box-shadow: 0px 0px 12px 0px rgba(94, 88, 85, 0.5);
        cursor: pointer;
        background-image: url(../images/more.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 999;
        animation: upAndDown 1.5s ease-in-out infinite;
    }
    @keyframes upAndDown {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.06);
        }
    }