/* 产品页-短信页面特有样式 */
/* 价格方案 */
.table-container {
  width: 100%;
  overflow-x: hidden;
}
.table-content {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
table {
  width: 100%;
  position: relative;
  z-index: 2;
  table-layout: fixed;
  min-width: 1110px;
}
.table-header td {
  padding: 24px 24px 12px 24px;
  position: relative;
}
td {
  padding: 14px 24px;
  font-size: 14px;
}
td:nth-child(1) {
  padding-left: 0;
  width: 240px;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #f5f7fb;
}
@media (max-width: 768px) {
  td:nth-child(1) {
    width: 180px;
  }
}
tr.group-title {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 12px;
}
tr.group-title td {
  font-size: 16px;
}
table li {
  list-style: disc;
}
table li b {
  transform: translateX(-4px);
  display: inline-block;
}
.project-img {
  width: 20px;
  object-fit: contain;
  margin-right: 4px;
}
.icon-a-duihao2 {
  color: #1764ff;
}

.table-title {
  transition: color 0.3s;
  font-family: "BarlowSemiCondensedSemiBold";
}
.table-title.active {
  color: #1764ff;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  border: 1px solid transparent;
  border-radius: 4px;
  pointer-events: none;
  background: transparent;
  transition: all 0.3s;
}
.bg.active {
  border-color: #fff;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(250, 251, 252) 0%,
    rgb(249, 244, 244) 0%,
    rgb(255, 255, 255) 0%,
    rgb(243, 245, 249) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(250, 251, 252) 0%,
    rgb(249, 244, 244) 0%,
    rgb(255, 255, 255) 0%,
    rgb(243, 245, 249) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(250, 251, 252) 0%,
    rgb(249, 244, 244) 0%,
    rgb(255, 255, 255) 0%,
    rgb(243, 245, 249) 100%
  );
}
.color-core {
  color: #d40e87;
}

.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;
}
.img-wrap-item.active .img-txt-style5 {
  animation: anim5 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.img-wrap-item.active .img-txt-style6 {
  animation: anim6 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes anim1 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 140px;
    opacity: 1;
  }
}
@keyframes anim2 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 198px;
    opacity: 1;
  }
}
@keyframes anim3 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 138px;
    opacity: 1;
  }
}
@keyframes anim4 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 180px;
    opacity: 1;
  }
}
@keyframes anim5 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 210px;
    opacity: 1;
  }
}
@keyframes anim6 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 190px;
    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 {
  left: 15rem;
  top: 7rem;
  width: 140px;
}
.img-txt-style2 {
  left: 4rem;
  top: 13rem;
  width: 198px;
}
.img-txt-style3 {
  left: 2rem;
  top: 16rem;
  width: 138px;
}
.img-txt-style4 {
  top: 1rem;
  left: 14rem;
  width: 180px;
}
.img-txt-style5 {
  top: 3rem;
  left: 12rem;
  width: 210px;
}
.img-txt-style6 {
  left: 8rem;
  top: 21rem;
  width: 190px;
}

.txt-title2 {
  left: 8rem !important;
  bottom: 14.2rem !important;
}
.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: 27px;
}
.e-txt2 {
  margin-right: 20px;
}
.txt-title2 span {
  font-size: 13px !important;
  color: #fff !important;
}
.e-txt-con {
  color: #1764ff;
  position: absolute;
  bottom: 4.5rem;
  z-index: 1;
  font-size: 14px;
  left: 3rem;
  font-weight: bold;
}

.procss {
  position: absolute;
  bottom: 6rem;
  z-index: 1;
  left: 109px;
}
.procss div {
  width: 0;
  opacity: 0;
  height: 6px;
  background: #1764ff;
  border-radius: 4px;
}

.procss-usa {
  margin-top: 14px;
}
.img-wrap-item.active .procss-cn {
  animation: procss1 0.5s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}
.img-wrap-item.active .procss-usa {
  animation: procss2 0.5s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}
@keyframes procss1 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 50px;
    opacity: 1;
  }
}
@keyframes procss2 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 30px;
    opacity: 1;
  }
}

.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;
  }
}
