.product {
  padding-top: 0.8rem;
  padding-bottom: 2rem;
}
.product .list {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-top: 0.55rem;
}
.product .list .item {
  padding: 0.15rem 0.15rem 0.25rem;
  transition: all 0.3s ease-in-out;
  background: #F5F5F5;
}
.product .list .item div {
  width: 3.6rem;
  height: 2.36rem;
  background: #fff;
}
.product .list .item div img {
  max-height: 100%;
}
.product .list .item p {
  color: #000;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-top: 0.15rem;
}
.product .list .item:hover {
  background: #004B9B;
}
.product .list .item:hover p {
  color: #fff;
}
.productDetail {
  padding: 0.8rem 0;
}
.productDetail .section1 {
  display: flex;
}
.productDetail .content_info .section1 .left {
  width: 50%;
  /* float: left; */
  padding-right: 0.3rem;
}
.productDetail .content_info .section1 .left h3 {
  font-size: 0.4rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.productDetail .content_info .section1 .left p {
  font-size: 0.18rem;
  color: #808080;
  line-height: 0.38rem;
}
.productDetail .content_info .section1 .left .swiperBtn {
  margin-top: 0.7rem;
}
.productDetail .content_info .section1 .left .swiperBtn span {
  width: 0.55rem;
  height: 0.55rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #dadada;
  margin-right: 0.2rem;
  cursor: pointer;
}
.productDetail .content_info .section1 .left .swiperBtn img {
  width: 0.53rem;
  height: 0.53rem;
}
.productDetail .content_info .section1 .rightSwiper {
  width: 5.9rem;
}
.productDetail .content_info .section1 .rightSwiper .swiper-wrapper {
  width: 5.9rem;
}
.productDetail .content_info .section1 .rightSwiper img {
  width: 100%;
}
.productDetail .content_info .section1 .left .swiperBtn span.current {
  border: 1px solid #333;
}
.productDetail .content_info .section2 .tabTitle {
  border-bottom: 1px solid #e5e5e5;
}
.productDetail .content_info .section2 .tabTitle ul li.current,
.productDetail .content .section2 .tabTitle ul li:hover {
  border-bottom: 2px solid #0069D9;
  color: #231815;
}
.productDetail .content_info .section2 .tabTitle ul li {
  margin-right: 0.75rem;
  display: inline-block;
  color: #808080;
  line-height: 0.28rem;
  border-bottom: 2px solid #fff;
  padding: 0.2rem 0;
  cursor: pointer;
  font-size: 0.18rem;
}
.productDetail .content_info .section2 .tabTitle ul li:nth-child(2) {
  display: none;
}
.productDetail .content_info .section2 .tabContent .child {
  display: none;
}
.productDetail .content_info .section2 .tabContent .child1 p {
  color: #595959;
  line-height: 0.38rem;
  font-size: 0.18rem;
}
.productDetail .content_info .section2 .tabContent .child2 p {
  line-height: 0.38rem;
  font-size: 0.18rem;
  padding: 0.08rem 0;
  color: #595959;
}
.productDetail .content_info .section2 .tabContent .child3 ul li:nth-child(odd) {
  background: #fff;
}
.productDetail .section2 .tabContent .child3 ul li {
  padding: 0 1.55rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  color: #008aad;
  position: relative;
}
.productDetail #endtxt {
  overflow: hidden;
  clear: both;
  font-size: 0.14rem;
  word-wrap: break-word;
  line-height: 0.25rem;
  padding: 0.6rem 0;
  font-family: "Microsoft yahei", "微软雅黑", arial, "宋体b8b体4f53";
}
.productDetail .center_all {
  background: #f4f4f4;
  position: relative;
  /* padding: 5.2vw 0px 0.5vw; */
  width: 100%;
  min-height: 99rem;
  height: auto;
}
@media (max-width: 1024px) {
  .productDetail .section1 {
    display: block;
  }
  .productDetail .content_info .section1 .left {
    width: 100%;
    padding-right: 0;
  }
  .productDetail .content_info .section1 .left p {
    font-size: 0.28rem;
    line-height: 0.55rem;
  }
  .productDetail .content_info .section1 .left h3 {
    font-size: 0.55rem;
    margin-bottom: 0.1rem;
  }
  .productDetail .content_info .section1 .left .swiperBtn {
    text-align: center;
  }
  .productDetail .content_info .section1 .left .swiperBtn span {
    width: 1.1rem;
    height: 1.1rem;
  }
  .productDetail .content_info .section1 .left .swiperBtn img {
    width: 1.06rem;
    height: 1.06rem;
  }
  .productDetail .content_info .section1 .rightSwiper {
    width: 100%;
  }
  .productDetail .content_info .section2 .tabTitle ul li {
    margin-right: 0.3rem;
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .productDetail .tabTitle ul {
    margin-bottom: 0;
  }
  .productDetail .content_info .section2 .tabContent .child1 p,
  .productDetail .content_info .section2 .tabContent .child2 p {
    font-size: 0.28rem;
    line-height: 0.55rem;
  }
  .productDetail .content_info {
    width: 97%;
  }
  .productDetail #endtxt {
    padding: 0.4rem 0;
  }
  .product .font43 {
    font-size: 0.55rem;
  }
  .product .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.35rem;
  }
  .product .list .item {
    padding: 0.27rem 0.27rem 0.48rem;
  }
  .product .list .item div {
    width: 100%;
    height: 4.17rem;
  }
  .product .list .item div img {
    width: 100%;
  }
  .product .list .item p {
    font-size: 0.32rem;
    margin-top: 0.25rem;
  }
}
