@charset "utf-8";
@import url('reset.min.css');
@import url('flex.min.css');
@import url('animate.min.css');
@import url('swiper.min.css');
/* Font Awesome cargado desde CDN en HTML - @import url('../../../../public/plugins/font-awesome-4.7.0/css/font-awesome.min.css'); */

* {
    font-family: ‘TitilliumWeb’,Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none !important;
}

/*font*/
@font-face {
    font-family: 'berlinSansFb';
    src: url(../font/Berlin_Sans_FB_Demi_Bold.ttf);
}
@font-face {
    font-family: 'TitilliumWeb';
    src: url('../fonts/TitilliumWeb.html');
    src: url('../fonts/TitilliumWebd41d.html?#iefix') format('embedded-opentype'),
    url('../fonts/TitilliumWeb-2.html') format('woff2'),
    url('../fonts/TitilliumWeb-3.html') format('woff'),
    url('../fonts/TitilliumWeb-4.html#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --theme-color: #6FE317;
    --theme-font-color: #333;
    --theme-font-size: 14px;
    --theme-font-hover-color: #bfde13;
    --theme-font-face-berlin: 'berlinSansFb';
}

body {
    font-size: var(--theme-font-size);
}
.text-truncate-1 {text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1; -webkit-box-orient: vertical;}
.text-truncate-2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.text-truncate-3{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}
.pagination{
    text-align: center;
    display: -ms-flexbox;
    display: flex;justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-bottom: 15px;
}
.pagination li{ display: inline-block; line-height: 30px; background:var(--theme-color); color: #fff;  border: 1px var(--theme-color) solid; border-radius: 5px; padding: 0 15px; margin: 0 10px;}
.pagination li a{color: #fff; }
.articlePages .pre span:after,.articlePages .next span:after{
    content: ";";display: inline-block; padding: 0 5px;
}

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

    100% {
        opacity: 1;
    }
}

.shadow {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99 !important;
    top: 0;
    left: 0;
    display: none;
}

.shadow.active {
    display: block;
    animation: shadowShow .5s 1;
}

.mr5 {
    margin-right: 10px;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

/*app style begin*/
.all.active {
    height: 100vh;
    overflow: hidden;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 28px;
}

/*header*/
.headerBar {
    height: 53px;
    background-color: var(--theme-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.headerBar .l, .headerBar .r {
    height: 53px;
}

.headerBar .l {
    font-size: var(--theme-font-size);
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.headerBar .l p {
    margin-left: 48px;
}

.headerBar .l a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.headerBar .l a:hover {
    text-decoration: underline;
    color: #666;
}

.headerBar .l i {
    margin-right: 22px;
}

.headerBar .r .search {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
}

.headerBar .r .search i {
    color: #e4eb71;
}

.headerBar .r .input {
    margin-left: 15px;
    height: 28px;
    background: #fff;
    border-radius: 5px;
    border: 0;
    padding: 0 5px;
    box-sizing: border-box;
    color: #333;
}

.headerBar .r .input::placeholder, .headerBar .r .input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.headerBar .r  .icons {
    margin-left: 30px;
}

.headerBar .r .icons a {
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
}

.headerBar .r .icons a:last-child {
    margin-right: 0;
}

.headerBar .r .icons a:hover {
    color: #eee;
}

header {
    height: 96px;
    background: url(/template/pc/skin/images/hbg.jpg) center repeat-x;
}
header.fixed-top{ position: fixed; top: 0; left: 0; width: 100%; z-index: 100;}
header nav>ul>li {
    margin-right: 43px;
    z-index: 9999;
}

header nav>ul>li:last-child {
    margin-right: 0;
}

header nav>ul>li:last-child {
    margin-right: 0;
}

header nav>ul>li>a {
    font-size: var(--theme-font-size);
    color: #fff;
    line-height: 100px;
}

header nav li a:hover, header nav>ul>li>a.active {
    color: #fff;
    opacity: .7;
}

header nav>ul>li>ul {
    display: none;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    width: 150px;
    border: 1px solid #b9b9b9;
    background-color: #fff;
}

header nav>ul>li:hover>ul {
    display: block;
    animation: fadeInDown2 .5s;
}

header nav>ul>li>ul>li {
    padding: 5px;
}

header nav>ul>li:hover>ul>li>a {
    line-height: 150%;
    padding: 10px 0;
}

header nav>ul>li>ul>li>ul {
    display: none;
    left: 100%;
    top: 0;
    width: 150px;
    border: 1px solid #b9b9b9;
    background-color: #fff;
}

header nav>ul>li>ul>li>ul>li {
    padding: 5px;
}

header nav>ul>li>ul>li:hover>ul {
    display: block;
    animation: fadeInDown .5s;
}

header .cart {
    width: 48px;
    height: 48px;
    background-color: #f9fbd0;
    border-radius: 50%;
    font-size: 20px;
}

header .cart span.nums {
    right: -11px;
    top: 0;
    line-height: 22px;
    min-width: 22px;
    background-color: #000;
    border-radius: 50%;
    font-size: var(--theme-font-size);
    color: #fff;
    padding: 0 5px;
}

header .service {
    margin-left: 33px;
    width: 180px;
    height: 58px;
    background-color: #25D366;
    border-radius: 29px;
    font-size: 16px;
    color: #fff;
}

header .service:hover {
    background-color: #000;
}

header .service span {
    width: 29px;
    height: 29px;
    background-color: #f9fbd0;
    border-radius: 50%;
    color: #d7e12a;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes navShow {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes navHide {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.leftNav {
    width: 50%;
    max-width: 400px;
    height: 100vh;
    background-color: #fff;
    z-index: 999 !important;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.leftNav.hide {
    animation: navHide .5s 1;
    transform: translateX(100%);
}

.leftNav.active {
    animation: navShow .5s 1;
    transform: translateX(0);
}

.leftNav a {
    width: 100%;
    height: 1.2rem;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 .2rem;
    font-size: .4rem;
    color: #383838;
}

.indexSwiper img {
    display: block;
    width: 100%;
}

/*footer*/
footer {
    background: url(../images/bg_footer.jpg) no-repeat center top;
    background-size: cover;
}

footer .ft dl {
    padding: 97px 0 63px 0;
}

footer .ft dl dt {
    line-height: 52px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}

footer .ft dl dt hr {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 49px;
    height: 2px;
    border: 0;
    background: url(/template/pc/skin/images/icon_line.png) no-repeat;
}

footer .ft dl dd a {
    line-height: 27px;
    color: #aaa;
    font-size: var(--theme-font-size);
}

footer .ft dl dd a:hover {
    color: #fff;
}

footer .ft dl dd ul li:first-child {
    margin-bottom: 10px;
}

footer .ft dl dd.contactus ul li h2 {
    color: #fff;
}

footer .ft dl dd.contactus ul li h2 i {
    margin-right: 11px;
}

footer .ft dl dd.contactus ul li a {
    line-height: 170%;
}

footer .ft dl dd.contactus .sns {
    margin-top: 30px;
}

footer .ft dl dd.contactus .sns a {
    width: 40px;
    height: 40px;
    background-color: #3b5999;
    border-radius: 50%;
    color: #fff;
    margin-right: 11px;
    font-size: 18px;
}

footer .ft dl dd.contactus .sns a:nth-child(2) {
    background-color: #55acee;
}

footer .ft dl dd.contactus .sns a:nth-child(3) {
    background-color: #0057ff;
}

footer .ft dl dd.contactus .sns a:nth-child(4) {
    background-color: #cd201f;
}

footer .ft dl dd.contactus .sns a:last-child {
    margin-right: 0;
}

footer .ft dl dd.contactus .sns a:hover {
    opacity: .8;
}

footer .ft dl dd.getInTouch {
    width: 387px;
}

footer .ft dl dd.getInTouch h2 {
    line-height: 180%;
    color: #777;
}

footer .ft dl dd.getInTouch ul {
    margin-top: 10px;
}

footer .ft dl dd.getInTouch li {
    margin-bottom: 7px;
}

footer .ft dl dd.getInTouch li:last-child {
    margin-bottom: 0;
}

footer .ft dl dd.getInTouch li .input {
    padding: 0 13px;
    width: 189px;
    height: 33px;
    background-color: #fff;
    border: 0;
}

footer .ft dl dd.getInTouch li textarea {
    padding: 5px 13px;
    width: 100%;
    height: 93px;
    line-height: 130%;
    background-color: #fff;
    border: 0;
}

footer .ft dl dd.getInTouch li button {
    width: 100%;
    height: 38px;
    background: #6FE317;
    border: 0;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

footer .copyright {
    padding: 10px 0;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    background-color: #121212;
    border-top: 3px solid var(--theme-color);
}

.indexproductlist .swiper-slide{ max-width: 240px;}

/*banner*/
.banner, .banner img {
    display: block;
    width: 100%;
}

.banner div {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner div p {
    font-size: 60px;
    color: #fff;
    animation: fadeInUp 1s;
    font-family: var(--theme-font-face-berlin);
}

/*main*/
.mains .l {
    width: 265px;
    padding-bottom: 50px;
}

.mains .l .topname {
    width: 100%;
    height: 94px;
    background: url(../images/bg_products_categoies.jpg) no-repeat;
    font-size: 23px;
    font-family: 'berlinSansFb';
    color: #fff;
}

.mains .l .asideCates {
    border: 1px solid #b3b2b2;
    padding: 18px 30px;
}

.mains .l .asideCates>li>h2 {
    border-bottom: 1px dashed #d6d6d6;
}

.mains .l .asideCates>li>h2>a {
    padding: 8px 0;
    line-height: 30px;
    font-size: 15px;
    color: #666;
}

.mains .l .asideCates>li>h2>i {
    font-size: 22px;
    cursor: pointer;
    color: #666;
}

.mains .l .asideCates>li.active>h2>a, .mains .l .asideCates>li>h2>a:hover {
    color: #bedd13;
}

.mains .l .asideCates>li>ul {
    height: 0;
    max-height: 0;
    transition: all 2s;
}

.mains .l .asideCates>li.active>ul {
    height: auto;
    max-height: 500px;
    transition: all 2s;
}

.mains .l .asideCates>li>ul>li>a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #aeacac;
    border-bottom: 1px dashed #d6d6d6;
    text-indent: 15px;
}

.mains .l .asideCates>li>ul>li>a.active, .mains .l .asideCates>li>ul>li>a:hover {
    color: #bedd13;
}

.mains .r {
    flex: 1;
}

.mains .r:not(.no-magin-left) {
    margin-left: 30px;
}

/*position*/
.position {
    margin-top: 18px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
}

.position i {
    margin: 0 6px 15px 2px;
}

.position a:hover {
    color: var(--theme-font-hover-color);
}

/*Products*/
.productCategries {
    margin: 0 5%;
    padding: 40px 0;
}

.productCategries li {
    width: 20%;
    margin-bottom: 45px;
}

.productCategries li a:hover .img img {
    transform: scale(1.1);
}

.productCategries li .img {
    padding-bottom: 35px;
    background: url(../images/bg_cloud.png) no-repeat center bottom;
    width: 250px;
    height: 235px;
    overflow: hidden;
    line-height: 200px;
    text-align: center;
}

.productCategries li .img img {
    margin-bottom: 20px;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.productCategries li .title {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.productCategries li a:hover .title {
    color: var(--theme-font-hover-color);
}

.inproductlist .img {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
}

.inproductlist .img img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%) scale(1.0);
    max-width:100%;
    max-height: 100%;
    transition:all 2s ease .5s;
}

.inproductlist .img:hover img {
    transform:translate(-50%, -50%) scale(1.2);
    transition: all 1s;
}
.inproductlist .modelno{
    text-align: center;
}
.inproductlist .modelno span{
    display:none;
}
.inproductlist .modelno span:after{
 content: ":"; display: inline-block; padding: 0 5px;
}

.productlist li {
    width: calc( (100% - 99px) / 4 );
    margin-bottom: 33px;
    margin-right: 33px;
    overflow: hidden;
}

.productlist li:nth-child(4n) {
    margin-right: 0;
}

.productlist li .img {
    width: 280px;
    height: 280px;
    background-color: #f2f2f2;
    font-size: 0;
    line-height: 280px;
    text-align: center;
}

.productlist li .img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
}

.productlist li .img:hover img {
    transform: scale(1.1);
    transition: all 1s;
}

.productlist li .compare {
    width: 50%;
    height: 28px;
    background-color: #666;
    color: #fff;
    font-size: var(--theme-font-size);
    border: 0;
}

.productlist li .compare::before {
    content: '';
    display: block;
    width: 17px;
    height: 14px;
    background-color: #e1dfdf;
    margin-right: 6px;
}

.productlist li .addcart {
    width: 50%;
    height: 28px;
    background-color: var(--theme-color);
    color: #fff;
    font-size: var(--theme-font-size);
    border: 0;
}

.productlist li article {
    margin-top: 6px;
}

.productlist li article .title {
    line-height: 150%;
    color: #333;
    width: calc(100% - 92px);
}
.productlist li article .sku span:after{ content: ":"; padding: 0 5px;}
.productlist li .quickview {
    width: 90px;
    height: 25px;
    background-color: var(--theme-color);
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
}

.productlist li .quickview:hover {
    background-color: #666;
}

/*cart*/
.cart li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.cart li .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.cart li img {
    object-fit: contain;
    width: 70px;
    height: 70px;
    margin: 15px;
}

.cart li .title {
    margin-left: 10px;
}

.cart li a:hover .title {
    color: var(--theme-font-hover-color);
}

.cart li .ops i {
    margin-right: 10px;
}

.cart li .ops a:hover {
    color: var(--theme-font-hover-color);
}

/*compare*/
.comparesModel {
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #494949;
    padding: 34px 0;
    z-index: 9999;
    display: none;
}

.comparesModel.active {
    display: block;
    animation: fadeInUp 1s;
}

.comparesModel .close {
    color: #fff;
    font-size: 30px;
}

.comparesModel .close i {
    color: #fff;
}

.comparesModel .close a:hover i {
    transform: rotate(360deg);
}

.comparelist {
    white-space: nowrap;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
    width: 1200px;
}


.comparelist li {
    margin-right: 9px;
}

.comparelist .img {
    width: 260px;
    height: 222px;
    background-color: #fff;
}

.comparelist img {
    width: 230px;
    height: 192px;
    margin: 15px;
    object-fit: contain;
}

.comparesModel .compareItems {
    width: 166px;
    height: 32px;
    background-color: #000;
    bottom: 43px;
    right: -187px;
    color: #fff;
    padding: 0 8px;
}

.comparesModel .clearAllCompares {
    width: 166px;
    height: 32px;
    background-color: #000;
    bottom: 0;
    right: -187px;
    color: #fff;
    padding: 0 8px;
}

.comparesModel .compareItems i ,.comparesModel .clearAllCompares i {
    color: var(--theme-color);
    font-size: 18px;
}

.comparelist li .title {
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    line-height: 180%;
    color: #fff;
    text-align: center;
}

.showCompareItemsModel {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 34px 0;
    z-index: 9999;
    display: none;
    padding: 0 5%;
}

.showCompareItemsModel.active {
    display: block;
    animation: fadeInUp 1s;
}

.showCompareItemsModel .titles {
    padding-right: 10px;
    padding-top: 438px;
}

.showCompareItemsModel .titles li {
    width: 100%;
    padding: 10px;
    line-height: 160%;
    font-size: 15px;
    color: #333;
    height: 52px;
    margin-bottom: 2px;
    text-align: right;
}

.showCompareItemsModel .close i {
    font-size: 30px;
}

.compareItemslist {
    overflow: hidden;
    overflow: scroll;
    overflow-y: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.compareItemslist li {
    width: 366px;
    margin-right: 11px;
}

.compareItemslist li:last-child {
    margin-right: 0;
}

.compareItemslist .img {
    width: 366px;
    height: 340px;
    background-color: #eee;
    line-height: 340px;
}

.compareItemslist .img img {
    width: 276px;
    height: 250px;
    margin: 45px;
    object-fit: contain;
}

.compareItemslist .title {
    width: 100%;
    padding: 10px;
    line-height: 160%;
    background-color: #eee;
    font-size: 15px;
    color: #333;
    margin: 10px 0;
}

.compareItemslist li dt {
    width: 100%;
    padding: 10px;
    line-height: 32px;
    background-color: #eee;
    color: #666;
    text-align: center;
    margin-bottom: 2px;
    overflow: hidden;
    height: 52px;
}

.compareItemslist li dt:last-child {
    height: auto;
}

.compareItemslist li dt i {
    color: #d6d6d6;
    font-size: 20px;
}

/*productDetail*/
.productDetail .l {
    width: 535px;
}

.productDetail .l .originPhoto {
    width: 100%;
    height: 490px;
    border: 1px solid #b9b9b9;
    text-align: center;
    line-height: 488px;
}

.productDetail .l .originPhoto img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.productDetail .l .productDetailSwiper {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.productDetail .l .productDetailSwiper .swiper-slide {
    border: 1px solid #bebebe;
    cursor: pointer;
}

.productDetail .l .productDetailSwiper .swiper-slide img {
    padding: 15px;
}

.productDetail .r {
    width: 550px;
}

.productDetail .r h1 {
    line-height: 190%;
    font-size: 20px;
    color: #000;
}

.productDetail .r h3 {
    line-height: 190%;
    font-size: 16px;
    color: #000;
}
.productDetail .r h3 span:after{
    content: ":";
    display: inline-block;
    padding: 0 5px;
}
.productDetail .r .opts {
    margin-top: 20px;
}

.productDetail .r .opts li {
    line-height: 40px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #807f7f;
}

.productDetail .r .opts li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: var(--theme-color);
    border-radius: 50%;
    margin-right: 11px;
}

.productDetail .r .opts li b {
    color: #000;
    margin-right: 5px;
    display: inline-block;
}

.productDetail .r .btns {
    margin-top: 40px;
}

.productDetail .r .btns i {
    margin-right: 25px;
    font-size: 27px;
}

.productDetail .r .btns a:first-child {
    width: 236px;
    height: 61px;
    background-color: var(--theme-color);
    font-size: 18px;
    color: #fff;
}

.productDetail .r .btns a:first-child:hover {
    box-shadow: 0 0 5px #666;
}

.productDetail .r .btns a:last-child {
    width: 236px;
    height: 61px;
    background-color: #000;
    font-size: 18px;
    color: #fff;
    margin-left: 8px;
}

.productDetail .r .btns a:last-child:hover {
    box-shadow: 0 0 5px #666;
}

.productDetail .r .sns {
    margin-top: 32px;
    width: 100%;
    border-top: 1px solid #e8e8e1;
    padding-top: 23px;
}

.productDetail .r .sns a {
    margin-right: 34px;
    font-size: 30px;
    color: #3a589b;
}

.productDetail .r .sns a:nth-child(2) {
    color: #00c300;
}

.productDetail .r .sns a:nth-child(3) {
    color: #1cb7eb;
}

.productDetail .r .sns a:nth-child(4) {
    color: #25d366;
}

.productDetail .r .sns a:nth-child(5) {
    color: #cb4b3d;
}

.productDetail .r .sns a:nth-child(6) {
    color: #3c5e82;
}

.relatedProduts {
    margin-top: 60px;
    margin-bottom: 60px;
}

.relatedProduts h2 {
    height: 45px;
    font-size: 20px;
    margin-bottom: 20px;
}

.relatedProductsSwiper {
    overflow: hidden;
}

.relatedProductsSwiper .swiper-slide {
    border: 1px solid #bbb;
}

.relatedProductsSwiper .swiper-slide a p {
    width: 100%;
    line-height: 180%;
    padding: 10px;
    background: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    transform: translateY(100%);
}

.relatedProductsSwiper .swiper-slide a:hover p {
    transform: translateY(0);
}

/*newslist*/
.newslist {
    width: 100%;
}

.newslist li {
    border-bottom: 1px dashed #ccc;
}

.newslist li a {
    height: 45px;
}

.newslist li a i {
    margin-right: 10px;
}

.newslist li a:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.news .addtime {
    border-bottom: 1px dashed #ccc;
    font-size: var(--theme-font-size);
}

.introduction {
    padding: 15px 10px;
    line-height: 180%;
}

/*about*/
.about1 {
    padding: 46px 0;
    background: url(../images/bg_about1.jpg) no-repeat center 84px;
}

.about1 .tname {
    line-height: 160%;
    font-size: 24px;
    color: #bfde13;
}

.about1 p.des {
    margin: 25px 0 10px 0;
    line-height: 120%;
    font-size: 48px;
    color: #333;
    font-family: var(--theme-font-face-berlin);
}

.about1 p.des b {
    color: var(--theme-color);
}

.about1 .content {
    margin-top: 25px;
}

.about1 .datas {
    margin: 50px 0 190px 0;
    padding: 0 8%;
}

.about1 .datas .n {
    padding: 0 50px;
    line-height: 120%;
    font-size: 80px;
    color: var(--theme-color);
}

.about1 .datas .n span {
    line-height: 100%;
    font-size: 60px;
    right: 0;
    top: 0;
}

.about1 .datas .title {
    line-height: 170%;
    font-size: 22px;
    color: #000;
}

.about2 {
    padding: 75px 0;
}

.about2::before {
    content: '';
    display: block;
    width: 100%;
    height: 535px;
    background-color: #1c232c;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.about2 .tname {
    line-height: 170%;
    font-size: 60px;
    font-family: var(--theme-font-face-berlin);
    color: #fff;
}

.about2 .tname::after {
    content: '';
    display: block;
    width: 56px;
    height: 5px;
    background-color: var(--theme-color);
    border-radius: 2px;
}

.about2 p.des {
    margin: 25px 0 84px 0;
    line-height: 170%;
    color: #fff;
}

.about2 .video::before {

}

.about3 {
    padding: 141px 0 150px 0;
    background: #2c3137;
    overflow: hidden;
}

.about3 .tname {
    top: 81px;
    left: 0;
    width: 100%;
}

.about3 .tname .wrapper {
    padding-left: 96px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    font-family: var(--theme-font-face-berlin);
    text-transform: capitalize;
    line-height: 120%;
}

.about3 .tname .wrapper::after {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background-color: var(--theme-color);
}

.about3 .swiper-slide {
    transform: scaleX(.7);
    opacity: 0;
}

.about3 .swiper-slide-active {
    transform: scale(1.5);
    opacity: 1;
}

.about3 .swiper-slide img {
    width: 100%;
}

.about3 .swiper-slide-active img {
    margin-top: 30px;
}

.about3 .swiper-slide-prev {
    transform: translateX(-40%);
    opacity: .5;
}

.about3 .swiper-slide-next {
    transform: translateX(40%);
    opacity: .5;
}

.about3 .swiper-slide .year {
    margin-top: 83px;
    font-size: 36px;
    color: #676a6f;
    font-family: var(--theme-font-face-berlin);
    font-weight: bold;
}

.about3 .swiper-slide-next .year {
    justify-content: flex-start;
}

.about3 .swiper-slide .title {
    width: 100%;
    background-color: var(--theme-color);
    font-size: 17px;
    color: #fff;
    padding: 10px;
    line-height: 150%;
    text-align: center;
    display: none;
}

.about3 .swiper-slide-active .year {
    margin-top: 43px;
    line-height: 100px;
    font-size: 70px;
    color: #fff;
}

.about3 .swiper-slide-active .title {
    display: block;
}

.about3 .swiper-slide .nums {
    display: none;
}

.about3 .swiper-slide-active .nums {
    display: block;
    font-size: 20px;
    text-align: right;
    color: #fff;
    margin-bottom: 40px;
}

.about3 .swiper-slide-active .nums b {
    color: var(--theme-color);
    font-size: 30px;
}

.about3 .swiper-button-prev {
    left: 2%;
}

.about3 .swiper-button-next {
    right: 2%;
}

.about3 .swiper-button-prev::after, .about3 .swiper-button-next::after {
    color: #fff;
    font-size: 50px;
}


.about4 {
    padding: 30px 0;
}

.about4 .tname {
    line-height: 170%;
    font-size: 60px;
    font-family: var(--theme-font-face-berlin);
    color: #1c232c;
}

.about4 .tname::after {
    content: '';
    display: block;
    width: 56px;
    height: 5px;
    background-color: var(--theme-color);
    border-radius: 2px;
}

.about4 .list {
    margin-top: 40px;
}

.about4 .list li {
    width: calc( (100% - 24px) /3 );
    margin-right: 12px;
    margin-bottom: 15px;
}

.about4 .list li:nth-child(3n) {
    margin-right: 0;
}

.about4 .list li .img, .about4 .list li img {
    width: 100%;
}

.about4 .list li img {
    transition: all 1s;
}

.about4 .list li:hover img {
    transform: scale(1.1);
    transition: all 1s;
}

.about4 .list li .title {
    padding: 10px;
    line-height: 180%;
    font-size: 16px;
    color: #1c232c;
}

.about4 .list li:hover .title {
    color: var(--theme-color);
}

.about5 {
    padding: 75px 0;
    background-color: #f3f4f5;
}

.about5 .tabs {
    height: 41px;
}

.about5 .tabs li {
    font-size: 36px;
    font-family: var(--theme-font-face-berlin);
    color: #1c232c;
    cursor: pointer;
}

.about5 .tabs li.active {
    color: var(--theme-color);
}

.about5 .tabs li.line {
    width: 1px;
    height: 29px;
    background-color: #666;
    margin: 0 130px;
}

.about5 .c {
    margin-top: 80px;
}

.about5 .c .swiper-slide .title {
    padding: 10px;
    line-height: 170%;
    font-size: 16px;
    color: #000;
}

.about5 .c .swiper-slide:hover .title {
    color: var(--theme-color);
}

.about5 .c .prev, .about5 .c .next {
    width: 36px;
    height: 28px;
    background: url(/template/pc/skin/images/icon_aprev.png) no-repeat;
    position: absolute;
    top: 40%;
    z-index: 9999;
}

.about5 .c .prev {
    left: -150px;
}

.about5 .c .next {
    right: -150px;
}

.about5 .c .next {
    transform: rotate(180deg);
}

/*why*/
.why1 {
    margin-top: 8px;
}

.why1 .wrap {
    background-color: #1c232c;
}

.why1 .tname {
    font-size: 60px;
    font-family: var(--theme-font-face-berlin);
    color: #000;
}

.why1 .img, .why1 .c {
    width: 50%;
}

.why1 .c {
    padding: 0 130px 0 90px;
    height: 100%;
}

.why1 .c .title {
    margin-bottom: 40px;
    line-height: 180%;
    font-size: 48px;
    color: #fff;
}

.why1 .c .title b {
    color: var(--theme-color);
}

.why1 .c .content {
    line-height: 230%;
    font-size: 18px;
    color: #fff;
}


.why2 .tname {
    font-size: 60px;
    font-family: var(--theme-font-face-berlin);
    color: #000;
    margin: 40px 0 70px 0;
}

.why2 .tname b {
    color: var(--theme-color);
}

.why2 .wrapper {
    width: 1600px;
}

.why2 .list li {
    width: 20%;
    margin-bottom: 50px;
}

.why2 .list li .img, .why2 .list li .img img {
    max-width: 100%;
}

.why2 .list li:hover .img {
    opacity: .8;
}

.why2 .list li .title {
    font-family: var(--theme-font-face-berlin);
    margin-top: 35px;
    padding: 10px 0;
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 24px;
}

.why2 .list li .des {
    line-height: 140%;
    font-size: 14px;
    color: #666;
}

.how1 {
    padding: 40px 15%;
}

.how1 .img, .how1 .c {
    width: 50%;
}

.how1 .c {
    padding-bottom: 100px;
}

.how1 .c .title {
    font-size: 105px;
    font-family: var(--theme-font-face-berlin);
    color: #000;
}

.how1 .c .content {
    line-height: 180%;
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}

.how1 .c .cooperation {
    margin-top: 50px;
    line-height: 65px;
    padding: 0 35px;
    background-color: var(--theme-color);
    font-size: 16px;
    color: #000;
}

.how1 .c .cooperation:hover {
    background-color: #000;
    color: #fff;
}

.how2 .c, .how2 .img {
    width: 50%;
}

.how2 .img img {
    width: 100%;
}

.how2 .c {
    padding: 0 5%;
}

.how2 li {
    margin-bottom: 30px;
}

.how2 .num {
    width: 27px;
    height: 27px;
    background-color: var(--theme-color);
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 10px;
}

.how2 .r {
    margin-left: 17px;
    flex: 1;
}

.how2 .r .title {
    line-height: 180%;
    font-size: 24px;
}

.how2 .r .content {
    line-height: 150%;
    font-size: 16px;
    color: #666;
}

/*index*/
.indexSwiper {
    width: 100%;
    overflow: hidden;
}
.order-1{order: -1;}
.indexSwiper .swiper-pagination-bullet {
    width: 51px;
    height: 5px;
    border-radius: 2px;
    background-color: #aaa;
    opacity: 1;
}

.indexSwiper .swiper-pagination-bullet-active {
    background-color: var(--theme-color);
}

.indexSwiper .swiper-button-next::after, .indexSwiper .swiper-button-prev::after {
    color: var(--theme-color);
    font-size: 40px;
}

.indexSwiper .swiper-button-next {
    right: 10px;
}

.indexSwiper .swiper-button-prev {
    left: 10px;
}

.indexProductCategories {
    margin: 25px auto;
}

.indexProductCategories h2 {
    font-size: 20px;
    color: var(--theme-color);
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.indexProductCategories .c {
    overflow: hidden;
    margin-bottom: 20px;
}

.indexProductCategories .c .c2 {
    width: calc(100% - 280px);
    overflow: hidden;
    padding: 0 40px;
}

.indexProductCategories .swiper-button-next::after, .indexProductCategories .swiper-button-prev::after {
    color: var(--theme-color);
    font-size: 40px;
}

.indexProductCategories .swiper img {
    border: 5px solid #f5f5f5;
    border-radius: 2px;
}

.indexProductCategories .category-photo {
    width: 250px;
}

.indexProductCategories .category-photo a {
    display: block;
    overflow: hidden;
    width: 100%;
}

.indexProductCategories .category-photo img {
    width: 100%;
    transition: all .5s;
}

.indexProductCategories .category-photo a:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.index1 {
    padding: 40px 0;
}

.index1 h2.small {
    line-height: 180%;
    font-size: 16px;
    color: var(--theme-color);
}

.index1 h2.big {
    line-height: 180%;
    font-size: 60px;
    font-family: var(--theme-font-face-berlin);
    color: #000;
}

.index2 {
    padding: 40px 0;
    background-color: #f4f4f4;
}

.index2 h2.small {
    line-height: 180%;
    font-size: 18px;
    color: #666;
}

.index2 h2.big {
    line-height: 180%;
    font-size: 60px;
    font-family: var(--theme-font-face-berlin);
    color: #000;
}

.index2 .c {
    padding: 50px 0;
    margin: 0 9%;
    overflow: hidden;
}

.index2 article {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(186,210,54,.8);
    opacity: 0;
}

.index2 a:hover article {
    opacity: 1;
}

.index2 .img {
    width: 100%;
}

.index2 img {
    width: 100%;
    padding: 35px;
}

.index2 article .title {
    line-height: 180%;
    font-size: 26px;
    color: #fff;
}


.index2 article .des {
    margin-top: 18px;
    line-height: 170%;
    color: #fff;
}

.index2 article .more {
    width: 132px;
    height: 43px;
    background-color: #fff;
    border: 0;
    margin-top: 56px;
    font-size: 16px;
    color: #bfde13;
}

.index2 .button-next, .index2 .button-prev {
    color: #8a8a8a;
    font-size: 60px;
    top: 50%;
    cursor: pointer;
}

.index2 .button-next {
    right: calc( (100% - 82vw) / 2 - 90px );
}

.index2 .button-prev {
    left: calc( (100% - 82vw) / 2 - 90px );
}

.index2 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #aaa;
    opacity: 1;
}

.index2 .swiper-pagination-bullet-active {
    background-color: var(--theme-color);
}

.index3 {
    background-color: #6FE317;
    padding: 60px 0;
    
}

.index3 .datas {
    margin: 50px 0;
    padding: 0 8%;
}

.index3 .datas .n {
    padding: 0 50px;
    line-height: 120%;
    font-size: 80px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.index3 .datas .n span {
    line-height: 100%;
    font-size: 60px;
    right: 0;
    top: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.index3 .datas .title { 
    line-height: 170%;
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.index4 {
    background-color: #050c1d;
    padding: 60px 0;
}

.index4 h2.small {
    line-height: 180%;
    font-size: 16px;
    color: var(--theme-color);
}

.index4 h2.big {
    line-height: 180%;
    font-size: 60px;
    color: #fff;
    font-family: var(--theme-font-face-berlin);
}

.index4 h2.big2 {
    line-height: 120%;
    font-size: 60px;
    color: var(--theme-color);
    font-family: var(--theme-font-face-berlin);
}

.index4 ul {
    margin-top: 60px;
}

.index4 ul li {
    max-width: 250px;
}

.index4 ul li .title {
    font-size: 18px;
    color: var(--theme-color);
    margin-top: 40px;
    line-height: 160%;
}

.index4 ul li .content {
    margin-top: 14px;
    color: #fff;
    line-height: 160%;
}

.index5 {
    padding: 65px 0;
    background-color: #fff;
}

.index5 h2.small {
    line-height: 180%;
    font-size: 18px;
    color: var(--theme-color);
}

.index5 h2.big {
    line-height: 180%;
    font-size: 60px;
    font-family: var(--theme-font-face-berlin);
    color: #000;
    margin-bottom: 35px;
}

.index5 .swiper-slide {
    background-color: #f8f7ff;
    padding: 64px 0 43px 0;
}

.index5 .swiper-slide .img, .index5 .swiper-slide img {
    width: 90px;
    height: 90px;
    border-right: 50%;
}

.index5 .swiper-slide .img::after {
    content: '';
    display: block;
    width: 49px;
    height: 49px;
    background: url(/template/pc/skin/images/icon_douhao.png) no-repeat;
    position: absolute;
    left: 64px;
    top: 49px;
}

.index5 .swiper-slide .title {
    font-size: 22px;
    line-height: 130%;
    margin-top: 50px;
}

.index5 .swiper-slide .des {
    margin-top: 30px;
    font-size: 15px;
    line-height: 160%;
    color: #666;
    max-width: 90%;
}

.index5 .swiper-slide .name {
    font-size: 15px;
    color: #aaa;
}

.index5 .swiper-slide:hover {
    box-shadow: 0 0 5px #ccc;
}

.index5 .button-next, .index5 .button-prev {
    color: #fff;
    font-size: 40px;
    top: 50%;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-color: #f2f2f2;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.index5 .button-next {
    right: calc( (100% - 82vw) / 2 );
}

.index5 .button-prev {
    left: calc( (100% - 82vw) / 2 );
}


.guestbook {
    width: 100%;
    max-width: 500px;
}

.guestbook h2 {
    line-height: 180%;
    color: #777;
}

.guestbook ul {
    margin: 20px;
}

.guestbook li {
    margin-bottom: 7px;
}

.guestbook li:last-child {
    margin-bottom: 0;
}

.guestbook li .input {
    padding: 0 13px;
    width: 48%;
    height: 33px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.guestbook li textarea {
    padding: 5px 13px;
    width: 100%;
    height: 93px;
    line-height: 130%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.guestbook li button {
    width: 100%;
    height: 38px;
    background: #bfde13;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.guestbook2 {

}

.guestbook2 li {
    margin-bottom: 15px;
}

.guestbook2 li article {
    margin-bottom: 8px;
}

.guestbook2 li .input {
    padding: 0 13px;
    height: 33px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.guestbook2 li.w100 .input {
    width: 100%;
}

.guestbook2 li.w50 .input {
    width: 50%;
}


.guestbook2 li.w48 div {
    width: 48%;
}

.guestbook2 li.w48 div .input {
    width: 100%;
}

.guestbook2 li textarea {
    padding: 5px 13px;
    width: 100%;
    height: 93px;
    line-height: 130%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.guestbook2 li button {
    width: 100%;
    height: 38px;
    background: #bfde13;
    border: 0;
    font-size: 16px;
    color: #fff;
}

/* Estilos base del sidebar - solo para versión de escritorio */
.productsSidebar {
    width: 350px;
    max-width: 80%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    box-shadow: 0 0 5px #666;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.productsSidebar.active {
    transform: translateX(0);
}

/* Mantenemos los estilos originales sin cambios */
.productsSidebar dt {
    padding: 0 10px;
    height: 60px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    color: var(--theme-color);
}

.productsSidebar dt i {
    font-weight: normal;
    cursor: pointer;
}

.productsSidebar dd>ul {
    width: calc(100% - 40px);
    margin: 0 20px;
    height: calc(100% - 60px);
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

.productsSidebar dd>ul>li {
    border-bottom: 1px solid var(--theme-color);
    padding: 0 5px;
    line-height: 40px;
}

.productsSidebar a:hover {
    color: var(--theme-color);
}

.productsSidebar dd>ul>li>ul {
    margin: 0 0 0 20px;
}

.productsSidebar dd>ul>li>ul>li>ul {
    margin: 0 0 0 20px;
}

.productsSidebar .son {
    display: none;
}

.productsSidebar .son.active {
    display: block;
}

/* Mantenemos las clases de utilidad originales */
.showM {
    display: none;
}

.showPc {
    display: -webkit-flex;
    display: flex;
}

[v-cloak] {
    display: none;
}

.bannerbg{
    position: relative;
}
.contactbox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.contactbg{
    background: rgba(255,255,255,0.5);
    padding: 25px;
}
.contactmessage{
    width:47%;
    background: #fff;
}
.contactguestbook ul{ padding:20px;}
.contacttxt{
    width: 47%;
}
.contactmessageli .inputs{
    width: 100%;
    border: 1px #f9f9f9 solid;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 10px;
}
.contactmessagetitle{
    background: #08415f;
    line-height: 48px;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
}
.contactmessageli .submit{
    width: 100%;
    background: #ff7103;
    line-height: 40px;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
.subcolumn{display:none;padding: 0 0;}
.moblie_head,.a_txt{ display: none;}
.newslist li .flexRight{float: right;}
@media (max-width:992px) {
    .lf {
        float: left
    }

    .rg {
        float: right
    }

    .clear {
        clear: both;
        height: 0px;
        line-height: 0px;
        font-size: 0px
    }

    header {
        height: 44px;
    }

    .headerpc {
        display: none !important;
    }

    .logoimg a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .moblie_head {
        display: block;
        height: 44px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        background: url(/template/pc/skin/images/hbg.jpg) center repeat-x;
        background-color: #333; /* Fallback color */
    }

    .moblie_head .lf {
        padding-top: 10px;
        padding-left: 5%
    }

    .moblie_head .lf img {
        height: 24px
    }

    .moblie_head .rg {
        padding-right: 5%;
        padding-top: 14px
    }

    .moblie_head .rg a img {
        height: 16px;
        vertical-align: top
    }

    .subcolumn {
        display: block;
        padding: 0 15px 15px;
    }

    .subcolumntitle {
        background-color: var(--theme-color);
        color: #fff;
        padding: 0 15px;
        overflow: hidden;
        display: block;
    }

    .subcolumntitle span {
        float: left;
        line-height: 36px;
        font-size: 18px;
        text-transform: uppercase;
    }

    .subcolumntitle i {
        float: right;
        line-height: 36px;
        font-size: 18px;
    }

    .subcolumn ul {
        display: none;
    }

    .subcolumn ul li {
        text-align: center;
        border: 1px #f0f0f0 solid;
        border-radius: 10px;
        overflow: hidden;
        margin: 10px 0;
        line-height: 36px;
    }

    .subcolumn ul li.active {
        background-color: var(--theme-color);
        color: #fff;
    }

    .subcolumn ul li.active a {
        color: #fff;
    }

    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow-x: hidden;
        z-index: 10000
    }

    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: auto;
        min-height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: auto;
        min-height: 100%;
        z-index: 100;
        right: -80%
    }

    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .a_txt .div3 ul li {
        border-bottom: 1px solid #232530
    }

    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .a_txt .div3 ul li .a_js2 {
        background: url(/template/pc/skin/images/plus.png) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_js2_on {
        background: url(/template/pc/skin/images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_txt2 {
        display: none
    }

    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .wrapper, .why2 .wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .indexProductCategories {
        padding: 0 15px;
    }

    .order-1 {
        order: 2;
    }

    .headerBar {
        display: none;
    }

    footer .ft dl {
        padding: 15px;
    }

    footer .ft dl dd.contactus .sns a {
        line-height: 40px;
        text-align: center;
        display: inline-block;
    }

    .u-flex {
        display: block;
        width: 100%;
    }

    .ft dl, .index4 ul li, .indexProductCategories .category-photo,
    .indexProductCategories .c .c2, .mains .r {
        flex: 0 0 auto;
        width: 100% !important;
        padding: 0 0;
    }

    .indexproductlist .u-flex {
        margin: 15px 0;
        display: block !important;
    }

    .inproductlist .modelno {
        height: 32px;
        line-height: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index3 ul li, .index4 ul li, .indexproductlist .swiper-slide {
        max-width: 100% !important;
        padding: 15px;
    }

    .index3 .datas {
        margin: 15px 0;
        display: block !important;
    }

    .index3, .index5, .index5 .swiper-slide {
        padding: 15px 0;
    }

    .index5 h2.big {
        margin-bottom: 15px;
    }

    .index4 ul li .title, .index5 .swiper-slide .title {
        margin-top: 15px;
    }

    .index4 h2.big, .index4 h2.big2, .index5 h2.big, .why1 .tname, .why1 .c .title, .why2 .tname, .how1 .c .title, .about1 p.des, .about2 .tname, .about5 .tabs li {
        font-size: 24px;
    }

    .about3 .swiper-slide-active .year, .about4 .tname, .about3 .tname .wrapper {
        line-height: 150%;
        font-size: 24px !important;
        padding-left: 0 !important;
        text-align: center;
    }

    .index3 .datas .n, .index3 .datas .n span, .about1 .datas .n, .about1 .datas .n span {
        font-size: 32px;
    }

    .productlist li {
        width: 100%;
        padding: 0 15px;
        margin-right: 0;
    }

    .productlist li .img {
        width: 100%;
        height: auto;
        line-height: 100%;
    }

    .productlist li article .title {
        text-align: center;
        width: 100%;
    }

    .productlist li .quickview {
        display: none !important;
    }

    .productCategries {
        margin: 0 0;
    }

    .productCategries li {
        width: 100%;
        padding: 0 15px;
    }

    .productCategries li .img {
        width: 100%;
        height: auto;
    }

    .productCategries li .img img {
        width: 100%;
    }

    .productDetail .l, .productDetail .r {
        width: 100%;
        padding: 0 15px;
    }

    .productDetail .l .originPhoto {
        height: auto;
        line-height: 100%;
    }

    .productDetail .l .productDetailSwiper .swiper-slide img {
        padding: 5px;
    }

    .productDetail .r .btns {
        display: none;
    }

    .productDetail .r .sns a {
        display: inline-block;
        width: auto !important;
    }

    .relatedProduts {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .relatedProduts h2 {
        margin-bottom: 0;
    }

    .why1 .img, .why1 .c {
        width: 100%;
        padding: 0 0;
    }

    .why1 .c .title, .how1 .c .title {
        text-align: center;
        margin-bottom: 0;
        margin-top: 15px;
        width: 100%;
    }

    .why1 .c .content {
        font-size: 14px;
        line-height: 150%;
        padding: 15px;
    }

    .why2 .list li {
        width: 100%;
    }

    .why2 .list li .title {
        font-size: 18px;
        margin-top: 15px;
        padding: 0 0;
        margin-bottom: 15px;
    }

    .how1 .img, .how1 .c, .how2 .c, .how2 .img {
        width: 100%;
    }

    .how1 .c .cooperation {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .how1 {
        padding: 15px 15px;
    }

    .how2 .num {
        display: inline-block !important;
        text-align: center;
        float: left;
    }

    .how2 .r {
        padding-left: 30px;
    }

    .about1 {
        padding: 15px 0;
    }

    .about1 .datas {
        margin: 100px 0 30px 0;
    }

    .about2 p.des {
        margin: 25px 0 25px 0;
    }

    .about5 .tabs li {
        float: left;
        width: 30%;
        text-align: center;
        display: inline-block;
    }

    .about5 .tabs li.line {
        display: none;
    }

    .about5 .tabs li:last-child {
        width: 69%;
    }

    .about5 .c .prev {
        left: 0;
    }

    .about5 .c .next {
        right: 0;
    }

    .article .mains .l {
        display: none !important;
    }

    .mains .r:not(.no-magin-left) {
        margin-left: 0;
    }

    .article {
        margin-bottom: 30px;
    }

    .newslist li, .guestbook2 {
        margin: 0 15px;
    }

    .newslist li .flexRight {
        float: right;
    }

    .contactmessage, .contacttxt {
        width: 100%;
    }

    .contactbox {
        position: relative;
    }

    .contactguestbook ul {
        padding: 15px 0;
    }

    .pagination li {
        padding: 0 5px;
        margin: 0 5px;
        line-height: 20px;
    }
}
/* Solo ajustamos el ancho del sidebar para tablets y pantallas medianas */
/*@media (max-width: 992px) and (min-width: 769px) {
    .productsSidebar {
        width: 300px;
    }
}*/

/* Ocultar la sección de precio en detalles del producto */
.productDetail .r .opts li.price-section {
    display: none !important; /* Ocultar pero mantener el código en el DOM */
}

/* Asegurar que el botón de sincronización de productos sea visible */
.productDetail .r .btns {
    display: flex !important; /* Forzar que se muestre en todas las vistas */
    margin-top: 40px;
}

/* Estilos para el campo de categoría en detalle de producto */
.productDetail .r .opts li.category-field {
    display: flex;
    align-items: center;
}

.productDetail .r .opts li.category-field .category-value {
    margin-left: 10px;
    font-weight: bold;
    color: #000;
}

.productDetail .r .opts li.category-field .edit-category {
    margin-left: 10px;
    background-color: var(--theme-color);
    color: white;
    border: none;
    padding: 2px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.productDetail .r .opts li.category-field .edit-category:hover {
    background-color: #000;
}

/* Improved mobile responsive styles for product detail buttons */
@media screen and (max-width: 768px) {
    .productDetail .r .btns {
        display: flex !important;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
        padding: 0 15px;
    }
    
    .productDetail .r .btns a {
        width: 100% !important;
        height: 50px !important;
        margin-left: 0 !important;
        font-size: 16px !important;
        border-radius: 5px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
        padding: 12px 20px;
        box-sizing: border-box;
        min-height: 50px;
        text-decoration: none !important;
    }
    
    .productDetail .r .btns a:first-child {
        order: 1;
        margin-bottom: 0;
    }
    
    .productDetail .r .btns a:last-child {
        order: 2;
        margin-bottom: 0;
    }
    
    .productDetail .r .btns i {
        margin-right: 10px !important;
        font-size: 18px !important;
        flex-shrink: 0;
    }
    
    /* WhatsApp button specific mobile styles */
    .productDetail .r .btns .whatsapp-btn {
        background-color: #25D366 !important;
        color: white !important;
        border: 2px solid #25D366 !important;
    }
    
    .productDetail .r .btns .whatsapp-btn:hover,
    .productDetail .r .btns .whatsapp-btn:active {
        background-color: #128C7E !important;
        border-color: #128C7E !important;
        color: white !important;
        transform: translateY(1px);
    }
}

/* Tablet responsive styles (769px to 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .productDetail .r .btns {
        margin-top: 30px;
    }
    
    .productDetail .r .btns a {
        width: 200px !important;
        height: 55px !important;
        font-size: 16px !important;
        margin-right: 10px;
    }
    
    .productDetail .r .btns a:last-child {
        margin-left: 10px !important;
    }
    
    .productDetail .r .btns i {
        margin-right: 15px !important;
        font-size: 20px !important;
    }
}

/* Enhanced button hover effects for all screen sizes */
.productDetail .r .btns a {
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.productDetail .r .btns a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.productDetail .r .btns a:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}