.header {
  height: 750px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/index/bg-0.png);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.header .center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  position: relative;
  left: -300px;
}
.header .banner-text {
  height: 140px;
}
.header .banner-btn {
  height: 56px;
  border-radius: 56px;
  background-color: #f2bb33;
  padding: 0 24px;
  font-size: 20px;
  color: #5B64A4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
}
.header .banner-btn .banner-btn-arrow {
  height: 24px;
}
.header .banner-logo {
  height: 50px;
}
.block-1 {
  height: 290px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/index/bg-1.png);
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin-bottom: 16px;
}
.block-1 .block-1-content {
  width: 830px;
  padding: 0 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.block-1 .block-1-content .block-1-content-note-1 {
  font-weight: 500;
  font-size: 20px;
  color: #F2BB33;
  line-height: 34px;
  text-align: center;
}
.block-1 .block-1-content .block-1-content-note-2 {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}
.block-1 .block-1-content .block-1-content-line {
  align-self: stretch;
  border-bottom: 1px solid #FFFFFF;
}
.block-2 {
  height: 570px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/index/bg-2.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;
  margin-bottom: 50px;
}
.block-2 .block-2-content {
  width: 500px;
  position: relative;
  left: 600px;
}
.block-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.block-3 .left {
  width: 370px;
}
.block-3 .block-3-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}
.block-3 .block-3-content .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.block-3 .block-3-content .icons .icon {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.block-3 .block-3-content .icons .icon .icon-cover {
  width: 84px;
  height: 84px;
}
.block-3 .block-3-content .icons .icon .icon-text {
  font-weight: 500;
  font-size: 19px;
  color: #5B64A4;
}
.block-4 {
  width: 100%;
}
.banner-4 {
  margin-top: 40px;
}
.schools {
  display: flex;
  overflow-x: scroll;
  margin-top: 30px;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
  user-select: none;
  -webkit-user-select: none;
}
.schools::-webkit-scrollbar {
  display: none;
}
.schools.dragging {
  cursor: grabbing;
  user-select: none;
}
.schools .school {
  width: 180px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.schools .school .school-img {
  height: 60px;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.schools .school .school-text {
  color: #4c5e77;
}
.offices-outer {
  padding: 40px;
  display: flex;
  gap: 40px;
  background-color: #5b649e;
  margin-top: 40px;
}
.offices-outer .offices-logo {
  height: 86px;
}
.offices-outer .offices {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 6px;
}
.offices-outer .offices .office {
  width: 124px;
  height: 38px;
  border-radius: 38px;
  background-color: #ecb533;
  font-size: 18px;
  color: #5B649E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #5B649E;
}
.icons:last-child {
  border-bottom: 0;
}
.icons .icon {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  border-right: 1px solid #5B649E;
}
.icons .icon:last-child {
  border-right: 0;
}
.icons .icon .icon-img {
  width: 163px;
  height: 163px;
}
.icons .icon .icon-text {
  font-size: 20px;
  color: #5B649E;
  background-color: #ecb533;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 12px;
}
.lay-carousel-thumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
.lay-carousel-thumb .switch {
  flex: 1;
  color: #ecb533;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #5b649e;
  border: 0 solid transparent;
}
.lay-carousel-thumb .item-list {
  width: 980px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  overflow-x: scroll;
}
.lay-carousel-thumb .item-list::-webkit-scrollbar {
  display: none;
}
.lay-carousel-thumb .item-list .item {
  cursor: pointer;
  color: #000;
}
.lay-carousel-thumb .item-list .item .item-img {
  width: 237.5px;
}
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-img {
  height: 95vh;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
