.header {
  height: 750px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/contact/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;
}
.split {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 60px;
}
.split .split-left {
  width: 540px;
}
.split .split-right {
  flex: 1;
}
.infos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.infos .info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.infos .info:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.infos .info .info-title {
  font-size: 25px;
  color: #333333;
}
.infos .info .info-content {
  font-size: 16px;
  color: #333333;
}
