.i-active {
  color: #0665B2 !important;
  font-weight: bold;
}

.i-active::after {
  width: 81rem !important;
}

.contentBox {
  background: #fff;
}

.breadcrumbBox {
  padding: 18rem 0;
  border-bottom: 1px solid #E7E7E7;
}

.breadcrumbBox .breadcrumb-f,
.breadcrumbBox .breadcrumb-t {
  font-size: 16px;
  color: #999;
}

.breadcrumbBox .breadcrumb-t {
  color: #0665B2;
  cursor: auto;
}

.tab_list {
  padding: 40rem 0;
  overflow-x: auto;
  white-space: nowrap;
}

.tab_list::-webkit-scrollbar {
  display: none;
}

.tab_list ul {
  display: flex;
}

.tab_list ul .current {
  border-radius: 30rem;
  border: 1px solid #0665B2;
  font-weight: bold;
  color: #0665B2;
}

.tab_list ul li {
  padding: 13rem 29rem;
  font-size: 24rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 46rem;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  border-radius: 30rem;
  border: 1px solid transparent;
}

.tab_list ul li:hover {
  border-radius: 30rem;
  border: 1px solid #0665B2;
  font-weight: bold;
  color: #0665B2;
}

.tab_con {
  background: #F9F9F9;
  padding: 39rem 0 52rem;
}

.productsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42rem;
}

.products-item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20rem;
  overflow: hidden;
}

.products-item:hover .classification {
  color: #FFFFFF;
  background: #0665B2;
}

.products-item:hover .item-bottom p {
  font-weight: bold;
  color: #0665B2;
}

.products-item:hover .item-btn {
  background: #0665B2;
  color: #FFFFFF;
  border: 1px solid #0665B2;
}

.classification {
  background: #F9F9F9;
  border-radius: 20rem 0px 20rem 0px;
  font-size: 16px;
  color: #999999;
  padding: 19px 21px;
  position: absolute;
  top: 0;
  left: 0;
}

.item-bottom {
  height: 228rem;
  flex-direction: column;
}

.item-bottom p {
padding: 0 20rem;
  font-size: 24rem;
  color: #333333;
}

.item-btn {
  width: 131px;
  height: 51px;
  border-radius: 26px 26px 26px 26px;
  border: 1px solid #999999;
  font-size: 16px;
  color: #999999;
  margin-top: 41rem;
}

/* 详情 */
.swiperBox {
  margin-top: 58rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56rem;
  margin-bottom: 63rem;
}

.mySwiper05 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mySwiper05 .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.mySwiper05 .swiper-pagination-fraction {
  font-weight: 400;
  width: auto;
  right: 27rem;
  left: inherit;
  bottom: 24rem;
  font-size: 16rem !important;
  color: #FFFFFF;
  width: 61rem;
  height: 34rem;
  line-height: 34rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25rem;
  border: 1px solid #FFFFFF;
}

.mySwiper05 .swiper-pagination-current,
.mySwiper05 .swiper-pagination-total {
  font-size: 16rem !important;
}


.rightBox {
  padding-top: 76rem;
}

.rightBox .tit {
  font-size: 24px;
  color: #333333;
  margin-bottom: 80rem;
}

.feature {
  width: 100%;
  padding-bottom: 21rem;
  border-bottom: 1px solid #0665B2;
  margin-bottom: 26rem;
  display: flex;
  align-items: center;
}

.feature span {
  font-weight: bold;
  font-size: 20px;
  color: #0665B2;
}

.feature img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.featureCon {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 29px;
}

.pager {
  text-align: center;
  margin: 60px auto;
}
.pager a,.pager span {
  border: 1px solid #ddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
 border: 1px solid #ebebeb;
text-decoration: none;
color: #000;
}
.pager span.current {
  color: #fff;
  background: #0665B2;
  border:1px solid #0665B2;
}

@media screen and (max-width: 1200px) {
  .productsList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45rem;
  }

  .item-btn {
    width: 131rem;
    height: 51rem;
    border-radius: 26rem;
    font-size: 20rem;
  }



  .swiperBox {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media screen and (max-width: 750px) {
  .productsList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 45rem;
  }
}