.section1 {
  background-color: #F6F6F6;
}

.section1 .wrap {
  display: flex;
  padding-top: 170px;
  padding-bottom: 120px;
  width: 1600px;
  margin: 0 auto;
}

.section1 .wrap .left {
  display: flex;
}

.section1 .wrap .left .img {
  width: 630px;
  height: 630px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.section1 .wrap .left .img .swiper {
  width: 100%;
  height: 100%;
}

.section1 .wrap .left .img .swiper .item {
  width: 100%;
  height: 100%;
  /* padding: 100px; */
  /* padding: 50px; */
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .wrap .left .img .swiper .item img {
  width: 100%;
  object-fit: contain;
}

.section1 .wrap .left .page {
  width: 80px;
  margin-left: 30px;
  position: relative;
  height: 630px;
}

.section1 .wrap .left .page .prev {
  top: -24px;

}

.section1 .wrap .left .page .next {
  bottom: -24px;
}

.section1 .wrap .left .page .prev span {
  transform: rotate(-90deg);
}

.section1 .wrap .left .page .next span {
  transform: rotate(90deg);
}

.section1 .wrap .left .page .prev,
.section1 .wrap .left .page .next {
  position: absolute;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
}

.section1 .wrap .left .page .prev:hover span,
.section1 .wrap .left .page .next:hover span {
  color: #FFB3AB;
}

.section1 .wrap .left .page .prev span,
.section1 .wrap .left .page .next span {
  display: block;
  font-size: 18px;
  transition: all .6s;
}

.section1 .wrap .left .page .swiper {
  height: 100%;
}

.section1 .wrap .left .page .swiper .swiper-slide-thumb-active .item {
  border: 1px solid #FFB3AB;
}

.section1 .wrap .left .page .item {
  width: 80px;
  height: 100%;
  padding: 4px 4px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.6s;
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}

.section1 .wrap .left .page .item img {
  border-radius: 6px;
  width: 100%;
  max-height: 100%
}

.section1 .wrap .right {
  margin-left: 190px;
  flex: 1;
  padding-top: 20px;
}

.section1 .wrap .right .type {
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 20px;
}

.section1 .wrap .right .title {
  margin-bottom: 80px;
}

.section1 .wrap .right .title h3 {
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 400;
}

.section1 .wrap .right .size {
  margin-bottom: 40px;
}

.section1 .wrap .right .size h4 {
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 15px;
}

.section1 .wrap .right .size p {
  color: #666;
  font-size: 16px;
}

.section1 .wrap .right .color {
  margin-bottom: 40px;
}

.section1 .wrap .right .color h4 {
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 15px;
}

.section1 .wrap .right .color .list {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(7, 1fr);
}

.section1 .wrap .right .color .list .item {
  display: flex;
  font-size: 16px;
  color: #666;
  align-items: center;
}

.section1 .wrap .right .color .list .item.white .icon {
  border: 1px solid #C8C8C8;
}

.section1 .wrap .right .color .list .item .icon {
  display: block;
  width: 22px;
  border-radius: 7px;
  height: 22px;
  margin-right: 10px;
}

.section1 .wrap .right .characteristic h4 {
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 15px;
}

.section1 .wrap .right .characteristic p {
  color: #666;
  font-size: 16px;
  line-height: 2;
}

.section2 {
  background-color: #F6F6F6;
}

.section2 .wrap {
  /* padding-top: 120px; */
  padding-bottom: 70px;
  width: 1600px;
  margin: 0 auto;
}

.section2 .wrap .title {
  margin-bottom: 40px;
}

.section2 .wrap .title h3 {
  font-size: 48px;
  color: #1a1a1a;
}

.section2 .wrap .list {
  display: grid;
  gap: 50px;
  margin-bottom: 70px;
  grid-template-columns: repeat(3, 1fr);
}

.section2 .wrap .list .item {
  background-color: rgba(red, green, blue, alpha);
  border-radius: 28px;
  padding: 60px 80px 35px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid #FFFFFF;
  transition: all 0.6s;
}

.section2 .wrap .list .item:hover {
  background-color: #FFFFFF;
}

.section2 .wrap .list .item:hover .common_button {
  opacity: 1;
  transform: translateY(0);
}

.section2 .wrap .list .item .img {
  width: 100%;
  height: 250px;
}

.section2 .wrap .list .item .text {
  text-align: center;
  margin-top: 30px;
}

.section2 .wrap .list .item .text .p1 {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 5px;
}

.section2 .wrap .list .item .text .p2 {
  color: #1a1a1a;
  font-size: 16px;
}

.section2 .wrap .list .item .common_button {
  margin: 30px auto 0;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s;
}
  .section2 .wrap .list.PE{
    display: none;
  }

  .section2 .wrap .tab{
    display: none;
  }
@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 8.8541666667vw;
    padding-bottom: 6.25vw;
    width: 83.3333333333vw;
  }

  .section1 .wrap .left .img {
    width: 32.8125vw;
    height: 32.8125vw;
    border-radius: 1.0416666667vw;
  }

  .section1 .wrap .left .page {
    width: 4.1666666667vw;
    margin-left: 1.5625vw;
    height: 32.8125vw;
  }

  .section1 .wrap .left .page .prev {
    top: -1.25vw;
  }

  .section1 .wrap .left .page .next {
    bottom: -1.25vw;
  }

  .section1 .wrap .left .page .prev span,
  .section1 .wrap .left .page .next span {
    font-size: 0.9375vw;
  }

  .section1 .wrap .left .page .item {
    width: 4.1666666667vw;
    padding: 0.2083333333vw;
    border-radius: 0.5208333333vw;
  }

  .section1 .wrap .left .page .item img {
    border-radius: 0.3125vw;
  }

  .section1 .wrap .right {
    margin-left: 9.8958333333vw;
    padding-top: 1.0416666667vw;
  }

  .section1 .wrap .right .type {
    font-size: 0.9375vw;
    margin-bottom: 1.0416666667vw;
  }

  .section1 .wrap .right .title {
    margin-bottom: 4.1666666667vw;
  }

  .section1 .wrap .right .title h3 {
    font-size: 2.5vw;
  }

  .section1 .wrap .right .size {
    margin-bottom: 2.0833333333vw;
  }

  .section1 .wrap .right .size h4 {
    font-size: 0.9375vw;
    margin-bottom: 0.78125vw;
  }

  .section1 .wrap .right .size p {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .right .color {
    margin-bottom: 2.0833333333vw;
  }

  .section1 .wrap .right .color h4 {
    font-size: 0.9375vw;
    margin-bottom: 0.78125vw;
  }

  .section1 .wrap .right .color .list {
    gap: 0.5208333333vw 0.9375vw;
  }

  .section1 .wrap .right .color .list .item {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .right .color .list .item .icon {
    width: 1.1458333333vw;
    border-radius: 0.3645833333vw;
    height: 1.1458333333vw;
    margin-right: 0.5208333333vw;
  }

  .section1 .wrap .right .characteristic h4 {
    font-size: 0.9375vw;
    margin-bottom: 0.78125vw;
  }

  .section1 .wrap .right .characteristic p {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap {
    padding-bottom: 3.6458333333vw;
    width: 83.3333333333vw;
  }

  .section2 .wrap .title {
    margin-bottom: 2.0833333333vw;
  }

  .section2 .wrap .title h3 {
    font-size: 2.5vw;
  }

  .section2 .wrap .list {
    gap: 2.6041666667vw;
    margin-bottom: 3.6458333333vw;
  }

  .section2 .wrap .list .item {
    border-radius: 1.4583333333vw;
    padding: 3.125vw 4.1666666667vw 1.8229166667vw;
    backdrop-filter: blur(0.5208333333vw);
    border: 0.1041666667vw solid rgb(255, 255, 255);
  }

  .section2 .wrap .list .item .img {
    height: 13.0208333333vw;
  }

  .section2 .wrap .list .item .text {
    margin-top: 1.5625vw;
  }

  .section2 .wrap .list .item .text .p1 {
    font-size: 0.8333333333vw;
    margin-bottom: 0.2604166667vw;
  }

  .section2 .wrap .list .item .text .p2 {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .list .item .common_button {
    margin: 1.5625vw auto 0px;
    transform: translateY(0.5208333333vw);
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap {
    width: 90vw;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section1 .wrap .left .img {
    width: 100%;
  }

  .section1 .wrap .right .type {
    font-size: 12px;
  }

  .section1 .wrap .left {
    flex-direction: column;
  }

  .section1 .wrap .left .page {
    width: 100%;
    height: auto;
    margin-left: 0;
    /* padding: 0 20px; */
    margin-top: 10px;
    position: relative;
  }

  .section1 .wrap .left {
    width: 50%;
  }

  .section1 .wrap .left .page .item {
    width: 100%;
    padding: 3px;

    border-radius: 10px;
  }

  .section1 .wrap .left .page .prev,
  .section1 .wrap .left .page .next {
    display: none;
  }

  /* .section1 .wrap .left .page .prev span, .section1 .wrap .left .page .next span{
    font-size: 16px;
  }
  .section1 .wrap .left .page .prev{
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .section1 .wrap .left .page .next{
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
  } */
  .section1 .wrap .left .img {
    height: auto;
  }

  .section1 .wrap .left .page .item img {
    border-radius: 10px;
  }

  .section1 .wrap .right {
    margin-left: 30px;
    padding-top: 30px;
  }

  .section1 .wrap .right .title h3 {
    font-size: 28px;
  }

  .section1 .wrap .right .title {
    margin-bottom: 20px;
  }

  .section1 .wrap .right .size h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section1 .wrap .right .size p {
    font-size: 14px;
  }

  .section1 .wrap .right .size {
    margin-bottom: 30px;
  }

  .section1 .wrap .right .color {
    margin-bottom: 30px;
  }

  .section1 .wrap .right .color h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section1 .wrap .right .color .list .item {
    font-size: 14px;
  }

  .section1 .wrap .right .color .list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }

  .section1 .wrap .right .characteristic h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section1 .wrap .right .characteristic p {
    font-size: 14px;
  }

  .section1 .wrap .right .color .list .item .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 4px;
  }

  .section1 .wrap .left .img {
    border-radius: 10px;
  }

  .section2 .wrap {
    width: 90vw;
    padding-bottom: 60px;
  }

  .section2 .wrap .title h3{
    font-size: 28px;
  }
  .section2 .wrap .title{
    margin-bottom: 30px;
  }
  .section2 .wrap .list.PC{
    display: none;
  }
  .section2 .wrap .list.PE{
    display: grid;
  }
    /* .section2 .wrap .list .item{
      background-color: #fff;
      border-radius: 10px;
      padding:30px 20px;
      border-width: 1px;
    }
  .section2 .wrap .list .item .img{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section2 .wrap .list .item .text .p2{
    font-size: 12px;
    margin-top: 10px;
  }
  .section2 .wrap .list .item .text .p1{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section2 .wrap .list .item .text{
    margin-top: 20px;
  }
  .section2 .wrap .list .item .common_button{
    opacity: 1;
    transform: none;
    margin-top: 20px;
  }
  .section2 .wrap .list.PE .swiper{
    overflow: unset;
  }

  .section2 .wrap .tab {
    width: 120px;
    display: flex;
    margin: 30px auto 0;
    justify-content: space-between;
  }

  .section2 .wrap .tab .prev,
  .section2 .wrap .tab .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #A2A2A2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    cursor: pointer;
  }

  .section2 .wrap .tab .prev:hover,
  .section2 .wrap .tab .next:hover {
    border-color: #f3b6b0;
    background-color: #f3b6b0;
  }

  .section2 .wrap .tab .prev:hover span,
  .section2 .wrap .tab .next:hover span {
    color: #fff;
  }

  .section2 .wrap .tab .prev span,
  .section2 .wrap .tab .next span {
    transition: all 0.6s;
    font-size: 18px;
    color: #A2A2A2;
  }

  .section2 .wrap .tab .prev {
    transform: rotate(180deg);
  } */

  .section2 .wrap .list .item .text .p1{
    font-size: 16px;
  }
  .section2 .wrap .list .item .text .p2{
    font-size: 12px;
  }
  .section2 .wrap .list .item .common_button{
    opacity: 1;
    transform: none;
  }
  .section2 .wrap .list{
    gap: 20px;
    display: grid;
    margin-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .section2 .wrap .list .item{
    border-radius: 10px;
    padding: 0px;
    backdrop-filter: none;
    background-color: transparent;
    /* background-color: #fff; */
    border: none;
  }
  .section2 .wrap .list .item:hover{
    background-color: transparent;
  }
  .section2 .wrap .list .item .text{
    margin-top: 10px;
  }
  .section2 .wrap .list .item .text .p1{
    margin-bottom: 5px;
  }
  .section2 .wrap .list .item .common_button{
    margin-top: 30px;
  }
  .section2 .wrap .list .item{
    border-width: 1px;
  }
  .section2 .wrap .list .item .img{
    background-color: #fff;
    border-radius: 10px;
    height: 42vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section2 .wrap .list .item .img img{
    max-width: 80%;
    max-height: 80%;
  }
}

@media screen and (max-width: 820px) {
  .section1 .wrap .right .color .list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap {
    flex-direction: column;
  }

  .section1 .wrap .left {
    width: 100%;
  }

  .section1 .wrap .right {
    margin-left: 0;
  }
  .section2 .wrap .title h3{
    font-size: 24px;
  }
  .section2 .wrap .list{
    margin-bottom: 30px;
  }
  .section2 .wrap{
    padding-bottom: 50px;
  }
}