#faq-colls2 {
  display: none;
}
.sms-new h4 {
  color: #1a1c1f;
  text-align: left;
  font-size: 28px;
}

.sms-new .jie-shao {
  color: #41464f;
  text-align: left;
  margin-top: 18px;
}
.master-title {
  color: #1a1c1f;
}
.minor-title {
  color: #41464f;
}
.color-shiwu {
  color: #ef1e3c;
}
.color-tong {
  color: #9c2cff;
}
.fn12 {
  font-size: 12px;
}
.fn14 {
  font-size: 14px;
}
.fn18 {
  font-size: 18px;
}
.fn20 {
  font-size: 20px;
}
.fn22 {
  font-size: 22px;
}
.fn24 {
  font-size: 24px;
}
.fn26 {
  font-size: 26px;
}
.fn28 {
  font-size: 28px;
}
.fn42 {
  font-size: 42px;
}
.fnbold {
  font-weight: bold;
}
.sms-package,
.mail-package {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sms-package-item {
  margin-top: 12px;
  width: 272px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  position: relative;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
}
@media (max-width: 768px) {
  .sms-package-item {
    margin: 6px auto;
    width: 94%;
  }
}
.package-item-top {
  padding: 18px 18px 12px 18px;
}
.package-item-bottom {
  padding: 12px 18px;
}

.tips-item1 {
  background: #ef1e3c;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  height: 24px;
  line-height: 24px;
}
.tips-item2 {
  padding: 0 6px;
  border-radius: 2px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ced4dd;
}
.now-price {
  font-family: "BarlowSemiCondensedSemiBold";
}
.old-price {
  position: relative;
}
.old-price::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  border-top: 1px solid #624949;
}
.go-buy,
.pro-buy {
  color: #fff !important;
  display: inline-block;
  width: 80%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bolder;
}
.go-buy {
  width: 100%;
}
.get-price {
  width: 80%;
  margin: auto;
  border-radius: 18px;
}
.go-buy {
  background: linear-gradient(to left, #1764ff, #5593fc);
}
.pro-buy {
  background: linear-gradient(to left, #5593fc, #1764ff);
}

.go-buy:hover {
  background: linear-gradient(to left, #236af7, #6199fa);
}
.pro-buy:hover {
  color: #fff;
  background: linear-gradient(to left, #6199f8, #256cf8);
}
.top-tips {
  right: -1px;
  top: -3px;
  color: #fff;
  position: absolute;
}
.tip-left {
  width: 0;
  height: 0;
  /* border-top: 22px solid #ef1e3c; */
  border-left: 26px solid transparent;
  border-top-left-radius: 4px;
}
.tip-right {
  width: 72px;
  height: 24px;
  line-height: 24px;
  /* background: #ef1e3c; */
  border-top-right-radius: 4px;
}
.sms-package-bto {
  color: #1a1c1f;
  font-weight: bold;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 26px 36px;
  margin-top: 40px;
  border-radius: 4px;
  box-shadow: 3px 2px 14px 0 rgba(55, 99, 170, 0.1);
  /* background: linear-gradient(to right, #f5f7fb 0%, #ffffff 100%); */
  background: linear-gradient(to right, #f5f7fb 10%, #ffffff 50%, #ffffff 100%);
}
.mb-bg-img {
  display: none;
}

@media (max-width: 768px) {
  .pc-bg-img {
    display: none;
  }
  .mb-bg-img {
    display: block;
  }
  .sms-new {
    padding-bottom: 30px !important;
  }
  .sms-package-bto {
    width: 94%;
    margin: 20px auto;
  }
  .sms-package-bto .online-ask {
    margin: 10px auto;
  }
}

.online-ask {
  cursor: pointer;
  color: #fff !important;
  font-weight: normal;
  background: linear-gradient(to left, #5593fc, #1764ff);
  padding: 8px 26px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: bold;
}
.online-ask:hover {
  background: linear-gradient(to left, #5e97fa, #2369f7);
}
.chu-zhi {
  margin-bottom: 40px;
}
.value-td1,
.value-td2,
.value-td3 {
  padding: 30px;
  background: linear-gradient(to bottom, #f5f7fb, #ffffff);
}
.value-td1 {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.value-td2 {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.value-td2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 138px;
  width: 1px;
  background-color: #ced4dd;
}
.value-td2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  height: 138px;
  width: 1px;
  background-color: #ced4dd;
}
.value-td3 {
  padding-left: 50px;
  padding-right: 0px;
}
.value-td3-zi {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 79px 24px;
}
.permanently-valid {
  padding: 2px 4px;
  border: 1px solid #ced4dd;
  border-radius: 2px;
}
.zhi-price {
  font-size: 26px;
  font-family: "BarlowSemiCondensedSemiBold";
}

.mod-item {
  display: inline-block;
  border: 1px solid #ced4dd;
  border-radius: 2px;
  padding: 6px 18px;
  margin-bottom: 4px;
}
.mod-item:hover {
  color: #1764ff;
}

.mod-item:hover .roda-arrow {
  color: #1764ff;
  -webkit-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
}
.pro-buy:hover .roda-arrow {
  color: #fff;
  -webkit-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
}

.value-td2 ul {
  width: 80%;
  height: 46px;
  line-height: 46px;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 5px 20px -10px rgba(214, 194, 180, 1.5);
}
.value-td2 ul li {
  width: 25%;
  text-align: center;
}
.value-td2 ul li.active {
  color: #1764ff;
}

.value-td2 ul li {
  position: relative;
}
.zhi-price {
  font-size: 44px;
}

.value-td2 ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  height: 24px;
  width: 1px;
  background-color: #ced4dd;
}

.value-td2 ul li:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  height: 24px;
  width: 0px;
  background-color: #ced4dd;
}
.value-td2 ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s ease-in-out;
}
.value-td2 ul li.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #1764ff;
}
.top-nav-eve {
  height: 64px;
  line-height: 64px;
}
@media screen and (max-width: 576px) {
  .shi-wu {
    margin: 20px auto;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .top-nav-eve {
    display: none !important;
  }
  .value-td2::before {
    width: 0px;
  }
  .value-td2::after {
    width: 0px;
  }
}

.nav-tab-eve {
  position: relative;
}
.nav-tab-eve.active div {
  color: #1764ff;
}
.nav-tab-eve.active div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1764ff;
}
.email-part3 .pr-cont {
  box-shadow: 3px 2px 14px 0 rgba(55, 99, 170, 0.1);
}
