@media only screen and (max-width: 767px) {
    body {
        margin: 0px;
        padding: 0px;
        width: 100%;
        /* background-image: url('../image/main-bg.webp'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        /* èƒŒæ™¯å›¾å›ºå®šåœ¨è§†å£ */
    }
    .page-tab {
        width: 100%;
        height: 6.8vw;
        position: relative;
        top: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #FFFFFF;
        font-size: 2.8vw;
    }
    .page-tab .shop-tab {
        width: 35vw;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 14.4vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .page-tab .activity-tab {
        width: 35vw;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 50vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /** å¤´éƒ¨å¯¼èˆªæ  **/
    .header-container {
        /* background-image: url('../image/header-bg.webp'); */
        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: 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: 9.5vw;
        height: 9.5vw;
        /* background-image: url('../image/icon.webp'); */
        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.webp'); */
        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.webp'); */
        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.webp'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        display: none;
    }
    .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: 92vw;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .game-bg {
        width: 100vw;
        height: 46vw;
        /* background-image: url('../image/game-bg.webp'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 0;
        margin-left: -4vw;
    }
    .input-content {
        padding: 0px;
        margin-top: 2vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
    }
    .input-label {
        font-size: 3vw;
        color: white;
        font-weight: 800;
    }
    .input-body {
        width: 100% !important;
        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;
        outline: none;
        /* ç§»é™¤ Firefox å†…æ ¸çš„ç³»ç»Ÿæ ·å¼ */
    }
    .login-btn {
        /* background-image: url('../image/login.webp'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 8vw;
        min-width: 22vw;
        padding: 0 10px;
        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;
        position: absolute;
        padding-top: 0.6vw;
    }
    .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: 7vw;
        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.webp'); */
        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.webp');
        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.webp'); */
        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.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .pay-item-sub {
        width: 20vw;
        height: 8vw;
        border: 1px solid #ccc;
    }
    .product {
        width: 100%;
        margin-top: 6.2vw;
        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.webp'); */
        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.webp');
        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: 4vw;
    }
    .price-info-hkhy-34,
    .price-info-hkhy-37,
    .price-info-hkhy-54 {
        width: 85%;
        height: 5vw;
        font-size: 4vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 2vw;
        left: 1vw;
    }
    .price-info-hkhy-40 {
        width: 95%;
        height: 5vw;
        font-size: 4vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 2vw;
        left: 0vw;
    }
    .price-info-hkhy-33 {
        width: 87%;
        height: 5vw;
        font-size: 4vw;
        position: absolute;
        z-index: 100;
        bottom: 0.1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 2vw;
        left: 0vw;
    }
    .price-info-hkhy-15 {
        width: 100%;
        height: 5vw;
        font-size: 4vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 2vw;
        left: 0vw;
    }
    .price-info-hkhy-24 {
        width: 91%;
        height: 5vw;
        font-size: 4vw;
        position: absolute;
        z-index: 100;
        bottom: 0.3vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 2vw;
        left: 1.3vw;
    }
    .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; */
        position: relative;
        bottom: -8vw;
    }
    .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.webp'); */
        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: calc(100% - 6vw);
        height: 100%;
        display: flex;
        padding: 0 3vw;
    }
    .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.webp'); */
        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.webp'); */
        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 {
        min-width: 20vw;
        padding-left: 1.333333333vw;
        padding-right: 1.333333333vw;
        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: 0.533333333vw;
        color: white;
    }
    .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;
        color: white;
    }
    .select-role {
        border: 1px solid red;
        color: red;
    }
    .cs-content {
        width: 8vw;
        height: 8vw;
        /* background-image: url('../image/hkhy/10/cs.webp'); */
        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;
    }
    .reward-progress-desc {
        font-size: 4vw;
        position: relative;
        min-width: 25vw;
        padding: 1.5vw 2vw 2vw 2vw;
    }
    /** é€šé“ **/
    .channel-pay-way {
        margin-top: 1vw;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .channel-pay-label {
        font-size: 3vw;
        color: white;
        width: 14.5vw;
        text-align: left;
        width: 100%;
        padding-bottom: 3vw;
    }
    .channel-pay-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0.8vw;
        flex-wrap: wrap;
        width: 100%;
    }
    .channel-pay-item {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 25vw;
        height: 12.5vw;
        margin-right: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #fff;
        border: 1px solid #ccc;
        margin: 0 2vw 2vw 0;
    }
    .channel-pay-item-sub-select {
        background-image: url('../image/channel-border.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .channel-pay-item-sub {
        width: 100%;
        height: 100%;
        font-size: 2vw;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: .8vw;
        text-align: center;
    }
    .more-button {
        align-items: center;
        font-size: 4vw;
    }
    
    .progress {}
    .progress .reward-progress {
        margin-bottom: 20vw;
    }
    .progress .reward-progress-bar-container {
        margin-bottom: 0;
    }
    .game-bg-img{
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    body {
        margin: 0px;
        padding: 0px;
        /* background-image: url('../image/pc-main-bg.webp'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        /* èƒŒæ™¯å›¾å›ºå®šåœ¨è§†å£ */
    }
    .page-tab {
        width: 30.1vw;
        height: 2.8vw;
        position: absolute;
        top: 3vw;
        left: 34.4vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #FFFFFF;
        font-size: 1.1vw;
        z-index: 100;
    }
    .page-tab .shop-tab {
        width: 14.8vw;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .page-tab .activity-tab {
        width: 14.8vw;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0.4vw;
        cursor: pointer;
    }
    /** å¤´éƒ¨å¯¼èˆªæ  **/
    .header-container {
        /* background-image: url('../image/header-bg.webp'); */
        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.webp'); */
        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.webp'); */
        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.webp'); */
        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;
        text-align: left;
    }
    .tip-content {
        display: none;
    }
    .web-name {
        font-size: 1.5vw;
        width: 27vw;
        margin-right: 1vw;
        height: 1.7vw;
        margin-top: 1.7vw;
        display: inline-block;
        text-align: right;
        white-space: nowrap;
        overflow: visible;
    }
    /** é¡µé¢å†…å®¹ **/
    .body-container {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .body-left {
        width: 30vw;
        height: 58vw;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        margin-top: 2.5vw;
    }
    .body-content {
        margin-top: 2.5vw;
    }
    .left-content {
        height: 100%;
        width: 14.5vw;
        /* background-image: url('../image/pc-left.webp'); */
        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: 11.6vw;
        height: 3.5vw;
        /* background-image: url('../image/hkhy/10/game-name.webp'); */
        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.webp');
        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.webp');
        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.webp');
        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.webp');
        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.webp'); */
        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; */
        min-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.webp'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 2.7vw;
        min-width: calc(8.7vw - 30px);
        font-size: 1.4vw;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        padding: 0 0.78125vw 0.260416667vw;
    }
    .login-btn:hover {
        cursor: pointer;
    }
    .input-tips {
        color: white;
        font-size: 0.8vw;
        z-index: 100;
        position: absolute;
        padding-top: 6px;
    }
    .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: 13vw;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        color: white;
        font-size: 0.8vw;
        padding: 0.5vw 0.5vw;
        margin-right: 1vw;
        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.webp');
        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.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .pay-item-sub {
        width: 7.4vw;
        height: 2.7vw;
        border: 1px solid #ccc;
    }
    .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 {
        min-height: 2.5vw;
        min-width: calc(8vw - 30px);
        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;
        color: white;
        padding: 0 15px 5px;
        position: relative;
    }
    .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;
        min-width: calc(8vw - 30px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        padding: 0 15px 5px;
    }
    .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.webp'); */
        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;
        /* margin-top: 1.7vw; */
    }
    .product-item:hover {
        cursor: pointer;
    }
    .product-item-sub {
        width: 7.4vw;
        height: 6.6vw;
    }
    .product-item-sub-select {
        background-image: url('../image/product-border.webp');
        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: 1.3vw;
    }
    .price-info-hkhy-34,
    .price-info-hkhy-37,
    .price-info-hkhy-40,
    .price-info-hkhy-54 {
        width: 7.1vw;
        height: 1.9vw;
        font-size: 0.75vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 0vw;
    }
    .price-info-hkhy-33 {
        width: 6.5vw;
        height: 1.9vw;
        font-size: 0.75vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 0vw;
    }
    .price-info-hkhy-15 {
        width: 7.4vw;
        height: 1.9vw;
        font-size: 0.75vw;
        position: absolute;
        z-index: 100;
        bottom: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 0vw;
    }
    .price-info-hkhy-24 {
        width: 6.8vw;
        height: 1.5vw;
        font-size: 0.75vw;
        position: absolute;
        z-index: 100;
        bottom: 0.25vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left: 0.5vw;
    }
    .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: 12.5vw;
        height: calc(12.5vw / 258 * 88);
        font-size: 1.5vw;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* background-image: url('../image/order-btn.webp'); */
        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 0;
        position: relative;
        bottom: 2vw;
    }
    .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;
        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: auto;
        background-image: url('../image/hkhy/15/pc-product-desc.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .rebate-tip {
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        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: 25vw;
        height: auto;
        margin-top: 1.5vw;
        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: 4.2vw;
        height: 4.2vw;
        /* background-image: url('../image/hkhy/10/cs.webp'); */
        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;
    }
    .reward-progress-desc {
        font-size: 1.4vw;
        position: relative;
        top: -.8vw;
        width: 15vw;
        padding: 0.8vw 0 0.8vw 1.4vw;
    }
    /** é€šé“æ ·å¼ **/
    .channel-pay-way {
        width: 100%;
        margin-top: 4vw;
        padding: 0px;
        margin-top: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .channel-pay-label {
        font-size: 1.4vw;
        color: white;
        width: 14.5vw;
        text-align: right;
        font-weight: 500;
    }
    .channel-pay-content {
        width: 51vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0.8vw;
        flex-wrap: wrap;
    }
    .channel-pay-item {
        /* background-image: url('https://upload.hktanwan.com/pay/payermax.webp'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 6.25vw;
        height: 3.125vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #fff;
        border: 1px solid #ccc;
    }
    .channel-pay-item-sub-select {
        background-image: url('../image/channel-border.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .channel-pay-item-sub {
        width: 100%;
        height: 100%;
        font-size: 0.6vw;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: #3e3e3e;
        padding-bottom: .1vw;
        text-align: center;
    }
    .more-button {
        align-items: center;
        font-size: 1.2vw;
    }
    .game-bg-img{

    }
    .game-bg-img img{
        max-width: calc(100% - 8vw);
        margin-left: 1vw;
    }
}
@media only screen and (min-width: 1440px)  {
    .container{
        width: 75vw;
        margin: auto;
    }
    .header-container{
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    .header-content{
        width: 75vw;
    }
    .tip-container{
        padding-top: 3vw;
    }
    .body-left{
        width: 14.48vw;
        height: 64.63vw;
    }
    .left-content{
        width: 14.48vw;
    }
    .pc-game-name{
        top: 11.77vw;
        width: 11.46vw;
    }
    .game-name{
        margin-top: 1.04vw;
        max-width: 100%;
        max-height: 3.44vw;
    }
    .pc-tip{
        top: 16.93vw;
        font-size: 0.73vw;
        width: 11.46vw;
    }
    .tip-name{
        font-size: 0.99vw;
        margin-left:2.99vw
    }
    .tip-desc{
        font-size: 0.50vw;
        margin-left:2.99vw
    }
    .left-tip,.left-tip-item{
        width: 11.46vw;
    }
    .body-content{
        width: 58.44vw;
    }
    .game-bg-img{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
    }
    .game-bg-img img{
        width: 47.40vw;
        height: auto;
    }
    .input-label,.zone-label,.role-label,.channel-pay-label,.channel-pay-label,.product-label-column,.order-label,.input-label{
        width: 10.26vw;
        text-align: right;
    }
    .input-body,.channel-pay-content,.reward-progress,.product-content{
        margin-left: 0.78vw;
        width: 47.40vw !important;
    }
    .channel-pay-item{
        width: 6.16vw;
        height: 3.08vw;
        margin-right: 0.55vw;
        margin-bottom: 0.55vw;
    }
    .channel-pay-item:nth-child(7n){
        margin-right:0px
    }
    .product-item{
        width: 7.34vw; /*7.4vw 118.47*/
        height: 6.59vw; /*6.6vw 105.66*/
        margin-right: 0.55vw;
    }
    .product-item:nth-child(6n){
        margin-right:0px
    }
    .product-item-sub{
        width: 7.34vw; /*7.4vw 118.47*/
        height: 6.59vw; /*6.6vw 105.66*/
    }
    .price-info{
        width: 7.03vw;
        height: 1.88vw;
    }
}

.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);
}

.progress {
    align-items: unset;
    margin-top: 8vw;
    margin-bottom: 2vw;
}

.reward-progress-container {
    margin: 20px 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.reward-progress-label {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.reward-progress-bars {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.progress-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.progress-bar {
    max-width: 100px;
    height: auto;
    display: block;
}

.progress-reward {
    text-align: center;
}

.reward-image {
    max-width: 80px;
    height: auto;
    display: block;
}

.reward-progress {}

.reward-progress-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.reward-progress-bar-container,
.reward-prize-container {
    margin: 0;
    text-align: center;
}

.reward-progress-bar,
.reward-prize {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.reward-progress {
    display: flex;
    flex-direction: column;
    width: 70%;
    align-items: flex-start;
}

.reward-progress-bar-container,
.reward-prize-container {
    width: 100%;
}

.reward-progress-bar-container img,
.reward-prize-container img {
    width: 100%;
    height: auto;
}

.reward-prize-container-column {
    padding-bottom: 5vw;
}

.reward-progress-desc {
    color: #ffffff;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


.channel-pay-item-select,.pay-item-sub-select {
    border-color: #ff0000;
}

.header-lang {
    display: none;
}
.channel-pay-item{
    cursor: pointer;
}
