/* header */
.z-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    background: #000000;
}
.z-header.scroll {
    background: #000000;
}
.z-toolbar {
    height: 88px;
}

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

.z-logo img {
    width: 148px;
}

.z-nav {
    gap: 24px;
}

.z-nav a {
    font-size: 16px;
    color: #fff;
}

.z-nav a:hover {
    color: #1C7DF6;
}


.z-regional {
    cursor: pointer;
    height: 40px;
    border-radius: 6px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 12px;
}

.z-regional>i {
    margin: 0 3px;
}

.z-regional:hover {
    background: #1C7DF6;
}

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

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

.z-header .z-sign {
    height: 40px;
    background: #1C7DF6;
    border-radius: 6px 6px 6px 6px;
    padding: 0 16px;
    color: #fff;
    cursor: pointer;
}

.z-header .z-sign .line {
    margin: 0 3px;
}
.z-header .z-sign.z-sign-account {
    padding: 0;
}
.z-header .z-sign.z-sign-account .user_avatar {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding: 0;
    cursor: pointer;
}

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

.z-header .z-sign .sign_icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1C7DF6;
    margin-right: 8px;
}


.z-header .z-sign:hover {
    background: #0071ff;
}

.z-footer {
    background: url('/mmomh/images/footer_bj.webp') no-repeat;
    background-size: cover;
    margin-top: 48px;

}

.z-footer .z-footer_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.z-footer .z-footer_wrap .footer_img {
    margin-bottom: 27px;
}

.z-footer .z-footer_wrap .footer_img img {
    width: 148px;
}

.z-footer .z-footer_wrap .copyright {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.z-footer .z-footer_wrap .footer_shade {
    gap: 12px;
    margin: 27px 0;
}

.z-footer .z-footer_wrap .footer_shade a {
    width: 36px;
    height: 36px;
    background: rgba(43, 63, 94, 0.2);
    border-radius: 2px 2px 2px 2px;
}

.z-footer .z-footer_wrap .footer_shade a img {
    width: 18px;
}

.z-footer .z-footer_wrap .footer_shade a:hover {
    background: #1C7DF6;
}

.z-footer .z-footer_wrap .footer_link a {
    color: #FFFFFF;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 60px;
}

.z-footer .z-footer_wrap .footer_link a:last-child {
    border: none;
}

.z-footer .z-footer_wrap .footer_link a:hover {
    color: #1C7DF6;
}

.z-sign-account .account_menu {
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    right: 0;
    top: 53px;
    padding: 0 12px;
    min-width: 235px;
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.z-sign-account .account_menu .user_info {
    padding: 20px 0;
}

.z-sign-account .account_menu .user_info img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 12px;
}

.z-sign-account .account_menu .user_info p {
    white-space: nowrap;
    margin-bottom: 5px;
    color: #1D1D1D;
}

.z-sign-account .account_menu .user_info span {
    color: #666666;
    font-size: 12px;
}

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

.z-sign-account .user_nav_list a {
    padding: 4px 0;
    border-top: 1px solid #f3f3f3;
    font-family: 'default_bold';
    display: flex;
    width: 100%;
}

.z-sign-account .user_nav_list a p {
    height: 40px;
    width: 100%;
    padding-left: 13px;
    padding-right: 10px;
}

.z-sign-account .user_nav_list a p em {
    color: #fff;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    background: rgba(208, 58, 57, 1);
}

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

.z-sign-account .user_nav_list a:hover p {
    background: #1C7DF6;
    border-radius: 5px 5px 5px 5px;
}



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

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

.z-regional_dialog .region_item {
    margin-bottom: 8px;
}

.z-regional_dialog .region_item .region_item_r {
    width: 234px;
    height: 40px;
}

.z-regional_dialog .region_item .z-common_select .z-select_value {
    height: 40px;
    border-bottom: 1px solid #E7E7E7;
    cursor: pointer;
}

.z-regional_dialog .region_item .z-common_select .z-select_list {
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    padding: 8px 6px 8px 8px;
    display: none;
    z-index: 9;
}

.z-regional_dialog .region_item .z-common_select .z-select_list .scorllbar {
    max-height: 227px;
    padding-right: 6px;
}

.z-regional_dialog .region_item .z-common_select .z-select_list .list_option {
    height: 27px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.z-regional_dialog .region_item .z-common_select .z-select_list .list_option:last-child {
    margin: 0;
}

.z-regional_dialog .region_item .z-common_select .z-select_list .list_option:hover {
    color: #1C7DF6;
}

.z-regional_dialog .region_item .z-common_select .z-select_list .list_option.active {
    background: #EDEDED;
    color: #1D1D1D;
}


.z-regional_dialog .country i.iconfont:hover {
    color: #1C7DF6;
}

.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 {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #1C7DF6;
    border-radius: 6px 6px 6px 6px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 12px;
}

.z-header .z-cart:hover {
    background: #0071ff;
}

.z-header .z-cart i {
    font-size: 24px;
    color: #fff;
}

.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 .z-dialog.z-cart_dialog {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    animation: slideInDownRight .2s;
    border-radius: 0;
    max-width: 420px;
    min-width: 420px;
}

.z-cart_dialog.z-dialog .dialog-title {
    background: none;
    border-bottom: 1px solid #E7E7E7;
    color: #1d1d1d;
    padding: 0 20px 0 24px;
    height: 58px;
}

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

.z-cart_dialog .z-cart_empty {
    color: #666666;
    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: #1C7DF6;
    border-radius: 5px 5px 5px 5px;
    padding: 0 46px;
    color: #fff;
    margin-top: 15px;
}

.z-cart_dialog .z-cart_empty a:hover {
    background: #1C7DF6;
}

.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: #1C7DF6;
    background: none;
    margin: 0;
    width: auto;
    height: auto;
}

.z-cart_dialog .ship_subtotal .price_total .z-price {
    color: #1C7DF6;
    font-size: 18px;
}

.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: #F3F3F3;
    padding: 11px 24px 20px;
    margin-top: auto;
}

.z-cart_dialog .ship_bottom button {
    background: #1C7DF6;
}

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

.z-cart_dialog .ship_bottom button:hover {
    background: #0071ff;
}

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

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

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

.z-cart_dialog .continue_shopping i {
    color: #1C7DF6;
    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 #E7E7E7;
}

.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;
    padding: 3px;
    border-radius: 5px;
}

.z-cart_ship .product__item .ship_right,
.z-cart_ship .product__item .ship_right .product__title {
    flex: 1;
    font-size: 12px;
}

.z-cart_ship .product__item .ship_right .product__title .cart_label {
    color: #1C7DF6;
    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: #0071ff;
    font-size: 14px;
}

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

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

    color: #1C7DF6;
}

.z-cart_ship .product__item .product__qty {
    width: 90px;
    height: 25px;
    margin-top: 10px;
    user-select: none;
}

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

.z-cart_ship .product__item .product__qty span {
    width: 25px;
    min-width: 25px;
    font-size: 18px;
    color: #666666;
    border-radius: 5px 0px 0 5px;
    background: #E7E7E7;
}

.z-cart_ship .product__item .product__qty span:hover {
    background: #1C7DF6;
    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: #E7E7E7;
    color: #666666;
    text-align: center;
    padding: 0;
}

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


/* blog */
.z-blog {
    margin-top: 48px;
}
.z-blog .blog_title h3 {
    font-size: 24px;
}

.z-blog .blog_title a {
    background: #E7E7E7;
    color: #1D1D1D;
    padding: 0 7px;
    height: 26px;
    font-size: 12px;
    border-radius: 20px;
}

.z-blog .blog_title a:hover {
    background: #1C7DF6;
    color: #fff;
}

.z-blog .blog_list {
    margin-top: 20px;
    gap: 25px;
}

.z-blog .blog_list .blog_item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.z-blog .blog_list .blog_item:hover img {
    transform: scale(1.1);
}

.z-blog .blog_list .item_img {
    max-height: 156px;
    width: 100%;
    max-width: 100%;
    min-height: 156px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    border-radius: 20px;

}
.z-blog .blog_list .blog_item .item_info {
    padding: 0 0 13px;
}

.z-blog .blog_list .item_img img {
    max-width: 100%;
    max-height: 100%;
    min-height: 156px;
    border-radius: 0 0 5px 5px;
    transition: all .3s;
    border-radius: 20px;
}

.z-blog .blog_list .item_title {
    font-size: 12px;
    margin: 13px 0 0px;
    display: block;
    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;
}

.z-blog .blog_list .blog_item .item_title:hover {
    color: #1C7DF6;
}

.z-blog .blog_list span.time {
    color: #9E9E9E;
    margin-top: 12px;
    display: block;
}

/* 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;
}

.dialog_backdrop.show {
    display: flex;
}

.z-dialog {
    z-index: 100;
    min-width: 427px;
    max-width: 427px;
    background: #fff;
    border-radius: 12px 12px 10px 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: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

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

.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: #F3F3F3;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    top: 110%;
    border-radius: 5px;
}

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

.common__select--warp .select__list p:hover {
    color: #1C7DF6;
}

.common__select--warp .select__list p.active {
    background: #1C7DF6;
    color: #fff;
}

.site_reviews {
    margin: 50px 0 38px;
}

.site_reviews .reivews_content {
    background: #fff;
    padding: 50px 20px;
    border-radius: 5px;
}

.site_reviews h3 {
    font-size: 24px;
    margin-bottom: 20px;
}


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




/* goods */

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

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

.z-items-contnet .z-goods-list .goods_col_wp {
    display: flex;
    flex-direction: column;
    background: #F3F3F3;
}

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

.z-goods-list .goods_col_wp .col_image.goods_bigImg {
    height: 204px;
}
.z-goods-list .goods_col_wp .col_image {
    min-height: 245px;
}
.z-goods-list .goods_col_wp .col_image img {
    max-width: 100%;
    max-height: 100%;
}

.z-goods-list .goods_col_wp .col_info {
    border-radius: 0 0 20px 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #F3F3F3;
    margin-top: -45px;
}

.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: 8px 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;
    min-height: 30px;
}

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

.z-goods-list .goods_col_wp .old_price {
    color: rgba(29, 29, 29, 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: 100px;
    height: 27px;
    background: #E7E7E7;
    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: 27px;
    min-width: 27px;
    height: 100%;
    font-size: 18px;
    color: #666666;
}

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

.z-goods-list .goods_col_wp .goods_num input {
    width: 100%;
    height: 100%;
    background: none;
    color: #666666;
    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: 32px;
    width: 100%;
    margin-top: 12px;
}

.z-goods-list .goods_col_wp button i {
    font-size: 24px;
    margin-right: 4px;
}

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

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

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



.home_choose_us {
    margin: 48px 0 0;
}

.home_choose_us .choose_list {
    gap: 24px;
}

.home_choose_us .item {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 20px 20px 20px 20px;
    padding: 32px 24px;
    color: #9E9E9E;
}

.home_choose_us .item:hover {
    background: #FFEDE1;
}

.home_choose_us h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.home_choose_us .item img {
    width: 36px;
    height: 36px;
    margin-right: 26px;
}

.home_choose_us .item p {
    font-size: 18px;
    color: #202020;
    margin-bottom: 35px;
}



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

    100% {
        opacity: 1;
    }
}