.captures-three {
  width: 46.9%;
  justify-content: flex-start;
}

.captures-three li {
  padding-right: 4.8rem;
  padding-left: 4rem;
}

.captures-three li:first-child {
  padding-left: unset;
}

.captures-three,
.captures-four-three {
  margin-left: 28.85%;
}

.modules-wrapper-desc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.29rem;
  justify-content: center;
  padding: 0 17rem;
  font-size: 0.83rem;
  line-height: 1.35rem;
  letter-spacing: 0.05rem;
  color: #5a5a5a;
  text-align: justify;
}
.modules {
  justify-content: space-between;
}
.modules li {
  height: max-content;
  width: 30.5rem;
  margin-right: unset;
  margin-bottom: 0;
  padding: 1.3rem 0;
}

.image-content-item-title {
  width: 30.73rem;
}

.vh-capture-desc {
  font-size: 0.83rem;
  line-height: 1.35rem;
  letter-spacing: 0.06rem;
  color: #0b0b0b;
  font-weight: bold;
  margin-bottom: 0.52rem;
  width: 8.33rem;
  text-align: justify;
}

.image-content-item-images {
  padding-bottom: unset;
}

.vhuman-image-content-img .video-img {
  width: 28.6rem;
}

.vhuman-image-content-item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4.8rem 0;
  justify-content: center;
}
.vhuman-image-content-item-text {
  width: 33rem;
}

.vhuman-image-content-item-text p {
  text-align: justify;

  /* width: 20.73rem; */
  font-size: 0.83rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.35rem;
  color: #00305a;
}
.vhuman-image-content-item-images {
  width: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vhuman-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;
}

.directions {
  height: 41rem;
  padding: 4.3rem 13.23rem;
  position: relative;
}
.directions img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 300ms;
  object-fit: cover;
}

.directions img:nth-child(1) {
  opacity: 1;
}

.directions .title {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
}
.directions .list {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.03rem;
  width: 30.58rem;

  padding: 0 0.97rem;

  line-height: 1.54rem;
  padding: 1.14rem 0.97rem;
}
.directions .list.first {
  margin-top: 1.14rem;
}
.directions .list .title {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 1.37rem;

  margin-bottom: 0.57rem;
}
.directions .active {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 0.01%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 0.23rem;
  color: #fff !important;
}
.directions .active .title {
  color: #fff !important;
}

.directions .list:hover {
  color: #fff !important;
}

.directions .list:hover .title {
  color: #fff !important;
}

.samples {
  height: 7rem;
  line-height: 7rem;
  color: #333333;
  font-size: 2.18rem;
  text-align: center;
  font-weight: 500;
}

.advantage_intro {
  height: 41rem;
  background: url('/img/vhuman/advantage_intro_bg.png') no-repeat;
  background-size: 100% 100%;
  font-size: 0.99rem;
  color: #333333;

  display: flex;
  align-items: center;
  padding: 0 13.23rem;

  line-height: 1.54rem;
  overflow: hidden;
}

.advantage_intro .desc {
  width: 24rem;
  flex-shrink: 0;
  margin-right: 6.82rem;
}

.advantage_intro .desc.active .sub_title {
  animation: sd 1s 40ms;
}
.advantage_intro .desc.active p {
  animation: sd 1s;
}

@keyframes sd {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.advantage_intro .desc .title {
  font-size: 2.18rem;
  line-height: 4.36rem;
  font-weight: 500;
}
.advantage_intro .desc .sub_title {
  font-size: 1.32rem;
  line-height: 1.95rem;
  margin-top: 0.57rem;
  margin-bottom: 0.57rem;
}

.advantage_intro .products .item_big {
  position: relative;
  height: 26.33rem;
  /* background-size: 28rem 26.33rem; */
  background-size: 100% 100%;
  /* background-position: 44% 50%; */
  background-position-x: -5.2rem;
  background-repeat: no-repeat;
  width: 180%;
  transform: skewX(14deg);
  margin-left: -3.2rem;
  transition: all 1000ms;
}

.advantage_intro .products .item_big {
  width: 27.64rem;
}

.advantage_intro .products .item_big .bottom {
  position: absolute;
  bottom: 0;
  left: 0%;
  height: 6.88rem;
  background: rgba(10, 16, 42, 0.5);
  backdrop-filter: blur(15px);
  /* transform: skewX(-14deg); */
  border-radius: 0.28rem;
  color: #ffffff;
  padding: 1.72rem 2.8rem;
  opacity: 0;
  transition: all 1000ms;
}
.advantage_intro .products .item_big .bottom1 {
  opacity: 1;
}

.advantage_intro .products .item_big .bottom .name {
  font-size: 1.83rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: 'PingFang TC';
}
.advantage_intro .products .item_big .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 .item_big .bottom .desc {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  width: 17.3rem;
  line-height: 1.2rem;
  margin-top: 0.6rem;
}

.advantage_intro .products .item_big .bottom {
  width: 100%;
}

.advantage_intro .products .active .item_big {
  display: block;
  /* width: 135%; */
  width: 28rem;
  z-index: 0;
  background-position-x: 0;
}

.advantage_intro .products .active .item_big .bottom {
  opacity: 1;
}
.advantage_intro .products .active .item_big .bottom1 {
  opacity: 0;
}

.advantage_intro .products .product.active {
  width: 21.22rem;
}
.advantage_intro .products .product {
  width: 8.49rem;
  transition: all 800ms;
  margin-right: 1.2rem;
  transform: skewX(-14deg);
  overflow: hidden;
}

.advantage_intro .products {
  display: flex;
}

.advantage_intro .products div:nth-child(1) .item_big {
  background-image: url('/img/vhuman/product_one1.png');
}
.advantage_intro .products div:nth-child(2) .item_big {
  background-image: url('/img/vhuman/product_two1.png');
}
.advantage_intro .products div:nth-child(3) .item_big {
  background-image: url('/img/vhuman/product_three1.png');
}
.advantage_intro .products div:nth-child(4) .item_big {
  background-image: url('/img/vhuman/product_four1.png');
}
