@font-face {
    /* 给自定义字体取个名字，后面可以用这个名字引用字体 */
    font-family: 'Tomorrow';
    /* 字体文件的路径，这里假设字体文件在当前目录下 */
    src: url('../font/Tomorrow-Bold.ttf');
    /* 可选的字体样式，如 normal 或 italic */
    font-style: normal;
    /* 可选的字体粗细，如 normal 或 bold */
    font-weight: normal;
}
@font-face {
    /* 给自定义字体取个名字，后面可以用这个名字引用字体 */
    font-family: 'Roboto';
    /* 字体文件的路径，这里假设字体文件在当前目录下 */
    src: url('../font/Roboto-Bold.ttf');
    /* 可选的字体样式，如 normal 或 italic */
    font-style: normal;
    /* 可选的字体粗细，如 normal 或 bold */
    font-weight: normal;
}
.range-controls {
     display: flex;
     gap: 5px;
}
.details3-game-img{
    width: 100%;
    height: 265px;
    background-size: cover;
}
.range-input {
     width: 80px;
     height: 40px;
     background: #2D2D2D;
     border: 1px solid #3A3A3A;
     border-radius: 4px;
     color: #fff;
     box-sizing: border-box;
     padding: 0 10px;
}
::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.coupon-contant.swiper-pagination {
    bottom: 30px!important; /* 垂直位置 */
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
}
 .swiper-pagination-bullet-active {
    background: #EA6519 !important;
}
.detail-review-pagination{
    text-align: center;
}
/* 滚动条样式 */ 
.multi-item::-webkit-scrollbar {
    width: 4px;
}
/* 滑块样式 */
.multi-item::-webkit-scrollbar-thumb {
   background-color: #888;
   border-radius: 10px;
}
/* 滚动条轨道样式 */
.multi-item::-webkit-scrollbar-track {
   background-color: transparent;
   border-radius: 10px;
}
.details-1{
    /* display: none; */
}
.details-3{
    /* display: none; */
}
.flex_box{
    display: flex;
    align-items: center;
}
.detail-contant{
    width: 1400px;
    margin: 0 auto;
    /* padding: 10px; */
    padding-top:140px ;
    background-color: #282929;
    /* background: linear-gradient(180deg, #35373A 0%, #282929 100%); */

}
.nav-detail{
margin-top: 20px;
}
.game-name{
    font-family: 'Tomorrow';
    font-size: 42px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.pick-game-item{
    cursor: pointer;
    width: 186px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/Rectangle-defout.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

.agme-all{
    position: absolute;
    right: 0px ;
    margin-right: 0;
    background-image: url("../img/Rectangle-all.png");
}
.pick-game-item-active{
    background-image: url("../img/new.png");
}

/* .pick-game-item:hover{
    background-image: url("../img/wu-active.png");
}
.pick-game-item-active:hover{
    background-image: url("../img/new.png");
} */
.pick-game-item img{
    width:36px;
    margin-right: 10px;
}
.platForm{
    margin-top: 90px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.platForm-box{

    /* border: 1px solid #EA6519; */
    /* width: auto; */
    border-radius: 10px;
}
.platForm-item{
    cursor: pointer;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D1D1D;
    border: 1px solid #EA6519;
    color:#FFDFAB ;
    box-shadow: 0px 0px 8px 0px #EA6519CC inset;

}
.platForm-item img{
    width:30px;
    margin-right: 10px;
}
.platForm-item-active{
    background: #EA6519;
}
.platForm-item:first-child,.server-item:first-child{
    border-radius: 6px 0 0 6px;
}
.platForm-item:last-child,.server-item:last-child{
    border-radius: 0 6px 6px 0;
}
.server{
    margin-top: 35px;
}
.server-item{
    cursor: pointer;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D1D1D;
    border: 1px solid #EA6519;
    color:#FFDFAB ;
    box-shadow: 0px 0px 8px 0px #EA6519CC inset;


}
.server-item-active{
    background: #EA6519;
}
.server-ch-box{
    background-color: #1D1D1D;
    border-radius: 10px;
}
.server-selector {
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
}
.server-options {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.server-select-item {
    display: flex;
    align-items: center;
    padding: 8px;
    /* border: 1px solid #3A3A3A; */
    border-radius: 5px;
}

.server-checkbox {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    accent-color: #EA6519;
    border-radius: 4px;
}
.later-box{
    background-color: #1D1D1D;
    border-radius: 10px;
      padding: 20px;
      max-block-size: 300px;
}
.later-box-detail{
    background-color: #1D1D1D;
    border-radius: 10px;
      padding: 20px;
      max-block-size: 240px;
}
.alphabet-filter {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
  
    /* background: #1D1D1D; */
    flex-wrap: wrap;
}
 input[type="checkbox"] {
    width: 22px; 
    height: 22px; 
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFFFFF80;
  
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
}
input[type="checkbox"]:checked {
    background-color: #ea6519 !important;  
    background: #ea6519 url('../img/checkdui.png') no-repeat center center;
}

.letter {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #444;
    color: #EAEAEA;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 5px;
}

.letter:hover,
.letter.active {
    background: #EA6519;
    border-color: #EA6519;
}
.options-box{
margin-top: 20px;

}
.server-select-option {
    display: flex;
    align-items: center;
  
    border-radius: 5px;
}
.options-box2{
    
}
.input-search{
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #1D1D1D;

}
.input-rows{
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
  
   
    flex-wrap: wrap;
}
.flex-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    width: 40%;
    margin-right: 40px;
}

.input-group {
    flex: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.quantity-input {
    flex: 1;
    padding: 0px 10px;
    background: #2A2A2A;
    border: 1px solid #3A3A3A;
    border-radius: 6px;
    color: #fff;
    height: 40px;
    box-sizing: border-box;
}

.btn-min, .btn-max, .btn-remove, .btn-add {
    padding: 10px 15px;
    background: #282929;
    border: 1px solid #FFFFFF33;
   
    border-radius: 6px;
    color: white;
    cursor: pointer;
    transition: opacity 0.2s;
    width: 60px;
    height: 40px;
    box-sizing: border-box;
}

.btn-remove, .btn-add {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 40px; */
}

/* .btn-min:hover, .btn-max:hover {
    opacity: 0.8;
} */
.btn-search,.btn-clearn{
    width: 100px;
    height: 40px;
    background: #EA6519;
    border-radius: 6px;
    color: #fff;
    border: none;
    margin-right: 10px;
}

.search-name{
    font-family: 'Tomorrow';
    font-size: 28px;
    margin: 60px 0 30px;
}
.search-results {
    top: 40px;
    display: none;
    position: absolute;
    background: #2A2A2A;
    width: calc(100% - 184px); /* 减去按钮宽度 */
    z-index: 1000;
    border: 1px solid #3A3A3A;
    border-radius: 6px;
    margin-top: 5px;
   
  
}
.search-results-box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.search-game-name {
    padding: 8px 12px;
    display: block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #FFFFFF33;
    border-radius: 4px;
    cursor: pointer;
    
}

/* .search-game-name:hover {
    background: #373737;
} */
.filter-search-box {
    background-color: #1D1D1D;
    padding: 25px;
    margin-top: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 15px 0;
    justify-content: space-between;
}

.radio-group {
    display: flex;
    gap: 25px;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-box {
    flex: 1;
    display: flex;
    gap: 10px;
}

.search-box input {
    flex: 1;
    padding: 8px 12px;
    background: #2A2A2A;
    border: 1px solid #3A3A3A;
    border-radius: 6px;
    color: #fff;
}
/* 新增搜索容器样式 */
.search-container {
    width: 360px;
    position: relative;
    display: flex;
    align-items: center;
    background: #232528;
    border-radius: 4px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.search-icon {
    color: #cccccc;
    margin-right: 6px;
    font-size: 14px;
}
.search-final {
    padding:4px 0;
    background: transparent;
    color: white;
    border: none;
    outline: none;
    width: 180px;
    flex: 1;
}
.search-final::placeholder {
    color: #cccccc;
    font-size: 14px;
}

.radio-group input[type="radio"] {
    width: 22px; 
    height: 22px; 
    border-radius: 50%;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFFFFF80;
  
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    padding: 10px;
}
.radio-group input[type="radio"]:checked {
    background-color: #1d1d1d !important;
    border: 1px solid #ea6519!important;
    background: #ea6519 url('../img/radio.png') no-repeat center center; 
}
.radio-group input[type="radio"]:checked + label{
   color: #EA6519;
}
.card-container {
    margin: 20px 0;
}

.card-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.card-item {
    width: calc((100% - 75px) / 6); /* 6个元素 * 15px间距 */
    background: #100f12;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    /*height: 460px;*/
    box-sizing: border-box;
    padding-top: 10px;
}

.card-item .goods-img{
    width: 155px;
    /*height: 155px;*/
    object-fit: cover;
    border-radius: 6px;
}

.card-title {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #EAEAEA;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 3em; /* 调整为 1.5 * 2 行 = 3em */
    word-wrap: break-word;
}


/* 悬停效果 */
/* .card-item:hover {
    box-shadow: 0px 0px 30px 0px #EA651999;

    transition: transform 0.2s ease;
} */
.card-item {
    /* 保持原有样式 */
    position: relative;
    padding-bottom: 40px;
}
/* .card-item:hover .btn-offer {
    background-image: url('../img/make-offer-active.png');
} */

.card-price {
    color: #EA6519;
    font-size: 24px;
    margin: 8px 0;
}
.card-old-price{
    text-decoration: line-through;
    color: #FFFFFFB2;
    margin-bottom: 10px;
    height: 20px;
}

.button-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.btn-offer {
    /* flex: 1; */
    color: #fff;
    background-color: #100f12;
    border: none;
    cursor: pointer;
    background-image: url('../img/make-offer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 44px;
    width: 130px;
}

.cart-icon {
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.btn-buy {
   
    background-image: url('../img/buy-new.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 180px;
    height: 44px;
    background-color: #100f12;
    border: none;
    cursor: pointer;
}
/* 
.btn-buy:hover, .btn-offer:hover {
    opacity: 0.9;
} */
.quantity-control {
    display: flex;
    align-items: center;
    /* gap: 8px; */
}

.form-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.column-reverse {
    display: flex;
    flex-direction: column-reverse;
}
.form-button-box {
    margin-bottom: 20px;
}
.form-cart-btn {
    background: #404245;
    border: none;
    border-radius: 3px;
    min-width: 40px;
    padding: 3px;
    color: white;
    font-size: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    font-size: 10px;
}

.btn-quantity {
    width: 40px;
    height: 40px;
    background: #404245;
    border: none;
    border-radius: 2px;
    color: white;
    font-size: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.btn-quantity:first-child{
    border-radius: 6px 0 0 6px;
}
.btn-quantity:last-child{
    border-radius: 0 6px 6px 0;
}

.quantity-input-cart {
    width: 60px;
    padding: 6px;
    box-sizing: border-box;
    height: 40px;
    text-align: center;
    background: #2A2A2A;
    border: 1px solid #3A3A3A;
    -webkit-inner-spin-button: none;
    
    color: #fff;
    flex: 1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.add-heart{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
}
.goods-discounts{
    position: absolute;
    left: 10px;
    top: 10px;
    /* width: 100px; */
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(97.39deg, #B17F3A 0%, #D0B365 61.8%, #B17F3A 123.59%);
    border-radius: 60px;
    padding: 0 10px;
    font-size: 12px;
}
/* .card-item:hover .hover-intro{
    display: block;
} */
.hover-intro{
    display: none;
    width: 300px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: -300px;
    z-index: 11;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FFFFFF4D;
    background-color: #282929;
}
.particular-img{
    width: 260px;
    height: 150px;
    margin-bottom: 20px;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding: 15px 0;
}

.pagination button {
    width: 36px;
    height: 36px;
    /* padding: 8px 12px; */
    background: #2A2A2A;
    /* border: 1px solid #3A3A3A; */
    color: #EA6519;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background-image: url('../img/prev-img.png');
    /* background-size: 20px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination button.active {
    /* background: #EA6519; */
    /* border-color: #EA6519; */
    color: #fff;
    background-image: url('../img/prev-active.png');


}
.page-numbers{
    gap: 10px;
    display: flex;
}
.page-first {
    /* margin-right: 10px; */
    background: #2A2A2A;
    border: 1px solid #3A3A3A;
    color: #EAEAEA;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.ellipsis{
    width: 36px;
    height: 36px;
    /* padding: 8px 12px; */
    background: #2A2A2A;
    /* border: 1px solid #3A3A3A; */
    color: #EA6519;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background-image: url('../img/prev-img.png');
    /* background-size: 20px; */
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 32px;
}
.system-intro{
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 1200px;
    margin-top: 100px;
    width: 100%;
}
.system-intro-left{
    width: 60%;
    height: 100%;
    /* background-color: #B17F3A; */
}
.system-intro-right{
    width: 32%;
   
    height: 100%;
}
.intro-title{
    font-family: 'Tomorrow';
    font-size: 34px;
    margin-bottom: 30px;
}
.intro-subhead{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 20px;
}
.intro-detail{
    font-size: 14px;
    line-height: 22px;
}
.detail-review{
    background: #1D1D1D;
    border-radius: 10px;
    padding: 20px;
    height: 90%;
}
.blog-right-top{
    text-align: left;
    margin-bottom: 10px;
}
.blog-score{
    gap: 5px;
    margin-bottom: 15px;
}
.blog-score-num{
    margin-bottom: 20px;
    font-size: 14px;
}

.number-players{
 color: #00B67A;   
}
/* Item容器样式 */
.item-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  
    padding: 20px 0;
    
}
.item-container:first-child{
  border-top:1px solid rgba(255, 255, 255, 0.2);
}

/* 顶部区域布局 */
.item-top {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #444; */
}


.item-right-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 50%;
}

.multi-item{
    height: calc(100% - 120px);
    overflow-y: auto;
}

/* 底部日期右对齐 */
.item-bottom {
    text-align: right;
  
}
.item-middle{
    font-size: 14px;
    color: #FFFFFFB2;

}
.thanks{
    font-size:14px ;
    font-weight: 700;
    margin: 20px 0 10px;
}
.item-date {
    /* color: ; */
    font-size: 14px;
}
.recommend-blog{
    margin-top: 100px;
    margin-bottom: 20px;
}
.blog-title{
    justify-content: space-between;
    margin-bottom: 20px;
}
.blog-game{
    font-family: 'Tomorrow';
    font-size: 34px;
   
}
.blog-learn-more{
    background-image: url("../img/Rectangle-all.png");
    width: 165px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #EA6519;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.blog-item{
    justify-content: space-between;
}
.recommend-blog-item{
    width: 49%;
    background-color: #1D1D1D;
    border-radius: 10px;
    padding: 20px;
    /* height: 300px; */
    box-sizing: border-box;
}
.recommend-blog-item:hover{
    box-shadow: 0px 0px 30px 0px #EA651980;

}
.blog-log{
    width: 170px;
    height: 114px;
    margin-right:  20px;
    border-radius: 10px;
}
.tiem-title{
   
    font-weight: 600;
    font-size: 16px;
    /* line-height: 100%; */
    /* letter-spacing: 0%; */
    margin-bottom: 10px;

}
.item-cantant{
    display: -webkit-box;             /* 必须设置，用于多行溢出 */
    -webkit-box-orient: vertical;     /* 设置盒子排列方向为垂直 */
    -webkit-line-clamp: 2;            /* 限制显示的行数，例如显示 3 行 */
    overflow: hidden;                 /* 隐藏超出的内容 */
}
.item-time{
    font-size: 14px;
  
    margin-top: 20px;
}
.choose-us{
    width: 1880px;
    margin: 0 auto;
    padding-top: 100px;
    /* background-color: #1d1d1d; */
}
.chooss-img{
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Tomorrow';
    /* color: #EA6519; */
    font-size: 26px;
    gap: 10px;
}
.choose-game{
    padding-top: 10px;
}
.choose-game div{
    text-align: center;
    font-size: 42px;
   
}
.choose-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
    padding-bottom: 160px;
}
.choose-item{
    flex: 0 0 calc(20% - 25px);
    height: 380px;
  
    text-align: center;
    background: #1d1d1d;
    border-radius: 10px;
    border: 1px solid transparent;
    /* border-image: linear-gradient(
        to bottom right,
        #1d1d1d 35%,
        #EA6519 50%,
        #1d1d1d 70%,
        #1d1d1d 100%
    ) 1; */
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
}
.choose-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(
        to bottom right,
        #1d1d1d 33%,
        #EA6519 50%,
        #1d1d1d 66%,
        #1d1d1d 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.choose-item:hover{
    border: 1px solid #EA6519;
    backdrop-filter: blur(40px);

box-shadow: 0px 20px 50px 0px #DE510033;

}
.item-icon{
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-top: 10px;
}
.choose-text{
    font-size: 22px;
    line-height: 50px;
}
.choose-introduce{
    font-size: 14px;
    line-height: 20px;
}
.service{
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
    text-align: end;
    height: 100px;
    
}
.back-top img{
   background: linear-gradient(180deg, #D65206 0%, #D81E06 100%);
    border-radius: 10px;
    width: 56px;
    height: 56px;
   
}
.back-top{
    display: none;
    background-color: transparent;
}
.service .show{
    display: block;
}
.server-buy{
justify-content: space-between;
}
.server-buy-left{
 width: 65%;
 padding: 30px;
 box-sizing: border-box;
 background: #1D1D1D;
 border-radius: 10px;

}
.server-buy-right{
    width: 32%;
    padding: 30px 40px;
    box-sizing: border-box;
    background: #1D1D1D;
    border-radius: 10px;
    height: 100%;
   }
   .numg-gard{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
   }
   .item-num{
    width: 110px;
    height: 40px;
    background-color: #282828;
    border-radius: 6px;
    border: 1px solid #3A3A3A;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    
   }
   .item-num:hover{
    background-color: #EA6519;

   }
   .item-num-active{
    background-color: #EA6519;
    
   }
   .gold-control{  
    margin-top: 25px;
    gap: 10px;
   }
   .gold-control .btn-quantity{
    border-radius: 4px !important;
   }
   .gold-amount{
    margin-top: 40px;
    display: flex;
    align-items: center;
    text-align: center;
   }
   .gold-amount-item{
    width: 33%;
   }
   .gold-amount-price{
    font-size: 30px;
    font-weight: 600; 
    color: #FFDFAB;
   }
   .gold-amount-price span{
    font-size: 14px;
   }
   .gold-amount-text{
    color: #FFFFFFB2;
    font-size: 16px;
    margin-bottom: 10px;
   }
   .gold-amount-new-price{
    font-size: 30px;
    font-weight: 600; 
    color: #EA6519;
   }
   .gold-amount-old-price{
    color: #FFFFFFB2;
    font-size: 16px;
    text-decoration: line-through;
   }
   .gold-amount-item:nth-child(2){
    border-left: 1px solid #3A3A3A;
    border-right: 1px solid #3A3A3A;
   }
   .server-buy-name{
    font-family: 'Tomorrow';
    font-size: 24PX;
    padding-bottom: 20px;
    border-bottom: 1px solid #3A3A3A;
    margin-bottom: 20px;
   }
   .between_box{
    display: flex;
    align-items:center ;
    justify-content: space-between;
   }
   .server-amount{
    margin-top: 20px;
   }
   .buy-right-box{
    margin-bottom: 20px;
    font-size: 16px;
   }
   .buy-right-item{
    font-size: 16px;
    color: #FFDFAB;
   }
   .total-amount{
    display: flex;
    align-items: end;
    gap: 5px;
   }
   .total-amount .gold-amount-new-price{
    font-size: 24PX;
   }
   .buy-new{
    background-image: url("../img/rectangle-153.png");
    width: 370px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
   }
   .add-to-cart{
    background-image: url("../img/rectangle-54.png");
    width: 370px;
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;

   }
   .select-category{
    background-color: #1d1d1d;
    padding: 25px;
    margin-top: 100px;
    border-radius: 10px;
   }
   .select-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* padding: 10px 20px; */
    margin-top: 20px;
    box-sizing: border-box;
   }
   .select-cate-item{
    background-color: #232528;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
   }
   .select-cate-item:hover{
    background: linear-gradient(267.71deg, #FF8742 0%, #F25800 100%);

   }
   .select-cate-item-active{
    background: linear-gradient(267.71deg, #FF8742 0%, #F25800 100%);

   }
   .category-title{
     font-size: 18px;
     font-weight: 600;
   }
   .details3-card-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
   }
   .details3-card-item{
    width: calc((100% - 80px) / 5); 
    background-color:#100F12 ;
    height:450px ;
    border-radius: 10px;
    position: relative;
   }
   .details3-card-item:hover{
    box-shadow: 0px 0px 20px 0px #EA651999;


   }
   .details3-card-item p{
    position: absolute;
    left: 20px;
    top: 280px;
    font-size: 20px;
    font-weight: 600;
    /* margin-top: 20px;
    margin-bottom: 10px; */
   }
   .details3-card-item ul{
    margin-left: 20px;
   }
   .details3-card-item li{
    line-height: 22px;
   }
   .details3-card-item .li-dot {
    display: inline-block;
   width: 5px;
   height: 5px;
   border-radius: 50%;
   margin-right: 5px;
   background-color: #fff;
}
   .details3-buy{
    background-image: url("../img/buy-new3.png") ;
    width:100px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
   }
   .form-price-box{
    padding:0 10px 0 20px;
    position: absolute;
    box-sizing: border-box;
    bottom: 20px;
    width: 100%;
   }
   .price-tag{

   }
   .form-price{
    font-size: 24px;
    font-weight: 600;
    color: #FFDFAB;
    align-items: end;
   }
   .form-old-price{
    color: #FFFFFF80;
    font-size: 14px;
    text-decoration: line-through;
    
   }
   .pagination3 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding: 15px 0;
}

.pagination3 button {
    width: 36px;
    height: 36px;
    /* padding: 8px 12px; */
    background: #2A2A2A;
    /* border: 1px solid #3A3A3A; */
    color: #EA6519;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background-image: url('../img/prev-img.png');
    /* background-size: 20px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination3 button.active {
    /* background: #EA6519; */
    /* border-color: #EA6519; */
    color: #fff;
    background-image: url('../img/prev-active.png');


}
.page-numbers3{
    gap: 10px;
    display: flex;
}
.page-first {
    /* margin-right: 10px; */
    background: #2A2A2A;
    border: 1px solid #3A3A3A;
    color: #EAEAEA;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.ellipsis{
    width: 36px;
    height: 36px;
    /* padding: 8px 12px; */
    background: #2A2A2A;
    /* border: 1px solid #3A3A3A; */
    color: #EA6519;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background-image: url('../img/prev-img.png');
    /* background-size: 20px; */
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 32px;
}
.quick{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.quick-left{
    width: 65%;
    /* padding: 30px; */
    box-sizing: border-box;
    /* background-color: #1D1D1D; */
}
.quick-right{
    width: 32%;
    padding: 30px;
    box-sizing: border-box; 
    background-color: #1D1D1D;
    /* background-image:url('../img/quick.png') ; */
  
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.75) 0%, #1D1D1D 100%), url('../img/quick.png') no-repeat center bottom/100% 420px;
    background-color: #1D1D1D;
    /* height: 100%; */
    background-repeat: no-repeat;
    background-size: 100% 420px;
    background-position: center;
    background-position: top center; 
    position: relative;
    height: auto;
    border-radius: 10px;

}
.qauick-top{
    position: absolute;
    top: -56px;
}
.reduced-price{
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(97.39deg, #B17F3A 0%, #D0B365 61.8%, #B17F3A 123.59%);
    border-radius: 30px;
    padding: 5px 8px;
    font-size: 12px;
}
.my-platform{
    margin-top: 60px;
}
.my-platform2{
    margin-top: 36px;
}
.my-platform p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.quick-platform-box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.quick-platform{
    padding: 10px 13px;
    background-color: #1d1d1d;
    border-radius: 4px;
    border: 1px solid #FFFFFF33;
    cursor: pointer;
}
.quick-platform:hover{
   background-color:  #EA6519;
}
.quick-platform-active{
    background-color:  #EA6519;
}
.quick-server-select {
 
    width: 90%;
    height: 40px;
    padding: 8px 12px;
    background: #1D1D1D;
    border: 1px solid #3A3A3A !important;
    border-radius: 4px;
    color: #fff;
    
    appearance: none;
    background-image: url('../img/arrow-down.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 30px; 
}
.quick-server-select option{
    padding: 10px;
}
/* 修复下拉框悬停样式 */
select.quick-server-select option:hover {
    background-color: #282929 !important;
    cursor: pointer;
}

/* 添加选中状态样式 */
select.quick-server-select option:checked {
    background-color: #282929 !important;
}
.quick-server-box{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ID-slider-demo-theme-3{
    margin-bottom: 10px;
}
.range-slider-max{
    background-color: #1d1d1d;
    border: 1px solid #FFFFFF33;
    height: 36px;
    width:140px ;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}
.range-slider-min{
    background-color: #1d1d1d;
    border: 1px solid #FFFFFF33;
    height: 36px;
    width:140px ;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;


}
.unlock-check-item{
    display: flex;
    align-items: center;
    /* gap: 10px; */
    justify-content: space-between;
    margin-bottom: 15px;
}
.unlock-check-item input[type="checkbox"]{
    width: 20px;
    height: 20px;
    /* background-color: #1d1d1d; */
}
.quick-price{
    align-items: end;
}
.quick-new-price{
    font-size: 36px;
    font-weight: 600;
    color: #EA6519;
}
.quick-old-price{
    color: #FFFFFF80;
    margin-left: 20px;
    text-decoration: line-through;
    line-height: 26px;
    /* margin-top: -5px; */
}
.quick-time{
    margin-top: 30px;
    display: flex;
    color: #FFDFAB;
    gap: 10px;

}
.quick-buy{
    background-image: url("../img/rectangle-153.png");
    width: 370px;
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;;
}
.quick-add-cart{
    background-image: url("../img/rectangle-54.png");
    width: 370px;
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;;
}
.collapse-container {
    margin: 20px 0;
    /* border: 1px solid #3A3A3A; */
    border-radius: 6px;
}

.collapse-panel {
    background-color: #1D1D1D;
    padding:20px 30px;
    /* border-bottom: 1px solid #3A3A3A; */
    margin-bottom: 20px;
    border-radius: 10px;
}

.collapse-header {
    /* padding: 12px 20px; */
    /* background: #282828; */
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    
    justify-content: space-between;
    align-items: center;
}
        
.collapse-content {
    /* margin-top:20px ; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #1D1D1D;
    line-height: 22px;
}
.collapse-active .collapse-content{
    margin-top: 20px;
}
.arrow-icon {
    transition: transform 0.3s;
    width: 16px;
    height: 16px;
}

/* .collapse-active .arrow-icon {
    transform: rotate(180deg);
} */
.offer-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.offer-content {
    width: 650px;
    background: #1D1D1D;
    padding:30px 75px;
    border-radius: 8px;
    box-sizing: border-box;
}

.offer-header {
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
}

.offer-title {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Tomorrow';
}
.label-text{
    margin-top: 20px;
    margin-bottom: 10px;
}
.close-btn {
    position: absolute;
    top: -10px;
    right: -40px;
    font-size: 28px;
    cursor: pointer;
}

.price-input {
    width: 100%;
    padding: 12px;
    margin: 15px 0;
    background: #2A2A2A;
    border: 1px solid #FFFFFF1A;
    color: white;
    box-sizing: border-box;
    border-radius: 6px;
}

.comment-textarea {
    width: 100%;
    height: 120px;
    padding: 12px;
    background: #2A2A2A;
    border: 1px solid #FFFFFF1A;
    color: white;
    resize: vertical;
    box-sizing: border-box;
    border-radius: 6px;


}
.offer-notice{
    margin: 20px 0 40px;
}
.btn-submit {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    color: white;
    cursor: pointer;
    margin-top: 20px;
    height: 46px;
    background-color: #1D1D1D;
    background-image: url("../img/active500.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border-radius: 6px; */
}
.phone-online{
    display: none;
}
.letter-gather{
    display: none;
}
.search-container1{
    display: none;
}
@media (hover: hover) {
    .pick-game-item:hover{
        background-image: url("../img/wu-active.png");
    }
    .pick-game-item-active:hover{
        background-image: url("../img/new.png");
    }
    .letter:hover{
        background: #EA6519;
        border-color: #EA6519;
    }
    .btn-min:hover, .btn-max:hover {
        opacity: 0.8;
    }
    .search-game-name:hover {
        background: #373737;
    }
    .card-item:hover {
        /* transform: translateY(-3px); */
        box-shadow: 0px 0px 30px 0px #EA651999;
    
        transition: transform 0.2s ease;
    }
    .card-item:hover .btn-offer {
        background-image: url('../img/make-offer-active.png');
    }
    
    .btn-buy:hover, .btn-offer:hover {
        opacity: 0.9;
    }
    .card-item:hover .hover-intro{
        display: block;
    }
}
.hover-intro-container{
    display: none;
}
.phone-quick{
    display: none;
}
.phone-detail-review{
    display: none;
}
.choose-us-phone{
    display: block;
}

  .phone-footer{
    display: none !important;
   }
   .learn-more{
    display: none;
   }
   .phpne-top{
    display:none !important;
}
.my-select {
    width: 100%;
    height: auto;
  }
  
  .my-select .select-label {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .my-select .select-label p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
  }
  
  .my-select .select-label .select-more {
    position: relative;
    margin-left: 10px;
  }
  
  .my-select .select-label .select-more:hover .text-content {
    display: block;
  }
  
  .my-select .select-label .select-more .select-more-text {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFDFAB;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 18px;
  }
  
  .my-select .select-label .select-more .text-content {
    display: none;
    width: 228px;
    height: auto;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    border-radius: 6px;
    background: #333537;
    padding: 6px 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
  }
  
  .my-select .select-box {
    width: 100%;
    height: auto;
    margin-top: 14px;
    position: relative;
  }
  
  .my-select .select-box.active .select-scroll {
    display: block;
  }
  
  .my-select .select-box .select-box-title {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background: #1D1D1D;
    border: 1px solid #3A3A3A !important;
    border-radius: 4px;
    padding: 8px 30px 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .my-select .select-box .select-box-title::after {
    content: '';
    width: 9px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: url(../img/arrow-down.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .my-select .select-box .select-box-title p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }
  
  .my-select .select-box .select-box-title .price {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .my-select .select-box .select-scroll {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 6px;
    background: #232528;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    overflow: hidden;
  }
  
  .my-select .select-box .select-scroll .select-item {
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 12px 0 15px;
    box-sizing: border-box;
  }
  
  .my-select .select-box .select-scroll .select-item:hover {
    background: #EA6519;
  }
  
  .my-select .select-box .select-scroll .select-item p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  
  .my-select .select-box .select-scroll .select-item span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  
  .execution_box {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
  .execution_box .flex_box input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }
  .execution_box .execution_per {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  
  .execution_box .execution_per p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
  }
  
  .execution_box .execution_per .execution-more {
    position: relative;
    margin-left: 10px;
  }
  
  .execution_box .execution_per .execution-more:hover .text-content {
    display: block;
  }
  
  .execution_box .execution_per .execution-more .execution-more-text {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 18px;
  }
  
  .execution_box .execution_per .execution-more .text-content {
    z-index: 15;
    display: none;
    width: 228px;
    height: auto;
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    border-radius: 6px;
    background: #333537;
    padding: 6px 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
  }
  
  
@media screen and (max-width: 768px)  {
    body{
        font-size: 14px;
    }
    .phpne-top{
        display: block!important;
    }
    .pc-top{
        display: none!important;
    }
    .top-box{
        display: block;
        height: 140px;
        position: fixed;
        top: 0;
        width: 100vw;
        left: 0;
        z-index: 99;
    }
    .service{
        /* display: none; */
        right: 20px;
        bottom: 30px;
    }
    .service .pc-online{
        display: none;
    }
    .service .phone-online{
        display: block !important;
    }
    .pc-footer{
        display: none !important;
       }
      .phone-footer{
        display: block !important;
       }
    .back-top img {
        width: 35px;
        height: 35px;
    }
    .nav-detail{
        font-size: 12px;
    }
    .detail-contant{
        width: 100vw;
        padding: 140px 15px 0;
        box-sizing: border-box;
        overflow: hidden;
        /* margin-top: 140px; */
    }
    .game-name{
        font-size: 20px;
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .currency-variety{
        flex-wrap: wrap;
        gap: 20px;
    }
    .pick-game-item{
        width: 150px;
        height: 45px;
        font-size:14px ;
        font-weight: 600;
        margin-right: 0px;
    }
    .pick-game-item img{
        width: 30px;
        height: 30px;
    }
    .platForm-box{
        flex-wrap: wrap;
    }
    .platForm-item{
        width: 33.3%;
        height: 45px;
        box-sizing: border-box;
    }
    .platForm-item:first-child{
        border-radius: 6px 0 0 0;
    }
    .platForm-item:nth-child(3){
        border-radius: 0 6px 0 0;
    }
    .platForm-item:nth-child(4){
        border-radius: 0 0 0 6px;
    }
    .platForm-item:nth-child(6){
        border-radius: 0 0  6px 0;
    }
    .server-box{
        gap: 15px;
        flex-wrap: wrap;
    }
    .server-item{
        width: calc(100%/2 - 15px);
        border-radius: 6px !important;
        height: 45px;
        color: #fff;
        border-color: #FFFFFF33;
        background-color: #1d1d1d;
        /* background-image: none; */
        box-shadow:none;
        text-align: center;
    }
    .server-item-active{
        background-color: #EA6519;
        border-color: #EA6519;
    }
    .server-ch-box{
        background-color: #282929;
    }
    .server-selector{
        padding: 0;
    }
    .server-options{
        grid-template-columns: repeat(2, 1fr);
    }
    .server-select-item{
        width: calc(100%/2 - 15px);
        color: #fff;
        font-size: 12px;
    }
    .later-box-detail{
        background-color: #282929;
        max-block-size:none;
        padding: 10px 0;
    }
    .letter{
        font-size: 15px;
        border-color: #FFFFFF80;
    }
    .server-select-option{
        font-size: 12px;
    }
    .letter-gather{
        width: 34px;
        height: 34px;
        border-radius: 4px;
        background: transparent;
        border: 1px solid #444;
        color: #EAEAEA;
        cursor: pointer;
        transition: all 0.3s;
        margin-bottom: 5px;
        display: block;
        color: #EA6519;
        transform: rotate(90deg);
        border-color: #FFFFFF80;
    }
    .letter-gather.active{
        display: block;
        color: #EA6519;
        border-color: #FFFFFF80;
        background-color: #282929;
        /* transform: rotate(-90deg); */
    }
    .later-box{
        padding: 10px 15px;
        background-color: #1D1D1D;
        box-shadow: #FFDFAB4D 0px 0px 10px 0px;
        width: calc(100% - 10px);
        margin-left: -10px;
    }
    .input-search{
        padding: 10px 15px;
        box-shadow: #FFDFAB4D 0px 0px 10px 0px;
        width: calc(100% - 10px);
        margin-left: -10px;
    }
    .btn-min,.btn-max{
        padding: 5px 6px;
        width: 50px;
        height: 40px;
    }
    .search-name{
        font-size: 18px;
    }
    .filter-search-box{
        flex-wrap: wrap;
        background-color: #282929;
        padding:10px 0;
    }
    .radio-group{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* gap: 10px; */
    }
    .search-container1{
        display: block;
    }
    .search-container2{
        display: none;
    }
    .server-buy{
        flex-wrap: wrap;
        display: block;
    }
    .server-buy-left{
        width: 100%;
        padding: 10px;
        box-shadow: #E052004D 0px 0px 10px 0px;
    }
    .item-num{
        width:calc(33% - 8px) ;
        font-size: 15px;
    }
    .server-buy-right{
        width: 100%;
        margin-top: 20px;
        padding: 20px;
    }
    .gold-amount-text,.gold-amount-old-price{
        font-size: 14px;
    }
    .gold-amount-price,.gold-amount-price span{
        font-size: 20px;
    }
    .gold-amount-new-price{
        font-size: 22px;
    }
    .buy-new{
        width: 300px;
        margin: 0 auto;
        height: 44px;
        line-height: 44px;
        /* background-image: none; */
        /* background-color: #EA6519; */
        background-image: url("../img/active-300.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .add-to-cart{
        width: 300px;
        margin: 20px auto 0;
        line-height: 44px;

        background-image: url("../img/defaut300.png");
        /* background-color: #EA6519; */
        /* box-shadow: #EA651999 0px 0px 10px 0px; */
        height: 44px;



    }
    .card-item{
        width: calc((50% - 10px));
        padding: 8px; 
     
    }
  
    .btn-offer{
        background-image: url("../img/phone-offer.svg");
        width: 100px;
        height: 40px;
    }
    .btn-buy{
        width: 100%;
        height: 40px;
    }
    .hover-intro{
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 3;
        /* width: 100%; */
        /* padding: 10px; */
    }
    .hover-intro.active {
        display: block !important;
    }
    .hover-mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 2;
    }
    .offer-modal{

    }
    .offer-content{
        width: 90%;
        padding: 20px 15px;
        border: 1px solid #EA6519;
        box-shadow: #EA65194D 0px 0px 10px 0px;
    }
    .close-btn{
        right: 0;
    }
    .offer-title{
        font-size: 22px;
    }
    .offer-notice{
        font-size: 13px;
    }
    .btn-submit{
        background-image: url("../img/active-300.png");
    }
    .price-input,.label-text{
        margin-top: 0;
    }
    .select-category{
        background-color: #282929;
        padding: 0;
    }
    .select-box{

    }
    .select-cate-item{
        width: calc(50% - 10px);
        box-sizing: border-box;
        background-color: #1D1D1D;
        border: 1px solid #FFFFFF26;
        text-align: center;
        padding: 10px 0;
        font-weight: 700;
    }
    .details3-card-item{
        width: 100%;
        height: 345px;
        background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, #1D1D1D 100%);

        /* padding: 10px; */
    }
    .details3-game-img{
        width: 100%;
        /*height: 265px;*/
        height: auto;
        display: block;
        max-height: 100%;
        background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, #1D1D1D 100%);
        background-size: cover;
    }

    .details3-card-item p{
        top: 150px;
        font-size: 18px;
    }
    .details3-card-item ul{
        /* padding-left: 20px; */
        position: absolute;
        top: 180px;
    }
    .page-numbers{
        gap: 5px;
    }
    .page-numbers3{
        gap: 5px;
    }
    .pagination button {
        width: 32px;
        height: 32px;
    }
    .pagination3 button {
        width: 32px;
        height: 32px;
      
    }
    .ellipsis{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .li-dot {
        display: inline-block;
       width: 5px;
       height: 5px;
       border-radius: 50%;
       margin-right: 5px;
       background-color: #fff;
    }
    .form-old-price{
        display: none;
    }
    .phone-price-form{
        display: flex !important;
        gap: 5px;
        align-items: end;
    }
    .price-tag{
        margin-bottom: 5px;
    }
    .quick{
        display: block;
    }
    .quick-left{
        width: 100%;
    }
   .quick-right{
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .phone-quick{
        display: block;
    }
    .pc-quick{
        display: none;
    }
    .qauick-top{
        left: -30px;
        /* background-image: url("../img/phone-quick-top.png"); */
    }
    .reduced-price{
        padding: 10px;
    }
    .quick-platform-active{
        background-color: #EA651980;
        border: 1px solid #EA6519;
    }
    .quick-server-select{
        width: 100%;
    }
    .quick-server-box img{
        margin-bottom: -25px;
    }
    .range-slider-min,.range-slider-max{
        width: 120px;
    }
    .quick-buy{
        width: 300px;
        height: 44px;
        margin: 20px auto 10px;
        background-image: url("../img/active-300.png");
    }
    .quick-add-cart{
        width: 300px;
        height: 44px;
        margin: 0 auto;

        background-image: url("../img/defaut300.png");
    }
    .system-intro{
        display: block;
        height: auto;
    }
    .system-intro-left{
        width: 100%;
    }
    .system-intro-right{
        width: 100%;
        margin-top: 20px;
    }
    .detail-review{
        background: none;
    }
    .phone-detail-review{
        display: block;
    }
    .pc-detail-review{
        display: none;
    }
    .trustpliot{
        width: 100%;
        height: auto;
        border: 1px solid #00B67A;
        background-image: none;
        padding-bottom: 20px;
        border-radius: 10px;
        background: linear-gradient(to bottom, #093627 0%, #221E1E 30%);
       }
    .item-container{
        border-bottom: none;
    }
    .item-top{
        margin-top: 20px;
        margin-bottom: 0;
    }

    .item-information-img{
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }
    .item-information{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .item-information-title{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .item-middle{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .blog-game{
       font-size: 20px; 
    }
    .recommend-blog-item{
        display: block;
        width: 100%;
        padding: 20px 0;
        background-color: #282929;
        border-bottom: 1px solid #FFFFFF26;
    }
    .blog-item{
        flex-wrap: wrap;
    }
    .blog-learn-more{
        display: none;
    }
    .blog-log{
        width: 100%;
        height: 230px;
        margin-bottom: 10px;
    }
    .item-time{
        color: #ea6519;
    }
    .item-cantant{
        font-size: 13px;
        display: -webkit-box;             /* 必须设置，用于多行溢出 */
        -webkit-box-orient: vertical;     /* 设置盒子排列方向为垂直 */
        -webkit-line-clamp: 3;            /* 限制显示的行数，例如显示 3 行 */
        overflow: hidden;    
    }
    .learn-more{
        display: block;
        background-image: url("../img/active-bg112.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 160px;
        height: 50px;
        /* position: absolute; */
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* top: 300px; */
        line-height: 50px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        font-family: 'Tomorrow';
        margin: 20px auto 30px;
    }
    .choose-us-pc{
        display: none;
    }
   .choose-us-phone{
        display: block;
        width: 100vw;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .choose-item{
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .choose-us-pagination{
        text-align: center;
        margin-top: 20px;
    }
    .chooss-img{
        text-align: left;
        display: block;
        font-size: 20px;

        margin-bottom: 20px;
    }
    .range-input{
        width: 40px;
        height: 35px;
     }
}