/* 产品页-短信页面特有样式 */
.product-info {
  padding-bottom: 100px;
}
.product-free-msg {
  background-color: #e0edfd;
  padding: 52px 0;
  background-image: url("/libraries_v4/view/product/sms/imgs/free-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  scroll-margin-top: 60px;
}
.product-free-msg .product-free-title {
  display: flex;
  line-height: 1;
  align-items: baseline;
}
.product-free-msg .free-form input,
.product-free-msg .free-form input {
  height: 40px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 12px;
}
.product-free-msg .free-form .mobile-input input {
  width: 240px;
}
.product-free-msg .free-form .code-input input {
  width: 120px;
}
.section-2 input.test_code {
  width: 70px;
}
.product-free-msg .free-form input:hover,
.product-free-msg .free-form input:focus {
  box-shadow: none;
  border: 1px solid transparent;
  outline: none;
}
.product-free-msg .free-form input::placeholder,
.product-free-msg .free-form input::placeholder {
  color: rgba(167, 172, 182);
}
.product-free-msg .free-form input.input-mobile {
  width: 30%;
}
.product-free-msg .free-form input.input-code {
  width: 10%;
  min-width: 115px;
}
.product-free-msg .free-form .reloadverifycode img {
  width: 100px;
  height: 40px;
  border-radius: 4px !important;
}
.send_free_btn {
  width: 146px;
  border-radius: 4px !important;
}
.btn-top .my-button:nth-child(1) {
  width: 122px;
}
.fav:hover .icon-jiantou_1 {
  transform: rotate(45deg) scale(0.75);
}

.icon-jiantou_1 {
  transition: all 0.3s ease;
  transform: rotate(0) scale(0.7);
  display: inline-block;
  font-weight: 300;
  font-size: 12px !important;
}
.product-banner .fav::after {
  background: linear-gradient(to right, #28bfe0 70%, transparent);
}
.product-banner .fav a {
  position: relative;
}
.product-banner .fav .line-1 {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #fff;
  transform: translateY(4px);
  margin: 0 5px;
}

@media screen and (max-width: 575px) {
  .product-free-msg {
    margin-top: 0px;
  }
  .product-free-msg .send_free_btn {
    width: 82px;
    white-space: normal;
    line-height: 1.2 !important;
    min-width: 60px;
    font-size: 12px;
  }
}

/* 产品介绍 */

.product-info .card-item:nth-child(1) .card-content.active::before {
  background-image: url("/libraries_v4/view/product/sms/imgs/server_bg_1.png");
}
.product-info .card-item:nth-child(2) .card-content.active::before {
  background-image: url("/libraries_v4/view/product/sms/imgs/server_bg_2.png");
}
#canvas-container {
  position: absolute;
  top: 100px;
  right: 100px;
  background-color: transparent;
  width: 300px;
  height: 300px;
  /* border: 1px solid red; */
  /* overflow: hidden; */
}

/* .product-info .mobile-case .phone-mode {
  position: absolute;
  top: 0px;
  left: 0;
  width: 390px;
  height: 627px;
  z-index: 2;
  background: url(/libraries_v4/view/product/sms/imgs/news1/bg.png) no-repeat 0
    0 / contain;
} */

/*  */
.phone-mode img {
  width: 280px;
  transition: all 0.3s ease-out;
}
.news-img1 {
  opacity: 0;
  transform: translate(-3rem, 10.6rem);
}
.news-img2 {
  opacity: 0;
  transform: translate(2rem, 10.6rem);
}
.news-img3 {
  opacity: 0;
  transform: translate(-1.3rem, 10.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.4s;
  animation-fill-mode: forwards;
}
.phone-mode-img.active .news-img3 {
  animation: anim3 0.3s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes anim1 {
  0% {
    transform: translate(-3rem, 10.6rem);
  }
  100% {
    opacity: 1;
    transform: translate(-3rem, 7.6rem);
  }
}
@keyframes anim2 {
  0% {
    transform: translate(2rem, 10.6rem);
  }
  100% {
    opacity: 1;
    transform: translate(2rem, 7.6rem);
  }
}
@keyframes anim3 {
  0% {
    transform: translate(-1.3rem, 10.6rem);
  }
  100% {
    opacity: 1;
    transform: translate(-1.3rem, 7.6rem);
  }
}

.mode-img2 .news-img4 {
  opacity: 0;
  transform: translate(-2.7rem, 10.6rem);
}
.mode-img2 .news-img5 {
  width: 110px;
  opacity: 0;
  transform: translate(11.3rem, 10.6rem);
}
.mode-img2 .news-img6 {
  opacity: 0;
  transform: translate(-1.7rem, 10.6rem);
}

.phone-mode-img.active .news-img4 {
  animation: anim4 0.3s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.phone-mode-img.active .news-img5 {
  animation: anim5 0.3s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
.phone-mode-img.active .news-img6 {
  animation: anim6 0.3s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes anim4 {
  0% {
    transform: translate(-2.7rem, 10.6rem);
  }
  100% {
    opacity: 1;
    transform: translate(-2.7rem, 7.6rem);
  }
}
@keyframes anim5 {
  0% {
    transform: translate(11.3rem, 10.6rem);
  }
  100% {
    opacity: 1;
    transform: translate(11.3rem, 7.6rem);
  }
}
@keyframes anim6 {
  0% {
    transform: translate(-1.7rem, 10.6rem);
  }
  100% {
    opacity: 1;
    transform: translate(-1.7rem, 7.6rem);
  }
}
