/* 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;
}

.goal {
  padding: 20px 0 40px;
}

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

.goal-item-img {
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

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

.goal-item-main-desc {
  line-height: 2em;
  font-size: 16px;
}

.train {
  padding-top: 50px;
}

.train-person {
  display: flex;
  flex-direction: column;
  background-color: #3775f2;
  padding: 20px;
  width: 33.3%;
}

.train-person-title {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.train-person-title > img {
  width: 40px;
  height: 40px;
  margin-left: 40px;
}

.train-person-title > div {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
}

.train-person-desc {
  line-height: 40px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}

.train-person-desc > li {
  font-size: 15px;
  width: 20em;
  text-align: justify;
}

.train-person-desc > div::before {
  /*  content: "";
    display: flex;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: blue;
    margin-right: 10px;
		 position:absolute;
		 top:30px;
		 left:0;*/
}

.train-main {
  width: 66.6%;
}

.train-item {
  margin-top: 0 !important;
  width: 50% !important;
}

.train-item:nth-child(2n) {
  box-sizing: border-box;
  padding-left: 50px;
}

.train-item-img {
  width: 50px !important;
  height: 50px !important;
  margin-left: 40px !important;
}

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

.train-item-main-desc {
  line-height: 30px;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
}
.train-item-main-desc::before {
  content: "";
  display: flex;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(22, 132, 252);
  margin-right: 10px;
  position: absolute;
  top: 12.5px;
  left: 0;
}
/* 认证部分 */
.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;
}
