
/* 清除默认箭头 */
.swiper-button-next::after,
.swiper-button-prev::after {
  content: '' !important; /* 必须清空伪元素内容 */
  display: none !important; /* 双重保障 */
}

/* 替换左侧按钮为自定义SVG */
.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1746699810876'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='24295'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M330.666667%20512a35.84%2035.84%200%200%200%2011.52%2026.453333l235.52%20220.586667a35.84%2035.84%200%201%200%2049.066666-52.48L419.413333%20512l207.36-194.56a35.84%2035.84%200%201%200-49.066666-52.48L341.333333%20484.266667a35.84%2035.84%200%200%200-10.666666%2027.733333zM512%200a512%20512%200%201%200%20512%20512A512%20512%200%200%200%20512%200z%20m0%2072.106667a439.466667%20439.466667%200%200%201%20170.666667%20844.373333A439.466667%20439.466667%200%200%201%20200.533333%20200.533333a438.613333%20438.613333%200%200%201%20311.04-128z'%20fill='%23e6e6e6'%20p-id='24296'%3e%3c/path%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* 保持SVG完整比例 */
}

/* 替换右侧按钮为自定义SVG */
.swiper-button-next {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1746699864793'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='25402'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M682.666667%20484.266667l-237.226667-220.586667a35.84%2035.84%200%201%200-49.493333%2052.48L603.733333%20512l-207.786666%20193.28a35.84%2035.84%200%201%200%2049.066666%2052.48L682.666667%20536.746667a35.84%2035.84%200%200%200%200-52.48zM512%200a512%20512%200%201%200%20512%20512A512%20512%200%200%200%20512%200z%20m0%2072.106667a439.466667%20439.466667%200%200%201%20170.666667%20844.373333A439.466667%20439.466667%200%200%201%20200.533333%20200.533333a438.613333%20438.613333%200%200%201%20311.04-128z'%20fill='%23e6e6e6'%20p-id='25403'%3e%3c/path%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 统一按钮尺寸 */
.swiper-button-next,
.swiper-button-prev {
  width: 2rem !important;
  height: 2rem !important;
  margin-top: -1.5rem; /* 垂直居中修正 */
@media (max-width: 768px) {
    width: 2.25rem !important;
    height: 2.25rem !important;
}
}
.swiper-button-prev {
  left: 2.5rem;
}
.swiper-button-next {
  right: 2.5rem;
}
.swiper-pagination-bullet {
  width: 34px !important;
  height: 4px !important;
  border-radius: 16px !important;
  background-color: white !important;
  margin-right: 15px !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: rgba(3, 182, 21, 1) !important;
}

.home-banner .slide[data-v-c86528b6] {
  padding: 0 7rem;
  min-height: 37.5rem;
  background-size: cover;
}
.home-banner .slide .slide-text[data-v-c86528b6] {
  font-weight: bold;
  color: white;
}
.home-banner .slide .slide-title[data-v-c86528b6] {
  font-size: 3rem;
  min-height: 4.2rem;
}
.home-banner .slide .slide-sub-title[data-v-c86528b6] {
  font-size: 2rem;
  min-height: 2.8rem;
}
.home-banner .slide .slide-desc[data-v-c86528b6] {
  font-size: 1rem;
  line-height: 1.8rem;
  min-height: 7.25rem;
}
.home-banner .slide .slide-link[data-v-c86528b6] {
  font-size: 1rem;
}
.slide-title-divided[data-v-c86528b6],
.slide-sub-title-divided[data-v-c86528b6],
.slide-desc-divided[data-v-c86528b6],
.slide-link-divided[data-v-c86528b6] {
  visibility: hidden;
  margin: 0;
}
.slide-title-divided[data-v-c86528b6] {
  padding-top: 9rem;
}
.slide-sub-title-divided[data-v-c86528b6] {
  padding-top: 1.5rem;
}
.slide-desc-divided[data-v-c86528b6] {
  padding-top: 1.5rem;
}
.slide-link-divided[data-v-c86528b6] {
  padding-top: 1.5rem;
}
@media (max-width: 720px) {
.slide-title-divided[data-v-c86528b6] {
    padding-top: 4rem;
}
.home-banner .slide .slide-sub-title[data-v-c86528b6] {
    font-size: 2rem;
    min-height: 2.8rem;
}
}
@media (max-width: 500px) {
.home-banner .slide[data-v-c86528b6] {
    min-height: 50rem;
}
}

.button[data-v-62e5e463] {
  transition: all 0.25s ease;
  background-color: #027db4;
  border-radius: 1rem;
  text-align: center;
  cursor: pointer;
  padding: 1rem;
}
.button.avg[data-v-62e5e463] {
  width: 50%;
}
.button[data-v-62e5e463]:hover,
.button.active[data-v-62e5e463] {
  background-color: rgba(2, 167, 240);
  /* 抬起效果 */
  transform: translateY(-3px);
  /* 45°斜角阴影 */
  box-shadow: 15px 15px 10px -5px rgba(0, 0, 0, 0.5); /* 45°右下阴影 */
  transform: rotate3d(0, 0, 1, 0.01deg); /* 修复锯齿 */
}
@media (max-width: 1440px){.pioneer-flex[data-astro-cid-sb5aqcr3]{flex-wrap:wrap}.pioneer-card[data-astro-cid-sb5aqcr3]{width:100%}.pioneer-img[data-astro-cid-sb5aqcr3]{width:100%}}@media (max-width: 750px){.pioneer-flask[data-astro-cid-sb5aqcr3]{flex-shrink:0;flex-basis:100%}.pioneer-dia[data-astro-cid-sb5aqcr3]{flex-wrap:wrap}}