/* 产品页-短信页面特有样式 */
/* 价格 */
.price-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.price-row span {
  display: inline-block;
  min-width: 70px;
}
.price-row b {
  display: inline-block;
  min-width: 80px;
}
.big-ask {
  margin-top: 8rem;
}
.right-img {
  position: relative;
}

.img-wrap-item.active .img-txt-style1 {
  animation: anim1 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.img-wrap-item.active .img-txt-style2 {
  animation: anim2 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.img-wrap-item.active .img-txt-style3 {
  animation: anim3 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.img-wrap-item.active .img-txt-style4 {
  animation: anim4 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes anim1 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 208px;
    opacity: 1;
  }
}
@keyframes anim2 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 138px;
    opacity: 1;
  }
}
@keyframes anim3 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 180px;
    opacity: 1;
  }
}
@keyframes anim4 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 230px;
    opacity: 1;
  }
}

.img-wrap-item.active .txt-title1 span {
  animation: span1 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.img-wrap-item.active .txt-title2 span {
  animation: span2 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.img-wrap-item.active .txt-title3 span,
.img-wrap-item.active .txt-title4 span,
.img-wrap-item.active .txt-title5 span {
  animation: span2 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes span1 {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes span2 {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes span3 {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.img-txt-style1 {
  top: 4rem;
  left: 11rem;
  width: 208px;
}
.img-txt-style2 {
  left: 9rem;
  top: 13rem;
  width: 138px;
}
.img-txt-style3 {
  left: 7rem;
  top: 22rem;
  width: 135px;
}
.img-txt-style4 {
  top: 4rem;
  left: 11rem;
  width: 230px;
}
.e-txt-con {
  color: #1764ff;
  position: absolute;
  bottom: 5.8rem;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
  left: 3rem;
}
.txt-title2 {
  left: 55px;
  top: 17.4rem;
}
.txt-title3 {
  left: 55px;
  top: 7.8rem;
}
.txt-title4 {
  left: 55px;
  top: 13.4rem;
}
.txt-title5 {
  left: 55px;
  top: 18.6rem;
}

.e-txt1 {
  margin-right: 37px;
}
.e-txt2 {
  margin-right: 55px;
}

@media screen and (max-width: 992px) {
  .big-ask {
    margin-bottom: 20px;
    margin-top: 5rem !important;
  }
}
.mob-serve-b {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid rgb(206, 212, 221);
  background-image: -moz-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(243, 245, 249) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(243, 245, 249) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(243, 245, 249) 100%
  );
  border-radius: 2px;
  text-align: center;
  position: relative;
}
.mob-serve-b::after {
  content: "";
  width: 2px;
  height: 42%;
  background-color: rgb(206, 212, 221);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mob-serve-con {
  display: none;
}
@media (max-width: 768px) {
  .pc-serve-con {
    display: none !important;
  }
  .mob-serve-con {
    display: block;
  }
}
