@media only screen and (max-width: 767px) {
    body {
        margin: 0px;
        padding: 0px;
        width: 100%;
        /* background-image: url('../image/main-bg.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        /* 背景图固定在视口 */
    }
    /** 头部导航栏 **/
    .header-container {
        /* background-image: url('../image/header-bg.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100vw;
        height: 12vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header-content {
        width: 84vw;
        height: 100%;
        display: flex;
    }
    .heder-left {
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .left-icon {
        width: 9.5vw;
        height: 9.5vw;
        /* background-image: url('../image/icon.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .header-right {
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .header-lang {
        width: 42%;
        height: 70%;
        /* background-image: url('../image/lang-btn.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        font-size: 2.5vw;
        text-align: center;
    }
    .header-lang img {
        width: 1.5vw;
        height: 1.5vw;
        padding-right: 2.5vw;
        padding-left: 2.5vw;
    }
    .lang-select {
        margin-right: 2vw;
        width: 70%;
        height: 4vw;
        font-size: 2.8vw;
        border: none;
        /* 移除边框 */
        border: none;
        /* 移除边框 */
        outline: none;
        /* 移除焦点轮廓 */
        background-color: transparent;
        /* 移除背景颜色 */
    }
    .lang-select option {
        font-size: 2.8vw;
        /* 设置选项字体大小 */
        color: black;
        /* 设置选项默认颜色 */
        text-align: center;
    }
    .header-add-mune {
        width: 56%;
        height: 70%;
        /* background-image: url('../image/add-menu.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 3.5vw;
        color: white;
    }
    /** 提示语设置 **/
    .tip-container {
        width: 100vw;
        height: 5vw;
        /* background-image: url('../image/tip-bg.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .tip-content {
        font-size: 2.3vw;
    }
    /** 页面内容 **/
    .body-container {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 17vw;
    }
    .body-content {
        width: 84vw;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .game-bg {
        width: 100%;
        height: 39vw;
        /* background-image: url('../image/game-bg.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2vw;
    }
    .input-content {
        padding: 0px;
        margin-top: 2vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .input-label {
        font-size: 3vw;
        color: white;
        font-weight: 800;
    }
    .input-body {
        width: 100%;
        height: 8vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 1vw 0vw;
    }
    .input {
        width: 60vw;
        height: 100%;
        border: 1px solid white;
        /* 设置白色边框 */
    }
    .input input {
        font-size: 2.5vw;
        width: 58vw;
        height: 100%;
        background: transparent;
        /* 背景透明 */
        color: white;
        /* 文字颜色为白色 */
        border: none;
        /* 移除边框 */
        margin: 0;
        /* 移除外边距 */
        padding: 0 1vw;
        /* 移除内边距 */
        outline: none;
        /* 移除焦点时的轮廓 */
        appearance: none;
        /* 移除系统样式 */
        -webkit-appearance: none;
        /* 移除 WebKit 内核的系统样式 */
        -moz-appearance: none;
        /* 移除 Firefox 内核的系统样式 */
    }
    .login-btn {
        /* background-image: url('../image/login.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 8vw;
        width: 22vw;
        font-size: 3vw;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.1vw;
        font-weight: 800;
    }
    .input-tips {
        color: white;
        font-size: 2.3vw;
    }
    .role-label {
        height: 3vw;
        font-size: 3vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        color: white;
        margin-right: 2.5vw;
        margin-bottom: 1.8VW;
    }
    .role-data {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        border-left: 0.2vw solid white;
        flex-direction: column;
        padding-top: 2vw;
    }
    .role-content {
        width: 90%;
        margin-top: 4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .role-info {
        width: 100%;
        height: 12vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        color: white;
        font-size: 2.5vw;
        padding: 0px 2vw;
        margin-bottom: 2vw;
        margin-left: 2vw;
        border: 1px solid white;
        border-radius: 2vw;
    }
    .role-name,
    .role-id {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 3vw;
    }
    .zone-content {
        height: 14vw;
        margin-top: 4vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .zone-label {
        height: 3vw;
        font-size: 3vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        color: white;
        margin-right: 2.5vw;
        font-weight: 800;
    }
    .zone-right {
        margin-top: 1.8VW;
        width: 50%;
        height: 8vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        background: white;
        justify-content: space-around;
    }
    .flag {
        height: 4.5vw;
        width: 17%;
        /* background-image: url('https://flagcdn.com/w40/us.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-left: 1vw;
    }
    .zone-name {
        height: 4.5vw;
        width: 73%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 3vw;
    }
    .zone-name-item {
        width: 100%;
    }
    .role-select {
        width: 100%;
        height: 4vw;
        font-size: 2.3vw;
        border: none;
        /* 移除边框 */
        outline: none;
        /* 移除焦点轮廓 */
        background-color: transparent;
        /* 移除背景颜色 */
    }
    .role-select option {
        font-size: 2vw;
        /* 设置选项字体大小 */
        color: black;
        /* 设置选项默认颜色 */
    }
    .select-zone {
        width: 13%;
        height: 3.8vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .select-zone-content {
        width: 1.2vw;
        height: 1.2vw;
        background-image: url('../image/lang-select.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .pay-way {
        width: 100%;
        margin-top: 4vw;
        padding: 0px;
    }
    .pay-label {
        font-size: 3vw;
        color: white;
        margin: 0px;
        padding: 0px;
        font-weight: 800;
    }
    .pay-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 1.8VW;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .pay-item {
        /* background-image: url('https://upload.hktanwan.com/pay/payermax.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 20vw;
        height: 8vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .pay-item-sub-select {
        background-image: url('../image/channel-border.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .pay-item-sub {
        width: 20vw;
        height: 8vw;
    }
    .product {
        width: 100%;
        margin-top: 3vw;
        padding: 0px;
    }
    .product-label {
        width: 80vw;
        font-size: 3vw;
        color: white;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        flex-direction: row;
        align-items: center;
        font-weight: 800;
    }
    .product-label-name {
        margin-top: -0.4vw;
    }
    .product-label img {
        width: 3vw;
        height: 3vw;
        margin-left: 0.5vw;
    }
    .product-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 1.8VW;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .product-item {
        /* background-image: url('../image/product.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 20vw;
        height: 18vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        color: white;
    }
    .product-item-sub-select {
        background-image: url('../image/product-border.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .product-item-sub {
        width: 19.9vw;
        height: 17.9vw;
    }
    .price-info {
        width: 100%;
        height: 5vw;
        font-size: 2.5vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        font-size: 2vw;
        left: 1vw;
    }
    .price-currency {
        font-size: 1.8vw;
        text-align: center;
    }
    .price-margin {
        margin-right: 0.5vw;
    }
    .other-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 2vw;
        color: white;
        margin-top: 8vw;
        margin-bottom: 18vw;
    }
    .protocol-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .info-title {
        padding: 0px 1vw;
        text-decoration: underline;
    }
    /** 底部结算页 **/
    .bottom-container {
        /* background-image: url('../image/bottom-bg.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100vw;
        height: 12vw;
        position: fixed;
        z-index: 100;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .bottom-content {
        width: 84vw;
        height: 100%;
        display: flex;
    }
    .bottom-left {
        color: white;
        width: 57%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        font-size: 4vw;
    }
    .total-label {
        margin-right: 2vw;
    }
    .bottom-right {
        width: 43%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
    .bottom-btn {
        width: 35vw;
        height: 80%;
        /* background-image: url('../image/order-btn.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 4vw;
        color: white;
        font-weight: 800;
    }
    .order-no-click {
        pointer-events: none;
        opacity: 0.5;
    }
    /** toast **/
    .toast-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 50vw;
    }
    .toast-content {
        min-width: 20vw;
        /* 最小宽度 */
        max-width: 70vw;
        /* 最大宽度 */
        display: inline-block;
        /* 使宽度自适应 */
    }
    .toast {
        background-color: #333;
        color: #fff;
        padding: 2vw 3vw;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 1000;
        font-size: 3vw;
        line-height: 1.5;
        text-align: center;
    }
    .toast.show {
        opacity: 1;
        transform: translateY(0);
    }
    .toast-message {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .web-name,
    .body-left {
        display: none;
    }
    .order {
        display: none;
    }
    .product-desc-content {
        width: 84vw;
        height: 56vw;
        /* background-image: url('../image/hkhy/15/mobile-product-desc.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .rebate-tip {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 700;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .rebate-content {
        width: 90vw;
        height: auto;
    }
    .rebata-btn {
        width: 20vw;
        height: 5vw;
        font-size: 2.5vw;
        margin-left: 3vw;
        font-weight: 500;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 4px;
    }
    .wallet-tip {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 700;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wallet-content {
        width: 90vw;
        height: auto;
    }
    .wallet-btn {
        font-size: 2.5vw;
        margin-left: 3vw;
        font-weight: 500;
        width: 20vw;
        height: 5vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 4px;
    }
    .select-role {
        border: 1px solid red;
        color: red;
    }
    .cs-content {
        width: 8vw;
        height: 8vw;
        /* background-image: url('../image/hkhy/10/cs.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 200;
        position: fixed;
        bottom: 17.4vw;
        right: 1.2vw;
    }
    .zone-left-desc {
        width: 90vw;
        height: 2.7vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        font-size: 3vw;
        color: white;
        margin-top: 1vw;
        margin-bottom: 2vw;
    }
    .zone-left-desc a {
        color: white;
        margin-right: 2vw;
    }
}

@media only screen and (min-width: 767px) {
    body {
        margin: 0px;
        padding: 0px;
        /* background-image: url('../image/pc-main-bg.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        /* 背景图固定在视口 */
    }
    /** 头部导航栏 **/
    .header-container {
        /* background-image: url('../image/header-bg.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 3vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header-content {
        width: 92vw;
        height: 100%;
        display: flex;
    }
    .heder-left {
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .left-icon {
        width: 2vw;
        height: 2vw;
        /* background-image: url('../image/icon.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .header-right {
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .header-lang {
        width: 7.5vw;
        height: 2vw;
        /* background-image: url('../image/pc-lang-btn.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        margin-right: 0.5vw;
    }
    .lang-select {
        margin-right: 0.5vw;
        width: 5.5vw;
        height: 1.1vw;
        font-size: 0.8vw;
        border: none;
        /* 移除边框 */
        border: none;
        /* 移除边框 */
        outline: none;
        /* 移除焦点轮廓 */
        background-color: transparent;
        /* 移除背景颜色 */
    }
    .lang-select option {
        font-size: 0.8vw;
        /* 设置选项字体大小 */
        color: black;
        /* 设置选项默认颜色 */
        text-align: center;
    }
    .header-add-mune {
        width: 10vw;
        height: 2vw;
        /* background-image: url('../image/pc-add-menu.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.8vw;
        color: white;
    }
    /** 提示语设置 **/
    .tip-container {
        width: 100%;
        height: 2vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .tip-content {
        display: none;
    }
    .web-name {
        font-size: 1.5vw;
        width: 93.5vw;
        height: 1.7vw;
        margin-left: 0.7vw;
    }
    /** 页面内容 **/
    .body-container {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .body-left {
        width: 30vw;
        height: 44vw;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        margin-top: 2.5vw;
    }
    .left-content {
        height: 44vw;
        width: 14.5vw;
        /* background-image: url('../image/pc-left.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .pc-game-name {
        position: absolute;
        z-index: 102;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 10.5vw;
    }
    .game-name {
        width: 12vw;
        height: 2.9vw;
        /* background-image: url('../image/hkhy/10/game-name.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2vw;
    }
    .left-tip {
        width: 11.4vw;
        position: absolute;
        z-index: 100;
        bottom: 2vw;
    }
    .safe {
        width: 11.4vw;
        height: 3vw;
        background-image: url('../image/safe.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.5vw;
    }
    .car {
        width: 11.4vw;
        height: 3vw;
        background-image: url('../image/car.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.5vw;
    }
    .doller {
        width: 11.4vw;
        height: 3vw;
        background-image: url('../image/doller.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.5vw;
    }
    .time {
        width: 11.4vw;
        height: 3vw;
        background-image: url('../image/time.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .left-tip-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tip-name {
        font-size: 1vw;
        color: white;
        margin-left: 3vw;
    }
    .tip-desc {
        font-size: 0.5vw;
        color: white;
        margin-left: 3vw;
    }
    .pc-tip {
        width: 11.4vw;
        color: white;
        position: absolute;
        z-index: 105;
        top: 17vw;
        font-size: 0.75vw;
    }
    .pc-icon {
        height: 8vw;
        width: 8vw;
        /* background-image: url('../image/hkhy/10/pc-icon.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2.7vw;
    }
    .left-content .body-content {
        width: 70vw;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .game-bg {
        display: none;
    }
    .input-content {
        padding: 0px;
        margin-top: 2vw;
        height: 4vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .input-label {
        font-size: 1.4vw;
        color: white;
        width: 14.5vw;
        text-align: right;
        font-weight: 500;
    }
    .input-body {
        width: 56vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 0.8vw;
    }
    .input {
        width: 24vw;
        height: 2.7vw;
        border: 1px solid white;
        margin-right: 0.7vw;
        /* 设置白色边框 */
    }
    .input input {
        font-size: 1vw;
        width: 22vw;
        height: 2.7vw;
        background: transparent;
        /* 背景透明 */
        color: white;
        /* 文字颜色为白色 */
        border: none;
        /* 移除边框 */
        margin: 0;
        /* 移除外边距 */
        padding: 0 1vw;
        /* 移除内边距 */
        outline: none;
        /* 移除焦点时的轮廓 */
        appearance: none;
        /* 移除系统样式 */
        -webkit-appearance: none;
        /* 移除 WebKit 内核的系统样式 */
        -moz-appearance: none;
        /* 移除 Firefox 内核的系统样式 */
    }
    .login-btn {
        /* background-image: url('../image/login.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 2.7vw;
        width: 8.7vw;
        font-size: 1.4vw;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }
    .login-btn:hover {
        cursor: pointer;
    }
    .input-tips {
        color: white;
        font-size: 0.8vw;
        z-index: 100;
        position: relative;
    }
    .role-content {
        width: 70vw;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .role-label {
        width: 15vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        font-size: 1vw;
        margin-top: 2vw;
        color: white;
        padding-right: 0.5vw;
    }
    .role-data {
        width: 55vw;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 1vw;
        border-left: 0.2vw solid white;
        flex-wrap: wrap;
        padding-top: 1vw;
        margin-right: 1vw;
    }
    .role-label-name {
        margin-right: 0.2vw;
    }
    .role-info {
        width: 12vw;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        color: white;
        font-size: 0.8vw;
        padding: 0.5vw 0.5vw;
        margin-right: 2vw;
        margin-bottom: 1vw;
        border: 1px solid white;
        border-radius: 0.5vw;
        margin-left: 1vw;
    }
    .role-info:hover {
        cursor: pointer;
    }
    .role-name,
    .role-id {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .zone-content {
        height: 2.7vw;
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .zone-label {
        font-size: 1.4vw;
        color: white;
        width: 14.5vw;
        text-align: right;
        font-weight: 500;
    }
    .zone-right {
        margin-left: 0.8vw;
        height: 2.7vw;
        width: 15vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        background: white;
        justify-content: space-around;
        padding: 0px 1vw;
    }
    .select-role {
        border: 1px solid red;
        color: red;
    }
    .flag {
        height: 1.5vw;
        width: 2.5vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 0.8;
    }
    .zone-name {
        height: 2.7vw;
        width: 15vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .zone-name-item {
        width: 100%;
    }
    .role-select {
        width: 100%;
        height: 2.7vw;
        font-size: 1vw;
        border: none;
        /* 移除边框 */
        outline: none;
        /* 移除焦点轮廓 */
        background-color: transparent;
    }
    .role-select option {
        font-size: 1vw;
        /* 设置选项字体大小 */
        color: black;
        /* 设置选项默认颜色 */
    }
    .select-zone {
        width: 13%;
        height: 2.7vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .select-zone-content {
        width: 1.2vw;
        height: 1.2vw;
        background-image: url('../image/lang-select.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .pay-way {
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .pay-label {
        font-size: 1.4vw;
        color: white;
        width: 14.5vw;
        text-align: right;
        font-weight: 500;
    }
    .pay-content {
        width: 51vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0.8vw;
        flex-wrap: wrap;
    }
    .pay-item {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 7.4vw;
        height: 2.7vw;
        margin-right: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .pay-item-sub-select {
        background-image: url('../image/channel-border.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .pay-item-sub {
        width: 7.4vw;
        height: 2.7vw;
    }
    .product {
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .product-label {
        font-size: 1.4vw;
        color: white;
        width: 14.5vw;
        text-align: right;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        font-weight: 500;
    }
    .product-label-column {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .rebata-btn {
        height: 2.5vw;
        width: 8vw;
        padding-bottom: 5px;
        font-size: 1vw;
        font-weight: 500;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
    .rebata-btn:hover {
        cursor: pointer;
    }
    .wallet-btn {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
        font-size: 1vw;
        font-weight: 500;
        padding-bottom: 5px;
        height: 2.5vw;
        width: 8vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wallet-btn:hover {
        cursor: pointer;
    }
    .product-label img {
        width: 1.2vw;
        height: 1.2vw;
        margin-left: 0.3vw;
    }
    .product-content {
        width: 54vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0.8vw;
    }
    .product-item {
        /* background-image: url('../image/product.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 7.4vw;
        height: 6.6vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        color: white;
    }
    .product-item:hover {
        cursor: pointer;
    }
    .product-item-sub {
        width: 7.4vw;
        height: 6.6vw;
    }
    .product-item-sub-select {
        background-image: url('../image/product-border.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .price-info {
        width: 7.1vw;
        height: 1.9vw;
        font-size: 0.65vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        left: 0.4vw;
    }
    .price-currency {
        text-align: center;
        height: 1.9vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .price-margin {
        margin-right: 0.2vw;
    }
    /** 底部结算页 **/
    .bottom-container {
        display: none;
    }
    .bottom-content {
        display: none;
    }
    .order {
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .order-content {
        width: 52vw;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        margin-left: 0.8vw;
    }
    .order-label {
        font-size: 1.4vw;
        color: white;
        width: 14.5vw;
        text-align: right;
        font-weight: 500;
    }
    .money {
        font-size: 1.4vw;
        color: white;
    }
    .bottom-btn {
        width: 15.5vw;
        height: 3.3vw;
        font-size: 1.5vw;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* background-image: url('../image/order-btn.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 1vw;
        font-weight: 500;
    }
    .bottom-btn:hover {
        cursor: pointer;
    }
    .other-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.8vw;
        color: white;
        margin-top: 5vw;
        padding: 1vw 0px;
    }
    .protocol-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .info-title {
        padding: 0px 1vw;
        text-decoration: underline;
    }
    .info-title:hover {
        padding: 0px 1vw;
        text-decoration: underline;
        cursor: pointer;
    }
    /** toast **/
    .toast-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 10vw;
        z-index: 100;
    }
    .toast-content {
        min-width: 15vw;
        /* 最小宽度 */
        max-width: 30vw;
        /* 最大宽度 */
        display: inline-block;
        /* 使宽度自适应 */
    }
    .toast {
        background-color: #000000;
        color: #fff;
        padding: 0.5vw 5vw;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 1000;
        font-size: 1vw;
        line-height: 1.5;
        text-align: center;
    }
    .toast.show {
        opacity: 1;
        transform: translateY(0);
    }
    .toast-message {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .product-desc-content {
        width: 40vw;
        height: auto;
        background-image: url('../image/hkhy/15/pc-product-desc.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .rebate-tip {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 700;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow-y: scroll;
    }
    .rebate-content {
        width: 40vw;
        height: auto;
        margin-top: 17vw;
        margin-bottom: 2vw;
    }
    .wallet-tip {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 700;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wallet-content {
        width: 40vw;
        height: auto;
    }
    .cs-content {
        width: 3vw;
        height: 3vw;
        /* background-image: url('../image/hkhy/10/cs.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 200;
        position: fixed;
        bottom: 10vw;
        right: 1.4vw;
    }
    .service_tip:hover {
        cursor: pointer;
    }
    .zone-left-desc {
        width: 10vw;
        height: 2.7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.8vw;
        margin-left: 1vw;
        color: white;
    }
    .zone-left-desc div {
        color: white;
        border-bottom: white 1px solid;
    }
    .zone-left-desc div:hover {
        cursor: pointer;
    }
}

.price-info {
    pointer-events: none;
}