@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: 16%;
        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: 84%;
        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;
    }
    .web-name {
        font-size: 2.7vw;
    }
    .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;
    }
    .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: 8.8vw;
        width: 22vw;
        font-size: 3vw;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.1vw;
    }
    .input-tips {
        color: #A6A6A6;
        font-size: 1.7vw;
    }
    .role-label {
        height: 3vw;
        font-size: 3vw;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        color: white;
        margin-right: 2.5vw;
        margin-bottom: 1.8VW;
    }
    .switch-role {
        margin-left: 15px;
        padding: 0px 10px;
        border: 1px solid white;
        border-radius: 10px;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    /** 充值机进度 **/
    .amount-process {
        width: 100%;
        margin-top: 4vw;
        padding: 0px;
        display: flex;
        flex-direction: column;
    }
    .amount-process-label {
        font-size: 3vw;
        color: white;
        margin: 0px;
        padding: 0px;
    }
    .amount-process-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 1.8VW;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        /* 换行后行与行之间的间隔 */
        row-gap: 1.5VW;
    }
    .process-content{
        position: relative;
    }
    .total-process {
        width: 100%;
        font-size: 3vw;
        border: 1px solid white;
        color: white;
        margin-top: 1vw;
        padding: 1vw 1vw;
        border-radius: 1vw;
        position: relative;
    }
    .reward-progress-bar-container {
        width: 100%;
        position: relative;
        margin-top: 1vw;
    }
    .reward-prize-container {
        width: 100%;
    }
    .reward-progress-bar-container img,.reward-prize-container img {
        width: 100%;
    }
    /** 通道样式 **/
    .channel-pay-way {
        width: 100%;
        margin-top: 4vw;
        padding: 0px;
    }
    .channel-pay-label {
        font-size: 3vw;
        color: white;
        margin: 0px;
        padding: 0px;
    }
    .channel-pay-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 1.8VW;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        /* 换行后行与行之间的间隔 */
        row-gap: 1.5VW;
    }
    .channel-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: 10vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        background: white;
    }
    .channel-pay-item-sub-select {
        background-image: url('../image/channel-border.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .channel-pay-item-sub {
        width: 20vw;
        height: 10vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .sub-channel-icon {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 20vw;
        height: 10vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sub-channel-name {
        height: 2vw;
        width: 100%;
        font-size: 2.5vw;
        position: absolute;
        text-align: center;
        bottom: 1.5vw;
    }
    .more-btn {
        height: 100%;
        width: 100%;
        font-size: 4vw;
        text-align: center;
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .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;
        justify-content: space-between;
    }
    .faq-manual {
        display: flex;
        flex-direction: row;
    }
    .faq-btn {
        margin-left: 4vw;
    }
    .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: 26vw;
        height: 26vw;
        margin-bottom: 3vw;
        margin-right: 1.7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        color: white;
    }
    .tool-product-content .product-item {
        /* background-image: url('../image/product.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 78vw;
        height: 26vw;
        margin-bottom: 3vw;
        margin-right: 1.7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        color: white;
    }
    /* .product-item-sub-select {
        box-shadow: 0 0 1.5vw rgba(255, 107, 107, 0.3);
        position: relative;
        transform: scale(1.02);
        transition: all 0.3s ease;
    }
    .product-item-sub-select::before {
        content: '✓';
        position: absolute;
        top: 5px;
        right: 0px;
        width: 20px;
        height: 20px;
        background: red;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        z-index: 10;
    } */
    .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-select-2 {
        background-image: url('../image/product-border-2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .product-item-sub {
        width: 26vw;
        height: 26vw;
    }
    .tool-product-content .product-item-sub {
        width: 78vw;
        height: 26vw;
    }
    .price-info-hktw-69 {
        width: 96%;
        height: 4vw;
        font-size: 3vw;
        position: absolute;
        z-index: 100;
        bottom: 1.8vw;
        left: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }
    .price-info-hktw-78 {
        width: 86%;
        height: 4.2vw;
        font-size: 3vw;
        position: absolute;
        z-index: 100;
        bottom: 1vw;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        pointer-events: none;
        left: 0px;
    }
    .tool-product-content .price-info-hktw-78 {
        width: 100%;
        height: 4.2vw;
        font-size: 3vw;
        position: absolute;
        z-index: 100;
        bottom: 1vw;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        pointer-events: none;
        left: 0px;
    }
    .price-info-hktw-82 {
        width: 86%;
        height: 4.2vw;
        font-size: 3vw;
        position: absolute;
        z-index: 100;
        bottom: 1.5vw;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        pointer-events: none;
        left: 0px;
    }
    .price-info-hktw-87 {
        width: 86%;
        height: 4.2vw;
        font-size: 3vw;
        position: absolute;
        z-index: 100;
        bottom: 1.5vw;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        pointer-events: none;
        left: 0px;
    }
    .price-info {
        width: 100%;
        height: 5.5vw;
        font-size: 3.2vw;
        position: absolute;
        z-index: 100;
        bottom: 0.5vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .price-currency {
        font-size: 2vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }
    .limit-info-hktw-78 {
        color: white;
        z-index: 101;
        font-size: 2.1vw;
        position: absolute;
        left: 6vw;
        top: 4.5vw;
    }
    .tool-product-content .limit-info-hktw-78 {
        color: white;
        z-index: 101;
        font-size: 2.1vw;
        position: absolute;
        left: 9.5vw;
        top: 3vw;
    }
    .limit-info-hktw-69 {
        color: white;
        z-index: 101;
        font-size: 2vw;
        position: absolute;
        right: 2vw;
        bottom: 6.1vw;
    }
    .limit-info-hktw-82 {
        color: white;
        z-index: 101;
        font-size: 2.1vw;
        position: absolute;
        left: 7vw;
        top: 3.25vw;
    }
    .limit-info-hktw-87 {
        color: white;
        z-index: 101;
        font-size: 2.1vw;
        position: absolute;
        left: 7vw;
        top: 3.25vw;
    }
    /* .limit-info-hktw-69 {
        color: white;
        z-index: 101;
        font-size: 2vw;
        position: absolute;
        right: 2vw;
        bottom: 6.1vw;
    } */
    .limit-info {
        color: white;
        z-index: 101;
        font-size: 3vw;
        position: absolute;
        right: 2vw;
        bottom: 6.2vw;
    }
    .price-margin {
        margin-right: 0.5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }
    .other-info {
        height: 42vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 2vw;
        color: white;
        margin-top: 8vw;
        margin-bottom: 10vw;
        position: relative;
    }
    .logo {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 17.6vw;
        width: 30vw;
        position: absolute;
        top: 17vw;
    }
    .copy_right {
        position: absolute;
        top: 30vw;
    }
    .info-content {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 33vw;
    }
    .info-title {
        margin-left: 1vw;
        cursor: pointer;
    }
    /** 底部结算页 **/
    .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: 27.7vw;
        height: 9.52vw;
        /* 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: 3.5vw;
        color: white;
    }
    .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;
        z-index: 1000;
        pointer-events: none;
    }
    .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;
    }
    .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%;
    }
    .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;
    }
    .select-role {
        border: 1px solid red;
        color: red;
    }
    .login-container {
        width: 100%;
        height: 100%;
        z-index: 900;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .login-btn-content {
        width: 80vw;
        height: 40vw;
        background: white;
        border-radius: 1vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .login-tip {
        margin-top: -23vw;
        position: absolute;
        padding: 0px 2vw;
    }
    .log-out {
        width: 20vw;
        font-size: 4vw;
        text-align: center;
        padding: 1vw 0px;
        color: white;
    }
    .pc-input {
        display: none;
    }
    .media-list {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .media-item {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 0.5vw;
    }
    .ios-icon {
        width: 18vw;
        height: 6.6vw;
    }
    .google-icon {
        width: 18vw;
        height: 6.6vw;
    }
    .dc-icon {
        width: 6vw;
        height: 6vw;
    }
    .x-icon {
        width: 4.5vw;
        height: 4.5vw;
        margin-right: 2vw;
    }
    .manual-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;
    }
    .tip-text {
        color: white;
        font-size: 3.5vw;
    }
    .manual-content {
        width: 75vw;
        height: 90%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    /* WebKit 内核浏览器专用：细化滚动条各部分样式 */
    .manual-content::-webkit-scrollbar {
        width: 8px;
        /* 滚动条宽度（可根据需求调整，默认较窄） */
    }
    /* 滚动条「轨道」（背景部分） */
    .manual-content::-webkit-scrollbar-track {
        background: transparent;
        /* 轨道设为透明，突出白色滑块 */
    }
    /* 滚动条「滑块」（可拖动的部分，核心要设为白色） */
    .manual-content::-webkit-scrollbar-thumb {
        background-color: white;
        /* 滑块颜色：白色 */
        border-radius: 4px;
        /* 可选：给滑块加圆角，更美观（按需调整） */
    }
    /* 可选：滑块 hover 时的颜色（增强交互体验） */
    .manual-content::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255, 255, 255, 0.8);
        /* hover 时稍透，避免过亮 */
    }
    .manual-image {
        width: 75vw;
        height: auto;
    }
    .faq-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;
    }
    .faq-content {
        width: 90vw;
        height: 70%;
        background: #fff;
        padding: 1vw 1vw;
        overflow-y: scroll;
        color: #A6A6A6;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-radius: 0.5vw;
    }
    .faq-content::-webkit-scrollbar {
        display: none;
    }
    .close-faq {
        font-size: 4vw;
        padding: 2vw 5vw;
        color: #A6A6A6;
        margin-top: 5vw;
        border: 1px solid #A6A6A6;
        cursor: pointer;
    }
    /** award tip **/
    .award-tip-content {
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 2vw;
    }
    .award-tip {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
    .award-tip-label {
        font-size: 1vw;
        color: white;
        width: 14.5vw;
        text-align: right;
    }
    .award-tip-img {
        width: 84vw;
        height: auto;
    }
    .body-sw {
        width: 84vw;
    }
    .body-slide {
        width: 84vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .body-slide img {
        width: 84vw;
        height: auto;
    }
    /** award tip preview **/
    .award-tip-preview {
        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;
    }
    .award-preview {
        width: 95vw;
        height: auto;
        padding: 1vw 1vw;
        overflow-y: scroll;
        color: #A6A6A6;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-radius: 0.5vw;
    }
    .close-award-preview {
        display: none;
    }
    .contact-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        z-index: 1000;
        font-size: 2vw;
        bottom: 3vw;
        position: absolute;
    }
}

@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 {
        height: 2vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        position: absolute;
        top: 0.3vw;
        z-index: 10;
        left: 6.5vw;
    }
    .tip-content {
        display: none;
    }
    .web-name {
        font-size: 1.5vw;
        height: 1.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: 14vw;
        height: 3.4vw;
        /* 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;
        font-size: 0.8vw;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .left-tip-item {
        width: 8vw;
        height: 2vw;
        margin-top: 1vw;
        border: 1px solid white;
        text-align: center;
        cursor: pointer;
    }
    .safe {
        width: 8vw;
        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;
        font-size: 0.75vw;
        color: white;
        position: absolute;
        z-index: 105;
        top: 17vw;
    }
    .pc-icon {
        height: 10vw;
        width: 10vw;
        /* background-image: url('../image/hkhy/10/pc-icon.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2vw;
    }
    .left-content .body-content {
        width: 70vw;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .game-bg {
        display: none;
    }
    .input-content {
        width: 100%;
        height: 100vh;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
    }
    .input-box {
        /* background-image: url('../image/hktw/69/login-bg.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 8.5vw;
        width: 27.8vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .input-label {
        font-size: 1vw;
        color: white;
        width: 24vw;
        text-align: left;
        margin-bottom: 10px;
    }
    .input-body {
        width: 24vw;
        height: 2.7vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .input {
        width: 15vw;
        height: 2.7vw;
        border: 1px solid white;
        margin-right: 0.7vw;
        /* 设置白色边框 */
    }
    .input input {
        font-size: 1vw;
        width: 13vw;
        height: 2.7vw;
        background: transparent;
        /* 背景透明 */
        color: white;
        background: black;
        /* 文字颜色为白色 */
        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: 3vw;
        width: 8.7vw;
        font-size: 1.3vw;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .login-btn:hover {
        cursor: pointer;
    }
    .input-tips {
        color: #A6A6A6;
        font-size: 1.7vw;
        display: none;
    }
    .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;
    }
    .switch-role {
        font-size: 0.8vw;
        margin-top: 10px;
        border: 1px solid white;
        padding: 3px 8px;
        border-radius: 15px;
        cursor: pointer;
    }
    .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: 1vw;
        color: white;
        width: 14.5vw;
        text-align: right;
    }
    .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;
    }
    .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: 1vw;
        color: white;
        width: 14.5vw;
        text-align: right;
    }
    .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;
    }
    /** 充值机进度 **/
    .amount-process {
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .amount-process-label {
        font-size: 1vw;
        color: white;
        width: 14.5vw;
        height: 100%;
        text-align: right;
    }
    .amount-process-content {
        width: 51vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0.8vw;
        flex-wrap: wrap;
        /* 换行后上下排元素之间的间隔 */
        row-gap: 1.5VW;
    }
    .process-content{
        position: relative;
    }
    .total-process {
        margin-left: 0.8vw;
        color: white;
        font-size: 1vw;
    }
    .reward-progress-bar-container {
        width: 54vw;
        height: 4vw;
        position: absolute;
        top: 1.6vw;
    }
    .reward-prize-container {
        width: 54vw;
        position: absolute;
        top: 4.4vw;
    }
    .reward-progress-bar-container img,.reward-prize-container img {
        width: 100%;
    }
    /** 通道 **/
    .channel-pay-way {
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .channel-pay-label {
        font-size: 1vw;
        color: white;
        width: 14.5vw;
        height: 100%;
        text-align: right;
    }
    .channel-pay-content {
        width: 51vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0.8vw;
        flex-wrap: wrap;
        /* 换行后上下排元素之间的间隔 */
        row-gap: 1.5VW;
    }
    .channel-pay-item {
        width: 4.3vw;
        height: 2.7vw;
        margin-right: 1vw;
        background: white;
        cursor: pointer;
    }
    .channel-pay-item-sub-select {
        background-image: url('../image/channel-border.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .channel-pay-item-sub {
        width: 4.3vw;
        height: 2.7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .sub-channel-icon {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 2.15vw;
        width: 4.3vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sub-channel-name {
        height: 0.55vw;
        width: 100%;
        font-size: 0.5vw;
        position: absolute;
        bottom: 0.25vw;
        text-align: center;
    }
    .more-btn {
        height: 100%;
        width: 100%;
        font-size: 0.5vw;
        text-align: center;
        font-size: 1.2vw;
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .product {
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .product-label {
        font-size: 1vw;
        color: white;
        width: 14.5vw;
        text-align: right;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .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;
    }
    .tool-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: 9.4vw;
        height: 9.3vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        color: white;
    }
    .tool-product-content .product-item {
        /* background-image: url('../image/product.png'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 27.9vw;
        height: 9.3vw;
        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: 9.4vw;
        height: 9.3vw;
    }
    .tool-product-content .product-item-sub {
        width: 27.9vw;
        height: 9.3vw;
    }
    /* .product-item-sub-select {
        position: relative;
        transform: scale(1.02);
        transition: all 0.3s ease;
    }
    .product-item-sub-select::before {
        content: '✓';
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        background: red;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        z-index: 10;
    } */
    .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-select-2 {
        background-image: url('../image/product-border-2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .price-info-hktw-69 {
        width: 100%;
        height: 2vw;
        font-size: 0.9vw;
        position: absolute;
        z-index: 100;
        bottom: 0.3vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .price-info-hktw-78 {
        width: 86%;
        height: 2vw;
        font-size: 0.8vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 0px;
    }
    .tool-product-content .price-info-hktw-78 {
        width: 100%;
        height: 2vw;
        font-size: 0.8vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 0px;
    }
    .price-info-hktw-82 {
        width: 86%;
        height: 2vw;
        font-size: 0.8vw;
        position: absolute;
        z-index: 100;
        bottom: 0.1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 0px;
    }
    .price-info-hktw-87 {
        width: 86%;
        height: 2vw;
        font-size: 0.8vw;
        position: absolute;
        z-index: 100;
        bottom: 0.1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 0px;
    }
    .price-info {
        width: 100%;
        height: 2vw;
        font-size: 0.9vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .limit-info-hktw-78 {
        color: white;
        z-index: 101;
        font-size: 0.75vw;
        position: absolute;
        left: 2.2vw;
        top: 1.63vw;
    }
    .tool-product-content .limit-info-hktw-78 {
        color: white;
        z-index: 101;
        font-size: 0.75vw;
        position: absolute;
        left: 3.2vw;
        top: 1.1vw;
    }
    .limit-info-hktw-82 {
        color: white;
        z-index: 101;
        font-size: 0.75vw;
        position: absolute;
        left: 2.5vw;
        top: 1.2vw;
    }
    .limit-info-hktw-87 {
        color: white;
        z-index: 101;
        font-size: 0.75vw;
        position: absolute;
        left: 2.5vw;
        top: 1.2vw;
    }
    .limit-info-hktw-69 {
        color: white;
        z-index: 101;
        font-size: 0.8vw;
        position: absolute;
        right: 0.7vw;
        bottom: 2.2vw;
    }
    .limit-info {
        color: white;
        z-index: 101;
        font-size: 0.9vw;
        position: absolute;
        right: 0.7vw;
        bottom: 2.3vw;
    }
    .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: 1vw;
        color: white;
        width: 14.5vw;
        text-align: right;
    }
    .money {
        font-size: 1vw;
        color: white;
    }
    .bottom-btn {
        width: 7.59vw;
        height: 2.98vw;
        font-size: 1vw;
        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;
    }
    .bottom-btn:hover {
        cursor: pointer;
    }
    .other-info {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 0.8vw;
        color: white;
        margin-top: 6vw;
        padding: 1vw 0px;
    }
    .logo {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 10.4vw;
        height: 5.8vw;
    }
    .info-content {
        display: flex;
        flex-direction: row;
    }
    .info-title {
        margin-left: 1vw;
        cursor: pointer;
    }
    /** toast **/
    .toast-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 10vw;
        z-index: 1500;
        pointer-events: none;
    }
    .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: 13vw;
        background-image: url('../image/hkhy/15/pc-product-desc.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .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;
        cursor: pointer;
    }
    .select-role {
        border: 1px solid red;
        color: red;
    }
    .login-container {
        width: 100%;
        height: 100%;
        z-index: 900;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .login-btn-content {
        width: 30vw;
        height: 15vw;
        background: white;
        border-radius: 1vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .login-tip {
        margin-top: -8vw;
        position: absolute;
    }
    .log-out {
        width: 5vw;
        font-size: 0.9vw;
        text-align: center;
        padding: 0.2vw 0px;
        color: white;
    }
    .mb-input {
        display: none;
    }
    .faq-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;
    }
    .faq-content {
        width: 35vw;
        height: 70%;
        background: #fff;
        padding: 1vw 1vw;
        overflow-y: scroll;
        color: #A6A6A6;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-radius: 0.5vw;
    }
    .faq-content::-webkit-scrollbar {
        display: none;
    }
    .close-faq {
        font-size: 0.9vw;
        padding: 0.5vw 1.4vw;
        color: #A6A6A6;
        margin-top: 1vw;
        border: 1px solid #A6A6A6;
        cursor: pointer;
    }
    .manual-tip {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 1001;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow-y: scroll;
    }
    .tip-text {
        color: white;
        font-size: 0.8vw;
    }
    .manual-content {
        width: 30vw;
        height: 90%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .manual-image {
        width: 30vw;
        height: auto;
    }
    .media-list {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .media-item {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 0.5vw;
        cursor: pointer;
    }
    .ios-icon {
        width: 6.5vw;
        height: 2.3vw;
    }
    .google-icon {
        width: 6.5vw;
        height: 2.3vw;
    }
    .dc-icon {
        width: 2vw;
        height: 2vw;
    }
    .x-icon {
        width: 1.4vw;
        height: 1.4vw;
    }
    .faq-manual {
        display: none;
    }
    /** award tip **/
    .award-tip-content {
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 2vw;
    }
    .award-tip {
        width: 45vw;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        margin-left: 0.8vw;
    }
    .award-tip-label {
        font-size: 1vw;
        color: white;
        width: 14.5vw;
        text-align: right;
    }
    .award-tip-img {
        width: 45vw;
        height: auto;
    }
    .body-sw {
        width: 45vw;
    }
    .body-slide {
        width: 45vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .body-slide img {
        width: 45vw;
        height: auto;
    }
    /** award tip preview **/
    .award-tip-preview {
        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;
    }
    .award-preview {
        width: 60vw;
        height: auto;
        padding: 1vw 1vw;
        overflow-y: scroll;
        color: #A6A6A6;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-radius: 0.5vw;
    }
    .close-award-preview {
        font-size: 0.9vw;
        padding: 0.5vw 1.4vw;
        color: #A6A6A6;
        margin-top: 1vw;
        border: 1px solid #A6A6A6;
        cursor: pointer;
    }
    .contact-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        z-index: 1000;
        position: absolute;
        font-size: 0.8vw;
        margin-bottom: -3vw;
    }
}

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

.confirm-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10002;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-content {
    background-color: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.confirm-title {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.confirm-body {
    padding: 30px 20px;
}

.confirm-info {
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-label {
    font-weight: 600;
    color: #666;
    font-size: 14px;
}

.info-value {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.confirm-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.confirm-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
}

.confirm-cancel {
    background-color: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}

.confirm-cancel:hover {
    background-color: #e0e0e0;
    transform: translateY(-1px);
}

.confirm-ok {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
}

.confirm-ok:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

.body-prev-img,
.body-next-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.body-prev-img {
    left: 10px;
}

.body-next-img {
    right: 10px;
}