@charset "UTF-8";

/*
Theme Name: Product
Theme URI: 
Author: the WordPress gd
*/



body, html {
  overflow-x: hidden; 
  margin:0 !important;
}
html{
  font-size: 16px;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Sora-regular',sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 14.96rem;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.95);  */
}

.logo {
  width: 25%;
  font-weight: bold;
  height: 100%;
}
.nav{
  width: 100%;
  backdrop-filter: blur(10px); 
  background-color: rgba(255, 255, 255, 0.95); 
  height: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
  gap: 0.5rem;
  
}
.logo img{
  width: 2.24rem;
    height: 1rem;
}
.nav-item {
  text-decoration: none;
  color: #1B1D1C;
  position: relative;
  font-family: 'Sora-semibold',sans-serif !important;
  font-style: normal;
  font-weight: 600;
}

#previewImage{
  width: 77%;
  max-width:5.8rem;
  max-height:2.5rem;
}

.nav-item::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #007634;
  transition: width 0.3s ease;
}
.nav-item:hover::before {
  width: 100%;
}

.right-section {
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: flex-end;
}

.search-box {
  display: none;
  margin-right: 10px;
}

.search-box.active {
  display: block;
}

button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}


.dropdown-content {

  width: 100%;  
  max-width: 100%;
  height: 4rem;
  background-color: #F5F5F5;
  position: absolute;
  top: 100%;
  left: 0;
  /* left: -125px; */
  z-index: 199;
  display: flex; 
  /* padding: 37px; */
  box-sizing: border-box;
}

.first-level{
  display: flex;
  justify-content: flex-end;
  width:35%; 
  text-align: center;
  padding: 0.37rem 0px;
}

.second-level{
  width: 25%; 
  padding:0.37rem 0.7rem;
  background-color: #fff;

}
.three-level{
  width: 40%; 
  padding: 0.37rem 0px;
  background-color: #fff;

}

.first-level, .second-level,.three-level {
  box-sizing: border-box;  
 
}

.image-preview img {
  max-width: 100%; 
  max-height: 100%;
}

.view-all-pro{
  width: 5.8rem;
  text-align: right;
  margin-top: 0.3rem;
}

.item {
  height:0.5rem;
  line-height: 0.5rem;
  cursor: pointer;
}

.second-level .item {
  display: flex;      
  justify-content: space-between; 
  height: 0.5rem;
  line-height:0.5rem;
  align-items: center;
}

.second-level .item  img{
  width: 0.12rem;
  height:0.12rem;
}
.first-level .item.selected {
  background-color:#007634 ;

}

.item{
  font-family: 'Sora-regular',sans-serif !important;
  font-style: normal;
  font-weight: 400;
}
.sub-item{
  border-bottom: 1px solid #E5E5E5;

    height: 0.5rem;
    /* line-height: 50px; */
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.sub-item-text{
  font-family: 'Sora-regular',sans-serif !important;
  font-style: normal;
  font-weight: 400;
}
.sub-item-arrow{
  transition: filter 0.3s ease;  
}
.sub-item:hover .sub-item-text {
  color: #000;  
}
.sub-item:hover .sub-item-arrow {
  filter: hue-rotate(-90deg);  
}


.scrollable {
  overflow-y: auto;
  padding-right: 0.2rem;
  cursor: pointer;
}


.scrollable::-webkit-scrollbar {
  width: 6px;  
  height: 3rem;
  background-color: #E5E5E5;  
}


.scrollable::-webkit-scrollbar-thumb {
  background-color: #AAAAAA; 
  
}


.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #AAAAAA; 
}


.scrollable::-webkit-scrollbar-button {
  display: none; 
}

/* banner */
.banner-carousel {

  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9;
  display: flex;
  align-items: center; */

}
@media (min-width: 768px) {
  .banner-carousel {
 /* top: 100px; */
}
}


.carousel-slides {
  display: flex;
  width: 100%;
  transition: all 0.3s ease;
  align-items: center;  
  height: 100%;  
}

.carousel-slide {
  flex: 0 0 100%; 
}

.carousel-slide img,
.carousel-slide video {
  max-width: 100%;
  height: auto;
}



.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 1rem;      
  height: 1rem;      
  border-radius: 50%; 
  display: flex;      
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;  
}

.prev img, .next img {
  display: block;
  width: auto;      
  height: auto;
}

.prev, .next {
  transition: all 0.5s ease; 
}

.prev {
  left: -120px; 
}

.next {
  right: -120px;
}

.banner-carousel:hover .prev {
  left: 50px;
}

.banner-carousel:hover .next {
  right: 50px;
}

.slide-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;  
  max-width: 100%;  
  width: 100%;
  text-align: center; 
}

.banner-title{
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.1rem;
  font-family: 'Sora-bold';

}
.banner-text{
  color: #FFF;
text-align: center;
font-family: 'Sora-regular';
font-style: normal;
font-weight: 400;
line-height: normal;
}

.slide-btn {
 width: 2.4rem;
 height: 0.5rem;
 flex-shrink: 0;
  background-color: #fff;  
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 2px;
  text-align: center;
  font-family: 'Sora-bold';
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin-top: 70px;
}


.carousel-slide {
  position: relative;
}

.carousel-slide .slide-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  max-width: 100%;
  width: 100%;
  text-align: center;
  opacity: 1;  
  transition: opacity 0.9s ease;
}

.carousel-slide.active .slide-content {
  opacity: 1; 
}

/* 弹窗视频 */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  overflow: auto;
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 1.44rem;
  margin: auto;
}

.close-video-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

video {
  width: 100%;
  height: auto;
}
/* 首页 instudy板块 */
.flex-container {
  display: flex;
  justify-content: space-between;
  max-width: 14.96rem;
  margin: 0 auto; 
  margin-top: 1.2rem;
  min-height: 2.52rem;
    margin-bottom: 0.75rem;
    /* padding-top: 50px; */
}

/* 强调色横线 */
.flex-big-title .in-left-span{
  display: inline-block;
  position: relative;
  z-index: -777;
}
.flex-big-title .in-left-span::after {
  content: "";
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%; 
  height: 10px; 
  background-color: #CBD402; 
  z-index: -777;
}

.flex-left {
  flex: 0 0 40%; 
  box-sizing: border-box;
  /* padding: 1.2rem; */
  text-transform: capitalize;
  max-width:7.48rem;
  display: flex;
    flex-direction: column;
    justify-content: space-between;;
}

.flex-right{
  flex: 0 0 40%; 
  box-sizing: border-box;
  text-transform: capitalize; 
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flex-big-title {
  margin: 0;
  color: var(--unnamed, #1B1D1C);
  /* 标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.flex-small-title {
  display: block;
  color: var(--unnamed, #7D7D7D);
  font-family: 'Sora-bold';
  font-style: normal;
  font-weight: 700;

}

.flex-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem; 
}
.flex-row:last-child{
  margin-bottom:0; 

}

.instudy-span{
  padding: 5px 0;
  border-bottom: 2px solid #E5E5E5;
  color: var(--unnamed, #1B1D1C);
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}


.instudy-imgsvg{
  width: 0.32rem; 
  height: 0.32rem;
  margin-right: 0.2rem; 
}
.instudy-ipng{
  width: 12px;
  height: 12px;
  padding-left: 0.12rem;
  padding-right: 0.6rem;
}

/* 手风琴 */
.mobile-accor{
  display: none;
}

.accor-wrap {
  width: 14.96rem;
  height: 3.5rem;
  margin: 0 auto;
  transition: 0.5s;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.accor-box {
  flex: 1; 
  height: 3.5rem;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-bottom:0.3rem;
}

.accor-box:last-child {
  margin-right: 0;
}

.accor-wrap:hover .accor-box {
  flex-grow: 0.8; 
}

.accor-wrap .accor-box:hover {
  flex-grow: 2;
}

.accor-text-p{
  width: 3.6rem;
  max-height: 1.2rem;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.accor-box .accor-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(27, 29, 28, 0.1) 0%, #1B1D1C 100%);
  color: white;
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}


.accor-box:hover .accor-text {
  opacity: 1;
}


.accor-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 29, 28, 0.00) 0%, #1B1D1C 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end; 
  color: white;
  padding-bottom:0.4rem; 
  transition: opacity 0.5s;
  box-sizing: border-box;

  text-align: center;
  font-family: 'Sora-bold';
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */

}
.accor-box:hover .accor-title {
  opacity: 0; 
}

.accor-box-button {
  width:1.4rem;
  height: 0.5rem;
  flex-shrink: 0;
  background-color: #007634;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin-top: 0.4rem;
  font-family: 'Sora-bold';
  font-style: normal;
  font-weight: 700;
  line-height: 0.5rem;
}


.accor-box-button:hover {
  background: linear-gradient(90deg, #40A439 0%, #0987B0 100%);
}

.accor-wrap:hover .accor-title {
  opacity: 0;
}
.accor-box:hover .accor-title {
  opacity: 0;
}

/* 设计方案 */
.design{
  width: 100%;
  margin: 0 auto;
}
.mobile-design{
  display: none;
}

.container {
display: flex;
width: 100%;
height: 7.2rem;
overflow: hidden;
position: relative;
}

.d-slide-content {
display: none;
width: 100%;
height: 100%;
flex-direction: row; 
transition: transform 5s;
}

.d-slide-content.d-active-slide {
display: flex;
}

.background {
position: relative; 
height: 100%;
width: 65%;
}

.d-slide-trigger {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
width: 35%;
background: linear-gradient(141.69deg, #40A439 0%, #0987B0 100%);

cursor: pointer;
}

.background img {
width: 100%;
height: 100%;
object-fit: cover;
}

.d-content {
position: absolute;
top: 50%;
left: 35%;
transform: translate(-50%, -50%);
text-align: left;
color: white;
width: 480px;
}


.trigger img {

margin-top: 1.24rem;
}

.flipped {
flex-direction: row-reverse;
}

.mar-30{
margin-top: 30px;
}
.mar-150{
margin-top: 9.5rem;
}
.button-1 {
display: block;
width: 10rem;
height: 3rem;
background-color: white;
line-height: 3rem;
text-align: center;
text-decoration: none;
transition: background-color 0.3s ease;
}

.button-1:hover {
background-color: #007634;
color: white;
}


.quality{
  width: 100%;
  margin: 0 auto;
}

.icon-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 0.8rem;
  margin-bottom: 1.4rem;
  flex-wrap: wrap; 
}

.icon-item {
  flex: 1;
  text-align: center;
  border: 1px solid #E5E5E5;
  margin-right: 0.4rem; 
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  height: 3.28rem;
}

/* 移除最后一个图标项的右外边距 */
.icon-item:last-child {
  margin-right: 0;
}

.icon-item img {
  max-width: 100%;
  height: auto;
}

.icon-subtitle {
  margin-top: 18px;
  margin-bottom: 18px;
  text-transform: capitalize;
  color: var(--unnamed, #7D7D7D);
  text-align: center;
  /* 正文/常规 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.icon-title {
  color: var(--unnamed, #1B1D1C);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  text-transform: capitalize;
  width: 240px;
}

.quality-img {
  border-radius: 50%;
  background: #F5F5F5;
}

.icon-item:hover .icon-title {
  color: #007634 !important; 
}



.customer{
  width: 100%;
  margin: 0 auto;
 
}

.customer-all{
  width: 100%;
  padding: 0 0.48rem;
}
.customer-top{
  margin-bottom: 0.6rem;
}
.customer-bottom{
  width: 100%; 
  /* height: 500px; */
  background-repeat: no-repeat;
  padding-bottom: 0.45rem;
}
.main-div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
 
  background-color: #fff;  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
  border-radius: 40px; 
  width: 6rem;
  height: auto;
  position: relative;
}

.customer-title{
  color:  #1B1D1C;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; /* 140% */
  text-transform: capitalize;
  }
.customer-subtitle {
  color:  #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  }
.customer-img{
  position: absolute;
  top: -20px;
  right: 60px;
}
.main-ul{
  width: 4.4rem;
  padding-top: .6rem;
  padding-bottom: .3rem;
  margin: 0 auto;
}

.author-div {
  display: flex;
  gap: 15px;
  padding-top:.3rem;
  padding-bottom: .3rem;
  
}
.author-info{
  align-self: center;
}
.author-img {
  
  border-radius: 50%;
}

.author-name {
  color:  #1B1D1C;
  /* 重点文字 */
  font-family: 'Sora-bold';
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
      margin-bottom: .1rem;
  }
.author-bio {
  color:  #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  }
.content-div p{
  color:  #1B1D1C;
  font-family: 'Sora-bold';
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.glow-button {
  /* padding: 10px 20px; */
  width: 4rem;
  height:.8rem;
  line-height: .8rem;
  background-color: #007634;
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 0.5rem;
  margin-left: 0 ;
  margin-bottom:0.16rem;
  padding: 0px;
  background: radial-gradient(at 50% 180%, rgb(6, 138, 34) 10px, rgb(28, 224, 71) 0%, rgb(6, 138, 34) 60%);
  transition: background 0.5s; 
}

.glow-button:hover{
  
  background: radial-gradient(at 50% 180%, rgb(6, 138, 34) 10px, rgb(28, 224, 71) 0%, rgb(6, 138, 34) 80%);

}
.carousel-container {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}

.author-content {
  display: none; 
  width: 100%;
  transition: transform 0.3s; 
  /* position: absolute;
  top: 0;
  left: 100%; 
  width: 100%;
  transition: left 0.3s;  */
  
}

.author-content.active {
  display: block;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -0.25rem;
  width: 100%;
  left: -1.85rem;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #40A4394D;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-dot.active {
  background-color: #007634;
}
  

.blog{
  width: 100%;
  background-color: #F5F5F5;
  margin-top: 1.4rem;
  padding: 1.2rem 0;
}

.blog-container {
  width: 100%;
  /* padding: 20px; */
  box-sizing: border-box;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.blog-title {
  margin: 0;
  text-transform: capitalize; /* 首字母大写 */
}

.blog-btn {
  padding: 0.145rem .36rem;
  background-color: #007634;
}

.blog-content {
  display: flex;
  gap: 2%; 
}

.blog-item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.blog-item img {
  width: 100%;
  height: auto;
}

.blog-date {
  padding-top: .3rem;
  padding-bottom: .1rem;
  padding-left: .36rem;
  color: var(--unnamed, #7D7D7D);
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.blog-subtitle {
  max-width: 4rem;
  margin: 0;
  padding-left: .36rem;
  padding-bottom: .36rem;

  color: var(--unnamed, #1B1D1C);
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  box-sizing: border-box;
}


.footer {
  display: flex;
  justify-content: space-between;
  background-color: #1B1D1C; 
  color: white;
  text-transform: capitalize;
}

.footer-section{
  display: flex;
  padding: .36rem 0;
}

.footer-left {
  flex: 0.7;  
}
.footer-right {
  flex: 0.25;  
  background-color: #262827;
  padding: 0.36rem 0;
  padding-bottom: 0px;
}
.footer-images img{
  width: 0.8rem;
  height: 0.8rem;
}


.footer-images {
  display: flex;
  justify-content: space-between; 
  align-items: center;

}
.carousel-inner{
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 0 0.3rem;
}

.footer-images img {
  margin: 0 10px;
 
}





/* 导航 */
.footer-navs {
  display: flex;
  justify-content: space-between;
  padding:0.36rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); 
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.footer-nav {
  margin-right: 1%;
}

.footer-nav h3 {
  margin-bottom: 0.15rem;
}

.footer-nav a {
  display: block; 
  text-decoration: none;

  color: var(--unnamed, #7D7D7D);
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}

.footer-nav:last-child {
  margin-right: 0; 
}

.info-item{
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.info-item a{
  color: #FFF;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-left: 0.16rem;
}
.footer-auto{
  width: 3.2rem;
  margin: 0 auto;
}

.contact-form {
  max-width: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 20px; 
}

.contact-form input[type="email"],
.contact-form textarea,
.contact-form .footer-button {
  width: 100%; 
  padding: 0.15rem;
  border: none;
  box-sizing: border-box;
  border-radius: 2px;
}


.contact-form textarea {
  height:1.5rem; 
  resize: vertical; 
}

.contact-form .footer-button {
  background-color: #007634; 
  color: white;
  cursor: pointer; 
  transition: background-color 0.3s;
}

.contact-form .footer-button:hover {
  background-color: #005a27; 
}
.footer-button{
  padding: 0;
  margin: 0;
}

input::placeholder, 
textarea::placeholder {
  color: #7d7d7d; 
  font-size: 16px;
}

.footer-ser{
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.footer-ser-b{
  display: flex;
  align-items: end;
}
.footer-ser p{
  padding-bottom: 0.08rem;
  padding-left: 0.2rem;
}
.fo-img{
  padding-top: 0.75;
  display: flex;
  gap: 0.1rem;
}

.fo-img img {
  margin-right: 0.1rem; 
}

.fo-img img:last-child {
  margin-right: 0;
}



.footer-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-certs {
  display: flex;
  justify-content: space-between;
  margin-bottom: .1rem; 
}

.cert-logo {
  margin-right: .1rem;  
}

.cert-logo:last-child {
  margin-right: 0;  
}


.links-a{
  text-decoration: underline;
}

    .solutions-module-container {
        display: flex;
        width: calc(100% * 2);
        height: auto;
        transition: transform 0.5s ease-in-out;
        overflow: hidden;
        transform: translateX(0); 
    }

    .solutions-design-section, .solutions-style-section {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 100%;  
    }
    .solutions-design-section{
        width:70%;
    }
     .solutions-style-section{
         width:30%;
     }
    .solutions-text h2,.decor-pad{
        color:  #FFF;
        font-family: 'Sora-semibold';
        font-style: normal;
        font-weight: 600;
        line-height:0.56rem; /* 140% */
    }


    .solutions-design-content {
        position: absolute;
        top: 45%;
        left: 40%;
        transform: translate(-50%, -50%);
        max-width: 50%;
        text-align: left;
        color: white;
        z-index: 2;

        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 100%;
    
    }
    .solutions-style-slide {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .solutions-style-section {
        background: linear-gradient(141.69deg, #40A439 0%, #0987B0 100%);
        color: #fff;
        
    }

    .solutions-slide {
        display: flex;          
        align-items: center;     
        width: 100vw;
        height: auto;
    }

    .solutions-pad{
        max-width: 4.8rem;
        margin-top: 0.32rem;
        color:  #FFF;

        font-family: 'Sora-regular';
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        }

    .solutions-button {
        width: 1.6rem;
        height:0.5rem;
        line-height: 0.5rem;
        padding: 0;
        border: none;
        background-color: #fff;
        color: #007634;
        cursor: pointer;
        border-radius: 0;
        transition: background-color 0.3s ease-in-out;

        text-align: center;
        font-family: Sora;
        font-style: normal;
        font-weight: 700;
    }
    .solutions-button:hover{
        background-color:#007634 ;
        color: #fff;
    }

    .solutions-module-container.expanded {
        transform: translateX(-100vw); 
    }

    .solutions-style-slide{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 100%;
    }

    .solutions-style-slide img {
        width: 60%; 
        max-width: 100%;
        height: auto;
        transform: translateY( 25%);

    }

    .solutions-design-section img{
        width: 100%;
        height: 100%;
    }

    .solutions-design-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:rgba(27, 29, 28, 0.8);
        z-index: 1;
        }

.chioce{
  margin-top: 1.2rem;
  margin-bottom: 0.58rem;
}
.chioce-title{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.2rem;
  color: var(--unnamed, #1B1D1C);

  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; /* 140% */
  text-transform: capitalize;
}
.chioce-content{
  width: 100%;
}
.chioce-text-img{
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;

}
.chioce-text-img h3,.chioce-text-img p{
  color: var(--unnamed, #7D7D7D);
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.chioce-text-img img{
  padding-right: 6px;
}


.custom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #007634;
  transition: background-color 0.3s, transform 0.3s; 
  text-decoration: none; 
  padding: 0.15rem 0.25rem; 
  border-radius: 2px;

}

.custom-button span{
  font-style: normal;
  font-weight: 700;
  font-family: 'Sora-bold';
}
.custom-button img {
  transition: transform 0.3s; 
}

.custom-button:hover {
  background: var(--unnamed, linear-gradient(90deg, #40A439 0%, #0987B0 100%));
}

.custom-button:hover img {
  transform: rotate(-15deg);
}


.even{
  width: 100%;
  background-image: url('./static/image/img_accessories_bg_pc.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height:2.8rem;
  background-color: #E6E6E6;
  margin: 0 auto;
  display: flex;
}
.even-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.8rem;
}
.even-left-text {
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.even-left-button {
  display: flex;          
  align-items: center;    
  margin-top: 0.32rem;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.even-left-bimg{
  margin-left: 6px;
}

/* 侧边栏 */
.right-sidebar {
  position: fixed;
  right: 0px;
  bottom: 0px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.right-top-btn, .right-email-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #007634;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.right-email-btn{
  border-bottom: 1px solid #fff;

}
.right-top-btn:hover, .right-email-btn:hover {
background: var(--unnamed, linear-gradient(90deg, #40A439 0%, #0987B0 100%));
}

@media (max-width: 768px) {
  .even {
      background-image: url('./static/image/img_accessories_bg_mobile.jpg'); 
  }
  .even-content{
      padding: 0.50rem 0.8rem;
      justify-content: flex-start;
  }
}


.development-right-title{
    color: #1B1D1C;
    font-family: Sora;
    font-style: normal;
    font-weight: 600;
    line-height:0.56rem;
    width: 100%;
}
.development-right-subcontent{
    color: #444747;
    font-family: Sora;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 0.2rem;
}
.development-back{
    width: 100%;
    /* background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 13.11%); */
    margin-top:1.2rem;
}

.development{
    width:100%;
    max-width: 1496px;
    margin:0 auto;
    background: #FFF;
    
    flex-shrink: 0;
}

.development-all{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.development-left{
    width:40%;
    display: flex;        
    align-items: center;  
    justify-content: center; 
}

.development-left img {   
    max-height: 100%;
    width: 80%;
}

.development-right{
    width:55.5%;
  
    display: flex;       
    flex-direction: column; 
    justify-content: center;
}
.development-right-p{
    max-width: 8.28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.development-ul{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    margin-top: .4rem;
    gap: .2rem;
}
.development-li{
    width: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    background: #F5F5F5;
    height: 1.8rem;
    
}
.development-li-free{
    margin-top: 0.16rem
}


/* 移动端开始 */
/* 基本样式 */
#mobileTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.menu-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.mobile-logo img {
  max-width: 100px;
  height: auto;
}

.mobile-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.mobile-menu-btn span {
  display: block; 
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 2px; 
}

.mobile-nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #e1e1e1;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav li {
  border-bottom: 1px solid #7a7a7a;
}

.mobile-nav li:first-child {
  border-top: 1px solid #7a7a7a;
}

.mobile-nav a {
  display: block;
  padding: 15px 15px;
  color: #333;
  text-decoration: none;
}

.mobile-nav .mobile-submenu,
.mobile-nav .mobile-third-level {
  display: none;
  padding-left: 20px;
}

.mobile-nav .mobile-submenu-item {
  border-bottom: 1px solid #ccc;
}

.mobile-nav .mobile-dropdown-toggle {
  /* cursor: pointer;
  padding: 15px;
  display: inline-block; */
}
.mobile-dropdown-toggle img{
    width: 25px;
    height: 25px;
    padding-right: 20px;
}
.mobile-nav a:hover {
  background: #007634;
  color: #fff;
}

.submenu {
  display: none; 
  position: absolute;
  top: 100%; 
  left: 0; 
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
}
li:hover .submenu {
  display: block; 
}

.submenu-item {
  position: relative;
  padding: 10px;
}

.third-level {
  display: none; 
  position: absolute;
  top: 0;
  left: 100%; 
  background: #e1e1e1;
  border: 1px solid #d1d1d1;
}

.submenu-item:hover .third-level {
  display: block; 
}

.third-level a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.third-level a:hover {
  background: #ccc;
}

/* 
phone banenr */

.mobile-banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}

.mobile-slides {
  display: flex;
  transition: transform 0.3s ease;
}

.mobile-slide {
  min-width: 100%; 
  position: relative;
}

.mobile-slide img {
  width: 150%;
  height: auto;
  vertical-align: top; 
}

.mobile-content {
  position: absolute;
  top:8%;
  left: 5%;
  right: 5%;
  color: #fff;
  text-align: center;
}

.mobile-content h2 {
  margin-bottom: 10px;
}

.mobile-content p {
  margin-bottom: 20px;
}

.mobile-btn {
  background-color: #fff;
  /* color: #333; */
  border: none;
  padding: 10px 20px;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 35%;
  margin: 0 auto;
}

.mobile-btn:hover {
  background-color: #eee;
}

.mobile-prev, .mobile-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.mobile-prev:hover, .mobile-next:hover {
  background: rgba(0,0,0,0.5);
}

.mobile-prev {
  left: 5%;
}

.mobile-next {
  right: 5%;
}



#mobileTop{
  display: none;
}
.mobile-flex-container{
  display: none;
}

@media (max-width: 1024px) {
    #mobileTop{
      display: block;
  }
  .nav{
      display: none;
  }
}

@media (max-width: 768px) {

  #mobileTop{
      display: block;
  }
  .nav{
      display: none;
  }
  .swiper,.mySwiper{
      display: block !important;
  }
.banner-carousel{
  display: none;
}

.mobile-flex-container{
  display: block;
}
.flex-container{
  display: none;
}
  .banner-carousel{
      margin-top: 100px;
  }


/* 4个对应页面 */
.icon-row {
  flex-direction: column; 
  padding: .2rem;
  box-sizing: border-box;
  margin-bottom: 0.32rem;
  margin-top: 0.32rem;
}

.icon-item {
  width: 100%;
  margin-right: 0;
  box-sizing: border-box;
  padding: .2rem 0;
  margin: 0;

  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

}


/* 底部导航 */
@media only screen and (max-width: 768px) {
  
  .footer {
      flex-direction: column;
      padding: 20px; 
  }

  .footer-section {
      flex-direction: column;
  }

  .footer-left, .footer-right {
      width: 100%; 
      text-transform: capitalize;
  }

  .footer-navs {
      flex-direction: column; 
      flex-wrap: wrap; 

  }

  .footer-nav {
      width: 100% !important;
      margin-bottom: 10px; 
  }

  .contact-info {
      flex-direction: column; 
  }



  .contact-form {
      gap: 10px; 
  }

  .footer-ser {
      flex-direction: column; 
      align-items: flex-start; 
      gap: 20px; 
      margin-top: 0.5rem;
  }

  .footer-ser-b {
      flex-direction: column;
      align-items: flex-start; 
  }

  .footer-certs, .related-links {
      justify-content: center; 
      align-items: center; 
  }


  .footer-images {
      width: 300px; 
      overflow: hidden;
      position: relative;
      margin-top: 20px;
  }
  
  .carousel-inner {
      display: flex;
      gap: 10px; /* spacing between images */
      transition: transform 0.5s;
      padding: 0;
  }
  
  .carousel-inner img {
      width: 50px;
      height: 50px;
  }

  .footer-lr{
      display: block !important;
  }
.footer-logo{
  width: 50%;
}

.footer-ser-b p{
  padding-top: 1rem;
  padding-left: 0px !important;
}
.footer-links-container{
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-nav a, .footer-nav .fo-img {
  display: none; 
}

.footer-nav h3::after {
  content: " +"; 
  font-size: 20px;
  vertical-align: inherit;
}

.footer-nav.expanded h3::after {
  content: " -"; 
}


.footer-nav.expanded {
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
}

.footer-nav.expanded a {
  display: block;
  width: 100%;
  text-align: left;
}

.footer-nav.expanded .fo-img img {
  margin: 0 5px; 
}

.footer-nav h3 {
  margin-bottom: 0px;
}

/* 底部导航end */

  /*  instudy  */
.mobile-flex-container{
  padding: 20px;
}
.flex-row {
  /* margin-bottom: 1rem !important; */
}
.flex-m{
  margin-top: 0.5rem;
}
.instudy-imgsvg{
  width: 20px !important;
  height: 20px !important;
  margin-right: 15px;
}
.flex-small-title{
  margin-top: 0.35rem !important;
  margin-bottom: 0 !important;
}

/* 图片 */

.accor{
  display: none;
}
.mobile-accor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-shell {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-box-wrapper {
  position: relative;
  margin: 10px 0;
}


.mobile-box {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
}

.mobile-box img {
  width: 100%;
  transition: 0.3s; 
}

.image-title {
  position: absolute;
  bottom: 10%; 
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 5px;
  border-radius: 5px; 
  transition: 0.3s; 
  z-index: 2;
}
.mobile-box:hover .image-title {
  opacity: 0; 
}

/* 初始遮罩 */
.mobile-box::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(27, 29, 28, 0) 0%, #1B1D1C 100%);

  transition: 0.3s;
}

.mobile-box::after {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(27, 29, 28, 0.2) 70%, #1B1D1C 100%);

  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; 
  transition: 0.3s; 
}

.mobile-box:hover::before {
  opacity: 1; 
}

.mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
  opacity: 0;
  transition: 0.3s; 
  color: white;
  padding: 15px;
  text-align: center;
  gap: 15px; 
}
.learn {
  
  background-color: #007634;
  color: #fff;
  padding: 10px 20px; 
  cursor: pointer; 
  transition: background-color 0.3s, color 0.3s;
}



.mobile-box:hover .mobile-overlay {
  opacity: 1; 
}

}


.box:hover {
  flex: 2;
}

.box:hover .overlay {
  background: rgba(27, 29, 28, 0.7);
}


@media only screen and (max-width: 768px) {
  .accor-wrap{
      display: none;
  }
  

  /* choice */
  .chioce{
      padding: 20px;
      margin-top:0.2rem;
      margin-bottom: 0.5rem;
  }
  .chioce-text-img{
      justify-content: flex-start;
  }

  /* blog */
  .blog{
      padding: 40px 0;
  }
  .blog-content {
      flex-direction: column; 
  }

  .blog-item {
      width: 100%;
      margin-top: 20px;
  }

  .blog-btn {
      padding: 8.5px 10px;
  }
  .blog-container{
      padding: 0 20px;
  }

}

@media only screen and (max-width: 768px) {


  .customer-all {
      padding: 0 20px; 
      box-sizing: border-box;
  }
  .main-div {
      width: 100%; 
      padding: 20px;
  }
  .main-ul {
      width: 100%;
      padding: 20px 0; 
  }
  .button-like{
      text-align: center;
  }
  .glow-button {
      width: 80%;
      height: 50px;
      line-height: 50px;
      border-radius: 10px !important;
  }
  .carousel-dots {
      left: 0; 
  }
  .author-div {
      flex-direction: column;
      align-items: center;
      gap: 10px; 
      text-align: center;
  }
  .author-img {
      width: 0.6rem;
      height: 0.6rem;
  }
  .customer-bottom {
      height: auto;
  }
  .customer-img {
      top: -15;
      right: 10px;
  }
  .customer-bottom, .customer-bottom * {
      box-sizing: border-box;
  }
  .main-div{
      border-radius: 20px;
  }
.customer-img img{
  width: 70%;
}

/* 移动端 */
.design{
  display: none;
}
.mobile-design {
  display: block;
  padding: 20px;
}

.mobile-design-content-top, 
.mobile-design-content-bottom {
  display: flex;
  flex-direction: column;
}
.mobile-design-content-top{
  margin-bottom: 20px;
}
.mobile-design-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: linear-gradient(141.69deg, #40A439 0%, #0987B0 100%);
  padding: 63.5px 0;
  border-radius: 4px;

}

.mobile-design-one-img img {
  width: 70%;  
}

.mobile-design-one-icontext {
  text-align: center;
}

.mobile-design-two {
  background-size: cover;
  background-position: center;
  padding: 20px;
  position: relative;
  color: #fff; /* 文字颜色为白色 */
  border-radius: 4px;

}

.mobile-design-contnet-text {
  z-index: 1;
}

.mobile-design-title {
  margin-bottom: 20px;
  line-height: 25px;
}

.mobile-design-subcontent {
  margin-bottom: 20px;
  line-height: 25px;
}

.mobile-design-button {
  text-align: center;
  margin-top: 20px;
}

.mobile-design-button a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007634; 
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.mobile-design-button a:hover {
  background-color: #005a29;
}

.chioce-title{
  line-height: normal;
}
.chioce-text-img p{
  text-align: left;
  color: var(--unnamed, #7D7D7D);

  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  font-family: 'Sora-regular';
}
.fo-img{
  padding-top: 20px;
}


/* 评论 */
.customer-top{
  margin-bottom: 30px;
}
.customer-padding{
  padding: 0 1rem !important;
}
.main-div {
  min-height:460px ;
}
.author-div{
  padding-top: 0px ;
}
.customer-bottom{
  padding-bottom: 0px;
}

.mobile-search-input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px;  
}
.blog {
  margin-top: 1.75rem;
}
}

/* 2 yanjia-story */

.yjstory-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

.yjstory-breadcrumbs {
  /* width: 263px; */
  height: 24px;
  position: absolute;
  top: 20px;
  left: 2rem; 
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;

}

.yjstory-breadcrumbs a{
  color:  rgba(255, 255, 255, 0.70);
  font-family: 'Sora-Regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.yjstory-banner {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 27.5%; 
  background-color: #e9e9e9;  
  object-fit: fill;
  overflow: hidden;
}

.yjstory-banner .yjstory-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.yjstory-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
  text-transform: capitalize;
}

.story-all{
  width: 100%;
}

/* 面包屑 */
.packaging-crumbs {
  display: flex;
  justify-content: space-between;
  height:0.42rem;
  border-bottom: 1px solid #eee;
  margin-top: .4rem;
}

.packaging-crumbs-title {
  flex: 1;
  margin-right: auto;
  color: var(--unnamed, #1B1D1C);
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.packaging-crumbs-list {
  display: flex;
  gap: .8rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.packaging-crumbs-item {
  text-decoration: none;
  position: relative;
  color: var(--unnamed, #7D7D7D);
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.packaging-crumbs-item.active::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 3px;
  background: #007634;
}
/* 面包屑 end */

/* 第一块内容 */

.glass {
  display: flex;
  justify-content: space-between; 
  width: 100%;
  margin: 0 auto; 
  margin-top: 1rem;
}

.glass-content-left {
  flex: 0 0 30%; 
  align-self: flex-start; 
}

.glass-content-right {
  flex: 1;  
  align-self: flex-start;
  display: flex;
  justify-content: flex-end;
}

.glass-right-text {
  width: 100%;
  max-width:8.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.glass-left-title{
  color: #1B1D1C;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
}
.glass-right-title{
      overflow: hidden;
      color: var(--unnamed, #1B1D1C);
      text-overflow: ellipsis;
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 120% */
      margin-bottom: 0.2rem;
  }
  .glass-right-text p{
      overflow: hidden;
      color: var(--unnamed, #444747);
      text-overflow: ellipsis;
      font-family: 'Sora-regular';
      font-style: normal;
      font-weight: 400;
      line-height: 24px; 
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 7;
  }

  .glass-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: .4rem;
}

  .glass-svg-container {
      position: absolute;
      width: 8.8rem;
      height: 0.88rem;
      z-index: 1;
      top: 28px;
      left: 28.5px;
      transform: translate(-50%, -50%);
  }

  .glass-icon-image {
      z-index: 2;
  }

  .glass-external-circle {
      transition: stroke-dashoffset 0.5s;
      stroke-dasharray: 226.2;
      stroke-dashoffset: 180;
  }


  .glass-icon-wrapper:hover .glass-external-circle {
      stroke-dashoffset: 0;
  }

.glass-mobile-video{
  display: none !important;
}

  .glass-icon-title{
      color:  #007634;
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
  }
  .glass-video-modal {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 1000;
  }

  .glass-video-modal-content {
      position: fixed;
      top: 50%;
      left: 50%;
      width: 50%;
      height: 50%;
      transform: translate(-50%, -50%);
      padding: 30px;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .glass-close {
      position: absolute;
      right: 5px;
      top: -10px;
      font-size: 32px;
      cursor: pointer;
  }
  video {
      width: 100%; 
      height: 100%; 
      border: none;
  }

/* 3个icon */
  .glass-multiple {
      width: 100%;
      margin-top: .8rem;
      
  }
  .glass-multiple-circle{
      background-image: url('./static/image/circle-white.png');
      background-repeat: no-repeat;
      background-position: center;

  }
  .glass-multiple-ul {
      width: 100%;
      display: flex;
      justify-content: space-around; 
      align-items: center;
      flex-wrap: wrap; 
      list-style-type: none; 
      padding: 0; 
      position: relative;
  
  }
  .glass-multiple-img{
      position: absolute;
      top: 45px;
      left: 0px;
      z-index: -99;
  }
  .glass-multiple-li {
      flex: 1; 
      max-width: 3.3rem; 
      margin: 10px;
      text-align: center;
  }

  .glass-multiple-title {
      color: var(--unnamed, #1B1D1C);
      font-family: Sora;
      font-style: normal;
      font-weight: 600;
      line-height: 36px; /* 128.571% */
      margin-top: 0.36rem;
      margin-bottom: 0.24rem;
  }

  .glass-multiple-content {
      color: var(--unnamed, #7D7D7D);
      font-family: 'Sora-regular';
      font-style: normal;
      font-weight: 400;
      line-height: 24px; 
  }

/* 第一块内容  end*/

/* 时间轴 */

.story-history{
  background-color: #F5F5F5;
  width: 100%;
  margin-top: 1rem;
}
.story-history-top{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 1.1rem;
  padding-bottom: 0.4rem;

}
.story-history-left{
  width: 28%;
  color: var(--unnamed, #1B1D1C);
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; /* 140% */
}
.story-history-right{
  flex: 1; 
  display: flex;
  justify-content: flex-end; 
  color: var(--unnamed, #1B1D1C);
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.timeline {
display: flex;
align-items: center;
position: relative;
width: 100%;
margin: 0 auto;
padding-top:0.5rem;
padding-bottom: 1.1rem;
}

.line {
flex-grow: 1;
height: 2px;
background: linear-gradient(90deg, #007634, #007634) no-repeat;
background-size: 0% 100%; /* 初始为0%宽度 */
background-color: #ccc;
transition: all 0.3s ease;
}



.year {
width: 0.16rem;
height: 0.16rem;
position: relative;
cursor: pointer;
text-align: center;
color: var(--unnamed, #7D7D7D);
font-family: 'Sora-regular';
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.year span.circle {
display: block;
width: 100%;
height: 100%;
background-color: #AAAAAA; /* 默认背景颜色 */
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}

.year.active span.circle {
background-color: #007634;
}

.year:after {
content: attr(data-year);
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
margin-top: 5px;
}



.history-time-carousel {
position: relative;
width: 14.96rem;  /* adjust as needed */
height: 4.6rem; /* adjust as needed */
overflow: hidden;
margin: 0 auto;
}

.history-time-slide {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 100%; 
transition: left 0.3s ease;
}

.history-time-slide[data-index="0"] {
left: 0; 
}

.history-time-slide img {
width: 100%;
height: 100%;
object-fit: fill;
}

.history-time-slide-content {
position: absolute;
bottom: 10px;
display: flex;
justify-content: space-between;
width: 100%;
padding:0 .4rem .4rem .4rem;
box-sizing: border-box;
z-index: 99;
}

.history-time-controls {
display: flex;
gap: 10px;
}

.history-time-prev, .history-time-next {
color: white;
border: none;
padding: 0.05rem 0.1rem;
cursor: pointer;
width: .8rem;
height: .8rem;
border-radius: 50%;
background: #FFFFFF4D;
background-size: cover;

}
.history-time-prev:hover{
background-color: #007634;
}
.history-time-next:hover{
background-color: #007634;
}



.history-time-text-content{
  width: 10.79rem;
  display: flex;
  align-items: center;
}
.number-big{
  color:  #FFF;
  font-family: 'Sora-semibold';
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 56% */
  margin: 0;
  padding-right: 20px;
}
.number-little{
  width: 9rem; 
  color:  #FFF;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
  margin:0;
}
.number-text{
  color:  #FFF;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  margin: 0;
  padding-top: 10px;
}
.history-time-right{
  padding-left: 0.2rem;
  border-left: 1px solid  rgba(255, 255, 255, 0.30);
}
.history-time-carousel .slide-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 29, 28, 0.21) 0%, rgba(0, 118, 52, 0.3) 100%);

  z-index: 2;
  pointer-events: none; 
}

/* 时间轴 end */

/* 第三块内容 */
.innovation{
  width: 100%;
  margin: 0 auto;
}
.innovation-conner{
  max-width: 1370px;
  margin: 0 auto;
}
.innovation-text{
  max-width: 11rem;
  text-align: center;
  margin:  0 auto;
  margin-top: 1rem;
}
.innovation-text-title{
  color: var(--unnamed, #444747);
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.innovation-text-content{
  color: var(--unnamed, #1B1D1C);
  text-align: center;

  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height:0.56rem; /* 140% */
  padding-top: .2rem;
  padding-bottom: .8rem;
}

.innovation-container-ul {
  width: 100%;
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap; 
  padding: 0;
  list-style: none;
}

.innovation-container-li {
  max-width:6rem; 
  box-sizing: border-box; 
  margin-bottom: 0.2rem; 
  position: relative; 
  text-align: center;
}

.innovation-container-li img {
  max-width: 100%; 
  height: auto;
  

}
.innovation-container-li p {
  color: var(--unnamed, #444747);
  text-align: center;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: .6rem;
  margin-top:.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.innovation-button {
  
  width: 3.8rem;
  height: .5rem;
  background: #007634;
  color:  #FFF;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: .5rem; /* 150% */
  user-select: none; 
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
}

/* end */


/* 第4块内容 */

.story-company{
  background: #F5F5F5;
  margin-top: .2rem;
}
.story-company-title{
  color:  #1B1D1C;
  text-align: center;

  /* 标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: .56rem; /* 140% */
  text-transform: capitalize;
  padding-top:1.12rem;
  padding-bottom: 0.2rem;
}
.story-company-subtitle{
  color: var(--unnamed, #7D7D7D);
  text-align: center;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-bottom: .4rem;
}

.story-company-ul {
display: flex;
flex-wrap: wrap;
}
.story-company-li {
flex-basis: 25%;
margin-bottom: .16rem; 
overflow: hidden; 
height: 2.04rem; 
}

.story-company-img{
width: 3.62rem;
height: 2.04rem;
}

.story-company-button-wrapper {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding-bottom: 1.1rem;
  padding-top: .4rem;
}

.story-company-button {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background:  #007634;

color: #FFF;
text-align: center;
border: none;
border-radius: 2px;
z-index: 1;
position: relative;
width: 3.5rem;
height: .5rem;
/* line-height: 24px; */
}


.story-company-button::before, .story-company-button::after {
content: "";
height: 1px;
flex-grow: 1;
background: #D9D9D9;
position: absolute;
top: 50%;
width: 5.4rem;
}

.story-company-button::before {
right: 110%;
margin-right: .15rem;
}

.story-company-button::after {
left: 110%;
margin-left:.15rem;
}
.arrow {
padding: 0 8px;
font-size: 12px;
}
.arrow img {
transition: transform 0.3s ease;
}


/* end */

/* 第五块内容 */

  .certifications{
      width: 100%;
      margin: 0 auto;
      margin-top: 1.2rem;
      margin-bottom: 1.2rem;
  }
  .ertifications-top{
      max-width: 12.20rem;
      margin: 0 auto;
  }
  .ertifications-title{
      width: 100%;
      margin:  0 auto;
      color:  #1B1D1C;
      text-align: center;
      /* 标题 */
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 56px; /* 140% */
      margin-bottom:0.3rem;
  }
  .ertifications-subcontent{
      width: 100%;
      text-align: center;
      margin:  0 auto;
      background-image: url('./static/image/Honor_bg.png');
      background-repeat: no-repeat;
      color:  #444747;
      /* 30 */
      font-family: 'Sora-regular';
      font-style: normal;
      font-weight: 400;
      line-height: 30px; /* 150% */
      padding-top: 0.3rem;
  margin-bottom: .8rem;

  }
  .ertifications-subcontent p{
    max-width: 100%;
      margin: 0 auto;
  }

  .ertifications-slider-wrapper{
      position: relative;
      margin: 0 auto;
  }
  .ertifications-slider {
      width: 100%;
      max-width: 14.96rem;
      height: auto;
      margin: .15rem;       
      display: flex;
      overflow: hidden;
  }
 


  .ertifications-slide {
      width: 3.62rem;        
      height: 4.3rem; 
      /* flex: 1; */
      display: none;  
      justify-content: center;
      align-items: center;
      background: #F5F5F5;
      margin-right: 0.16rem;        
      flex-shrink: 0; 
      }

      .ertifications-slide.active {
          display: flex; 
      }

  .ertifications-slide img {
      max-width: 90%;      
      max-height: 90%;   
      }
  .ertifications-prev, .ertifications-next {
      position: absolute; 
      top: 50%;          
      transform: translateY(-50%); 
      background: #1B1D1CB2;
      color: white;
      border: none;
      cursor: pointer;
      padding: 10px 15px;

      z-index: 10;
      border-radius: 50%;
      width: .8rem;
      height:.8rem;
      }

  .ertifications-prev {
      left: -35px;      
  }

  .ertifications-next {
      right: -35px;      
  }

  .ertifications-prev:hover, .ertifications-next:hover {
      background-color: #007634; 
  }


/* end */


/* advance */

.advan-text{
  /* max-width: 1.1rem; */
  margin: 0 auto;
  margin-top: 1rem;
}
.advan-title{
  color: var(--unnamed, #1B1D1C);
  text-align: center;

  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; /* 140% */
  margin-bottom: .4rem;
}
.advan-subcontent{

  color: var(--unnamed, #444747);
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.advan-business{
  background-image: url('./static/image/diqiu.png');
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 1.6rem;
}
.advan-sharing-rimg{
  width: 3.2rem;
  height: 1.2rem;
}
.advan-sharing-rimg img{
  width: 100%;
  height: auto;
}
.advan-sharing{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.advan-sharing-left{
  width: 42.5%;
  height: 2.8rem;
  background-color: red;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 2px solid  #007634;
  background: #FFF;
  box-shadow: 0px 3px 0.3rem 0px rgba(0, 0, 0, 0.07);
  margin-top: 1.4rem;
  position: relative;

}
.advan-sharing-limg{
  position: absolute;
  top: -0.63rem;
}
.advan-sharing-rimg{
  position: absolute;
  top: -0.63rem;
}

.sharing-title{
  width: 5rem;
  padding-bottom: 0.24rem;
  color: var(--unnamed, #1B1D1C);
  text-align: center;
  font-family: 'Sora-semibold';

  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  text-transform: capitalize;
}
.sharing-subtitle{
  width: 5rem;
  color: var(--unnamed, #444747);
  text-align: center;
  font-family: 'Sora-regular';

  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}


.advant-factory{
  padding: 1.2rem 0;
}
.advant-factory-title{
  color: #000;
/* 标题 */
font-family: 'Sora-semibold';
font-style: normal;
font-weight: 600;
line-height:0.56rem; /* 140% */
text-transform: capitalize;
text-align: left;
margin-bottom: 0.4rem;
}
.advant-factory-ul {
  display: flex;
  justify-content: space-between; 
  gap:0.4rem;
  /* padding-top: 40px; */
}

.advant-factory-li {
  position: relative; 
}

.advant-factory-li img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.advimg-container {
  position: relative;
}
.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1B1D1C4D;
  display: flex;       
  align-items: center;
  justify-content: center;
}
.advant-factory-p{
  color: var(--unnamed, #1B1D1C);
  text-align: center;

  /* 30 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  padding-top: 24px;
}
.play-button {
  width: .8rem;    
  height: .8rem;
  background-color: white; 
  border-radius: 50%;  
  position: relative;
  background-image: url('./static/image/play.png'); 
  background-position: center;  
  background-repeat: no-repeat;  
}


.video-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9); 
}

.video-modal-content {
  position: relative;
  margin: 15% auto;
  padding: 20px;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.video-modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 767px) {

  .advant-factory-title {
      line-height: 32px;
  }

  .advant-factory-ul {
      flex-direction: column; 
      align-items: center; 
  }

  .advant-factory-li {
      width: 100%; 
      margin: 20px 0; 
  }

  .play-button {
      width: 50px; 
      height: 50px;
  }

  }



  /* successful */
  .successful{
      background-image:url('./static/image/img_our_bg.jpg');
      padding: 1.25rem 0;
      background-repeat: no-repeat;
      margin-top: 1.2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .successful-text{
      max-width: 7.05rem;
      box-sizing: border-box;
      
    
  }
  .successful-title{
      color:  #FFF;
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 0.56rem; /* 140% */
  }
  .successful-subtitle{
      color:  #FFF;

      /* 16号 */
      font-family: 'Sora-regular';
      
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
      margin-top: 0.2rem;
      margin-bottom: .4rem;
  }
  .successful-button{
      width: 3rem;
      height: .5rem;
      flex-shrink: 0;
      border-radius: 2px;
      background:  #007634;
      color: #FFF;
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  @media (max-width: 768px) {
      .successful {
          background-image: url('./static/image/img_our_bg_mobile.jpg');
          background-repeat: no-repeat;
          background-size: cover;
          height: 4rem;
      }
      .successful-text{
          padding: 0 20px;
          text-align: center;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
      }
      .successful-title{
          line-height: 35px;
      }
  }

  /* successful end */

  /* future */
  
  .adv-future{
      margin-top: 1.2rem;
      margin-bottom:1.2rem;
  }
  .adv-future-title{
      color: var(--unnamed, #1B1D1C);
      text-align: center;
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 0.56rem; /* 140% */
      text-transform: capitalize;
      margin-bottom: .4rem;
  }
  .adv-future-subtitle{
      color: var(--unnamed, #444747);
      text-align: center;

      /* 16号 */
      font-family: 'Sora-regular';
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
      }
  .adv-future-text{
      max-width: 11rem;
      margin: 0 auto;
     
  }


  .adv-feture-num01,.adv-feture-num03{
      width: 1.6rem;
      height: .6rem;
      flex-shrink: 0;
      border-radius: 0px 0px 20px 20px;
      background: #CBD402;
      position: absolute;
      top: 0;
      color:  #FFF;
      text-align: center;
  
  /* 文章标题 */
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height:0.6rem; /* 137.5% */
  }
  
  .adv-feture-num02{
      width: 1.6rem;
      height: .6rem;
      flex-shrink: 0;
      border-radius: 0px 0px 20px 20px;
      background: #007634;
      position: absolute;
      top: 0;
      color:  #FFF;
      text-align: center;
  
  /* 文章标题 */
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: .6rem; /* 137.5% */
  }
  
  .adv-future-ul {
      display: flex;
      justify-content: space-between; 
      flex-wrap: wrap; 
      margin: 0 auto;
      padding: 0;
      list-style: none; 
      margin-top: 0.82rem;
  }
  
  .adv-future-li01,
  .adv-future-li02,
  .adv-future-li03 {
      max-width: 4.72rem;
      width: 100%; 
      text-align: center;
      margin: 0 auto;
      padding: 0.2rem; 
      box-sizing: border-box;
      border: 1px solid #E5E5E5;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
  }
  
  
  .adv-future-li01 img,
  .adv-future-li02 img,
  .adv-future-li03 img {
      max-width: 100%;
      height: auto;
  }
  .adv-future-content{
      max-width:3.4rem;
      margin: 0 auto;
      padding-top: .4rem;
  }
  .adv-future-imgtitle {
      margin-top: .1rem;
      margin-bottom: .24rem; 
      color: var(--unnamed, #1B1D1C);
      text-align: center;
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 30px; /* 150% */
  }
  
  .adv-future-imgsubtitle {
      color: var(--unnamed, #7D7D7D);
      text-align: center;
  
      font-family: 'Sora-regular';
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
  }
  
  @media only screen and (max-width: 768px) {
      .adv-future{
          margin-top: 60px;
          padding: 0 20px;
          margin-bottom: 60px;

      }
      .adv-future-title{
          line-height: 30px;
          margin-bottom: 20px;
      }
      .adv-future-ul{
          margin-top: 40px;
      }
      .adv-future-li01,
      .adv-future-li02,
      .adv-future-li03 {
          margin-bottom: 20px;
      }
      .adv-future-content{
          padding-top: 40px;
      }
      .adv-future-imgtitle{
          margin-bottom:10px
              
          
      }
  
  }

  /* future end */



/* product */
.product-banner-text{
  /* width: 1100px; */
  max-width: 1100px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
}
.product-banner-subtitle{
  color: #FFF;
  text-align: center;

  /* 16号 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: .24rem;
}

/* 3块 */


.pro-banner-re{
  position: relative;

  width: 100%;
  max-width: 14.96rem;
  margin: 0 auto;
  z-index: 50;
}
.pro-banner-ul {
  width: 100%;
  max-width: 14.96rem;
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap; 
  padding: 0;
  margin: 0 auto;
  list-style: none;
  align-items: center;
  position: absolute;
  top: 5.3rem;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%); 

}

.pro-banner-li {
  width: 4.72rem;
  max-width: 4.72rem;
  text-align: center;
  height: 2.8rem;
  box-sizing: border-box;
  margin-bottom: .2rem; 
  background-color: #FFF; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  box-shadow: 0px 3px 10px 0px rgba(27, 29, 28, 0.07);
}
.pro-banner-container{
  max-width:3.6rem ;
}
.pro-banner-li img {
  max-width:0.5rem; 
  margin-bottom: .15rem; 
}

.pro-banner-li-title {
  margin-bottom:.24rem;
  color:  #007634;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}

.pro-banner-li-subtitle {
  color:  #7D7D7D;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 响应式设计 */


/* bottle-type */
.pro-bottle{
  margin-top: 2.8rem;
}
.pro-bottle-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between; 
}

.pro-bottle-li {
  flex-basis: calc(50% - 10px); 
  box-sizing: border-box; 
  margin-bottom: 0.96rem;
  max-width: 7rem;
  height: 4.35rem;
  position: relative; 
  overflow: hidden;
}

.pro-bottle-li .pro-bottle-img {
  max-width: 100%;
  display: block;
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  object-fit: fill; 
  width: 100%; 
  height: 100%;
}

.pro-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: rgba(27, 29, 28, 0.70);
  color:  #FFF;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 44px; 
  display: flex;
  align-items: center;
  justify-content: center;
}
  .pro-hover-all{
      max-width: 5.6rem;
      text-align: center;
  }
  .pro-overlay-text {
      color: #fff; 
  }
  .pro-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1B1D1CB2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s; 
  }
.pro-hover-title {
  color:  #FFF;

  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 44px; 
}

.pro-hover-text {
  color:  #FFF;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  padding: .4rem 0;
  }




.pro-hover-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CBD402;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.pro-hover-button .pro-more{
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 10px;
  vertical-align: middle;

}
.pro-bottle-li:hover .pro-overlay {
  opacity: 0;
}

.pro-bottle-li:hover .pro-hover-overlay {
opacity: 1;
}


@media (max-width: 768px) {
  .pro-bottle-li {
      flex-basis: 100%; 
      margin-bottom: 15px;
  }
}


/* looking */
.looking-title{
  color:  #1B1D1C;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: .56rem; /* 140% */
}
.looking-container{
  width: 1.2rem;
  height: 1.24rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.looking-ul {
  width: 100%;
  display: flex;             
  list-style: none;         
  padding: 0;
  margin: 0;
  align-items: center;     
  border: 1px solid #E5E5E5;
  margin-bottom: 1rem;
  margin-top: .4rem;
  

}

.looking-li {
  width: 25%;
  display: flex;
  flex-direction: column;   
  align-items: center;      
  justify-content: center; 
  position: relative;       
  height: 300px;
}

.looking-container a{
  color:  #1B1D1C;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.looking-li:not(:last-child)::after {
  content: "";             
  position: absolute;      
  right: 0;                
  top: 23%;              
  bottom: 23%;             
  width: 1px;            
  background-color: #E5E5E5;
}

.looking-li img {
  max-width: 100%;         
  display: block;
  margin-bottom:0.16rem;     
}

/* 表单 */
.form-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.input-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: .2rem;
}

.input-column {
  flex-basis: calc(50% - 10px); /* 10px is half the gap */
  max-width: 7.4rem;
  box-sizing: border-box;
}
.input-column  input{
  height: .8rem !important;
  background: #F5F5F5;
}
.input-row textarea{
  height: 3rem !important;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
  width: 100%;
  padding: 0.1rem;
  padding-left: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #F5F5F5;
  margin-top: 5px;
  background: #F5F5F5;
  font-size: 16px;
  color:  #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 

}

textarea {
  resize: vertical;
}

.input-row button {
  width: 100%;
  height: 0.8rem;
  background-color: #007634;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  color: #FFF;
  font-family: 'Sora-semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .form-container{
      padding: 0 20px;
  }
  .input-column {
      flex-basis: 100%; /* make input fields stack vertically on mobile */
  }
  .input-column input{
      height: auto !important;
  }
  .input-row{
      margin-bottom: 0px;
  }
  input[type="text"], input[type="email"], input[type="tel"], textarea {
      width: 100%;
      padding: 10px;
      font-size: 13px !important;

  
  }
  .input-row textarea {
      height: auto !important;
  }
  .input-row button{
      height: 40px;
      line-height: 40px !important;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 16px !important;
  }
  .looking-ul{
      margin-bottom: 50px !important;
      margin-top: 20px;
  }
}


@media (max-width: 768px) { 
  .looking{
      padding: 0 20px;
      margin-top: 40px;
  }
  .looking-ul {
      flex-direction: column;
  }

  .looking-li {
      width: 100%; 
      height: auto;
      padding: 20px 0;
  }

  .looking-li:not(:last-child)::after {
      right: auto;
      left: 0;
      top: auto;
      bottom: 0;
      height: 1px;
      width: 100%; 
      margin: 0 auto;
  }

  .looking-title {
      text-align: center;
      margin-bottom: 20px;
  }
}



/* product end */

/* categroy */
.cate-banner-ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cate-banner-li{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top:1.14rem;
  padding-bottom: 1.52rem;
}
.cate-banner-title{
  color:  #1B1D1C;

  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
}
.cate-banner-content{
  color:  #444747;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 0.2rem 0;

}
.cate-banner-subcontent > p{
  color:  #444747;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 225% */
  position: relative;  
  padding-left: .2rem;  
}

.cate-banner-subcontent  {
  padding-left: .2rem;  
  
}

.cate-banner-subcontent p::before {
  content: "";  
  position: absolute;  
  left: 0;  
  top: 50%;  
  transform: translateY(-50%); 
  width: 5px;  
  height: 5px;
  background-color: #444747; 
}


.button-bn{
  display: flex;
  color: #FFF;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  padding-top: 40px;

}
.button-leftbn{
  width: 2rem;
  height: .5rem;
  flex-shrink: 0;
  border-radius: 2px;
  background: #007634;
  margin-right:.16rem ;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-rightbn{
  width:2rem;
  height: .5rem;
  flex-shrink: 0;
  border-radius: 2px;
  background: #1B1D1C;
  display: flex;
  justify-content: center;

  align-items: center;

}
.button-rightbn h2{
  padding-left: 0.16rem;
}

.cate-banner-li:first-child{
  width: 50%;
  max-width: 7rem;
  box-sizing: border-box;

}
.cate-banner-li:last-child{
  width: 50%;
  max-width: 7.28rem;
  box-sizing: border-box;
  object-fit: cover;
}

.cate-banner{
  margin-top: 1rem;
  background-image: url('./static/image/food_banner.png');
  background-size: cover;
  background-repeat: repeat;
}
.cate-banner-none{
  margin-top: 1rem;

}
.cate-breadcrumbs{
  display: flex;
  align-items: center;
  padding-top:.2rem;
}

.cate-breadcrumbs a{
  color:  #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.cate-arrow-right{
  padding: 0 5px;
}

@media (max-width: 768px) {
  .cate-banner{
      margin-top: 55px;
      padding: 0 20px;
  }
  .cate-banner-ul {
      flex-direction: column;
  }
  .cate-banner-subcontent{
      padding-left: 0;
  }

  .cate-banner-li {
      padding-top: 25px;
      padding-bottom: 20px;
      width: 100% !important;
      max-width: none;
  }
  .cate-banner-title {
      font-size: 28px; 
  }
  .cate-banner-content {
      padding: 10px 0;
  }
  .cate-banner-subcontent > p {
      line-height: 28px;
  }
  .button-bn {
      align-items: center;
      justify-content: space-around;
      padding-top: 20px;
  }
  .button-leftbn, .button-rightbn {
      width: 155px;
      height: 40px;
      margin: 8px 0;
  }


  .cate-banner-li:last-child img {
      width: 100%;
      height: auto;
      object-fit: cover;
  }
}

.cate-banner-li:last-child img {
  object-fit: cover;
}


/* categroy end */

/* popular  */
.high-quality{
  box-sizing: border-box;
}
.high-quality-type{
  width: 100%;
  max-width: 14.96rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.high-quality-type-img{
  width: 3.44rem !important;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:  #FFF;
  box-shadow: 0px 3px 10px 0px rgba(27, 29, 28, 0.07);
  margin-right: .4rem;  
  margin-top: .4rem;
}
.high-quality-type-img:nth-child(4n) {
  margin-right: 0;
}

.high-quality{
  margin-top: 1rem;
}
.high-quality-text{
  max-width: 11rem;
  margin: 0 auto;
}
.high-quality-title{
  color: var(--unnamed, #1B1D1C);
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: .56rem; /* 140% */
  padding-bottom: .2rem;
}
.high-quality-content{
  color: var(--unnamed, #444747);
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.high-quality-imgtitle{
  color: var(--unnamed, #1B1D1C);
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
  padding: 0.21rem 0;
}


.trusted{
  margin-top: 1rem !important;
}
.trusted-glass-c{
  max-width: 14.96rem !important;
  padding-top: 1.2rem !important;
}
.trusted-left{
  max-width: 9.6rem !important;

}
@media only screen and (max-width: 768px) {
  .high-quality{
      /* padding: 0 20px; */
      box-sizing: border-box;
      margin-top: 50px;
     
  }
  .high-quality-type-img{
      margin-right: 0px;
  }
  .high-quality-title{
      line-height: 30px;
  }
  .cate-image-overlay::before{
 border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid rgba(0, 118, 52, 0.70);
      top: -10px;
  }
  
}


/* cate-match */
.cate-match{
  background-color: #F5F5F5;
  margin-bottom: 1rem;
  margin-top:1rem;
}
.cate-match-text{
  max-width: 11rem;
  margin: 0 auto;
  padding-top: 1rem;
}
.cate-match-title{
  color: var(--unnamed, #1B1D1C);
  text-align: center;

  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; 
  padding-bottom: 0.2rem;
}
.cate-match-content{
  color: var(--unnamed, #444747);
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-bottom: 0.4rem;
}
.cate-match-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;  /* 避免超出部分的内容显示 */
}

.cate-match-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.cate-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.2rem;  
  background: rgba(0, 118, 52, 0.70);
  color:  #FFF;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: flex;
  justify-content: center;
  align-items: center;
}
.cate-image-overlay-span{
  max-width: 11rem;
}
.cate-image-overlay:empty {
  display: none;
}
.cate-image-overlay::before {
  content: ''; 
  width: 0; 
  height: 0; 
  border-left: 0.2rem solid transparent; 
  border-right: 0.2rem solid transparent;
  border-bottom: 0.2rem solid rgba(0, 118, 52, 0.70); 
  position: absolute;
  top: -0.19rem; 
  left: 50%;
  transform: translateX(-50%);
}

/* cate-match end */
/* cate-product */
.cate-product{
  padding-top: 1rem;
}
.popular-product-title{
  color:  #1B1D1C;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; /* 140% */
  padding-bottom: .4rem;
}
.popular-product-type{
  border-top:1px solid #D9D9D9;
  border-bottom:1px solid #D9D9D9 ;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:.4rem 0;
  box-sizing: border-box;
}

.popular-arrow-btn{
  display: flex;
  align-items: center;
}

  .popular-arrow-btn img{
      cursor: pointer
}
.popular-product-img{
  width: 100%;
  max-width: 13.8rem;
  height: 2.1rem;
  display: flex;
  /* justify-content: space-between; */
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.popular-imgwidth{
  width: 2.1rem;
  height: 2.1rem;
  padding:10px

}
.popular-imgwidth:last-child{
  padding-right:0px

}


/* <!-- 滑动条 --> */

.slp-all {

  padding-bottom: 1.1rem;

}
.slp-ul{
  width: 100%;
  max-width: 14.60rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* overflow-x: auto;   
  overflow-y: hidden; */
  position: relative;
}

.slp-ul::-webkit-scrollbar {
  height: 4px;
  background-color: #E5E5E5;
  width: 12px;

}

.slp-ul::-webkit-scrollbar-thumb {
  background-color: #007634;
  min-width: 50px;
}

.slp-ul::-webkit-scrollbar-track {
  background-color: #E5E5E5;
}
/* .slp-arrow-left{
  position: absolute;
  top:-25px;
  left:-15px;
}

.slp-arrow-right{
  position: absolute;
  top: -25px;
  right: -15px;
} */

.slp-li{
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-left:40px; */
}
.slp-li:first-child{
  padding-left: 0;
}


.slp-li-img{
  width: 260px;
  height: 260px;
}
.slp-li-imgtitle{
     padding-top: 16px;
    padding-bottom: 30px;
}
 .swiper-slide .slp-li-imgtitle{
     padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f5f5f5;
  }
.slp-line{
width: 100%;
height: 4px;
background: #E5E5E5;
position: relative;
}

.slp-scrollbar{
content: '';
position: absolute;
top: 0px;
left: 0px;
width: 20%;
background-color: #007634;
height: 4px;
}

/* <!-- project free --> */

.project-quote{
  width: 100%;
  position: relative;
}
.project-quote-form{
  max-width: 11.60rem;
  height: 1rem;
  margin: 0 auto;
  padding: 0 0.61rem;
  background-color: #CBD402;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
}
.qupte-title{
  width: 10.38rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color:  #007634;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.qupte-title-add{
  cursor: pointer;
}

.form-conner{
  width: 11.60rem;
  margin: 0 auto;
  border-radius: 10px;
  background: #FFF;

  /* 白底阴影 */
  box-shadow: 0px 3px 10px 0px rgba(27, 29, 28, 0.07);
}
.form-container{
  padding: 0.4rem;
  padding-top: .8rem;
}
.form-fap{
  width: 100%;
  height: 1rem;
  border-radius: 10px;
  background: #007634;
  display: flex;
  justify-content: space-between;
  
}
.form-fap-text{
  width: 10.38rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}


/* perfect  chioce */
.cate-perfect{
  margin-top: 1.5rem;
}
.cate-perfect-title{
  color:  #1B1D1C;
  text-align: center;

  /* 标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; /* 140% */
}
.cate-perfect-content{
  color:  #444747;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 11rem;
  margin: 0 auto;
  margin-top:.2rem;
}

.cate-perfect-ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:.4rem;
  row-gap:.4rem;
}
.cate-perfect-li{
  width: 33.33%;
  max-width: 4.72rem;
  border: 1px solid  #E5E5E5;
  background:  #FFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 3rem;
  max-height: 3rem;
}

.perfect-li-arrow{
  max-width: 4rem;
  padding: .63rem 0;
}
.perfect-li-num{
  color:  #007634;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.perfect-li-title{
  color: #007634;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  padding-bottom: .24rem;
}
.perfect-li-content{
  color:  #7D7D7D;
  text-align: center;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.why-choose{
  margin-top: 1rem;
}
/* tab切换栏 */
.why-choose-text{
  width: 100%;
  max-width: 11rem;
  margin: 0 auto;
  text-align: center;
}
.why-choose-title{
  color: #1B1D1C;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; /* 140% */
}
.why-choose-content{
  color:  #444747;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: .2rem;
}
.choose-tabs-container {
  display: flex;
  width: 100%;
  max-width: 13rem;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.choose-tabs-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  z-index: -1; /* Ensure the line is behind the tabs */
}
.choose-tab {
  width: 1.8rem;
  height:.6rem;
  cursor: pointer;
  border-radius: 90px;
  background:  #E5E5E5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color:  #7D7D7D;
  text-align: center;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.choose-tab:before,
.choose-tab:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50%;
  height: 1px;
  background-color: #E5E5E5;
}

.choose-tab:before {
  left: -50%;
}

.choose-tab:after {
  right: -50%;
}




.choose-tab.active {
  background-color: #007634;
  color: white;
  top: 0;  /* Aligns the active tab with the red line */
}
.choose-taball{
  margin-top: .4rem;
}
.choose-tab-content-container{
  margin-top: .6rem;
}
.choose-tab-content-container .choose-tab-content {
  display: none;
}

.choose-tab-content-container .choose-tab-content.active {
  display: block;
}

.tab-modern{
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width:14.96rem;
  background: #FFF;
  box-shadow: 0px 3px 30px 0px rgba(27, 29, 28, 0.07);
  padding: 1rem .8rem;
  box-sizing: border-box;
}

.tab-modern-left{
  width: 45%;
  max-width: 6.8rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tab-modern-right{
  width: 45%;

}
.tab-modern-right-img{
  width: 100%;
  max-width: 6rem;
}

.tab-modern-left-title{
  color:  #1B1D1C;

  /* 文章标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 137.5% */
}
.tab-modern-left-content{
  color:  #444747;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: .4rem 0;
}
.tab-modern-left-button{
  color:  #007634;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* <!-- Wide range --> */
.wide-range{
  background:  #007634;
}
.trusted-stats-wrapper {
  display: flex;
  /* justify-content: space-around; */
  padding: 1.63rem 0;
}

.trusted-stat-item {
  flex-basis: 33%;
  position: relative;
  max-width: 4.4rem;
  box-sizing: border-box;
  margin-right: 0.88rem;
}
.trusted-stat-item:last-child{
  margin-right:0;

}

.trusted-stat-title{
color: #FFF;
}
.trusted-stat-label {
  padding: 0 10px;
  color: #FFF;
  text-transform: uppercase;
}

.trusted-line{
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 26px;
  margin-bottom: 34px;
  position: relative;
}
.trusted-line::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #CBD402;
  width: 160px;
  height: 2px;

}
.trusted-stat-item p {
  color: #FFF;
  margin: 20px 0 0;
  line-height: 1.5;
}

.excellent-li-right img{
  width: 100%;
}
/* <!-- Suitable --> */


.suitable{
  margin-top: 1rem;
}
.suitable-text{
  position: relative;
}
.suitable-title{
  color: #1B1D1C;

  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: .56rem; /* 140% */
  padding-bottom: .2rem;
}
.suitable-content{
  color:  #444747;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 11rem;
}
.suitable-img{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -3;
}
.suitable-ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: .4rem;
}
.suitable-li{
  width: 48.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid  #E5E5E5;
  background: #fff;
  margin-bottom:.4rem;
}
.suitable-li-arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .4rem;

}
.suitable-li-left img{
  max-width: 3rem;
  max-height: 2.2rem;
}
.suitable-li-right{
  max-width: 3.24rem;
  margin: 0 auto;
  padding-left: 0.24rem;
}
.suitable-li-title{
  color: #1B1D1C;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.suitable-li-subtitle{
  color: #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-top: .2rem;
}

/* <!-- Excellent-> */

.excellent{
  background: #F5F5F5;

}
.excellent-ul{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0;
  box-sizing: border-box;
}
.excellent-li-left{
  width:50%;
  margin-right: 0.2rem;
}
.excellent-li-arrow{
  max-width: 6.8rem;
}
.excellent-li-right{
  width: 50%;
  max-width: 7.28rem;
}
.excellent-li-title{
  color:  #1B1D1C;

  /* 标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: .56rem; /* 140% */
}
.excellent-li-subtitle{
  color: #444747;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: .4rem 0;
}
.excellent-button{
  width: 2rem;
  height: .5rem;
  flex-shrink: 0;
  border-radius: 2px;
  background:#007634;
  color: #FFF;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* <!-- Excellent end--> */
/* <!-- Frequently--> */

.frequently{
  width: 100%;
  margin-bottom: .2rem;
}
.frequently-arrow{
  width: 100%;
  border-radius: 20px;
  background:  #FFF;
  box-shadow: 0px 3px 30px 0px rgba(27, 29, 28, 0.07);
  text-align: center;
  margin-top: 1rem;
  padding-top: 0.88rem;
}
.frequently-title{
  color:  #1B1D1C;

  /* 标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; /* 140% */
}
.faq-container {
  width: 100%;
  max-width: 12rem;
  margin: 0px auto;
  margin-top: 0.4rem;
  padding-bottom: 1rem;
}

.faq-item {
  margin-bottom: .2rem;

}

.faq-question {
  padding: .18rem;
  cursor: pointer;
  background-color: #f9f9f9;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:  #1B1D1C;
  /* 30 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  text-align: left;
}

.arrow {
  transition: 0.3s;
}

.faq-answer {
  padding: .1rem;
  display: none;
  text-align: left;
}
.faq-answer p {
   overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
  text-align: left;
}

  .helpful{
      margin-top: 1.2rem;
  }
  .helpful-title{
      color: #1B1D1C;

      /* 标题 */
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 0.56rem; /* 140% */
      text-transform: capitalize;
      text-align: center;
      margin-bottom:.4rem;
  }
  .helpful-ul{
      width:100% ;
      display: flex;
      justify-content: space-between;
  }
  .helpful-li{
      width: 31.5%;
      display: flex;
      flex-direction: column;
      background: #FFF;
      box-shadow: 0px 3px 10px 0px rgba(27, 29, 28, 0.07);
  }
  .helpful-li img{
      width: 4.72rem;
      height: 2.66rem;
  }
  .helpful-li-text{
      padding: 0 .36rem;
      margin-bottom: .36rem;
  }
  .helpful-titme{
      color:  #7D7D7D;
      font-family: 'Sora-regular';
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
      margin-top: 0.3rem;
      margin-bottom: .1rem;
  }
  .helpful-subcontent{
      color:  #1B1D1C;
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 30px; /* 150% */
  }


  .partner{
      background:  #F5F5F5;
      margin-top: 1.2rem;
  }
  .partner-ul{
      width: 100%;
      display: flex;
      padding: 0.86rem 0;
      justify-content: space-between;
  }
  .partner-li-left{
      width: 50%;
      padding-left: .8rem;
  }
  .partner-title{
      color:  #1B1D1C ;
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 44px; /* 137.5% */
      margin-bottom: .2rem;

  }
  .partner-content{
      color:  #444747;

      font-family: 'Sora-regular';
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
  }
  .partner-li-right{
      width: 50%;
      display: flex;
      padding-right: 160px;
      font-family: 'Sora-semibold';
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
      align-items: center;
      color: #fff;
      justify-content: end;
  }
  .partner-li-right span{
      margin-left: 10px;
  }
  .partner-btn1{
      width: 1.98rem;
      height:.5rem;
      border-radius: 2px;
      background:  #007634;
      display: flex;
      justify-content: center;
      align-items: center;

  }
  .partner-btn2{
      width: 2.73rem;
      height:0.48rem;
      border-radius: 2px;
      border: 1px solid  #007634;
      background:  #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: .16rem;
      color: #007634;
  }


@media (max-width: 768px) {
.frequently-arrow{
  margin-top: 50px;
  
padding-top: 20px;
}
.faq-container{
  padding: 20px 20px;
  box-sizing: border-box;
  margin-top: 0;
}
.faq-question{
  text-align: left;
  padding: 10px 20px;

}
.helpful{
  margin-top: 30px;
  padding: 0 20px;
}
.helpful-title {
margin-bottom: 20px;
}
.helpful-ul{
  flex-direction: column;
  box-sizing: border-box;
}
.helpful-li{
  width: 100%;
  margin-bottom: 20px;
}
.helpful-li img{
  width: 100%;
  height: auto;
}

.partner{
  padding: 0 20px;
  margin-top: 55px;
}
.partner-ul{
  flex-direction: column;
  padding: 46px 0;
  box-sizing: border-box;
}
.partner-li-left{
  width: 100%;
  padding-left: 0px;
}
.partner-li-right{
  width: 100%;
  padding-right: 0px;
  justify-content: center;
  margin-top: 20px;
}
.partner-btn1{
  width: 150px;
}
.partner-btn2 {
  width: 190px;
}
.partner-title{
  margin-bottom: 10px;
}
.frequently{
  margin-bottom: 60px;
}

/* banner */


}

/* <!-- Frequently end--> */

/* <!--product页面 产品内容 --> */
.search-container {
  position: relative;
}
.search-button {
  position: absolute;
  right: 0;
  top: 27px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.list-sidebar input[type="text"]:focus {
  outline: none;
  border-color: #007634; 
}
.list-container {
  display: flex;
  height: 100%; 
  margin-top: 80px;
}

.list-sidebar {
  width: 18%;
  overflow-y: auto; 
  margin-right: .76rem;
}
.list-sidebar input {
  width: 100%;
  padding: 0.08rem;
  margin-bottom: .32rem;
  border-radius: 4px;
}

.list-sidebar h1 {
  margin-bottom: 0.24rem;
  font-weight: bold;
}
.porudct-group{
  display: flex;
  width: 82%;
  flex-direction: column;
}
.list-item {
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
  color:  #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 275% */
  text-transform: capitalize;
  display: block;
  width: 100%;
}

.list-item:hover, .list-item.active {
  color: #007634;
}

.list-products {
  width: 100%;
  max-width:11.6rem;
  display: flex;
  flex-wrap: wrap;
  gap:.35rem;
}

.list-product {
  width: 2.6rem;
  max-width: 2.6rem;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
   transition: transform 0.3s, color 0.3s;

}
/* .list-product:nth-child(4n){
  margin-right: 0;
} */
.list-product img {
  width: 100%;
  height: auto;
   transition: transform 0.3s; 
}

.list-product p {
  max-width: 2.1rem;
  margin: 0 auto;
  color: var(--unnamed, #1B1D1C);
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: -webkit-box;       
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: .16rem;
 transition: color 0.3s;
}
.list-product:hover img {
    transform: scale(1.05);
}

.list-product:hover p {
    color: #007634; 
}

/* 分页 */

.pagination {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  justify-content: center;
  /* transform: translateX(12%); */
  margin-top: .4rem;
}

.pagination li {
  width: .6rem;
  height: .6rem;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;

  color:  #444747;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.pagination li:hover {
  background-color: #f6f6f6;
}

.pagination li.active {
  border: 1px solid  #E5E5E5;
  background:  #FFF;
  color: #007634;
}

.pagination li.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #F5F5F5;
}
.p-prev{
  cursor: not-allowed;
  background-color: #F5F5F5;
}
.p-next{
  background-color: #F5F5F5;

}


.pagination li .dots {
  pointer-events: none;
}


/* <!-- Usage --> */


.food-tips{
  margin-top: .4rem;
}
.food-tips-title{
  color:  #444747;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.food-tips-bottom{
  margin-top: .2rem;
} 
.food-tips-content{
  color:  #444747;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom:.2rem;
}

.food-tips-bottom ul li {
  color:  #444747;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom:.2rem;
}
.food-tips-bottom ul li span{
  color:  #444747;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.food-tips-bottom p{
  color: #444747;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}


.usage{
  width: 100%;
  background:  #F5F5F5;
  padding: 1.2rem 0;
  margin-top: 1.2rem;
}
.usage p{
  margin-bottom: 0.16rem;
}
.usage h1{
  margin-bottom: 0.24rem;
}
.usage-title{
  max-width: 11rem;
  color:  #1B1D1C;

  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height:0.56rem; /* 140% */
}
.usage-subtitle{
  color:  #444747;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: .4rem
}
.usage-content{
  margin-top: .2rem;
}
.usage-content-title{
  color:  #444747;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.usage-content-subtitle{
  color:  #444747;
  /* 16号 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: .2rem;

}

.usage-recommend{
  margin-top: .4rem;
}
.usage-recommend-title{
  color:  #007634;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 183.333% */
}
.usage-recommend-product{
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 0.35rem;
  margin-top: .2rem;
}
.usage-recommend-product-li{
  width: 23%;
  height: 4.2rem;
  max-height: 4.2rem;
  background:  #FFF;
  display: flex;
  justify-content: center;
  align-items: center;

  box-shadow: 0px 3px 10px 0px rgba(27, 29, 28, 0.07);
}
.recommend-product-li-text{
  /* padding-top: 40px;
  padding-bottom: 52px; */
}
.recommend-product-li-text img{
  width: 2.6rem;
  height: 2.6rem;
}
.recommend-product-li-text p{
  max-width:2.5rem;
  margin: 0 auto;
  text-align: center;
  margin-top: .2rem;
  color: #1B1D1C;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/* inner07_accessories */

.yjstory-banner-text{
  width: 11rem;
  max-width: 11rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.yjstory-banner-subtitle{
  color: #FFF;
text-align: center;

font-family: 'Sora-semibold';
font-style: normal;
font-weight: 600;
line-height: .56rem; /* 140% */
}
.yjstory-banner-subcontent{
  color:  #FFF;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top:.2rem;
}
.lids{
  margin-bottom: 1rem;
}
.lids-ul{
  width: 100%;
  display: flex;
  justify-content: space-between;           
  margin-top: 1rem;     
}
.lids-li-left{
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  margin-right: .56rem;
}
.lids-li-right{
  width: 49%;
  
}
.lids-li-title{
  color:  #1B1D1C;

  /* 文章标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 137.5% */
  margin-top: .16rem;
}
.lids-li-content{
  color:  #444747;

  /* 16号 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: .2rem;
  margin-bottom: .4rem;
}
.lids-li-subtitle{
  color:  #007634;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  margin-bottom: .24rem;
}
.lids-li-subcontent{
  color:  #444747;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.lids-li-subcontent p{
  display: flex;
  align-items: center;
  margin-bottom:.12rem;
}
.lids-li-subcontent p img{
  margin-right: 5px;
}

/* casp */
.caps {
  background: #F5F5F5;
  padding-top:1rem;
}

.caps-container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.caps-sidebar {
  width: 1.8rem;
  min-height: 3.84rem;
  max-width:1.8rem;
  border-radius: 20px;
  background: #FFF;
  flex: 0 0 auto;
  padding: 0.53rem 0px;
  padding-left: .2rem;
}

@media(min-width:1080px){
  .caps-sidebar {
    max-height: fit-content;
  }
}

.caps-content {
  width: calc(100% - 1.8rem);
  flex: 1 1 auto;
  margin-left: 1.06rem;
}

.caps-sidebar a {
  display: block;
  margin-bottom: .36rem;
  position: relative;
  z-index: 2;
  color: #444747;

  /* 16号 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.caps-sidebar a.active {
  color: #fff
}

.caps-sidebar a:last-child {
  margin-bottom: 0;
}

.caps-sidebar a.active::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translateY(-50%);  
  background-image: url('./static/image/select-green.png');
  background-size: cover;
  background-position: center;

  width: 2.32rem;
  height: .5rem;
  z-index: -1;
  color: #fff;
}

/* custom */
.custom-wide{
  margin-top: 1rem;
}
.custom-ul-title ul {
  display: flex;
  border: 1px solid #E5E5E5;
  background: #F5F5F5;
  align-items: center;
  list-style-type: none;
  margin-top: .28rem;
  position: relative;
  flex-wrap: wrap;
  max-width: 6.78rem;
  padding:.18rem .4rem;

}

.custom-ul-title ul li {
  color: #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 150% */
  position: relative;
  padding-left: .16rem;
  margin-right: .24rem;
}



.custom-ul-title ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: green;
  border-radius: 50%;
}

.custom-ul-title ul::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: .7rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .7rem solid transparent;
  border-right: .7rem solid transparent;
  border-bottom: .12rem solid #f5f5f5;
  z-index: 1;

}






.custom-wide-title {
  color: #1B1D1C;

  /* 文章标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 137.5% */
}

.custom-wide-subtitle {
  color: #444747;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: .2rem;
}

.custom-ul-title {
  color: #1B1D1C;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
  margin-top: .4rem;
}

.custom-module-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:1rem;
}

.custom-module-image {
  width: 48%;
}

.custom-module-image img {
  max-width: 100%;
  height: auto;
}

.custom-module-content {
  width: 46%;
  position: relative;
  max-width: 6.76rem;
}

.custom-module-title {
  position: absolute;
  left: -0.5rem;
  top: 5px;
  transform: translateY(-50%);
  z-index: -1;

}
.caps-content-title p:first-child {
  color: #1B1D1C;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 138.462% */
  margin-bottom: .2rem;
}

.caps-content-title p {
  color: #444747;
  text-align: center;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.caps-content-container>.caps-content-title>img {
  margin-top: .4rem;
}

.caps-product-type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: .4rem;
}

.caps-product {
  width: 22%;
  max-width: 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: .2rem;

}

.caps-product:not(:nth-child(4n)) {
  margin-right: .4rem;
}

.caps-product:nth-child(4n) {
  margin-right: 0;
}

.caps-product img {
  width: 2.6rem;
  height:2.6rem;
}

.caps-product-title {
  margin-top: .16rem;
  color: #7D7D7D;
  text-align: center;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.caps-content-container {
  display: none;
}

.caps-content-container[data-content="beverage"] {
  display: block;
}


.sealing-container {
  width: 100%;
  text-align: center;
  flex-direction: column;
}

.seling-text {
  max-width: 11rem;
  margin: 0 auto;
}

.features {
  display: flex;
  justify-content: space-between;
  margin-top: .4rem;
}

.feature {
  flex: 1;
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.circle {
  width: 2.2rem;
  height: 2.2rem;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle span {
  color: #000;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
  max-width: 1.8rem;
}

.plus {
  margin-left: .25rem;
}

.personalized span {
  color: #000;
}

.active .circle {
  background-color: #007634;
}

.active .circle span {
  color: #CBD402;

}
.sealing{
  margin-top: 1rem;
}
.seling-text-title {
  color: #1B1D1C;
  text-align: center;

  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem;
  margin-bottom: .2rem;
  /* 140% */
}

.seling-text-subtitle {
  color: #444747;
  text-align: center;

  /* 16号 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}





@media (max-width: 768px) {
  .lids{
      padding: 0 20px;
  }
  .lids-ul{
      flex-direction: column;
      margin-top: 20px;
  }
  .lids-li-content{
      margin-top: 5px;
      margin-bottom: 25px;
  
  }
  .lids-li-subtitle{
      margin-bottom: 14px;
  }
  .lids-li-left{
      width: 100%;
  }
  .lids-li-right{
      width: 100%;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .lids-li-right img{
      width: 80%;
     
  }
  .caps {
      padding: 40px 0;

}
  .caps-container{
      flex-direction: column;
      padding: 0 20px;
  }
  .caps-sidebar{
      padding: 35px 0px;
      padding-left: 20px;
  }
  .caps-content{
      width: 100%;
      margin-left: 0px;
      margin-top: 30px;
  }
  .caps-content-title img{
      width: 100%;
  }
  .caps-product-type{
      flex-direction: column;
      align-items: center;
  }
  .caps-product{
      width: 100%;
       margin-right: 0px !important;
  }
  .project-quote {
      margin-top: 40px !important;
      margin-bottom: 40px !important;
  }
  .project-quote-form-caps{
      width: 100% !important;
      height: auto;
  }
  .form-container{
      padding: 20px;
  }

  .seling-text-title{
      line-height: 30px;
  }
  .sealing{
      margin-top: 40px;
  }
  .seling-text-title{
      margin-bottom: 20px;
  }
  .sealing-container{
      box-sizing: border-box;
      padding: 0 20px;
  }
  .feature{
      margin: 0;
      margin-bottom: 20px;
  }
  .features{
      flex-wrap: wrap;
  }
  .circle{
      width: 120px;
      height: 120px;
  }
  .circle span{
      max-width: 115px;
  }
  .plus{
      margin-left: 15px;
  }

  .custom-wide{
      padding: 0 20px;
      margin-top: 30px;
  }

  .custom-module-container{
      flex-direction: column;
  }
  .custom-module-image{
      width: 100%;
  }
  .custom-module-content{
      width: 100%;
  }
  .custom-wide-subtitle{
      margin-top: 0px;
  }
  .custom-ul-title {
      margin-top: 20px;
}
.custom-module-title{
  top:45px;
  left: 220px;
}
.custom-module-container{
  margin-bottom: 50px;
}
.custom-ul-title ul{
  margin-bottom: 20px;
}
.custom-ul-title ul li{
  line-height: 24px;
}
}
/* inner07 end */



/* 08  */

.bread-color a{
  color:  #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.yjstory-banner08-subtitle{
  color:  #1B1D1C;
  text-align: center;

  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */

}
.yjstory-banner08-subcontent{
  color:  #444747;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 40px;
}

/* 08 end */

/* inner 09*/
.library-faq-container {
  width: 100%;

 
}

.library-faq-item {
  margin-bottom: 20px;
  /* border: 1px solid #d0d0d0; */
  overflow: hidden;
  background-color: #F5F5F5;
}

.library-faq-question {
  padding:25px 30px 25px 30px;
  position: relative;
  cursor: pointer;
  color:  #1B1D1C;

  /* 30 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
 
}

.library-faq-question-p{
  max-width: 900px;
}
.library-toggle-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;  
  height: 40px; 
  background-image: url('./static/image/close-button.png');
  background-size: cover;
  cursor: pointer;
}

.library-faq-answer {
  padding:0px 30px 30px 30px;
  display: none; 
  color:  #7D7D7D;
  /* 16号 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 900px;
}
.library-faq-answer a{
  text-decoration: underline;
}
.library-faq-item.active .library-faq-answer {
  display: block;
}

.library-faq-item.active .library-toggle-icon {
  background-image: url('./static/image/open-button.png');

}


@media (max-width: 768px){
  .library-toggle-icon{
      width: 20px;
      height: 20px;
  }
}


/* inner 09 end*/


/* inner 10 */

.support-download-hot{
  background: rgba(245, 245, 245, 1);

}

.aactive{
  color: #007634 !important;
  border-left: 3px solid #007634; /* 为选中的a元素左侧添加3像素的竖线 */
  padding-left: 7px; 
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.support-ul{
  width: 100%;
  display: flex;
  margin-top: 60px;
}
.support-li-left{
  width: 264px;
  max-height: 480px;
  max-width: 264px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 40px 40px;
  flex: 0 0 auto;
}
.support-li-right{
  width: calc(100% - 344px); /* 考虑左边元素和其内边距的总宽度 */
  flex: 1 1 auto;
  margin-left: 40px;
}

.support-li-left-title{
  color:  #1B1D1C;
  font-family: 'Sora-semibold';
  
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  text-transform: uppercase;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.support-li-left-subtitle a{
  display: block;
  color:  #444747;

  font-family: 'Sora-regular';
 
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 24px;
}

.support-download-hot{
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.support-download-hot-pdfimg{
  width: 220px;
  height: auto;
}
.support-download-hot-li:first-child{
  margin-right: 35px;
  padding-left: 60px;
}
.support-download-hot-li-title{
  color:  #1B1D1C;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.support-download-hot-li-type{
  color:  #7D7D7D;

  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 25px ;

}
.support-download-hot-li-type span::after{
  content: '|';
  margin: 0px 24px;
  color: #D9D9D9;
}
.support-download-hot-li-type span:last-child::after {
  content: '';
  margin: 0;
}
.support-download-hot-li-content{
  color:  #7D7D7D;

  /* 16号 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 40px ;
  margin-top: 25px ;

}
.support-download-hot-li-button{
  width: 200px;
  height: 50px;
  background-color:  #007634;
  color: #FFF;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  display: flex;
  justify-content: center;
  align-items: center;
}

.library{
  margin-top: 60px;
}
.library-tab{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 4px solid #1B1D1C;
}
.library-tab-title{
  color:  #007634;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.library-tab-button-ul{
  display: flex;
}   
.library-tab-button-li{

  display: inline-flex;
  padding: 10px 24px; 
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 2px solid  #D9D9D9;
  background:  #FFF;
  margin-right: 10px;
  color:  #AAA;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  cursor: pointer;

}
.library-tab-button-li:last-child{
  margin-right: 0px;
}
.library-active{
  border-radius: 2px;
  border: 2px solid #007634;
  background: #007634;
  color: #fff;
}
.document-item-select{
  display: none;
}
.document-item-active{
  display: block;
}
.document-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 0;
  border-bottom: 1px solid #ddd;

}
.document-icon{
  display: flex;
}
.document-icon img {

  margin-right: 16px;
}

.document-details h3 {
  margin: 0;
  color:  #1B1D1C;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}

.document-meta {
  display: flex;
  margin-top: 8px;
  color:  #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.document-meta span::after {
  content: '|';
  margin: 0px 24px;
  color:  #D9D9D9;
}   

.document-meta span:last-child::after {
  content: '';
  margin: 0;
}

.conner-support{
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px){
  .support-ul{
      flex-direction: column;
      margin-top: 40px;
  }
  .support-li-left{
      box-sizing: border-box;
      height: auto;
      width: 100%;
      margin-left: 20px;
  }
  .support-download-hot{
      flex-direction: column;
      padding: 40px 20px;
  }
  .support-li-right{
      margin-left: 0;
      width: 100%;
  }
  .support-download-hot-pdfimg{
      width: 70%;
      height: auto;
  }
  .support-download-hot-li:first-child{
      margin: 0;
      padding: 0;
  }
  .support-download-hot-li-type {
      margin-top: 10px;
  }
  .support-download-hot-li-content{
      margin-top: 15px;
      margin-bottom: 30px;
  }

  .library{
      padding: 0 20px;
      box-sizing: border-box;
  }
  .library-tab{
      flex-direction: column;
      border-bottom: 2px solid #1B1D1C;
      padding-bottom: 10px;
  }
  .library-tab-button-ul{
      margin-top: 15px;
  }
  .library-tab-button-li{
      padding: 5px 10px;
  }
  .library-tab-content{
      margin-top: 15px;
  }
  .document-item{
      flex-direction: column;
      padding: 15px 0;
      align-items:normal;
  }
  .conner-support{
      margin-top: 80px !important;
  }
  .contact-breadcrumbs{
      padding: 0 20px !important;
  }
}

/* inner 10 end*/

/* inner11 */

.blog-list{
  margin-bottom: 80px;
}
.blog-list-ul{
  width: 100%;
  display: flex;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(27, 29, 28, 0.07);
  margin-top: 0.6rem;
}
.blog-list-li:first-child{
  width: 55%;
  margin-right: 0.6rem;
}
.blog-list-li{
  width:45%;
  display: flex;
}
.blog-list-li-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 5.6rem;
  text-align: center;
}
.blog-list-li-hot{
  display: inline-flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #007634;

  color:  #FFF;
  text-align: center;
  font-family: 'Sora-semibold';
 
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.blog-list-li-title{
  color:  #1B1D1C;
  text-align: center;

  /* 文章标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.44rem; /* 137.5% */

  margin: 0.2rem 0;
}
.blog-list-li-contnet{
  color:  #444747;
  text-align: center;

  /* 16号 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.blog-list-li-titme{
  color:  #7D7D7D;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */

  margin-top: 40px;
}

.find{
  margin-bottom: 1.2rem;
}

.find-top-title{
  color:  #1B1D1C;

  /* 文章标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.44rem; /* 137.5% */
  margin-bottom: 0.24rem;
}
.find-content{
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem; 
  margin-top: 0.8rem;
}
/* .find-item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; 
} */
.find-item{
  width:4.72rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; /* 使宽度包括 padding 和 border */
  background:  #FFF;
  box-shadow: 0px 3px 10px 0px rgba(27, 29, 28, 0.07);
}

.find-li-text{
  width: 100%;
  padding:0.3rem;
}
.find-container {
  margin: 0 auto;
}

.find-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0.2rem;
}

.find-tags button {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 90px;
  border: 1px solid  #E5E5E5;
  color:  #7D7D7D;
  text-align: center;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  background-color: #fff;
  margin-left: 0px;
}



.find-content .find-item {
  display: none;
}

.find-content .find-item img {
  max-width: 100%;
}



.find-date{
  color:  #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 10px;
}

.find-title{
  color: #1B1D1C;
  font-family: 'Sora-semibold';
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}

/* inner11 end */

/* 12 contact */
.contact-breadcrumbs{
  display: flex;
  align-items: center;
  padding-top:0.2rem;
}
.cb-text{
  color:  #7D7D7D;
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}
.contact-banner-title{
  color: #1B1D1C;

  /* 标题 */
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem; /* 140% */
  margin-bottom: 0.4rem;
}
.contact-banner-content{
  color:  #7D7D7D;

  /* 16号 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.contact-banner-ul{
  width: 100%;
  display: flex;
  margin-top: 0.6rem;
}
.contact-banner-li-left{
  width: 57%;
  max-width: 8.4rem;
}
.contact-banner-li-right{
  width: 43%;
}
.contact-banner-num{
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  padding-left: 2.04rem;
}
.contact-banner-num-img{
  width: 70px;
  height: 64px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
/* .contact-banner-num-img:hover{
  background-color: rgba(0, 118, 52, 1);
} */
.contact-banner-num span{
  color: #444747;
  /* 30 */
  font-family: 'Sora-regular';
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
/* 12 contact end */
/* 添加媒体查询以适应移动端屏幕 */
@media (max-width: 768px) {
  .usage-recommend-product{
      display: block;
  }
  .usage-recommend-product-li {
      width: 100%; /* 恢复为每行显示四个产品 */
      height: auto;
      max-height: none;
      flex-wrap: wrap;
  }
  .recommend-product-li-text img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
  }
  .ques-link-ul{
      flex-direction: column;
  box-sizing: border-box;

  }
  .ques-link-li{
      width: 100% !important;
      padding-left: 0px !important;
      margin: 0 20px;
  box-sizing: border-box;
  }

  .ques-link-title{
    margin-bottom: 10px;
  }
  
}


/* popular end*/
@media only screen and (min-width: 1201px) {
  .yjstory-banner-wrapper {
      margin-top: 1rem;
  }
  .glass-mobile-video{
      display: none;
  }

.innovation-container-li img{
  width:6rem;
  height:3rem;
}

}


@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .yjstory-banner-wrapper {
      margin-top: 90px; 
  }
}


@media only screen and (min-width: 769px) and (max-width: 992px) {
  .yjstory-banner-wrapper {
      margin-top: 80px; 
  }
}


@media only screen and (max-width: 768px) {
  .yjstory-banner-wrapper {
      margin-top: 70px; 
  }

  /* 面包屑 */
  .packaging-crumbs {
      flex-direction: column; 
      align-items: flex-start;
      padding: 0 20px; 
      margin-top: 20px;
      height: auto;
  }

  .packaging-crumbs-title {
      margin-bottom: 10px;
      width: 100%; 
  }

  .packaging-crumbs-list {
      width: 100%;
      gap: 15px; 
  }
  .packaging-crumbs-item.active::after {
      height: 2px;
      bottom: -2px;
  }

  /* 第一块内容 */
  .glass{
      margin-top: 40px !important;
      flex-direction: column;
      padding: 0 20px;
      box-sizing: border-box;
  }
  .glass-left-title {
      line-height: 35px !important;
  }
  .glass-right-title{
      margin-bottom: 10px !important;
  }
  .glass-right-text .pad-b-10{
      padding-bottom: 10px !important;
  }
  .mar-b-40{
      margin-bottom: 20px !important;
  }
  .glass-icon-wrapper{
      display: none !important;
  }
  .glass-mobile-video{
      display: flex !important;
      align-items: center;
  }
  /* 第一块内容  end*/

  /* 视频框 */
  .glass-video-modal-content {
      width: 85%;
      height: auto; 
      overflow-y: auto; 
      max-height: 80%; 
      background-color: rgba(0, 0, 0, 0);
  }

  .glass-close {
      top: 5px;
      font-size: 1.5rem;
      color: #fff;
  }

  video {
      width: 100%;
      height: auto;
  }
  /* 视频框 end */


  .glass-slide{
      margin-top: 30px;
      padding: 0 20px;
  }
  /* 3个icon */
  .glass-multiple{
      margin-top: 25px;
  }
  .glass-multiple-ul {
      flex-direction: column; 
  }
  .glass-multiple-li{
      margin-bottom: 30px;
  }
  .glass-multiple-li:last-child{
      margin-bottom: 0px !important;
  }
  .glass-multiple-img{
      display: none;
  }
  .glass-multiple-title{
      margin-top: 10px;
      margin-bottom: 5px;
  }

  /* 第三块内容 */
  .innovation-text {
      margin-top: 40px;
  }
  .innovation-text-content{
      line-height: 30px;
      padding-top: 10px;
      padding-bottom: 40px;
  }
  .innovation-conner{
      padding: 0 20px;
      box-sizing: border-box;
  }
  .innovation-container-ul{
  box-sizing: border-box;
  }
  .innovation-container-li {
      width: 100%;
      padding-left: 0; 
      padding-right: 0; 
  }
  .innovation-container-li p{
      margin-bottom: 10px;
      margin-top: 25px;
      -webkit-line-clamp: 150;
  }
  .innovation-button {
      width: 220px;
      height: 40px;
      line-height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
  }

  /* 第4块内容 */
  .story-company-title{
      padding-top: 25px;
  padding-bottom: 0px;
  }
  .story-company-subtitle{
      padding-bottom: 20px;
  }
  .story-company-ul{
      display: flex;
      justify-content: center;
      align-items: center;
      padding:  0 20px;
  }
  .story-company-li {
      flex-basis: auto;
  }
  .story-company-button{
      width: 190px;
      height: 40px;
  }
  .story-company-button::before, .story-company-button::after {
      content: "";
      height: 1px;
      flex-grow: 1;
      background: #D9D9D9;
      position: absolute;
      top: 50%;
      width: 50px;
  }
  .story-company-button::before{
      right: 100%;

  }
  .story-company-button::after{
      left: 100%;

  }
  .story-company-button-wrapper{
      padding-bottom: 50px;
      padding-top: 20px;
  }
  /* 第五块内容 */

}

/* advance */
@media only screen and (max-width: 768px) {

  .advan-business{
      padding: 0 20px;
  }

  .advan-text {
      margin-top: 50px;
  }

  .advan-title {
      line-height: 30px; 
      margin-bottom: 20px;
  }

  .advan-subcontent {
      font-size: 14px; 
      line-height: 20px; 
  }

  .advan-sharing {
      flex-direction: column;
      align-items: center;
  }

  .advan-sharing-left {
      width: 80%; 
      margin-top: 50px; 
      min-height: 240px;
  }

  .sharing-title, .sharing-subtitle {
      width: 80%; 
  }

  .sharing-title {
      line-height: 26px; 
  }

  .sharing-subtitle {
      line-height: 20px;
  }
}


/* whyus-story */
@media only screen and (max-width: 768px){
  .story-history{
      padding: 0 20px;
      width: 90%;
      margin-top: 50px;
  }
  .story-history-top{
      flex-direction: column;
      padding-top:35px;
      box-sizing: border-box;

  }
  .story-history-left{
      width: 100%;
  }
  /* <!-- 第5块内容 --> */
  .certifications{
      margin-top: 50px;
      margin-bottom: 70px;
      padding: 0 20px;
      box-sizing: border-box;
  }
  .ertifications-subcontent{
      height: auto;
      background-image: none;
      padding-top: 0;
  }
  .ertifications-title{
      margin-bottom: 0px;
  }

  /* 底部相册 */
  .ertifications-slide {
      /* width: 50%;  */
      width: 100%;
  }

  .ertifications-prev, .ertifications-next {
      width: 35px;
      height: 35px;
      padding: 0;

  }

  .ertifications-prev {
      left: -20px; 

  }

  .ertifications-next {
      /* right: -20px;  */
      right: -10px;
  }


  .qupte-title{
      padding: 0 10px;
      
  }
  .project-quote-form-caps{
      height: .8rem;
  }
  .qupte-title-add{
      font-size: 22px;
  }
}
    /* 模态框基础样式 */
.hvideo-modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);

}

/* 关闭按钮样式 */
.h-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: color 0.3s;
}

.h-close:hover,
.h-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 视频样式 */
.h-modal-content {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 60%;
    height:6rem;
    margin-top:1rem;
}


.high-quality-type-img>img{
    width: 3.44rem;
    height: 2.34rem;
 
}

@media only screen and (max-width: 768px){
  .high-quality-type-img{
   width: 100% !important;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    
}
.high-quality-type{
  justify-content: center;
}
.high-quality-type-img{
  margin-left: 0;
}
  .right-sidebar{
    display: none;
  }
  .yjstory-breadcrumbs{
    top: 8px;
    left: 4%;
  }
  .history-time-carousel{
    width: 100%;
    box-sizing: border-box;
  }
  .number-big{
      font-size: 1.9rem;
  }
  .number-text{
      max-width: 180px;
  }
  .ertifications-slider{
      margin: 0;
      margin-top: 20px;
  }
  .ertifications-slide{
      height: auto;
  }
 
  .yjstory-banner{
      padding-bottom: 0px;
      height: auto;
  }
  .product-banner-text{
      width: 100%;

  }
    .product-banner-subtitle{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0px;
      }
    .product-banner-title{
        line-height: 25px;
    }
    .pro-bottle{
        margin-top: 30px;
    }
    .pro-bottle-li{
        height: 230px;
    }
    .pro-banner-ul{
        position: unset;
        transform:none;
    }
    .product-banner-text{
        top: 50%;
    }
.product-banner-title{
  margin-bottom: 10px;
}
    .cate-product{
        padding: 0 20px;
    }
    .popular-product-img{
        justify-content: center;
    }
}

.d-cate-breadcrumbs{
  display: flex;
  align-items: center;
}

   .full-screen-search {
        display: none; 
        position: fixed; 
        top: 0; 
        left: 0;
        width: 100%; 
        height: 100%; 
        background: rgba(0, 0, 0, 0.8); 
        z-index: 1000; 
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .search-content  {
        position: relative;
        width: 80%; 
        max-width: 600px;

    }
    .search-content form{
        width:100%;
        display:flex;
        align-items: center;
    }
    .full-screen-search input[type="text"] {
        width: 100%;
        padding: 10px;
        margin-right:10%;
    }
@media (max-width: 768px) {
    .d-cate-breadcrumbs{
        flex-wrap: wrap;
    }
    .p-details-li #prev, .p-details-li #next{
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .p-details-li #next{
      top: 120px;
      right: 10px;
    }
    .p-details-li #prev{
      top: 120px;
      left: -40px;

     }
}


.cate-breadcrumbs {
    display: flex;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap; 
}


.cate-breadcrumbs a,
.cate-breadcrumbs span {
    display: inline-block;
    margin-right: 5px; 
}


@media (max-width: 768px) {
	.cate-banner-none {
		margin-top: 60px;
		padding: 20px;
	}

    .cate-breadcrumbs a,
    .cate-breadcrumbs span {
        margin-right: 3px; 
    }

	.cate-banner-ul{
		margin-top: 30px;
		padding-bottom: 35px !important;
	}
	.list-container{
		flex-wrap: wrap;
		padding: 0 20px;
		margin-top: 50px;
	}
	.list-sidebar{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
		justify-content: center;
    display: flex;
}
	
	.list-item {
		line-height: 35px;
	}
	.list-products{
		justify-content: center;
	}

	.form-container{
		padding: 0 20px !important;
	}

  .cate-match-title{
    line-height: 30px;
  }
  .cate-match-text{
    padding-top: 50px;
  }
  .cate-image-overlay{
    padding: 0 20px;
    box-sizing: border-box;
    height: 75px;
    line-height: 16px;
  }

    .slp-ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: hidden; /* 隐藏水平滚动条 */
    }

    .slp-li {
        flex: 0 0 100%;
    }
    .slp-arrow-left{
      left: 10px;
    }
    .slp-arrow-right{
      right: 20px;
    }
    .slp-all{
      padding-bottom: 30px;
    }
    .project-quote-form{
      padding: 0px;
      width: 100%;
      max-width:100%;
      height: 55px;
    }

    .qupte-title{
      width: 80%;
    }
    .project-quote{
      margin-top: 0px !important;
    }
    .project-quote .form-conner .form-container{
      padding-top: 45px !important;
    }
   .project-quote .form-conner  {
      width: 100%;
    }
    .project-quote .form-conner .form-container .input-row .input-column{
      margin-bottom: 15px !important;
    }
    .cate-match{
      margin-bottom: 60px;
      padding: 0 20px;
    }
    .cate-perfect{
      margin-top: 0px;
    }
    .cate-perfect-title{
      line-height: 30px;
    }
    .cate-perfect-li{
      width: 100%;
      height: auto;
    }
    .perfect-li-arrow{
      padding: 30px 0;
    }
    .cate-perfect-ul{
      padding: 0 20px;
      box-sizing: border-box;
    }
    .perfect-li-title{
      padding-bottom:10px;
    }
    .why-choose-content{
      margin-top: 0px;
    }
    .choose-tab{
      width: 40%;
    }
    .choose-tabs-container{
      flex-wrap: wrap;
      gap: 15px;
    }
     .choose-tab:first-child:before,
    .choose-tab:last-child:after {
        display: none;
    }
    .tab-modern{
      flex-wrap: wrap;
      flex-direction: column;
      padding: 70px 20px;
    }
    .tab-modern-left,.tab-modern-right{
      width: 100%;
      max-width:100%;
    }
    .tab-modern-left-content{
      padding-top: 0px;
    }
    .tab-modern-left{
      margin-bottom: 30px;

    }
    .trusted{
      margin-top: 70px;
      padding: 0 20px;
      padding-bottom: 40px;
    }
    .trusted-glass-c{
      padding-top: 70px !important;
      flex-direction: column;

    }
    .trusted-right{
      width: 100% !important;
      text-align: center;
      margin-bottom: 30px;

    }
    .trusted-right-img{
      width: 50% !important;
    }
    .trusted-left{
      width: 100% !important;
    }
    .trusted-left-content{
      padding: 15px 0 !important;
    }
    .trusted-stats-wrapper{
      padding: 70px 20px;
      flex-direction: column;
    }
    .trusted-stat-item{
      margin-right: 0px;
      margin-bottom: 30px;
    }
    .wide-range{
      margin-top: 35px;
    }
    .suitable{
      margin-top: 70px;
      padding: 0 20px;
    }
    .suitable-title{
      padding-bottom: 0px;
      line-height: 25px;
      margin-bottom: 15px;
    }
    .suitable-ul,.suitable-li-arrow{
      flex-direction: column;
    }
    .suitable-li{
      width: 100%;
      flex-direction: column;
    }
    .suitable-li-left{
      width: 100%;
      margin-bottom: 25px;
    }
    .suitable-li-subtitle{
      padding-top: 8px;
    }
    .suitable-li-right{
      padding-left: 0px;
    }
    .suitable-img{
      top: 180px;
       right: -80px;
    }
    .suitable-img img{
      width: 50%;
      height: auto;  
   
    }
    .excellent{
      padding: 0 20px;
    }
    .excellent-ul{
        padding: 70px 0;
        flex-direction: column;
    }
    .excellent-li-left,.excellent-li-right{
      width: 100%;
    }
    .excellent-li-left{
      margin-right: 0;
    }
    .excellent-li-subtitle{
      padding: 15px 0;
    }
    .excellent-li-title{
      line-height: 30px;
    }
    .excellent-li-arrow{
      margin-bottom: 25px;
    }
    .excellent-li-right img{
      width: 100%;
      height: auto;
    }
    .input-column{
      margin-bottom: 15px;
    }
    .list-sidebar{
      overflow: scroll;
      max-height: 350px;
        justify-content: stretch;
      display: none;
    }

    .list-product{
      width: 100%;
      max-width: 330px;
    }
    .list-product p{
      max-width: 100%;
    }

    .lids-li-title{
      line-height: 30px;
    }
    .caps-content-title p{
      margin-bottom: 15px;
    }
    .caps-content-title p:first-child{
      margin-bottom: 5px;
    }
    .project-quote-form-caps{
      height: 70px !important;
    }
    .project-quote-form-caps .qupte-title{
      width: 100%;
    }
    .blog-list-ul{
      flex-direction: column;
    }
    .blog-list-li{
      width: 100%;
    }
    .blog-list-li:first-child {
      width: 100%;
      margin-right: 0;
    }
    .blog-list-li-text{
      margin-top: 35px;
      padding: 20px 0;
    }
    .blog-list-li-title{
      margin: 10px 0;
      line-height: 30px;
    }
    .blog-list-ul{
      padding: 0 20px;
          box-sizing: border-box;
    }
    .blog-list-li-titme {
    
      margin-top: 20px;
    }
    .find{
      padding: 0 20px;
    }
    .yjstory-banner img{
      width: 100%;
    }
    .packaging-crumbs-item{
      padding-bottom: 5px;
    }
    .packaging-crumbs-list{
      padding-bottom: 5px;
    }

    .yjstory-banner {
        height: auto;
        padding-bottom: 0;
    }

    .yjstory-banner img {
        width: 100%;
        min-height: 200px;
    }
    .yjstory-banner-title{
      width: 100%;
    }

}

.blog-list-li img{
  width: 100%;
  height: auto;
}

.wpcf7-submit {
    width: 100%;
    height: .8rem;
    background-color: #007634;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    color: #FFF;
    font-family: 'Sora-semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 0.24rem;
    text-transform: uppercase;
    border: 0px !important;
    cursor: pointer;
}
.input-row p {
    width: 100% !important;
}

.footer-nav a {
  transition: color 0.3s ease; 
}
.footer-nav a:hover{
  color: #FFF;
}


@media only screen and (max-width: 768px) {

  .high-quality{
      box-sizing: border-box;
      margin-top: 50px;
     
  }
  .high-quality-type-img{
      margin-right: 0px;
  }
  .high-quality-title{
      line-height: 35px;
  }
  .cate-image-overlay::before{
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid rgba(0, 118, 52, 0.70);
      top: -10px;
  }
  
  .cate-perfect-text{
    padding: 0 20px;
  }

  .qupte-title-free-quate{
    line-height:20px ;
  }
  .why-choose-text{
    padding: 0 20px;
    box-sizing: border-box;
  }
  .excellent-button{
    width: 130px;
    height: 40px;
  }
  .arrow img{
    width: 12px;
    height:12px;
  }
  .wpcf7-submit{
    height: 40px;
    font-size: 16px;
  }

     .form-container input::placeholder,
    .form-container textarea::placeholder {
        font-size: 12px !important;
    }

    .form-container input,
    .form-container textarea {
        font-size: 12px !important; 
    }
    .input-column,.form-container textarea{
      margin-bottom: 10px;
    }
    .faq-container {
      padding-top: 5px;
    }
    .popular-product-title{
      line-height: 30px;
      padding-bottom: 20px;
    }
    .cate-product{
      margin-top: 50px;
    }
   .slp-rty{
     top: 35% !important;
   }
   .chioce-text-img img{
     height: 20px;
   }

   .chioce-text-img h3, .chioce-text-img p{
     max-width: 300px;
   }
.flex-big-title .in-left-span::after{
  height: 6px;
}
   

}
.left-arrow{
  margin-left: 0px;
}



@media (min-width: 1025px) and (max-width: 1600px) {
  .flex-container{
    padding: 0 5%;
  }
}


@media(min-width: 768px) and (max-width: 1024px){ 
  .zhanwei{
    height:26vh;
  }
  .carousel-slide .slide-content{
    top: 35%;
  }
  .flex-container{
    max-width: 920px;
    min-height: 180px;

  }
.flex-row{
  margin-bottom: .2rem;
}
.even{
  max-width: 920px;
  height: 175px;
}
.chioce{
  margin-top: 50px;
  margin-bottom: 10px;
}
.chioce-title{
  margin-bottom: 0px;
  line-height: 30px;
}
.mobile-design-content-top{
  margin-bottom: 10px;
}
    .mobile-design-button a {
        display: inline-block;
        padding: 10px 20px;
        background-color: #007634;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
        transition: background-color 0.3s;
    }
        .mobile-design-button {
        text-align: center;
        margin-top: 20px;
    }
.icon-row{
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.icon-item{
  width:20%;
  flex: none;
  margin-right: 0px;
  margin-left:0px;
  height: 250px;
}
.icon-title{
  line-height: 20px;
}
.quality-img{
  width: 50%;
}
.icon-title{
  width: auto;
}
.icon-item:last-child{
  margin-right: 0px;
}
.quality .conner{
  max-width: 990px;
}
.blog{
  margin-top: 50px;
  padding: 45px 0;
}

.main-ul{
  padding-top: 20px;
}
.author-div{
  padding-bottom: 15px;
}
.customer-img img{
  width: 80%;
}
.author-name{
  line-height: 20px;
  margin-bottom: 0;
}
    .mobile-design {
        display: block;
        padding: 20px;
    }
    .design{
      display: none;
    }
    .mobile-design-two{
      position: relative;
      min-height: 30vw;
      background-size: cover;
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .mobile-design-title {
      text-align: center;
      margin-bottom: 10px;
    }
.mobile-design-contnet-text{
  max-width: 720px;
  margin: 0 auto;
}
    .packaging-crumbs{
      height: 30px;
    }
    .packaging-crumbs-item.active::after{
      bottom: -15px;
    }
    .glass-left-title{
      line-height: 40px;
    }
    .history-time-carousel{
      width: auto;
    }
    .story-history{
      margin-top: 50px;
    }
    .story-history-top{
      padding-top: 50px;
    }
    .innovation-text{
      margin-top: 50px;
    }
    .innovation-text-content{
    padding-top: 5px;
    line-height: 36px;
    padding-bottom: 30px;
    }
    .innovation-text{
      max-width: 720px;
    }
    .innovation-container-ul{
      justify-content: center;
    }
    .innovation-button{
      top: 62%;
    }
    .innovation-container-li p{
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .story-company-title{
      padding-top: 50px;
    }
    .story-company-title {

      padding-bottom: 0;
      line-height: 46px;
      margin-bottom: 0;
  }
  .story-company-button-wrapper {
    padding-bottom: 60px;
  }
  .certifications {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    }
    .ertifications-subcontent{
      padding-top: 0px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
    height: auto;
    }
    .glass{
      margin-top: 50px;
    }
    .glass-multiple-title{
      margin-top: 15px;
      margin-bottom: 5px;
    }
    .innovation-container-li img{
      max-height: 300px;
    width: 100%;
    }
    .ertifications-title {
      margin-bottom: 0px;
    }
    .button-rightbn img{
      width: 22px !important;
    }
    .yjstory-breadcrumbs {
      left: 20.5px !important;
    }
    .yjstory-banner-subcontent{
      margin-top: 0px;
    }
    .yjstory-banner{
      padding-bottom: 40%;
    }
    .yjstory-banner-img{
      min-height: 350px;
    }
    .lids{
      margin-bottom: 50px;
    }
    .lids-ul{
      margin-top: 50px;
      flex-direction: column;
      padding: 0 20px;
    }
    .lids-li-left{
      width: 90%;
    }
    .lids-li-subtitle{
      margin-bottom: 10px;
    }
    .lids-li-right img{
      width: 100%;
    }
    .lids-li-content{
      margin-top: 0;
      margin-bottom: 20px;
    }
    .caps-sidebar{
      width: 130px;
    }
    .caps-sidebar a.active::before{
      width: 170px;
      height: 35px;
    }
    .caps-content{
      margin-left: 60px;
    }
    .yjstory-banner-wrapper{
      margin-top: 70px;
    }
    .advan-text{
      margin-top: 50px;
    }
    .advan-title{
      line-height: 35px;
    margin-bottom: 20px;
    }
    .sharing-subtitle{
      width: auto;
    }
    .advan-sharing-rimg {
      top: -50px;
    }
    .advan-sharing-rimg  img{
      width: 70%;
    }
    .sharing-title{
      width: auto;
      padding-bottom: 10px;
    }
    .sharing{
    }
    .advan-sharing-left{
      height: 255px;
      margin-top: 80px;

    }
    .customer-all{
      padding: 0px;
    }
    .button-bn{
      margin-top: 10px !important;
    }
    .customer-title{
      line-height: 30px;
    }
    .main-div{
      width: 480px;
    }
    .glow-button{
      width: 290px;
      height: 50px;
      line-height: 50px;
    }
    .blog-header{
      margin-bottom: 20px;
    }
    .advan-business{
      padding-bottom: 80px;
    }
    .development-all{
      /* flex-direction: column; */
    }
    .development-left{
      width: 30% !important;
      height: auto !important;
      align-items: baseline;
      display: none;
    }

    .ertifications-slide{
      width: auto;
      flex: 1;
    }
    .ertifications-prev, .ertifications-next{
      width: 50px;
      height: 50px;
    }
    .development-back{
      margin-top: 3rem;
    }
    .development-right-subcontent{
      margin-top: 10px;
    }
    .development-ul{
      margin-top: 30px;
    }
    .advant-factory{
      padding-top: 60px;
    }
    .development-right{
      width: 85%;
    }
    .advant-factory-ul{
      gap: 15px;
    }
    .advant-factory-p{
      padding-top: 10px;
    }
    .mask .play-button{
      width: 35px;
      height: 35px;
    }
    .advant-factory{
      padding-bottom: 0;
    }
    .successful{
      margin-top: 60px;
      height: auto;
      padding:70px 0;
    }
    .adv-future{
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .adv-future-title{
      margin-bottom: 0;
    }
    .adv-future-ul{
      margin-top: 20px;
    }
    .adv-future-li01, .adv-future-li02, .adv-future-li03{
      max-width: 300px;
    }

  .development-left img{
    display: none;
  }
.development-right-title{
  line-height: normal;
}

.product-banner-text{
  width: 90%;
  top: 50%;
}
.pro-banner-li img{
      max-width: 25px;
    margin-bottom: 5px;
}
.product-banner-title{
  line-height: 30px;
  margin-bottom: 5px;
}
.product-banner-subtitle{
  margin-top: 0;
}
.pro-banner-li{
  width: 30%;
  height: auto;
  min-height:250px;
  padding: 20px 20px;
}
.pro-banner-li-title {
    margin-bottom: 12px;
    }
.pro-banner-ul{
  justify-content: space-around;
  top: 23%;
}

.looking{
  padding: 0 20px;
}
.form-container{
  padding: 0 20px !important;
}
.pro-bottle-li{
  height: 290px;
  margin-bottom: 25px;
}
.pro-overlay{
  height: 60px;
}
.pro-bottle{
  margin-bottom: 40px;
}
     .footer {
      flex-direction: column;
      padding: 20px; 
  }
  .looking-ul{
    margin-top: 10px;
    margin-bottom: 80px;
  }
  .looking-li{
    height: 180px;
  }

  .input-column input{
    height: 55px !important;
  }
.input-row textarea {
    height: 130px !important;
}


.wpcf7-submit{
  font-size: 16px;
  height: 55px;
}

.cate-banner{
  margin-top: 70px;
}

.cate-banner-li{
  width: 45%;
  padding-top: 35px;
  padding-bottom: 60px;

}
.library-tab-button-li{
  padding: 4px 8px;
}
.library-faq-question{
  padding: 20px 30px 20px 30px;
}
.cate-product{
  padding-top: 50px;
}
.popular-product-title{
  padding-bottom: 10px;
}

.high-quality{
  margin-top: 50px;
}
.high-quality-title{
  padding-bottom: 0;
}
.high-quality-type{
  gap: 25px;
  margin-top: 40px;
}
.high-quality-type-img{
  width: 31% !important;
  margin-right:0px;
  height: auto;
  min-height: 250px;
  margin-top: 0;
}
.high-quality-type-img>img {
    width: 100%;
    height: auto;
}

.cate-match {
    margin-bottom: 60px;
    margin-top: 60px;
}
.cate-match-text{
  padding-top: 50px;
}
.cate-match-title{
  padding-bottom: 0;
}

.cate-image-overlay-span{
  max-width: 720px;
}


.cate-image-overlay{
  height: 70px;
}

.slp-rty{
  top: 35%;
}
.slp-all{
  padding-bottom: 50px;
}

.project-quote-form{
  width: 85%;
  height: 60px;
}
.cate-perfect{
  margin-top: 60px;
}
.cate-perfect-content{
  margin-top: 0;
}

.cate-perfect-li{
  width: 31.33%;
}
.perfect-li-arrow{
  padding: 0 15px;
}

.why-choose-content{
  margin-top: 0;
}
.choose-tab:before, .choose-tab:after{
  display: none;
}
.tab-modern{
  padding: 50px 50px;
}
.tab-modern-left-content{
  padding: 0;
}

.trusted{
  margin-top: 60px;
  padding: 60px 0;
}

.trusted-glass-c{
  padding-top: 0px !important;
}
.trusted-stats-wrapper{
  padding: 60px 0;
}
.suitable {
    margin-top: 60px;
}
.suitable-title{
  padding-bottom: 0;
}

.suitable-img img{
  width: 60%;
}
.suitable-img{
  top: 70px;
}
.suitable-li-left img{
  max-width: 180px;
}
.suitable-li-arrow{
  padding: 20px;
}
.suitable-li-subtitle{
  padding-top: 10px;
}
/* .support-download-hot-pdfimg{
  width: 140px;
  height: 40px;
} */
.caps-product:not(:nth-child(4n)) {
  margin-right: 0px;
}
.caps-product-type{
  gap: 10px;
}
.excellent-ul{
  padding:60px 0 ;
}
.excellent-li-title{
  line-height: 30px;
}
.excellent-li-subtitle{
  padding: 20px 0;
}

.excellent-li-right{
  text-align: right;
}
.excellent-li-right img{
  width: 80%;
}

.list-sidebar{
  width: 25%;
}
.list-item{
  line-height: 35px;
}
.frequently-arrow{
  margin-top: 60px;
  padding-top: 40px;
}
.faq-container{
  margin-top: 10px;
  padding-bottom: 60px;
}
.faq-container{
  width: 90%;
}
.faq-question{
  padding: 15px;
}
.trusted-left-content{
  padding: 20px 0  !important;
}
.trusted-right{
  width: 25% !important;
}
  .footer-section {
      flex-direction: column;
  }

  .footer-left, .footer-right {
      width: 100%; 
      text-transform: capitalize;
  }


  .footer-nav {
      width: 100% !important;
      margin-bottom: 10px; 
  }

  .contact-info {
      flex-direction: column; 
  }



  .contact-form {
      gap: 10px; 
  }

  .footer-ser {
      flex-direction: column; 
      align-items: flex-start; 
      gap: 20px; 
      margin-top: 2rem;
  }

  .footer-ser-b {
      flex-direction: column;
      align-items: flex-start; 
  }

  .footer-certs, .related-links {
      justify-content: center; 
      align-items: center; 
  }


  .footer-images {
      width: 300px; 
      overflow: hidden;
      position: relative;
      margin-top: 20px;
  }
  
  .carousel-inner {
      display: flex;
      gap: 10px; /* spacing between images */
      transition: transform 0.5s;
      padding: 0;
  }
  
  .carousel-inner img {
      width: 50px;
      height: 50px;
  }

  .footer-lr{
      display: block !important;
  }
.footer-logo{
  width: 50%;
}

.footer-ser-b p{
  padding-top: 1rem;
  padding-left: 0px !important;
}
.footer-links-container{
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-nav a, .footer-nav .fo-img {
  display: none; 
}

.footer-nav h3::after {
  content: " +"; 
  font-size: 1.5rem;
  vertical-align: inherit;
}

.footer-nav.expanded h3::after {
  content: " -"; 
}


.footer-nav.expanded {
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
}

.footer-nav.expanded a {
  display: block;
  width: 100%;
  text-align: left;
}

.footer-nav.expanded .fo-img img {
  margin: 0 5px; 
}

.footer-nav h3 {
  margin-bottom: 0px;
}

.support-li-left{
  padding: 30px 30px;
}
.support-download-hot-li:first-child{
  padding-left: 20px;
}
.p-details-li-left{
  width: 55%;
}

.p-details-li-right{
  width: 45% !important;
}
.p-details{
  width: auto;
}
.p-details-li #next{
  right: 0px !important;
}
.pro-details-content{
  margin-top: 40px !important;
}
.d-cate-breadcrumbs {
    margin-top: 70px;
    }
  .p-d-title{
    line-height: 30px;
  }
  .carousel-thumbnails img {
    width: 88px;
    height: 88px;
    }
    .detail-description{
      margin-top: 45px !important;
    }
    .caps-content-title figure{
      width: 100% !important;
    }
    .caps-product{
      width: 31%;
    }
    .caps-product img{
      width:100%;
      height: 100%;
    }
    .support-ul {
      margin-top: 30px;
    }
    .support-li-left{
      width: 190px;
    }
    .support-li-left-subtitle a{
      margin-bottom: 20px;
    }
    .conner-support{
      margin-top: 70px;
      margin-bottom: 50px;
    }
    .project-quote-form-caps{
      width: 92% !important;
      height: 60px !important;
      margin:0px !important;
    }
    .project-quote{
      max-width: 100% !important;
        margin-bottom: 60px !important;
    margin-top: 20px !important;
    }
    .qupte-title{
      width: 90%;
    }
    .sealing{
      margin-top: 60px;
    }
    .seling-text-title{
      margin-bottom: 0;
    }
    .custom-wide{
      margin-top: 50px;
    }
    .custom-wide-title{
      line-height: 25px;
    }
    .custom-wide-subtitle{
      margin-top: 0;
    }
    .custom-ul-title ul {
      margin-top: 30px;
    }
    .custom-ul-title{
      margin-top: 15px;
    }
    .circle {
    width: 130px;
    height: 130px;
    }
    .plus {
    margin-left: 10px;
}
.custom-module-container{
  margin-bottom: 60px;
}
.subpages-li-imgtitle p{
  width: 80%;
}
.subpages-li{
  width: 24%;
  border-radius: 20px;
}
.helpful{
  margin-top: 60px;
}
.helpful-li img {
    width: 100%;
    height: auto;
}
.helpful-title{
  margin-bottom: 15px;
}
.partner{
  margin-top: 60px;

}
.partner-ul{
  padding: 50px 0;
}
.partner-li-left{
  padding-left: 40px;
}
.partner-li-right {
  padding-right: 40px;
}
.partner-title{
  margin-bottom: 5px;
}
.frequently{
  margin-bottom: 60px;
}
.yjstory-banner-text{
  width: 100%;
    max-width: 720px;
}
.yjstory-banner08-subcontent{
  margin-top: 0px !important;
}

.subpages{
  margin-top: 60px !important;
}
.blog-list{
  margin-top: 65px;
  margin-bottom:40px;
}
.find{
  margin-bottom: 5px;
}
.blog-list,.cate-banner-none{
  margin-top: 70px !important;
}


}

.ques-link{
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .pro-bottle{
      padding: 0px 20px;
  }
  .pro-banner-ul {
      justify-content: center;
  }
  .library-faq-question{
   padding: 20px 30px 20px 30px;
  }
  .library-toggle-icon{
    right: 15px;
  }
  .pro-banner-li {
      flex-basis: 90%; 
      margin: 15px auto;
      height: 230px;
  }
  .pro-overlay{
    height: 50px;
  }

}

@media (max-width: 820px) {
  .features {
    width: 100%;
    flex-wrap: wrap;
  }
  .feature{
    margin-bottom: 10px;
  }
  .custom-ul-title ul{
    padding: 10px 15px;
  }
  .custom-ul-title ul li{
    margin-right: 15px;
  }
  .support-ul{
    padding: 0 20px;
    box-sizing: border-box;
  }
}


.customer-bottom{
  background-size: cover;
  /* background-position: center; */
}
#attachment_1359{
  width: 100% !important;
}


.suitable,.excellent{
  display: none;
}
@media (max-width: 768px) {
.footer-auto,.contact-form{
  width: 100%;
  max-width: 100%;
  padding: 0 0.2rem;
}
.contact-form .wpcf7-submit{
  min-height: 40px;
  max-height: 40px;
}
    .footer-auto, .contact-form {
      box-sizing: border-box;
    }

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea{
  padding: 0.2rem;
  margin-bottom: 0.16rem;
}
.story-company-img{
  width:100%;
  height: auto;
}
.story-company-li{
  width: 100%;
}
.innovation-container-li{
  width: 100%;
  max-width: 100%;
}
.glass-multiple-li{
  max-width: 100%;
}
.development-li{
  padding: 0.3rem 0.3rem;
}
.development-li{
  width: 35% !important;
  text-align: center;
}
.advant-factory-li{
  margin:0;
  margin-bottom: 20px;
}
.successful{
  margin-top: 0px !important;
}
.successful-button{
  width: 100%;
  height: 40px;
}
.adv-future-content{
  max-width: 100%;
}
.adv-future-li01, .adv-future-li02, .adv-future-li03{
  max-width: 100%;
}
.yjstory-banner-title {
  line-height: 30px;
  padding: 0 .2rem;
    box-sizing: border-box;
}
.pro-banner-li{
  width: 100%;
  max-width: 100%;
}
.pro-banner-container,.pro-bottle-li{
  max-width: 100%;
  padding: 0 0.2rem;
}
.caps-product{
  max-width: 100%;
}
.caps-product img{
  width: 80%;
  height: auto;
}
.caps-sidebar{
  width: 100%;
  max-width: 100%;
}
.high-quality-type-img>img{
  width: 100%;
  height: auto;
}
.cate-perfect-li{
  max-width: 100%;
}
.cate-perfect-li{
  max-width: 100%;
  max-height: 100%;
  padding: 0 0.2rem;
}
.perfect-li-arrow{
  max-width: 100%;
}
.choose-tab{
  height: 60px;
}
.faq-item .arrow img{
  width: 20px;
  height: 20px;
}
.contact-banner-li-right{
  margin-top: 15px;
}
}