/* module-item */
.module-list .module-item {
  text-align: center;
}

.module-item .item-title > .title {
  font-size: 28px;
  font-weight: bold;
}

.module-item .item-title .sub-title {
  margin: 2rem 0 1rem 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.applicator {
  padding-top: 50px;
}

.applicator-main {
  width: 30%;
}

.applicator-item {
  padding-bottom: 30px;
}

.applicator-item-img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.applicator-item-main-title {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 30px;
  white-space: nowrap;
}

.applicator-item-main-desc {
  line-height: 30px;
  font-size: 16px;
  min-height: 120px;
}

.applicator-img {
  width: 40%;
  margin: 0 16px;
}

.applicator_banner {
  width: 100%;
}

.applicator_banner > img {
  width: 100%;
}

.applicator_banner > img:first-child {
  margin-bottom: 0;
}

/* 认证部分 */
.authentication {
  width: 100%;
  margin-bottom: 80px;
  width: 100%;
  position: relative;
}

.authentication-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.authentication-common {
  width: 280px;
}

.authentication-common > img {
  width: 100%;
  height: 100%;
}

.authentication-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 50px 0 53px;
  box-sizing: border-box;
}

.question {
  padding-top: 20px;
}

.question-item {
  margin-top: 50px;
  width: 40%;
}

.question-item-id {
  color: #3775f2;
  font-weight: bold;
  font-size: 28px;
  margin-top: -5px;
  margin-right: 20px;
}

.question-item-main-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
}

.question-item-main-desc {
  line-height: 30px;
  font-size: 16px;
}
