.content-inner .cert-content {
  margin-top: 10px;
}
.content-inner p.content-desc,
.content-inner p.content-desc-tit {
  font-size: 14px;
  color: #252b3a;
  line-height: 22px;
}
.content-inner p.content-desc-tit {
  font-weight: 600;
}
.content-inner p.content-desc:first-child {
  margin-top: 5px;
}
.cert-content .cert-item {
  width: 100%;
}
.cert-item {
  border-bottom: solid 1px #ddd;
}
.cert-content .item-inner {
  position: relative;
  min-height: 176px;
  padding: 24px 0 24px 150px;
}
.cert-content .item-tit {
  font-size: 18px;
  color: #252b3a;
  line-height: 20px;
  margin-bottom: 5px;
}
.cert-content .item-tit img {
  position: absolute;
  top: 28px;
  left: 0;
  border: solid 1px #ededed;
}
.cert-content .item-tit span {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: middle;
}
.cert-item p.cert-item-desc {
  font-size: 12px;
  color: #666a75;
  line-height: 18px;
  margin-bottom: 0;
}
.load-content {
  margin-top: 15px;
}
.load-content .load-title {
  font-size: 22px;
  color: #252b3a;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 500;
}
.load-content .load-decs {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
}
.load-content .application-btn {
  display: block;
  margin-top: 20px;
  width: 116px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f66f6a;
  border-radius: 2px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.load-content .application-btn:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.mask-layer {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 200;
  opacity: 0.5;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 700px;
  background-color: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  overflow: auto;
}
.mask-layer,
.mod-rule-activate {
  display: none;
}
.mod-close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  overflow: hidden;
  transform: rotate(45deg);
}
.mod-close::before,
.mod-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 7px;
  left: -1px;
  background-color: #999;
}
.mod-close::after {
  width: 2px;
  height: 15px;
  top: 1px;
  left: 6px;
}
.mod-header {
  padding-top: 30px;
  color: #252b3a;
  line-height: 1;
}
.mod-caption {
  font-size: 22px;
  padding-left: 27px;
  border-left: 3px solid #f66f6a;
}
.mod-body {
  padding: 0 30px;
  margin-top: 30px;
  max-height: 308px;
  overflow-y: auto;
  overflow-x: hidden;
}
.bomb-hide {
  overflow: hidden;
}
.mod-body::-webkit-scrollbar {
  width: 4px;
  background: #ddd;
}
.mod-content.state-icons-none {
  max-width: 100%;
  width: 100%;
}
.mod-rule-wrapper p {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
  margin-bottom: 6px;
}
.mod-rule-wrapper p.tit {
  color: #130000;
}
.agreement-box {
  text-align: center;
  margin-top: 15px;
  color: #252b3a;
  margin-bottom: 12px;
}
.agreement-box .agreement-btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}
.agreement-box .agreement-btn:hover {
  border: 1px solid #f66f6a;
}
.agreement-box .agreement-btn.active {
  background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/china/en-us/securecenter/certification/images/safetyregular-selected.png) center no-repeat;
  border: none;
}
.mod-footer {
  padding: 30px 0 30px 0;
  text-align: center;
}
.abtn-s {
  display: inline-block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #a0a2a8;
  margin-left: 5px;
  margin-right: 5px;
}
.sure-btn.active {
  background: #f66f6a;
  border: 1px solid #f66f6a;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
}
.sure-btn.active:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.cancel-btn {
  background: #ffffff;
  color: #f66f6a;
  border: 1px solid #f66f6a;
  cursor: pointer;
}
.cancel-btn:hover {
  background: #f66f6a;
  color: #fff;
}
@media (max-width: 1023px) {
  .leftnav-title {
    font-size: 14px;
  }
  .content-inner h1 {
    font-size: 18px;
    margin-top: 10px;
  }
  .cert-content .cert-item {
    width: 100%;
  }
  .cert-content .item-inner {
    padding: 10px 0 15px;
    height: auto;
  }
  .cert-content .item-tit {
    font-size: 16px;
  }
  .bottom-line,
  .load-content {
    display: none;
  }
  .container {
    margin-bottom: 0;
  }
  .leftnav-title {
    padding: 0 15px;
  }
  .breadcrumb {
    padding: 10px 15px;
  }
  .leftnav-title {
    border-bottom: none;
  }
}
.certload-content {
  margin-top: 20px;
}
.certload-item {
  width: 20%;
  float: left;
}
.certload-item-inner {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 26px;
  height: 192px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.certload-item-inner img {
  width: 70px;
  height: 70px;
}
.certload-item-inner p {
  font-size: 14px;
  color: #252b3a;
  text-align: center;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .certload-item-inner:hover {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .certload-item-inner:hover p {
    color: #f66f6a;
  }
}
.more-cert-p {
  margin-top: 50px;
  color: #252b3a;
  line-height: 22px;
  margin-bottom: 58px;
}
@media(max-width: 1280px){
    .certload-item{
        width: 25%;
    }
}
@media (max-width: 1023px) {
  .content-inner {
    padding: 10px 15px !important;
  }
  .certload-item {
    width: 33.333333%;
  }
  .certload-item-inner p {
    font-size: 12px;
  }
  .certload-content {
    margin-top: 0;
  }
  .certload-item-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 142px;
  }
  .certload-item-inner p {
    margin-top: 0;
  }
  .cert-content .item-tit img {
    position: initial;
    border: none;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    margin-right: 14px;
  }
  .cert-item:last-child{
      border-bottom: none;
  }
}
@media (max-width: 330px) {
  .certload-item {
    width: 50%;
  }
}


/*# sourceMappingURL=index.css.map*/