.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
}

.v {
  --content-w: 1056px;
  width: 100%;
  /* height: 100%; */
  box-sizing: border-box;
}

/* 节标题 */
.v .title-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 40px 0;
}

.v .title-wrapper span {
  width: auto;
  margin: 10px 0;
  text-align: center;
  color: #3c4467;
  font-family: AlibabaPuHuiTi;
  font-size: 34px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
}

.v .title-wrapper img {
  width: 109px;
  height: 16px;
  margin: auto;
  object-fit: contain;
}

.v .title-wrapper .sub-title {
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.55);
  font-family: AlibabaPuHuiTi;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding-top: 10px;
}

/*  */
.v .model {
  width: 100%;
  height: auto;
  color: #ffffff;
}

/* ---------------------------top--------------------------- */
.v .top {
  width: 100%;
  height: 500px;
  background-image: url(../images/gasStation2/top-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: contain;
}

.v .top-inner {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.v .top .box {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 40px 47px;
  margin-right: 15%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  justify-content: start;
  box-sizing: border-box;
}

.v .top .title {
  font-size: 34px;
  font-weight: bold;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.2;
  padding-top: 10px;
}

.v .top .sub-title {
  width: 100%;
  background: #ff6b35;
  color: #fff;
  padding: 2px 14px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  /* text-align: center; */
  box-sizing: border-box;
}

.v .top .features {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v .top .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.v .top .check-icon {
  width: 20px;
  height: 20px;
  background: #ff6b35;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.v .top .feature-text {
  font-size: 20px;
  color: rgb(43, 61, 79, 0.85);
  font-weight: 500;
  line-height: 1.4;
}

/* ---------------------------m1--------------------------- */
.m1 {
  width: 100%;
  background-image: url(../images/gasStation2/m1-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: contain;
}

.m1 .m1-inner {
  width: auto;
  height: auto;
}

.m1 .m1-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------------------------m2--------------------------- */
.m2 {
  width: 100%;
  background-image: url(../images/gasStation2/m2-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: contain;
}

.m2 .m2-inner {
  width: auto;
  height: auto;
}

.m2 .m2-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------------------------m3--------------------------- */
.m3 {
  width: 100%;
  background-image: url(../images/gasStation2/m3-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: contain;
}

.m3 .m3-inner {
  width: auto;
  height: auto;
}

.m3 .m3-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------------------------m4--------------------------- */
.m4 {
  width: 100%;
  /* background-image: url(../images/gasStation2/m3-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
  object-fit: contain;
}

.m4 .m4-inner {
  width: auto;
  height: auto;
}

.m4 .m4-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------------------------m5--------------------------- */
.m5 {
  width: 100%;
  object-fit: contain;
}

.m5 .m5-inner {
  width: auto;
  height: auto;
}

.m5 .m5-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------------------------m6--------------------------- */
.m6 {
  width: 100%;
  background-image: url(../images/gasStation2/m6-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: contain;
}

.m6 .m6-inner {
  width: auto;
  height: auto;
}

.m6 .m6-inner img {
  /* width: 100%;
  height: 100%; */
  object-fit: contain;
}


/* ---------------------------m7--------------------------- */
.m7 {
  width: 100%;
  /* background-image: url(../images/gasStation2/swiper-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: contain; */
}

/* ---------------------------m8--------------------------- */
.m8 {
  width: 100%;
  /* height: 1800px !important; */
  align-items: start;
  background-image: url(../images/gasStation2/m8-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: contain;
}
.m8 .title-wrapper span {
  color: #fff;
}

.m8 .m8-inner {
  width: 100%;
  height: 100%;
}

.m8 .m8-inner img {
  /* width: 100%;
  height: 100%; */
  /* object-fit: contain; */
}

.m8 .container {
  max-width: var(--content-w);
  margin: 0 auto;
}

.m8 .skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 ，1fr表示平均分配 */
  gap: 50px 0;
  /* margin-bottom: 40px; */
  padding: 60px 0;
}

.m8 .skill-item {
  text-align: center;
  color: white;
}

.m8 .skill-icon {
  width: 160px;
  height: 160px;
  margin: 0 auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #5b6bc0;
  font-weight: bold;
}

.m8 .skill-icon img {
  width: 100%;
  height: 100%;
}

.m8 .skill-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}

.m8 .skill-category {
  background: #ff6b35;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
}

.m8 .skill-subjects {
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.m8 .skill-description {
  border: 2px dashed rgba(255, 255, 255, 0.5);
  padding: 6px 6px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 288px;
  min-height: 58px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.m8 .mascot-container {
  position: relative;
}

.m8 .mascot-image {
  width: 100%;
  /* width: 373px; */
  /* height: 359px; */
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 768px) {
  .m8 .skills-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .m8 .bottom-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .m8 .skill-icon {
    width: 100px;
    height: 100px;
  }

  .m8 .skill-title {
    font-size: 20px;
  }

  .m8 .mascot-image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
