.othersWrap.pro {
  margin-top: 1.2rem;
  background-image: url(../images/others/custbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.proCrumbs > img {
  width: 0.13rem;
  display: inline-block;
  margin-right: 0.09rem;
}
.proCrumbs {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #555555;
}
.proCrumbs > a {
  color: #555;
  display: inline-block;
}

.proTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.47rem;
}
.proImg {
  width: 5.93rem;
  height: 5.89rem;
  position: relative;
}
.proImgMain {
  width: 5.47rem;
  height: 5.47rem;
  background: linear-gradient(46deg, #9582d0 0%, #f97e82 100%);
  border: 0.01rem solid rgba(255, 255, 255, 0.35);
  padding: 0.12rem;
  position: relative;
  z-index: 10;
}
.proImgMain > div {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.proImgMain > div > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.proImgBg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.35rem;
  height: 5.33rem;
  background: linear-gradient(225deg, #fb7e81 0%, #9583d0 100%);
}

.proIntro {
  width: 8.9rem;
}
.proTitle {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.35rem;
  color: #c60000;
}

.proText {
  margin-top: 0.6rem;
}

.proText > p {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.4rem;
}

.proMiddle {
  width: 100%;
  margin-top: 0.77rem;
}

.proLine {
  width: 100%;
  height: 0.08rem;
  background: linear-gradient(116deg, #8300fa 0%, #fe0002 100%);
}

.proTriangle {
  width: 0.21rem;
  height: 0.14rem;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  background-color: #8300fa;
  margin-left: 0.41rem;
}
.proMiddleItem {
  display: flex;
  gap: 0.15rem;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.proIcon {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #c60000;
  transform: rotate(-45deg);
  margin-top: 0.05rem;
}
.proT1 {
  font-family: MiSans;
  font-weight: 600;
  font-size: 0.18rem;
  color: #c60000;
    margin-top: 0.6rem;
}
.proMiddleList .proT1:first-child{
    margin-top: 0;
}
.proT2 {
  margin-top: 0.2rem;
}
.proT2 > p {
  margin-top: 0.2rem;
  font-family: MiSans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
}
.proT2 > p.red {
  color: #c60000;
}
.proLine2 {
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  margin-top: 0.6rem;
}
.proNav {
  display: flex;
  margin-top: 0.31rem;
}
.proPrev,
.proNext {
  width: 50%;
  text-align: left;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
}
.proNext {
  text-align: right;
}
.proPrev > a,
.proNext > a {
  display: inline;
  color: #000;
}

.proPrev:hover,
.proNext:hover,
.proPrev:hover > a,
.proNext:hover > a {
  color: #c60000;
}

.proBottom {
  width: 100%;
  margin-top: 2.01rem;
  position: relative;
}

.part1Top {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.part1Title > p {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}
.part1Line {
  width: 1.8rem;
  height: 0.1rem;
  background: linear-gradient(90deg, #8300fa 0%, #fe0002 100%);
  border-radius: 0rem 0rem 0rem 0rem;
  margin-top: 0.1rem;
}

.part1Intro {
  font-family: "Montserrat-bold";
  font-weight: bold;
  font-size: 0.6rem;
  color: #000000;
  opacity: 0.03;
  position: absolute;
  left: 0.24rem;
  top: -0.05rem;
}
.proSwiper {
  width: 100%;
  overflow: hidden;
  margin-top: 0.85rem;
}
.proSwiper .swiper-slide {
  width: 3.58rem;
}
.swiperImg {
  width: 3.58rem;
  height: 3.58rem;
  border: 0.01rem solid #d9d9d9;
  background: #fff;
}
.swiperImg > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.proSwiper .swiper-slide p {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.25rem;
  color: #000000;
  margin-top: 0.29rem;
  text-align: center;
}
.proSwiper .swiper-slide:hover > p {
  color: #c60000;
}
.proSwiperPrev,
.proSwiperNext {
  width: 0.36rem;
  height: 0.36rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(255, 64, 64, 0.13);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: 0.84rem;
  cursor: pointer;
  position: absolute;
  top: 2.5rem;
  left: -0.8rem;
}

.proSwiperNext{
    right: -0.8rem;
    left: auto;
}
.proSwiperPrev > img {
  transform: rotateY(-180deg);
}
.proSwiperPrev > img,
.proSwiperNext > img {
  display: block;
  width: 0.11rem;
}

.proSwiperPrev:hover,
.proSwiperNext:hover {
  background-color: #c60000;
}

.proSwiperPrev:hover > img,
.proSwiperNext:hover > img {
  filter: brightness(0) invert(1);
}
