.header {
  height: 750px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/school/bg-0.png);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.header .banner-text {
  height: 65px;
}
.header .center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px;
}
.header .center .left {
  flex: 1;
}
.header .center .right {
  width: 545px;
}
.request-btn {
  align-self: flex-start;
  height: 56px;
  border-radius: 56px;
  border: 1px solid #333333;
  padding: 0 46px;
  font-size: 25px;
  color: #333333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
}
.request-btn .request-btn-arrow {
  height: 34px;
}
.items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 50px 20px;
  flex-wrap: wrap;
}
.items .item {
  width: 270px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
}
.items .item .item-cover {
  width: 270px;
}
.items .item .item-title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.items .item .item-content {
  font-size: 16px;
  color: #333333;
}
.items .item .item-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.items .item .bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.items .item .bottom .bottom-left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.questions {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 50px;
  margin-top: 40px;
}
.questions .question {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.questions .question.bold {
  font-weight: 600;
}
