/*  */
.home_banner {
    background: #000000;
    margin-top: -88px;
}

.z-header {
    background: none;
}

.game_header {
    background: url(/mmomh/images/footer_bj.webp) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 124px 0 48px;
    margin-top: -88px;
}

.game_header h2 {
    margin-bottom: 16px;
    font-size: 24px;
}

.game_header .breadcrumb {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.game_header .breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.game_header .breadcrumb a:hover {
    color: #1C7DF6;
}

.game_header .breadcrumb i {
    margin: 0 4px;
}

.template_list {
    margin-top: 24px;
    gap: 16px;
    flex-wrap: wrap;
}

.template_list a img {
    width: 170px;
}

.template_list a {
    transition: all .3s;
}

.template_list a:hover {
    transform: translateY(-5px);
}

.all_gift_cards {
    margin-top: 48px;
}

.all_gift_cards h3 {
    text-align: center;
    font-size: 24px;
}

.all_gift_cards .template_list a img {
    width: 215px;
}

/* filter_search */
.filter_search {
    margin-top: 36px;
}

.filter_search .price_range input {
    width: 100px;
    height: 34px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px 6px 6px 6px;
    color: #fff;
    padding: 0;
    text-align: center;
}

.filter_search .price_range i {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 8px;
    margin: 0 15px;
}

.filter_search .server>span,
.filter_search .price_range span {
    margin-right: 8px;
    white-space: nowrap;
}

.filter_search .server {
    margin: 0 24px;
}

.filter_search .server .select__value {
    width: 237px;
    height: 34px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

.filter_search .server .select__list {
    background: #29201a;
}

.filter_search .server .select__list .option-value {
    padding: 5px 10px;
}
.filter_search .server .select__list .option-value:hover {
    color: #0071ff;
}
.filter_search .server .select__list .option-value img {
    width: 25px;
    margin-right: 10px;
}

.filter_search .server .select__list .option-value.active {
    background: #1C7DF6;
}

.filter_search button {
    height: 34px;
    background: #1C7DF6;
    border-radius: 6px 6px 6px 6px;
    padding: 0 43px;
    color: #fff;
}
.filter_search button:hover {
    background: #0071ff;
}
.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  */
.z-goods_commonSelect {
    margin-bottom: 24px;
}

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

.z-goods_commonSelect .select-list {
    gap: 8px;
}

.z-goods_commonSelect .select-list .option-value {
    height: 42px;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font-size: 12px;
    padding: 0 36px;
}

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

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

.z-goods_commonSelect .select-list .option-value.active {
    background: #1C7DF6;
    color: #fff;
}

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

.goods_platform .option-value i {
    font-size: 20px;
    margin-right: 5px;
}

.goods_platform,
.goods_server {
    display: none;
}

.goods_platform.show,
.goods_server.show {
    display: block;
}

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

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

.goods_childserver,
.z-goods-equipment {
    background: #fff;
    border-radius: 5px;
    padding: 16px 24px 26px 24px;
    margin-bottom: 24px;
}

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

.goods_affixes .affixes-list .option-value {
    padding: 0 5px;
    height: 38px;
    background: #f3f3f3;
    text-align: center;
}

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

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

.goods_initial span {
    width: 38px;
    min-width: 38px;
    height: 38px;
    background: #f3f3f3;
    text-align: center;
    color: #666666;
    border-radius: 5px;
}

.goods_initial span:hover {
    color: #1C7DF6;
}

.goods_initial span.active {
    background: #1C7DF6;
    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: #666666;
}

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

.goods_checkbox .option-value span {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid rgba(29, 29, 29, 0.3);
    margin-right: 8px;
}

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

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

.goods_checkbox .option-value.active span i {
    display: block;
    color: #1C7DF6;
}

.goods_checkbox .option-value.active span {
    border: 1px solid #1C7DF6;
}

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

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

.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(7n) .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_col_wp .goods_describe.codblackops6756_describe_image {
    width: 500px;
    min-width: 500px;
}

.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.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_describe h3 {
    display: block !important;
}

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

.goods_col_wp .goods_attr .select_value {
    height: 30px;
    background: #f3f3f3;
    border-radius: 5px;
    color: #666666;
    padding: 0 5px;
}

.goods_col_wp .goods_attr .select_list {
    background: #fff;
    box-shadow: 0px 0px 5px 1px #e7e4e4;
    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: #1C7DF6;
    color: #fff;
}


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

.z-goods_desc {
    margin: 60px 0 20px;
}

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

.z-goods_desc .seo_items {
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 0 24px 24px;
}

.z-goods_desc h2,
.z-goods_desc h3 {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 20px 0 10px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
}

.z-goods_desc h2::before {
    content: '';
    width: 4px;
    height: 14px;
    background: #1C7DF6;
    border-radius: 4px;
    margin-right: 16px;
}

.lang__ar .z-goods_desc h2::before {
    margin: 0 0 0 16px;
}

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


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

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

/* goods end  */

.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: #1C7DF6;
    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;
}