main .copywriting2 {
  display: none;
}
main table {
  font-family: auto;
}
main .one {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
}
main .one .copywriting {
  display: flex;
  flex-direction: column;
  width: 39%;
  margin-right: 9%;
  margin-top: 4%;
  margin-bottom: 4%;
}
main .one .copywriting .sp1 {
  color: #000000;
  font-family: 思源黑体 CN;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1px;
}
main .one .copywriting .sp2 {
  color: #ed1c24;
  font-family: Avenir;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
main .one .copywriting .sp3 {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 3.5rem;
  font-weight: 350;
  margin-bottom: 6.56rem;
}
main .one .copywriting .sp4 {
  color: rgba(51, 51, 51, 0.6);
  font-family: PingFang SC;
  font-size: 1rem;
  font-weight: 400;
}
main .one .product {
  margin-left: 9%;
  margin-top: 4%;
  margin-bottom: 4%;
  width: 40%;
  display: flex;
  justify-content: space-between;
}
main .one .product .left .sort .swiper-slide {
  overflow: hidden;
  background-color: #fff;
  width: 9.8rem;
  height: 7.9rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem;
  margin-bottom: 0.86rem;
  display: flex;
}
main .one .product .left .sort .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}
main .one .product .left .sort .active {
  border: 1px solid #282c30;
}
main .one .product .right {
  width: 34.375rem;
  height: 34.375rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.75rem;
}
main .one .product .right .swiper-container {
  height: 100%;
  overflow: hidden;
}
main .one .product .right .swiper-container .swiper-wrapper {
  height: 100%;
}
main .one .product .right .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
main .one .product .right .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .two {
  padding: 2.4% 9%;
}
main .two .details {
  display: flex;
  flex-direction: column;
}
main .two .details .headline {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3.56rem;
  position: relative;
}
main .two .details .headline .fk {
  margin-top: 0.56rem;
  width: 3.94rem;
  height: 0.31rem;
  background: #ed1c24;
  border-radius: 8.68rem;
}
main .two .details .text {
  overflow: auto;
  display: flex;
  flex-direction: column;
}
main .two .details .text .title {
  color: #282c30;
  font-family: 思源黑体 CN;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
main .two .details .text .sp1 {
  color: rgba(51, 51, 51, 0.9);
  font-family: PingFang SC;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5rem;
}
main .two .details .text .imgs {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}
main .two .details .text .imgs img {
  width: 48%;
}
main .two .details .text .tabulation {
  margin-bottom: 13.3rem;
}
main .two .details .text .tabulation .one {
  background-color: #fff;
  display: flex;
  justify-content: left;
}
main .two .details .text .tabulation .one .title {
  width: 16%;
  margin: auto;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  margin-left: 2rem;
  color: #000000;
  font-family: 思源黑体 CN;
  font-size: 1.125rem;
  font-weight: 400;
}
main .two .details .text .tabulation .two {
  align-items: center;
  background: #ececec;
  padding: 0;
  display: flex;
  justify-content: left;
}
main .two .details .text .tabulation .two .title {
  margin: auto;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  width: 16%;
  margin-left: 2rem;
  color: #000000;
  font-family: 思源黑体 CN;
  font-size: 1.125rem;
  font-weight: 400;
}
main .two .details .text .tabulation .two .clo {
  color: #ed1c24;
}
/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width: 959px) {
  main .one {
    background: #fff;
    flex-direction: column-reverse;
  }
  main .one .product {
    padding: 4%;
    width: auto;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-top: 0;
  }
  main .one .product .left {
    margin-top: 4rem;
  }
  main .one .product .left .sort {
    display: flex;
    align-items: center;
  }
  main .one .product .left .sort .swiper-slide {
    width: 70px;
    height: 70px;
    margin-left: 2%;
  }
  main .one .product .left .sort .swiper-slide:first-child {
    margin-left: 0;
  }
  main .one .product .right {
    height: 350px;
    width: 100%;
    margin: auto;
  }
  main .one .product .right .swiper-slide {
    height: 350px !important;
  }
  main .one .copywriting {
    width: auto;
    padding: 8% 4%;
    margin: 0;
  }
  main .one .copywriting .sp1 {
    font-size: 30px;
  }
  main .one .copywriting .sp2 {
    font-size: 16px;
    font-weight: bold;
  }
  main .one .copywriting .sp3 {
    display: none;
  }
  main .one .copywriting .sp4 {
    display: none;
  }
  main .copywriting2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 4%;
    margin: 0;
    box-sizing: border-box;
  }
  main .copywriting2 .sp3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2%;
  }
  main .copywriting2 .sp4 {
    font-size: 16px;
  }
  main .two {
    margin-top: 10%;
    padding: 4%;
  }
  main .two .details .headline {
    margin-bottom: 8%;
  }
  main .two .details .headline span {
    font-size: 17px;
    font-weight: bold;
  }
  main .two .details .headline .fk {
    width: 20px;
    height: 2px;
  }
  main .two .details .text {
    font-size: 16px;
  }
  main .two .details .text table {
    width: 200%;
  }
  main .two .details .text .title {
    font-size: 16px;
  }
  main .two .details .text .sp1 {
    font-size: 16px;
  }
  main .two .details .text .imgs {
    flex-direction: column;
  }
  main .two .details .text .imgs img {
    width: 100%;
    margin-bottom: 5%;
  }
  main .two .details .text .tabulation .one {
    display: flex;
    flex-direction: row;
  }
  main .two .details .text .tabulation .one .title {
    font-size: 16px;
  }
}
