.allBg {
  width: 100%;
  background: url("../imgs/newBgl1.png") 0 0 no-repeat,
    url("../imgs/newBgl2.png") 0 700px no-repeat,
    url("../imgs/newBgr2.png") right 230px no-repeat,
    url("../imgs/newBgr1.png") right top no-repeat;
  padding-top: 150rem;
}

.contentBox {
  background: #FFFFFF;
  border-radius: 59px 59px 59px 59px;
  border: 5px solid #B754FD;
  padding: 45px 60px 66px 74px;

}

.breadcrumbBox .breadcrumb-f,
.breadcrumbBox .breadcrumb-t {
  text-transform: Capitalize;
  font-family: 'Cherry Cream Soda';
  font-size: 16px;
  color: #999;
}

.breadcrumbBox .breadcrumb-t {
  cursor: default;
  color: #333;
}

.contentBox-tit {
  text-transform: Capitalize;
  font-size: 40px;
  color: #B754FD;
  margin: 29px 0 34px;
}

.proList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 每行3列 */
  gap: 45px;
}

.proList-item {
  width: 100%;
  cursor: pointer;
overflow: hidden;
}

.proList-item:hover .proList-itemBox1 {
  border: 2px solid #B754FD;
}

.proList-item:hover .proList-itemBox2 p,
.proList-item:hover .proList-itemBox3 p {
  color: #B754FD;
  font-family: 'Cherry Bomb One';
}

.proList-item:hover .proList-itemBox3-con {
  color: #333333;
}

.proList-item:hover .proList-itemBox2-img {
  background: #B754FD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.Arrow1 {
  display: none;
}

.proList-item:hover .proList-itemBox3-img {
  background: #B754FD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.proList-item:hover .proList-itemBox3-img div {
  color: #FFFFFF;
}

.proList-item:hover .Arrow1 {
  display: block;
}

.proList-item:hover .Arrow4 {
  display: none;
}

.proList-itemBox1 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.proList-itemBox1 img {
  width: 100%;
}

.proList-itemBox2 {
  margin-top: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proList-itemBox2 p {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.proList-itemBox2 p,
.proList-itemBox3 p {
  text-transform: Capitalize;
  transition: all 500ms ease;
  font-family: 'Cherry Cream Soda';
  font-size: 24px;
  color: #333333;
  line-height: 44px;
}


.proList-itemBox3 {
  margin-top: 37px;
  text-transform: Capitalize;
}

.proList-itemBox3-con {
  font-family: 'Cherry Cream Soda';
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  margin-top: 17px;
}

.proList-itemBox2-img {
  transition: all 500ms ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #B754FD;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.proList-itemBox3-img {
  font-family: 'Cherry Cream Soda';
  transition: all 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;

  width: 85px;
  height: 39px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 15px 15px;
  border: 2px solid #B754FD;
}

.proList-itemBox3-img div {
  color: #B754FD;
  font-size: 16px;
}

.proList-itemBox2-img img {
  width: 19px;
}

.proList-itemBox3-img img {
  width: 19px;
  margin-left: 8px;
}


/* 详情 */
.detailImg {
  margin-bottom: 65rem;
}

.detailPS {
  display: inline-block;
  padding: 18rem 31rem;
  background: #B754FD;
  border-radius: 20rem 20rem 0px 0px;
}

.detailPS p {
  width: 100%;
  height: 100%;
  font-size: 24rem;
  color: #FFFFFF;
}

.detailSub {
  margin-top: 30px;
  font-family: 'Cherry Cream Soda';
  padding-left: 20px;
  margin-bottom: 30px;
}

.detailSub li {
  display: flex;
  line-height: 27px;
  position: relative;
}

.detailSub li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: -15px;

  top: 10px;
  background: #999;
  border-radius: 50%;
}

.detailSub li p {
  font-size: 16px;
}

.detailImg {
  display: flex;
}

.detailImgBox {
  width: 600rem;
  height: 782rem;
  overflow: hidden;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  /* padding-top: 10rem; */
}

.gallery-top .swiper-slide {
  width: 600rem;
  height: 600rem;
  position: relative;
}

.gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
}



.gallery-thumbs .swiper-slide {
  width: 110rem !important;
  height: 110rem !important;
  /* height: auto; */
  margin-right: 11rem;
  cursor: pointer;
  /* opacity: 0.4; */
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
  /* opacity: 1; */
  border: 1px solid #B754FD;
}

.detailTitBox {
  padding-left: 80rem;
  padding-right: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 600rem);
  height: 600rem;
font-family: 'Cherry Cream Soda';
}

.detailTit1 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 42rem;
font-family: Cherry Bomb One;
}

.detailTit2,.detailTit3,.detailTit4 {
  font-family: 'Cherry Cream Soda';
  font-size: 16px;
}

.detailTit22 {
 color: #666;
 margin-bottom: 90rem;
word-wrap: break-word;
}

.detailTit3 {
margin-top: 80rem;
  margin-bottom: 28rem;
}

.previewImg {
  width: 46rem !important;
  height: 48rem !important;
  position: absolute;
  top: 33rem;
  right: 38rem;
  cursor: zoom-in;
}

.diaLog {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position: fixed;
  display: none;
}

.diaLogBox {
  padding: 40rem 0;
}

.diaLog img {
  max-width: 100%;
  cursor: zoom-in;
  transition: transform 0.3s ease; /* 平滑的放大/缩小效果 */
}

/* 放大图片时的样式 */
.diaLog img.zoomed {
  transform: scale(1.5); /* 放大1.5倍，您可以调整此值 */
}

.diaLog img:hover {
  cursor: zoom-out;
}

@media screen and (max-width: 1200px) {
  .proList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 每行3列 */
    gap: 45rem;
  }

  .detailTit1 {
    font-size: 28rem;
  }
  
  .detailTit2,.detailTit3,.detailTit4 {
    font-family: 'Cherry Cream Soda';
    font-size: 20rem;
  }
}

@media screen and (max-width: 750px) {
  .proList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* 每行3列 */
    gap: 45rem;
  }

  .contentBox {
    background: #FFFFFF;
    border-radius: 59rem;
    border: 5px solid #B754FD;
    padding: 45rem 30rem 66rem 30rem;
  }

  .contentBox-tit {
    font-size: 40rem;
  }

  .proList-itemBox2 {
    margin-top: 37rem;
  }

  .proList-itemBox2 p,
  .proList-itemBox3 p {
    font-size: 34rem;
    line-height: 44rem;
  }

  .proList-itemBox3-con {
    font-size: 22rem;
    line-height: 28rem;
  }

  /* .proList-itemBox2-img {
    width: 40rem;
    height: 40rem;
  }

  .proList-itemBox2-img img {
    width: 19rem;
  } */
  .proList-itemBox3-img {
    margin-top: 36rem;
  }

  .proList-itemBox3 {
    margin-top: 37rem;

  }

  .detailSub {
    margin-top: 30rem;
    font-family: 'Cherry Cream Soda';
    padding-left: 20rem;
    margin-bottom: 30rem;
  }

  .detailSub li::before {
    width: 8rem;
    height: 8rem;
    left: -15rem;
    top: 10rem;
  }

  .detailSub li {
    display: flex;
    line-height: 32rem;
  }

  .detailSub li p {
    font-size: 22rem;
  }

  .mb-50 {
    margin-bottom: 50rem !important;
  }
  .detailImg {
    flex-direction: column;
  }

  .detailImgBox {
    width: 100%;
  }

  .gallery-thumbs .swiper-wrapper {
    height: auto;
  }

  .gallery-thumbs .swiper-slide {
    width: calc(20% - 9rem) !important;
    height: auto !important;
  }

  .detailTitBox {
    padding-left: 20rem;
    padding-right: 20rem;
    width: 100%;
    height: 615rem;
  }
}