.header {
  height: 750px;
  background-image: url(https://lanshauk-1325686237.cos.ap-shanghai.myqcloud.com/ximin/assets/camp/bg-9.jpg);
  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: 380px;
  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;
}
.items {
  margin-top: 100px;
  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-title {
  font-weight: 600;
  font-size: 24px;
  color: #5B649E;
}
.items .item .item-intro {
  font-size: 24px;
  color: #ECB533;
}
.items .item .item-price {
  font-weight: 800;
  font-size: 34px;
  color: #FF0000;
}
.items .item .item-address {
  font-size: 16px;
  color: #333333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
}
.items .item .item-address .item-address-icon {
  height: 20px;
}
.items .item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
}
.items .item .right .right-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item2s {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
  overflow-x: auto;
  cursor: grab;
}
.item2s.dragging {
  cursor: grabbing;
  user-select: none;
}
.item2s .item2 {
  flex-shrink: 0;
}
.item2s .item2 .item2-cover {
  width: 360px;
}
