.fp-section {
  padding-bottom: var(--footer-height);
}
.index-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-swiper .swiper {
  height: 100%;
}
.index-swiper .swiper-slide {
  overflow: hidden;
}
.index-swiper .swiper-slide .slide-inner > img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  object-fit: cover;
}
.index-swiper .controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.index-swiper .controls > div {
  transform: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: relative !important;
}
.index-swiper .swiper-button {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  background-color: transparent;
  backdrop-filter: blur(10px);
  border: none;
  z-index: 1;
}
.index-swiper .swiper-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.index-swiper .swiper-pagination {
  bottom: 2rem;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.2rem;
  border-radius: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.wrap-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5rem;
}
.wrap-tit h2 {
  font-size: 2rem;
  line-height: 2;
}
.wrap-tit h2 span {
  font-size: inherit;
  color: var(--color-c2);
}
.wrap-tit p {
  font-size: 1.2rem;
  color: #627982;
}
.slide1 {
  background-image: url("../images/pbg.png");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.slide1 .wrap-tit {
  margin-bottom: 1rem;
}
.slide1 .con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
}
.slide1 .con .l {
  display: grid;
  gap: 1rem;
}
.slide1 .con .l .w {
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
  background-image: url("../images/zx.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.slide1 .con .l .w p {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--color-c1);
}
.slide1 .con .l .w span {
  font-size: 1.4rem;
  color: #627982;
}
.slide1 .con .l .c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5rem;
  row-gap: 1rem;
}
.slide1 .con .l .c p {
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--color-c1);
}
.slide1 .con .l .c p span {
  font-size: 0.7rem;
  color: inherit;
}
.slide1 .con .l .c > span {
  font-size: 0.8rem;
  color: #666;
}
.slide1 .con .p {
  flex-shrink: 0;
  width: 38.9rem;
  background-image: url("../images/p.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.slide1 .con .p > .c {
  width: 30rem;
  height: 30rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.6rem solid #ff904f;
  overflow: hidden;
}
.slide1 .con .p > .c .top {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: linear-gradient(180deg, #f7a328 0%, #fde1b2 100%);
}
.slide1 .con .p > .c .top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 0.5rem solid #fde1b2;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  transform: translateX(-50%);
}
.slide1 .con .p > .c .top * {
  color: #fff;
}
.slide1 .con .p > .c .top .t {
  margin-bottom: 1rem;
}
.slide1 .con .p > .c .top .t p {
  width: 6em;
  font-size: 2.2rem;
  margin: 0 auto;
}
.slide1 .con .p > .c .top .t p span {
  font-size: inherit;
}
.slide1 .con .p > .c .top .s {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.slide1 .con .p > .c .top .s div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slide1 .con .p > .c .top .s div span {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}
.slide1 .con .p > .c .top .s div p {
  font-size: 1rem;
}
.slide1 .con .p > .c .f {
  padding: 0.5rem 1rem 0;
}
.slide1 .con .p > .c .f > p {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 0 1.5rem;
  margin-bottom: 1rem;
  background-image: url("../images/tbc.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom center;
}
.slide1 .con .p > .c .f > p span {
  font-size: inherit;
  color: var(--color-c2);
}
.slide1 .con .p > .c .f div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  --count: ((100% - 0.5rem * 2) / 3);
}
.slide1 .con .p > .c .f div .link {
  width: calc(var(--count));
  padding: 0.5rem 0.6rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(178, 178, 178, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.7rem;
  color: #666;
  background-color: #fcfcfc;
}
.slide1 .con .p > .c .f div .link:nth-of-type(4),
.slide1 .con .p > .c .f div .link:nth-of-type(6) {
  margin-left: calc(var(--count) / 2);
}
.slide1 .con .p > .c .f div .link:hover {
  color: var(--color-c1);
  border: 1px solid var(--color-c1);
  box-shadow: 0rem 0.2rem 0.5rem 0rem #e0e9ed;
}
.slide1 .con .p > .c .f .m {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: var(--color-c1);
  margin-top: 1rem;
}
.slide1 .con .r {
  width: 19rem;
}
.slide1 .con .r .t {
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
  background-image: url("../images/zx.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.slide1 .con .r .t > p {
  width: 6em;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  color: var(--color-c1);
  margin: 0 auto;
}
.slide1 .con .r .w > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1rem 0;
}
.slide1 .con .r .w > div:not(:first-child) {
  border-top: 1px dashed #c7e3ee;
}
.slide1 .con .r .w > div .i {
  width: 2.4rem;
}
.slide1 .con .r .w > div .x {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.slide1 .con .r .w > div .x span {
  font-size: 1.4rem;
  font-weight: bold;
  font-style: italic;
  padding-right: 0.3rem;
  background: linear-gradient(180deg, #ff9050 0%, rgba(255, 144, 80, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.slide1 .con .r .w > div .x p {
  font-size: 1.2rem;
  color: #627982;
  margin-top: -0.5rem;
}
.slide2 {
  background-image: url("../images/hb1.png");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.slide2 .wrap-tit img {
  width: 32.5rem;
}
.slide2 .con {
  position: relative;
  width: calc(100% - 14.5rem * 2);
  margin: 0 auto;
}
.slide2 .swiper-slide {
  padding: 3rem 1.5rem;
  background-color: #ebf5f7;
  background-image: url("../images/hb2.png");
  background-size: 100%;
}
.slide2 .swiper-slide:hover {
  background-color: var(--color-c1);
}
.slide2 .swiper-slide:hover *,
.slide2 .swiper-slide:hover .c,
.slide2 .swiper-slide:hover .c li,
.slide2 .swiper-slide:hover .c ul,
.slide2 .swiper-slide:hover * *,
.slide2 .swiper-slide:hover .c *,
.slide2 .swiper-slide:hover .c li *,
.slide2 .swiper-slide:hover .c ul * {
  color: #fff;
}
.slide2 .swiper-slide span {
  display: inline-block;
  margin-bottom: -1rem;
  padding-right: 0.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(180deg, #ff9050 0%, rgba(255, 144, 80, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.slide2 .swiper-slide h6 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #627982;
}
.slide2 .swiper-slide h6:hover {
  color: var(--color-c2) !important;
}
.slide2 .swiper-slide .c {
  color: #627982;
  font-size: 0.7rem;
  line-height: 1.8;
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
}
.slide2 .swiper-slide .c ul,
.slide2 .swiper-slide .c li {
  list-style-type: auto;
  list-style-position: inside;
}
.slide2 .swiper-slide .c ul,
.slide2 .swiper-slide .c li,
.slide2 .swiper-slide .c ul *,
.slide2 .swiper-slide .c li * {
  color: #627982;
  font-size: 0.7rem;
}
.slide2 .swiper-slide .c li:hover,
.slide2 .swiper-slide .c li:hover * {
  color: var(--color-c2) !important;
}
.slide2 .swiper-slide p {
  font-size: 0.75rem;
  color: var(--color-c1);
}
.slide2 .swiper-slide p:hover {
  color: var(--color-c2) !important;
}
.slide2 .swiper-button.swiper-button-prev {
  left: -5rem;
}
.slide2 .swiper-button.swiper-button-next {
  right: -5rem;
}
.slide3 .fp-overflow {
  overflow: visible !important;
}
.mb {
  display: none;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
    margin-top: 0;
  }
  footer {
    position: relative;
    border: none;
  }
  .wrap-tit {
    margin-bottom: 2rem;
  }
  .wrap-tit h2 {
    font-size: 1.1rem;
  }
  .wrap-tit p {
    font-size: 14px;
    text-align: center;
  }
  .index-mb .swiper-slide img {
    display: block;
    width: 100%;
    min-height: 50vh;
    object-fit: cover;
  }
  .index-mb .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    border-color: #fff;
  }
  .index-mb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
  }
  .main-1 {
    padding-bottom: 1rem;
    background: linear-gradient(258deg, #ebf5f7 0%, #ebf5f7 100%);
  }
  .main-1 * {
    color: #333;
  }
  .main-1 .wrap-tit h2 {
    text-align: center;
    line-height: 1.6;
  }
  .main-1 .wrap-tit p {
    text-align: center;
  }
  .main-1 .wrap-tit {
    margin-bottom: 1rem;
  }
  .main-1 .content .top {
    padding-bottom: 5rem;
    position: relative;
  }
  .main-1 .content .top::before,
  .main-1 .content .top::after {
    content: "";
    position: absolute;
    top: 1rem;
    width: 3rem;
    height: 6.5rem;
    background-size: 100%;
  }
  .main-1 .content .top::before {
    left: 0;
    background-image: url("../images/lb3.png");
  }
  .main-1 .content .top::after {
    right: 0;
    background-image: url("../images/lb4.png");
  }
  .main-1 .content .top * {
    color: #333;
  }
  .main-1 .content .top .v1 {
    display: grid;
    gap: 0.5rem;
    padding: 1rem 0;
  }
  .main-1 .content .top .v1 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    background-image: url("../images/tbc.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .main-1 .content .top .v1 p {
    font-size: 1rem;
  }
  .main-1 .content .top .v1 span {
    font-size: 0.7rem;
  }
  .main-1 .content .top .v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .main-1 .content .top .v2 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.6rem 0;
    box-shadow: 0rem 0rem 0.05rem 0rem #fff;
  }
  .main-1 .content .top .v2 div p {
    font-size: 1rem;
  }
  .main-1 .content .top .v2 div span {
    font-size: 0.7rem;
  }
  .main-1 .content .cen {
    position: relative;
    padding: 2rem 0.5rem 2rem;
    margin-top: -4rem;
    margin-bottom: -4rem;
    z-index: 1;
  }
  .main-1 .content .cen .t {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .main-1 .content .cen .t span {
    font-size: 1.5rem;
    color: var(--color-c1);
  }
  .main-1 .content .cen .d .lc {
    display: flex;
    justify-content: space-between;
    background-color: var(--color-c1);
    padding: 1rem;
  }
  .main-1 .content .cen .d .lc div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-1 .content .cen .d .lc span {
    font-size: 1.25rem;
    font-weight: bold;
    background: linear-gradient(180deg, #ff9050 0%, rgba(255, 144, 80, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .main-1 .content .cen .d .lc p {
    width: 4em;
    color: #fff;
    font-size: 0.65rem;
    text-align: center;
    margin-top: -0.5rem;
  }
  .main-1 .content .cen .d .x {
    padding: 10px;
    background-color: var(--color-c2);
  }
  .main-1 .content .cen .d .x p {
    text-align: center;
    color: #fff;
  }
  .main-1 .content .cen .d .tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0;
  }
  .main-1 .content .cen .d .tags a {
    font-size: 0.6rem;
    padding: 0.5rem;
    border: 1px solid #333;
    border-radius: 5rem;
  }
  .main-1 .content .cen .d .all {
    display: block;
    width: 8rem;
    padding: 0.6rem 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    background-color: var(--color-c1);
  }
  .main-1 .content .bot {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
  .main-1 .content .bot .t {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .main-1 .content .bot .l {
    display: flex;
  }
  .main-1 .content .bot .l div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
  }
  .main-1 .content .bot .l div:last-child {
    border: none;
  }
  .main-1 .content .bot .l div img {
    width: 1.8rem;
  }
  .main-1 .content .bot .l div p {
    font-size: 0.75rem;
  }
  .main-1 .content .bot .l div span {
    font-size: 1.25rem;
    font-weight: bold;
    background: linear-gradient(180deg, #ff9050 0%, rgba(255, 144, 80, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .main-2 {
    padding: 1rem 0.75rem;
    background-color: #ebf5f7;
    background-image: url("../images/hb2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: var(--color-c1);
  }
  .main-2 .wrap-tit h2 {
    text-align: center;
    line-height: 1.2;
  }
  .main-2 * {
    color: #fff;
  }
  .main-2 .con {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .main-2 .item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.4rem;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    font-size: 0.75rem;
    min-width: 0;
  }
  .main-2 .item span {
    font-weight: normal;
    font-size: 0.75rem;
  }
  .main-2 .item h6 {
    font-size: 0.75rem;
    font-weight: normal;
  }
  .main-2 .all {
    width: 100%;
    justify-content: center;
    margin: 0;
    background-color: var(--color-c2);
    border-color: var(--color-c2);
  }
  .main-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Mobile main-1 content refresh — keep the original top/cen/bot structure */
@media screen and (max-width: 768px) {
  .main-1 .content .top {
    padding: 1rem 0.5rem 5rem;
  }
  .main-1 .content .top::before,
  .main-1 .content .top::after {
    top: 1.2rem;
    opacity: 0.42;
    pointer-events: none;
  }
  .main-1 .content .top .v1,
  .main-1 .content .top .v2 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.25rem;
    padding: 0;
  }
  .main-1 .content .top .v1 {
    margin-bottom: 0.25rem;
  }
  .main-1 .content .top .v1 a,
  .main-1 .content .top .v2 a {
    display: flex;
    height: 1.45rem;
    min-width: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 0.6rem;
    white-space: nowrap;
    border-radius: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-1 .content .top .v1 a.active {
    border-color: var(--color-c2);
    background: #fff;
    color: var(--color-c2);
  }
  .main-1 .content .top .v2 a.more {
    color: #fff;
    margin: 0;
    width: 100%;
  }
  .main-1 .content .cen {
    padding: 0 0.5rem;
    margin-top: -3rem;
  }
  .main-1 .content .cen .t {
    margin-bottom: 0.8rem;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  .main-1 .content .cen .d .lc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0;
    background: transparent;
  }
  .main-1 .content .cen .d .lc > div {
    min-height: 10rem;
    padding: 1.1rem 0.35rem 0.75rem;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 0.08rem 0.18rem rgba(91, 55, 17, 0.25);
  }
  .main-1 .content .cen .d .lc h3 {
    color: #333;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
  .main-1 .content .cen .d .lc h3 span {
    color: var(--color-c2);
    font-size: 1.4rem;
    font-weight: 600;
    -webkit-text-fill-color: currentColor;
    background: none;
  }
  .main-1 .content .cen .d .lc i {
    display: block;
    width: 0;
    height: 0;
    margin: 0.75rem auto;
    border-left: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-top: 0.3rem solid #d8d8d8;
  }
  .main-1 .content .cen .d .lc p {
    width: auto;
    margin: 0;
    color: #777;
    font-size: 0.7rem;
    line-height: 1.8;
    text-align: left;
    white-space: nowrap;
  }
  .main-1 .content .bot {
    display: flex;
    flex-direction: column;
    padding: 5rem 0.35rem 1.1rem;
  }
  .main-1 .content .bot .t {
    order: 2;
  }
  .main-1 .content .bot .l {
    order: 1;
  }
  .main-1 .content .bot .l {
    align-items: flex-end;
  }
  .main-1 .content .bot .l div {
    min-width: 0;
    gap: 0.05rem;
    border-right: none;
  }
  .main-1 .content .bot .l div strong {
    color: var(--color-c2);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
  }
  .main-1 .content .bot .l div strong sup {
    color: var(--color-c2);
    font-size: 0.8rem;
    vertical-align: top;
  }
  .main-1 .content .bot .l div p {
    font-size: 0.7rem;
    white-space: nowrap;
  }
  .main-1 .content .bot .t {
    margin: 0.65rem 0 0;
    font-size: 0.72rem;
  }
  .main-1 .content .bot .t span {
    color: var(--color-c2);
  }
}
