/* game start */
.z-game_breadcrumb {
    color: rgba(255, 255, 255, .5);
    padding: 12px 0 0;
    position: relative;
    z-index: 1;
}

.z-game_breadcrumb i {
    margin: 0 4px;
}

.z-game_breadcrumb a {
    color: rgba(255, 255, 255, .5);
}

.z-game_breadcrumb a:hover {
    color: #F39800;
}

.z-game_navigation {
    height: 360px;
    background: #1D2641;
}

.z-game_navigation .z-page-container {
    height: 100%;
}

.game_about-info {
    color: rgba(255, 255, 255, .7);
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
}

.game_about-info h1,
.game_about-info h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 26px;
}

.game_about-info p {
    line-height: 24px;
}

.game_about-info img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.z-game_template {
    padding: 64px 0 64px;
    background: #F3F3F3;
}

.z-game_template .template_list {
    gap: 16px;
}

.z-game_template .template_list .template_item {
    width: 222px;
    height: 222px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    align-items: center;
    padding: 34px 0 25px;
    overflow: hidden;
}

.z-game_template .template_list .template_item::after {
    display: none;
}

.z-game_template .template_list .template_item:hover::after {
    display: block;
}

.z-game_template .template_list .template_item .template_icon {
    width: 60px;
    height: 62px;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    justify-content: center;
    padding-top: 15px;
}

.z-game_template .template_list .template_item .template_icon i {
    font-size: 28px;
}

.z-game_template .template_list .template_item p {
    font-size: 18px;
    margin: 14px 0 4px;
}

.z-game_template .template_list .template_item span {
    color: #666666;
    height: 29px;
    text-align: center;
    padding: 0 10px;
}

.z-game_template .template_list .template_item em {
    margin-top: auto;
    height: 22px;
    background: #E7E7E7;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    line-height: 22px;
    padding: 0 7px;
}

.z-game_template .template_list .template_item em:hover {
    background: #68B431;
    color: #fff;
}

.z-game-main .z-game_desc {
    padding: 48px 0;
    color: #666666;
    line-height: 22px;
    margin-bottom: 64px;
    background: #fff;
}

.z-game-main .z-game_desc h2 {
    font-size: 24px;
    color: #1D1D1D;
    margin-bottom: 20px;
}

/* game end  */


/* goods start */

.z-goods-head .goods_template {
    gap: 8px;
}

.z-goods-head .goods_template a {
    height: 100%;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    background-color: #d2d2d2;
    cursor: pointer;
    transition: .3s;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.z-goods-head .goods_template a i {
    font-size: 20px;
    margin-right: 5px;
}

.z-goods-head .goods_template a.active,
.z-goods-head .goods_template a:hover {
    background-color: #fff;
    color: #f2a506;
    box-shadow: -3px -3px 4px #ebeaea, 3px -3px 4px #ebeaea;
}

/* .z-goods-main {
    padding-top: 24px;
} */

.z-goods_commonSelect {
    margin-bottom: 16px;
}

.z-goods_commonSelect .select_title {
    margin-bottom: 12px;
}

.z-goods_commonSelect .select-list .option-value {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    padding: 0 10px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    cursor: pointer;
    transition: .3s;
}

.z-goods_commonSelect .select-list .option-value img {
    width: 20px;
    margin-right: 5px;
}

.z-goods_commonSelect .select-list .option-value:hover {
    color: #F39800;
}

.z-goods_commonSelect .select-list .option-value.active {
    background: rgba(43, 63, 94, 0.8);
    color: #fff;
}

.z-goods_commonSelect .select-list .option-value.option-hide {
    display: none !important;
}

.goods_platform,
.goods_server {
    display: none;
}

.goods_platform.show {
    display: block;
    margin-bottom: 0;
}

.goods_server.show {
    display: block;
    background-color: #d2d2d2;
    padding: 10px;
}

.goods_server .server-list {
    display: none;
}

.goods_server .server-list.show {
    display: flex;
}

.goods_childserver,
.z-goods-equipment {
    background-color: #d2d2d2;
    padding: 10px;
    margin-bottom: 16px;
    margin-top: 20px;
}

.goods_affixes .affixes-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px 33px;
}

.goods_affixes .affixes-list .option-value {
    padding: 0 5px;
    background: none;
    font-size: 14px;
    height: auto;
    border: none;
}

.goods_affixes .affixes-list .option-value.active {
    background: none;
}

.goods_affixes .affixes-list .option-value.hide {
    display: none;
}




.goods_parentCate,
.goods_childserver,
.goods_childCate {
    margin-top: 24px;
    display: none;
}

.goods_parentCate.show,
.goods_childserver.show,
.goods_childCate.show {
    display: block;
}

.goods_parentCate {
    margin-bottom: 0;
    margin-top: 0;
}

.goods_childCate {
    margin-bottom: 0;
    border-top: 1px solid rgba(43, 63, 94, 0.5);
    padding-top: 24px;
}

.goods_initial {
    gap: 8px;
    margin-bottom: 16px;
}

.goods_initial span {
    width: 38px;
    min-width: 38px;
    height: 38px;
    background: rgba(43, 63, 94, 0.2);
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.goods_initial span:hover {
    color: #F39800;
}

.goods_initial span.active {
    background: #F39800;
    color: #fff;
}

.goods_affixes.goods_checkbox .affixes-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-height: 400px;
    min-height: 20px;
}

.goods_affixes.goods_checkbox .affixes-list .option-value {
    background: none;
    height: auto;
}

.goods_checkbox .affixes-list .option-value.active {
    color: #666;
}

.goods_affixes.goods_checkbox .affixes-list .option-value {
    padding: 0;
}

.goods_checkbox .option-value span {
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: #fff;
    margin-right: 8px;
}

.goods_checkbox .option-value p {
    text-align: left;
}

.goods_checkbox .option-value span i {
    display: none;
    color: #2B3F5E;
}

.goods_checkbox .option-value.active span i {
    display: block;
}

.goods_checkbox .option-value.active span {
    background: #F39800;
}

.goods_affixes.goods_checkbox .goods_initial {
    margin-bottom: 24px;
}

.z-goods-filter {
    align-items: flex-start;
}

.filter_sort {
    gap: 24px;
}

.filter_sort .sort_item {
    font-size: 12px;
}

.filter_sort .sort_item span {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid #666;
}

.filter_sort .sort_item span i {
    display: none;
}

.filter_sort .sort_item.active span i {
    display: block;
    font-size: 14px;
    color: #000;
}

.filter_sort .sort_item.active span {
    background: #F39800;
}

.filter_sort .sort_item:hover {
    color: #F39800;
}

.filter_search {
    width: 36px;
    height: 36px;
    margin-left: 24px;
}

.filter_search input {
    width: 100%;
    height: 36px;
    background: none;
    border: solid 1px #bfbfbf;
    display: none;
    color: #666;
}

.filter_search.open {
    width: 286px;
}

.filter_search.open input {
    display: block;
}

.filter_search input::placeholder {
    color: rgba(29, 29, 29, 0.2);
}

.filter_search i {
    right: 8px;
    top: 7px;
    color: #666;
    font-size: 18px;
}

.filter_search i.icon_clear {
    font-size: 24px;
    display: none;
    top: 6px;
    right: 10px;
}

.filter_search i:hover {
    color: #F39800;
}

.z-goods-filter .carry_run_tips {
    margin-top: 10px;
    color: red;
}

.z-goods-content {
    margin-top: 16px;
}

.z-goods-list {
    gap: 16px;
}

.z-goods-list .goods_col_wp {
    border-radius: 5px;
}

.z-items-contnet .z-goods-list .goods_col_wp {
    display: flex;
    flex-direction: column;
    border: solid 1px #d9d9d9;
    border-radius: 0px;
    cursor: pointer;
    transition: .3s;
}

.z-items-contnet .z-goods-list .goods_col_wp:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.z-goods-list .goods_col_wp .col_head {
    padding-bottom: 5px;
}

.z-goods-list .goods_col_wp .col_image {
    height: 180px;
    padding: 8px 10px;
    background-color: #f6f6f6;
}

.z-goods-list .goods_col_wp .col_image .goods_count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 9px #000;
    font-size: 27px;
    line-height: 1;
}

.z-goods-list .goods_col_wp .col_image .goods_count i {
    color: #f2a506;
}

.z-goods-list .goods_col_wp .col_image .device {
    bottom: 34px;
    color: #004fd2;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 700;
}
.z-goods-list .goods_col_wp .col_image .device.xboxone {
    color: #078614;
}
.z-goods-list .goods_col_wp .col_image .device.pc {
    color: #00d4fa;
}
.z-goods-list .goods_col_wp .col_image .device.switch {
    color: #c30000;
}
.z-goods-list .goods_col_wp .col_head .col_head_lg.col_image {
    height: 180px;
}

.z-goods-list .goods_col_wp .col_image.goods_bigImg {
    height: 204px;
}

.z-goods-list .goods_col_wp .col_image img {
    max-width: 100%;
    max-height: 100%;
}

.z-goods-list .goods_col_wp .col_info {
    padding: 10px 17px 24px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.z-goods-list .goods_col_wp .col_image.goods_bigImg+.col_info {
    height: calc(100% - 204px);
}

.z-goods-list .goods_col_wp .goods_price {
    color: rgba(29, 29, 29, 0.5);
    margin: 0 0 8px 0;
    font-size: 12px;
    flex-wrap: wrap;
}

.z-goods-list .goods_col_wp .goods_title {
    font-size: 14px;
    padding: 0 17px;
    color: #666;
}

.z-goods-list .goods_col_wp .true_price {
    color: #F39800;
    margin: 0 7px;
    font-size: 18px;
}

.z-goods-list .goods_col_wp .old_price {
    color: #999;
    font-size: 16px;
}

.z-goods-list .goods_col_wp .old_price i,
.z-goods-list .goods_col_wp .old_price em {
    text-decoration: line-through;
}

.z-goods-list .goods_col_wp .goods_num {
    width: 95px;
    height: 25px;
    background: rgba(43, 63, 94, 0.2);
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 14px;
}

.z-goods-list .goods_col_wp .goods_num.hide {
    display: none !important;
}

.z-goods-list .goods_col_wp .goods_num button,
.z-goods-list .goods_col_wp .goods_num span {
    width: 25px;
    min-width: 25px;
    height: 100%;
    font-size: 18px;
    color: #fff;
    background: rgba(43, 63, 94, 0.2);
}

.z-goods-list .goods_col_wp .goods_num button {
    padding: 0;
    background: none;
    border-radius: 0;
    font-family: 'default';
}

.z-goods-list .goods_col_wp .goods_num button:hover,
.z-goods-list .goods_col_wp .goods_num span:hover {
    background: #730000;
}

.z-goods-list .goods_col_wp .goods_num input {
    width: 100%;
    height: 100%;
    background: none;
    font-size: 12px;
    padding: 0;
    text-align: center;
    color: #fff;
}

/* Chrome / Safari / Edge / Opera */
.z-goods-list .goods_col_wp .goods_num input[type="number"]::-webkit-outer-spin-button,
.z-goods-list .goods_col_wp .goods_num input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.z-goods-list .goods_col_wp .goods_num input[type="number"] {
    -moz-appearance: textfield;
}

/* 新规范（部分浏览器支持） */
.z-goods-list .goods_col_wp .goods_num input[type="number"] {
    appearance: textfield;
}

.z-goods-list .goods_col_wp .col_info_bottom {
    margin-top: auto;
}

.z-goods-list .goods_col_wp button {
    height: auto;
    display: block;
    width: 100%;
    border-radius: 0;
    margin: 0 auto;
    padding: 6px 0;
    min-height: 34px;
}

html[lang="fr"] .z-goods-list .goods_col_wp button,
html[lang="de"] .z-goods-list .goods_col_wp button,
html[lang="br"] .z-goods-list .goods_col_wp button {
    width: 80%;
}

.z-goods-list .goods_col_wp .add_cart {
    background: rgba(43, 63, 94, 0.5);
    margin-top: 4px;
}

.z-goods-list .goods_col_wp .add_cart:hover {
    background: rgba(43, 63, 94, 0.8);
}

.z-goods-list .goods_col_wp .buy_now {
    height: 40px;
    border-radius: 5px;
}

.z-goods-list .goods_col_wp .goods_discount {
    font-weight: 700;
    display: inline-block;
    height: 0;
    text-align: center;
    color: #fff;
    box-sizing: content-box;
    z-index: 8;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 0;
    border-bottom: 33px solid transparent;
    border-right: 33px solid #F1CF80;
    border-top: 33px solid #F1CF80;
    border-left: 33px solid transparent;
    color: #f93b78;
}

.z-goods-list .goods_col_wp .goods_discount span {
    position: absolute;
    right: -29px;
    top: -30px;
    text-align: left;
    line-height: 16px;
}

.z-items-main .z-items-contnet .z-goods-list .goods_col_wp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #f3f3f3;
}

.z-items-main .z-items-contnet .z-goods-list .goods_col_wp:nth-child(2n) {
    background-color: #efefef;
}

.z-items-main .z-items-contnet .z-goods-list .goods_col_wp .col_head {
    display: flex;
    align-items: center;
    padding: 0;
}

.z-items-main .z-goods-list .goods_col_wp .col_image {
    height: 100px;
    background: none;
    margin-right: 20px;
}

.z-items-main .z-goods-list .goods_col_wp .col_info_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;

}

.z-items-main .z-goods-list .goods_col_wp .goods_num {
    display: none;
}

.z-items-main .z-goods-list .goods_col_wp .goods_title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 0;
}

.z-items-main .z-goods-list .goods_col_wp .col_head p:before {
    content: "\2022";
    margin-right: .5em;
}

.z-items-main .z-goods-list .goods_col_wp .goods_price {
    margin-bottom: 0;
    flex-basis: 40%;
}

.z-items-main .z-goods-list .goods_col_wp .col_info {
    width: 40%;
    margin: 0;
    padding: 0 40px 0 0;
}

.z-items-main .z-goods-list .goods_col_wp .buy_now {
    width: 220px;
    height: 33px;
}

.z-items-main .z-items-contnet .z-goods-list .goods_col_wp:hover {
    transform: none;
    box-shadow: none;
    border-color: #2783fe;

}

.z-notData {
    display: none;
    text-align: center;
    margin: 50px 0;
}

.z-notData.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.z-notData img {
    width: 68px;
    margin-bottom: 10px;
}

.goods_loading_mask {
    margin: 50px 0;
    text-align: center;
    display: none;
}

.goods_loading_mask.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goods_loading_mask img {
    width: 100px;
}

.goods_col_wp .goods_describe {
    position: absolute;
}

.z-goods-list .goods_col_wp:nth-child(6n) .goods_describe {
    left: auto;
    right: 103%
}

.goods_col_wp .goods_describe {
    position: absolute;
    top: 0;
    z-index: 50;
    text-align: center;
    left: 103%;
    display: none;
    min-width: 400px;
    text-transform: lowercase;
    min-width: 300px;
    border-radius: 5px;
}

.goods_col_wp .goods_describe.describe_image {
    width: 400px;
    min-width: 400px;
}

.goods_describe font {
    color: #fff !important
}

.goods_col_wp .goods_describe.display {
    display: block
}

.goods_col_wp .goods_describe.describe_text {
    width: 370px;
    min-width: 370px;
    text-transform: none;
    color: #fff;
    text-align: initial;
    background: #28314A;
    padding: 20px;
}

.goods_col_wp .goods_describe.describe_text.d2rladder456_describe,
.goods_col_wp .goods_describe.describe_text.d2resurrected438_describe {
    background: #28314A;
    text-align: center;
}

.goods_col_wp .goods_describe.describe_text .w-dialog h1 {
    font-size: 18px;
}

.goods_col_wp .goods_describe.describe_text .w-dialog div,
.goods_col_wp .goods_describe.describe_text .w-dialog p {
    color: #fff !important;
    font-size: 12px !important;
}

.goods_col_wp .goods_describe.describe_text .c-scrollbar__thumb {
    height: auto !important;
}

.goods_col_wp .goods_describe.describe_text.lastwarsurvival204_describe {
    background: #28314A;
}

.goods_col_wp .goods_describe.describe_text.lastwarsurvival204_describe .topuptext {
    margin-bottom: 12px;
    text-align: left;
    font-size: 14px;
}

.goods_col_wp .goods_describe.describe_text.lastwarsurvival204_describe .topuptext span {
    color: red;
}

.goods_col_wp .goods_describe.describe_text.lastwarsurvival204_describe .topuptitle {
    font-size: 16px;
    font-family: 'default_bold';
}

.goods_describe .z-center {
    line-height: 18px;
}

.goods_describe h3 {
    display: block !important;
}

.goods_describe .z-center .z-smallstats {
    white-space: nowrap !important;
}


.goods_describe .myPurple {
    color: purple;
    display: block;
}

.goods_describe .myYellow {
    color: #afaf11;
    display: block;
}

.goods_describe .z-smallstats .z-white,
.goods_describe .z-center .rl-title-uniques-items {
    color: #fcb100 !important;
}

.goods_describe .z-center a {
    color: rgb(113, 227, 71) !important;
}

.goods_describe .z-center .zso_defense {
    color: rgb(221, 228, 202);
}

.goods_describe .z-center .zso_defense,
.goods_describe .z-center .zso_durability,
.goods_describe .z-center .zso_rqstr,
.goods_describe .z-center .zso_rqlevel,
.goods_describe .z-center .zso_qualitylvl,
.goods_describe .z-center .zso_trclass,
.goods_describe .z-center .zso_maxsock {
    color: #000;
}

.goods_describe .z-center p {
    color: #626dfb;
}


.goods_col_wp .goods_attr {
    margin: 0 0 12px 0;
}

.goods_col_wp .goods_attr .select_value {
    height: 30px;
    background: rgba(43, 63, 94, 0.5);
    color: rgba(255, 255, 255, 0.5);
    padding: 0 5px;
}

.goods_col_wp .goods_attr .select_list {
    background: rgba(43, 63, 94, 1);
    min-width: 100%;
    z-index: 9;
    top: 110%;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    padding: 4px 0;
    max-height: 300px;
    overflow-y: auto;
}

.goods_col_wp .goods_attr .select_list .option-value {
    padding: 6px 5px;
}

.goods_col_wp .goods_attr .select_list .option-value.active,
.goods_col_wp .goods_attr .select_list .option-value:hover {
    background: #730000;
    color: #fff;
}


.z-goods-main .z-blog {
    margin-top: 40px;
}

.z-goods_desc {
    margin: 60px 0 20px;
    background: #fff;
    padding: 32px 24px;
}

.z-game-main .z-goods_desc {
    margin: 20px 0 40px;
}

.z-goods_desc .seo_items {
    margin-bottom: 30px;
}

.z-goods_desc h2,
.z-goods_desc h3 {
    margin-bottom: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.z-goods_desc h3 {
    font-size: 20px;
}

.z-goods_desc .goods_desc_img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.z-goods_desc .goods_desc_img img {
    max-width: 300px;
    max-height: 300px;
}

.z-goods_desc li {
    list-style: disc;
    margin-left: 20px;
}


.z-goods_desc p {
    line-height: 25px;
    margin-bottom: 10px;
}

.z-goods_desc li {
    line-height: 20px;
    margin-bottom: 10px;
}

.site_reviews {
    margin: 40px 0;
}

/* goods end  */


/* roblox */
.z-roblox-main .roblox_list {
    gap: 24px;
    margin-top: 64px;
    margin-bottom: 40px;
}

.z-roblox-main .roblox_list .roblox_item {
    background: #fff;
    padding: 16px;
    font-size: 18px;
    border-radius: 5px;
}

.z-roblox-main .roblox_list .roblox_item img {
    width: 72px;
    margin-right: 16px;
    border-radius: 5px;
}

.lang__ar .z-roblox-main .roblox_list .roblox_item img {
    margin: 0 0 0 16px;
}

.z-roblox-main .roblox_list .roblox_item::after {
    display: none;
}

.z-roblox-main .roblox_list .roblox_item:hover::after {
    display: block;
}

/* 车位 */
.z-goods-list .goods_col_wp .monopolygo_partners_info .goods_attr {
    margin-bottom: 0;
    width: 100%;
    margin-right: 10px;
}

.z-goods-list .goods_col_wp .monopolygo_partners_info .goods_attr .select_value {
    height: 36px;
}


/* sticker search */
.sticker_filter {
    margin-top: 20px;
}

.sticker_filter .filter_sort {
    margin-top: 0;
}

.sticker_filter .stickers_select {
    margin-right: 20px;
}

.lang__ar .sticker_filter .stickers_select {
    margin: 0 0 0 20px;
}

.sticker_filter .stickers_select .select__value {
    height: 36px;
    width: 218px;
    background: #fff;
    border-radius: 5px;
    color: #1d1d1d;
    cursor: pointer;
    font-size: 12px;
}

.sticker_filter .stickers_select .select__list {
    z-index: 20;
}

.sticker_filter .stickers_select .select__list p {
    font-size: 12px;
}




.common_notices_box {
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    padding: 0 24px 16px 24px;
    line-height: 24px;
    margin-top: 20px;
    color: #666666;
}

.common_notices_box p.title {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 16px 0 10px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    color: #1d1d1d;
}

.common_notices_box p.title::before {
    content: '';
    width: 4px;
    height: 14px;
    background: #F39800;
    border-radius: 4px;
    margin-right: 16px;
}

.lang__ar .common_notices_box p.title::before {
    margin: 0 0 0 16px;
}

.common_notices_box p {
    margin-bottom: 6px;
}



/* duo yuyan */
.lang__ar .filter_sort .sort_item span {
    margin-left: 8px;
    margin-right: 0;
}

.lang__ar .filter_search input {
    padding: 0 10px 0 0;
}

.lang__ar .filter_search i {
    left: 16px;
    right: auto;
}

.lang__ar .goods_platform .option-value i {
    margin: 0 0 0 5px;
}