/* 产品页-短信页面特有样式 */

/* 产品介绍 */
.product-info {
  background-color: #f5f7fb;
  padding-bottom: 72px;
}
.one-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  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%
  );
  box-shadow: 0px 10px 40px 0px rgba(0, 17, 86, 0.1);
}
.one-top {
  border-radius: 4px 4px 0 0;
}
.one-item.onelogin .one-top {
  background-image: url(/libraries_v4/view/product/onepass/imgs/11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.one-item.onepass .one-top {
  background-image: url(/libraries_v4/view/product/onepass/imgs/22.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.one-sub-title {
  color: #e7eaf2;
  height: 42px;
}
ul.platform-list {
  display: flex;
}
li.platform-item {
  background-color: rgba(0, 0, 0, 0.3);
  height: 26px;
  padding: 0 14px;
  margin-right: 4px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.platform-item .iconfont4 {
  /* font-size: 14px !important; */
}
.one-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.one-bottom1::before,
.one-bottom2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 54% auto;
  background-position: 126% -12%;
  transition: all 0.2s ease-out;
  z-index: -1;
}
.one-bottom1::before {
  background-image: url(/libraries_v4/view/product/onepass/imgs/bg1.png);
}
.one-bottom2::before {
  background-image: url(/libraries_v4/view/product/onepass/imgs/bg2.png);
}

.steps {
}
.step-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
  font-weight: bold;
}
.steps .step-item:last-child::after {
  display: none;
}
.step-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 12px 0 4px;
}
.step-item::after {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: 18px;
  left: 7px;
  transform: translateX(-50%);
}
.ppt-bottom {
  margin-top: 100px;
}
.ppt-bottom .iconfont4 {
  font-size: 14px;
}
.onelogin .step-item::before {
  background-color: #036eff;
}
.onelogin .step-item::after {
  background-color: #036eff;
}
.onelogin .ppt-bottom .iconfont4 {
  color: #036eff;
}
.onepass .step-item::before {
  background-color: #1732ff;
}
.onepass .step-item::after {
  background-color: #1732ff;
}
.onepass .ppt-bottom .iconfont4 {
  color: #1732ff;
}

/* 免费试用 */
.free-test {
  background-color: #e0edfd;
  padding: 52px 0;
  background-image: url("/libraries_v4/view/product/onepass/imgs/free-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  scroll-margin-top: 60px;
}
.free-test .product-free-title {
  display: flex;
  line-height: 1;
  align-items: baseline;
}
.free-test .free-form input,
.free-test .free-form input {
  height: 40px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 12px;
}
.free-test .free-form .mobile-input input {
  width: 240px;
}
.free-test .free-form .code-input input {
  width: 120px;
}
.section-2 input.test_code {
  width: 70px;
}
.free-test .free-form input:hover,
.free-test .free-form input:focus {
  box-shadow: none;
  border: 1px solid transparent;
  outline: none;
}
.free-test .free-form input::placeholder,
.free-test .free-form input::placeholder {
  color: rgba(167, 172, 182);
}
.free-test .free-form input.input-mobile {
  width: 30%;
}
.free-test .free-form input.input-code {
  width: 13%;
  min-width: 115px;
}
.free-test .free-form .reloadverifycode img {
  width: 100px;
  height: 40px;
}
.test_self_btn {
  border-radius: 4px !important;
}

/* 价格方案 */
.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: 930px;
}

.table-header td {
  padding: 24px;
  position: relative;
}
td {
  padding: 12px 24px;
}
td:nth-child(1) {
  padding-left: 0;
  width: 300px;
  padding-left: 0;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #f5f7fb;
}
@media (max-width: 768px) {
  td:nth-child(1) {
    width: 200;
  }
}
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;
}

/* 功能优势 */
.product-six-cell .card-list {
  margin-top: 4rem !important;
}
.product-six-cell .card-list li {
  margin-bottom: 4rem !important;
}
.compare-item {
  background-color: #dddfe7;
  border-radius: 4px;
  position: relative;
}
.good-list {
  position: relative;
  top: 6px;
  padding: 24px 16px !important;
  transform: translateY(16px);
  border: 1px solid #fff;
  border-radius: 4px;
  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%
  );
  box-shadow: 0px 10px 40px 0px rgba(0, 17, 86, 0.1);
}
.good-item {
  display: flex;
  margin: 6px 0;
}

.recommend-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.recommend-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 200%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background-color: #ef163a;
  transform: translate(calc(-50% - 12px), calc(-50% - 10px)) rotate(-45deg);
  color: #fff;
}
.compare-item.recommend {
  background-image: url("/libraries_v4/view/product/onepass/imgs/ad_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.product-six-cell .card-list .card-item .title {
  font-size: 20px;
}
.compare-list {
  margin-top: -3rem;
}
.color-red {
  color: #f12319;
}

.product-six-cell .card-list li {
  margin-bottom: 3rem !important;
}
