#ssl-type {
  padding-bottom: 0;
}

.product-cer-specs ul {
  margin: 0 -0.8%;
}

.product-cer-specs li {
  float: left;
  widtH: 31.73%;
  margin: 0 0.8% 36px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all .2s ease-in;
}
.product-cer-specs li:hover {
  transform: translateY(-24px);
}
.product-cer-specs li .characteristic i {
  color: #D81118;
}

.product-cer-specs li .characteristic,
.industry-app .info-card .characteristic {
  color: #656565;
}

.product-cer-specs li dt {
  padding: 24px;
  position: relative;
  background: url('/static/images/product_new/internationalSSL/type_bg.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.product-cer-specs li dt h3 {
  margin-bottom: 18px;
  font-weight: bold;
  overflow: hidden;
}

.product-cer-specs li dt .c {
  color: #545455;
  line-height: 2;
  height: 14em;
  overflow: hidden;
  /*margin-bottom: 5%;*/
}

.product-cer-specs li dd {
  padding: 0 24px 24px 24px;
  color: #959595;
}
.product-cer-specs li dd .price {
  padding-top: 24px;
  margin-bottom: 32px;
  color: #656565;
  border-top: 1px solid #E8E8E8;
}
.product-cer-specs li dd .price em {
  vertical-align: text-bottom;
}
.product-cer-specs li dd .price .hot {
  color: #D81118;
  font-weight: bold;
}

.product-cer-specs li dd .btn {
  display: block;
}

.product-cer-specs li dd .btn a {
  float: left;
  margin-right: 20px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff !important;
  font-size: 16px;
  background: #D81118;
  border-radius: 4px;
  cursor: pointer;
}

.product-cer-specs li .cert-img {
  margin-bottom: 24px;
  width: 120px;
  height: 48px;
}

.why-select-us ul {
  margin: 0 -0.8%;
}

.why-select-us li {
  padding: 28px;
  float: left;
  widtH: 31.73%;
  margin: 0 0.8% 2%;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(179deg, #F3F5F8 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #FFFFFF;
}

.why-select-us li dt {
  margin-bottom: 12px;
  color: #151515;
  font-weight: bold;
}

.why-select-us li dt a {
  color: #fff;
  padding-left: 25px;
}

.why-select-us li dd p {
  color: #656565;
}
.industry-app .app-container {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #FFFFFF;
}
.industry-app .app-container .img-card {
  flex: 1;
}
.industry-app .app-container .img-card img {
  width: 100%;
  height: 100%;
}
.industry-app .app-container .info-card {
  flex: 1;
  padding: 48px 40px;
  background: #fff url('/static/images/product_new/internationalSSL/app_bg.png');
  background-size: 100% 100%;
}
.industry-app .info-card h3 {
  margin-bottom: 12px;
}
.industry-app .info-card .characteristic i {
  color: #D81018;
}
.industry-app .info-card .characteristic:last-of-type {
  margin-bottom: 28px;
}
.industry-app .info-card .txt {
  margin-bottom: 28px;
  color: #656565;
}
.industry-app .info-card .txt:last-of-type {
  margin-bottom: 0;
}
.industry-app .app-container .info-card .primary-btn {
  display: block;
  width: 114px;
}
@media only screen and (max-width:1023px) {
  

  .product-cer-specs li {
    widtH: 48.4%;
  }
}

@media only screen and (max-width:767px) {
  .product-cer-specs ul {
    margin: 0;
  }

  .product-cer-specs li {
    width: 100%;
    margin: 0 0 5%;
  }
  .product-cer-specs li:hover {
    transform: none
  }

  .product-cer-specs li dt {
    padding: 5%;
  }

  .product-cer-specs li dd {
    padding: 0 5% 5%;
  }

  .product-cer-specs li dt .c {
    height: auto;
    margin-bottom: 0;
  }

  .why-select-us ul {
    margin: 0;
  }

  .why-select-us li {
    margin: 0 0 5%;
    width: 100%;
  }

  .why-select-us li dt::before {
    lefT: 5%;
  }

  .why-select-us li dt a {
    padding-left: 15px;
  }

  .why-select-us li dd p {
    line-height: 1.8;
    max-height: auto;
    height: auto;
  }
  .industry-app .app-container {
    display: block;
  }
  .industry-app .app-container .info-card {
    padding: 24px 16px;
    background: #fff
  }
}