/* 产品页-短信页面特有样式 */
.product-info {
  padding-bottom: 100px;
}
/* 产品介绍 */

.product-info .card-item:nth-child(1) .card-content.active::before {
  background-image: url("/libraries_v4/view/product/voice/imgs/server_bg_1.png");
}
.product-info .card-item:nth-child(2) .card-content.active::before {
  background-image: url("/libraries_v4/view/product/voice/imgs/server_bg_2.png");
}
.more-youhui {
  margin-top: 8rem;
}
.product-info .mobile-case .content-bg {
  background-color: #000 !important;
}
/* .product-info .mobile-case .phone-mode {
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 627px;
  z-index: 2;
  background: url(/libraries_v4/view/product/voice/imgs/news1/bg.png) no-repeat
    0 0 / contain;
} */
.phone-mode img {
  width: 260px;
  transition: all 0.3s ease-out;
}
.news-img1 {
  opacity: 0;
  transform: translate(2.4rem, 13.6rem);
}
.mode-img2 .news-img2 {
  width: 210px;
  opacity: 0;
  transform: translate(7.5rem, 13.6rem);
}

.phone-mode-img.active .news-img1 {
  animation: anim1 0.3s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.phone-mode-img.active .news-img2 {
  animation: anim2 0.3s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes anim1 {
  0% {
    transform: translate(2.4rem, 13.6rem);
  }
  100% {
    opacity: 1;
    transform: translate(2.4rem, 10.6rem);
  }
}
@keyframes anim2 {
  0% {
    transform: translate(7.5rem, 13.6rem);
  }
  100% {
    opacity: 1;
    transform: translate(7.5rem, 10.6rem);
  }
}

@media screen and (max-width: 992px) {
  .more-youhui {
    margin-bottom: 20px;
    margin-top: 5rem !important;
  }
}
