*{
    font-family: "Roboto", sans-serif;
}

.product-head{
    font-size: 1.5rem;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    border-bottom: .0625rem solid #e2e2e2;
    padding-top: 1.25rem;
    cursor: pointer;
}
.product-head p{line-height: 3.75rem;}
.product-head .more {
    cursor: pointer;
    width: .9375rem;
    height: .9375rem;
    background: url(../../../../themes/sytech/assets/img/add.svg) center no-repeat;

}

/* #region */
section.product-infor div.infor-content{
    display:flex;
    justify-content:space-between;
    width:100%;
    position:relative;
    color:#787677;
    font-size:18px;
}
 section.product-infor div.left{
    width:50%;
    position:relative;
    overflow:hidden;
}
 section.product-infor div.right{
    width:45%;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
 section.product-infor div.right .two-btn>a{
    font-size:1.125rem;
    padding:.8125rem 2.8125rem;
    border-radius:4px;
    background-color:var(--hover-color);
    color:#fff;
    display:inline-block;
    margin-top:2.5rem;
    margin-bottom:2.5rem;
    transition:all 0.3s ease;
}
 section.product-infor div.right .two-btn>a:hover{
    background-color:var(--blod-color);
}
 section.product-infor div.right .two-btn>a:nth-child(2){
    color:#000;
    background-color:#fff;
    border:.0625rem solid #E8E8E8;
    margin-left:.9375rem;
}
 section.product-infor div.right .two-btn>a:nth-child(2):hover{
    color:#fff;
    background-color:var(--blod-color);
    border:.0625rem solid var(--blod-color);
}
 section.product-infor h1{
    font-size:25.6px;
    margin-top:.625rem;
    position:relative;
    text-transform:capitalize;
    color:#2e3133;
    line-height:39px;
    font-weight:500;
}
 section.product-infor div.right>p{
    font-size:1rem;
    color:var(--font-color);
    line-height:1.875rem;
}
 div.product-detail-preview div.detail-preview{
    width:100%;
    height:28.125rem;
    overflow:hidden;
    border-radius:.5rem;
}
 div.product-detail-preview div.detail-preview div.swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    cursor:pointer;
}
 div.product-detail-preview div.swiper-controls-wrapper{
    display:flex;
    margin-top:1.25rem;
    column-gap:.9375rem;
}
 div.product-detail-preview div.swiper-controls{
    width:100%;
    height:5rem;
    overflow:hidden;
}
 div.product-detail-preview div.swiper-controls div.swiper-wrapper{
    width:90%;
    display:inline-flex;
}
 div.product-detail-preview div.swiper-controls div.swiper-slide{
    width:5rem;
    height:100%;
    padding:.9375rem;
    border:.0625rem solid #e5e5e5;
    border-radius:.375rem;
}
 div.product-detail-preview div.swiper-controls div.swiper-slide.swiper-slide-thumb-active{
    border:.0625rem solid var(--hover-color);
}
 div.product-detail-preview div.swiper-controls-next,div.product-detail-preview div.swiper-controls-prev{
    height:5rem;
    width:1.25rem;
    display:inline-block;
    text-align:center;
    border-radius:.25rem;
    line-height:4.6875rem;
    vertical-align:top;
    cursor:pointer;
    color:var(--hover-color);
}
/*! CSS Used from: https://yulong2.sytech.site/wp-content/themes/sytech/assets/css/products.css */
 section.product-infor div.infor-content{
    padding-top: 6.125rem;
    display:flex;
    justify-content:space-between;
    width:100%;
    position:relative;
    color:#787677;
    font-size:1rem;
}

section.product-infor .navigation li{margin: 0 .125rem;color: #7c7c7c;}
section.product-infor .navigation li a{color: #7c7c7c;}
section.product-infor .navigation .navigation-active a{color: black;}
 section.product-infor div.left{
    width:48%;
    position:relative;
    overflow:hidden;
}
 section.product-infor div.right{
    width:47%;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
 section.product-infor div.right .two-btn>a{
    font-size:.875rem;
    padding:.9375rem 2.1875rem;
    border-radius:var(--round-size);
    background-color:var(--primary-color);
    color:#fff;
    display:inline-block;
    margin-top:3.75rem;
    transition:all 0.3s ease;
    text-align:center;
}
 section.product-infor div.right .two-btn>a:hover{
    background-color:black;
}
 section.product-infor div.right .two-btn>a:nth-child(2){
    color:#000;
    background-color:#fff;
    border:.0625rem solid #E8E8E8;
    margin-left:.9375rem;
}
 section.product-infor div.right .two-btn>a:nth-child(2):hover{
    color:#fff;
    background-color:var(--blod-color);
    border:.0625rem solid var(--blod-color);
}
 section.product-infor h1{
    font-size:2rem;
    margin-bottom:.3125rem;
    position:relative;
    /* text-transform:capitalize; */
    color:#2e3133;
    line-height:3.125rem;
    font-weight:600;
    /* text-transform:uppercase; */

}
section.product-infor .subt{text-transform:uppercase;}

 section.product-infor div.right>p{
    font-size:16px;
    padding-bottom:2.8125rem;
}
 section.product-infor div.right>span{
    font-size:18px;
    font-weight:450;
    color:var(--hover-color);
    margin-top:3.125rem;
    margin-bottom:1.25rem;
}
 section.product-infor div.right>ul.pro-features{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:3.4375rem;
}


 div.product-detail-preview{
    overflow:hidden;
}
 div.product-detail-preview div.detail-preview{
    width:100%;
    height:24.25rem;
    overflow:hidden;
    border-radius:.5rem;
    border: 1px solid #E6E6E6;
}
 div.product-detail-preview div.detail-preview div.swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    cursor:pointer;
}
 div.product-detail-preview div.swiper-controls-wrapper{
    display:flex;
    margin-top:2.25rem;
    column-gap:.9375rem;
}
 div.product-detail-preview div.swiper-controls{
    width:100%;
    height:5rem;
    overflow:hidden;
}
 div.product-detail-preview div.swiper-controls div.swiper-wrapper{
    width:90%;
    display:inline-flex;
}
 div.product-detail-preview div.swiper-controls div.swiper-slide{
    width:5rem;
    height:100%;
    padding:.9375rem;
    border:.0625rem solid #e5e5e5;
    border-radius:.375rem;
    background-size:90%!important;
    cursor: pointer;
}
 div.product-detail-preview div.swiper-controls div.swiper-slide.swiper-slide-thumb-active{
    border: .0625rem solid var(--primary-color);

}
 div.product-detail-preview div.swiper-controls-next,div.product-detail-preview div.swiper-controls-prev{
    height:4.6875rem;
    width:1.25rem;
    display:inline-block;
    text-align:center;
    border-radius:.25rem;
    line-height:4.375rem;
    vertical-align:top;
    cursor:pointer;
    color:var(--hover-color);
    background:url(../../../../themes/sytech/assets/img/right.png) no-repeat center/7px;
    border: 1px solid #e4e4e4;
}
 div.product-detail-preview div.swiper-controls-prev{
    transform:rotate(180deg);
}
section.product-infor div.right>p{
    padding-bottom:0rem;
    font-size: .875rem;
}
section.product-infor  div.right .product-info{
    max-width:28.125rem ;
    font-size: .875rem;margin-bottom: 3.125rem;margin-top: 1.625rem;}

.product-infor .service{
    padding-top: 1.5rem;
    border-top: .0625rem solid #e4e4e4;
}
.product-infor .service ul li img,
.product-infor .service ul li span
{vertical-align:middle;margin-right: .625rem;}
.product-infor .service ul li{
    line-height: 2rem;
    color: #666666;
}
/*! CSS Used from: https://yulong2.sytech.site/wp-content/themes/sytech/assets/css/ipad.css */
 @media screen and (min-width: 48rem) and (max-width: 96.875rem){
     .content{
        max-width:73.125rem!important;
    }
}
 @media screen and (min-width: 48rem) and (max-width: 80rem){
     .content{
        max-width:70rem!important;
    }
}
 @media screen and (min-width: 48rem) and (max-width: 72.5rem){
     .content{
        max-width:62.5rem!important;
    }
}
 @media screen and (min-width: 48rem) and (max-width: 65rem){
     .content{
        max-width:54.6875rem;
    }
}
 @media screen and (min-width: 48rem) and (max-width: 56.25rem){
     .content{
        max-width:100%;
        padding-right:3%;
        padding-left:3%;
    }
}
 @media screen and (min-width: 50rem) and (max-width: 78.125rem){
     .content{
        padding-left:24px!important;
        padding-right:24px!important;
        max-width:100%!important;
    }
     div.product-detail-preview div.detail-preview{
        height:25rem;
    }
     section.product-infor div.right>span{
        margin-top:1.5625rem;
        margin-bottom:0rem;
    }
     section.product-infor h1{
        font-size:28.8px;
        margin-bottom:1.25rem;
    }
     section.product-infor div.right>p{
        font-size:1rem!important;
    }
     div.product-detail-preview div.swiper-controls-next,div.product-detail-preview div.swiper-controls-prev{
        height:4.0625rem;
        line-height:3.75rem;
    }
     div.product-detail-preview div.swiper-controls{
        height:4.0625rem;
    }
     section.product-infor div.right .two-btn>a{
        font-size:.9375rem;
        padding:.75rem 2.8125rem;
        margin-top:3.125rem;
    }
     section.product-infor div.right>ul.pro-features{
        margin-bottom:2.5rem;
    }
}
/*! CSS Used from: https://yulong2.sytech.site/wp-content/themes/sytech/assets/css/mobile.css */
 @media screen and (max-width: 49.125rem){
     .content{
        padding-left:16px;
        padding-right:16px;
        max-width:100%;
        overflow:hidden;
    }
     section.product-infor div.infor-content{
        flex-direction:column;
        padding-top:32px;
    }
     section.product-infor div.left{
        width:100%;
    }
     div.product-detail-preview div.detail-preview{
        height:18.75rem;
    }
     div.product-detail-preview div.detail-preview div.swiper-slide:nth-child(2)::before{
        padding:.5rem 1rem;
    }
     div.product-detail-preview div.swiper-controls{
        height:4.375rem;
    }
     div.product-detail-preview div.swiper-controls-next,div.product-detail-preview div.swiper-controls-prev{
        height:4.375rem;
    }
     section.product-infor div.right{
        width:100%;
        padding-top:32px;
    }
     section.product-infor h1{
        font-size:1.25rem;
        line-height:2rem;
    }
     section.product-infor div.right>p{
        padding-bottom:16px;
        font-size:.875rem;
    }
     section.product-infor div.right .two-btn>a{
        padding:.5rem 3.25rem;
        font-size:.875rem;
        margin:32px 0;
    }
     section.product-infor div.right>span{
        margin-top:24px;
        margin-bottom:0;
        font-size:.875rem;
    }
     .single-product section.product-infor h1{
        margin-bottom:16px;
    }
     section.product-infor div.right>ul.pro-features{
        margin-bottom:32px;
    }
     .single-product section.product-infor div.infor-content{
        padding-bottom:0;
    }
}
/*! CSS Used from: https://yulong2.sytech.site/wp-content/themes/sytech/assets/css/swiper.min.css */
 section.product-infor .swiper-wrapper{
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}
 section.product-infor .swiper-wrapper{
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
}
 section.product-infor .swiper-slide{
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
}
/*! CSS Used from: https://yulong2.sytech.site/wp-content/themes/sytech/assets/css/swiper-bundle.min.css */
 section.product-infor .swiper{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;
    z-index:1;
}
 section.product-infor .swiper-wrapper{
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:flex;
    transition-property:transform;
    box-sizing:content-box;
}
 section.product-infor .swiper-wrapper{
    transform:translate3d(0rem, 0, 0);
}
 section.product-infor .swiper-slide{
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    transition-property:transform;
}
 section.product-infor .swiper .swiper-notification{
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000;
}
/* #endregion */

/* #region from */


.main-form h2{
    font-size:44.8px;
    font-weight:500;
    text-align:center;
    letter-spacing:.0313rem;
    line-height:3.75rem;
    hyphens:auto;
    margin-bottom:64px;
}

 .main-form{
    /* padding:80px 0 160px; */
    max-width:76.25rem;
    /* padding-top: 12.5rem; */
}
/* .main-form form {padding-top: 6.25rem;} */
 .single-product .main-form>span{
    margin-bottom:48px;
}
 .main-form span{
    display:block;
    text-align:left;
    color:var(--primary-color);
    font-size:1.25rem;
    margin-bottom:3.125rem;
}
 div.main-form form p{
    display:inline-block;
    width:32%;
    margin-right:1.5%;
    color:#585b5e;
    font-size:17.6px;
    vertical-align:top;
}

 .main-form h2{
    text-align:center;
}
 div.main-form form p:nth-of-type(6),div.main-form form p:nth-of-type(3){
    margin-right:0;
}
 div.main-form form p:nth-of-type(7), div.main-form form p:nth-of-type(8){
    width:100%;
    text-align: left;
    display:block;
}
div.main-form form p select{
    outline: none;
    appearance: none;
    background: url(../../../../themes/sytech/assets/img/b.png) 93% center no-repeat;
}
 div.main-form form p input,div.main-form form p textarea,
 div.main-form form p select{
    width: 100%;
    padding: 1.5625rem 1.375rem;
    border: 0.0625rem solid #d4d4d4;
    text-transform: capitalize;
    outline-color: var(--primary-color);
    border-radius: 0.25rem;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 0;
    color: #585B5E;
}
 div.main-form form p textarea{
    height:320px;
    resize:none;
}
 div.main-form form p input[type="submit"]{
    font-size:1.125rem;
    padding: 1rem 3.75rem;
    width: 12.125rem;
    color:white;
    background-color:var(--primary-color);
    border:.0625rem solid var(--primary-color);
    cursor:pointer;
    transition:all .2s ease;
    border-radius: var(--round-size);
}
 div.main-form form p input[type="submit"]:hover{
    background-color:black;
    color:white!important;
    border:.0625rem solid black;
}
 .main-form>span{
    margin-bottom:0;
    text-align:center!important;
}
 .main-form span{
    text-align:left;
}
 .main-form span.wpcf7-spinner{
    margin-top:.625rem;
    margin-bottom:-24px;
    margin-left:0;
}
/*! CSS Used from: https://yulong2.sytech.site/wp-content/themes/sytech/assets/css/products.css */
 div.pro-detial-content h2{
    font-size:2.8125rem;
    margin-bottom:.625rem;
    text-align:center;
}
 div.pro-detial-content div>span{
    color:var(--hover-color);
    font-size:1.3125rem;
}
 div.pro-detial-content div>p{
    color:#A4A4A4;
    font-size:1.1875rem;
    line-height:2.1875rem;
}
/*! CSS Used from: https://yulong2.sytech.site/wp-content/themes/sytech/assets/css/ipad.css */
 @media screen and (min-width: 48rem) and (max-width: 96.875rem){
     .content{
        max-width:73.125rem!important;
    }
}
 @media screen and (min-width: 48rem) and (max-width: 80rem){
     .content{
        max-width:70rem!important;
    }
}
 @media screen and (min-width: 48rem) and (max-width: 72.5rem){
     .content{
        max-width:62.5rem!important;
    }
}
 @media screen and (min-width: 48rem) and (max-width: 65rem){
     .content{
        max-width:54.6875rem;
    }
}
 @media screen and (min-width: 48rem) and (max-width: 56.25rem){
     .content{
        max-width:100%;
        padding-right:3%;
        padding-left:3%;
    }
}
 @media screen and (min-width: 50rem) and (max-width: 78.125rem){
     .content{
        padding-left:24px!important;
        padding-right:24px!important;
        max-width:100%!important;
    }
     div>h2{
        font-size:39.2px!important;
    }
 
     div.main-form form p{
        width:31.5%;
    }
     div.main-form form p input[type="submit"]{
        transform:scale(0.85);
    }
     .main-form{
        padding:80px 0 80px;
    }
}
/*! CSS Used from: https://yulong2.sytech.site/wp-content/themes/sytech/assets/css/mobile.css */
 @media screen and (max-width: 49.125rem){
     .content{
        padding-left:16px;
        padding-right:16px;
        max-width:100%;
        overflow:hidden;
    }
     h2{
        font-size:1.375rem;
        margin-bottom:16px;
        line-height:2.75rem;
    }
     .main-form{
        padding-bottom:64px;
        padding-top:0rem;
    }
     div.main-form form p{
        width:47%;
        margin-bottom:16px;
        margin-right:4.8%;
    }
     div.main-form form p:nth-of-type(even){
        margin-right:0;
    }
     .main-form>span{
        margin-bottom:0;
        text-align:center!important;
    }
     .main-form span{
        text-align:left;
    }
     .main-form span.wpcf7-spinner{
        margin-top:.3125rem;
        margin-bottom:0;
    }
     div.main-form form p:nth-of-type(3){
        margin-right:4.8%;
    }
     div.main-form form p{
        width:100%;
    }
     div.main-form form p input,div.main-form form p textarea{
        margin-top:0;
        padding:.75rem 1rem;
        font-size:.875rem;
        width:100%;
    }
     div.main-form form p textarea{
        height:160px;
    }
     div.main-form form p input[type="submit"]{
        width:160px;
        padding:.5rem .75rem;
        font-size:.875rem;
        width:100%;
    }
     .single-product div.pro-detial-content h2{
        font-size:1.375rem;
        margin-bottom:0;
    }
     .single-product .pro-detial-content div>span{
        font-size:1.125rem;
        margin-bottom:24px;
        display:block;
    }
     .single-product .pro-detial-content .inquiry>span{
        text-align:center;
    }
     .single-product div.pro-detial-content div>p{
        width:100%;
        font-size:var(--block-title-desc);
        line-height:28.8px;
        text-align:center;
    }
}
/*! CSS Used from: https://yulong2.sytech.site/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1 ;
 media=all */
 @media all{
     ul{
        box-sizing:border-box;
    }
}
/*! CSS Used from: https://yulong2.sytech.site/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.4 ;
 media=all */
 @media all{
     .wpcf7 .screen-reader-response{
        position:absolute;
        overflow:hidden;
        clip:rect(.0625rem, .0625rem, .0625rem, .0625rem);
        clip-path:inset(50%);
        height:.0625rem;
        width:.0625rem;
        margin:-0.0625rem;
        padding:0;
        border:0;
        word-wrap:normal!important;
    }
     .wpcf7 form .wpcf7-response-output{
        margin:2em 0.5em 1em;
        padding:0.2em 1em;
        border:.125rem solid #00a0d2;
    }
     .wpcf7 form.init .wpcf7-response-output{
        display:none;
    }
     .wpcf7-form-control-wrap{
        position:relative;
    }
     .wpcf7-spinner{
        visibility:hidden;
        display:inline-block;
        background-color:#23282d;
        opacity:0.75;
        width:1.5rem;
        height:1.5rem;
        border:none;
        border-radius:100%;
        padding:0;
        margin:0 1.5rem;
        position:relative;
    }
     .wpcf7-spinner::before{
        content:'';
        position:absolute;
        background-color:#fbfbfc;
        top:.25rem;
        left:.25rem;
        width:.375rem;
        height:.375rem;
        border:none;
        border-radius:100%;
        transform-origin:.5rem .5rem;
        animation-name:spin;
        animation-duration:1000ms;
        animation-timing-function:linear;
        animation-iteration-count:infinite;
    }
     @media (prefers-reduced-motion: reduce){
         .wpcf7-spinner::before{
            animation-name:blink;
            animation-duration:2000ms;
        }
    }
     .wpcf7 .wpcf7-submit:disabled{
        cursor:not-allowed;
    }
     .wpcf7 input[type="email"],.wpcf7 input[type="tel"]{
        direction:ltr;
    }
}
/*! CSS Used keyframes */
 @keyframes spin{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
 @keyframes spin{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
 @keyframes blink{
    from{
        opacity:0;
    }
    50%{
        opacity:1;
    }
    to{
        opacity:0;
    }
}


/* #endregion */

/* #region products1 */
.you_like .product .info .primary-btn{
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    font-size: 1rem;
    transform: scaleY(0);
    padding: 1rem 0;
    line-height: unset;
}
.you_like .product .info{
    text-align: center;
    padding: 1.6875rem;
}
.you_like .product .info .title{font-size: 1.125rem;font-weight: 600;}
.you_like .product .info .subtitle{
    color: #858585;
    padding: 1.575rem 0;
    padding-bottom: 2.5rem;
}
.item_img {
    overflow: hidden;
}

.item_img .img {
    transition: all 0.2s;
}

.swiper-button-next,
.swiper-button-prev {
    transition: all 0.2s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.1);
}

.img {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.button_red:disabled {
    background: #ccc;
    cursor: context-menu;
}

.button_border {
    font-weight: 500;
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 1rem;
    line-height: 51.2px;
    color: #242424;
    width: 14.375rem;
    height: 51.2px;
    border-radius: .25rem;
    border: .0625rem solid #999999;
    transition: all 0.2s;
}

.button_border:hover {
    background-color: var(--primary-color);
    border: .0625rem solid var(--primary-color);
    color: #fff;
}

.choose_us-title_right {
    width: 90%;
    margin: 0 auto;
    margin-top: 32px;
    position: relative;
}

.home_products div.choose_us-title_right {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.home_products div.choose_us-title_right .swiper>ul {
    text-align: center;
}

.home_products div.choose_us-title_right .swiper .swiper-slide {

    font-size: 1rem;
    padding: .625rem 0;
    margin: 0 1.25rem;
    line-height: initial;
    color: #666666;
    font-size: 1.0625rem;
}

.home_products div.choose_us-title_right .swiper .swiper-slide.active {
    color: black;
    font-weight: bold;
}

.home_products div.choose_us-title_right .swiper .swiper-slide:hover {
    color: black;
    font-weight: bold;
}

.choose_us-title_right .swiper-slide.active {
    color: black;
    font-weight: bold;
}

.choose_us-title_right .swiper-slide:hover {
    color: #fff;
}

.choose_us-title_right .swiper-slide {
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom: .1875rem solid transparent;
    color: #999;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
    line-height: 48px;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0;
    width: max-content;
    white-space: nowrap;
    overflow: hidden;
}

.choose_us-title_right .swiper-slide.active,
.choose_us-title_right .swiper-slide:hover
{
    border-color: var(--primary-color);
}

span.subtitle {
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    display: inline-block;
    font-size: 1rem;
}

.product .item_text span.catname {
    font-size: .875rem;
    color: var(--hover-color);
    display: inline-block;
    margin-bottom: 3.2px;
}
.home_products .content{max-width: 78.125rem;}
.home_products .content:first-of-type{margin-bottom: 1.875rem;}
.home_products .you_like>p{
    margin-top: 6.25rem;
}
.home_products .you_like>p .primary-btn{
    padding: .8rem 2.8125rem;
    background-color: transparent;
    border: 1px solid #9e9e9e;
    font-size: .875rem;
    color: #333;
}
.home_products .you_like>p .primary-btn:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}
.home-product-swiper .button_red {
    padding: 12.8px 84.8px;
    width: 100%;
    display: block;
    transition: all .2s ease;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 1.875rem;
    text-align: center;
}
.you_like-main{position:relative;}

.you_like-main .btn .prev-btn,
.you_like-main .btn .next-btn{
    position:absolute;
    left:-8%;
    top:50%;
    transform:translateY(-50%);
    height:4.375rem;
    width:4.375rem;
    border:.0625rem solid white;
    border-radius:3.125rem;
    background:url(../../../../themes/sytech/assets/css/http://127.0.0.1:5500/assets/img/oem-arrow-left-gray.png) center no-repeat;
    cursor:pointer;
}
.you_like-main .home-product-swiper{overflow: hidden;}
.you_like-main .btn .next-btn{
    left:103%;
}


/* .you_like-main .products{gap: .625rem;} */
.you_like-main .product {
    float: left;
    transition: all .3s;
    width: 25rem;
    height: auto;
    /* box-shadow: 0 0 .625rem .0625rem rgba(0, 0, 0, 0.1); */
    border-radius: var(--round-size);
} 

.you_like-main .product a{
    height: 100%;
}
.you_like-main .product a .pic{
    width: 100%;
    height: 20.8125rem;
    background: url(../../../../themes/sytech/assets/img/synopsis.png) center no-repeat;
    background-size: 70%;
}
.you_like-main .product .title{
    font-size: 1.125rem;
    color: #333333;
}
.you_like-main .product .text{
    width: 11.25rem;
    margin: .9375rem 0;
    font-size: .875rem;
    line-height: 1.5625rem;
    color:#808080;
}
.you_like-main .product .more{
    color: var(--primary-color);
}
.you_like-main .product .more span ,
.you_like-main .product .more img{
    vertical-align: middle;
}
.you_like-main .product .more img{width: .625rem;height: .875rem;}
.you_like-main .product .pic{
    transition: all .3s;
    width: 100%;
    height: auto;
}
.you_like-main .swiper-slide-active,
.you_like-main .product:hover
{
    box-shadow: var(--shadow);
    color: white;
}
.you_like-main .swiper-slide-active .info .primary-btn,
.you_like-main .product:hover .primary-btn{
    transform: scaleY(1);
}
.you_like-main .home-product-swiper .swiper-slide-active .pic,
.you_like-main .product:hover .pic{
    background-color: #F3F6F1;
}

.home .you_like-main .products {
    max-width: 75rem;
    margin: 32px auto 0 auto;
    min-height: 41.25rem;
    justify-content: flex-start;
}

.home .you_like-main .products .product {
    margin-bottom: 1.875rem;
    background-color: #fff;
    height: max-content;
    box-shadow: 0 0 .625rem rgb(0 0 0 / 10%);
    text-transform: capitalize;
}

.home .you_like-main .products .product:hover {
    box-shadow: 0 0 .625rem rgba(0, 0, 0, 0.1);
}


.home .you_like-main .products .product a {
    display: block;
}

.home .you_like-main .products .product div.img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.you_like-main .home-product-swiper {
    padding: .625rem;
    margin-bottom: 16px;
}

div.you_like-main {
    position: relative;
    min-height: 64px;
    padding-top: 1.25rem;
}

.you_like-main .swiper-button-next,
.you_like-main .swiper-button-prev {
    color: #000;
}

.you_like-main .swiper-button-next {
    right: -5.9375rem;
}

.you_like-main .swiper-button-prev {
    left: -5.9375rem;
}

.you_like-main .swiper-button-next:after,
.you_like-main .swiper-button-prev:after {
    font-size: 1.875rem;
}

.home_products div.head {
    text-align: center;
    margin-bottom: 40px;
}

.home_products div.head span.subtitle {
    font-size: 1rem;
    color: var(--primary-color);
}

div.head h2 {
    font-size: 46.4px;
    text-transform: uppercase;
    color: #1c232f;
}

.template_padding {
    /* padding: 176px 0; */
    /* padding-top: 3.125rem; */
}

@media screen and (min-width: 48rem) and (max-width: 96.875rem) {
    .content {
        max-width: 73.125rem;
    }

    .button_red {
        padding: .5rem 1.5625rem;
        font-size: 13.6px;
    }

    .choose_us-title_right .swiper-slide {
        font-size: 12.8px;
        height: 2.25rem;
    }

    .button_border {
        font-size: .8125rem;
        width: 11.25rem;
    }

    .choose_us-title_right {
        width: 33.75rem;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 48rem) and (max-width: 80rem) {
    .content {
        max-width: 70rem;
    }
}

@media screen and (min-width: 48rem) and (max-width: 72.5rem) {
    .content {
        max-width: 62.5rem;
    }
}

@media screen and (min-width: 48rem) and (max-width: 65rem) {
    .content {
        max-width: 54.6875rem;
    }
}

@media screen and (min-width: 48rem) and (max-width: 56.25rem) {
    .content {
        max-width: 100%;
        padding-right: 19.2px;
        padding-left: 19.2px;
    }

    .product .item_text p.title {
        font-size: 1.125rem;
    }

    .product .item_img {
        height: 12.5rem;
    }

    .product {
        height: unset;
    }

    .product .item_text p.des {
        font-size: 1rem;
    }
}

/*! CSS Used from: https://www.cn-rootsblower.com/wp-content/themes/sytech/assets/css/ipad2.css */
@media screen and (min-width: 48rem) and (max-width: 96.875rem) {
    .product .item_text p.title {
        font-size: 16px;
    }

    .product .item_text p.des {
        font-size: 12.8px;
    }

    .choose_us-title_right .swiper-slide {
        white-space: nowrap;
        overflow: hidden;
        padding: 0 16px;
        display: inline-block;
        line-height: 2.1875rem;
        text-overflow: ellipsis;
        text-align: center;
    }
}

@media screen and (min-width: 48rem) and (max-width: 80rem) {
    .you_like-main .swiper-button-next {
        display: none;
    }
}

/*! CSS Used from: https://www.cn-rootsblower.com/wp-content/themes/sytech/assets/css/mobile.css */
@media screen and (max-width: 49.125rem) {
    .content {
        padding: 0 19.2px;
    }

    .choose_us-title_right {
        margin-top: 16px;
    }

    .choose_us-title_right .swiper-slide {
        width: auto;
        font-size: 13.6px;
        padding: 0 16px;
        height: 2.25rem;
        display: inline-block;
        line-height: 2.25rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
    }

    .button_border {
        width: 10rem;
        height: 2.8125rem;
        line-height: 2.8125rem;
        font-size: .9375rem;
    }

    .button_red {
        font-size: .875rem;
        padding: .5rem 1.5625rem;
        margin-top: 32px;
    }

    .product .item_img {
        height: 16.25rem;
    }

    .product .item_text p.title {
        font-size: 1.0625rem;
        padding: 0 8px;
    }

    .product .item_text p.des {
        font-size: .8125rem;
        line-height: 1.6;
    }

    .product .item_text {
        padding: .9375rem 0;
    }

    .product {
        height: auto;
    }

    .you_like .you_like-main {
        margin-top: 48px;
    }

    .home_products .you_like .you_like-main {
        margin-top: 0;
    }

    .home_products .you_like .button_border {
        margin-top: 0;
    }

    .you_like .you_like-main {
        overflow: hidden;
        position: relative;
    }

    .you_like .button_border {
        margin-top: 32px;
        width: 11.25rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .you_like .you_like-main .product .item_text {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home .you_like-main .products .product {
        box-shadow: none !important;
        border: .0625rem solid #f2f4ef;
    }

    .home .you_like-main .products {
        min-height: 64px;
    }

    .you_like .you_like-main .product div.item_img .img {
        transform: none;
        background-size: contain;
        background-color: transparent;
    }

    .you_like .you_like-main .product .item_text p.title {
        font-size: 1rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .you_like .you_like-main .product .item_text p.des {
        margin-top: .5rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .you_like {
        overflow: hidden;
    }

    .product .item_text p.title {
        font-size: .9375rem;
        line-height: 24px;
    }

    .product .item_text p.des {
        margin-top: .3125rem;
    }

    .home_products {
        padding-bottom: 0;
        /* padding-top: 80px; */
    }

    .home_products div.head h2 {
        font-size: 1.875rem;
    }

    .home_products div.head {
        margin-bottom: 32px;
    }

    .home_products div.choose_us-title_right {
        margin-bottom: 0;
    }

    .home_products div.choose_us-title_right .swiper_products_nav {
        overflow-x: auto;
    }

    .home_products div.choose_us-title_right .swiper>ul {
        width: max-content;
    }

    .home_products div.choose_us-title_right .swiper>ul .swiper-slide {
        margin: 0;
        line-height: 1;
        font-size: .875rem;
    }

    .home_products .button_red {
        margin-top: 16px;
        opacity: 1;
        padding: 6.4px 0;
    }

    span.subtitle {
        margin-bottom: 8px;
        font-size: .875rem;
    }
}

/* #endregion */


.tags{
    margin-top:6.5rem;
    font-size: 1.3125rem; 
    justify-content: center;
    border-bottom: .0625rem solid #ededed;
}
.tags .tag{line-height: 5.625rem;margin-right: 2.25rem;position: relative;top: 2px;}
.tags a{color: #979797;display: inline-block; height: 100%;font-size: 20px;}
.tags .tag-active,
.tags .tag:hover
{border-bottom: 4px solid var(--primary-color);}
.tags .tag-active a,
.tags .tag:hover a
{color: black;}




/* #region 产品特征 */      
.product-detail{padding-top: 1.625rem;}
.product-detail a{
    color:unset;
    text-decoration:unset;
}
.product-detail p  
 .button{
    text-decoration:none;
    text-align:center;
    display:inline-block;
    padding:14.4px 48px;
    border-radius:.1875rem;
    font-weight:500;
    font-size:14.4px;
    cursor:pointer;
    text-transform:uppercase;
    transition:all 0.3s;
    color:rgba(0, 0, 0, .8);
    border:.0625rem solid rgba(0, 0, 0, .1);
}
 .product-detail h2{
    font-size:24px;
    font-weight:500;
}
 .view-more{
    padding:12.8px 60.8px;
    font-size:17.6px;
    font-weight:600;
    color:#000;
    border-radius:.3125rem;
    border-color:#c4c4c4;
}
 .button.view-more{
    padding:16px 60.8px;
}
 .view-more:hover{
    background-color:var(--hover);
    color:white;
    border-color:var(--hover);
}
 .is-layout-flex{
    display:flex;
    align-items:center;
}
 .is-layout-flex>div{
    width:50%;
}
.product-detail div.wp-block-columns div.wp-block-column:first-of-type{max-width: 30.625rem;}
.product-detail div.wp-block-columns div.wp-block-column:last-of-type{
    max-width: 624px;
    max-height: 421px;
    border-radius: .625rem;overflow: hidden;
}
.product-detail div.wp-block-columns div.wp-block-column:last-of-type img{
    text-align: right;
    border-radius: .625rem;overflow: hidden;}
 .product-detail div.wp-block-columns div.wp-block-column p{
    max-width:28.125rem;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
}
.product-detail p {
   line-height: 30px;
    font-size: 14px;
    color: #808080;
}
.product-detail div.wp-block-columns div.wp-block-column .subtitle{
    font-size: .875rem;
    color: var(--primary-color);
    padding-bottom: 3.3125rem;
}
.product-detail div.wp-block-columns div.wp-block-column .num{
    display:none;
    padding-top: 3.75rem;
}
.product-detail div.wp-block-columns div.wp-block-column .num p{
    color: #0068d5;
    font-size: 2rem;
}
.product-detail div.wp-block-columns div.wp-block-column .num p:last-of-type{
    font-size: 1.0625rem;
    color: #242424;
}
 .product-detail div.wp-block-columns{
    margin-bottom:6.875rem;
    align-items:center!important;
}

 .product-detail h2{
    text-align: left;
    font-size:24px;
    position:relative;
    color:#333;
    padding-bottom: 1.25rem;
    font-weight: bold;
}
.product-detail div.wp-block-columns:last-of-type{margin-bottom: 0;}
 .product-detail h2:after{
    content:"";
    width:3.125rem;
    height:.0625rem;
    position:absolute;
    left:0;
    bottom:0;
    background:var(--hover);
}
 .product-detail .view-more{
    padding:.9375rem 2.5rem;
    font-weight:500;
}
 #feature .wp-block-columns{
    justify-content: space-between;
    align-items:center!important;
}

.product-detail div.wp-block-columns:nth-child(2n) .num{
    display: block !important;
}
 .more-feature{
    display:none;
}
 @media screen and (max-width: 49.125rem){
     .content{
        padding:0 19.2px;
    }
}
 @media screen and (max-width: 49.125rem){
     h2{
        font-size:24px;
        padding-bottom:16px;
        padding-top:8px;
    }
     .button.view-more{
        padding:9.6px 32px;
        font-size:14.4px;
    }
     .product-detail h2{
        font-size:1.375rem;
        padding-bottom:1.25rem;
        margin-bottom:.9375rem;
    }
     .product-detail img{
        display:inline-block;
        margin:16px 0;
    }
     .product-detail div.is-layout-flex:nth-of-type(2n) div.wp-block-column:nth-of-type(2){
        padding:0;
    }
     .product-detail div.is-layout-flex{
        margin-bottom:1.25rem;
    }
} 
 @media all{
     .wp-block-columns{
        display:flex;
        margin-bottom:1.75em;
        box-sizing:border-box;
        flex-wrap:wrap!important;
        align-items:normal!important;
    }
     @media (min-width:48.875rem){
         .wp-block-columns{
            flex-wrap:nowrap!important;
        }
    }
     @media (max-width:48.8125rem){
         .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
            flex-basis:100%!important;
        }
    }
     @media (min-width:48.875rem){
         .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
            flex-basis:0;
            flex-grow:1;
        }
    }
     .wp-block-column{
        flex-grow:1;
        min-width:0;
        word-break:break-word;
        overflow-wrap:break-word;
    }
     .wp-block-image img{
        height:auto;
        max-width:100%;
        vertical-align:bottom;
    }
     .wp-block-image img{
        box-sizing:border-box;
    }
     html :where(img[class*=wp-image-]){
        height:auto;
        max-width:100%;
    }
     figure{
        margin:0 0 1em;
    }
}

 body .is-layout-flex{
    display:flex;
}
 body .is-layout-flex{
    flex-wrap:wrap;
    align-items:center;
}
 body .is-layout-flex > *{
    margin:0;
}
 .wp-block-columns.wp-container-3,.wp-block-columns.wp-container-6{
    flex-wrap:nowrap;
}

/* #endregion */

/* #region table-col */

.table-col table{
    width: 100%;
    border-collapse: collapse;
}
.table-col table tr:nth-of-type(2n-1){
    /* background-color: #F3F6F1; */
}
.table-col table tr td{
    width: 25%;
    font-size: 0.9rem;
    line-height: 2.875rem;
    color: #333333;
    text-align: center;
    border: 1px solid #eee;
    width: auto;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgb(248, 248, 248);
}

/* .table-col table tr td:nth-of-type(1){
    padding-left: 4.125rem;
    width: 15%;
    text-align: left;
    color: #666666;
} */
/* .table-col table tr td:nth-of-type(2){width:30%;text-align: center;}
.table-col table tr td:nth-of-type(3){
    text-indent: -5em;
} */
/* .table-col table tr td:last-of-type{
    text-indent: -10em;
} */
/* #endregion */

/* #region advantage */

.advantage>p{
    font-size: 18px;
    margin-bottom: 1.875rem;
    color: #333333;
}
.advantage>ul li{
    /* list-style:inside url(../../../../themes/sytech/assets/img/round-dot.png); */
    color: #808080;
    font-size: .875rem;
    line-height: 2.0625rem;
    padding-left: 22px;
    position: relative;
}
.advantage>ul li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #62a734;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
}
/* #endregion */

