/* game start */
.ws-news .news_list .news_item {
    min-width: calc((100% - 96px) / 4);
    width: calc((100% - 96px) / 4);
}

.ws-news .news_list .news_item .news_img {
    max-height: 176px;
    min-height: 176px;
}

.ws-news .news_list .news_item .news_title {
    font-size: 14px;
}

.z-game_breadcrumb {
    color: var(--ws-color-g);
    padding: 22px 0 0;
    position: relative;
    z-index: 1;
}

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

.z-game_breadcrumb a {
    color: var(--ws-color-g);
}

.z-game_breadcrumb a img {
    width: 7px;
    margin-right: 8px;
}

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

.z-game_navigation {
    background: var(--zg-shipping-k);
    overflow: hidden;
}

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

.game_about-info {
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    margin-top: 44px;
}

.game_about-info h1,
.game_about-info h2 {
    color: var(--wts-default-color);
    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: 360px;
}

.z-game_template {
    padding: 64px 0 64px;
    background: var(--zg-shipping-b);
}

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

.z-game_template .template_list .template_item {
    width: 512px;
    border: 1px solid #263144;
    border-radius: 10px;
    align-items: center;
    padding: 25px 0 25px;
    overflow: hidden;
    color: var(--wts-default-color);
    align-items:center;
}

html.light .z-game_template .template_list .template_item {
    background: #FFFFFF;
    border: none;
}

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


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

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

.z-game_template .template_list .template_item p {
    font-size: 18px;
    margin: 0px 0 12px;
    text-align: center;
}

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

.z-game_template .template_list .template_item em {
    margin-top: auto;
    height: 25px;
    background: #2C5DEB;
    border-radius: 5px;
    color: #fff;
    line-height: 25px;
    padding: 0 7px;
}

.z-game_template .template_list .template_item:hover {
    background: linear-gradient(180deg, rgba(44, 93, 235, 0) 0%, rgba(44, 93, 235, 0.8) 100%);
}

html.light .z-game_template .template_list .template_item:hover {
    background: #2C5DEB;
    color: #fff;
}

.z-game_template .template_list .template_item:hover em {
    background: #F76A04;
}

.z-game-main .z-game_desc {
    padding: 48px 0;
    color: var(--zg-color-h);
    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 .z-page-container {
    height: 100%;
}

.z-goods-head .goods_head-title h1 {
    font-size: 32px;
    margin-top: 8px;
    color: var(--wts-default-color);
}

.z-goods-head .goods_head-title h2 {
    font-size: 24px;
    margin-top: 55px;
}

.z-goods-head .goods_head-title img {
    width: 360px;
    right: 37px;
    top: 0;
    /* 无法选中 */
    pointer-events: none;
}

.lang__ar .z-goods-head .goods_head-title img {
    left: 37px;
    right: auto;
}

.z-goods-head .goods_template {
    margin-top: auto;
    background: var(--ws-shipping-a);
    gap: 79px;
    justify-content: center;
}

.z-goods-head .goods_template a {
    height: 60px;
    text-align: center;
    color: var(--wts-default-color);
    position: relative;
}

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

.z-goods-head .goods_template a:hover::after,
.z-goods-head .goods_template a.active::after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #2C5DEB;
}

.z-goods-main {
    padding-top: 48px;
}

.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: var(--ws-default-bj);
    border-radius: 5px 5px 5px 5px;
    color: var(--zg-shipping-c);
    padding: 0 20px;
}

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

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

.z-goods_commonSelect .select-list .option-value.active {
    background: #2C5DEB;
    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: var(--ws-default-bj);
    border-radius: 0px 0px 10px 10px;
    padding: 16px 24px 26px 24px;
    margin-bottom: 24px;
    border-top: 1px solid;
    border-image: linear-gradient(-90deg, rgba(255, 103.0000014603138, 21.000000648200512, 1), rgba(44.000001177191734, 93.00000205636024, 235.0000011920929, 1)) 1 1;
}

.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: var(--ws-shipping-h);
    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: var(--ws-default-bj);
    text-align: center;
    border-radius: 5px;
}

.goods_initial span:hover {
    color: #2C5DEB;
}

.goods_initial span.active {
    background: #2C5DEB;
    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: #2C5DEB;
}

.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 var(--ws-color-i);
    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: #2C5DEB;
}

.goods_checkbox .option-value.active span {
    border: 2px solid #2C5DEB;
}

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

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

.filter_sort {
    gap: 24px;
    margin-top: 15px;
}

.filter_sort .sort_item {
    color: var(--zg-shipping-c);
    font-size: 12px;
}

.filter_sort .sort_item span {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--ws-color-i);
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.filter_sort .sort_item.active span i {
    display: block;
    width: 10px;
    height: 10px;
    background: #2C5DEB;
    border-radius: 50%;
}

.filter_sort .sort_item.active span {
    border: 1px solid #2C5DEB;
}

.filter_sort .sort_item:hover {
    color: #2C5DEB;
}

.filter_search input {
    width: 319px;
    height: 40px;
    border: 1px solid var(--ws-color-e);
    border-radius: 5px 5px 5px 5px;
    color: var(--wts-default-color);
    background: none;
}

.filter_search input::placeholder {
    color: var(--ws-search-input);
}

.filter_search i {
    right: 16px;
    top: 13px;
    color: var(--wts-default-color);
}

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

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

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

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

.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;
    background: var(--ws-default-bj);
}

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

.z-goods-list .goods_col_wp .col_image {
    background: var(--ws-shipping-b);
    height: 140px;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    margin-bottom: 10px;
}

.z-goods-list .goods_col_wp .col_head .col_head_lg.col_image {
    height: 180px;
}

.z-goods-list .goods_col_wp .col_head .col_head_lg.col_image.col_head_max {
    height: 260px;
}

.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 {
    background: var(--zg-goods-b);
    border-radius: 0 0 5px 5px;
    padding: 10px 8px;
    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 {
    text-align: center;
    font-size: 12px;
    padding: 0 5px;
}

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

.z-goods-list .goods_col_wp .old_price {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

.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: 100%;
    height: 36px;
    background: var(--ws-shipping-h);
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
}

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

.z-goods-list .goods_col_wp .goods_num span {
    width: 36px;
    min-width: 36px;
    height: 100%;
    font-size: 18px;
    color: var(--zg-shipping-c);
}

.z-goods-list .goods_col_wp .goods_num span:hover {
    background: #2C5DEB;
    color: #fff;
}

.z-goods-list .goods_col_wp .goods_num input {
    width: 100%;
    height: 100%;
    background: none;
    color: var(--zg-shipping-c);
    font-size: 12px;
    padding: 0;
    text-align: center;
}

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

.z-goods-list .goods_col_wp .goods_button {
    gap: 4px;
}

.z-goods-list .goods_col_wp button {
    height: 30px;
}

.z-goods-list .goods_col_wp .add_cart {
    background: #2C5DEB;
    width: 48px;
    min-width: 48px;
    height: 36px;
}

.z-goods-list .goods_col_wp a.detail {
    background: #2C5DEB;
    height: 36px;
    width: 100%;
    border-radius: 5px;
}

.z-goods-list .goods_col_wp a.detail:hover {
    background: #ff862e;
}

.z-goods-list .goods_col_wp .add_cart.add_cart_width {
    width: 100%;
    min-width: 100%;
}

.z-goods-list .goods_col_wp .add_cart i {
    font-size: 24px;
}

.z-items-contnet .goods_col_wp .add_cart.is_current .icon-gou1 {
    display: block;
}

.z-goods-list .goods_col_wp .add_cart:hover {
    background: #4e68ff;
}

.z-goods-list .goods_col_wp .buy_now {
    background: #F76A04;
}

.z-goods-list .goods_col_wp .buy_now:hover {
    background: #ff862e;
}

.z-goods-list .goods_col_wp .goods_discount {
    font-weight: 700;
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    text-align: center;
    color: #fff;
    box-sizing: content-box;
    z-index: 8;
    font-size: 12px;
    line-height: 28px;
    top: -11px;
    right: -31px;
    width: 38px;
    border-top: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #e20000;
    border-left: 25px solid transparent;
}

.z-items-contnet .z-goods-list .goods_col_wp .monopoly_time {
    background: #e20000;
    font-size: 11px;
    right: 0;
    top: 0;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0 5px 0 5px;
    display: none;
    z-index: 10;
}

.z-items-contnet .z-goods-list .goods_col_wp .monopoly_time.show {
    display: block;
}

.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(8n) .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 div.w-dialog__header-title,
.goods_col_wp .goods_describe.describe_text .w-dialog h1 {
    font-size: 18px !important;
    font-family: 'default_bold';
}

.goods_col_wp .goods_describe.describe_text .w-dialog p>span,
.goods_col_wp .goods_describe.describe_text .w-dialog div>span,
.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;
}

.w-dialog .w-dialog__close {
    display: none !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: var(--ws-shipping-h);
    border-radius: 5px;
    color: var(--zg-shipping-c);
    padding: 0 5px;
}

.goods_col_wp .goods_attr .select_list {
    background: var(--ws-color-h);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.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: #2C5DEB;
    color: #fff;
}


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

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

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

.z-goods_desc .seo_items {
    background: var(--ws-default-bj);
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 0 24px 24px;
    color: var(--ws-color-c);
}

.z-goods_desc h2,
.z-goods_desc h3 {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 20px 0 10px 15px;
    position: relative;
    color: var(--wts-default-color);
}

.z-goods_desc h2 a {
    margin: 0 5px;
    display: inline;
    /* 使用 inline 保持内容在一行 */
    white-space: nowrap;
    /* 避免换行 */
}

.z-goods_desc h3::before,
.z-goods_desc h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    width: 7px;
    height: 18px;
    background: url('/images/poptitle.webp');
    background-size: 7px;
}

.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: var(--zg-color-h);
    line-height: 25px;
    margin-bottom: 10px;
}

.z-goods_desc li {
    color: var(--zg-color-h);
    line-height: 20px;
    margin-bottom: 10px;
}

.z-goods_desc li strong {
    /* color: #1d1d1d; */
}

.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: var(--zg-color-footer);
    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: var(--ws-default-bj);
    border-radius: 5px;
    color: var(--wts-default-color);
    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: var(--ws-default-bj);
    border-radius: 5px;
    padding: 0 24px 16px 24px;
    line-height: 24px;
    margin-top: 20px;
    color: var(--zg-shipping-c);
}

.common_notices_box p.title {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 16px 0 10px;
    border-bottom: 1px solid var(--ws-color-e);
    display: flex;
    align-items: center;
}

.common_notices_box p.title::before {
    content: '';
    width: 4px;
    height: 14px;
    background: #2C5DEB;
    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;
}




.growagarden334_hot {
    background: var(--ws-default-bj);
    border-radius: 0px 0px 10px 10px;
    padding: 16px 24px 26px 24px;
    margin-bottom: 24px;
    border-top: 1px solid;
    border-image: linear-gradient(-90deg, rgba(255, 103.0000014603138, 21.000000648200512, 1), rgba(44.000001177191734, 93.00000205636024, 235.0000011920929, 1)) 1 1;
}

.growagarden334_hot ul {
    gap: 10px;
    margin-left: 10px;
    flex-wrap: wrap;
}

.growagarden334_hot ul li {
    padding: 5px 8px;
    background: var(--ws-shipping-h);
    border-radius: 3px;
    font-size: 12px;
    color: var(--zg-shipping-c);
    cursor: pointer;
}

.growagarden334_hot ul li:hover {
    background: #2C5DEB;
    color: #fff;
}