/* 检测列表 - 来源 https://www.ais.cn/papercheck/index */
.ais-check-list {
  background: #f5f5f5;
}

.ais-check-list .check-list-container {
  width: 1200px;
  margin: 0 auto;
}

.ais-check-list .priceWrap {
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0));
}

.ais-check-list .pt15 { padding-top: 15px; }
.ais-check-list .pb60 { padding-bottom: 60px; }
.ais-check-list .mt10 { margin-top: 10px; }
.ais-check-list .mt15 { margin-top: 15px; }
.ais-check-list .mt28 { margin-top: 28px; }
.ais-check-list .mb5 { margin-bottom: 5px; }
.ais-check-list .pt20 { padding-top: 20px; }
.ais-check-list .fs14 { font-size: 14px; }
.ais-check-list .fs16 { font-size: 16px; }
.ais-check-list .fs24 { font-size: 24px; }
.ais-check-list .fs30 { font-size: 30px; }
.ais-check-list .f500 { font-weight: 500; }
.ais-check-list .f600 { font-weight: 600; }
.ais-check-list .c-333 { color: #333; }
.ais-check-list .textCenter { text-align: center; }
.ais-check-list .textLeft { text-align: left; }
.ais-check-list .hand { cursor: pointer; }

.ais-check-list .sysList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ais-check-list .sys-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 383px;
  min-height: 322px;
  top: 0;
  padding: 0 15px 20px;
  background-image: linear-gradient(180deg, #ffffff 0%, #effbff 100%);
  box-sizing: border-box;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 45px 25px 0 0;
}

.ais-check-list .sys-item:nth-child(3n) {
  margin-right: 0;
}

.ais-check-list .sysList1 .sys-item:nth-child(-n+3) {
  height: 365px;
}

.ais-check-list .sysList1 .sys-item:nth-child(-n+3) .lang {
  padding-top: 15px;
}

.ais-check-list .sysList1 .sys-item:nth-child(n+3) .tipsConts {
  min-height: 60px;
}

.ais-check-list .sys-item:hover {
  top: -20px;
}

.ais-check-list .sys-item_links {
  width: 200px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin: auto auto 0;
  background-image: linear-gradient(105deg, #59b0fd 0%, #397de6 100%);
  border-radius: 24px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.ais-check-list .tipsConts {
  min-height: 80px;
  line-height: 20px;
}

.ais-check-list .sys-item .tips {
  position: absolute;
  top: 0;
  right: 0;
  width: 81px;
  height: 32px;
  line-height: 32px;
  border-radius: 0 0 0 20px;
  text-align: center;
  font-size: 12px;
}

.ais-check-list .sys-item .tips4 {
  font-size: 12px;
  text-align: center;
}

.ais-check-list .toubide {
  position: absolute;
  top: 0;
  left: 0;
}

/* 四大优势 */
.ais-check-list .pt30 { padding-top: 30px; }
.ais-check-list .pt45 { padding-top: 45px; }
.ais-check-list .pb5 { padding-bottom: 5px; }
.ais-check-list .pb50 { padding-bottom: 50px; }
.ais-check-list .pb75 { padding-bottom: 75px; }
.ais-check-list .pl15 { padding-left: 15px; }
.ais-check-list .pl50 { padding-left: 50px; }
.ais-check-list .pr15 { padding-right: 15px; }
.ais-check-list .pr50 { padding-right: 50px; }
.ais-check-list .fs26 { font-size: 26px; }
.ais-check-list .block { display: block; max-width: 100%; }

.ais-check-list .flexBox {
  display: flex;
  justify-content: space-between;
}

.ais-check-list .flexBox .imgs {
  flex: 0 0 283px;
  height: 348px;
  box-sizing: border-box;
}

.ais-check-list .flexBox .imgs.tips1 {
  background: url("https://img.ais.cn/res/images/checkDuplicate/tips1.png") top center no-repeat;
}

.ais-check-list .flexBox .imgs.tips2 {
  background: url("https://img.ais.cn/res/images/checkDuplicate/tips2.png") top center no-repeat;
}

.ais-check-list .flexBox .imgs.tips3 {
  background: url("https://img.ais.cn/res/images/checkDuplicate/tips3.png") top center no-repeat;
}

.ais-check-list .flexBox .imgs.tips4 {
  background: url("https://img.ais.cn/res/images/checkDuplicate/tips4.png") top center no-repeat;
}

/* 检测流程 */
.ais-check-list .contWrap {
  background: url("https://img.ais.cn/res/images/checkDuplicate/contbg.png?v=1.0.1") top center no-repeat;
  padding-bottom: 65px;
}
