.pro_detail01 .top .right {
  width: 650px;
}
.swiper {
  width: 100%;
}
.pro_detail01 {
  padding-top: 0;
}
.pro_detail02 .bott > div {
  display: none;
}
.pro_detail01 .left .phone {
  color: var(--main-color);
  font-weight: bolder;
  font-size: 24px;
  line-height: 25px;
}
.pro_detail01 .left .phone img {
  width: 25px;
  margin-right: 5px;
}
.swiper2 {
  margin-bottom: 10px;
  width: 650px;
  height: 487.5px;
}
.swiper2 .pic {
  display: flex;
  align-items: center;
  height: 100%;
}
.swiper2 .pic img {
  width: 100%;
  height: 100%;
}
.swiper1 .swiper-slide {
  opacity: 0.8;
  cursor: pointer;
  text-align: center;
}
.swiper1 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.pro_detail02 .top {
  display: flex;
}
.pro_detail02 .top .t {
  cursor: pointer;
}
.pro_detail02 .top .t.active {
  background-color: var(--main-color);
}
.pro_detail01 .swiper2 {
  border: 1px solid #eee;
}
.pro_detail01 .swiper1 .swiper-slide img {
  border: 1px solid #eee;
  width: 100%;
}
.thumbs {
  display: grid;
  grid-template-columns: repeat(8,minmax(0,1fr));
  gap: 10px;
}
.thumbs div {
  opacity: 0.8;
  cursor: pointer;
}
.thumbs div.active {
  opacity: 1;
}
.thumbs div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .pro_detail01 .swiper1 .swiper-slide img {
    width: 72.5px;
    height: 54.375px;
    /* object-fit: cover; */
    max-width: unset;
  }
  .thumbs div img {
    width: 72.5px;
    height: 54.375px;
  }
}
@media screen and (min-width: 1540px) {
  .pro_detail01 .top .right {
    width: 800px;
  }
  .swiper2 {
    margin-bottom: 10px;
    width: 800px;
    height: 600px;
  }
  .thumbs div img {
    width: 91.25px;
    height: 68.4375px;
  }
}
@media screen and (max-width: 1240px) {
  .pro_detail01 .top .right {
    width: 530px;
  }
  .swiper2 {
    width: 530px;
    height: 397.5px;
  }
  .thumbs div img {
    width: 57.5px;
    height: 43.125px;
  }
}
@media screen and (max-width: 992px) {
  .pro_detail01 .top .left, .pro_detail01 .top .right {
    width: 50%;
  }
  .swiper2 {
    width: 100%;
    height: 277.5px;
  }
  .thumbs div img {
    width: 37.5px;
    height: 28.125px;
  }
}
@media screen and (max-width: 768px) {
  .pro_detail01 .top .left, .pro_detail01 .top .right {
    width: 100%;
  }
  .swiper2 {
    width: auto;
    height: auto;
  }
  .pro_detail02 .bott * {
    max-width: 100%;
  }
  .pro_detail01 .left .phone {
    font-size: 24px;
    text-align: center;
  }
  .pro_detail02 .bott td {
    width: auto;
    padding: 5px !important;
    line-height: 2 !important;
  }
  .pro_detail01 .swiper1 .swiper-slide img {
    height: 40px;
    object-fit: cover;
  }
}