#chat_logo {
    /*在线客服指示框*/
    position: fixed;
    right: 0;
    bottom: 380px;
    width: 50px;
    height: 110px;
    font-size: 1.6rem;
    text-align: right;
    background: url(../../images/go_left.svg) -3px 40px no-repeat #d7e0e6;
    border-radius: 3px;
    cursor: default;
    padding-right: 4px;
    z-index: 99999;
}

#websocketIframeBox {
    position: fixed;
    bottom: 245px;
    z-index: 99999;
    width: 365px;
    height: 417px;
    right: -365px;
}

.iframe-container {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.ast-separate-container {
    background-color: rgba(245, 245, 245, 1) !important;
}

.astra-shop-summary-wrap {
    padding: 5%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* .add_to_cart_button,
.product-card .button,
li.product .button {
    margin-top: auto;
    align-self: flex-end;
} */

.woocommerce_loop_cart_logo_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .woocommerce_loop_commodity_logo {
    width: 100px;
    content: url(../../images/logo5.webp);
} */

/* 产品卡片按钮右侧箭头 */
.woocommerce ul.products li.product a.button::after,
.woocommerce ul.products li.product .button::after,
.home_selected_products_content_box ul.products li.product .button::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

/* 限制主图高度 */
.woocommerce-product-gallery .flex-viewport {
    max-height: 378px !important;
}

/* 保证图片居中 & 不拉伸 */
.woocommerce-product-gallery .flex-viewport img {
    object-fit: contain;
}

.woocommerce-js ul.products li.product:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 44px rgba(2, 3, 3, 0.08);
    display: flex;
}

.woocommerce-js ul.products li.product .button {
    float: right;
    margin-top: auto !important;
    align-self: flex-end;
}

.woocommerce-thankyou-order-details {
    background: #ffffff;
    border: 1px solid var(--ast-border-color);
    padding: 30px 0px !important;
    display: flex;
    justify-content: space-between;
}

.woocommerce-order-details__title {
    border: 0px !important;
}

thead .woocommerce-table__product-name,
thead .woocommerce-table__product-table {
    background: rgba(244, 245, 245, 1);
}

.woocommerce_account_details_button {
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0px;
}

.add_to_shopping_cart_button {
    background: #ffffff !important;
    border: 1px solid rgba(41, 41, 41, 1) !important;
    color: rgba(41, 41, 41, 1) !important;
    padding: 10px !important;
}

.add_to_shopping_cart_button::after {
    color: rgba(41, 41, 41, 1) !important;
}

.add_to_shopping_cart_button:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(52, 123, 217, 1) !important;
    border: 1px solid rgba(52, 123, 217, 1) !important;
}

.add_to_shopping_cart_button:hover::after {
    color: rgba(255, 255, 255, 1) !important;
}

.add_to_shopping_cart_button:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(76, 152, 229, 1) !important;
    border: 1px solid rgba(76, 152, 229, 1) !important;
}

.wc-block-checkout__billing-fields,
.u-column1 {
    display: none;
}

.home_content,
#page .site-content {
    background-color: rgba(245, 249, 255, 1);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    outline-style: none !important;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
    border-style: none;
}

form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
    box-shadow: none;
}

/*****************************ShowSection*****************************/
/* 给整个容器加相对定位基准 */
.home_show_section_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* 左下角半圆 */
.home_show_section_box::before {
    content: '';
    position: absolute;
    left: -8vw;
    bottom: -12vw;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    background: rgba(0, 255, 230, 1);
    z-index: 1;
}

/* 右上角半圆 */
.home_show_section_box::after {
    content: '';
    position: absolute;
    right: -5vw;
    top: 1vw;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
}

.home_show_section_box img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.home_show_section_img_phone {
    display: none;
}

.home_show_section_content {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0px 5%;
}

.home_show_section_content h1,
.home_show_section_content span {
    font-family: 'MiSans', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    font-size: clamp(34px, 3.3vw, 64px);
    /* margin-left: 27px; */
    margin-bottom: 30px;
}

.home_show_section_content h1 {
    color: #FFFFFF;
}

.home_show_section_content span {
    color: #00FFE6;
}

.home_show_section_content .home_show_section_content_p {
    font-family: 'MiSans', sans-serif;
    color: #FFFFFF;
    font-size: clamp(16px, 1.67vw, 32px);
    font-weight: 400;
    line-height: 42px;
    /* color: rgba(41, 41, 41, 1); */
    /* margin-left: 27px; */
    /* margin-bottom: 1em; */
    width: 50%;
    margin: auto;
    /* font-size: 1.6vw; */
}

.home_show_section_content p {
    font-family: 'MiSans', sans-serif;
    margin-bottom: 0.5em;
}

.home_show_section_content_button {
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 8px 23px;
    color: #000000;
    margin-left: 27px;
}

/*****************************ShowSection End*****************************/

/*****************************AllProduct*****************************/
.home_all_product_box {
    margin-bottom: 40px;
}

.home_all_product_content_box ul {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.home_all_product_content_box li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 !important;
    position: relative;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    overflow: hidden;
}

.home_all_product_title {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(168, 168, 168, 1);
    margin-bottom: 30px;
}

.home_all_product_title a {
    padding: 30px;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: none;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    text-align: center;
}

.home_all_product_title a.active {
    color: rgba(0, 112, 192, 1);
    border: none;
    border-bottom-color: transparent;
}

.home_all_product_title a:before {
    content: "";
    display: block;
    width: 40%;
    height: 5px;
    border-radius: 10px;
    background: rgba(0, 112, 192, 1);
    position: absolute;
    bottom: 10px;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.home_all_product_title a.active:before {
    transform: scaleX(1);
}

.home_all_product_box>.home_all_product_content_box {
    display: none;
}

.home_all_product_box>.active {
    display: block;
}

.home_all_product_content_more {
    display: flex;
    justify-content: flex-end;
}

.home_all_product_content_more a {
    font-size: 18px;
    font-weight: 400;
    color: rgba(41, 41, 41, 1);
}

/*****************************AllProduct End*****************************/

/*****************************ProductIntroSection*****************************/
.home_product_intro_box {
    margin-bottom: 40px;
}

.home_product_intro_content_box {
    /* display: grid;
    grid-template-columns: auto auto; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home_product_intro_title h2 {
    text-align: left;
    margin: 15px;
}

.home_product_intro_content {
    height: 330px;
    margin: 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    display: flex;
    align-items: center;
    width: 47.3%;
}

.home_product_intro_content_img {
    overflow: hidden;
    width: 50%;
    border-radius: 12px 0px 0px 12px;
}

.home_product_intro_content_img img {
    padding: 10px;
}

.home_product_introduce {
    width: 100%;
    padding: 30px 50px;
}

.home_product_introduce h4 {
    font-size: 28px;
    font-weight: 500;
}

.home_product_introduce p {
    font-size: 24px;
    font-weight: 400;
    color: rgba(93, 93, 93, 1);
}

.home_product_intro_content_button_box {
    text-align: end;
}

.home_product_intro_content_button {
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 8px 23px;
    color: #000000;
    margin-left: 27px;
}

.home_product_intro_content_button:hover {
    background: rgba(52, 123, 217, 1);
    color: #ffffff;
    border: 1px solid #ffffff;
}

.home_product_intro_content_button:active {
    background: rgba(76, 152, 229, 1);
    color: #ffffff;
    border: 1px solid #ffffff;
}

/*****************************ProductIntroSection End*****************************/

/*****************************SelectedProducts*****************************/
.home_selected_products_box {
    margin-bottom: 40px;
}

.home_selected_products_title h2 {
    text-align: left;
    margin: 80px 0px 0px 0px !important;
}

.home_selected_products_content_box {
    padding: 40px !important;
    /* overflow: visible !important; */
}

.home_selected_products_content_box ul {
    display: grid;
    /* column-gap: 20px; */
    grid-template-columns: repeat(3, 1fr);
}


.home_selected_products_content_box li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 !important;
    position: relative;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    overflow: hidden;
}

/*****************************SelectedProducts End*****************************/

/*****************************ProductClassification*****************************/
.home_product_classification_title {
    margin-bottom: 40px;
}

.home_product_classification_box {
    width: 100%;
    min-height: 515px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 1);
    /* display: flex; */
}

.home_product_classification_content_box {
    padding: 20px 70px;
    display: flex;
    align-items: center;
}

.home_product_classification_content_title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;

}

.home_product_classification_content_title_box h3 {}

.home_product_classification_content_title_box h3 a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(41, 46, 51, 1);
}

.home_product_classification_content_box ul {
    display: flex;
    width: 80%;
    margin: 0;
    flex-wrap: wrap;
}

.home_product_classification_content_box ul li {
    margin: 20px;
}

.home_product_classification_content_box ul li a {
    width: 280px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(156, 160, 166, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(41, 46, 51, 1);
}

.home_product_classification_content_box ul li:hover a {
    background: rgba(53, 115, 216, 1);
    color: rgba(255, 255, 255, 1);
}

/*****************************ProductClassification End*****************************/

/*****************************Partner*****************************/
.home_partner_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_partner_img,
.home_partner_img_phone {
    width: 100%;
}

.home_partnert_button_img {
    width: 100%;
}

.home_partner_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.home_partner_content h1 {
    font-size: 40px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
}

.home_partner_content_button_box {
    width: 80%;
    padding: 2% 0px;
    opacity: 1;
    border-radius: 158.4px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.home_partner_content_a_box {
    border: 1px dashed rgba(168, 168, 168, 1);
    border-radius: 50%;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home_partner_img_phone {
    display: none;
}

/*****************************Partner End*****************************/

/*****************************Contact*****************************/
.home_contact_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_contact_title {
    margin: 100px 0px;
}

.home_contact_title h2 {
    font-size: 40px;
    font-weight: 500;
}

.home_contact_content {
    display: flex;
}

.home_contact_script {
    margin-right: 128px;
}

.home_contact_script h4 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.home_contact_script p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(93, 93, 93, 1);

}

/*****************************Contact End*****************************/

/*****************************HomeContactContent*****************************/
.contact-banner-wrapper {
    display: flex;
    align-items: center;
    background: rgba(2, 15, 43, 0.6);
    backdrop-filter: blur(5px);
    margin-top: 100px;
}

.contact-banner-wrapper img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.contact-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: rgba(2, 15, 43, 0.6); */
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
}

.contact-info .section-title {
    font-size: 36px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
}

.contact-info .section-intro {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.contact-info .email-line {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.contact-info .email-line h4,
.contact-info .email-line a {
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);

}

.btn-about-us {
    /* width: 155px; */
    /* height: 48px; */
    border-radius: 10px;
    background: rgba(239, 60, 115, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 31px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.btn-about-us:hover {
    background: rgba(255, 0, 77, 1);
    color: rgba(255, 255, 255, 1);
}

.btn-about-us::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}

/* 商店卡片标题 */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-js ul.products li.product .woocommerce-loop-product__title {
    font-size: clamp(16px, 1.5vw, 24px) !important;
    line-height: 1.3;
}

/* 电脑端导航栏高度 */
.ast-primary-header-bar .site-primary-header-wrap {
    height: 80px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 0px;
}

/*****************************HomeContactContent End*****************************/

/* 针对 WooCommerce 结账页面的样式调整 */
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .order-total th {
    display: flex;
}

/*****************************footer-row*****************************/
.site-below-footer-wrap {
    padding: 0 !important;
}

.footer_row_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer_row_logo_box {
    width: 180px;
}

.footer_row_contact {
    display: flex;
}

.footer_row_phone_box {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.footer_row_phone_box p {
    margin: 0;
}

.footer_row_email_box {
    display: flex;
    align-items: center;
}

.footer_row_email_box p {
    margin: 0;
}

/*****************************footer-row End*****************************/

/*****************************cat and chat*****************************/

#fkcart-floating-toggler,
#chat_logo {
    display: none;
}

/*****************************cat and chat End*****************************/

/*****************************product page*****************************/
.ast-article-single img {
    box-shadow: none !important;
}

/*****************************product page End*****************************/

/*****************************sidebar.php*****************************/
.woocommerce.ast-separate-container .ast-woocommerce-container {
    background: none;
}

#menu-sidebar li a,
#menu-sidebar-1 li a {
    left: 0px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(41, 46, 51, 1);
}

/* background: rgba(245, 247, 250, 1); */

#page .site-content {
    background: none;
}

/*****************************sidebar.php End*****************************/

@media (min-width: 921px) {}

@media (min-width: 1021px) {}

@media (min-width: 1501px) {}

@media (min-width: 1921px) {}

@media (max-width:1200px) {
    .woocommerce_loop_cart_logo_box {
        /* display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column; */
    }

    .woocommerce_loop_commodity_logo {
        width: 40%;
    }

    .woocommerce_loop_cart_logo_box a {
        font-size: 10px !important;
        padding: 5px !important;
    }

    .footer_row_box {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .footer_row_contact {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 50px;
        background: rgba(53, 115, 216, 1);
    }

    .footer_row_phone_box i,
    .footer_row_email_box i {
        color: #ffffff;
    }

    .footer_row_phone_box p,
    .footer_row_email_box p {
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
    }

    .footer_row_privacy {
        text-align: center;
        margin: 15px 3px;
    }

    .home_partner_content_a_box {
        width: 120px;
        height: 120px;
    }

    .home_partner_content_button {
        width: 70%;
    }
}

@media (max-width:1000px) {
    .home_partner_content_a_box {
        width: 110px;
        height: 110px;
    }

    .home_all_product_content_box ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:911px) {

    /* 左下角半圆 */
    .home_show_section_box::before {
        left: -15vw;
        bottom: -30vw;
        width: 50vw;
        height: 50vw;
    }

    /* 右上角半圆 */
    .home_show_section_box::after {
        right: -17vw;
        top: 8vw;
        width: 30vw;
        height: 30vw;
    }

    .woocommerce-thankyou-order-details {
        display: flex;
        flex-direction: column;
    }

    .home_show_section_img,
    .home_partner_img {
        display: none;
    }

    .home_show_section_img_phone,
    .home_partner_img_phone {
        display: block;
    }

    .home_show_section_content {
        text-align: left;
    }

    /* .home_show_section_content h1,
    .home_show_section_content span {
        font-size: 34px;
    } */

    .home_show_section_content .home_show_section_content_p {
        /* font-size: 16px; */
        line-height: 21px;
        width: auto;
    }

    .home_contact_content {
        display: flex;
        flex-direction: column-reverse;
    }

    .home_partner_content_a_box {
        width: 100px;
        height: 100px;
    }

    .home_product_intro_content_box {
        display: flex;
        flex-direction: column;
    }

    .home_product_intro_content {
        width: auto;
    }

    .home_product_intro_content {
        flex-direction: column;
        align-items: center;
    }

    .home_contact_title {
        margin: 50px 0px;
    }

    .home_contact_img_box {
        margin-bottom: 50px;
    }

    .home_all_product_title a {
        padding: 15px;
        font-size: 13px;
    }

    .home_all_product_content_more a {
        font-size: 14px;
    }

    .home_product_intro_content_button_box {
        text-align: center;
    }

    .home_product_intro_content_button {
        margin: auto;
    }

    .home_product_introduce {
        text-align: center;
    }

    .home_product_classification_content_box {
        padding: 20px 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .home_product_classification_content_title_box {
        flex-direction: row;
    }

    .home_product_classification_content_title_box img {
        width: 32px;
        margin-right: 15px;
    }

    .home_product_classification_content_title_box,
    .home_product_classification_content_box ul {
        width: auto;
    }

    .home_product_classification_content_box ul li {
        margin: 20px 10px;
    }

    .home_product_classification_content_box ul li a {
        width: 153px;
        font-size: 14px;
    }

    .contact-info .section-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact-info .section-intro {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .contact-info .email-line {
        margin-bottom: 20px;
    }

    .contact-info .email-line h4,
    .contact-info .email-line a {
        font-size: 13px;
    }

    .btn-about-us {
        /* width: 88px; */
        /* height: 30px; */
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 13px;
    }

    .btn-about-us::after {
        font-size: 13px;
    }

    #page .site-content {
        /* height: 50px; */
    }

    .home_selected_products_title h2 {
        font-size: 22px !important;
        text-align: left !important;
    }

    .home_selected_products_content_box {
        padding: 0px !important;
    }

    .home_product_classification_title {
        margin-bottom: 20px;
    }

    .site-content .ast-container {
        margin: 0px !important;
    }

    .woocommerce-js h2 {
        text-align: left !important;
    }

    .woocommerce-js ul.products li.product .ast-woo-shop-product-description p,
    .woocommerce-page ul.products li.product .ast-woo-shop-product-description p {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: rgba(89, 89, 89, 1);
    }
}

@media (max-width:800px) {
    .home_partner_content_a_box {
        width: 80px;
        height: 80px;
    }
}

@media (max-width:600px) {
    .home_partner_content_a_box {
        width: 70px;
        height: 70px;
    }

    .home_all_product_content_box ul {
        grid-template-columns: repeat(2, 1fr);
    }
}