body {
  background-color: #f2f2f2;
}

.pro1 {
  padding: 100px 0 146px;
}

.pro1 .wrap {
  width: 1840px;
  margin: auto;
  display: flex;
}

.pro1 .wrap .l {
  width: 800px;
  margin: 0 182px 0 0;
}

.pro1 .wrap .l .proSwiper {
  width: 100%;
  height: 608px;
  margin: auto;
}

.pro1 .wrap .l .proSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro1 .wrap .l .proSwiper .swiper-slide img {
  object-fit: contain;
}

.pro1 .wrap .l .content {
  margin: 67px 0 0 0;
  position: relative;
}

.pro1 .wrap .l .content .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.pro1 .wrap .l .content .button .circle {
  font-size: 15px;
  color: #C1C1C1;
  cursor: pointer;
  pointer-events: auto;
}

.pro1 .wrap .l .content .button .circle:first-child {
  transform: rotate(180deg);
}

.pro1 .wrap .l .content .smallSwiper {
  width: 488px;
}

.pro1 .wrap .l .content .smallSwiper .swiper-slide {
  cursor: pointer;
}

.pro1 .wrap .l .content .smallSwiper .swiper-slide.swiper-slide-thumb-active .img {
  border: 2px solid #7c7c7c;
}

.pro1 .wrap .l .content .smallSwiper .swiper-slide .img {
  width: 100%;
  height: 88px;
  background: #F8F8F8;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: 0.6s ease;
}

.pro1 .wrap .l .content .smallSwiper .swiper-slide .img img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.pro1 .wrap .l .bottom {
  margin: 90px 0 0 0;
}

.pro1 .wrap .l .bottom img {
  width: 100%;
}

.pro1 .wrap .l .top .long {
  padding: 120px 0 80px 50px;
}

.pro1 .wrap .l .top .long .details_title {
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
}

.pro1 .wrap .l .top .long img:nth-child(1) {
  padding-top: 60px;
}

.pro1 .wrap {
  display: flex;
}

.pro1 .wrap .r {
  position: relative;
}

.pro1 .wrap .r .box {
  position: sticky;
  top: 140px;
  width: 800px;
  height: 700px;
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
}

.pro1 .wrap .r .box .title {
  font-weight: bold;
  font-size: 48px;
  color: #1A1A1A;
  padding: 50px 100px 40px;
}

.pro1 .wrap .r .box .content_box {
  padding-left: 100px;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 26px;
}

.pro1 .wrap .r .box .customized {
  display: block;
  margin: 50px 100px;
  text-align: center;
  line-height: 68px;
  width: 185px;
  border-radius: 4px;
  color: #555;
  background-color: #fff;
  border: 1px solid #636363;
  transition: all 0.6s;
}

.pro1 .wrap .r .box .customized:hover {
  color: #fff;
  background-color: #555;
  border: 1px solid #636363;
}

.header .wrap .left .list .item .level .second {
  background-color: #fff;
}

.header .wrap .left .list .item .level .second a {
  color: #333;
}

.pro1 .wrap .l .top .long p img {
  width: 100% !important;
  height: auto;
}

@media screen and (max-width:1024px) {
  .pro1 {
    padding: 100px 0 40px;
  }

  .pro1 .wrap {
    width: 90%;
    flex-direction: column-reverse;
  }

  .pro1 .wrap .r .box {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .pro1 .wrap .r .box .title {
    font-size: 30px;
    padding: 20px 0 20px 30px;
  }

  .pro1 .wrap .r .box .content_box {
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
  }

  .pro1 .wrap .r .box .customized {
    display: inline-block;
    margin: 30px 0 30px 30px;
    font-size: 14px;
    width: 130px;
    line-height: 42px;
    border-radius: 14px;
  }

  .pro1 .wrap .l {
    width: 100%;
    margin: 20px 0;
  }

  .pro1 .wrap .l .top .long {
    width: 100%;
    padding: 80px 0 40px 0;
  }
.pro1 .wrap .l .top .long .details_title{
  font-size: 24px;
}
  .pro1 .wrap .l .top .long p {
    font-size: 30px;
  }

  .pro1 .wrap .l .proSwiper {
    height: auto;
  }

  .pro1 .wrap .l .top .long img {
    width: 100%;
  }

  .pro1 .wrap .l .content .button {
    display: none;
  }

  .pro1 .wrap .l .content {
    width: 100%;
  }

  .pro1 .wrap .l .content .smallSwiper .swiper-slide .img {
    width: auto;
    height: 66px;
  }

  .pro1 .wrap .l .content .smallSwiper {
    width: 100%;
  }
  .pro1 .wrap .l .top .long img:nth-child(1) {
  padding-top: 24px;
}
}