.header {
  height: 485px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/service/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;
}
.tags {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.tags .tag {
  height: 50px;
  padding: 0 36px;
  border-radius: 50px;
  background-color: #5b64a4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 32px;
  color: #F2BB33;
}
.split {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.split .split-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.split .split-img {
  width: 380px;
}
.text-lines {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.text-lines .text-line {
  font-size: 32px;
  color: #5B64A4;
  padding: 20px 0;
  border-bottom: 1px solid #707172;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.text-lines .text-line:last-child {
  border-bottom: 0;
}
.request-btn {
  align-self: flex-start;
  height: 56px;
  border-radius: 56px;
  background-color: #5b64a4;
  padding: 0 46px;
  font-size: 32px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
}
.request-btn .request-btn-arrow {
  height: 24px;
}
.items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 28px;
}
.items .item {
  padding-bottom: 28px;
  border-bottom: 1px solid #F2BB33;
}
.items .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.item2s {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.item2s .item2 {
  width: 360px;
}
.item2s .item2 .bottom {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}
.item2s .item2 .item2-img {
  width: 360px;
}
.item2s .item2 .item2-title {
  font-size: 32px;
  color: #5B64A4;
}
.item2s .item2 .item2-subtitle {
  font-size: 24px;
  color: #F2BB33;
}
.item2s .item2 .item2-line {
  border-bottom: 1px solid #707172;
}
.item2s .item2 .item2-content {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.block-1 {
  height: 255px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/service/bg-1.png);
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.block-2 {
  height: 500px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/service/bg-2.png);
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.split2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.split2 .split2-title {
  flex: 1;
}
.split2 .split2-content {
  width: 700px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 60px;
}
.split2 .request-btn {
  align-self: flex-end;
  border: 1px solid #bdc0d4;
}
.item-title {
  font-size: 40px;
  color: #5B649E;
}
.item-content {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
