/* header */
.z-header {
    background: var(--wts-color-header);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    padding: 0 40px;
}

html.light .z-header {
    border-bottom: 1px solid;
    border-image: linear-gradient(-90deg, rgba(247.00000047683716, 106.00000128149986, 4.000000236555934, .5), rgba(44.000001177191734, 93.00000205636024, 235.0000011920929, .5)) 1 1;
}

.z-toolbar {
    height: 80px;
}

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

.z-logo img {
    width: 198px;

}

.z-header_search {
    height: 40px;
    border-radius: 5px;
    width: 680px;
    background: var(--ws-search-bj);
}

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

.z-header_search .z-header_categories .categories_title {
    height: 40px;
    background: #F76A04;
    border-radius: 5px;
    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;
}

.z-header_search .search_icon {
    background: #2C5DEB;
    border-radius: 5px;
    width: 40px;
    min-width: 40px;
    height: 40px;
}

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

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

.z-header_search form {
    width: 100%;
    margin-right: 20px;
    height: 100%;
}

.z-header_search input {
    width: 100%;
    height: 100%;
    color: var(--ws-search-input);
    background: none;
    padding-left: 18px;
}

.z-header_search input::placeholder {
    color: var(--ws-search-input);
    font-size: 12px;
}


.z-header_search .search__down-box {
    top: 110%;
    left: 0;
    width: 100%;
    background: var(--wts-dialog-bg);
    border-radius: 17px;
    padding: 24px 24px 32px;
    display: none;
    max-height: 500px;
    overflow-y: auto;
    color: var(--wts-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(--ws-shipping-h);
    border-radius: 5px 5px 5px 5px;
    padding: 0 12px;
    color: var(--wts-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: #2C5DEB;
    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(--wts-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: #2C5DEB;
}

.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: #2C5DEB;
}

.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(6, 1fr);
    gap: 28px 24px;
}

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

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


.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: 37px;
}

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

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

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

.z-header .z-sign.z-sign-account {
    width: 37px;
    min-width: 37px;
    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: #2C5DEB;
    margin-right: 8px;
}

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

.z-header .z-sign i.line {
    height: 9px;
    width: 1px;
    background: var(--wts-default-color);
    margin: 0 4px;
}

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

.z-sign-account .account_menu {
    background: var(--ws-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(--ws-shipping-h);
    border-radius: 5px 5px 5px 5px;
    padding: 0 12px;
}

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

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

.z-sign-account .user_nav_list a {
    background: var( --ws-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: #2C5DEB;
    padding: 0 8px;
}

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

.z-sign-account .user_nav_list a:hover {
    background: #2C5DEB;
}

.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: #2C5DEB;
}

.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(--ws-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(--ws-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(--ws-color-j);
    border-radius: 5px;
}

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

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

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

.z-regional_dialog .country i.iconfont:hover {
    color: #2C5DEB;
}

.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: 37px;
    background: #2C5DEB;
    border-radius: 5px;
    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: 16px;
    margin-right: 6px;
}

.z-header .z-cart .shipCart__count {
    position: absolute;
    top: -4px;
    right: -4px;
}

.shipCart__count {
    color: #fff;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    background: rgba(208, 58, 57, 1);
    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(--ws-color-e);
}

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

.z-cart_dialog .z-cart_empty {
    color: var(--wts-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: #2C5DEB;
    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: #fff;
    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: #2C5DEB;
}

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

.z-cart_ship .product__item .product__qty {
    width: 105px;
    height: 32px;
    margin-top: 10px;
    user-select: none;
    background: var(--ws-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: #2C5DEB;
    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: var(--wts-color-footer);
}

.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: var(--ws-color-f);
}

.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(--ws-color-d);
}

.z-footer .z-footer-left .z-static-list a:hover {
    color: #2C5DEB;
}

.z-footer .copyright {
    border-top: 1px solid var(--ws-color-e);
    padding-top: 50px;
    margin-top: 50px;
}

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

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

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

.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 var(--ws-color-e);
    margin-bottom: 50px;
}

.z-footer .z-footer-payment img {
    width: 1180px;
}

/* footer end */

/* blog */
.ws-news .news_title h2 {
    font-size: 18px;
}
.ws-news .news_title a:hover {
    color: #2C5DEB;
}
.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(--ws-color-a);
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
}

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

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

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

.ws-news .news_list .news_item {
    min-width: calc((100% - 64px) / 3);
    padding-bottom: 40px;
    border-bottom: 1px solid var(--ws-color-e);
    margin-right: 32px;
}

.ws-news .news_list .news_item:hover {
    border-bottom: 1px solid;
    border-image: linear-gradient(-90deg, rgba(255, 103.0000014603138, 21.000000648200512, 1), rgba(44.000001177191734, 93.00000205636024, 235.0000011920929, 1)) 1 1;
}

.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: 5px;
}

.ws-news .news_list .news_item .news_title {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
    display: block;
}

.ws-news .news_list .news_item .news_title:hover {
    color: #2C5DEB;
}

.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(--ws-color-c);
    margin-bottom: 16px;
}

.ws-news .news_list .news_time i {
    height: 19px;
    background: #2C5DEB;
    border-radius: 15px 15px 15px 15px;
    padding: 0 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #fff;
}

/* 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(--wts-default-color);
}

.dialog_backdrop.show {
    display: flex;
}

.z-dialog {
    z-index: 100;
    min-width: 427px;
    max-width: 427px;
    background: var(--ws-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(--wts-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 #2C5DEB;
    color: #2C5DEB;
}

.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(--ws-dialog-bj);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    top: 110%;
    border-radius: 5px;
    color: var(--wts-default-color);
}

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

.common__select--warp .select__list p:hover {
    color: #2C5DEB;
}

.common__select--warp .select__list p.active {
    background: #2C5DEB;
    color: #fff;
}

.ws-reviews {
    margin: 50px 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: 24px;
    text-align: center;
}

.ws-reviews .reviews_head .reviews_count {
    height: 52px;
    background: var(--ws-color-a);
    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;
}

.ws-reviews .reviews_head .reviews_count a:hover {
    color: #2C5DEB;
}

.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, #0E1A2F 1%, transparent 30%, transparent 70%, #0E1A2F 100%)
}

html.light .ws-reviews .reviews_trust .reviews_mask {
    background: linear-gradient(to right, #f2f2f6 5%, transparent 30%, transparent 70%, #f2f2f6 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: 10px;
    background: var(--ws-whoose-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(--ws-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: 50%;
    margin-right: 10px;
}

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

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

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

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

/* choose us */
.ws-choose-us {
    background: url(/images/whychooseus.webp) no-repeat;
    background-size: 100% 100%;
    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: 37px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    margin-right: 12px;
}

html.light .z-footer_instro {
    background: rgba(0, 0, 0, 0.1);
    border: none;
}

.z-footer_instro:hover {
    border: 1px solid #2C5DEB;
}

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