.page-container {
  min-width: 1600px;
  color: #333;
}

.page-container .banner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920 / 620;
}

.page-container .banner .banner-item {
  position: absolute;
  inset: 0;
  display: none;
  background: url("/static/images/activity/banner1.png") no-repeat center/cover;
}

.page-container .banner .banner-item.banner2 {
  background-image: url("/static/images/activity/banner2.png");
}

.page-container .banner .banner-item:first-child {
  display: block;
}

.page-container .banner .banner-item .banner-inner {
  padding-top: 130px;
  padding-left: 20%;
}

.page-container .banner .banner-item .banner-inner .title {
  display: flex;
  align-items: flex-end;
  font-size: 48px;
  font-weight: 600;
}

.page-container .banner .banner-item .banner-inner .title .gloden {
  flex-shrink: 0;
  margin-right: 4px;
  width: 170px;
  height: 72px;
}

.page-container .banner .banner-item .banner-inner .subtitle {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 500;
}

.page-container .banner .banner-item .banner-inner .description {
  margin-top: 20px;
  font-size: 20px;
}

.page-container .banner .banner-item .banner-inner .btn {
  margin-top: 30px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  background: linear-gradient(90deg, #0097fe 0%, #0f71ff 100%);
  color: #fff;
  cursor: pointer;
}

.page-container .banner .banner-item .banner-inner .btn:hover {
  background: #428cff;
}

.page-container .banner .banner-item.banner2 .banner-inner {
  padding-top: 160px;
  padding-left: 360px;
}

.page-container .banner .banner-item.banner2 .banner-inner .title {
  font-size: 48px;
  font-weight: 600;
}

.page-container .banner .banner-item.banner2 .banner-inner .subtitle {
  margin-top: 30px;
  font-size: 24px;
}

.page-container .banner .banner-item.banner2 .banner-inner .description {
  margin-top: 20px;
  font-size: 18px;
}

.page-container .stat {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -60px);
  z-index: 2;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 1200px;
  height: 140px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.page-container .stat:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-container .stat .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-container .stat .item .count {
  font-size: 36px;
  font-weight: 600;
}

.page-container .stat .item .count .fs-24 {
  font-size: 24px;
}

.page-container .stat .item .label {
  margin-top: 16px;
  font-size: 16px;
  color: #666;
}

.page-container .section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  width: 100%;
  height: 660px;
  background: url("/static/images/activity/s2bg.png") no-repeat center/cover;
}

.page-container .section-2 .title {
  font-size: 36px;
  font-weight: 600;
}

.page-container .section-2 .subtitle {
  margin-top: 20px;
  font-size: 28px;
}

.page-container .section-2 .feature-list {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-container .section-2 .feature-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  width: 285px;
  background: linear-gradient(360deg, #faefff 0%, #ffffff 100%);
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.page-container .section-2 .feature-list .item:hover {
  transform: translateY(-20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-container .section-2 .feature-list .item:nth-child(2) {
  background: linear-gradient(360deg, #dfe7fe 0%, #ffffff 100%);
}

.page-container .section-2 .feature-list .item:nth-child(3) {
  background: linear-gradient(360deg, #e8ffef 0%, #ffffff 100%);
}

.page-container .section-2 .feature-list .item:nth-child(4) {
  background: linear-gradient(360deg, #fef0df 0%, #ffffff 100%);
}

.page-container .section-2 .feature-list .item > img {
  width: 52px;
  height: 52px;
}

.page-container .section-2 .feature-list .item .label {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.page-container .section-2 .feature-list .item .description {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.page-container .section-3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  width: 100%;
  height: 1000px;
  background: #f8fcff;
}

.page-container .section-3 .title {
  font-size: 36px;
  font-weight: 600;
}

.page-container .section-3 .subtitle {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.page-container .section-3 .bg {
  position: absolute;
  top: 188px;
  width: 1200px;
  height: 760px;
}

.page-container .section-3 .content {
  display: flex;
  align-items: center;
  margin-top: 36px;
  width: 1300px;
  height: 560px;
}

.page-container .section-3 .content .left-icon,
.page-container .section-3 .content .right-icon {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
}

.page-container .section-3 .content .swiper {
  flex: 1;
  position: relative;
  height: 520px;
  overflow: hidden;
}

.page-container .section-3 .content .swiper .swiper-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 520px;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.55);
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
}

.page-container .section-3 .content .swiper .swiper-item > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-container .section-3 .content .swiper .swiper-item.is-pos-0 {
  opacity: 0.9;
  z-index: 1;
  transform: translate(calc(-50% - 340px), -50%) scale(0.78);
}

.page-container .section-3 .content .swiper .swiper-item.is-pos-1 {
  opacity: 0.9;
  z-index: 2;
  transform: translate(calc(-50% - 185px), -50%) scale(0.9);
}

.page-container .section-3 .content .swiper .swiper-item.is-pos-2 {
  opacity: 1;
  z-index: 4;
  transform: translate(-50%, -50%) scale(1);
}

.page-container .section-3 .content .swiper .swiper-item.is-pos-3 {
  opacity: 0.9;
  z-index: 2;
  transform: translate(calc(-50% + 185px), -50%) scale(0.9);
}

.page-container .section-3 .content .swiper .swiper-item.is-pos-4 {
  opacity: 0.9;
  z-index: 1;
  transform: translate(calc(-50% + 340px), -50%) scale(0.78);
}

.page-container .section-3 .slogan {
  margin-top: 40px;
  color: #3066ff;
  font-size: 30px;
  font-weight: 600;
}

.page-container .section-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  width: 100%;
  height: 800px;
  background: url("/static/images/activity/s4bg.png") no-repeat center/cover;
}

.page-container .section-4 .title {
  font-size: 36px;
  font-weight: 600;
}

.page-container .section-4 > img {
  margin-top: 60px;
  width: 1200px;
  height: auto;
}

.page-container .section-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  width: 100%;
  height: 720px;
  background: url("/static/images/activity/s5bg.png") no-repeat center/cover;
}

.page-container .section-5 .title {
  font-size: 36px;
  font-weight: 600;
}

.page-container .section-5 .slider-wrapper {
  position: relative;
  margin-top: 80px;
  width: 1200px;
}

.page-container .section-5 .slider-wrapper .slider {
  position: relative;
}

.page-container .section-5 .slider-wrapper .slider .arrow-left,
.page-container .section-5 .slider-wrapper .slider .arrow-right {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.page-container .section-5 .slider-wrapper .slider .arrow-right {
  left: auto;
  right: 0;
}

.page-container .section-5 .slider-wrapper .slider .slider-item {
  display: flex;
  align-items: center;
  gap: 100px;
}

.page-container .section-5 .slider-wrapper .slider .slider-item .icon {
  flex-shrink: 0;
  width: 474px;
  height: 450px;
}

.page-container .section-5 .slider-wrapper .slider .slider-item .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 450px;
  transform: translateY(-50px);
}

.page-container .section-5 .slider-wrapper .slider .slider-item .info .row {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
}

.page-container .section-5 .slider-wrapper .slider .slider-item .info .row .label {
  flex-shrink: 0;
  min-width: 80px;
}

.page-container .section-5 .slider-wrapper .orglist {
  position: absolute;
  left: 580px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-container .section-5 .slider-wrapper .orglist .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px;
  border-radius: 14px;
  cursor: pointer;
}

.page-container .section-5 .slider-wrapper .orglist .item .logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.page-container .section-5 .slider-wrapper .orglist .item span {
  margin-top: 10px;
  font-size: 16px;
}

.page-container .section-5 .slider-wrapper .orglist .item:hover .logo {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-container .section-5 .slider-wrapper .orglist .item.active {
  color: #5779f7;
}

.page-container .section-5 .slider-wrapper .orglist .item.active .logo {
  border-color: #3066ff;
}

.page-container .section-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  width: 100%;
  height: 460px;
  background: url("/static/images/activity/s6bg.png") no-repeat center/cover;
}

.page-container .section-6 .title {
  font-size: 36px;
  font-weight: 600;
}

.page-container .section-6 .line-img {
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-container .section-6 .list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-container .section-6 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px 20px 30px;
  width: 184px;
  border-radius: 10px;
  background: #fff;
}

.page-container .section-6 .list .item .num {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 20px;
}

.page-container .section-6 .list .item .icon {
  width: 60px;
  height: 60px;
}

.page-container .section-6 .list .item .label {
  margin-top: 8px;
  font-size: 16px;
}

.page-container .section-6 .list .item .description {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.page-container .section-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0;
  width: 100%;
  height: 300px;
  background: url("/static/images/activity/s7bg.png") no-repeat center/cover;
}

.page-container .section-7 .title {
  font-size: 36px;
  font-weight: 600;
}

.page-container .section-7 .subtitle {
  margin-top: 24px;
  font-size: 20px;
}

.page-container .section-7 .subtitle span {
  color: #ff884d;
}

.page-container .section-7 .input-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  border-radius: 48px;
  background: #fff;
  overflow: hidden;
}

.page-container .section-7 .input-wrapper > input {
  flex: 1;
  padding: 0 20px;
  width: 360px;
  height: 48px;
  outline: none;
  border: none;
}

.page-container .section-7 .input-wrapper .btn {
  width: 120px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  text-align: center;
  background: linear-gradient(90deg, #0097fe 0%, #0f71ff 100%);
  color: #fff;
  cursor: pointer;
}

.page-container .section-7 .input-wrapper .btn:hover {
  background: #428cff;
}

.qr {
  position: fixed;
  right: 0;
  bottom: 30vh;
  z-index: 1000;
}

.qr .qr-img {
  width: 280px;
  height: auto;
  position: relative;
  z-index: 1;
}

.qr .qr-close {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  z-index: 10;
}

.qr .qr-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-left: 25px;
  z-index: 10;
  width: 240px;
  animation: scale 0.5s infinite alternate;
}

@keyframes scale {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

@media (max-width: 1200px) {
  .page-container {
    min-width: 0;
    padding: 0 1px;
  }
  .page-container .banner {
    aspect-ratio: auto;
    min-height: 220px;
  }
  .page-container .banner .banner-item {
    object-fit: cover;
  }
  .page-container .banner .banner-item .banner-inner {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 10%;
  }
  .page-container .banner .banner-item .banner-inner .title {
    font-size: 20px;
  }
  .page-container .banner .banner-item .banner-inner .title .gloden {
    width: 70px;
    height: 30px;
  }
  .page-container .banner .banner-item .banner-inner .subtitle {
    margin-top: 18px;
    font-size: 20px;
  }
  .page-container .banner .banner-item .banner-inner .description {
    margin-top: 14px;
    margin-right: 30%;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-container .banner .banner-item .banner-inner .btn {
    margin-top: 10px;
    width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .page-container .banner .banner-item.banner2 .banner-inner {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 10%;
  }
  .page-container .banner .banner-item.banner2 .banner-inner .title {
    font-size: 20px;
  }
  .page-container .banner .banner-item.banner2 .banner-inner .subtitle {
    margin-top: 18px;
    margin-right: 30%;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-container .banner .banner-item.banner2 .banner-inner .description {
    margin-top: 14px;
    margin-right: 35%;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-container .stat {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    z-index: 2;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 1200px;
    padding: 20px 10px;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-container .stat .item {
    width: 25%;
  }
  .page-container .stat .item .count {
    font-size: 24px;
  }
  .page-container .stat .item .count .fs-24 {
    font-size: 16px;
  }
  .page-container .stat .item .label {
    margin-top: 12px;
    font-size: 12px;
  }
  .page-container .section-2 {
    padding-top: 120px;
    height: auto;
  }
  .page-container .section-2 .title {
    font-size: 28px;
  }
  .page-container .section-2 .subtitle {
    margin-top: 16px;
    font-size: 20px;
  }
  .page-container .section-2 .feature-list {
    margin-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .page-container .section-2 .feature-list .item {
    width: calc(50% - 16px);
    height: 250px;
    padding: 30px 16px;
  }
  .page-container .section-2 .feature-list .item > img {
    width: 48px;
    height: 48px;
  }
  .page-container .section-2 .feature-list .item .label {
    margin-top: 18px;
    font-size: 18px;
  }
  .page-container .section-2 .feature-list .item .description {
    margin-top: 10px;
    font-size: 15px;
  }
  .page-container .section-3 {
    height: auto;
    padding-top: 40px;
  }
  .page-container .section-3 .title {
    font-size: 24px;
  }
  .page-container .section-3 .subtitle {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-container .section-3 .bg {
    width: 100%;
    max-width: 1200px;
    top: 170px;
    height: auto;
    background-size: cover;
  }
  .page-container .section-3 .content {
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin-top: 0;
    flex-shrink: 0;
  }
  .page-container .section-3 .content .left-icon,
  .page-container .section-3 .content .right-icon {
    display: none;
  }
  .page-container .section-3 .content .swiper {
    flex: none;
    width: 100%;
  }
  .page-container .section-3 .content .swiper .swiper-item {
    width: 220px;
    height: 470px;
  }
  .page-container .section-3 .content .swiper .swiper-item.is-pos-0 {
    transform: translate(calc(-50% - 260px), -50%) scale(0.7);
  }
  .page-container .section-3 .content .swiper .swiper-item.is-pos-1 {
    transform: translate(calc(-50% - 150px), -50%) scale(0.85);
  }
  .page-container .section-3 .content .swiper .swiper-item.is-pos-2 {
    transform: translate(-50%, -50%) scale(1);
  }
  .page-container .section-3 .content .swiper .swiper-item.is-pos-3 {
    transform: translate(calc(-50% + 150px), -50%) scale(0.85);
  }
  .page-container .section-3 .content .swiper .swiper-item.is-pos-4 {
    transform: translate(calc(-50% + 260px), -50%) scale(0.7);
  }
  .page-container .section-3 .slogan {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .page-container .section-4 {
    height: auto;
    padding: 40px 20px;
  }
  .page-container .section-4 .title {
    padding: 0 20px;
    font-size: 24px;
    text-align: center;
  }
  .page-container .section-4 > img {
    margin-top: 20px;
    width: 100%;
    max-width: 1200px;
  }
  .page-container .section-5 {
    height: auto;
    padding: 40px 0;
  }
  .page-container .section-5 .title {
    padding: 0 20px;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
  .page-container .section-5 .slider-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-top: 60px;
  }
  .page-container .section-5 .slider-wrapper .slider .arrow-left {
    top: 145px;
  }
  .page-container .section-5 .slider-wrapper .slider .arrow-right {
    top: 145px;
  }
  .page-container .section-5 .slider-wrapper .slider .slider-item {
    flex-direction: column;
    gap: 40px;
  }
  .page-container .section-5 .slider-wrapper .slider .slider-item .icon {
    width: 320px;
    height: 305px;
  }
  .page-container .section-5 .slider-wrapper .slider .slider-item .info {
    padding: 0 20px;
    width: 100%;
    transform: translateY(0);
  }
  .page-container .section-5 .slider-wrapper .slider .slider-item .info .row {
    font-size: 15px;
  }
  .page-container .section-5 .slider-wrapper .slider .slider-item .info .label {
    width: 90px;
  }
  .page-container .section-5 .slider-wrapper .orglist {
    position: static;
    margin-top: 10px;
    padding: 0 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .page-container .section-5 .slider-wrapper .orglist .item .logo {
    width: 50px;
    height: 50px;
  }
  .page-container .section-5 .slider-wrapper .orglist .item span {
    font-size: 14px;
  }
  .page-container .section-6 {
    height: auto;
    padding: 40px 0;
  }
  .page-container .section-6 .title {
    font-size: 24px;
  }
  .page-container .section-6 .line-img {
    display: none;
  }
  .page-container .section-6 .list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }
  .page-container .section-6 .list .item {
    width: calc(50% - 16px);
    max-width: 280px;
    padding: 18px 16px 26px;
  }
  .page-container .section-6 .list .item .label {
    margin-top: 6px;
    font-size: 15px;
  }
  .page-container .section-7 {
    height: auto;
    padding: 40px 0;
  }
  .page-container .section-7 .title {
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .page-container .section-7 .subtitle {
    margin-top: 10px;
    font-size: 14px;
  }
  .page-container .section-7 .input-wrapper {
    flex-direction: column;
    margin-top: 20px;
    padding: 12px;
    width: 90%;
    border-radius: 16px;
  }
  .page-container .section-7 .input-wrapper > input {
    width: 100%;
    height: 56px;
    padding: 10px 16px;
  }
  .page-container .section-7 .input-wrapper .btn {
    width: 100%;
    margin-top: 12px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
  }
}
