.body-en .p_index {
    background: #FFFFFF;
}

.body-en header {
    line-height: unset;
}

.body-en .header-nav {
    background: #333333;
}

.body-en .header-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.body-en header .seller-entry {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.body-en .header-nav .lang_change_btn {
    color: #FFFFFF;
}

.body-en .banner-nav-item {
    flex: auto;
    padding: 0 20px;
    line-height: unset;
}

.body-en .banner-nav-item .name {
    font-size: 16px;
}

.body-en .banner-nav-item:not(:last-child):after {
    height: 16px;
    top: calc(50% - 8px);
}

.body-en .header-search {
    height: 60px;
    background: #52C9CC;
}

.body-en .header-search-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-en .header-search .nav {
    display: flex;
    align-items: center;
}

.body-en .nav .n_hot > span:before {
    background: url("https://static.igmbuy.com/global/img/icon-category-dark.png") no-repeat center center;
    background-size: 100%;
}

.body-en .nav .n_hot, .body-en .nav .n_hot .nav-category, .body-en .nav_list .nav_item {
    background: transparent;
    color: #333333;
}

.body-en .nav .n_hot {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 60px;
    font-size: 16px;
}

.body-en .nav_list {
    margin-left: 30px;
}

.body-en .nav_list .nav_item {
    font-size: 16px;
    padding: 0;
}

.body-en .nav .hotGamesUl {
    top: 60px;
}

.body-en .icon_search, .body-en .logo-search input {
    background: #333333;
    border-color: #333333;
    color: #FFFFFF;
}

.body-en .icon_search:after {
    background: url("https://static.igmbuy.com/global/img/icon-search-white.png") no-repeat center;
    background-size: 100%;
}

.body-en .header-search .icon-cart {
    width: 26px;
    cursor: pointer;
}

.body-en .header-search .search_wrap {
    margin-left: 0;
}

.body-en header .btn_login {
    background-color: #333333;
    color: #FFFFFF;
}

.body-en .searchRes {
    width: 540px;
}

/*首页*/
.body-en .index-swiper-container {
    height: 560px;
}

.body-en .index-swiper-container-wrapper {
    padding-top: 0;
    overflow-x: hidden;
}

.body-en .index-swiper-container-wrapper .swiper-slide {
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}

.body-en .index-swiper-container-wrapper .swiper-slide img {
    border-radius: 0;
}

.body-en .index-swiper-container-wrapper .swiper-button-prev {
    left: calc((100% - 1400px) / 2);
    top: calc(50% - 22px);
}

.body-en .index-swiper-container-wrapper .swiper-button-next {
    right: calc((100% - 1400px) / 2);
    top: calc(50% - 22px);
}

.body-en .best-sell-goods-wrapper, .body-en .index-cdk-wrapper {
    gap: 30px;
    padding: 0 35px;
    position: relative;
}

.body-en .best-sell-goods, .body-en .index-cdk-item {
    width: 140px;
    height: auto;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.body-en .best-sell-goods .goods-img, .body-en .index-cdk-item .img-wrapper {
    width: 140px;
    height: 178px;
    border-radius: 12px;
    overflow: hidden;
}

.body-en .best-sell-goods .goods-info {
    margin-left: 0;
    margin-top: 10px;
}

.body-en .best-sell-goods .goods-name {
    text-align: center;
    font-size: 14px;
}

.body-en .index-swiper-prev {
    width: 15px;
    height: 24px;
    background: url("https://static.igmbuy.com/global/img/btn-prev-green.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 92px;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

.body-en .index-swiper-next {
    width: 15px;
    height: 24px;
    background: url("https://static.igmbuy.com/global/img/btn-next-green.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 92px;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.body-en .index-swiper-prev.swiper-button-disabled, .body-en .index-swiper-next.swiper-button-disabled {
    opacity: .3;
    cursor: default;
}

.body-en .best-seller-goods-swiper,
.body-en .game-recharge-swiper,
.body-en .game-cdk-swiper {
    position: relative;
    overflow-x: hidden;
    padding: 0 30px;
}

.body-en .index-cdk-item .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    height: 20px;
}

.body-en .index-news-item {
    background: #f7f7f7;
    border-radius: 12px;
}

/*商品列表*/
.body-en .p-product-cdk .top-select {
    border-radius: 12px;
}

.body-en .p-product-cdk {
    background-color: #F5F6F9;
}

.body-en .p-product-cdk .top-banner {
    z-index: 0;
}

.body-en .p-product-cdk .top-banner .tp_gameName {
    color: #333333;
    font-weight: normal;
}

.body-en .p-product-cdk .select-item-title:before {
    background: #52C9CC;
}

.body-en .p-product-cdk .game-types {
    background: transparent;
    padding: 0;
}

.body-en .p-product-cdk .game-types li {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 20px;
    background: #F5F6F9;
    color: #333333;
    border-radius: 8px;
    margin-right: 20px;
}

.body-en .p-product-cdk .game-types li.on, .body-en .p-product-cdk .filter-item.on {
    background: #EBFAFA;
    color: #52C9CC;
}

.body-en .p-product-cdk .filter-item {
    color: #9A9A9A;
    background: #FFFFFF;
}

.body-en .p-product-cdk input[type=checkbox]:checked::after {
    background: #52C9CC;
    border-color: #52C9CC;
}

.body-en .goods-item-de {
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 16px;
    border-bottom: 1px solid #E5E5E5;
    background: #FFFFFF;
}

.body-en .goods-item-de:last-child {
    border-bottom: none;
    border-radius: 0 0 12px 12px;
}

.body-en .goods-item-de .goods_img_b {
    width: 142px;
    height: 80px;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}

.body-en .goods-item-de .goods-info-de {
    display: flex;
    align-items: center;
    border: none;
}

.body-en .goods-item-de .title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 622px;
}

.body-en .goods-item-de .title {
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.body-en .goods-item-de .new_price, .body-en .goods-item-de .new {
    color: #52C9CC;
    font-size: 16px;
}

.body-en .goods-item-de .goods_tag {
    height: auto;
    margin-bottom: 0;
}

.body-en .goods-item-de .btn-buy-de {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 170px;
    height: 34px;
    text-align: center;
    background: #52C9CC;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.body-en .goods-item-de .btn-buy-de span {
    margin-left: 10px;
}

.body-en .p-product-cdk .goods-de-th {
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 12px 12px 0 0;
    background: #F4F4F4;
    color: #9A9A9A;
    font-size: 18px;
    padding: 0 16px;
}

.body-en .p-product-cdk .goods-de-th .td1 {
    text-indent: 162px;
    width: 784px;
}

.body-en .p-product-cdk .p_list_group {
    padding-bottom: 20px;
}

/*商品详情*/
.body-en .p_pubg {
    color: #333333;
}

.body-en .pubg-header-wrapper {
    border-radius: 12px;
}

.body-en .p_pubg .goods-name-large {
    font-size: 24px;
    color: #0D0F11;
    margin-bottom: 20px;
}

.body-en .p_pubg .hleft {
    border-radius: 10px;
    overflow: hidden;
}

.body-en .product_tc .tab.on {
    background: #EBFAFA;
    border: 1px dashed #52C9CC;
    color: #52C9CC;
}

.body-en .p_pro_detail .price .new, .body-en .p_pubg .product_tc {
    color: #333333;
}

.body-en .p_pro_detail .product_info {
    color: #9A9A9A;
}

.body-en .p_pro_detail .buy {
    background: #52C9CC;
    border-radius: 8px;
}

.body-en .p_pro_detail .pubg_footer {
    display: flex;
}

.body-en .p_pro_detail .btn_buy.disabled {
    background: rgba(82, 201, 204, .3);
    border-radius: 8px;
}

.body-en .p_pubg .detail-wrapper {
    width: auto;
    flex: 1;
}

.body-en .p_pubg .rec_product {
    width: 510px;
    margin-left: 20px;
}

.body-en .p_pubg .content-tab-box, .body-en .p_pubg .rec_product .cont_title {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #E5E5E5;
    color: #0D0F11;
    background: #FFFFFF;
    margin-bottom: 0;
}

.body-en .p_pubg .cont_title {
    margin-top: 0;
}

.body-en .p_pubg .cont_title.on {
    color: #52C9CC;
}

.body-en .p_pubg .cont_title .more {
    display: none;
}

.body-en .border-radius-12 {
    border-radius: 12px;
    overflow: hidden;
}

.body-en .p_pubg .rec-product-de {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

.body-en .p_pubg .rec_product .cont_title {
    margin-bottom: 22px;
}

.body-en .p_pubg .rec_product .game-img {
    width: 142px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.body-en .p_pubg .rec_product .game-wrapper {
    display: flex;
    padding: 0 20px;
    background: none;
    width: 100%;
    margin-left: 0;
}

.body-en .p_pubg .rec_product .game-wrapper:hover {
    transform: translateY(0);
}

.body-en .p_pubg .rec_product .goods-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 10px 0;
    height: auto;
    margin-left: 20px;
    color: #333333;
    border: none;
    overflow: hidden;
}

.body-en .p_pubg .rec_product .goods-info .gi_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body-en .p_pubg .rec_product .goods-info .goods-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-en .rec_product .btn-buy-de {
    display: flex;
    align-items: center;
    height: 34px;
    padding: 0 20px;
    border-radius: 8px;
    background: #52C9CC;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.body-en .rec_product .btn-buy-de span {
    margin-left: 10px;
}

.body-en .rec_product .goods_price .new {
    color: #52C9CC;
}

.body-en .p_pubg .relation-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.body-en .p_pubg .btn-add-cart {
    border-color: #52C9CC;
    color: #52C9CC;
    border-radius: 8px;
}

/*购物车*/
.body-en .header-index {
    background: #52C9CC;
}

.body-en .header-index .lang_change_btn, .body-en .header-index .seller-entry {
    color: #333333;
    border-color: #333333;
}

.body-en .p-cart .btn-delete-all,
.body-en .p-cart .btn-save-info,
.body-en .p-cart .btn-pay,
.body-en .custom-delete-cart-goods .layui-layer-btn .layui-layer-btn0 {
    background: #52C9CC;
}

.body-en .p-cart .pay_way_item.on {
    background: #EBFAFA;
    border-color: #52C9CC;
}

.body-en .p-cart .icon-check.on, .body-en .p-cart .cart-item.on .cart-item-checkbox {
    background-image: url("https://static.igmbuy.com/global/img/icon-checked-active-green.png");
    border: 0;
}

.body-en .p-pay-result .btn-user {
    background: #52C9CC;
}

.body-en .cart-pay-dialog .pay-time-tips{
    background: #EBFAFA;
    color: #296566;
}