.title-box {
  width: 100%;
  height: 668px;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.dataAnalysis {
  background-image: url(/img/dataAnalysis/dataAnalysis_banner.png);
}

.modals {
  width: 100% !important;
  height: 100%;
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
}

.title-box .text-box {
  width: 725px;
  height: 275px;
  margin-left: 400px;
}
.title-box .title {
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.title-box .desc {
  font-size: 20px;
  line-height: 4em;
}

.title-box .btn {
  width: 217px;
  height: 59px;
  color: white;
  font-size: 16px;
  line-height: 59px;
  padding: 0;
  background-color: #3775f2;
}

/* 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 {
  font-size: 18px;
  font-weight: bold;
}

.now {
  padding: 50px 0 80px;
}

.now-item {
  width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.now-img {
  width: 100px;
  height: 100px;
}

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

.requirement {
  padding-top: 20px;
}

.requirement-left {
  border: 1px solid #f1eeee;
  box-sizing: border-box;
}

.requirement-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

.requirement-desc {
  line-height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

.requirement-desc > div {
  box-sizing: border-box;
  padding-left: 15px;
}

.requirement-desc::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3775f2;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 30px;
}

.requirement-left {
  padding: 12px;
  font-size: 16px;
  box-sizing: border-box;
}

.requirement-img {
  width: 860px;
}

.requirement-img > img {
  width: 100%;
}
.now-desc {
  font-size: 16px;
}
/* 认证部分 */
.authentication {
  width: 100%;
  margin: 80px 0;
  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;
}
