/* header */
.z-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    padding: 0 40px;
}

.z-header.scroll {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background: #111111;
}
html.light .home_page .z-header{
background: none;
}
html.light .z-header{
     background: #111111;
}
html.light .z-header.scroll{
    background: #111;
}
body.goods_page .z-header.scroll {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background: #000;
}

.z-toolbar {
    height: 80px;
}

.z-logo {
    margin-right: 37px;
}

.z-logo img {
    width: 164px;

}

.z-header_search {
    height: 40px;
    border-radius: 5px;

}

.z-header_search .z-header_categories {
    margin-left: auto;
    margin-right: 20px;
}

.z-header_search .z-header_categories .categories_title {
    height: 40px;
    background: #0082FB;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    padding: 0 22px;
    cursor: pointer;
    white-space: nowrap;
}

.z-header_search .z-header_categories .categories_title span {
    margin-right: 10px;
    font-weight: bold;
}

.z-header_search .search_icon {
    background: #FF620F;
    border-radius: 8px 8px 8px 8px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin-left: -37px;
}

.z-header_search .search_icon:hover {
    background: #2f64ff;
}

.z-header_search .search_icon i {
    color: #fff;
}

.z-header_search form {
    width: 100%;

    height: 100%;
    background: var(--nw-search-bj);
    width: 360px;
    border-radius: 8px 8px 8px 8px;
}

.z-header_search input {
    width: 100%;
    height: 100%;
    color: #ABABAB;
    background: none;
    padding-left: 18px;
}

.z-header_search input::placeholder {
    color: #ABABAB;
    font-size: 12px;
}


.z-header_search .search__down-box {
    top: 110%;
    left: 0;
    width: 100%;
    background: var(--nw-dialog-bg);
    border-radius: 17px;
    padding: 24px 24px 32px;
    display: none;
    max-height: 500px;
    overflow-y: auto;
    color: var(--nw-default-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.z-header_search .search__down-box.show {
    display: block;
}

.z-header_search .search__down-box .down_title {
    font-size: 14px;
    margin-bottom: 16px;
}

.z-header_search .search__down-box .down_list {
    gap: 4px;
}

.z-header_search .search__down-box .down_list a {
    height: 33px;
    background: var(--nw-shipping-h);
    border-radius: 5px 5px 5px 5px;
    padding: 0 12px;
    color: var(--nw-default-color);
    font-weight: 700;
}

.z-header_search .search__down-box .search_popular .search_popular-content {
    gap: 10px;
}

.z-header_search .search__down-box .down_list a:hover {
    background: #0082FB;
    color: #fff;
}

.z-header_search .search__down-box .search_recent,
.z-header_search .search__down-box .search_most {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--zg-color-l);
}

.z-header_search .search__down-box .search_tyle-content {
    color: #1d1d1d;
    gap: 20px;
}

.z-header_search .search__down-box .search_tyle-content .search_tyle-list .game_title {
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--nw-default-color);
    display: flex;
    align-items: center;
}

.z-header_search .search__down-box .search_tyle-content .search_tyle-list .game_title i {
    color: #F02213;
    font-size: 24px;
    margin-right: 4px;
}

.z-header_search .search__down-box .search_tyle-content .search_tyle-list .game_title:hover {
    color: #0082FB;
}

.z-header_search .search__down-box .search_result.hide,
.z-header_search .search__down-box .search_recent.hide {
    display: none;
}

.z-header_search .search__down-box .search_recent .down_list a {
    padding-right: 10px;
}

.z-header_search .search__down-box .search_recent .down_list a i {
    font-size: 14px;
    margin-left: 5px;
}

.z-header_search .search__down-box .search_recent .clear-all {
    color: #666;
    cursor: pointer;
    margin-left: 20px;
    font-size: 12px;
    text-decoration: underline;
}

.z-header_search .search__down-box .search_recent .clear-all:hover {
    color: #0082FB;
}

.z-header_search .search__down-box.categories__down-box {
    padding: 28px 28px;
}

.z-header_search .search__down-box.categories__down-box .down_title {
    padding-left: 8px;
    margin-bottom: 16px;
    color: var(--zg-color-d);
}

.z-header_search .search__down-box .cate_list {
    grid-template-columns: repeat(5, 1fr);
    gap: 28px 10px;
}

.z-header_search .search__down-box .cate_list a {
    width: 84px;
    height: 84px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid var(--nw-color-e);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--nw-default-color);
}

.z-header_search .search__down-box .cate_list a:hover {
    background: #0082FB;
    color: #fff;
    border: 1px solid #0082FB;
}


.z-header_search .search__down-box .cate_list a .icon_bj i {
    font-size: 32px;
    margin-bottom: 8px;
}

.z-header_search .search__down-box .search_loading {
    width: 100%;
    height: 100%;
    background: var(--zg-color-footer);
    left: 0;
    top: 0;
    display: none;
}

.z-header_search .search__down-box .search_loading.show {
    display: flex;
}

.z-header_search .search__down-box .search_result .result_nodata {
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    color: var(--zg-color-d);
}

.z-header_search .search__down-box .search_result .result_nodata.hide {
    display: none;
}

.z-header_search .search__down-box .search_result .result_nodata img {
    width: 68px;
    margin-bottom: 10px;
}

.z-regional {
    cursor: pointer;
    height:42px;
    margin-right: 15px;
    color: #ABABAB;
    font-weight: bold;
}


.z-regional img {
    width: 24px;
    margin-right: 5px;
}

.z-regional .symbol {
    min-width: 20px;
    padding: 0 5px;
}

.z-header .z-sign {
    height: 42px;
    white-space: nowrap;
}

.z-header .z-sign a.z-sign_login {
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(90deg, #0082FB 0%, #65759D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
   
}

.z-header .z-sign a.z-sign_signup {
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(90deg, #847181 0%, #FF620F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.z-header .z-sign.z-sign-account {
    width: 42px;
    min-width:42px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.z-header .z-sign.z-sign-account .user_avatar {
    width: 100%;
    height: 100%;
}

.z-header .z-sign.z-sign-account img {
    width: 100%;
    height: 100%;
}

.z-header .z-sign .sign_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0082FB;
    margin-right: 8px;
}

.z-header .z-sign .sign_icon i {
    font-size: 24px;
}

.z-header .z-sign i.line {
    height: 9px;
    width: 1px;
    background:#ADADAD;
    margin: 0 4px;
}

.z-header .z-sign a.z-sign_signup:hover ,
.z-header .z-sign a.z-sign_login:hover {
   
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;

    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
}


.z-sign-account .account_menu {
    background: var(--nw-dialog-bj);
    border-radius: 10px 0px 10px 10px;
    right: 0;
    top: 80px;
    padding: 0 24px;
    min-width: 414px;
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.z-sign-account .account_menu .user_info {
    padding: 24px 12px;
}

.z-sign-account .account_menu .user_info img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}

.z-sign-account .account_menu .user_info p {
    white-space: nowrap;
    margin-bottom: 5px;
    color: var(--zg-color-d);
}

.z-sign-account .account_menu .user_info a {
    height: 23px;
    background: var(--nw-shipping-h);
    border-radius: 5px 5px 5px 5px;
    padding: 0 12px;
}

.z-sign-account .account_menu .user_info a:hover {
    background: #0082FB;
    color: #fff;
}

.z-sign-account .user_nav_list {
    padding-bottom: 16px;
}

.z-sign-account .user_nav_list a {
    background: var(--nw-shipping-h);
    font-weight: 700;
    display: flex;
    width: 100%;
    height: 52px;
    margin-bottom: 10px;
    padding: 0 16px;
    border-radius: 5px 5px 5px 5px;
}

.z-sign-account .user_nav_list a p {
    width: 100%;
    height: 100%;
}

.z-sign-account .user_nav_list a p em {
    color: #fff;
    height: 19px;
    border-radius: 19px;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    background: #0082FB;
    padding: 0 8px;
}

.z-sign-account .user_nav_list a:hover {
    color: #fff ;
}

.z-sign-account .user_nav_list a:hover {
    background: #0082FB ;
}

.z-sign-account .user_nav_list a i {
    font-size: 28px;
    margin-right: 12px;
}

.z-sign-account .user_nav_list a.logout {
    background: none;
    padding: 0;
}

.z-sign-account .user_nav_list a.logout:hover {
    color: #0082FB;
}

.z-sign-account .user_nav_list a.logout p {
    justify-content: flex-end;
}

.lang__ar .z-sign-account .user_nav_list a i {
    margin: 0 0 0 19px;
}

.dialog_backdrop.z-regional_backdrop {
    background: none;
}

.dialog_backdrop.z-regional_backdrop .z-dialog.z-regional_dialog {
    position: fixed;
    right: 0;
    top: 80px;
    max-height: 474px;
    background: var(--nw-dialog-bj);
    border-radius: 10px 0 0 10px;
    animation: slideInDownRight .2s;
    border-radius: 0;
    max-width: 480px;
    min-width: 480px;
}

.z-regional_dialog .region_item {
    margin-bottom: 24px;
    border-bottom: 1px solid var(--nw-color-e);
    padding-bottom: 24px;
}

.z-regional_dialog .region_item:last-child {
    border: none;
}



.z-regional_dialog .region_item .z-select_list .scorllbar {
    max-height: 120px;
    margin-top: 12px;
    gap: 12px;
}

.z-regional_dialog .region_item .z-select_list .list_option {
    height: 32px;
    cursor: pointer;
    color: var(--nw-color-j);
    border-radius: 5px;
}

.z-regional_dialog .region_item .z-select_list .list_option:hover {
    background: #0082FB;
    color: #fff;
}

.z-regional_dialog .region_item .z-select_list .list_option.active {
    background: #0082FB;
    color: #fff;
    font-weight: 700;
}

.z-regional_dialog .country i.iconfont {
    margin-left: 8px;
}

.z-regional_dialog .country i.iconfont:hover {
    color: #0082FB;
}

.z-regional_dialog .country i.iconfont.rote {
    transition: all .8s;
    transform: rotate(360deg);
}

.z-regional_dialog .z-dialog_btn {
    margin-top: 30px;
}



.z-header .z-cart {
    height: 40px;
    background: #FF620F;
    border-radius: 8px 8px 8px 8px;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    padding: 0 12px;
    color: #fff;
}

.z-header .z-cart:hover {
    background: #2f64ff;
}

.z-header .z-cart i {
    font-size: 26px;
    margin-right: 6px;
}

.z-header .z-cart .shipCart__count {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.shipCart__count {
    color: #000;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    display: none;
    margin-left: 5px;
}

.dialog_backdrop.z-cart_backdrop {
    background: none;
}

.dialog_backdrop.z-cart_backdrop .z-dialog.z-cart_dialog {
    position: fixed;
    right: 0;
    top: 80px;
    height: calc(100% - 80px);
    animation: slideInDownRight .2s;
    border-radius: 0;
    max-width: 420px;
    min-width: 420px;
}

.z-cart_dialog.z-dialog .dialog-title {
    background: none;
    padding: 0 20px 0 24px;
    height: 58px;
    border-bottom: 1px solid var(--nw-color-e);
}

.z-cart_dialog.z-dialog .dialog-title i {
    font-size: 16px;
}

.z-cart_dialog .z-cart_empty {
    color: var(--nw-default-color);
    align-items: center;
    display: none;
    justify-content: center;
    height: 100%;
}

.z-cart_dialog .z-cart_empty.show {
    display: flex;
}

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

.z-cart_dialog .z-cart_empty a {
    height: 42px;
    background: #0082FB;
    border-radius: 5px 5px 5px 5px;
    padding: 0 46px;
    color: #fff;
    margin-top: 15px;
}

.z-cart_dialog .z-cart_empty a:hover {
    background: #2f64ff;
}

.z-cart_backdrop .z-cart_dialog .dialog-content {
    padding: 0;
    height: calc(100% - 58px);
}

.z-cart_backdrop .z-cart_dialog .dialog-content .z-cart_ship {
    height: 100%;
}

.z-cart_dialog .ship_list {
    max-height: calc(100% - 110px);
    overflow-y: auto;
    padding: 0 20px;
}

.z-cart_dialog .ship_subtotal {
    margin-bottom: 10px;
}

.z-cart_dialog .ship_subtotal .shipCart__count {
    color: var(--nw-default-color);
    background: none;
    margin: 0;
    width: auto;
    height: auto;
}

.z-cart_dialog .ship_subtotal .price_total .z-price {
    color: #F60900;
    font-size: 24px;
}

.z-cart_dialog .ship_subtotal .price_total .discount {
    font-size: 12px;
    color: #9f9f9f;
    display: none;
}

.z-cart_dialog .ship_subtotal .price_total .discount.show {
    display: block;
}

.z-cart_dialog .ship_subtotal .price_total .discount .z-price {
    font-size: 12px;
    color: #9f9f9f;
}

.z-cart_dialog .ship_bottom {
    background: var(--zg-color-l);
    padding: 11px 24px 20px;
    margin-top: auto;
}

.z-cart_dialog .ship_bottom button {
    background: #0082FB;
}

.z-cart_dialog .ship_bottom button.back_page {
    display: none;
}

.z-cart_dialog .ship_bottom button:hover {
    background: #376bff;
}

.z-cart_dialog .continue_shopping {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.z-cart_dialog .continue_shopping a {
    color: #F76A04;
    margin: 0 3px;
}

.z-cart_dialog .continue_shopping a:hover {
    text-decoration: underline;
}

.z-cart_dialog .continue_shopping i {
    color: #0082FB;
    margin-top: 3px;
}

.z-cart_ship .product__item {
    padding: 16px 0;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    left: 0;
    transition: all 1s;
    opacity: 1;
    border-bottom: 1px solid var(--nw-color-e);
}

.z-cart_ship .product__item.delete {
    left: -100%;
    opacity: 0;
}

.z-cart_ship .product__item:last-child {
    margin: 0;
}

.z-cart_ship .product__item .product__img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-right: 10px;
    background: var(--zg-color-m);
    padding: 3px;
    border-radius: 5px;
}

.z-cart_ship .product__item .ship_right,
.z-cart_ship .product__item .ship_right .product__title {
    flex: 1;
}

.z-cart_ship .product__item .ship_right .product__title .cart_label {
    color: #0082FB;
    margin-top: 5px;
}

.z-cart_ship .product__item .product__img img {
    max-width: 100%;
    max-height: 100%;
}

.z-cart_ship .product__item .product__price-btn {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

.z-cart_ship .product__item .z-price {
    white-space: nowrap;
    margin-top: 20px;
    display: block;
    color: #F60900;
    font-size: 20px;
}

.z-cart_ship .product__item .z-price.old_price {
    font-size: 12px;
    color: rgba(29, 29, 29, 0.3);
    margin-right: 5px;
}

.z-cart_ship .product__item .old_price i,
.z-cart_ship .product__item .old_price em {
    text-decoration: line-through;
}

.z-cart_ship .product__item .product__price-btn .delete {
    font-size: 18px;
}

.z-cart_ship .product__item .product__price-btn .delete:hover {

    color: #0082FB;
}

.z-cart_ship .product__item .product__qty {
    width: 105px;
    height: 32px;
    margin-top: 10px;
    user-select: none;
    background: var(--nw-shipping-h);
    border-radius: 5px;
    overflow: hidden;
}

.z-cart_ship .product__item .product__qty.boosting__qty {
    display: none;
}

.z-cart_ship .product__item .product__qty span {
    width: 32px;
    min-width: 32px;
    font-size: 18px;
    border-radius: 5px 0px 0 5px;
    height: 100%;
}

.z-cart_ship .product__item .product__qty span:hover {
    background: #0082FB;
    color: #fff;
}

.z-cart_ship .product__item .product__qty span.add {
    border-radius: 0 5px 5px 0;
}

.z-cart_ship .product__item .product__qty input {
    width: 100%;
    background: var(--zg-color-k);
    color: var(--zg-shipping-c);
    text-align: center;
    padding: 0;
}

.z-cart_ship .product__item .mobile_delete {
    display: none !important;
}

/* header end */


/* footer */
.z-footer {
    width: 100%;
    font-size: 12px;
    background:#222;
}

.social_logo {
    padding: 20px 0;
    border-bottom: 1px solid var(--nw-color-e);

}
html.light .social_logo {
   background: #F5F5F5;
}

.social_logo img {
    width: 164px;
    height: 28px;
}

.z-footer .z-footer_wrap {
    padding: 50px 0 44px 0;
}



.z-footer .z-hot-game {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.z-footer .z-footer-static {
    width: 100%;
    align-items: flex-start;
    gap: 40px;
}

.z-footer .z-footer-left .z-static-list a {
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    margin-bottom: 8px;
    line-height: 20px;
    color: var(--nw-color-d);
}

.z-footer .z-footer-left .z-static-list a:hover {
    color: #0082FB;
}

.z-footer .copyright {
    border-top: 1px solid #2F2F2F;
    padding-top: 50px;
    margin-top: 50px;
}

.z-footer .copyright p {
    color: var(--nw-color-d);
}

.z-footer .z-footer-social-link {
    flex-wrap: wrap;
    gap: 8px;
}

.z-footer .z-footer-social-link a {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
html.light .z-footer .z-footer-social-link a {
    background: #fff;
}

.z-footer .z-footer-social-link a:hover {
    background: #3c3c3c;
}
html.light .z-footer .z-footer-social-link a:hover {
    background: #f0f0f0;
}
.z-footer .z-footer-social-link a i {
    font-size: 20px;
    color: #0082FB;
}

.z-footer .z-footer-social-link img {
    width: 68px;
    height: 32px;
}

.z-footer .z-footer-social-link img:hover {
    opacity: .8;
}

.z-footer .z-footer-social-link a:nth-child(6) img {
    margin-right: 0px;
}

.z-footer .z-footer-right .z-footer-grab {
    line-height: 15px;

}

.z-footer .z-footer-payment {
    padding-bottom: 50px;
    border-bottom: 1px solid #2F2F2F;
    margin-bottom: 50px;
}

.z-footer .z-footer-payment img {
    width: 100%;
}

/* footer end */

/* blog */
.ws-news {
    padding-top: 60px;
}

.ws-news .news_title h2 {
    font-size:28px;
}

.ws-news .news_title a:hover {
    color: #0082FB;
}

.ws-news .news_title h2 span {
    margin: 0 12px;
}

.ws-news .news_title img {
    width: 8px;
}

.ws-news .news_title .arrow span {
    width: 32px;
    height: 32px;
    background: var(--nw-color-a);
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
}

.ws-news .news_title .arrow span:hover {
    background: var(--nw-color-b);
}

.ws-news .news_scroll {
    overflow: hidden;
    width: 100%;
}

.ws-news .news_list {
    flex-wrap: nowrap;
    margin-top: 30px;
    position: relative;
    gap: 24px;
}

.ws-news .news_list .news_item {
    background: var(--nw-default-bj);
    border-radius: 16px 16px 16px 16px;
    padding-bottom: 34px;
}
.ws-news .news_list .news_item:hover {
   background-color: #2c2c2c;
}
html.light .ws-news .news_list .news_item:hover {
    background-color: #e6e6e6;
}



.ws-news .news_list .news_item .news_img {
    max-height: 240px;
    border-radius: 5px;
    overflow: hidden;
    height: 216px;
    min-height: 216px;
}

.ws-news .news_list .news_item .news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.ws-news .news_list .news_item .news_info {
    padding: 0 24px;
}

.ws-news .news_list .news_item .news_title {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0;
    display: block;
   padding: 0 ;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    line-height: 24px;
    color: var(--nw-default-color);
}

.ws-news .news_list .news_item .news_title:hover {
    color: #0082FB;
}

.ws-news .news_list .news_content {
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 33px;
    line-height: 17px;
    margin-top: 10px;
    color: var(--nw-color-c);
    margin-bottom: 16px;
}

.ws-news .news_list .reade_more .reade_btn {
    background: #FF620F;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    padding: 11px 15px;
}

.ws-news .news_list .reade_more {
    align-items: self-end;
}

.ws-news .news_list .reade_more .reade_btn span {
    display: none;
}

.ws-news .news_list .reade_more .reade_btn:hover span {
    display: inline;
    margin-left: 8px;

    /* 缓慢地显示 */
    transition: all 0.3s;

}

.ws-news .news_list .news_time i {
    height: 19px;

    padding: 0 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #0082FB;
}

/* component */
.dialog_backdrop {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: all;
    outline: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
    color: var(--nw-default-color);
}

.dialog_backdrop.show {
    display: flex;
}

.z-dialog {
    z-index: 100;
    min-width: 427px;
    max-width: 427px;
    background: var(--nw-dialog-bj);
    border-radius: 10px;
}

.dialog_backdrop.show .z-dialog {
    animation: dialogScale .3s;
}

@keyframes dialogScale {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.z-dialog .dialog-title {
    height: 52px;
    background-size: 100%;
    width: 100%;
    padding-left: 24px;
    font-size: 18px;
    padding-right: 10px;
    color: var(--nw-default-color);
}

.z-dialog .dialog-content {
    padding: 24px;
}

.z-dialog .z-dialog_btn {
    grid-gap: 9px;
}

.z-dialog .z-close-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    right: -21px;
    top: -21px;
}

.z-dialog .z-close-icon:hover {
    border: 1px solid #0082FB;
    color: #0082FB;
}

.goods__nostock {
    position: fixed;
    top: 40%;
    left: 50%;
    display: none;
    color: #f50303;
    background-color: #f7d7d7;
    border-color: #f7d7d7;
    border-radius: 5px;
    z-index: 100;
    padding: 8px 40px;
    align-items: center;
    transform: translateX(-50%);
    justify-content: center;
    white-space: nowrap;
}

.goods__nostock.show {
    display: flex;
}

.dialog_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 98;
    display: none;
}

.slide_menu {
    display: none;
}



/* 公共下拉组件 */
.common__select--warp .select__value {
    color: #bfbfbf;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
}

.common__select--warp .select__list {
    width: max-content;
    min-width: 100%;
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    background: var(--nw-dialog-bj);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    top: 110%;
    border-radius: 5px;
    color: var(--nw-default-color);
}

.common__select--warp .select__list p {
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
}

.common__select--warp .select__list p:hover {
    color: #0082FB;
}

.common__select--warp .select__list p.active {
    background: #0082FB;
    color: #fff;
}

.ws-reviews {
    margin: 60px 0 38px;
    flex-direction: column;
    align-items: center;
    display: none;
}

.ws-reviews.show {
    display: flex;
}

.ws-reviews .reviews_head {
    margin: 0 auto 24px;
}

.ws-reviews .reviews_head h3,
.ws-reviews .reviews_head h2 {
    font-size: 28px;
    text-align: center;
}

.ws-reviews .reviews_head .reviews_count {
    height: 52px;
    background: var(--nw-default-bj);
    border-radius: 10px 10px 10px 10px;
    padding: 0 24px;
    margin-top: 24px;
}

.ws-reviews .reviews_head .reviews_count .starimg {
    margin: 0 17px;
    display: flex;
}

.ws-reviews .reviews_head .reviews_count img {
    width: 28px;
    margin-right: 2px;
}

.ws-reviews .reviews_head .reviews_count .scrore {
    margin-right: 4px;
    margin-left: 2px;
}

.ws-reviews .reviews_head .reviews_count a {
    text-decoration: underline;
    margin-left: 4px;
    color: #FF620F;
}

.ws-reviews .reviews_head .reviews_count a:hover {
    color: #0082FB;
}

.ws-reviews .reviews_trust {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ws-reviews .reviews_trust .reviews_mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, #444 1%, transparent 30%, transparent 70%, #444 100%)
}

html.light .ws-reviews .reviews_trust .reviews_mask {
    background: linear-gradient(to right, #eee 1%, transparent 30%, transparent 70%, #eee 100%)
}

.ws-reviews .reviews_list {
    display: flex;
    animation: leftToLeft 40s linear infinite;
    animation-fill-mode: backwards
}

.ws-reviews .reviews_list:hover {
    animation-play-state: paused
}

.ws-reviews .reviews_item {
    padding: 11px
}

.ws-reviews .reviews_list .reviews_content {
    float: left;
    width: 417px;
    height: 180px;
    padding: 24px;
    cursor: pointer;
    border-radius: 16px;
    background: var(--nw-default-bj);
}

.ws-reviews .reviews_list .reviews_content:hover {
    -webkit-filter: brightness(1.1);
}

.ws-reviews .reviews_content .reviews-detail {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    color: var(--nw-color-c);
    line-height: 1.57;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ws-reviews .reviews_content .reviews-title {
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ws-reviews .avator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.ws-reviews .avator .picture {
    display: flex;
    align-items: center
}

.ws-reviews .avator .picture img {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    margin-right: 10px;
}

.ws-reviews .avator .usname {
    color: var(--ep-color-d)
}

.ws-reviews .avator .time {
    font-size: 12px;
    color: var(--nw-color-c);
}

.ws-reviews .star {
    display: flex;
    gap: 2px;
}

.ws-reviews .star img {
    width: 18px;
}

/* choose us */
.ws-choose-us {

    height: 200px;
    padding: 0 62px 0 40px;
    margin: 80px 0;
    color: #fff;
}

.ws-choose-us .choose_right {
    gap: 52px;
}

.ws-choose-us .chooseus_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    text-align: center;
}

.ws-choose-us .chooseus_item i {
    font-size: 36px;
    margin-bottom: 8px;
}

.ws-choose-us h3 {
    font-size: 32px;
    margin-bottom: 12px;
}

.ws-choose-us img {
    width: 14px;
    margin-right: 16px;
}

@keyframes leftToLeft {
    0% {
        transform: translateX(-226px);
    }

    100% {
        transform: translateX(-6000px);
    }
}

@keyframes slideInDownRight {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}


@keyframes slideInDownBottom {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
}



/* duo yu yan */
.lang__ar .z-logo {
    margin-right: 0;
    margin-left: 37px;
}

.lang__ar .z-header_search .search_icon {
    margin-left: 0;
    margin-right: 3px;
}

.lang__ar .z-header_search {
    padding-left: 2px;
}

.lang__ar .z-footer .z-footer_why div.z_flex p {
    margin-left: 0;
    margin-right: 9px;
}

.lang__ar .z-regional img {
    margin-left: 5px;
    margin-right: 0;
}

.lang__ar .z-header .z-sign .sign_icon {
    margin-right: 0;
    margin-left: 8px;
}

.lang__ar .shipCart__count {
    margin-left: 0;
    margin-right: 5px;
}

.lang__ar .z-cart_ship .product__item .product__img {
    margin: 0 0 0 10px;
}

.lang__ar .z-cart_ship .product__item .product__qty span {
    border-radius: 5px 0 0 5px;
}

.lang__ar .z-cart_ship .product__item .product__qty span.sub {
    border-radius: 0 5px 5px 0;
}

.lang__ar .z-cart_ship .product__item .product__price-btn .delete {
    text-align: left;
}

.lang__ar .z-cart_ship .product__item .z-price.old_price {
    margin-right: 0;
    margin-left: 5px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.z-footer_instro {
    width: 100%;
    height: 40px;
    background: #222222;
    border-radius: 8px 8px 8px 8px;
    color: #ABABAB;
}





.z-dark-switch {
    position: relative;
    height: 100%;
    padding: 0 12px;
}

.z-dark-switch .z-switch-input {
    outline: 0;
    appearance: none;
    position: absolute;
    z-index: 1;
    margin: 0;
    cursor: pointer;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.z-dark-switch .iconfont {
    margin-right: 6px;
}

.z-dark-switch .light {
    display: none;
}

.z-dark-switch input[type=checkbox]:checked+.z-switch-core .dark {
    display: none;
}

.z-dark-switch input[type=checkbox]:checked+.z-switch-core .light {
    display: block;
}

.whychooseus {
    margin-top: 60px;
    position: relative;
    background: url(../images/why_bg.webp) no-repeat center center/cover;
    color: #fff;
    border-radius: 16px 16px 16px 16px;
   padding: 60px;
    align-items: flex-start;
}

.whychooseus .chooseus_left {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.whychooseus .chooseus_left .title img {
    width: 14px;
    margin-right: 16px;
}

.whychooseus .chooseus_left .title h2 {
    font-size:28px;
}

.whychooseus .chooseus_left p {
    font-weight: 700;
    margin: 18px 0 7px;
    line-height: 22px;
}

.whychooseus .chooseus_left span {
    line-height: 22px;
    color: var(--ws-color-c);
}

.whychooseus .chooseus_right {
   
    gap: 30px 64px;
}

.whychooseus .chooseus_right .chooseus_item {
    font-size: 18px;
    border-bottom: 1px solid var(--ws-shipping-h);
    
}

.whychooseus .chooseus_right .chooseus_item i {
    font-size: 36px;
    color: #4776FF;
    margin-right: 12px;
}

.whychooseus .chooseus_right .chooseus_item .item_title {
    font-weight: 700;
    justify-content: flex-start;
    align-items: flex-start;
}
.whychooseus .chooseus_right .chooseus_item .item_title i{
    color: #fff;
    margin-bottom: 15px;
    font-size: 35px;
}
.whychooseus .chooseus_right .chooseus_item:last-child p{
    border: none;
   padding-right: 0;
}
.whychooseus .chooseus_right .chooseus_item p {
    min-height: 80px;
    color: var(--ws-color-c);
    font-size: 14px;
    margin-top: 20px;
    border-right: 1px solid #FF9F6A;
    padding-right: 20px;
}
