.example-image-content-item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4.8rem 0;
  justify-content: center;
}
.example-image-content-item-text {
  width: 33rem;
}

.example-image-content-item-text p {
  text-align: justify;
  font-size: 0.83rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.35rem;
  color: #00305a;
}
.example-image-content-item-images {
  width: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.example-image-content-item-title {
  font-size: 1.67rem;
  line-height: 1.88rem;
  letter-spacing: 0.1rem;
  color: #00305a;
  margin-bottom: 1.41rem;
  font-weight: bold;
}

.module-title {
  height: 7rem;
  line-height: 7rem;
  color: #333333;
  font-size: 2.18rem;
  text-align: center;
  font-weight: 500;
}
/* 应用场景 */
.advantage_intro {
  height: 40rem;
  background: url('/img/vhuman/advantage_intro_bg.png') no-repeat;
  background-size: 100% 100%;
  font-size: 0.99rem;
  color: #333333;
  padding: 0 13.23rem;
  line-height: 1.54rem;
  overflow: hidden;
}
.advantage_intro .products .product {
  position: relative;
  flex-shrink: 0;
}

.advantage_intro .products .item_big {
  position: relative;
  width: 33.85rem;
  aspect-ratio: 505/459;
  transform: skewX(14deg);
  transform-origin: left bottom;
  margin-left: -1rem;
  transition: all 1000ms;
}

.advantage_intro .products  .bottom {
  position: absolute;
  bottom: 0;
  left: 0%;
  height: 6.88rem;
  background: rgba(10, 16, 42, 0.2);
  backdrop-filter: blur(15px);
  border-radius: 0.28rem;
  color: #ffffff;
  padding: 1.2rem;
  opacity: 0;
  transition: all 1000ms;
}
.advantage_intro .products  .bottom {
  width: 24.35rem;
}
.advantage_intro .products .bottom1 {
  opacity: 1;
}

.advantage_intro .products .bottom .name {
  font-size: 1.83rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  transform: skewX(14deg);
  font-family: 'PingFang TC';
}
.advantage_intro .products .bottom .sub_name {
  display: inline-block;
  background: #8cabfe;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0 0.69rem;
  height: 1.49rem;
  border-radius: 0.75rem;
  margin-left: 0.4rem;
}
.advantage_intro .products .bottom .desc {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin-top: 0.6rem;
  transform: skewX(14deg);
}

.advantage_intro .products {
  display: flex;
  justify-content: center;
}

.advantage_intro .products .product {
  width: 8.49rem;
  transition: all 800ms;
  margin-right: 1.2rem;
  transform: skewX(-14deg);
  transform-origin: left bottom;
  overflow: hidden;
}

.advantage_intro .products img {
  width: 64%;
  height: calc(100% - 1px);
  object-fit: cover;
  transition: all 800ms;
}

.advantage_intro .products .product.active {
  width: 24.35rem;
}
.advantage_intro .products .active img {
  width: 100%;
}

.advantage_intro .products .active .bottom {
  opacity: 1;
  background: rgba(10, 16, 42, 0.5);
  backdrop-filter: blur(15px);
}
.advantage_intro .products .active .bottom1 {
  opacity: 0;
}

.more-link {
  text-align: center;
  background-color: #edf3ff;
  padding-bottom: 1.75rem;
}
.more-link .common_link {
  color: #0058FF;
}

/* 加盟合作保障 */
.invite_container {
  padding-bottom: 3rem;
}
.invite_container .invite-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 64rem;
  margin: auto;
}
.invite--item {
  color: #00305A;
  text-align: center;
  width: 16.6rem;
  padding: 2rem;
}
.invite--item img {
  width: 5.5rem;
  height: 5.5rem;
}
.invite--item h3 {
  font-size: 1.5rem;
}
.invite--item p {
  font-size: .7rem;
  line-height: 1.35rem;
}
.banner-btn {
  display: block;
  width: 7.5rem;
}