.header.on {
  box-shadow: none !important;
}

.fix_pro {
  height: 80px;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 998;
  background: #fff;
  border-top: 1px solid #F4F4F4;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.fix_pro .list {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fix_pro .list.on .ic, .fix_pro .list:hover .ic {
  filter: unset;
}
.fix_pro .list.on p, .fix_pro .list:hover p {
  color: var(--color);
}
.fix_pro .list .ic {
  margin: 0 16px 0 0;
  width: 45px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  filter: brightness(1.4) grayscale(1);
}
.fix_pro .list .ic img {
  object-fit: contain;
}
.fix_pro .list p {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}

.proInfo1 {
  height: 100vh;
  background: #F5F6F7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.proInfo1 .side {
  width: 324px;
  height: fit-content;
  border-radius: 14px;
  background: #F8F8F8;
  padding: 27px 12px 15px 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.proInfo1 .side .headline {
  margin: 0 0 30px 30px;
  color: #1A1A1A;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.proInfo1 .side .flex .item.on .show {
  background: #2EA148;
}
.proInfo1 .side .flex .item.on .show .icon img {
  filter: brightness(0) invert(1);
}
.proInfo1 .side .flex .item.on .show p {
  color: #fff;
}
.proInfo1 .side .flex .item:not(:last-child) {
  margin: 0 0 7px;
}
.proInfo1 .side .flex .item .show {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 30px;
  cursor: pointer;
  transition: .6s ease;
}
.proInfo1 .side .flex .item .show .icon {
  width: 45px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proInfo1 .side .flex .item .show .icon img {
  object-fit: contain;
  transition: .6s ease;
}
.proInfo1 .side .flex .item .show p {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.proInfo1 .side .flex .item .hide {
  display: none;
  overflow: hidden;
}
.proInfo1 .side .flex .item .hide > div {
  margin: 8px 0 8px 94px;
}
.proInfo1 .side .flex .item .hide > div a {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 266%;
  display: block;
  transition: .6s ease;
}
.proInfo1 .side .flex .item .hide > div a:hover {
  color: var(--color);
  font-weight: bold;
}
.proInfo1 .position {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  width: 1600px;
}
.proInfo1 .position .list {
  width: 100%;
  height: 70px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: .6s ease;
}
.proInfo1 .position .list:hover p {
  transform: translateX(7px);
  color: var(--color);
}
.proInfo1 .position .list.on {
  background: var(--color);
}
.proInfo1 .position .list.on .icon img:first-child {
  opacity: 0;
}
.proInfo1 .position .list.on .icon img:nth-child(2) {
  opacity: 1;
}
.proInfo1 .position .list.on p {
  color: #fff;
}
.proInfo1 .position .list p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: .6s ease;
}
.proInfo1 .position .list .icon {
  width: 25px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.proInfo1 .position .list .icon img {
  object-fit: contain;
  transition: .6s ease;
}
.proInfo1 .position .list .icon img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
  transition: .6s ease;
  opacity: 0;
}
.proInfo1 .wrap {
  width: 1600px;
  margin: auto;
  position: relative;
  top: 80px;
}
.proInfo1 .wrap .cutSwiper {
  width: 210px;
  height: 100px;
  position: relative;
  margin: 40px 0 0 0;
}
.proInfo1 .wrap .cutSwiper .swiper-slide.swiper-slide-thumb-active .item {
  border-color: #2EA148;
}
.proInfo1 .wrap .cutSwiper .swiper-slide .item {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #F2F2F2;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: .6s ease;
  cursor: pointer;
  padding: 10px;
}
.proInfo1 .wrap .cutSwiper .swiper-slide .item img {
  object-fit: contain;
  max-width: 80%;
  max-height: 80%;
}
.proInfo1 .wrap .move {
  position: relative;
  left: 150px;
}
.proInfo1 .wrap .title {
  text-align: center;
  width: 920px;
  margin: auto;
}
.proInfo1 .wrap .title .p1 {
  color: #1A1A1A;
  font-size: 42px;
  font-style: normal;
  line-height: normal;
  margin: 0 0 14px;
  font-weight: bold;
}
.proInfo1 .wrap .title .p2 {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.proInfo1 .wrap .title .more {
  width: fit-content;
  padding: 0 24px;
  height: 48px;
  border-radius: 48px;
  background: #2EA148;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 50px auto 0;
}
.proInfo1 .wrap .title .more p {
  color: #FFF;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.proInfo1 .wrap .title .more svg {
  width: 14px;
  height: 13px;
}
.proInfo1 .wrap .content {
  width: 740px;
  margin: 30px auto 0;
  position: relative;
}
.proInfo1 .wrap .content .en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  width: 870px;
}
.proInfo1 .wrap .content .en img {
  width: 100%;
}
.proInfo1 .wrap .content .imagesSwiper {
  width: 100%;
  height: 375px;
  mix-blend-mode: darken;
}
.proInfo1 .wrap .content .imagesSwiper .swiper-slide.swiper-slide-active .item {
  opacity: 1;
  transition-delay: .3s;
}
.proInfo1 .wrap .content .imagesSwiper .swiper-slide .item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .6s ease;
}
.proInfo1 .wrap .content .imagesSwiper .swiper-slide .item img {
  object-fit: contain;
}

.proInfo2 {
  padding: 106px 0 50px;
}
.proInfo2 .wrap {
  width: 1600px;
  margin: auto;
}
.proInfo2 .wrap .item {
  display: none;
}
.proInfo2 .wrap .item.active {
  display: block;
}
/*.proInfo2 .wrap .item.on .show .add:before {
  opacity: 0;
}*/
.proInfo2 .wrap .item .show.on .add:before {
  opacity: 0;
}
.proInfo2 .wrap .item .show {
  border-top: 1px solid #EBEBEB;
  padding: 18px 0 ;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
}
.proInfo2 .wrap .item .show .l {
  display: flex;
  align-items: center;
}
.proInfo2 .wrap .item .show .l .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 22px 0 0;
}
.proInfo2 .wrap .item .show .l .icon img {
  object-fit: contain;
}
.proInfo2 .wrap .item .show .l p {
  color: var(--color);
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
}
.proInfo2 .wrap .item .show .add {
  width: 38px;
  height: 38px;
  border: 1px solid var(--color);
  border-radius: 50%;
  position: relative;
}
.proInfo2 .wrap .item .show .add:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--color);
}
.proInfo2 .wrap .item .show .add:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--color);
  transition: .6s ease;
}
.proInfo2 .wrap .item .hide {
  overflow: hidden;
}
.proInfo2 .wrap .item .hide > .joke {
  margin: 60px 0;
}
.proInfo2 .wrap .item .hide .content1 table {
  width: 100%;
}
.proInfo2 .wrap .item .hide .content1 table tr:nth-child(2n) td {
  background: #fff;
}
.proInfo2 .wrap .item .hide .content1 table tr td {
  height: 50px;
  background: #F9F9F9;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.proInfo2 .wrap .item .hide .content1 table tr td:nth-child(2n-1) {
  font-weight: bold;
}
.proInfo2 .wrap .item .hide .content1 table tr td:first-child {
  padding: 0 0 0 100px;
}
.proInfo2 .wrap .item .hide .content2 {
  width: 100%;
}
.proInfo2 .wrap .item .hide .content2 .annexSwiper {
  width: 100%;
}
.proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list {
  width: 100%;
  height: 376px;
  border-radius: 20px;
  border: 1px solid #EEE;
  background: #FFF;
  overflow: hidden;
  padding: 50px 0 0 0;
  display: block;
  transition: .6s ease;
}
.proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list:hover {
  border-color: var(--color);
}
.proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list:hover .img img {
  transform: scale(1.05);
}
.proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list:hover .text {
  color: var(--color);
}
.proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list .img {
  width: 100%;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list .img img {
  object-fit: contain;
  transition: .6s ease;
}
.proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list .text {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 30px 0 0 0;
  text-align: center;
  transition: .6s ease;
}
.proInfo2 .wrap .item .hide .content2 .swiper-pagination {
  position: static;
  width: fit-content;
  margin: 73px auto 0;
}
.proInfo2 .wrap .item .hide .content2 .swiper-pagination span {
  border-radius: 10px;
}
.proInfo2 .wrap .item .hide .content2 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 44px;
}
.proInfo2 .wrap .item .hide .content3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.proInfo2 .wrap .item .hide .content3 .list {
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  transition: .6s ease;
  cursor: pointer;
}
.proInfo2 .wrap .item .hide .content3 .list:hover {
  border-color: var(--color);
}
.proInfo2 .wrap .item .hide .content3 .list:hover img {
  transform: scale(1.05);
}
.proInfo2 .wrap .item .hide .content3 .list img {
  object-fit: contain;
  transition: .6s ease;
}
.proInfo2 .wrap .item .hide .content4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.proInfo2 .wrap .item .hide .content4 .list {
  width: 100%;
  height: 84px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 59px 0 31px;
  position: relative;
  z-index: 1;
}
.proInfo2 .wrap .item .hide .content4 .list:hover:after {
  border-color: var(--color);
}
.proInfo2 .wrap .item .hide .content4 .list:hover .l p {
  color: var(--color);
}
.proInfo2 .wrap .item .hide .content4 .list:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #E9E9E9;
  background: #FFF;
  border-radius: inherit;
  transition: .6s ease;
}
.proInfo2 .wrap .item .hide .content4 .list .l {
  display: flex;
  align-items: center;
  gap: 33px;
}
.proInfo2 .wrap .item .hide .content4 .list .l img {
  width: 24px;
  height: 24px;
}
.proInfo2 .wrap .item .hide .content4 .list .l p {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  transition: .6s ease;
}
.proInfo2 .wrap .item .hide .content4 .list .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color);
}
.proInfo2 .wrap .item .hide .content4 .list .circle img {
  width: 12px;
  filter: brightness(0) invert(1);
}

.proInfo3 {
  padding: 50px 0 150px;
}
.proInfo3 .wrap {
  width: 1600px;
  margin: auto;
}
.proInfo3 .wrap .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 40px;
}
.proInfo3 .wrap .recommendSwiper {
  width: 100%;
  margin: 19px 0 0 0;
}
.proInfo3 .wrap .recommendSwiper .swiper-slide .item {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  padding: 70px 24px;
  display: block;
  transition: .6s ease;
}
.proInfo3 .wrap .recommendSwiper .swiper-slide .item:hover {
  border: 1px solid var(--color);
}
.proInfo3 .wrap .recommendSwiper .swiper-slide .item:hover .img img {
  transform: scale(1.05);
}
.proInfo3 .wrap .recommendSwiper .swiper-slide .item:hover .text {
  color: var(--color);
}
.proInfo3 .wrap .recommendSwiper .swiper-slide .item .img {
  width: 90%;
  height: 150px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proInfo3 .wrap .recommendSwiper .swiper-slide .item .img img {
  object-fit: contain;
  transition: .6s ease;
}
.proInfo3 .wrap .recommendSwiper .swiper-slide .item .text {
  color: #1A1A1A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 0 0;
  transition: .6s ease;
}

@media screen and (max-width: 1919px) {
  .fix_pro{
    height: 4.1666666667vw;
    top: 4.1666666667vw;
    gap: 4.1666666667vw;
  }
  .fix_pro .list .ic{
    margin: 0px 0.8333333333vw 0px 0px;
    width: 2.34375vw;
    height: 2.5vw;
  }
  .fix_pro .list p{
    font-size: 0.9375vw;
  }
  .proInfo1 .side{
    width: 16.875vw;
    border-radius: 0.7291666667vw;
    padding: 1.40625vw 0.625vw 0.78125vw;
  }
  .proInfo1 .side .headline{
    margin: 0px 0px 1.5625vw 1.5625vw;
    font-size: 1.5625vw;
  }
  .proInfo1 .side .flex .item:not(:last-child){
    margin: 0px 0px 0.3645833333vw;
  }
  .proInfo1 .side .flex .item .show{
    height: 3.6458333333vw;
    border-radius: 0.4166666667vw;
    gap: 1.0416666667vw;
    padding: 0px 1.5625vw;
  }
  .proInfo1 .side .flex .item .show .icon{
    width: 2.34375vw;
    height: 2.5vw;
  }
  .proInfo1 .side .flex .item .show p{
    font-size: 0.9375vw;
  }
  .proInfo1 .side .flex .item .hide > div{
    margin: 0.4166666667vw 0px 0.4166666667vw 4.8958333333vw;
  }
  .proInfo1 .side .flex .item .hide > div a{
    font-size: 0.9375vw;
  }
  .proInfo1 .position{
    width: 83.3333333333vw;
  }
  .proInfo1 .position .list{
    height: 3.6458333333vw;
    gap: 0.625vw;
  }
  .proInfo1 .position .list:hover p{
    transform: translateX(0.3645833333vw);
  }
  .proInfo1 .position .list p{
    font-size: 0.8333333333vw;
  }
  .proInfo1 .position .list .icon{
    width: 1.3020833333vw;
    height: 1.40625vw;
  }
  .proInfo1 .wrap{
    width: 83.3333333333vw;
    top: 4.1666666667vw;
  }
  .proInfo1 .wrap .cutSwiper{
    width: 10.9375vw;
    height: 5.2083333333vw;
    margin: 2.0833333333vw 0px 0px;
  }
  .proInfo1 .wrap .cutSwiper .swiper-slide .item{
    border-radius: 0.625vw;
    padding: 0.5208333333vw;
  }
  .proInfo1 .wrap .move{
    left: 7.8125vw;
  }
  .proInfo1 .wrap .title{
    width: 47.9166666667vw;
  }
  .proInfo1 .wrap .title .p1{
    font-size: 2.1875vw;
    margin: 0px 0px 0.7291666667vw;
  }
  .proInfo1 .wrap .title .p2{
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .proInfo1 .wrap .title .more{
    padding: 0px 1.25vw;
    height: 2.5vw;
    border-radius: 2.5vw;
    gap: 0.46875vw;
    margin: 2.6041666667vw auto 0px;
  }
  .proInfo1 .wrap .title .more p{
    font-size: 0.8333333333vw;
  }
  .proInfo1 .wrap .title .more svg{
    width: 0.7291666667vw;
    height: 0.6770833333vw;
  }
  .proInfo1 .wrap .content{
    width: 38.5416666667vw;
    margin: 1.5625vw auto 0px;
  }
  .proInfo1 .wrap .content .en{
    width: 45.3125vw;
  }
  .proInfo1 .wrap .content .imagesSwiper{
    height: 19.53125vw;
  }
  .proInfo2{
    padding: 5.5208333333vw 0px 2.6041666667vw;
  }
  .proInfo2 .wrap{
    width: 83.3333333333vw;
  }
  .proInfo2 .wrap .item .show{
    padding: 0.9375vw 0px 0px;
    gap: 1.1458333333vw;
  }
  .proInfo2 .wrap .item .show .l .icon{
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    margin: 0px 1.1458333333vw 0px 0px;
  }
  .proInfo2 .wrap .item .show .l p{
    font-size: 1.3541666667vw;
  }
  .proInfo2 .wrap .item .show .add{
    width: 1.9791666667vw;
    height: 1.9791666667vw;
  }
  .proInfo2 .wrap .item .show .add::after{
    width: 0.6770833333vw;
  }
  .proInfo2 .wrap .item .show .add::before{
    height: 0.6770833333vw;
  }
  .proInfo2 .wrap .item .hide > .joke{
    margin: 3.125vw 0px;
  }
  .proInfo2 .wrap .item .hide .content1 table tr td{
    height: 2.6041666667vw;
    font-size: 0.8333333333vw;
  }
  .proInfo2 .wrap .item .hide .content1 table tr td:first-child{
    padding: 0px 0px 0px 5.2083333333vw;
  }
  .proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list{
    height: 19.5833333333vw;
    border-radius: 1.0416666667vw;
    padding: 2.6041666667vw 0px 0px;
  }
  .proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list .img{
    height: 10.8333333333vw;
  }
  .proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list .text{
    font-size: 0.8333333333vw;
    margin: 1.5625vw 0px 0px;
  }
  .proInfo2 .wrap .item .hide .content2 .swiper-pagination{
    margin: 3.8020833333vw auto 0px;
  }
  .proInfo2 .wrap .item .hide .content2 .swiper-pagination span{
    border-radius: 0.5208333333vw;
  }
  .proInfo2 .wrap .item .hide .content2 .swiper-pagination span.swiper-pagination-bullet-active{
    width: 2.2916666667vw;
  }
  .proInfo2 .wrap .item .hide .content3{
    gap: 1.0416666667vw;
  }
  .proInfo2 .wrap .item .hide .content3 .list{
    width: 5.1041666667vw;
    height: 5.1041666667vw;
    border-radius: 1.0416666667vw;
  }
  .proInfo2 .wrap .item .hide .content4{
    gap: 1.6666666667vw;
  }
  .proInfo2 .wrap .item .hide .content4 .list{
    height: 4.375vw;
    border-radius: 0.5208333333vw;
    padding: 0px 3.0729166667vw 0px 1.6145833333vw;
  }
  .proInfo2 .wrap .item .hide .content4 .list .l{
    gap: 1.71875vw;
  }
  .proInfo2 .wrap .item .hide .content4 .list .l img{
    width: 1.25vw;
    height: 1.25vw;
  }
  .proInfo2 .wrap .item .hide .content4 .list .l p{
    font-size: 0.9375vw;
  }
  .proInfo2 .wrap .item .hide .content4 .list .circle{
    width: 2.2916666667vw;
    height: 2.2916666667vw;
  }
  .proInfo2 .wrap .item .hide .content4 .list .circle img{
    width: 0.625vw;
  }
  .proInfo3{
    padding: 2.6041666667vw 0px 7.8125vw;
  }
  .proInfo3 .wrap{
    width: 83.3333333333vw;
  }
  .proInfo3 .wrap .title{
    font-size: 1.6666666667vw;
    margin: 0px 0px 2.0833333333vw;
  }
  .proInfo3 .wrap .recommendSwiper{
    margin: 0.9895833333vw 0px 0px;
  }
  .proInfo3 .wrap .recommendSwiper .swiper-slide .item{
    border-radius: 1.0416666667vw;
    padding: 3.6458333333vw 1.25vw;
  }
  .proInfo3 .wrap .recommendSwiper .swiper-slide .item .img{
    height: 7.8125vw;
  }
  .proInfo3 .wrap .recommendSwiper .swiper-slide .item .text{
    font-size: 0.8333333333vw;
    margin: 0.5208333333vw 0px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .proInfo1 .wrap{
    width: 90%;
    top: 0;
  }
  .proInfo1 .wrap .side{
    width: 100%;
    border-radius: 10px;
    padding: 15px 0;
    top: 0;
    position: relative;
    margin: 20px 0 0 0;
  }
  .proInfo1 .wrap .side .headline{
    margin: 0 0 10px;
    font-size: 16px;
  }
  .proInfo1 .wrap .side .flex .item .show{
    height: 45px;
    border-radius: 4px;
    padding: 0 10px;
    gap: 10px;
  }
  .proInfo1 .wrap .side .flex .item:not(:last-child){
    margin: 0 0 5px;
  }
  .proInfo1 .wrap .side .flex .item .show .icon{
    width: 25px;
    height: 25px;
  }
  .proInfo1 .wrap .side .flex .item .show p{
    font-size: 14px;
  }
  .proInfo1 .wrap .side .flex .item .hide > div{
    margin: 10px 0 10px 20px;
  }
  .proInfo1 .wrap .side .flex .item .hide > div a{
    font-size: 13px;
  }
  .proInfo1{
    height: auto;
    padding: 60px 0;
  }
  .proInfo1 .wrap .move{
    left: 0;
    margin: 30px 0 0 0;
  }
  .proInfo1 .wrap .title .p1{
    font-size: 20px;
    margin: 0 0 20px;
  }
  .proInfo1 .wrap .title{
    width: 90%;
  }
  .proInfo1 .wrap .title .more{
    padding: 0 15px;
    height: 38px;
    border-radius: 30px;
    gap: 10px;
    margin: 15px auto 0;
  }
  .proInfo1 .wrap .title .more p{
    font-size: 12px;
  }
  .proInfo1 .wrap .title .more svg{
    width: 14px;
    height: 14px;
  }
  .proInfo1 .wrap .content{
    width: 100%;
    margin: 25px auto 0;
  }
  .proInfo1 .wrap .content .imagesSwiper {
    height: 115px;
  }
  .proInfo1 .wrap .content .en {
    width: 90%;
  }
  .proInfo1 .wrap .cutSwiper{
    width: 50%;
    height: 65px;
    margin: 30px 0 0 0;
  }
  .proInfo1 .wrap .cutSwiper .swiper-slide .item{
    border-radius: 10px;
    padding: 5px;
  }
  .proInfo1 .position .list{
    height: 35px;
    gap: 5px;
  }
  .proInfo1 .position{
    width: 100%;
  }
  .proInfo1 .position .list .icon{
    width: 14px;
    height: 14px;
  }
  .proInfo1 .position .list p{
    font-size: 11px;
  }
  .proInfo2 .wrap .item .show{
    padding: 15px 0 0 0;
    gap: 15px;
  }
  .proInfo2 .wrap .item .hide > .joke{
    margin: 20px 0;
  }
  .proInfo2 .wrap .item .hide .content1 table tr td{
    height: auto;
    font-size: 12px;
    padding: 12px 15px;
  }
  .proInfo2 .wrap .item .show .l p{
    font-size: 14px;
  }
  .proInfo2 .wrap .item .show .l .icon{
    width: 18px;
    height: 18px;
    margin: 0 7px 0 0;
  }
  .proInfo2 .wrap .item .show .add{
    width: 20px;
    height: 20px;
  }
  .proInfo2 .wrap .item .hide .content1 table{
    display: block;
    overflow: hidden;
    overflow-x: auto;
  }
  .proInfo2 .wrap .item .hide .content1 table tbody{
    display: inline-table;
    width: max-content;
    min-width: 100%;
  }
  .proInfo2 .wrap .item .show .add::after{
    width: 10px;
  }
  .proInfo2 .wrap .item .show .add::before{
    height: 10px;
  }
  .proInfo2 .wrap .item .hide .content3{
    gap: 10px;
  }
  .proInfo2 .wrap .item .hide .content3 .list{
    width: 60px;
    height: 60px;
    border-radius: 7px;
  }
  .proInfo2 .wrap .item .hide .content3 .list img{
    max-width: 70%;
    max-height: 70%;
  }
  .proInfo3{
    padding: 30px 0;
  }
  .proInfo3 .wrap .title{
    font-size: 20px;
    margin: 0 0 20px;
  }
  .proInfo3 .wrap .recommendSwiper{
    margin: 25px 0 0 0;
    width: 95vw;
  }
  .proInfo3 .wrap .recommendSwiper .swiper-slide .item{
    border-radius: 10px;
  }
  .proInfo3 .wrap .recommendSwiper .swiper-slide .item .img{
    height: 120px;
    width: 50%;
    margin: auto;
  }
  .proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide{
    height: auto;
  }
  .proInfo3 .wrap .recommendSwiper .swiper-slide .item .text{
    font-size: 14px;
    margin: 15px 0 0 0;
  }
  .proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list{
    height: 100%;
    border-radius: 10px;
    padding: 30px 5% 20px 5%;
  }
  .proInfo2 .wrap .item .hide .content2 .annexSwiper .swiper-slide .list .text{
    font-size: 13px;
    margin: 15px 0 0 0;
  }
  .proInfo2 .wrap .item .hide .content2 .swiper-pagination span{
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0!important;
    border-radius: 15px;
  }
  .swiper-pagination span:last-child{
    margin: 0!important;
  }
  .proInfo2 .wrap .item .hide .content2 .swiper-pagination{
    margin: 10px auto 0;
  }
  .proInfo2 .wrap .item .hide .content2 .swiper-pagination span.swiper-pagination-bullet-active{
    width: 35px;
  }
  .proInfo2 .wrap .item .hide .content4{
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
  }
  .proInfo2 .wrap .item .hide .content4 .list{
    height: auto;
    border-radius: 4px;
    padding: 15px 15px;
  }
  .proInfo2 .wrap .item .hide .content4 .list .l img{
    width: 16px;
    height: 16px;
  }
  .proInfo2 .wrap .item .hide .content4 .list .l p{
    font-size: 14px;
  }
  .proInfo2 .wrap .item .hide .content4 .list .l{
    gap: 10px;
  }
  .proInfo2 .wrap .item .hide .content4 .list .circle{
    width: 30px;
    height: 30px;
  }
  .proInfo2 .wrap .item .hide .content4 .list .circle img{
    width: 12px;
  }
}

