.header {
  height: 750px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/activity/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 {
  width: 399px;
  position: relative;
  left: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
}
.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;
}
.tags {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 6px;
  flex-wrap: wrap;
  margin: 34px 0;
}
.tags .tag {
  flex-shrink: 0;
  border-radius: 42px;
  padding: 0 24px;
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  cursor: pointer;
  border: 1px solid #bdc0d4;
}
.tags .tag.active {
  background-color: #5b64a4;
  color: #FFFFFF;
}
.items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.items .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F2BB33;
  margin-bottom: 40px;
}
.items .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.items .item .item-cover {
  width: 465px;
  height: 350px;
}
.items .item .item-date {
  font-weight: 600;
  font-size: 32px;
  color: #5B64A4;
  position: absolute;
  right: 30px;
  top: 30px;
}
.items .item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 18px;
  position: relative;
}
.item2s {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}
.item2s .item2 {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.item2s .item2 .item2-cover {
  width: 360px;
}
.item2s .item2 .item2-line {
  border-bottom: 1px solid #707172;
}
