@charset "utf-8";

body {
    background: #FFFFFF !important;
}

.flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    display: flex;
    justify-content: space-between;
}

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

.w1300 {
    width: 1280px;
    margin: 0 auto;
}


/* Custom Select Styles */
.custom-select {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 0 !important;
}

.custom-select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 16px !important;
    background: #F4F7F9 !important;
    border-radius: 8px !important;
    box-sizing: border-box;
    border: 1.5px solid #F5F5F5 !important;
    cursor: pointer;
    transition: all .5s;
    position: relative;
    z-index: 10;
    box-shadow: none !important;
    color: #000;
}

.custom-select__arrow {
    width: 16px;
    height: 16px;
    color: #000000 !important;
    transition: all .5s;
}

.custom-select__options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 9;
    transition: all .3s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    color: #000;
}

.custom-select__option {
    padding: 4px 16px !important;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 1px solid #f5f5f5;
}

.custom-select__option:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
}

.custom-select__option:hover {
    background: #f9f9f9;
    color: #EE7115;
}

.custom-select__option--selected {
    background: rgba(255, 94, 23, .1);
    color: #EE7115;
    font-weight: 500;
}

/* Custom scrollbar */
.custom-select__options::-webkit-scrollbar {
    width: 6px;
}

.custom-select__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.custom-select__options::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 3px;
}

.custom-select__options::-webkit-scrollbar-thumb:hover {
    background: #EE7115;
}


/* Animation classes */
.transition {
    transition: all 0.3s ease;
}

.ease-out {
    transition-timing-function: ease-out;
}

.ease-in {
    transition-timing-function: ease-in;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.transform {
    transform: translateY(0);
}

.scale-95 {
    transform: scale(0.95);
}

.scale-100 {
    transform: scale(1);
}

.breadcrumb-bg {
    background: #fff;
}

.poe {
    padding: 0 0 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.poe-left {
    width: calc(100% - 306px);
}

.poe-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}

.poe-img {
    width: 86px;
    border-radius: 8px;
    overflow: hidden;
}

.poe-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 160 / 160;
    border-radius: 8px;
}

.poe-text {
    width: 100%;
    padding: 0;
}

.poe-text h1,
.poe-text .h1 {
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    line-height: 48px;
    height: 48px;
}

.poe-text h2 {
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    display: flex;
    gap: 14px
}

.poe-text h2 b {
    font-weight: 400;
    font-size: 14px;
}

.poe-text h2 span {
    display: flex;
    gap: 3px;
}

.poe-text ul {
    display: flex;
    gap: 22px;
}

.poe-text ul.poe-label {
    padding-top: 0px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.poe-text a {
    display: flex;
    gap: 3px;
    font-size: 12px;
    color: #000;
}

.poe-text a:hover {
    color: #EE7115;
}

.fraction {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #000;
    line-height: 1;
}

.fraction span {
    display: flex;
    gap: 5px;
    align-items: center;
    /* font-family: Heavy; */
}

.fraction span img {
    width: 16px;
    height: 16px;
}

.fraction span img.star {
    width: 21px;
    height: 21px;
}

.fraction b {
    font-weight: bold;
    display: flex;
    gap: 1px;
    align-items: flex-end;
    font-size: 18px;
    color: #000000;
}

.poe-text ul.poe-info {
    padding: 0;
    margin-bottom: 12px;
}

.poe-text ul li {
    height: 24px;
    display: block;
    display: flex;
    align-items: center;
}

.poe-text ul li b {
    font-size: 18px;
    color: #000;
}

.poe-text ul li .fraction b {
    font-size: 18px;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    color: #000;
    background: #FFBE00;
    border-radius: 2px;
}

.fraction em {
    display: block;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #90949A;
}

.fraction em span {
    margin-left: 9px;
}

.fraction .vertical {
    width: 1px;
    height: 24px;
    background: #E5E5E5;
}

.fraction .view-all-comments {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #90949A;
}


.fraction b span.star-current {
    font-weight: 700;
    font-size: 18px;
    color: #90949A;
}

.fraction b span.star-total {
    font-weight: 700;
    font-size: 18px;
    color: #90949A;
}

.Recharge-Details .Recharge-content {
    padding: 12px;
    border: 1.5px solid #F5F5F5;
    border-radius: 4px;
}

.Recharge-Details .Recharge-content.subordinate {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.genesis-title-left {
    height: 114px;
    padding: 15px 0 0 174px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.genesis-title-left h1 {
    margin-bottom: 12px;
}

.Genesis-title a {
    display: block;
    position: relative;
    padding: 12px 0 12px;
    color: #6C6C6C;
    font-size: 14px;
    width: 100%;
}

.Genesis-title a:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.Genesis-title ul {
    display: flex;
    background: #fff;
    overflow: hidden;
    gap: 26px;
    padding-left: 18px;
    margin-bottom: 12px;
}

.Genesis-title ul li {
    height: 39px;
}

.Genesis-title li a {
    height: 39px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #90949A;
    padding: 0 18px;
    font-weight: 500;
}

.Genesis-title li.cur a {
    color: #fff;
    background: linear-gradient(137.47deg, #FF998E 11.08%, #FF9186 42.04%, #FFB57E 95.9%);
    border: 0.5px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 99px;
}


/* .Genesis-title a:hover:before{width: 27px; } */
.GenesisTop>ul {
    padding-bottom: 18px;
}

.GenesisTop ul {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.GenesisTop li {
    width: calc(25% - 54px/4);
    margin-top: -10px;
}

.GenesisBox {
    border-radius: 4px;
    transition: all .5s;
    overflow: hidden;
    vector-effect: inherit;
    position: relative;
    border: 1.5px solid #F5F5F5;
}

.GenesisTp {
    position: relative;
    overflow: hidden;
}

.GenesisTp img {
    width: 100%;
    transition: all .5s;
    aspect-ratio: 156 / 156;
}


/* ===== 线形白色流光层 (从左下角到右上角) ===== */
.GenesisTp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 关键：极细的白色线条——使用硬边渐变制造一条清晰的光带 */
    background: linear-gradient(115deg,
            /* 115° = 左下到右上对角线 */
            transparent 25%,
            /* 之前完全透明 */
            rgba(255, 255, 255, 1) 35%,
            /* 纯白线开始 (极细的高光核心) */
            rgba(255, 255, 255, 0.95) 38%,
            rgba(255, 255, 255, 0.8) 40%,
            rgba(255, 255, 255, 0.5) 42%,
            /* 快速衰减，形成细线 + 柔边 */
            transparent 48%
            /* 之后完全透明 */
        );
    background-size: 300% 300%;
    /* 放大背景，让线条移动更连续 */
    background-position: 150% 150%;
    /* 初始完全隐藏在右下角外部 */
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    /* 屏幕模式让白线更亮，叠加更干净 */
    opacity: 0;
    transition: opacity 5s ease, background-position 1.2s cubic-bezier(0.15, 0.9, 0.3, 1.1);
    z-index: 3;
    pointer-events: none;
    /* 增加一点发光模糊的微光晕，让线条更柔和但不失纤细 */
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
}

/* 悬停时：线条从右下外部(-150%,150%?) 实际我们设置起点 (150%,150%) 终点 (-50%,-50%) 
    这样线条沿115°方向扫过图片，视觉上就是从左下扫向右上的细线 */
.GenesisTp:hover::before,
.GenesisBox:hover .GenesisTp::before {
    opacity: 1;
    background-position: -50% -50%;
    /* 终止于左上外部，完成一次对角线细线扫描 */
}

/* 增加一层极淡的漫射光，提升高级感 (可选，不破坏线形) */
.GenesisTp::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.08);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 2;
    pointer-events: none;
}

.GenesisTp:hover::after,
.GenesisBox:hover .GenesisTp::after {
    opacity: 0.5;
}

/* .percentage{position: absolute;left: 0;bottom: 0;color: #fff;font-size: 12px;background: url(../images/e5.png);width: 92px;line-height: 20px;background-size: 100% 100%;z-index: 10;padding-left: 10px;} */
.percentage {
    bottom: -1px;
    color: #fff;
    font-size: 11px;
    left: 0;
    line-height: 30px;
    position: absolute;
    width: calc(100% - 8px);
    z-index: 10;
    background: #EE7115;
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
    padding-right: 0.1rem;
    font-weight: bold;
    pointer-events: none;
    text-align: left;
    padding-left: 8px;
}

.discount-content {
    position: relative;
    background-color: #FFF;
    padding-top: 16px;
}

.discount-content p {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.discount-content .gen-price {
    font-weight: bold;
    font-size: 18px;
    color: #EE7115;
    margin: 0px;
    display: block;
    line-height: 22px;
}

.discount-content .uid_top_up {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    padding: 0 3px;
    margin-top: 6px;
}

.discount-content .gen-price b {
    font-weight: bold;
}

.discount-content .uid_top_up a {
    font-size: 10px;
    color: #2D78D2;
    background: #CFE6FF;
    width: 55px;
    line-height: 18px;
    border-radius: 9px;
    font-weight: bold;
    text-align: center;
    border-radius: 9px;
}

.discount-content .uid_top_up span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.discount-content .uid_top_up span em img {
    width: 10px;
}

.discount-content .uid_top_up span b {
    font-weight: bold;
    font-size: 12px;
    color: #3D3D3D;
}




/* 游戏卡片开始 */
.discount-content .discount-amount {
    padding: 8px 12px 14px 12px;
}

.discount-content .discount-amount .discount-rate {
    width: 83px;
    height: 28px;
    background: #F5F5F5;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #EE7115;
    font-size: 16px;
    font-weight: bold;
    gap: 6px;
}


/* =====购物车 核心按钮 ===== */
.discount-content .uid_top_up {
    position: relative;
    border: none;
    color: #f0f6ff;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease, transform 0.1s, box-shadow 0.2s;
    text-transform: uppercase;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    height: 63px;
    border-top: 1px solid #F5F5F5;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

/* 伪元素 —— 黄色滑动层 (从左到右) */
.discount-content .uid_top_up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #EE7115, #EE7115);
    z-index: 0;
    opacity: 0;
    transition: width 0.5s ease, opacity 0.5s ease;
    border-radius: 0px;
}




.discount-content .uid_top_up .left {
    width: 50%;
    display: flex;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    opacity: 1;
    font-weight: 700;
}

.discount-content .uid_top_up .divider {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 1px;
    height: 33px;
    background-color: #F5F5F5;
}

.GenesisBox.selected .discount-content .uid_top_up .left {
    filter: opacity(0);
    transition: filter 0.5s;
    display: none;
}


.GenesisBox.selected .discount-content .uid_top_up .divider {
    left: 60%;
    color: #fff;
    z-index: 2;
}

.GenesisBox.selected .discount-content .uid_top_up::before {
    width: 100%;
    opacity: 1;
}

.discount-content .uid_top_up .leftNew {
    display: none;
    z-index: 2;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
    text-align: center;
    width: 60%;
    opacity: 1;
    transition: margin-right 1s;
    font-weight: 700;
}

.GenesisBox.selected .discount-content .uid_top_up .leftNew {
    display: block !important;
}

.GenesisBox.selected .discount-content .uid_top_up .divider {
    animation: example 0.6s forwards linear;
    /* 动画在2秒后停在结束状态 */
}



@keyframes example {

    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 11px;
    }

    100% {
        margin-left: 22px;
    }
}

.discount-content .uid_top_up .Shopping-submission .pic17New {
    display: none;
}

.GenesisBox.selected .discount-content .uid_top_up .Shopping-submission .pic17 {
    display: none;
    filter: opacity(0);
    transition: filter 0.2s;
    transition: display 0.2s;
}


.GenesisBox.selected .discount-content .uid_top_up .Shopping-submission .pic17New {
    display: block;
    filter: opacity(1);
    transition: filter 0.2s;
    z-index: 2;
    transition: z-index 0.2s;
}

/* 游戏卡片结束 */



.Shopping-submission {
    cursor: pointer;
    width: 30px;
    margin-right: 26px;
}

.Shopping-submission img {
    width: 100%;
}

.top-up-title {
    margin-top: 15px;
}

.top-up-title {
    padding: 0 20px;
    background: #fff;
    border-radius: px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.top-up-title ul {
    display: flex;
    gap: 50px;
}

.top-up-title li {
    font-size: 18px;
    line-height: 57px;
}

.top-up-title li a {
    color: #0F0F0F;
    transition: all .5s;
}

.top-up-title li.cur a {
    color: #EE7115;
}

.top-up-title a:hover {
    color: #EE7115;
}

.top-up-box {
    margin-top: 0;
    border-radius: 4px;
    padding-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    background: #FBFCFD;
}

.top-up-introduction {
    padding: 0px 20px;
}

/*.top-up-introduction p{font-size: 16px;color: #393939; line-height: 1.65;}*/
.color-blue {
    color: #225DFF;
}

.top-up-introduction h3 {
    display: block !important;
    line-height: 28px;
    font-size: 22px !important;
    color: #000000;
    padding: 16px 32px;
    margin: 0 -20px !important;
    border-bottom: 3px solid #EE7115;
}

/*.top-up-introduction h4{font-size: 16px;color: #393939; line-height: 1.7; margin: 20px 0 0;}*/
/*.top-up-introduction{padding:15px 25px 0 25px;}*/

/*Reviews-content*/
.User-Reviews {
    border-radius: 4px;
    background: #fff;
}

.top-up-box .desc_title,
.User-Reviews-title .reviews_title {
    font-weight: 700;
    font-size: 18px;
    color: #393939;
    border-bottom: 3px solid #EE7115;
    line-height: 60px;
    padding: 0 0 0 15px;
    position: relative;
    display: block;
    border-left: 1.5px solid #F5F5F5;
    border-right: .5px solid #F5F5F5;
    border-radius: 4px 4px 0 0;
    background: #FBFCFD;
}

/* .User-Reviews-title .reviews_title:before{position: absolute;content: "";width: 3px;height: 15px;background: #EE7115;left: 0;top: 50%;transform: translateY(-50%);} */

.Reviews-content {
    display: flex;
    align-items: center;
    padding: 24px 40px;
    gap: 27px;
    border-bottom: 1.5px solid #F5F5F5;
    border-left: 1.5px solid #F5F5F5;
    border-right: 1.5px solid #F5F5F5;
    border-radius: 0 0 4px 4px;
    background: #FBFCFD;
    margin-bottom: 24px;
}

.Reviews-img {
    width: 90px;
    text-align: center;
}

.imgbox img {
    width: 70px;
    border-radius: 8px;
    aspect-ratio: 16 / 16;
    margin: 0 auto;
}

.Reviews-img h2 {
    font-weight: bold;
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 5px 0;
}

.Reviews-img h2 span img {
    width: 20px;
}

.Reviews-img h2 em {
    font-weight: bold;
    font-size: 24px;
    color: #393939;
}

.Reviews-img h2 b {
    font-weight: 400;
    color: #999;
    font-size: 16px;
    color: #ADAAAA;
}

.Reviews-img p {
    font-size: 12px;
    color: #0F0F0F;
}

.Reviews-text {
    width: 400px;
}

.Reviews-text li {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    gap: 4px;
    font-size: 12px;
    align-items: center;
}

.Reviews-text li p {
    color: #484848;
    font-size: 11px;
}

.Reviews-text li h2 {
    font-size: 11px;
    color: #969696;
    width: 15px;
}

.Reviews-text img {
    width: 12px;
}

.Reviews-text span {
    width: calc(100% - 50px);
    height: 4px;
    background: #f1f1f3;
    border-radius: 2px;
    position: relative;
}

.Reviews-text span b {
    position: absolute;
    height: 100%;
    border-radius: 2px;
    left: 0;
    top: 0;
    background: #ffbe00;
}

.comment {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 35px;
    border-bottom: 1px solid #ececec;
    margin: 0 30px;
}

.comment-left {
    width: 36px;
    height: 36px;
}

.comment-left img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.comment-right {
    width: calc(100% - 55px);
    position: relative;
}

.comment-right h2 {
    font-weight: bold;
    font-size: 16px;
    color: #393939;
}

.comment-right h2 span {
    padding-left: 5px;
}

.star2 {
    background: url(../images/pic20.png);
    width: 17px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.comment-right h3 {
    font-weight: 700;
    font-size: 14px;
    color: #312E2C;
    margin: 10px 0 25px;
}

.comment-right h3 span {
    font-weight: 400;
    color: #AFAFAF;
    font-size: 12px;
}

.comment-right h3 b {
    font-size: 12px;
    padding: 0 5px;
    color: #DEDEDE;
}

.comment-right p {
    font-size: 13px;
    color: #5C5C5C;
    line-height: 1.6;
}

.comment-right h4 {
    font-size: 16px;
    color: #969696;
    margin-top: 33px;
}

.love1 {
    background: url(../images/pic21.png);
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    background-size: 100% 100%;
}

.love2 {
    background: url(../images/pic22.png);
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    background-size: 100% 100%;
}

.love3 {
    background: url(../images/pic23.png);
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    background-size: 100% 100%;
}

.love4 {
    background: url(../images/pic21.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% 100%;
    transition: transform 0.2s;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.comment-date {
    font-size: 12px;
    color: #969696;
}

.comment-helpful {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: all .2s;
    color: #90949A;
    padding: 4px 12px;
    border-radius: 20px;

    .helpful-count {
        font-size: 18px;
        font-weight: 500;
    }
}

.comment-helpful.comment-helpful-clicked {
    color: #EE7115;
}

.comment-helpful.comment-helpful-clicked .love4 {
    background: url(../images/pic23.svg);
    transform: scale(1);
    animation: love1-pop 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.comment-helpful.love1-animate-wrap:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
    background: rgba(255, 94, 23, 0.12);
    border: 2px solid rgba(255, 94, 23, 0.35);
    pointer-events: none;
    animation: love1-burst 560ms ease-out;
}

.comment-helpful .love1.love1-animate {
    animation: love1-pop 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes love1-pop {
    0% {
        transform: scale(0.85);
    }

    40% {
        transform: scale(1.25);
    }

    70% {
        transform: scale(0.95);
    }

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

@keyframes love1-burst {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0.6;
    }

    60% {
        opacity: 0.25;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.4);
        opacity: 0;
    }
}

.comment-right img {
    margin: 10px 0;
}

.comment:last-child {
    border: none;
}

.comment-botton {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #3B3A3A;
    width: 130px;
    line-height: 36px;
    border: 1px solid #dedede;
    border-radius: 5px;
    transition: all .5s;
}

.comment-botton:hover {
    background: #EE7115;
    color: #fff;
    border: 1px solid #EE7115;
}

/*news*/
.news {
    border-radius: 4px;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.poenews-title {
    font-weight: 700;
    font-size: 18px;
    color: #393939;
    border-bottom: 2px solid #f7f7f7;
    line-height: 60px;
    padding: 0 0 0 15px;
    position: relative;
    /* margin-left: 30px; */
    display: flex;
    justify-content: space-between;
}

.poenews-title .all {
    padding-right: 18px;
}

.poenews-title .all a {
    font-size: 14px;
}

.poenews-title .new_title {
    font-weight: bold;
    font-size: 18px;
    color: #3D3D3D;
    position: relative;
    display: block;
}

/* .poenews-title .new_title:before{position: absolute;content: "";width: 3px;height: 13px;background: #EE7115;left: 0;top: 50%;transform: translateY(-50%);} */
.poenews-box {
    position: relative;
    overflow: hidden;
    padding: 24px 20px 30px 20px;
}

.news-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    min-height: 180px;
}

.news-empty .empty-image img {
    width: 120px;
    height: auto;
    opacity: 0.6;
}

.news-empty .empty-text {
    margin-top: 16px;
    font-size: 14px;
    color: #666;
}

.blog-image {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    aspect-ratio: 326 / 149;
}

.blog-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 1s;
}

.blog-date {
    position: absolute;
    left: 8px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #2b2b2b;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
}

.blog-date-icon {
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Cpath d='M8 14h.01M12 14h.01M16 14h.01'/%3E%3C/svg%3E") no-repeat center/contain;
}

.poenews-box .swiper-button-next:after,
.poenews-box .swiper-button-prev:after {
    font-weight: bold;
    font-size: 20px;
}

.poenews-box .swiper-button-next {
    right: 0;
    margin-top: -40px;
    color: #000000;
    text-align: right;
}

.poenews-box .swiper-button-prev {
    left: 0;
    margin-top: -40px;
    color: #000000;
    text-align: left;
}

.blog-text {
    padding: 0 12px;
}

.blog-text h3 {
    font-size: 16px;
    height: 38px;
    line-height: 19px;
    color: #2F2F2F;
    margin-top: 8px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-timeLike {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    font-weight: 400;
    font-size: 16px;
    color: #90949A;
    padding: 8px 12px 10px 12px;
}

.blog-timeLike .like {
    display: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.blogUrl {
    background: #FFFFFF;
    border: 1.5px #F5F5F5 solid;
    border-radius: 4px;
}

/*Game-Ranking*/
.Game-Ranking {
    margin-top: 15px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.Game-Ranking .ranking_title {
    font-weight: 700;
    font-size: 18px;
    color: #393939;
    border-bottom: 2px solid #f7f7f7;
    line-height: 60px;
    padding: 0 0 0 15px;
    position: relative;
    display: block;
}

/* .Game-Ranking .ranking_title:before{position: absolute;content: "";width: 3px;height: 13px;background: #EE7115;left: 0;top: 50%;transform: translateY(-50%); } */
.Game-Ranking-box {
    padding: 20px;
}

.Game-Ranking-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.Game-Ranking-box li {
    width: calc(20% - 80px/5);
}

.Game-Ranking-box span {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 16;
    position: relative;
}

.Game-Ranking-box span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.Popular-Tags {
    position: absolute;
    left: 0;
    top: -1px;
    padding: 0 24px 0 16px;
    line-height: 30px;
    border-radius: 0px;
    color: #fff;
    background: #EE7115;
    font-size: 8px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    border-radius: 4px 0 0 0;
    font-size: 12px;
}

.Popular-Tags em {
    display: inline-block;
    background: url(../images/pic24.png);
    width: 9px;
    height: 9px;
    vertical-align: middle;
    margin: -3px 2px 0 0;
}

.full {
    background: url(../images/pic20.png);
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 2px 0 0;
}

.Blog-ranking {
    padding: 30px;
}

.Blog-ranking ul {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.Blog-ranking li {
    width: calc(25% - 75px/4);
}

.Blog-ranking span {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 200 / 120;
}

.Blog-ranking span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.Blog-ranking p {
    padding: 12px 0;
}

.Blog-ranking-box p {
    padding: 12px 0;
    font-weight: 700;
    color: #000000;
    font-size: 10px;
}

.Blog-ranking p img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

.guide {
    padding: 0 6px;
    font-weight: 400;
    color: #EE7115;
    display: inline-block;
    line-height: 16px;
    border-radius: 9px;
    background: #fff5f6;
    border: 1px solid #ffdfc6;
    margin: -3px 5px 0 0;
}

/*poe-right*/
.poe-right {
    width: 288px;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    border: 1.5px solid #F5F5F5;
}

.carousel {
    padding: 24px 24px 15px 24px;
}

.carousel .mySwiper img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
    aspect-ratio: 307 / 121;
}

.carousel .mySwiper {
    padding-bottom: 25px;
}

.carousel .swiper-pagination-bullet {
    height: 5px;
    width: 23px;
    border-radius: 3px;
    background: #d8d8d8;
    opacity: 1;
}

.carousel .swiper-pagination-bullet-active {
    background: #EE7115;
}

.uid {
    padding-top: 16px;
}

.uid p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 16xp;
    margin-bottom: 4px;
}

.uid-button {
    cursor: pointer;
    background: url(../images/e6.png);
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 6px;
}

.uid li {
    padding-bottom: 12px;
}

.uid .uidmodule {
    padding: 12px 12px 0 12px;
    border: 1.5px solid #F5F5F5;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.input_1 {
    width: 100%;
    height: 40px;
    background: url(../images/uidpic.svg) no-repeat 12px center #F4F7F9;
    background-size: 16px auto;
    border-radius: 8px;
    padding: 0 15px 0 37px;
    line-height: 40px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1.5px solid #F5F5F5;
}

.uid-verify-tip {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
}

.uid-verify-loading {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8d8d8d;
}

.uid-verify-spinner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 94, 23, 0.2);
    border-top-color: #EE7115;
    animation: uid-verify-spin 0.8s linear infinite;
}

.uid-verify-ok {
    color: #1aa85b;
}

.uid-verify-warn {
    color: #EE7115;
}

@keyframes uid-verify-spin {
    to {
        transform: rotate(360deg);
    }
}

.select1 {
    width: 100%;
    height: 34px;
    background: url(../images/e9.png) no-repeat 94% center #eeeeee;
    border-radius: 17px;
    padding: 0 20px;
    line-height: 34px;
    font-size: 12px;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    opacity: .5;
}

.plussub-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plussub-box .buy_number {
    font-size: 16px;
    color: #3D3D3D;
    display: flex;
    justify-content: space-between;
}

.plussub {
    width: 180px;
    height: 42px;
    border: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    color: #3D3D3D;
}

.plussub .sub-bonntn {
    width: 41px;
    line-height: 40px;
    cursor: pointer;
    background: #f1f1f1;
    border-right: 1px solid #d8d8d8;
    text-align: center;
}

.yzquantity1 {
    width: calc(100% - 82px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #3D3D3D;
}

.plussub .plus {
    width: 41px;
    line-height: 40px;
    cursor: pointer;
    background: #f1f1f1;
    border-left: 1px solid #d8d8d8;
    text-align: center;
    font-size: 28px;
}

/*total*/
.total {
    padding: 0 12px;
    background: #fff;
}

.total p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.total p span {
    font-size: 15px;
    color: #3D3D3D;
}

.total p b {
    font-size: 24px;
    color: #EE7115;
}

.total p b em {
    font-weight: bold;
}

.shopping-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

.shopping-cart .howToBuy {
    width: 100%;
    display: block;
    margin-top: 12px;

}

.shopping-cart .howToBuy .shopping-submit {
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.shopping-cart .howToBuy .shopping-submit img {
    width: 26px;
    height: 26px;
    margin: 0;
}

.shopping-bonntn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EE7115;
    border-radius: 8px;
}

.shopping-submit {
    width: 100%;
    height: 48px;
    border: none;
    background: #EE7115;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    padding: 0;
}

.total dl {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.total a {
    font-size: 11px;
    color: #838383;
    transition: all .5s;
}

.total dl dt {
    font-size: 10px;
    display: flex;
    align-items: center;
    color: #838383;
}

.total a:hover {
    color: #EE7115;
}

.total a img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

.total-bottom {
    display: none;
}

.purchaseTips {
    position: fixed;
    width: 5.56rem;
    height: .64rem;
    bottom: 2.56rem;
    left: .32rem;
    background: #FFF4DF;
    transform: translateX(-110%);
    transition: transform 0.5s;
}

.total .shopping-bonntn a img {
    margin: 0;
}


.User-Reviews .Reviews-right-col {
    flex: 1;
}

.User-Reviews .Reviews-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.User-Reviews .Reviews-left .Reviews-img {
    width: 122px;
    flex-shrink: 0;
    text-align: center;
}

.User-Reviews .Reviews-left .Reviews-img img {
    width: 122px;
    height: 122px;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.User-Reviews .Reviews-summary {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.User-Reviews .Reviews-summary h1,
.User-Reviews .Reviews-summary .h1 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.User-Reviews .Reviews-summary .h1 {
    line-height: 33px;
}

.User-Reviews .summary-score {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    color: #90949A;
}

.User-Reviews .summary-score span,
.User-Reviews .summary-score b {
    font-family: Heavy;
}

.User-Reviews .summary-score img {
    width: 24px;
    height: 24px;
}

.User-Reviews .summary-score-value {
    font-size: 18px;
    padding: 0 6px;
    height: 28px;
    line-height: 28px;
    color: #000;
    background: #FFBE00;
    border-radius: 2px;
    font-weight: 500;
}

.User-Reviews .summary-score-total {
    font-size: 18px;
    font-weight: 600;
    color: #90949A;
}

.User-Reviews .summary-score-total b {
    color: #000000;
}

.User-Reviews .summary-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.User-Reviews .summary-stars .star2 {
    width: 16px;
    height: 16px;
    background: url(../images/star.svg) no-repeat center/contain;
}

.User-Reviews .summary-stars .star2.grey {
    background-image: url(../images/star1.svg);
}

.User-Reviews .summary-count {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    color: #90949A;
}

.User-Reviews .Reviews-left .Reviews-text {
    width: auto;
    flex: 1;
}

.User-Reviews .Reviews-left .Reviews-text h2 {
    font-weight: 700;
    font-size: 16px;
    color: #393939;
    margin-bottom: 6px;
}

.User-Reviews .brand-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    color: #6c6c6c;
    font-size: 12px;
}

.User-Reviews .rating-simple {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: #393939;
}

.User-Reviews .star-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/star.svg) no-repeat center/contain;
}

.User-Reviews .verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #2e7d32;
}

.User-Reviews .verified-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background: #2e7d32;
    position: relative;
    flex-shrink: 0;
}

.User-Reviews .verified-icon:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.User-Reviews .Reviews-center {
    display: flex;
    justify-content: center;
}

.User-Reviews .high-score {
    width: 100%;
    max-width: 340px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 16px 18px;
    text-align: center;
}

.User-Reviews .high-score h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
    color: #393939;
}

.User-Reviews .high-score h3 {
    font-weight: 700;
    font-size: 14px;
    color: #6c6c6c;
    margin-top: 6px;
}

.User-Reviews .high-score p {
    font-size: 12px;
    color: #969696;
    margin-top: 8px;
}

.User-Reviews .rating {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 10px;
}

.User-Reviews .rating .pic1 {
    background: url(../images/star.svg) no-repeat center/contain;
    width: 17px;
    height: 16px;
    display: inline-block;
}

.User-Reviews .rating .pic2 {
    background: url(../images/star1.svg) no-repeat center/contain;
    width: 17px;
    height: 16px;
    display: inline-block;
}

.User-Reviews .progress ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.User-Reviews .progress li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    color: #000000;
    margin: 3px 0 0 0;
}
.User-Reviews .progress li span{
    min-width: 12px;
    text-align: center;
}
.User-Reviews .progress li:first-child{
    margin: 0;
}

.User-Reviews .progress li .star {
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url(../images/star.svg) no-repeat center/contain;
}

.User-Reviews .progress li b {
    display: block;
    width: 40px;
}

.User-Reviews .progressbox {
    flex: 1;
    height: 14.45px;
    background: #f0f0f4;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.User-Reviews .progressbox em {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #FFBE00 0%, #FF5622 100%);
    border-radius: 999px;
}

.User-Reviews .reviewsTitle {
    margin-top: 18px;
    display: none;
}

.User-Reviews .reviewsTitle ul {
    display: flex;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.User-Reviews .reviewsTitle li {
    cursor: pointer;
    padding: 10px 0;
    font-size: 14px;
    color: #6c6c6c;
    position: relative;
}

.User-Reviews .reviewsTitle li.cur {
    color: #EE7115;
    font-weight: 700;
}

.User-Reviews .reviewsTitle li.cur:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 28px;
    height: 2px;
    background: #EE7115;
}

.User-Reviews .reviewsNr {
    background: #FBFCFD;
    border: 1.5px solid #F5F5F5
}

.User-Reviews .revnr_bt ul {
    display: flex;
    gap: 38px;
    align-items: center;
    padding: 24px;
    cursor: pointer;
}

.User-Reviews .revnr_bt li {
    padding: 0 8px 5px 8px;
    color: #000000;
    line-height: 28px;
    font-size: 22px;
}

.User-Reviews .revnr_bt li.cur {
    border-bottom: #EE7115 3px solid;
}

.User-Reviews .comment {
    padding: 14px 56px 16px 64px;
    background: #FFFFFF;
    margin: 1px 0 0 0;
    display: flex;
    gap: 24px;
}

.User-Reviews .comment-left {
    width: 60px;
    height: 60px;
}

.User-Reviews .comment-left img {
    width: 100%;
    height: 100%;
}

.User-Reviews .comment-right {
    flex: 1;
    width: auto;
}

.User-Reviews .comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.User-Reviews .user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.User-Reviews .username {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.User-Reviews .user-rating,
.fraction .user-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.User-Reviews .user-rating .star2{
    width: 24px;
    height: 24px;
    background: url(../images/star.svg) no-repeat center/contain;
}
.User-Reviews .revnrQh .user-rating .star2{
    width: 19px;
    height: 19px;
}
.fraction .user-rating .star2 {
    width: 19px;
    height: 19px;
    background: url(../images/star.svg) no-repeat center/contain;
}

.User-Reviews .user-rating .star2.grey,
.fraction .user-rating .star2.grey {
    background-image: url(../images/star1.svg);
}

.User-Reviews .comment-date {
    font-size: 12px;
    color: #90949A;
}

.User-Reviews .purchased-product {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    margin: 12px 0 10px 0;
}

.User-Reviews .comment-content {
    font-size: 16px;
    color: #90949A;
    line-height: 19px;
    /* 标准属性，但兼容性不如 -webkit- 版本 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.User-Reviews .comment-toggle {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    color: #EE7115;
    text-decoration: none;
    vertical-align: middle;
    text-decoration: none;
    padding-bottom: 4px;
}

.User-Reviews .comment-toggle:hover {
    text-decoration: underline;
}

.User-Reviews .comment-translate-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
}

.User-Reviews .comment-pic {
    width: 150px;
    height: 96px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 10px 0 0;
}

.User-Reviews .comment-meta {
    margin-top: 12px;
    justify-content: flex-end;
    /* 子元素从右开始排列 */
}

.User-Reviews .show-more-wrapper {
    display: flex;
    justify-content: center;
    padding: 12px 0 24px;
}

.User-Reviews .show-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #3B3A3A;
    width: 150px;
    line-height: 36px;
    border: 1px solid #dedede;
    border-radius: 5px;
    transition: all .5s;
}

.User-Reviews .show-more-btn:hover {
    background: #EE7115;
    color: #fff;
    border: 1px solid #EE7115;
}

/* 广告开始 */
.advertisement-bg {
    width: 100%;
    position: relative;
    /* height: 320px; */
}

.advertisement-bg .advertisement {
    width: 100%;
    /* height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden; */
}

.advertisement-bg .advertisement>img {
    width: 100%;
    /* height: 100%;
    max-width: 1920px;
    margin: auto;
    object-fit: cover;
    object-position: center; */
}

.advertisement-bg .game-bg {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.advertisement-bg .game-bg .game {
    position: absolute;
    left: 0;
    bottom: -123px;
    border: 8px solid #FFFFFF;
    border-radius: 8px;
    background: #FFFFFF;
    width: 166px;
    height: 166px;
}

.advertisement-bg .game-bg .game-img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* 保持宽高比，裁剪多余部分 */
    -o-object-position: center;
       object-position: center;
    /* 居中显示 */
}

/* 广告结束 */

/* 商品评价模块 */
#forumProduct {
    background: #FBFCFD;
}

#forumProduct .top-up-content {
    /* max-height: 544px; */
    overflow: hidden;
    position: relative;
}

#forumProduct .More,
#forumProduct .FoldUp {
    background: linear-gradient(rgba(255, 255, 255, 0), #262626);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;

    display: none;
}

#forumProduct .More:hover,
#forumProduct .FoldUp:hover {
    background: linear-gradient(rgba(251, 252, 253, 0), #FB9244);
    color: #EE7115;
}

#forumProduct .More .downHover,
#forumProduct .FoldUp .upHover {
    display: none;
}

#forumProduct .More:hover .down,
#forumProduct .FoldUp:hover .up {
    display: none;
}

#forumProduct .More:hover .downHover,
#forumProduct .FoldUp:hover .upHover {
    display: block;
}

#forumProduct .top-up-content.active {
    max-height: 100% !important;
}

.User-Reviews .reviewsNr .more-modules {
    width: 100%;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.User-Reviews .reviewsNr .more-modules .all-reviews {
    width: 214px;
    height: 56px;
    border-radius: 4px;
    border: 1.5px solid #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #90949A;
    background: #FFFFFF;
    cursor: pointer;
}

/* 游戏tab */
.gameLineNew {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    gap: 60px;
}

.gameLineNew .gameTabItem {
    height: 33px;
    line-height: 22px;
    font-weight: 500;
    font-size: 22px;
    color: #90949A;
    flex-shrink: 0;
}

.gameLineNew .gameTabItem a {
    font-size: 22px;
    color: #90949A;
}

.gameLineNew .gameTabItem.select {
    border-bottom: 3px solid #EE7115;
}

.gameLineNew .gameTabItem.select a {
    font-weight: 700;
    color: #000000;
}

/* 支付卡片 */
.price-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    /* border: 1.5px solid #F5F5F5; */
    height: 152px;
    box-sizing: border-box;
    background: url(../images/price-card.png);
    background-size: 100% 100%;
    /* 或者使用 100% 100% */
    background-position: center;
    /* 确保图片居中 */
    background-repeat: no-repeat;
    /* 防止图片重复 */
    margin: 0 12px 24px 12px;
}

.price-card .segmentation {
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin: 9px 0;
}

.price-card .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.price-card .price-label {
    font-size: 12px;
    color: #000000;
}

.price-card .price-label.final {
    font-size: 16px;
    color: #000000;
}

.price-card .discount-amount,
.price-card .originalPrice {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

.price-card .final-price {
    font-size: 24px;
    font-weight: 700;
    color: #EE7115;
    line-height: 30px;
    text-align: right;
    display: block;
}

.price-card .discount-tag {
    font-size: 12px;
    line-height: 24px;
    color: #00BE74;
    font-weight: 600;
    text-align: right;
}

.poe-right .segmentation-img {
    width: 100%;
    margin: 24px 0;
}

.poe-right .paymentIncrease .guaranteed {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.poe-right .paymentIncrease .trusted {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
}

.poe-right .paymentMethod {
    width: 100%;
    margin-top: 6px;
}


.Game-Ranking-box .brand_logo_filter {
    position: relative;
    background: url(../images/brand_logo_filter.png);
    background-size: 100% auto;
    height: 130px;
    padding: 5px 15px;
    box-sizing: border-box;
    z-index: 2;
    transition: height 0.2s, margin-top 0.2s;
}

.Game-Ranking-box .Gamea {
    border-radius: 4px;
    overflow: hidden;
}

.Game-Ranking-box .brand_logo_filter .star2 {
    width: 19px;
    height: 19px;
    background: url(../images/star.svg) no-repeat center / contain;
    margin: 0;
}

.Game-Ranking-box .brand_logo_filter .filter-from {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #D0D0D0;
    margin-bottom: 4px;
}

.Game-Ranking-box .brand_logo_filter .filter-amount {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #EE7115;
    margin-bottom: 16px;
}

.Game-Ranking-box .brand_logo_filter .explore-options {
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.brand-total {
    font-size: 10px;
    font-weight: 700;
    color: #D0D0D0;
}

.brand-total em {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}

.Game-Ranking-box h3 {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
}

.Game-Ranking-box p {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 2px 0 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.move {
    display: none;
}


/* 标签跳转偏移*/
#gameLineforumProduct {
    scroll-margin-top: 66px;
}

/* number 加减样式移除 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* 在某些浏览器中，可能需要额外的margin调整 */
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

/* pc显示 */
@media (hover: hover) and (pointer: fine) {
    .Game-Ranking-box li:hover .brand_logo_filter {
        height: 170.8px;
        margin-top: calc(130px - 100%);
    }

    /* 游戏购物动画 */
    .GenesisBox:hover .discount-content .uid_top_up .leftNew {
        display: block !important;
    }

    .GenesisBox:hover .discount-content .uid_top_up .divider {
        animation: example 0.6s forwards linear;
    }

    .GenesisBox:hover .discount-content .uid_top_up .left {
        filter: opacity(0);
        transition: filter 0.5s;
        display: none;
    }

    .GenesisBox:hover .discount-content .uid_top_up .divider {
        left: 60%;
        color: #fff;
        z-index: 2;
    }

    .GenesisBox:hover .discount-content .uid_top_up::before {
        width: 100%;
        opacity: 1;
    }

    .GenesisBox:hover .discount-content .uid_top_up .Shopping-submission .pic17 {
        display: none;
        filter: opacity(0);
        transition: filter 0.2s;
        transition: display 0.2s;
    }

    .GenesisBox:hover .discount-content .uid_top_up .Shopping-submission .pic17New {
        display: block;
        filter: opacity(1);
        transition: filter 0.2s;
        z-index: 2;
        transition: z-index 0.2s;
    }

    .comment-helpful:hover {
        color: #EE7115;
        background: #FFF2E9;
    }
}
.discount-content h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: normal;
    line-height: unset;
}

.Program-Rules .content {
    width: 100%;
    overflow: auto;
    max-height: 500px;
}

.Program-Rules .content .desc-pic-item {
    max-width: 100%;
}

.Program-Rules .content p {
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.Program-Rules .content img {
    max-width: 100%;
}

.Program-Rules {
    width: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 103;
    background: #FFF;
    display: none;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.Program-Rules .shopTitle {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 26px;
}

/* GenesisBox hover + selected styles */
.custom-select {
    position: relative;
    z-index: 10;
}

.custom-select__options {
    z-index: 100;
}

.poe-right {
    overflow: visible !important;
}

.GenesisBox {
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
    will-change: transform;
    /*box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);*/
    /* border: 2px transparent solid; */
}

/* 只在非触摸设备应用 hover */
@media (hover: hover) and (pointer: fine) {

    /* .GenesisBox:hover{
        transform: translateY(-2px);
    } */
    .GenesisBox:hover .GenesisTp img {
        transform: scale(1.1);
    }
}


/* Selected state: keep the final hover effect + add orange border */

.GenesisBox.is-selected,
.GenesisBox.selected,
.GenesisBox {
    position: relative;
}

.GenesisBox.is-selected::before,
.GenesisBox.selected::before,
.GenesisBox[aria-selected="true"]::before {
    content: '';
    position: absolute;
    inset: 0;
    /* 等同于 top:0; right:0; bottom:0; left:0; */
    border: 2px solid #EE7115;
    border-radius: inherit;
    /* 继承父元素圆角 */
    pointer-events: none;
    transition: border-color 0.3s;
    z-index: 9;
}

.order-layout-all {
    order: 1;
}

@media (min-width: 950px) {
    .order-layout-all {
        position: sticky;
        top: 70px;
    }
}

.descriptionContent {
    line-height: 30px;
    margin: 0 auto 12px auto;
}

.descriptionLayout {
    background: #FFF4DF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    color: #EE7115;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 22px;
    margin: 0 12px;
}
.descriptionLayout .broadcast, .descriptionLayout .close{
    width: 24px;
    height: 24px;
}

.descriptionLayout span:last-child {
    cursor: pointer;
    font-size: 18px;
}

.crair-box span em img {
    height: 22px;
}

.Genesis-content {
    background: #f9f9f9;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}

.Genesis-content ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.Genesis-content li {
    width: calc(33.333% - 48px/3);
}

.Genesis-box {
    border-radius: 8px;
    background: url(../images/a133.png) no-repeat center top #fff;
    box-shadow: 0px 3px 6px 0px rgba(51, 169, 255, 0.0627);
    background-size: 150px auto;
    border: 1px solid transparent;
}

.Genesis-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8eae9;
}

.Genesis-left {
    width: calc(100% - 86px);
    padding: 20px 0 24px 18px;
}

.Genesis-left .plussub {
    width: 104px;
    background: #fff;
    height: 22px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.Genesis-left .plussub span {
    width: 30px;
    height: 20px;
    float: left;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.Genesis-left .plussub .suba {
    border-right: 1px solid #d8d8d8;
    font-size: 18px;
    line-height: 18px;
}

.Genesis-left .plussub .plus {
    border-left: 1px solid #d8d8d8;
    font-size: 18px;
    line-height: 16px;
}

.Genesis-left .plussub input[type=text] {
    border: none;
    height: 20px;
    width: calc(100% - 60px);
    text-align: center;
    float: left;
    line-height: 20px;
    font-size: 16px;
}

.Genesis-left p {
    font-weight: bold;
    font-size: 12px;
    color: #393939;
    margin-bottom: 10px;
}

.Genesis-right {
    width: 94px;
}

.Genesis-right img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 95 /92;
}

.Genesis-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 6px 0 15px;
    height: 42px;
    align-items: center;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.Genesis-bottom p {
    font-size: 12px;
    color: #EE7115;
}

.Genesis-bottom p span {
    font-weight: bold;
    font-size: 20px;
}

.buy-buttom {
    width: 70px;
    line-height: 20px;
    background: #EE7115;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    font-size: 8px;
}


.Genesis-bottom div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.Genesis-bottom div .shopping-cart {
    background: url(../images/pic17.png);
    width: 29px;
    height: 22px;
    background-size: 100% 100%;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.Genesis-bottom div .shopping-cart:hover {
    background: url(../images/pic18.png);
    background-size: 100% 100%;
}

.Genesis-bottom div b {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    background: #EE7115;
    color: #fff;
    font-size: 7px;
    font-weight: bold;
    top: 0;
    right: 0;
    position: absolute;
}


.top-up-introduction {
    font-size: 14px;
    /* 不控制行高 */
    /*line-height: 16px;*/
    color: #000;
}

.top-up-introduction .desc-pic-item {
    width: 100%;
}

.top-up-introduction .desc-pic-item img {
    max-width: 100%;
}

.top-up-introduction p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    line-height: 1.4;
    font-size: 16px;
}

.top-up-introduction strong {
    font-weight: bolder;
}

.top-up-introduction h2,
.top-up-introduction h3,
.top-up-introduction h1,
.top-up-introduction h4,
.top-up-introduction h5,
.top-up-introduction h6 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.top-up-introduction table {
    max-width: 100%;
}

.top-up-introduction table td {
    text-wrap: auto;
}

.top-up-introduction table span {
    text-wrap: auto;
}

.top-up-introduction table p {
    text-wrap: auto;
}

.coinsBoxH:hover {
    background-color: #e8e9ed;
}

.coinsBox {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
}

.coinsBox .coinsBox_number {
    font-size: 16px;
}

.coinsBox .coinsBox_edit {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.coinsBox .coinsBox_edit svg {
    width: 100%;
    height: 100%;
}

.plussub-coins {
    height: 30px;
    gap: 5px;
    border: 0;
}

.sub-bonntn-coins {
    width: 30px;
    height: 30px;
    line-height: 24px;
    background: #f1f1f1;
    cursor: pointer;
    border: 1px solid #d8d8d8;
    text-align: center;
    flex-shrink: 0;
}

.quantity-coins {
    height: 30px;
    line-height: 20px;
    text-align: right;
    width: 90px;
    font-size: 18px;
    padding-right: 4px;
}

.quantity-value-coins {
    display: flex;
    align-items: center;
    flex: 1;
    height: 30px;
    border: 1px solid #d8d8d8;
    width: 110px;
}

.quantity-value-coins span {
    font-size: 18px;
    width: 20px;
    color: #8b8b8b;
}

.plus-coins {
    width: 30px;
    background: #f1f1f1;
    cursor: pointer;
    height: 30px;
    line-height: 24px;
    border: 1px solid #d8d8d8;
    text-align: center;
    flex-shrink: 0;
}

.discount-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 48px;
    line-height: 24px;
    padding: 0 12px;
}

.discount-content .safe-price {
    margin: 6px 3px 0px;
}

.discount-content .line-price {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    text-decoration: line-through;
    color: #717171;
    margin-top: 4px;
}

.discount-content h3 {
    margin-top: 6px
}

.total-show-price svg {
    width: 20px;
    height: 20px;
    transform-origin: 50% 50%;
    animation: total-show-price-spin 1.2s linear infinite;
}

@keyframes total-show-price-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.GenesisTop {
    padding-top: 24px;
}

.GenesisTop ul {
    gap: 18px;
}

.GenesisTop li {
    width: calc(25% - 54px / 4);
    margin-top: 0;
}

.jlqn-text a .safe {
    width: 14px;
    height: 14px;
}

.total a .safe {
    width: 14px;
    height: 14px;
}

.total a .back {
    width: 14px;
    height: 14px;
}

.jlqn-text a .back {
    width: 14px;
    height: 14px;
}

.phone-nav {
    position: fixed;
    width: 100%;
    background: #fff;
    padding: .2rem .6rem;
    z-index: 98;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
}

.top-up-title {
    /* 对于 Safari */
    position: sticky;
    top: 67px;
    transition: top 0.2s ease;
    z-index: 97;
}

/* html{
    scroll-padding-top: 128px;
} */


.cart-empty {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart-empty img {
    width: 80%;
    max-width: 140px;
}

.cart-empty span {
    font-size: 18px;
    margin-top: 20px;
}

.instructions {
    width: 18px;
    height: 18px;
    background-image: url("../images/icon-desc.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
}




.poe-text ul {
    padding-top: 0;
}

.Genesis-title {
    overflow: scroll;
}

.Genesis-title li {
    flex-shrink: 0;
}


html {
    scroll-behavior: smooth
}

.loading {
    display: none;
}

.htmx-request.loading {
    display: flex;
    justify-content: center;
    width: 100%;
}

.order-layout .carousel .quantityModule {
    padding: 0 12px 12px 12px;
    border: 1.5px solid #F5F5F5;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.order-layout .carousel .quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
    border: none;
    height: 20px;
}

.order-layout .carousel .quantity-p {
    font-size: 12px;
    color: #000000;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 4px;
}

.order-layout .carousel .quantity-control {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
}

.order-layout .carousel .decreaseBtn {
    width: 20px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #e8e9e9;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    color: #3b3c3d;
    background: #fff;
    padding: 0;
}

.order-layout .carousel .increaseBtn {
    width: 20px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #e8e9e9;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    color: #3b3c3d;
    background: #fff;
    padding: 0;
}

.order-layout .carousel .quantityValue {
    width: calc(100% - 68px);
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    border-radius: 8px;
    background: #eff2f5;
    color: #3b3c3d;
}

.order-layout .quantityActive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;

    .quantityValue {
        width: calc(100% - 60px)
    }
}

.FixWH {
    width: 100%;
}

.FixWH li {
    width: calc(25% - 13.5px);
    height: 274px;
    background: linear-gradient(90deg, #efefef 25%, #fcfcfc 50%, #efefef 75%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.M0 {
    margin: 0px;
}

.loading .uid {
    width: 100%;
}

.loading .uid p {
    width: 120px;
    height: 20px;
    background: linear-gradient(90deg, #efefef 25%, #fcfcfc 50%, #efefef 75%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.loading .uid div {
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #efefef 25%, #fcfcfc 50%, #efefef 75%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.5s infinite;
}



/* Game Line Tab Styles */
.gameLine {
    width: 100%;
    display: flex;
    position: relative;
    background: transparent;
    padding-bottom: 0;
    background: #fff;
    overflow-x: auto;
    overflow-y: hidden;
}

.gameLine::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: #F5F5F5;
    z-index: 1;
}

.tabItem {
    padding: 12px 20px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #969696;
    cursor: pointer;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    transition: all 0.2s ease;
    border: 1.5px solid #ffffff;
    border-bottom: none;
}

.tabItem a {
    color: #969696;
    display: flex;
    align-items: center;
}

.tabItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .tabItem:hover {
        background: #FFF;
    }
}

.tabItem.select {
    background: #FBFCFD;
    color: #000000;
    font-weight: bold;
    border: 1.5px solid #F5F5F5;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    z-index: 3;
}

.tabItem.select::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -2px;
    right: -2px;
    height: 3px;
    background: #FBFCFD;
    z-index: 4;
}



/* Sub Category Tab Styles */
.sub_category {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    background: #FFFFFF;
    font-weight: 500;
    gap: 18px;
    padding: 12px;
    border: 1.5px solid #F5F5F5;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sub_category label {
    height: 39px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    white-space: nowrap;
}

.sub_category input {
    width: 20px;
    height: 52px;
    display: none;
}


input[type="radio"] {
    -webkit-appearance: none;
    /* 移除默认样式 */
    -moz-appearance: none;
    appearance: none;
    /* 移除默认样式 */
    width: 20px;
    /* 设置宽度 */
    height: 20px;
    /* 设置高度 */
    border: 2px solid #ccc;
    /* 设置边框 */
    border-radius: 50%;
    /* 圆形 */
    outline: none;
    /* 移除轮廓 */
}

input[type="radio"]:checked {
    border-color: #EE7115;
    /* 设置边框颜色 */
    position: relative;
}

input[type="radio"]:checked::before {
    content: '';
    /* 必须有内容才能显示 */
    display: inline-block;
    /* 显示为内联块级元素 */
    width: 10px;
    /* 设置宽度 */
    height: 10px;
    /* 设置高度 */
    background-color: #EE7115;
    /* 设置背景色 */
    border-radius: 50%;
    /* 圆形 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub_category input[type="radio"]:checked+label {
    color: #EE7115;
}

.sub_category input[type="radio"] {
    accent-color: #EE7115;
}


.sub_category_item {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #90949A;
    height: 39px;
    border: 1.5px solid #90949A;
    border-radius: 4px;
}

.sub_category_item::before {
    content: none;
}

.sub_category_item span {
    display: block;
    position: relative;
    z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
    .sub_category_item:hover {
        background: #fff;
        border-color: #b9bcc6;
    }
}

.sub_category_item.active,
.sub_category_item.select,
.sub_category_item.selected {
    border-color: #EE7115;
    color: #EE7115;
    font-weight: 500;
    position: relative;
    z-index: 3;
}

.sub_category_item.active::before,
.sub_category_item.select::before,
.sub_category_item.selected::before {
    display: none;
}

.poe-right .uid {
    padding-top: 0;
}

.poe-right .order-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 16px;
    padding: 0;
}

.uid li.showLable {
    display: flex;
    gap: 6px;
    line-height: 16px;
    padding-bottom: 20px;
}

.showLable p:first-child {
    flex-shrink: 0;
    font-size: 12px;
    margin: 0;
}

.showLable p:last-child {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    font-size: 12px;
    margin: 0;
}

.showLable P.current {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.showLable P.currentGame {
    font-size: 12px;
    color: #EE7115;
    font-weight: 500;
    text-align: left;
}



@media (max-width: 950px) {

    /* 偏移量 */
    #gameLineforumProduct {
        scroll-margin-top: -.7rem;
    }

    .FixWH {
        li {
            width: calc(50% - 0.16rem / 2);
            height: 274px;
        }
    }


    .sub_category {
        width: 100%;
        padding: .16rem .32rem .16rem .32rem;
        border-radius: 0;
        border: none;
        margin: 0;
        gap: .24rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .sub_category label {
        padding: 0;
    }

    .sub_category input {
        width: .4rem;
        height: 1.02rem;
        display: none;
    }


    input[type="radio"] {
        width: .4rem;
        /* 设置宽度 */
        height: .4rem;
        /* 设置高度 */
        border: .04rem solid #ccc;
        /* 设置边框 */
    }



    input[type="radio"]:checked::before {
        width: .2rem;
        /* 设置宽度 */
        height: .2rem;
        /* 设置高度 */
    }

    .sub_category input[type="radio"]:checked+label {
        color: #EE7115;
    }

    .sub_category input[type="radio"] {
        accent-color: #EE7115;
    }


    .sub_category_item {
        font-size: .24rem;
        height: .66rem;
        padding: 0 .24rem;
        background: #FFFFFF;
        border: .03rem solid #F5F5F5;
        border-radius: 4px;
        font-weight: 500;
    }


    .sub_category_item.active,
    .sub_category_item.select,
    .sub_category_item.selected {
        border: .03rem solid #EE7115;
    }


    .breadcrumb img {
        display: none;
    }

    .breadcrumb {
        padding: .1rem 0 .3rem 0;
    }

    .breadcrumb h4 {
        font-size: .24rem;
    }

    .breadcrumb h2.cur a {
        font-size: .24rem;
        color: #EE7115;
    }

    body {
        background: #fff !important;
    }

    .poe {
        display: block;
        padding: 0;
    }

    .carousel {
        padding: 0;
    }

    .poe-right {
        width: 100%;
        border: none;
    }

    .jlqn {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .jlqn-img {
        width: 1.2rem;
    }

    .jlqn-img img {
        width: 100%;
        border-radius: 8px;
        -o-object-fit: cover;
           object-fit: cover;
        aspect-ratio: 16 / 16;
    }

    .jlqn-text {
        width: calc(100% - 1.3rem);
    }

    .jlqn-text p {
        font-weight: bold;
        font-size: .28rem;
        color: #555555;
        margin-bottom: .1rem;
        padding-left: .2rem;
    }

    .jlqn-text dl {
        padding-top: .1rem;
        display: flex;
        gap: 5px;
    }

    .jlqn-text a {
        display: block;
        padding: 0 6px;
        font-size: .15rem;
        color: #000000;
        line-height: 2.4;
        background: #f7f7f7;
        border-radius: 20px;
    }

    .jlqn-text a img {
        display: inline-block;
        vertical-align: middle;
        margin: -.06rem .1rem 0 0;
    }

    .uid li {
        padding-bottom: .3rem;
    }

    #mobileOrderInfoLayoutBox {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background-color: rgba(0, 0, 0, .7);
        display: none;
    }

    #mobileOrderInfoLayout {
        position: fixed;
        height: 7.55rem;
        padding: .6rem .4rem;
        box-sizing: border-box;
        left: 0;
        right: 0;
        bottom: -7.55rem;
        z-index: 99;
        background-color: #fff;
        transition: all .2s;
    }
    #mobileOrderInfoLayout .uid .uidmodule{
        border: none;
    }

    #mobileOrderInfoLayout .shopping-submit {
        width: 100%;
        margin-top: 2.04rem;
    }

    .uid p {
        font-weight: 500;
        font-size: .38rem;
        line-height: .38rem;
        margin-bottom: .12rem;

    }

    .input_1 {
        height: .8rem;
        background: url(../images/uidpic.svg) no-repeat .24rem center #F4F7F9;
        font-size: .24rem;
        padding: 0 .3rem 0 .74rem;
    }

    .custom-select__trigger {
        padding: .24rem .32rem !important;
        font-size: .24rem !important;
    }

    .custom-select__option {
        padding: .24rem .32rem !important;
        font-size: .24rem !important;
    }

    /*poe-left*/
    .poe-left {
        width: 100%;
    }

    .Recharge-Details {
        margin: 0;
    }

    .Recharge-Details .Recharge-content {
        padding: 0;
        border: none;
        border-radius: 0;
    }

    .Genesis-title a {
        text-align: center;
    }

    /* .Genesis-title li.cur {
        background: #f5f5f5;
        clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    } */
    .Genesis-title li.cur a {
        padding: 10px;
        margin: 0;
    }

    .Genesis-title li.cur a:before {
        width: 100%;
    }


    .tot-top {
        display: flex;
        gap: .2rem;
        justify-content: flex-end;
    }


    .tot-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: .24rem;
    }

    .tot-left p {
        font-size: .34rem;
        font-weight: bold;
        color: #EE7115;
        margin: .25rem 0 .15rem;
    }

    .tot-left h3 {
        font-size: .24rem;
        color: #999;
        text-decoration: line-through;
    }

    .top-up-title li {
        font-size: .22rem;
        line-height: .3rem;
        padding: 0.1rem;
    }

    .top-up-title ul {
        gap: .3rem;
    }

    .top-up-title {
        padding: 0 .2rem;
    }

    .Reviews-content {
        padding: .3rem 0;
        gap: .3rem
    }

    /* 评价样式 */
    .User-Reviews .Reviews-content {
        padding: .48rem .64rem;
        gap: .48rem;
    }

    .User-Reviews .Reviews-left {
        display: block;
        padding-top: 0;
    }

    .User-Reviews .Reviews-summary .h1 {
        display: none;
    }

    .User-Reviews .Reviews-left-col {
        flex: none;
        min-width: 1.32rem;
    }

    .User-Reviews .Reviews-left .Reviews-img {
        width: 1.42rem;
        margin: 0 auto;
    }

    .User-Reviews .Reviews-left .Reviews-img img {
        width: 1.42rem;
        height: 1.42rem;
    }

    .User-Reviews .summary-score {
        gap: .08rem;
        justify-content: center;
    }

    .User-Reviews .summary-score img {
        width: .28rem;
        height: .28rem;
    }

    .User-Reviews .summary-score-value {
        height: .24rem;
        line-height: .24rem;
        padding: 0 .04rem;
        font-size: .2rem;
    }

    .User-Reviews .Reviews-right-col {
        flex: 1;
        width: auto;
        max-width: 100%;
    }

    .User-Reviews .summary-count {
        font-size: .2rem;
        line-height: .24rem;
        color: #90949A;
        text-align: center;
    }

    .User-Reviews .Reviews-summary {
        gap: .16rem;
        padding-top: .16rem;
    }

    .User-Reviews .progress li span {
        font-size: .24rem;
        min-width: .24rem;
    }

    .User-Reviews .progress li .star {
        width: .28rem;
        height: .28rem;
    }

    .User-Reviews .progress li b {
        width: .6rem;
        font-size: .24rem;
    }

    .User-Reviews .progressbox {
        height: .24rem;
    }

    .User-Reviews .progress li {
        gap: .08rem;
        font-size: .24rem;
        color: #000000;
        margin: .2rem 0 0 0;
    }

    .User-Reviews .progress li:first-child {
        margin: 0;
    }

    .User-Reviews .revnr {
        margin: 0;
    }

    .User-Reviews .revnr_bt ul {
        padding-top: .1rem;
    }

    .User-Reviews-title .reviews_title {
        margin: 0;
        font-size: .3rem;
    }

    .Reviews-text {
        width: calc(100% - 120px);
    }

    .comment {
        margin: 0;
        padding: .25rem 0;
    }


    .comment-right h2 {
        font-size: .3rem;
    }

    .comment-right h3 {
        font-size: .24rem;
        margin: .2rem 0;
        padding: .3rem;
    }

    .comment-right h3 span {
        font-size: .2rem;
    }

    .comment-right p {
        font-size: .24rem;
    }

    .comment-right h4 {
        margin-top: .2rem;
        font-size: .24rem;
    }

    .comment-botton {
        display: none;
    }

    .news {
        display: block;
        margin: .32rem .32rem 0;
        padding-bottom: .48rem;
        box-shadow: none;
    }

    .poenews-title {
        padding: 0;
        line-height: .44rem;
        font-size: .36rem;
        border: none;
    }

    .poenews-title .new_title {
        font-size: .36rem;
    }

    .poenews-title .all {
        padding-right: 0;
    }

    .poenews-title .all a {
        font-size: .36rem;
        color: #000000;
    }

    .poenews-box {
        margin: .48rem 0.08rem 0 0.08rem;
        padding: 0;
    }

    .poenews-box .swiper-button-next,
    .poenews-box .swiper-button-prev {
        display: none;
    }

    .news-empty {
        padding: .45rem .2rem;
        min-height: 1.8rem;
    }

    .news-empty .empty-image img {
        width: .9rem;
    }

    .news-empty .empty-text {
        margin-top: .18rem;
        font-size: .24rem;
    }

    .blog-text h3 {
        font-size: .24rem;
    }


    .GenesisTp {
        height: 2.28rem;
        background-size: 100% auto !important;
        background-position: center center;
    }

    .GenesisTp img {
        width: inherit;
        height: 100%;
        aspect-ratio: 156 / 156;
        margin: 0 auto;
    }


    .discount-content .gen-price {
        font-size: .36rem;
        line-height: .5rem;
    }

    .discount-content .uid_top_up {
        margin-top: .08rem;
        border: none;
    }

    .phone-nav {
        display: none !important;
    }

    .descriptionContentEmpty {
        display: none;
    }

    .top-up-title {
        top: 1.7rem;
    }

    html {
        scroll-padding-top: 2.6rem;
    }

    .descriptionContent {
        width: calc(100% - .6rem);
        line-height: .4rem;
        margin: .16rem auto 0 auto;
        gap: .1rem;
    }

    .descriptionLayout {
        margin: 0 auto;
        font-size: .2rem;
        line-height: .24rem;
        padding: .08rem .2rem;
        gap: .08rem;
    }
    .descriptionLayout .broadcast, .descriptionLayout .close{
        width: .32rem;
        height: .32rem;
    }

    .descriptionLayout span:last-child {
        cursor: pointer;
        font-size: .3rem;
    }

    .Genesis-content li {
        width: 100%;
    }

    .crair-box {
        span {
            em {
                img {
                    height: .2rem;
                }
            }
        }
    }

    .discount-content h3 a {
        font-size: 0.16rem;
        padding: 0.1rem 0.2rem;
    }

    .Shopping-submission {
        width: 0.4rem;
        margin-right: .24rem;
    }

    .GenesisTop {
        padding-top: 0;
    }

    .GenesisTop>ul {
        gap: .24rem;
        background: #F4F7F9;
        padding: .24rem .32rem;
    }

    .GenesisTop ul {
        gap: .24rem;
    }

    .GenesisTop li {
        width: calc(50% - 0.24rem / 2);
    }

    .GenesisBox {
        border: none;
        position: relative;
    }

    .GenesisBox.selected {
        border: none;
    }

    .jlqn-text a .back {
        margin: -3px 8px 0 0;
    }

    /* 移动端 */
    .w1300 {
        width: 100%;
    }

    .advertisement-bg {
        height: auto;
        margin-bottom: 0;
    }

    .advertisement-bg .advertisement {
        position: inherit;
    }

    .advertisement-bg .game-bg {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .advertisement-bg .game-bg .game {
        left: .26rem;
        bottom: -1.18rem;
        border: .06rem solid #FFFFFF;
        border-radius: .08rem;
        width: 1.66rem;
        height: 1.66rem;
    }

    .advertisement-bg .game-bg .game-img {
        border-radius: .08rem;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        /* 保持宽高比，裁剪多余部分 */
        -o-object-position: center;
           object-position: center;
        /* 居中显示 */
    }

    /* 移动端图片下面的头部 */
    /* .order-layout-all{
        display: none;
    } */
    .move {
        display: block !important;
    }

    .poe-content.move .poe-text {
        width: 100%;
    }

    .poe-content.move .gameRating {
        height: 1.29rem;
        box-sizing: border-box;
        padding-left: 2.06rem;
        padding-top: .16rem;
    }

    .poe-content.move .poe-text h1,
    .poe-content.move .poe-text .h1 {
        font-size: .36rem;
        line-height: .44rem;
        height: .44rem;
        margin-bottom: .14rem;
    }

    .poe-content.move .poe-text ul.poe-info {
        padding: 0;
        margin: 0;
    }

    .poe-content.move .Genesis-title ul {
        padding: 0;
        gap: 0;
        margin-bottom: 0;
    }

    .poe-content.move .poe-text li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .poe-content.move .poe-text li b {
        white-space: nowrap;
    }

    .Genesis-title ul li {
        width: 50%;
        height: .58rem;
    }

    .poe-text ul li b {
        font-size: .24rem;
    }

    .poe-content.move .poe-text li a img {
        width: 100%;
        aspect-ratio: 686 / 32;
    }

    .poe-content.move .Genesis-title li a {
        height: .58rem;
        font-size: .24rem;
        white-space: nowrap;
        padding: 0 .4rem;
        width: auto;
        margin: auto;
    }

    .poe-content.move .Genesis-title {
        overflow: scroll;
        margin-left: 0;
        padding: 0.16rem 0;
        border-top: #F5F5F5 solid .02rem;
    }

    .poe-label-scroll {
        width: calc(100% - .64rem);
        overflow: hidden;
        margin: auto;
    }

    .poe-content.move .poe-text ul.poe-label {
        width: 100%;
        aspect-ratio: 686 / 32;
        padding: 0;
    }

    .poe-content.move .poe-text ul.poe-label img {
        width: 100%;
    }

    .gameLineNew {
        padding: 0 0 .16rem 0;
        gap: 0;
        overflow: hidden;
        border-bottom: #F5F5F5 solid .02rem;
    }

    .gameLineNew .gameTabItem {
        height: .44rem;
        line-height: .44rem;
        font-size: .24rem;
        padding-bottom: .12rem;
        min-width: 50%;
        text-align: center;
        position: relative;
    }

    .gameLineNew .gameTabItem a {
        font-size: .24rem;
    }

    .gameLineNew .gameTabItem.select {
        border: none;
    }

    .gameLineNew .gameTabItem.select::after {
        content: '';
        position: absolute;
        width: .8rem;
        height: 0.04rem;
        background: #EE7115;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
    }

    .discount-content {
        padding-top: .08rem;
    }

    .discount-content p {
        font-size: .24rem;
        line-height: .36rem;
        height: .36rem;
        padding: 0 .16rem;
        -webkit-line-clamp: 1;
    }

    .discount-content .line-price {
        font-size: .2rem;
        line-height: .24rem;
        height: .24rem;
    }

    .discount-content .discount-amount {
        padding: 0 .16rem;
        position: relative;
    }

    .discount-content .discount-amount .discount-rate {
        width: .8rem;
        height: .24rem;
        background: #F5F5F5;
        font-size: .2rem;
        position: absolute;
        bottom: 0;
        right: .16rem;
    }

    .discount-content .discount-amount .discount-rate img {
        display: none;
    }

    .discount-content .uid_top_up .left {
        font-size: .24rem;
    }

    .discount-content .uid_top_up .leftNew {
        font-size: .24rem;
    }

    .discount-content .uid_top_up {
        height: .70rem;
    }

    .discount-content .uid_top_up .divider {
        position: absolute;
        top: .11rem;
        left: 50%;
        width: 1px;
        height: .48rem;
    }

    .gameLine {
        padding: .3rem 0;
    }

    .gameLine::after {
        display: none;
    }

    .tabItem {
        padding: .12rem .2rem;
        font-size: .24rem;
        line-height: .3rem;
        transition: none;
    }

    .tabItem.select {
        border: none;
        background: none;
        font-weight: 700;
    }

    .tabItem.select::after {
        content: '';
        position: absolute;
        width: .8rem;
        height: 0.04rem;
        background: #EE7115;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
    }

    .tabItem::before {
        display: noe;
    }

    /* 购物车上的提示 */
    .purchaseTips {
        left: 0.32rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.4rem;
        color: #EE7115;
        font-size: 0.32rem;
        z-index: 97;
        border-radius: 0.08rem;
    }

    .purchaseTips a {
        color: #EE7115;
        font-size: 0.32rem;
        text-decoration: underline;
    }

    .purchaseTips .shut {
        font-size: 0.4rem;
    }

    /* 底部购物车 */
    .total-bottom {
        background: #fff;
        position: fixed;
        width: 100%;
        max-width: 100%;
        z-index: 97;
        bottom: 0;
        left: 0;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        padding: .24rem .32rem .32rem .32rem;
    }

    .total-bottom .tot-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .total-bottom .tot-right .shoppingButton {
        display: flex;
        align-items: center;
        gap: .2rem;
    }


    .tot-left .limit {
        font-size: .4rem;
        color: #000000;
        display: block;
        font-weight: 700;
    }

    .total-bottom .tot-right .total-show-price {
        font-size: .48rem;
        color: #FF8329;
        font-weight: 700;
    }

    .shopping-submit {
        width: 2.02rem;
        height: .8rem;
        border-radius: .08rem;
        font-size: .36rem;
        font-weight: 700;
    }

    .shopping-bonntn {
        width: .8rem;
        height: .8rem;
        border-radius: .08rem;
        background: #F4F7F9;
        border: none;
    }

    .shopping-bonntn img {
        width: .35rem;
    }

    .plussub {
        width: 3.02rem;
        height: .64rem;
        border: none;
        gap: .42rem;
    }

    .plussub .sub-bonntn {
        width: .64rem;
        height: .64rem;
        line-height: .64rem;
        font-size: .36rem;
        flex-shrink: 0;
        border: none;
        background: #F4F7F9;
        border-radius: .08rem;
    }

    .plussub .plus {
        width: .64rem;
        height: .64rem;
        line-height: .64rem;
        font-size: .36rem;
        flex-shrink: 0;
        border: none;
        background: #F4F7F9;
        border-radius: .08rem;
    }

    .yzquantity1 {
        width: .9rem !important;
        height: .64rem;
        font-size: .3rem;
        width: .8rem;
        background: #F4F7F9;
        border-radius: .08rem;
    }

    .Game-Ranking {
        border-radius: 0;
        background: #F4F7F9;
        box-shadow: none;
        padding: .48rem 0;
        margin: 0;
    }

    .top-up-box {
        padding-bottom: .48rem;
    }

    .Game-Ranking-box {
        padding: .44rem .32rem;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    }

    .Game-Ranking-box ul {
        flex-wrap: nowrap;
        overflow-x: auto !important;
        overflow-y: hidden;
        gap: .16rem;
        flex-shrink: 0;
    }

    .Game-Ranking-box li {
        flex: 0 0 2.2rem;
        /* 每个卡片固定宽 250px，不伸缩 */
    }

    .Game-Ranking .ranking_title {
        font-size: .36rem;
        border: none;
        line-height: .44rem;
        padding: .32rem .32rem 0 .32rem;
        background-color: #fff;
    }


    .Game-Ranking-box .brand_logo_filter {
        height: 1.7rem;
        padding: 0 .16rem;
    }

    .Game-Ranking-box .brand_logo_filter .star2 {
        width: .26rem;
        height: .26rem;
    }

    .Game-Ranking-box .brand_logo_filter .filter-from {
        font-size: .20rem;
        line-height: .24rem;
        margin-bottom: 0;
    }

    .Game-Ranking-box .brand_logo_filter .filter-amount {
        font-size: .32rem;
        line-height: .44rem;
        margin-bottom: 0;
    }

    .Game-Ranking-box .brand_logo_filter .explore-options {
        display: none;
    }

    .brand-total {
        font-size: .2rem;
    }

    .brand-total em {
        font-size: .32rem;
    }

    .Game-Ranking-box h3>div {
        font-size: .32rem;
        padding-left: .08rem;
    }

    .Game-Ranking-box p {
        font-size: .20rem;
        margin: 0 0 .1rem 0;
        line-height: .24rem;
    }

    .fraction {
        font-size: .24rem;
        gap: .16rem;
    }

    .fraction .vertical {
        width: .02rem;
        height: .2rem;
    }

    .fraction span {
        gap: .08rem;
    }

    .fraction span img {
        width: .28rem;
        height: .28rem;
    }

    .poe-text ul li .fraction b {
        font-size: .24rem;
        height: .32rem;
        line-height: .32rem;
        padding: 0 .08rem;
    }

    .fraction b span.star-current {
        font-size: .36rem;
    }

    .fraction b span.star-total {
        font-size: .24rem;
    }

    .percentage {
        font-size: .2rem;
        line-height: .36rem;
        padding-left: .16rem;
        font-weight: 700;
    }

    .Game-Ranking-box h3 {
        height: .44rem;
    }

    .User-Reviews .user-rating .star2,
    .fraction .user-rating .star2 {
        width: .2rem;
        height: .2rem;
    }
    .User-Reviews .revnrQh .user-rating .star2{
        width: .2rem;
        height: .2rem;
    }

    .GenesisBox.is-selected::before,
    .GenesisBox.selected::before,
    .GenesisBox[aria-selected="true"]::before {
        border-width: 1px;
    }

    /* 评论移动端样式 */
    .User-Reviews .reviewsNr .reviewsBox .revnr .revnr_bt ul {
        padding: 0 0.14rem;
        background: #ffffff;
    }

    .User-Reviews .reviewsNr .reviewsBox .revnr .revnr_bt ul li {
        padding: 0;
        color: #000000;
        line-height: 0.88rem;
        font-size: 0.24rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .revnr .revnr_bt ul li.cur {
        border-width: 0.06rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment {
        margin: 0;
        padding: 0.32rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment .comment-left {
        width: 0.8rem;
        height: 0.8rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .username {
        font-size: 0.24rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment-date {
        font-size: 0.2rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .purchased-product {
        font-size: 0.24rem;
        line-height: 0.3rem;
        margin: 0.16rem 0 0.04rem 0;
        padding: 0;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment-content {
        font-size: 0.2rem;
        line-height: 0.48rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment-pic {
        width: 2.14rem;
        height: 1.2rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment-toggle {
        gap: 0.04rem;
        font-size: 0.24rem;
        padding: 0;
        line-height: .4rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment-toggle .comment-translate-icon {
        width: 0.24rem;
        height: 0.24rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment-helpful {
        gap: 0.04rem;
        line-height: .4rem;
        padding: .04rem .12rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment-helpful .helpful-count {
        font-size: 0.24rem;
    }

    .User-Reviews .reviewsNr .reviewsBox .comment-helpful .love4 {
        width: 0.32rem;
        height: 0.32rem;
        margin: 0;
    }
    
}
