@media only screen and (max-width: 767px) {
    body {
        padding: 0px;
        margin: 0px;
    }
    .container {
        width: 100%;
    }
    .header {
        width: 100%;
        height: 103vw;
        background-image: url('../image/header.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .header-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .input-content {
        position: absolute;
        top: 78vw;
        border-radius: 5px;
        background: #C9A144;
        z-index: 100;
    }
    .input-top {
        height: 8vw;
        width: 70vw;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .input-bottom {
        width: 34%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .area-code-item {
        height: 8vw;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .area-code {
        width: 40%;
        font-size: 3.7vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-right: 2px solid #4D4D4D;
    }
    .area-code-left {
        margin-right: 2vw;
    }
    .area-code-right {
        width: 1.8vw;
        height: 1vw;
        background-image: url('../image/select-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .input {
        width: 60%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .input-content input {
        font-size: 3.7vw;
        background: #C9A144;
        border: none;
        outline: none;
        height: 80%;
        width: 75%;
        font-weight: 500;
    }
    .book-btn {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 95vw;
        display: none;
    }
    .mb-book-btn {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 95vw;
    }
    .mb-btn {
        width: 44vw;
        height: 10vw;
        background-image: url('../image/ios.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 1vw;
    }
    .ios-btn {
        width: 44vw;
        height: 10vw;
        background-image: url('../image/ios.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 1vw;
    }
    .google-btn {
        width: 44vw;
        height: 10vw;
        background-image: url('../image/google.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .book {
        width: 44vw;
        height: 10vw;
        background-image: url('../image/book-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .body {
        width: 100%;
        height: 176.8vw;
        background-image: url('../image/body.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0px;
        padding: 0px;
        margin-top: -2px;
    }
    .footer {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 204.2vw;
        background-image: url('../image/footer.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: -2px;
    }
    .footer-sw {
        width: 100%;
    }
    .f-swaipper {
        margin-top: 123vw;
    }
    .swiper-slide {
        width: 64.6vw;
        height: 36.2vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .swiper-slide img {
        display: block;
        width: 64.6vw;
        height: 36.2vw;
    }
    .button-next-img {
        width: 3vw;
        height: 5vw;
        background-image: url('../img/next-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 6vw;
    }
    .button-prev-img {
        width: 3vw;
        height: 5vw;
        background-image: url('../img/prev-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-left: 6vw;
    }
    .body-sw {
        width: 100vw;
        height: 100%;
    }
    .b-swaipper {
        margin-top: 95vw;
    }
    .body-slide {
        width: 100vw;
        height: 80vw;
    }
    .body-slide img {
        width: 100vw;
        height: 80vw;
    }
    .body-next-img {
        width: 13.5vw;
        height: 12.4vw;
        background-image: url('../image/next-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 45vw;
        margin-right: -1vw;
    }
    .body-prev-img {
        width: 13.5vw;
        height: 12.4vw;
        background-image: url('../image/prev-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 45vw;
        margin-left: -1vw;
    }
    .footer-next-img {
        width: 13.5vw;
        height: 12.4vw;
        background-image: url('../image/next-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 55vw;
        margin-right: -1vw;
    }
    .footer-prev-img {
        width: 13.5vw;
        height: 12.4vw;
        background-image: url('../image/prev-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 55vw;
        margin-left: -1vw;
    }
    .google {
        z-index: 100;
        position: fixed;
        top: 14.4vw;
        right: 1vw;
        width: 21vw;
        height: 21vw;
        background-image: url('../image/google.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .apple {
        position: fixed;
        top: 14.4vw;
        right: 1vw;
        width: 21vw;
        height: 21vw;
        background-image: url('../image/apple.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .fb-div {
        position: absolute;
        width: 100%;
        height: 13vw;
        margin-top: 80vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .fb-btn {
        height: 13vw;
        width: 45vw;
        background-image: url('../image/facebook.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .book-tip {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 110;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .success-tip {
        width: 86.9vw;
        height: 107vw;
        background-image: url('../image/success.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .fail-tip {
        width: 86.9vw;
        height: 107vw;
        background-image: url('../image/fail.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .book-tip .close {
        width: 7.3vw;
        height: 7.3vw;
        background-image: url('../image/close.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0vw;
        right: 2.2vw;
    }
    .success-btn {
        width: 30.1vw;
        height: 8.8vw;
        background-image: url('../image/ios-tip.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 79.4vw;
    }
    .fail-btn {
        width: 30.1vw;
        height: 8.8vw;
        background-image: url('../image/google-tip.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 79.4vw;
    }
    .process-content {
        width: 77%;
        position: relative;
        top: 33.2vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        left: 10.5vw;
    }
    .process {
        height: 1vw;
        background: #ff961b;
    }
    .bottom-btn-content {
        width: 100%;
        height: 7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 17vw;
    }
    .bottom-btn {
        width: 25vw;
        height: 7vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .bottom-google-btn {
        background-image: url('../image/google-btn.png');
    }
    .bottom-apple-btn {
        background-image: url('../image/apple-btn.png');
    }
    .protocol-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-top: 150vw;
    }
    .protocol {
        width: 20vw;
        height: 2vw;
        margin-left: 55.3vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 1.7vw;
        color: #c3610b;
    }
    .bg3-switch {
        width: 31vw;
        height: 8vw;
        position: relative;
        z-index: 20;
        top: 18vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 22vw;
    }
    .switch1 {
        width: 8vw;
        height: 8vw;
        background-image: url('../image/switch-1-select.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .switch2 {
        width: 8vw;
        height: 8vw;
        background-image: url('../image/switch-2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .switch3 {
        width: 8vw;
        height: 8vw;
        background-image: url('../image/switch-3.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .switch4 {
        width: 8vw;
        height: 8vw;
        background-image: url('../image/switch-4.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .pc-role-swiper-content {
        display: none;
    }
    .pc-bg5-swiper-content {
        display: none;
    }
    .role-swiper-content {
        width: 100vw;
        height: 80vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 55vw;
    }
    .role-swiper {
        width: 100vw;
        height: 80vw;
        position: absolute;
        display: flex;
        flex-direction: column;
        margin-top: 95vw;
    }
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-left {
        background-color: rgba(0, 0, 0, 0);
    }
    .role-slide-div {
        position: relative;
        /* 使子元素可以基于 .slide-div 定位 */
        width: 100vw;
        height: 80vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .role-slide-div::before {
        content: '';
        /* 创建伪元素 */
        position: absolute;
        /* 绝对定位 */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: url('../img/border.png'); */
        /* 添加背景图片 */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 2;
        /* 保证伪元素在 img 上方 */
        pointer-events: none;
        /* 防止伪元素影响点击事件 */
    }
    .role-slide-div img {
        width: 100vw;
        height: 80vw;
        display: block;
        z-index: 1;
        /* 确保 img 在伪元素下方 */
        position: relative;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }
    .role-swiper .swiper-button-next {
        width: 13.5vw;
        height: 12.4vw;
        background-image: url('../image/next-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .role-swiper .swiper-button-prev {
        width: 13.5vw;
        height: 12.4vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url('../image/prev-btn.png');
    }
    .bg5-swiper-content {
        width: 100vw;
        height: 24.2vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 130vw;
    }
    .bg5-swiper {
        width: 100vw;
        height: 38.1vw;
        position: absolute;
        display: flex;
        flex-direction: column;
    }
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-left {
        background-color: rgba(0, 0, 0, 0);
    }
    .bg5-slide-div {
        position: relative;
        /* 使子元素可以基于 .slide-div 定位 */
        width: 100vw;
        height: 38.1vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .bg5-slide-div::before {
        content: '';
        /* 创建伪元素 */
        position: absolute;
        /* 绝对定位 */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: url('../img/border.png'); */
        /* 添加背景图片 */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 2;
        /* 保证伪元素在 img 上方 */
        pointer-events: none;
        /* 防止伪元素影响点击事件 */
    }
    .bg5-slide-div img {
        width: 66.2vw;
        height: 38.1vw;
        display: block;
        z-index: 1;
        /* 确保 img 在伪元素下方 */
        position: relative;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }
    .bg5-swiper-content .swiper-button-next {
        width: 13.5vw;
        height: 12.4vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url('../image/next-btn.png');
    }
    .bg5-swiper-content .swiper-button-prev {
        width: 13.5vw;
        height: 12.4vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url('../image/prev-btn.png');
    }
    .fb-group {
        display: none;
    }
    .pc-book-tip {
        display: none;
    }
    .award_content {
        width: 21.7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 14.4vw;
        right: 1vw;
        z-index: 500;
    }
    .award-img {
        width: 21.7vw;
        height: 18.2vw;
        background-image: url('../image/top-awrd.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .award-btn {
        width: 15.4vw;
        height: 4.4vw;
        background-image: url('../image/top-google.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .ios-award-btn {
        width: 15.4vw;
        height: 4.4vw;
        background-image: url('../image/top-ios.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 0.5vw;
    }
    .pc-award_content {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    body {
        padding: 0px;
        margin: 0px;
    }
    .container {
        width: 100%;
    }
    .header {
        width: 100%;
        height: 112.5vw;
        background-image: url('../image/pc/bg1.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .pc-award_content {
        width: 13.7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 14.1vw;
        right: 4.1vw;
        z-index: 500;
    }
    .award_content {
        width: 13.7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 14.1vw;
        right: 4.1vw;
        z-index: 500;
        display: none;
    }
    .award-img {
        width: 13.7vw;
        height: 11.8vw;
        background-image: url('../image/pc/top-awrd.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .award-btn {
        width: 10.7vw;
        height: 3.1vw;
        background-image: url('../image/pc/top-google.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .ios-award-btn {
        width: 10.7vw;
        height: 3.1vw;
        background-image: url('../image/pc/top-ios.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 0.5vw;
    }
    .turn-down {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 49.7vw;
    }
    .turn-down-img {
        width: 3.3vw;
        height: 2.8vw;
        background-image: url('../image/pc/turn-bottom.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .header-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .input-content {
        position: absolute;
        top: 66.4vw;
        border-radius: 5px;
        background: #C9A144;
        z-index: 100;
        color: #5c3a20;
    }
    .input-top {
        height: 3vw;
        width: 27.7vw;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .input-bottom {
        width: 34%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.3vw;
        z-index: 500;
    }
    .area-code-item {
        height: 2.5vw;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .area-code {
        width: 40%;
        font-size: 1.3vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-right: 2px solid #4D4D4D;
    }
    .area-code-left {
        margin-right: 1vw;
    }
    .area-code-right {
        width: 0.7vw;
        height: 0.5vw;
        background-image: url('../image/select-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .input {
        width: 60%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .input-content input {
        font-size: 1.3vw;
        background: #C9A144;
        border: none;
        outline: none;
        height: 80%;
        width: 75%;
        font-weight: 500;
        color: #5c3a20;
        ;
    }
    .agree-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 70.3vw;
        z-index: 1;
    }
    .agree-bg {
        width: 1.3vw;
        height: 1.3vw;
        background-image: url('../image/pc/agreet-bg.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .agree {
        width: 1.3vw;
        height: 1.3vw;
        background-image: url('../image/pc/gou.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .agree-text {
        width: 18vw;
        height: 1.1vw;
        background-image: url('../image/pc/agreet.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-left: 0.7vw;
    }
    .book-btn {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 73.1vw;
    }
    .ios-btn {
        width: 16.3vw;
        height: 3.8vw;
        background-image: url('../image/pc/apple.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 1vw;
    }
    .google-btn {
        width: 16.3vw;
        height: 3.8vw;
        background-image: url('../image/pc/google.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .book {
        margin-left: 1vw;
        width: 16.3vw;
        height: 3.8vw;
        background-image: url('../image/book-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .body {
        width: 100%;
        height: 112.3vw;
        background-image: url('../image/pc/bg2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0px;
        padding: 0px;
        margin-top: -1px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 82.4vw;
        background-image: url('../image/pc/bg3.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: -2px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-sw {
        width: 100%;
        display: none;
    }
    .role-swiper-content {
        display: none;
    }
    .pc-role-swiper-content {
        width: 90vw;
        height: 47.9vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 8.9vw;
    }
    .role-swiper {
        width: 90vw;
        height: 47.9vw;
        position: absolute;
        display: flex;
        flex-direction: column;
    }
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-left {
        background-color: rgba(0, 0, 0, 0);
    }
    .role-slide-div {
        position: relative;
        /* 使子元素可以基于 .slide-div 定位 */
        width: 100vw;
        height: 47.9vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .role-slide-div::before {
        content: '';
        /* 创建伪元素 */
        position: absolute;
        /* 绝对定位 */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: url('../img/border.png'); */
        /* 添加背景图片 */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 2;
        /* 保证伪元素在 img 上方 */
        pointer-events: none;
        /* 防止伪元素影响点击事件 */
    }
    .role-slide-div img {
        width: 71.8vw;
        height: 47.9vw;
        display: block;
        z-index: 1;
        /* 确保 img 在伪元素下方 */
        position: relative;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }
    .role-swiper .swiper-button-next {
        width: 5.3vw;
        height: 4.6vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url('../image/pc/right.webp');
        right: 10.3vw;
        top: 17vw;
    }
    .role-swiper .swiper-button-prev {
        width: 5.3vw;
        height: 4.6vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url('../image/pc/left.webp');
        left: 10.3vw;
        top: 17vw;
    }
    .pc-bg5-swiper-content {
        width: 90vw;
        height: 24.2vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 19.1vw;
    }
    .bg5-swiper {
        width: 70%;
        height: 24.2vw;
        position: absolute;
        display: flex;
        flex-direction: column;
    }
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-left {
        background-color: rgba(0, 0, 0, 0);
    }
    .bg5-slide-div {
        position: relative;
        /* 使子元素可以基于 .slide-div 定位 */
        width: 50%;
        height: 24.2vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .bg5-slide-div::before {
        content: '';
        /* 创建伪元素 */
        position: absolute;
        /* 绝对定位 */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: url('../img/border.png'); */
        /* 添加背景图片 */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 2;
        /* 保证伪元素在 img 上方 */
        pointer-events: none;
        /* 防止伪元素影响点击事件 */
    }
    .bg5-slide-div img {
        width: 42.7vw;
        height: 24.2vw;
        display: block;
        z-index: 1;
        /* 确保 img 在伪元素下方 */
        position: relative;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }
    .pc-bg5-swiper-content .swiper-button-next {
        width: 5.3vw;
        height: 4.6vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url('../image/pc/right.webp');
        right: 4vw;
    }
    .pc-bg5-swiper-content .swiper-button-prev {
        width: 5.3vw;
        height: 4.6vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url('../image/pc/left.webp');
        left: 4vw;
    }
    .button-next-img {
        width: 3vw;
        height: 5vw;
        background-image: url('../img/next-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 6vw;
    }
    .button-prev-img {
        width: 3vw;
        height: 5vw;
        background-image: url('../img/prev-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-left: 6vw;
    }
    .phone-role {
        display: none;
    }
    .body-sw {
        width: 100%;
        height: 100%;
        position: relative;
        top: 8.9vw;
    }
    .b-swaipper {
        /* margin-top: 95vw; */
    }
    .body-slide {
        width: 100vw;
        height: 47.9vw;
    }
    .body-slide img {
        width: 71.8vw;
        height: 47.9vw;
    }
    .body-next-img {
        width: 13.5vw;
        height: 12.4vw;
        background-image: url('../image/next-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 45vw;
        margin-right: -1vw;
    }
    .body-prev-img {
        width: 13.5vw;
        height: 12.4vw;
        background-image: url('../image/prev-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 45vw;
        margin-left: -1vw;
    }
    .footer-next-img {
        width: 13.5vw;
        height: 12.4vw;
        background-image: url('../image/next-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 55vw;
        margin-right: -1vw;
    }
    .footer-prev-img {
        width: 13.5vw;
        height: 12.4vw;
        background-image: url('../image/prev-btn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 55vw;
        margin-left: -1vw;
    }
    .google {
        z-index: 100;
        position: fixed;
        top: 14.4vw;
        right: 1vw;
        width: 21vw;
        height: 21vw;
        background-image: url('../image/google.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .apple {
        position: fixed;
        top: 14.4vw;
        right: 1vw;
        width: 21vw;
        height: 21vw;
        background-image: url('../image/apple.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .fb-div {
        width: 100%;
        height: 4.2vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -11vw;
    }
    .fb-btn {
        height: 4.2vw;
        width: 17.6vw;
        background-image: url('../image/pc/facebook.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .book-tip {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .success-tip {
        width: 33.8vw;
        height: 41.9vw;
        background-image: url('../image/pc/success.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fail-tip {
        width: 33.8vw;
        height: 41.9vw;
        background-image: url('../image/pc/fail.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .book-tip .close {
        width: 2.8vw;
        height: 2.8vw;
        background-image: url('../image/pc/close.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0vw;
        right: 2.2vw;
    }
    .tip-btn-content {
        width: 25vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 31vw;
    }
    .success-btn {
        width: 11.7vw;
        height: 3.4vw;
        background-image: url('../image/pc/tip-google.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .pc-fail-btn {
        width: 11.7vw;
        height: 3.4vw;
        background-image: url('../image/pc/tip-ios.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .process-content {
        width: 32.8%;
        position: relative;
        top: -33.4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        left: -1vw;
    }
    .process {
        height: 4px;
        background: #ff961b;
    }
    .bottom-btn-content {
        width: 100%;
        height: 7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: none;
        /* margin-top: 17vw; */
    }
    .bottom-btn {
        width: 25vw;
        height: 7vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .bottom-google-btn {
        background-image: url('../image/google-btn.png');
    }
    .bottom-apple-btn {
        background-image: url('../image/apple-btn.png');
    }
    .protocol-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 49vw;
    }
    .protocol {
        width: 7vw;
        height: 2vw;
        margin-left: 52.5vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 0.7vw;
        color: #c3610b;
    }
    .bg3-switch {
        width: 20vw;
        height: 5vw;
        position: relative;
        z-index: 20;
        top: -19.5vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 18.5vw;
    }
    .switch1 {
        width: 5vw;
        height: 5vw;
        background-image: url('../image/pc/switch-1-select.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .switch2 {
        width: 5vw;
        height: 5vw;
        background-image: url('../image/pc/switch-2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .switch3 {
        width: 5vw;
        height: 5vw;
        background-image: url('../image/pc/switch-3.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .switch4 {
        width: 5vw;
        height: 5vw;
        background-image: url('../image/pc/switch-4.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .bg5-swiper-content {
        display: none;
    }
    .fb-group {
        height: 3.2vw;
        width: 6.8vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        z-index: 100;
        position: absolute;
        top: 2.3vw;
        right: 1.6vw;
    }
    .fb {
        width: 3.2vw;
        height: 3.2vw;
        background-image: url('../image/pc/fb.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .group {
        width: 3.2vw;
        height: 3.2vw;
        background-image: url('../image/pc/group.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .mb-book-btn {
        display: none;
    }
    .mb-book-tip {
        display: none;
    }
}