.add1 {
  margin-top: 1.0417vw !important;
}

.section {
  padding: 11.09375vw 8.9583333333vw 15.3125vw 9.5833333333vw;
  position: relative;
}

.section .bg {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: -1;
  left: 0;
}

.section .bg img {
  display: block;
  width: 100%;
}

.section .wrap .links {
  display: flex;
  align-items: center;
  gap: 0 0.625vw;
  margin-bottom: 3.125vw;
}

.section .wrap .links a {
  display: block;
  color: #000;
  font-weight: 400;
  transition: 0.6s;
}

.section .wrap .links a img {
  display: block;
  width: 1.0416666667vw;
  filter: brightness(0);
  transition: 0.6s;
}

.section .wrap .links a:last-child {
  font-weight: 400;
}

.section .wrap .links a:hover {
  color: #256753;
}

.section .wrap .links a:hover img {
  filter: brightness(1);
}

.section .wrap .links span {
  display: block;
  width: 1px;
  height: 0.5208333333vw;
  background: rgba(0, 0, 0, 0.2);
}

.section .wrap .section_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.6666666667vw;
}

.section .wrap .section_top .l {
  width: 43.1770833333vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section .wrap .section_top .l .small_swiper {
  width: 7.96875vw;
  height: 34.375vw;
  overflow: hidden;
}

.section .wrap .section_top .l .small_swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.section .wrap .section_top .l .small_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1s;
}

.section .wrap .section_top .l .small_swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}

.section .wrap .section_top .l .big_img {
  width: 34.375vw;
  height: 34.375vw;
  position: relative;
}

.section .wrap .section_top .l .big_img .img {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.section .wrap .section_top .l .big_img .img .play {
  position: absolute;
  left: 1.3020833333vw;
  bottom: 1.3541666667vw;
  width: 3.3854166667vw;
  height: 3.3854166667vw;
  cursor: pointer;
}

.section .wrap .section_top .l .big_img .img .play svg {
  width: 100%;
  height: 100%;
}

.section .wrap .section_top .l .big_img .img .play svg path,
.section .wrap .section_top .l .big_img .img .play svg g {
  transition: 0.6s;
}

.section .wrap .section_top .l .big_img .img .play:hover svg g {
  opacity: 1;
}

.section .wrap .section_top .l .big_img .img .play:hover svg path {
  fill: #256753;
}

.section .wrap .section_top .l .big_img .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1s;
}

.section .wrap .section_top .l .big_img .img:hover img {
  transform: scale(1.1);
}

.section .wrap .section_top .l .big_img .img.on {
  display: block;
}

.section .wrap .section_top .r {
  width: 35.3125vw;
  padding: 0.8333vw 0 0;
}

.section .wrap .section_top .r h1 {
  color: #256753;
  font-weight: 700;
}

.section .wrap .section_top .r .classify {
  color: #256753;
  font-weight: 500;
  margin: 0.625vw 0;
}

.section .wrap .section_top .r .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625vw;
  margin: 0 0 1.0416666667vw;
}

.section .wrap .section_top .r .labels .label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.8333333333vw;
  color: #000;
  font-weight: 400;
  line-height: 1.5625vw;
  border-radius: 0.78125vw;
  background: rgba(37, 103, 83, 0.1);
}

.section .wrap .section_top .r .labels .label.green {
  background: rgba(37, 103, 83, 1);
  color: #fff;
}

.section .wrap .section_top .r .text {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.8854166667vw;
}

.section .wrap .section_top .r .imgs {
  display: flex;
  align-items: center;
}

.section .wrap .section_top .r .imgs img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.90625vw;
}

.section .wrap .section_top .r .more {
  margin: 1.1458333333vw 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.9375vw;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5vw;
  border-radius: 26.0416666667vw;
  background: #256753;
  padding: 0 4.21875vw;
}

.section .wrap .section_top .r .more img {
  display: block;
  width: 0.9895833333vw;
}

.section .wrap .section_top .r .more p {
  color: #FFF;
  font-weight: 400;
}

.section .wrap .proInfo_box .control {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4.1666666667vw;
  margin-bottom: 2.0833333333vw;
}

.section .wrap .proInfo_box .control .item {
  color: #111;
  font-weight: 600;
  line-height: 130%;
  /* text-transform: uppercase; */
  cursor: pointer;
  padding: 0.4166666667vw 0;
  position: relative;
  transition: 0.6s;
}

.section .wrap .proInfo_box .control .item:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #256753;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: 0.6s;
}

.section .wrap .proInfo_box .control .item:hover,
.section .wrap .proInfo_box .control .item.on {
  color: #256753;
}

.section .wrap .proInfo_box .control .item:hover:after,
.section .wrap .proInfo_box .control .item.on:after {
  transform: scaleX(1);
}

.section .wrap .proInfo_box .list .proText_item {
  display: none;
}

.section .wrap .proInfo_box .list .proText_item .item {
  margin-bottom: 0.625vw;
}

.section .wrap .proInfo_box .list .proText_item .item .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.0416666667vw;
  height: 3.75vw;
  background: rgba(37, 103, 83, 0.04);
  cursor: pointer;
  transition: 0.6s;
}

.section .wrap .proInfo_box .list .proText_item .item .block p {
  color: #256753;
  font-weight: 600;
  transition: 0.6s;
  text-transform: uppercase;
}

.section .wrap .proInfo_box .list .proText_item .item .block .jt {
  display: block;
  width: 1.1458333333vw;
  transition: 0.6s;
}

.section .wrap .proInfo_box .list .proText_item .item .block:hover {
  background: #256753;
}

.section .wrap .proInfo_box .list .proText_item .item .block:hover p {
  color: #FFFFFF;
}

.section .wrap .proInfo_box .list .proText_item .item .block:hover .jt {
  filter: brightness(0) invert(1);
}

.section .wrap .proInfo_box .list .proText_item .item .none {
  display: none;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text {
  padding: 1.25vw 0 1.5625vw;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text p {
  color: #000;
  font-weight: 400;
  line-height: 1.3333;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text table {
  width: 100%;
  border-collapse: collapse;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text table tr {
  border-bottom: 1px solid #EDEDED;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text table tr th {
  height: 3.125vw;
  background: rgba(209, 209, 209, 0.39);
  color: #111;
  font-size: 1.0416666667vw;
  font-weight: 600;
  padding: 0 0.8333333333vw;
  text-align: left;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text table tr th:nth-child(1) {
  width: 30%;
}
.section .wrap .proInfo_box .list .proText_item .item .none .text table tr th:nth-child(2) {
  width: 30%;
}
.section .wrap .proInfo_box .list .proText_item .item .none .text table tr th:nth-child(3) {
  width: 15%;
}
.section .wrap .proInfo_box .list .proText_item .item .none .text table tr th:nth-child(4) {
  width: 25%;
}
.section .wrap .proInfo_box .list .proText_item .item .none .text table tr td {
  padding: 0 0.8333333333vw;
  height: 3.125vw;
  color: #666;
  font-size: 1.0416666667vw;
  font-weight: 400;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text table tr td:nth-child(1) {
  font-weight: 400;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text img {
  display: block;
  width: 100%;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text h5 {
  color: #333;
  font-size: 1.0416666667vw;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.0416666667vw;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text ul li {
  color: #333;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.2083333333vw;
  padding: 0 0 0 1.5625vw;
  position: relative;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text ul li span {
  font-weight: 600;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text ul li:after {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  position: absolute;
  top: 0.625vw;
  left: 0.78125vw;
  background: #000000;
}

.section .wrap .proInfo_box .list .proText_item .item .none .text.sq p {
  color: #333;
  font-size: 1.0416666667vw;
  font-weight: 400;
}

.section .wrap .proInfo_box .list .proText_item .item.item_active .block {
  background: #256753;
}

.section .wrap .proInfo_box .list .proText_item .item.item_active .block p {
  color: #FFFFFF;
}

.section .wrap .proInfo_box .list .proText_item .item.item_active .block .jt {
  filter: brightness(0) invert(1);
  transform: rotate(90deg);
}

.section .wrap .proInfo_box .list .proText_item.on {
  display: block;
}

.alert_video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 1s;
}

.video_active {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.alert_video .joke {
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 90%;
}

.alert_video .joke .video {
  width: 100%;
  height: 576px;
  display: block;
}

.alert_video .joke .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.alert_video .joke .close {
  margin: 0 0 0 25px;
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
  transition: 1s;
}

.alert_video .joke .close:hover {
  transform: rotate(90deg);
}

.alert_video .joke .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.alert_video .black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.alert_video.all .joke {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.alert_video.all .joke .video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.alert_video.all .close {
  position: absolute;
  top: 50px;
  right: 50px;
}

.alert_video.all .joke .video video {
  -o-object-fit: cover;
  object-fit: cover;
}

.fadeInUp_ {
  -webkit-animation-name: fadeInUp_;
  animation-duration: 2s;
  animation-name: fadeInUp_;
}

@media screen and (max-width: 768px) {
  .alert_video .joke {
    width: 90%;
  }

  .alert_video:not(.all) .joke .close {
    position: absolute;
    right: 0;
    top: -57px;
  }

  .alert_video .joke .video {
    height: auto;
  }
}

@keyframes fadeInUp_ {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media screen and (max-width: 1280px) {
  .section .wrap .section_top .r .labels .label {
    line-height: 1.5;
  }

  .section .wrap .section_top .r .imgs img {
    height: 60px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text table tr th {
    font-size: 18px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text table tr td {
    font-size: 18px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text ul li {
    font-size: 18px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text h5 {
    font-size: 18px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text.sq p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 80px 5vw 80px;
  }

  .section .wrap .links {
    gap: 0 8px;
    margin-bottom: 30px;
  }

  .section .wrap .links span {
    width: 2px;
    height: 10px;
  }

  .section .wrap .links a img {
    width: 18px;
  }

  .section .wrap .links a:nth-last-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .section .wrap .section_top {
    display: block;
    margin-bottom: 50px;
  }

  .section .wrap .section_top .l {
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .section .wrap .section_top .l .big_img {
    width: 100%;
    height: 90vw;
    margin-bottom: 20px;
  }

  .section .wrap .section_top .l .big_img .img .play {
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 20px;
  }

  .section .wrap .section_top .l .small_swiper {
    width: 100%;
    height: unset;
  }

  .section .wrap .section_top .r {
    width: 100%;
  }

  .section .wrap .section_top .r .classify {
    margin: 15px 0;
  }

  .section .wrap .section_top .r .labels {
    gap: 20px;
    margin-bottom: 20px;
  }

  .section .wrap .section_top .r .labels .label {
    line-height: 30px;
    border-radius: 15px;
    padding: 0 10px;
  }

  .section .wrap .section_top .r .imgs {
    gap: 15px;
    margin: 20px 0;
  }

  .section .wrap .section_top .r .imgs img {
    height: 50px;
  }

  .section .wrap .section_top .r .more {
    gap: 0 10px;
    padding: 0 30px;
    border-radius: 20px;
    height: 40px;
  }

  .section .wrap .section_top .r .more img {
    width: 18px;
  }

  .section .wrap .proInfo_box .control {
    gap: 20px;
    margin-bottom: 30px;
  }

  .section .wrap .proInfo_box .list .proText_item .item {
    margin-bottom: 10px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .block {
    height: 50px;
    padding: 0 20px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .block p {
    width: 80%;
  }

  .section .wrap .proInfo_box .list .proText_item .item .block .jt {
    width: 14px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text {
    padding: 20px 0;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text table tr th {
    height: 50px;
    font-size: 16px;
    padding: 0 10px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text table tr td {
    min-height: 50px;
    font-size: 16px;
    padding: 10px 10px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text ul li {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text ul li:after {
    width: 4px;
    height: 4px;
    top: 10px;
    left: 5px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .section .wrap .proInfo_box .list .proText_item .item .none .text.sq p {
    font-size: 16px;
  }
}
.header .box .links .item:nth-child(3){
    font-weight: 700;
}
/*# sourceMappingURL=productInfo.css.map */