@charset "UTF-8";
:root {
    --bajie-text-primary: #39FF14;
    --bg-dark: #000;
    --chip-dot-a: #39FF14;
    --chip-dot-b: #FF6E14;
    --chip-dot-c: #FFFB14;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
html {
  background: #F9F9F9;
}

body {
  color: #151515;
  font-family: Didact Gothic;
}

.mt-300 {
  margin-top: 15.625vw;
}

.mt-200 {
  margin-top: 10.4166666667vw;
}

.mt-160 {
  margin-top: 8.3333333333vw;
}

.mt-120 {
  margin-top: 6.25vw;
}

.mt-80 {
  margin-top: 4.1666666667vw;
}

.mt-60 {
  margin-top: 3.125vw;
}

.mt-40 {
  margin-top: 2.0833333333vw;
}

.mb-120 {
  margin-bottom: 6.25vw;
}

.mb-40 {
  margin-bottom: 2.0833333333vw;
}

.mb-20 {
  margin-bottom: 1.0416666667vw;
}

.mt-20 {
  margin-top: 1.0416666667vw;
}

@media (max-width: 750px) {
  .mt-300 {
    margin-top: 40vw;
  }

  .mt-200 {
    margin-top: 26.6666666667vw;
  }

  .mt-160 {
    margin-top: 21.3333333333vw;
  }

  .mt-120 {
    margin-top: 16vw;
  }

  .mt-80 {
    margin-top: 10.6666666667vw;
  }

  .mt-60 {
    margin-top: 8vw;
  }

  .mt-40 {
    margin-top: 5.3333333333vw;
  }

  .mb-120 {
    margin-bottom: 16vw;
  }

  .mb-40 {
    margin-bottom: 5.3333333333vw;
  }

  .mb-20 {
    margin-bottom: 2.6666666667vw;
  }

  .mt-20 {
    margin-top: 2.6666666667vw;
  }
}
.font-14px {
    font-size: 1vw;
}
.font-16px {
    font-size: 1.145vw;
}
.font-18px {
    font-size: 1.25vw;
}
.font-20px {
    font-size: 1.4vw;
}
.font-24px {
    font-size: 1.667vw;
}
.font-28px {
    font-size: 1.875vw;
}
.font-30px { font-size: 2.06vw; }
.font-32px {
    font-size: 2.083vw;
}
.font-40px {
    font-size: 2.5vw;
}
.font-48px {
    font-size: 2.917vw;
}
.font-56px {
    font-size: 3.333vw;
}
.font-64px {
    font-size: 3.75vw;
}
.font-72px {
    font-size: 4.167vw;
}
.font-74px { font-size: 4.268vw; }
.font-76px { font-size: 4.370vw; }
.font-78px { font-size: 4.435vw; }
.font-80px {
    font-size: 4.583vw;
}
@media (max-width: 768px) {
    .font-14px {
        font-size: 2vw;
    }
    .font-16px {
        font-size: 2.29vw;
    }
    .font-18px {
        font-size: 2.5vw;
    }
    .font-20px {
        font-size: 2.81vw;
    }
    .font-24px {
        font-size: 3.333vw;
    }
    .font-28px {
        font-size: 3.75vw;
    }
    .font-30px { font-size: 4.12vw; }
    .font-32px {
        font-size: 4.367vw;
    }
    .font-40px {
        font-size: 5vw;
    }
    .font-48px {
        font-size: 5.938vw;
    }
    .font-56px {
        font-size: 6.667vw;
    }
    .font-64px {
        font-size: 7.5vw;
    }
    .font-72px {
        font-size: 8.333vw;
    }
    .font-74px { font-size: 8.543vw; }
    .font-76px { font-size: 8.753vw; }
    .font-78px { font-size: 8.87vw; }
    .font-80px {
        font-size: 9.167vw;
    }
}
.bajie-article-title {
  font-size: 3.6458333333vw;
  line-height: 5.2083333333vw;
  font-weight: bold;
  font-family: Merriweather;
}

@media (max-width: 1200px) {
  .bajie-article-title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 750px) {
  .bajie-article-title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
  }
}
.bajie-article-text {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #444444;
}

@media (max-width: 750px) {
  .bajie-article-text {
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
  }
}
.bajie-article-note {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 750px) {
  .bajie-article-note {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.divide-dashed-line {
  border-bottom: 1px dashed #707070;
}

* {
  scroll-behavior: smooth;
}

.theme-color {
  color: #444444 !important;
}

.theme-color-bg {
  background-color: #21b97c;
}

.theme-color-bg-32 {
  background-color: rgba(33, 185, 124, 0.32);
}

.theme-color-bg-20 {
  background-color: rgba(33, 185, 124, 0.2);
}

.theme-color-bg-10 {
  background-color: rgba(33, 185, 124, 0.1);
}

.font-white {
  color: #fff;
}

.navbar-bajie {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1200px) {
  .navbar-bajie {
    width: 100vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.navbar-bajie-white {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}

.navbar-collapse-bajie {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.logo {
  width: 66px;
  height: 66px;
  margin-right: 7px;
}

@media (max-width: 1400px) {
  .logo {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .logo {
    width: 8.8vw;
    height: 8.8vw;
    margin-right: 1.3333333333vw;
  }
}
.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #21b97c;
}

@media (max-width: 1400px) {
  .name {
    font-size: 25px;
  }
}
@media (max-width: 750px) {
  .name {
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #21b97c;
  }
}
.navbar-toggle-icon {
  width: 44px;
  height: 44px;
}

@media (max-width: 750px) {
  .navbar-toggle-icon {
    width: 8.8vw;
    height: 8.8vw;
  }
}
.navbar-nav-bajie {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-nav-bajie .nav-link-bajie {
  font-size: 22px;
  font-weight: bold;
  font-family: Merriweather;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #151515;
}

.navbar-nav-bajie .nav-link-bajie:hover {
  color: #21b97c;
}

@media (max-width: 1400px) {
  .navbar-nav-bajie .nav-item {
    padding: 24px 0;
  }

  .navbar-nav-bajie .nav-link-bajie {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .navbar-nav-bajie .nav-item {
    padding: 3.2vw 0;
  }

  .navbar-nav-bajie .nav-link-bajie {
    font-size: 4vw;
    padding: 0 1.3333333333vw;
  }
}
.banner {
  position: relative;
  margin-top: 120px;
}
.banner .banner-img {
  width: 100%;
}

.banner .banner-img-phone {
  display: none;
}

@media (max-width: 750px) {
  .banner {
    margin-top: 21.3333333333vw;
  }
  .banner .banner-img {
    display: none;
  }

  .banner .banner-img-phone {
    display: block;
    width: 100%;
  }
}
.power-bank-title {
  margin: 0;
}

.battery-info .battery-info-img {
  width: 100%;
}

.battery-info .battery-features .battery-feature .battery-feature-img {
  width: 4.1666666667vw;
}

.battery-info .battery-features .battery-feature .battery-feature-text {
  margin-top: 1.25vw;
  font-size: 1.3541666667vw;
  line-height: 2.0833333333vw;
  font-weight: 400;
  color: #151515;
}

.battery-info .battery-info-authentications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.battery-info .battery-info-authentications .battery-info-authentication {
  width: 2.6041666667vw;
}

.battery-info .battery-info-imggroup {
  margin-top: 1.25vw;
  cursor: pointer;
}

.battery-info .battery-info-imggroup-img {
  width: 9.2708333333vw;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #fff;
}

.battery-info .battery-info-imggroup-img:hover {
  opacity: 1;
}

.battery-info .choosed-img {
  opacity: 1;
  border: 1px solid #21b97c;
}

.battery-info .battery-info-detail .battery-info-detail-title {
  font-size: 2.0833333333vw;
  font-family: Merriweather;
}

.battery-info .battery-info-detail .battery-info-detail-fields .battery-info-detail-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.0416666667vw 0;
}

.battery-info .battery-info-detail .battery-info-detail-fields .battery-info-detail-field .battery-info-detail-field-key {
  margin-right: 1.6666666667vw;
  font-size: 1.1458333333vw;
  line-height: 1.875vw;
  color: #444444;
  font-family: Merriweather;
}

.battery-info .battery-info-detail .battery-info-detail-fields .battery-info-detail-field .battery-info-detail-field-value {
  font-size: 1.25vw;
  line-height: 1.875vw;
  font-weight: bold;
}

@media (max-width: 750px) {
  .battery-info .battery-info-img {
    width: 100%;
    margin-bottom: 4vw;
  }

  .battery-info .battery-features .battery-feature .battery-feature-img {
    width: 10.6666666667vw;
  }

  .battery-info .battery-features .battery-feature .battery-feature-text {
    margin-top: 2.2666666667vw;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }

  .battery-info .battery-info-authentications .battery-info-authentication {
    width: 6.6666666667vw;
  }

  .battery-info .battery-info-imggroup {
    margin: 3.2vw 0;
  }

  .battery-info .battery-info-imggroup img {
    width: 14.4vw;
    margin-bottom: 3.2vw;
  }

  .battery-info .battery-info-detail .battery-info-detail-title {
    font-size: 5.3333333333vw;
  }

  .battery-info .battery-info-detail .battery-info-detail-fields .battery-info-detail-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .battery-info .battery-info-detail .battery-info-detail-fields .battery-info-detail-field .battery-info-detail-field-key {
    padding: 2.6666666667vw 2.6666666667vw;
    font-size: 4vw;
    line-height: 4.8vw;
  }

  .battery-info .battery-info-detail .battery-info-detail-fields .battery-info-detail-field .battery-info-detail-field-value {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 4vw;
    line-height: 4.8vw;
    background: rgba(168, 168, 168, 0.1);
    border-radius: 1.3333333333vw;
  }
}

.secondgenerat-software {
  width: 75vw;
  margin: 2.0833333333vw auto;
}

.secondgenerat-software .secondgenerat-video {
  width: 100%;
}

@media (max-width: 750px) {
  .secondgenerat-software {
    width: 91.4666666667vw;
  }
}

.station .station-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

.station .station-types .station-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  position: relative;
  cursor: pointer;
  padding: 1.25vw;
}

.station .station-types .station-type:hover {
  color: #21b97c;
}

.station .station-types .station-type .station-type-img {
  display: none;
}

.station .station-types .station-type .station-type-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.station .station-types .station-type .station-type-text .station-type-text-title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.3541666667vw;
  margin-right: 0.5208333333vw;
}

.station .station-types .station-type .station-type-text .station-type-text-icon, .station-type-sub .station-type-sub-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.3541666667vw;
  margin-top: 0.2604166667vw;
}

.station .station-types .station-type .station-type-subs {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 13.0208333333vw;
  position: absolute;
  top: 4.1666666667vw;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.5208333333vw;
  text-align: center;
  color: #101010;
  z-index: 2;
}
.station .station-types .station-type .station-3type-subs {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 13.0208333333vw;
  position: absolute;
  top: 4.1666666667vw;
  left: 8vw;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.5208333333vw;
  text-align: center;
  color: #101010;
  z-index: 3;
}

.station .station-types .station-type .station-type-subs .station-type-sub .sub-img {
  display: none;
}

.station .station-types .station-type .station-type-subs .station-type-sub .sub-text {
  font-size: 1.1458333333vw;
  padding: 0.5208333333vw 1.25vw;
}

.station .station-types .station-type .station-type-subs .station-type-sub .sub-text:hover {
  color: #21b97c;
}

.station .station-items {
  padding: 0;
}

.station .station-item {
  display: none;
  padding: 1.25vw 0;
}

.station .station-item .station-item-photo .station-item-photo-big {
  width: 100%;
  padding: 5%;
}

.station .station-item .station-item-photo .station-item-photo-smalls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.station .station-item .station-item-photo .station-item-photo-smalls .station-item-photo-small {
  position: relative;
  width: 7.7083333333vw;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
  cursor: pointer;
}

.station .station-item .station-item-photo .station-item-photo-smalls .station-item-photo-small img {
  width: 100%;
}

.station .station-item .station-item-photo .station-item-photo-smalls .station-item-photo-small:hover {
  opacity: 1;
}

.station .station-item .station-item-photo .station-item-photo-smalls .station-item-photo-small-choosed {
  opacity: 1;
}

@media (min-width: 750px) {
  .station .station-item .station-item-photo-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .station .station-item .station-item-photo-r .station-item-photo-big-r {
    width: 30.625vw;
    margin-left: 1.25vw;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .station .station-item .station-item-photo-r .station-item-photo-smalls-r {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .station .station-item .station-item-photo-r .station-item-photo-smalls-r .station-item-photo-small {
    width: 5.2083333333vw;
  }

  .station .station-item .station-item-photo-r .station-item-photo-smalls-r .station-item-photo-small img {
    width: 100%;
  }
}
.station .station-item .station-item-info {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.station .station-item .station-item-info .station-item-info-title {
  font-size: 1.5625vw;
  line-height: 2.3958333333vw;
  font-family: Merriweather;
  font-weight: bold;
}

.station .station-item .station-item-info .station-item-info-fields {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2.0833333333vw;
}

.station .station-item .station-item-info .station-item-info-fields .station-item-info-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5208333333vw;
}

.station .station-item .station-item-info .station-item-info-fields .station-item-info-field .station-item-info-field-key {
  margin-right: 1.0416666667vw;
  font-size: 1.1458333333vw;
  font-family: Merriweather;
  color: rgba(255, 255, 255, 0.7);
}

.station .station-item .station-item-info .station-item-info-fields .station-item-info-field .station-item-info-field-value {
  font-size: 1.25vw;
  font-weight: bold;
}

.station .station-item .station-item-sub-info {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}

.station .station-item .station-item-sub-info .station-item-sub-info-title {
  font-size: 1.5625vw;
  line-height: 2.3958333333vw;
  font-family: Merriweather;
  font-weight: bold;
}

.station .station-item .station-item-sub-info .station-item-sub-info-fields {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2.0833333333vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.station .station-item .station-item-sub-info .station-item-sub-info-fields .station-item-sub-info-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5208333333vw;
}

.station .station-item .station-item-sub-info .station-item-sub-info-fields .station-item-sub-info-field .station-item-sub-info-field-key {
  margin-right: 1.0416666667vw;
  font-size: 1.1458333333vw;
  font-family: Merriweather;
  color: rgba(255, 255, 255, 0.7);
}

.station .station-item .station-item-sub-info .station-item-sub-info-fields .station-item-sub-info-field .station-item-sub-info-field-value {
  font-size: 1.25vw;
  font-weight: bold;
}

@media (max-width: 750px) {
  .station {
    position: relative;
  }

  .station .station-types {
    position: static;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 2.6666666667vw;
    scroll-behavior: smooth;
  }

  .station .station-types::-webkit-scrollbar {
    display: none;
  }

  .station .station-types .station-type-prev,
.station .station-types .station-type-next {
    width: 16vw;
    height: 26.6666666667vw;
    opacity: 0.63;
    position: absolute;
    top: 0;
  }

  .station .station-types .fadeIn {
    -webkit-animation: fadeInkeyframes 0.5s ease-in;
    -moz-animation: fadeInkeyframes 0.5s ease-in;
    animation: fadeInkeyframes 0.5s ease-in;
  }

  .station .station-types .fadeOut {
    -webkit-animation: fadeOutKeyframes 0.5s ease-out;
    -moz-animation: fadeOutKeyframes 0.5s ease-out;
    animation: fadeOutKeyframes 0.5s ease-out;
  }

  @-webkit-keyframes fadeInkeyframes {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0.63;
    }
  }
  @-moz-keyframes fadeInkeyframes {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0.63;
    }
  }
  @keyframes fadeInkeyframes {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0.63;
    }
  }
  @-webkit-keyframes fadeOutKeyframes {
    0% {
      opacity: 0.63;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes fadeOutKeyframes {
    0% {
      opacity: 0.63;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOutKeyframes {
    0% {
      opacity: 0.63;
    }
    100% {
      opacity: 0;
    }
  }
  .station .station-types .station-type-prev {
    display: none;
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(23%, #ffffff), color-stop(38%, #ffffff), color-stop(40%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 0%, #ffffff 23%, #ffffff 38%, #ffffff 40%, #ffffff 100%);
    background: -moz-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 0%, #ffffff 23%, #ffffff 38%, #ffffff 40%, #ffffff 100%);
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 0%, #ffffff 23%, #ffffff 38%, #ffffff 40%, #ffffff 100%);
    left: 0;
  }

  .station .station-types .station-type-next {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(23%, #ffffff), color-stop(38%, #ffffff), color-stop(40%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 0%, #ffffff 23%, #ffffff 38%, #ffffff 40%, #ffffff 100%);
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 0%, #ffffff 23%, #ffffff 38%, #ffffff 40%, #ffffff 100%);
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 0%, #ffffff 23%, #ffffff 38%, #ffffff 40%, #ffffff 100%);
    opacity: 0.63;
    right: 0;
  }

  .station .station-types .station-type {
    position: static;
    height: 26.6666666667vw;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 2.6666666667vw;
    margin-right: 0;
  }

  .station .station-types .station-type:hover {
    color: #151515;
  }

  .station .station-types .station-type .station-type-img {
    display: block;
    width: 16vw;
  }

  .station .station-types .station-type .station-type-text {
    height: 5.3333333333vw;
  }

  .station .station-types .station-type .station-type-text .station-type-text-title {
    font-size: 3.4666666667vw;
    margin-right: 0.6666666667vw;
  }

  .station .station-types .station-type .station-type-text .station-type-text-icon, .station-type-sub .station-type-sub-icon {
    width: 2.6666666667vw;
    margin-top: 0.6666666667vw;
  }

  .station .station-types .station-type .station-type-subs {
    top: 26.6666666667vw;
    width: 100%;
    left: 0;
    padding: 0.6666666667vw;
    border-radius: 1.3333333333vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .station .station-types .station-type .station-3type-subs {
    top: 24.6666666667vw;
    width: 100%;
    left: 8vw;
    padding: 0.6666666667vw;
    border-radius: 1.3333333333vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .station .station-types .station-type .station-type-subs .station-type-sub {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding: 4vw 1vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .station .station-types .station-type .station-type-subs .station-type-sub .sub-img {
    display: block;
    width: 16vw;
  }

  .station .station-types .station-type .station-type-subs .station-type-sub .sub-text {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }

  .station .station-items {
    margin-top: 5.3333333333vw;
  }

  .station .station-item {
    padding: 5.3333333333vw 0;
  }

  .station .station-item .station-item-photo .station-item-photo-big {
    width: 100%;
    padding: 5%;
  }

  .station .station-item .station-item-photo .station-item-photo-smalls .station-item-photo-small {
    width: 16vw;
  }

  .station .station-item .station-item-info .station-item-info-title {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-top: 2.6666666667vw;
  }

  .station .station-item .station-item-info .station-item-info-fields .station-item-info-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .station .station-item .station-item-info .station-item-info-fields .station-item-info-field .station-item-info-field-key {
    padding: 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }

  .station .station-item .station-item-info .station-item-info-fields .station-item-info-field .station-item-info-field-value {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1.3333333333vw;
  }

  .station .station-item .station-item-sub-info .station-item-sub-info-title {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-top: 2.6666666667vw;
  }

  .station .station-item .station-item-sub-info .station-item-sub-info-fields .station-item-sub-info-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .station .station-item .station-item-sub-info .station-item-sub-info-fields .station-item-sub-info-field .station-item-sub-info-field-key {
    padding: 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }

  .station .station-item .station-item-sub-info .station-item-sub-info-fields .station-item-sub-info-field .station-item-sub-info-field-value {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1.3333333333vw;
  }
}
/* .payment {
  padding-top: 3.125vw;
}

.payment .payment-methods-title {
  height: 7.8125vw;
  font-size: 1.5625vw;
  line-height: 2.3958333333vw;
  font-weight: bold;
  font-family: Merriweather;
}

.payment .payment-methods .payment-method-item {
  height: 2.6041666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment .payment-methods .payment-method-item .payment-method-item-img {
  width: 1.6666666667vw;
  margin-right: 0.8333333333vw;
}

.payment .payment-methods .payment-method-item .payment-method-item-text {
  font-size: 1.0416666667vw;
  color: #151515;
  font-weight: 400;
} */

/* @media (max-width: 750px) {
  .payment {
    padding-top: 0;
  }

  .payment .payment-methods-title {
    margin-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }

  .payment .payment-methods .payment-method-item {
    margin-bottom: 6.6666666667vw;
  }

  .payment .payment-methods .payment-method-item .payment-method-item-img {
    width: 4.2666666667vw;
  }

  .payment .payment-methods .payment-method-item .payment-method-item-text {
    font-size: 3.2vw;
  }
} */
.contact {
  padding: 3.125vw;
}

.contact .contact-title {
  line-height: 4.1666666667vw;
  font-size: 3.125vw;
  font-weight: bold;
  font-family: Merriweather;
  color: #151515;
}

.contact .contact-info {
  margin-bottom: 3.2vw;
}

.contact .contact-info .contact-info-img {
  width: 4.1666666667vw;
}

.contact .contact-info .contact-info-name {
  font-size: 1.0416666667vw;
  color: #444444;
}

.contact .contact-info .contact-info-text {
  font-size: 1.4583333333vw;
  line-height: 1.875vw;
  font-weight: 400;
  color: #151515;
  word-wrap: break-word;
  word-break: break-all;
}

.contact .contact-form {
  width: 100%;
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-radius: 1.3020833333vw;
  background: #21b97c;
  font-size: 1.5625vw;
}

.contact .contact-form .text-input {
  width: 100%;
  margin-bottom: 1.25vw;
  padding: 0.5em 0;
  outline-style: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background: none;
  color: #fff;
}

.contact .contact-form .text-input::-webkit-input-placeholder {
  color: #fff;
}

.contact .contact-form .text-input-border {
  border: 2px solid #fff;
  border-radius: 0.5208333333vw;
  padding: 0.5em 1em;
}

.contact .contact-form .form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0;
  margin-bottom: 2.0833333333vw;
}

.contact .contact-form input[type=checkbox] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.875vw;
  height: 1.875vw;
  margin-right: 1.25vw;
  line-height: 1.875vw;
  text-align: center;
  position: relative;
  cursor: pointer;
  visibility: hidden;
}

.contact .contact-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #21b97c;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  visibility: visible;
}

.contact .contact-form input[type=checkbox]:checked::before {
  content: "✓";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  color: #21b97c;
  font-size: 1.875vw;
  font-weight: bold;
  visibility: visible;
}

.contact .contact-form .checkbox-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #fff;
}

.contact .contact-form .btn {
  background: none;
  border: 2px solid #fff;
  font-size: 1.5625vw;
  color: #fff;
}

.contact .contact-easy {
  position: fixed;
  z-index: 999;
  right: 2.0833333333vw;
  bottom: 8vw;
  border-radius: 1.8229166667vw;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .contact-easy .contact-easy-img {
  width: 4.5833333333vw;
}

.contact .contact-easy .whatsapp {
  display: none;
}

@media (max-width: 750px) {
  .contact {
    padding: 3.2vw 0;
  }

  .contact .contact-title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    text-align: center;
  }

  .contact .contact-form-wrap {
    padding: 0;
  }

  .contact .contact-form {
    font-size: 4vw;
    border-radius: 0;
  }

  .contact .contact-form .text-input {
    border-bottom: 1px solid #fff;
  }

  .contact .contact-form .text-input-border {
    border: 1px solid #fff;
    border-radius: 1.3333333333vw;
  }

  .contact .contact-form .form-check {
    margin-bottom: 5.3333333333vw;
  }

  .contact .contact-form .checkbox-input {
    width: 4.8vw;
    height: 4.8vw;
  }

  .contact .contact-form input[type=checkbox] {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 3.2vw;
    line-height: 4.8vw;
  }

  .contact .contact-form input[type=checkbox]::before {
    border: 1px solid #fff;
  }

  .contact .contact-form input[type=checkbox]:checked::before {
    font-size: 4.8vw;
  }

  .contact .contact-form .checkbox-text {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }

  .contact .contact-form .btn {
    font-size: 4vw;
    border-width: 1px;
  }

  .contact .contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 3.2vw;
  }

  .contact .contact-info .contact-info-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10.6666666667vw;
    margin-right: 1vw;
  }

  .contact .contact-info .contact-info-img img {
    width: 100%;
  }

  .contact .contact-info .contact-info-name {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }

  .contact .contact-info .contact-info-text {
    width: 100%;
    font-size: 4vw;
    line-height: 6.6666666667vw;
    word-wrap: break-word;
    word-break: break-all;
  }

  .contact .contact-easy {
    right: 10.6666666667vw;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 8vw;
    border-radius: 10vw;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  }

  .contact .contact-easy .contact-easy-img {
    width: 16vw;
  }

  .contact .contact-easy .whatsapp {
    display: inline;
  }
}

.custom-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.custom-mask.active {
  opacity: 1;
  visibility: visible;
}
.mask-close {
  width: 5vw;
  display: block;
  margin-top: 18%;
  margin-left: auto;
  margin-right: auto;
}

.mask-content {
  top: 10%;
  margin: 0 auto;
  background: white;
  width: 60%;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s ease;
  background: #21b97c;
}

.custom-mask.active .mask-content {
  transform: translateY(0) scale(1);
}
.footer {
  padding: 1.25vw 0;
}

.footer .footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-info .footer-info-logo {
  width: 5.3645833333vw;
  margin-right: 3.3333333333vw;
}

.footer .footer-info .footer-info-logo img {
  width: 100%;
}

.footer .footer-info .footer-info-text {
  /* width: 18.8541666667vw; */
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.5625vw;
  color: #ffffff;
}

.footer .footer-links {
  flex-direction: column !important;
}
.footer .footer-link {
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.5625vw;
  font-family: Merriweather;
  margin-bottom: 1.0416666667vw;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

.footer .copyright {
  margin-top: 4.6875vw;
  font-size: 0.7291666667vw;
  line-height: 0.9895833333vw;
  text-align: center;
  color: #fff;
}

@media (max-width: 750px) {
  .mask-content {
    top: 5%;
    width: 90%;
  }
  .mask-close {
    width: 6vw;
  }
  .footer {
    padding: 5.3333333333vw 0;
  }

  .footer .footer-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-info .footer-info-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 13.7333333333vw;
  }

  .footer .footer-info .footer-info-logo img {
    width: 100%;
  }

  .footer .footer-info .footer-info-text {
    width: 69.2vw;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }

  .footer .footer-links {
    margin-top: 5.3333333333vw;
    line-height: 1rem;
		flex-direction: row !important;
  }

  .footer .footer-link {
    font-size: 3.7333333333vw;
    line-height: 4.6666666667vw;
    margin-bottom: 6.6666666667vw;
    width: 100%;
  }

  .footer .copyright {
    margin-top: 10.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 4vw;
  }
}

/* Hardware气泡框样式 */
.hardware-dropdown-container {
  position: relative;
}
.hardware-dropdown-container .hardware-dropdown-arrow {
  width: 1.5vw;
}

.hardware-dropdown {
  position: absolute;
  top: calc(100% + 0.75vw);
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 0.6vw;
  box-shadow: 0 0.6vw 2.4vw rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: max-content;
  padding: 1.5vw;
  /* margin-top: 0.75vw; */
}

.hardware-dropdown::before {
  content: '';
  position: absolute;
  top: -0.6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.6vw solid transparent;
  border-right: 0.6vw solid transparent;
  border-bottom: 0.6vw solid white;
}

/* Hover Bridge：在下拉框与触发元素之间填充一块不可见的悬停区域，防止鼠标经过缝隙触发隐藏 */
.hardware-dropdown::after {
  content: '';
  position: absolute;
  top: -0.8vw; /* 稍大于视觉间距以覆盖缝隙 */
  left: 0;
  width: 100%;
  height: 0.9vw;
  background: transparent;
}

.dropdown-content {
  width: 100%;
}

.dropdown-tabs {
  display: flex;
  gap: 0.75vw;
  padding-bottom: 1.5vw;
  flex-wrap: wrap;
}

.tab-button {
  padding: 0.6vw 1.2vw;
  border: 0.07vw solid #e0e0e0;
  background: white;
  border-radius: 2vw;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1vw;
  color: #666;
}

.tab-button:hover {
  border-color: #00a86b;
  color: #00a86b;
}

.tab-button.active {
  background: #00a86b;
  color: white;
  border-color: #00a86b;
}

.dropdown-images {
  width: 100%;
  padding-top: 1.5vw;
  border-top: solid 0.06vw #ccc;
}

/* All 布局：左侧子菜单 + 右侧内容 */
.hardware-layout {
  display: grid;
  grid-template-columns: 10vw 1fr;
  gap: 1.25vw;
}

.hardware-submenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15vw;
  border-right: solid 1px #ccc;
}

.submenu-item {
  cursor: pointer;
  color: #666;
  font-size: 0.86vw;
}

.submenu-item.active {
  color: #000;
  font-weight: 600;
  border-bottom: solid 0.3vw #00a86b;
}
/* All 布局 */

.image-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.15vw;
}
.image-grid2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.15vw;
}

.hardware-image-item {
  border-radius: 0.6vw;
  padding: 0.8vw;
  text-align: center;
  background: #f9f9f9;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hardware-image-item:hover {
  background: #f0f8f5;
}

.hardware-image-item img {
  width: 100%;
  height: 8.6vw;
  object-fit: contain;
  border-radius: 0.3vw;
}

.hardware-image-item .product-name {
  margin-top: 0.6vw;
  font-size: 0.86vw;
  color: #333;
  font-weight: 500;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .hardware-dropdown {
    min-width: 100%;
    position: static;
    /* min-width: 90vw; */
    /* left: 5vw; */
    transform: none;
    box-shadow: none;
  }
  .hardware-dropdown-container .hardware-dropdown-arrow {
    width: 3vw;
  }
  .hardware-dropdown-container .nav-link-bajie {
    display: flex;
    justify-content: space-between;
  }
  .tab-button {
    font-size: 2.5vw;
  }
  .hardware-layout {
    grid-template-columns: 22vw 1fr;
  }
  .hardware-submenu {
    background: #DBDBDB;
    padding: 1vw;
    border-radius: 0.5vw;
  }
  .submenu-item {
    font-size: 2.56vw;
  }
  
  .image-grid {
    grid-template-columns: repeat(4, 1fr);
    max-height: 45vw;
    overflow-y: scroll;
  }
  .image-grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hardware-image-item {
    padding: 0;
    background: none;
  }
  .hardware-image-item img {
    height: auto;
  }
}

/* 解决方案下拉菜单样式 */
.navbar-nav-bajie .nav-item {
    position: relative;
}
.nav-link-bajie {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 0.521vw 0.781vw;
    display: flex;
    align-items: center;
    gap: 0.26vw;
    transition: color 0.3s ease;
    border-radius: 0.26vw;
}

.nav-link-bajie:hover {
    color: #4CAF50;
}

.nav-link-bajie.active {
    color: #4CAF50;
}

.dropdown-arrow {
    font-size: 0.625vw;
    transition: transform 0.3s ease;
}

/* PC端下拉菜单样式 */
.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 10.417vw;
    box-shadow: 0 0.417vw 1.302vw rgba(0,0,0,0.15);
    border-radius: 0.417vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.521vw);
    transition: all 0.3s ease;
    list-style: none;
    z-index: 1001;
    border: 0.0521vw solid #e0e0e0;
    padding: 0;
}

.nav-item:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: fit-content;
}

.nav-item:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-item {
    display: block;
    padding: 0.625vw 1.042vw;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 0.0521vw solid #f0f0f0;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: #f8f9fa;
    color: #4CAF50;
}

/* 移动端菜单按钮 */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.25vw;
    color: #4CAF50;
    cursor: pointer;
    padding: 0.26vw;
}

/* 移动端样式 */
@media (max-width: 768px) {
    .navbar-nav {
        position: static;
        background: white;
        box-shadow: 0 0.208vw 0.781vw rgba(0,0,0,0.1);
        flex-direction: column;
        gap: 0;
        z-index: 1001;
    }

    .nav-item {
        border-bottom: 0.0521vw solid #f0f0f0;
    }

    .nav-link-bajie {
        padding: 0.781vw 1.042vw;
        justify-content: space-between;
        border-radius: 0;
    }

    .nav-link-bajie:hover {
        background: #f8f9fa;
    }

    .mobile-menu-toggle {
        display: block;
    }

    /* 移动端下拉菜单 */
    .nav-dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: #f8f9fa;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0;
    }

    .nav-dropdown-menu.active {
        max-height: 41.667vw;
    }

    .dropdown-item {
        padding: 0.625vw 2.083vw;
        border-bottom: 0.0521vw solid #e0e0e0;
    }

    .dropdown-item:hover {
        padding-left: 2.083vw;
    }
    .dropdown-arrow {
      font-size: 1.625vw;
      transition: transform 0.3s ease;
    }

    .mobile-arrow {
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .mobile-arrow.active {
        transform: rotate(180deg);
    }
}
/* 移动端下拉菜单 end */

/* 英雄区容器：包含“图片色块”和其上绝对定位的内容 */
.hero {
    position: relative; /* 作为内容绝对定位参照 */
    margin-top: 9vw;
    background: #F9F9F9;
}

/* 用一个 IMG 表示“背景图片”，但只是单色占位，不使用 CSS background-image */
.hero-img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.hero-pc-img {
  display: block;
}
.hero-phone-img {
  display: none;
}
/* 覆盖在“图片”上的内容容器，绝对定位 */
.hero-content {
    margin: 0 auto;
}

.hero-inner {
    text-align: center;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.title {
    line-height: 1.12;
    margin: 0 0 0.625vw 0;
    font-weight: 800;
    color: var(--bajie-text-primary);
}

.subtitle {
    color: #666;
    margin: 0 auto 2vw;
    width: 50%;
}

.validated {
    font-weight: 700;
    margin-bottom: 0.729vw;
}

/* 指标横条，半透明一体式胶囊 */
.chips {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.042vw;
    padding: 0.521vw 0.833vw;
    border-radius: 1.2vw;
    background: rgba(255,255,255,0.10);
    border: 0.052vw solid rgba(255,255,255,0.16);
    backdrop-filter: blur(0.317vw);
    margin: 0 auto;
}
.chip {
    display: flex;
    align-items: center;
    gap: 0.521vw;
    padding: 0.617vw 2.5vw;
    font-weight: 600;
    color: #e7e9ec;
    width: max-content;
}
.chip + .chip {
  border-left: solid 1px rgba(255,255,255,0.2);
}
.dot { width: 0.417vw; height: 0.417vw; border-radius: 50%; }
.a { background: var(--chip-dot-a); }
.b { background: var(--chip-dot-b); }
.c { background: var(--chip-dot-c); }
@media (max-width: 768px) {
  .hero {
    margin-top: 0;
    padding-top: 16vw;
    background: #000;
  }
  .hero-pc-img {
    display: none;
  }
  .hero-phone-img {
    display: block;
  }
  .subtitle {
    width: 70%;
    margin: 0px auto 4vw;
    color: #fff;
  }
  .hero-inner {
    position: static;
    transform: none;
    margin-top: 3vw;
  }
  .validated {
    margin-top: 0;
  }
  .dot {
    width: 0.834vw;
    height: 0.834vw;
    margin-right: 1vw;
  }
}

.performance-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
}
.performance-list .performance-item {
  background: #fff;
  border-radius: 1vw;
  overflow: hidden;
  padding: 2vw;
}
.performance-list .performance-item .performance-img {
  width: 5vw;
}
.performance-list .performance-item .performance-content {
  font-size: 2vw;
  font-weight: bolder;
}
.performance-list .performance-item .performance-label {
  font-size: 1.3vw;
}
.performance-list .performance-item .performance-msg {
  font-size: 1.2vw;
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .performance-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  .performance-list .performance-item .performance-img {
    width: 10vw;
  }
  .performance-list .performance-item .performance-content {
    font-size: 4vw;
  }
  .performance-list .performance-item .performance-label {
    font-size: 2.6vw;
  }
  .performance-list .performance-item .performance-msg {
    font-size: 2.4vw;
  }
}
/* 统计条模块 */
.stats {
    position: relative;
    margin-top: -3.125vw; /* 微微悬浮于英雄区底部 */
    display: flex;
    justify-content: center;
    padding: 0 2vw;
}
.stats-card {
    background: #151719;
    border-radius: 0.625vw;
    box-shadow: 0 0.625vw 1.667vw rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 1.25vw 2vw;
    margin-left: auto;
    margin-right: auto;
}
.stat {
    text-align: center;
    padding: 0.833vw 1vw;
}
.stat + .stat {
    border-left: 0.052vw solid rgba(255,255,255,0.08);
}
.num {
    font-weight: 800;
    font-size: 2vw;
    margin-bottom: 0.417vw;
}
.num.blue { color: #7c86ff; }
.num.green { color: var(--bajie-text-primary); }
.num.red { color: #ff6b6b; }
.label {
    font-size: 1.4vw;
    color: #e8e9ea;
    margin-bottom: 0.313vw;
}
.caption {
    font-size: 1.2vw;
    color: #aeb1b6;
}
@media (max-width: 768px) {
  .performance-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .num {
      font-size: 4vw;
      margin-bottom: 0.917vw;
  }
  .label {
      font-size: 2.8vw;
      margin-bottom: 0.313vw;
  }
  .caption {
      font-size: 2.4vw;
  }
}

/* 案例与收入模型模块 */
.section-case {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    background: #000;
}
.badge-title {
    display: inline-block;
    background: var(--bajie-text-primary);
    color: #000;
    font-weight: 800;
    padding: 0.5vw 1vw;
    border-top-right-radius: 0.417vw;
    margin-bottom: 1vw;
    font-size: 2.1vw;
}
.grid-photos {
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* 左大右两小 */
    grid-template-rows: 1fr 1fr;
    gap: 0.833vw;
}
.photo {
    position: relative;
    border-radius: 0.625vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f858d;
    font-size: 0.938vw;
}
.photo.large { grid-row: span 2; }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo .caption {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 0.625vw 0.833vw;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 90%);
    color: #e8eaee; font-size: 0.729vw; line-height: 1.4;
    text-align: center;
}

.case-right {
    background: #fff;
    border-top-right-radius: 1.042vw;
    border-bottom-right-radius: 1.042vw;
    padding: 1.667vw 0;
}
.case-title {
    font-size: 3vw;
    font-weight: 800;
    margin: 0 0 0 1.875vw;
}
.case-sub {
    color: var(--bajie-text-primary);
    font-weight: 800;
    font-size: 3vw;
    margin: 0 0 0 1.875vw;
}
.case-text {
    color: #000;
    font-size: 1.41vw;
    line-height: 1.7;
    margin: 2vw 1.875vw;
}
.highlight {
  position: relative;
    margin: 1.25vw 0 1.667vw;
    display: flex;
    gap: 0.833vw;
    align-items: flex-start;
    background: rgba(80, 255, 120, 0.10);
    border: 0.052vw solid rgba(80,255,120,0.35);
    border-radius: 0.625vw;
    padding: 0.938vw 1.25vw;
}
.green-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1vw;
    border-radius: 0.5vw;
    background: var(--bajie-text-primary);
}
.highlight .icon {
    width: 2.083vw;
    height: 2.083vw;
}
.highlight::before {
    content: '';
    width: 0.5vw;
    height: 100%;
    display: block;
    background: var(--bajie-text-primary);
}
.mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
    margin: 2.6vw 1.875vw 0;
}
.mini-card {
    background: #14171a;
    border-radius: 0.625vw;
    padding: 1.042vw;
    text-align: center;
}
.mini-card.pink { background: rgba(255, 154, 154, 0.20); }
.mini-card.blue { background: rgba(109, 240, 255, 0.30); }
.mini-num { font-weight: 800; font-size: 1.97vw; }
.mini-num.pink { color: #DD00B4; }
.mini-num.blue { color: #1535CC; }
.mini-label { font-size: 1.43vw; color: rgba(0, 0, 0, 0.40); margin-top: 0.313vw; }
.mini-cap { font-size: 1vw; color: #9ea3a9; margin-top: 0.156vw; }

/* Network Scale 小节 */
.network-scale-title {
    margin-top: 1.667vw;
    font-weight: 800;
    font-size: 2.1vw;
}
.ns-cards {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0.833vw; margin-top: 0.833vw;
}
.ns-card {
    background: #102516;
    border-radius: 0.625vw;
    padding: 0.938vw 1.042vw;
    text-align: center;
}
.ns-card.dark { background: rgba(145, 141, 255, 0.20); }
.ns-num { font-weight: 800; font-size: 1.97vw; color: var(--bajie-text-primary); }
.ns-label { font-size: 1.43vw; color: #e6e8eb; margin-top: 0.313vw; }

@media (max-width: 768px) {
  .section-case {
      margin: 0 auto;
      display: block; /* 改为单列布局 */
      gap: 0;
  }
  .case-left {
      padding: 4vw 2vw;
      margin-bottom: 0;
      border-radius: 2vw;
  }
  .badge-title {
      padding: 1.5vw 3vw;
      margin-bottom: 3vw;
      font-size: 4vw;
      text-align: center;
      display: block;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      background: none;
      color: #fff;
  }
  .grid-photos {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 0;
  }
  .photo {
      display: block;
      width: 49%;
      border-radius: 1.5vw;
      font-size: 3vw;
      margin-bottom: 2vw;
      margin-top: 5vw;
  }
  .photo.large { 
      width: 60%;
      margin: 0 auto;
  }
  .photo img { width: 100%; height: auto; object-fit: cover; display: block; }
  .photo .caption {
    position: initial;
      padding: 2vw 2.5vw;
      font-size: 2.5vw;
      background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
  }
  .network-scale-title {
      margin-top: 2vw;
      font-size: 3.5vw;
      text-align: left;
      margin-bottom: 2vw;
  }
  .ns-cards {
      grid-template-columns: 1fr 1fr; /* 保持2列 */
      gap: 2vw;
      margin-top: 2vw;
  }
  .ns-card {
      border-radius: 1.5vw;
      padding: 3vw 2.5vw;
      text-align: center;
  }
  .ns-num { font-size: 3.5vw; }
  .ns-label { font-size: 2.5vw; margin-top: 1vw; }
  
  .case-right {
      padding: 4vw 3vw;
      border-radius: 0;
  }
  .case-title {
      font-size: 5vw;
      color: #000;
      margin: 0;
  }
  .case-sub {
      font-size: 5vw;
      margin: 0 0 3vw 0;
  }
  .case-text {
      font-size: 3vw;
      margin: 2vw 0;
  }
  .highlight {
      margin: 3vw 0 4vw;
      display: flex; /* 保持水平布局 */
      gap: 2vw;
      border-radius: 1.5vw;
      padding: 3vw 2.5vw;
      border: 1px solid rgba(40, 224, 51, 0.3);
  }
  .green-bar {
      width: 2vw;
      border-radius: 1vw;
  }
  .highlight .icon {
      width: 6vw;
      height: 6vw;
      flex-shrink: 0;
  }
  .highlight .mini-label {
      color: #000 !important;
      font-size: 2.8vw;
      font-weight: 700;
      margin-bottom: 1vw;
  }
  .highlight .mini-cap {
      color: #666;
      font-size: 2.2vw;
  }
  .mini-stats {
      grid-template-columns: 1fr 1fr; /* 保持2列 */
      gap: 2.5vw;
      margin: 2.6vw 0;
  }
  .mini-card {
      border-radius: 1.5vw;
      padding: 3vw 2.5vw;
      text-align: center;
  }
  .mini-num { font-size: 3.5vw; }
  .mini-label { 
      font-size: 2.5vw; 
      margin-top: 1vw; 
      color: #333;
  }
  .mini-cap { 
      font-size: 2vw; 
      margin-top: 0.5vw; 
      color: #666;
  }
}

/* 投资回报分析模块 */
.investment-analysis {
    background: #000;
    padding: 3vw 0 0;
}
.investment-container {
    margin: 0 auto;
}

/* 通用卡片样式 */
.chart-card, .milestone-card, .summary-card {
    flex: 1;
    border-radius: 1vw;
    padding: 2vw;
    text-align: center;
}
.chart-card {
    background: rgba(0,0,0,0.5);
    border-radius: 1.5vw;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(132, 255, 141, 0.3), rgba(109, 240, 255, 1), rgba(255, 255, 255, 0.2)) 1 1;
}
.milestone-card {
    background: #1a1a1a;
}

/* 图表区域 */
.charts-section {
    display: flex;
    gap: 2vw;
    margin-bottom: 4vw;
}
.chart-title {
    font-weight: 800;
    color: #fff;
    margin: 0 0 1.5vw;
}
.chart-container {
    position: relative;
    background: #fff;
    border-radius: 0.5vw;
    padding: 1vw;
}
.chart-icon {
  width: 100%;
}

/* 里程碑和总结通用样式 */
.milestones-section {
    padding: 2vw 0;
    border-radius: 1.1vw;
}
.summary-section {
    background: #fff;
    padding: 2vw;
    border-radius: 1.1vw;
    margin-top: 3vw;
}
.milestones-title {
    font-weight: 800;
    color: #fff;
    margin: 0 0 2vw;
    text-align: center;
}
.summary-title {
    font-weight: 800;
    color: #000;
    margin: 0 0 2vw;
    text-align: center;
}
.milestones-grid, .summary-grid {
    display: flex;
    gap: 1.5vw;
}

/* 里程碑卡片 */
.milestone-period {
    font-weight: 800;
    margin-bottom: 0.5vw;
}
.milestone-card.recovery .milestone-period { color: #FF1486; }
.milestone-card.break-even .milestone-period { color: #FFF714; }
.milestone-card.profit .milestone-period { color: #14FFC8; }
.milestone-phase {
    font-weight: 700;
    color: #fff;
    margin-bottom: 1vw;
}
.milestone-desc {
    color: #d5d7db;
    line-height: 1.5;
}

/* 总结卡片 */
.summary-card.initial { background: rgba(54, 255, 104, 0.20); }
.summary-card.payback { background: rgba(255, 154, 154, 0.20); }
.summary-card.revenue { background: rgba(48, 182, 255, 0.20); }
.summary-card.roi { background: #fff8e1; }
.summary-value {
    font-weight: 800;
    margin-bottom: 0.5vw;
}
.summary-card.initial .summary-value { color: #00C983; }
.summary-card.payback .summary-value { color: #DD00B4; }
.summary-card.revenue .summary-value { color: #0E00D2; }
.summary-card.roi .summary-value { color: #A88600; }
.summary-label {
    color: #333;
    font-weight: 600;
}

/* 响应式设计 - 投资回报分析 */
@media (max-width: 768px) {
    .investment-analysis {
        padding: 8vw 0;
    }
    
    /* 通用卡片移动端样式 */
    .chart-card, .milestone-card, .summary-card {
        padding: 3vw;
        border-radius: 2vw;
    }
    
    /* 图表区域移动端 */
    .charts-section {
        flex-direction: column;
        gap: 3vw;
        margin-bottom: 6vw;
    }
    .chart-title {
        margin-bottom: 2vw;
    }
    .chart-container {
        padding: 2vw;
    }
    
    /* 里程碑和总结移动端 */
    .milestones-section, .summary-section {
        background: none;
        padding: 0;
        border-radius: 0;
        margin-top: 6vw;
    }
    .milestones-title, .summary-title {
        margin-bottom: 3vw;
        color: #fff;
    }
    .milestones-grid {
        flex-direction: column;
        gap: 2.5vw;
    }
    .milestone-period {
        margin-bottom: 1vw;
    }
    .milestone-phase {
        margin-bottom: 1.5vw;
    }
    .milestone-desc {
        line-height: 1.4;
    }
    
    .summary-grid {
        flex-wrap: wrap;
        gap: 2.5vw;
        background: #fff;
        padding: 2vw;
        border-radius: 2.2vw;
    }
    .summary-card {
        flex: 1 1 calc(50% - 1.25vw);
        min-width: 0;
    }
    .summary-value {
        margin-bottom: 1vw;
    }
}

/* 投资原因 Why Choose Power Bank Investment */
.WhyInvestment-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
}
.WhyInvestment-list .WhyInvestment-item {
  background: #fff;
  border-radius: 1vw;
  overflow: hidden;
  padding: 2vw;
}
.WhyInvestment-list .WhyInvestment-item .WhyInvestment-img {
  width: 5vw;
}
.WhyInvestment-list .WhyInvestment-item .WhyInvestment-msg {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .WhyInvestment-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .WhyInvestment-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  .WhyInvestment-list .WhyInvestment-item .WhyInvestment-img {
    width: 10vw;
  }
}
/* 投资原因 Why Choose Power Bank Investment end*/

/* 额外投资优势 Additional Investment Advantages */
.Addition-Investment-section {
  background: #000;
}
.AdditionInvestment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
}
.AdditionInvestment-list .AdditionInvestment-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2.5vw 1vw 1vw 1vw;
  padding: 1vw;
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
.AdditionInvestment-list .AdditionInvestment-item .AdditionInvestment-content {
  padding-left: 4.5vw;
}
.AdditionInvestment-list .AdditionInvestment-item .AdditionInvestment-img {
  width: 4vw;
  position: absolute;
  top: 0;
  left: 0;
}
.AdditionInvestment-list .AdditionInvestment-item .AdditionInvestment-msg {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .AdditionInvestment-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .AdditionInvestment-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2vw;
  }
  .AdditionInvestment-list .AdditionInvestment-item {
    border-radius: 5vw 1vw 1vw 1vw;
    padding: 2vw;
  }
  .AdditionInvestment-list .AdditionInvestment-item .AdditionInvestment-content {
    padding-left: 8vw;
  }
  .AdditionInvestment-list .AdditionInvestment-item .AdditionInvestment-img {
    width: 8vw;
  }
}
/* 额外投资优势 Additional Investment Advantages end */
/* 统计条模块 */
.Investment-container {
  background: #fff;
  padding: 2vw;
  border-radius: 0.625vw;
}
.Investment-stats-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 1.25vw 2vw;
    margin-left: auto;
    margin-right: auto;
}
.Investment-stat {
    text-align: center;
    padding: 0.833vw 1vw;
}
.Investment-stat + .Investment-stat {
    border-left: 0.052vw solid rgba(0,0,0,0.08);
}
.Investment-stat .num {
    font-weight: 800;
    margin-bottom: 0.417vw;
}
.Investment-stat .num.blue { color: #7c86ff; }
.Investment-stat .num.green { color: var(--bajie-text-primary); }
.Investment-stat .num.red { color: #ff6b6b; }
.Investment-stat .label {
    font-size: 1.4vw;
    color: #e8e9ea;
    margin-bottom: 0.313vw;
}
.Investment-stat .caption {
    color: #aeb1b6;
}

/* 全球合作伙伴 Global Partner Success Stories */
.GlobalPartner-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
}
.GlobalPartner-list .GlobalPartner-item {
  background: rgba(255,255,255,0.1);
  border-radius: 1vw;
  overflow: hidden;
  padding: 2vw;
}
.GlobalPartner-list .GlobalPartner-item .GlobalPartner-img {
  width: 5vw;
}
.GlobalPartner-list .GlobalPartner-item .GlobalPartner-msg {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .GlobalPartner-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .GlobalPartner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  .GlobalPartner-list .GlobalPartner-item .GlobalPartner-img {
    width: 10vw;
  }
}
/* 全球合作伙伴 Global Partner Success Stories end*/

/* 客户评价模块 */
.testimonials {
    background: #000;
    padding: 0 0 7vw;
}
.testimonials-container {
    padding: 0;
    margin: 0 auto;
    display: flex;
    gap: 2vw;
}
.testimonial-card {
    flex: 1;
    background: #fff;
    border-radius: 0.8vw;
    padding: 2.5vw;
    position: relative;
}
.quote-mark {
    font-size: 4vw;
    font-weight: 800;
    color: #000;
    line-height: 0.6;
    text-align: end;
}
.quote-mark:first-child {
    position: absolute;
    top: 1vw;
    left: 1.5vw;
}
.quote-mark:last-child {
    position: absolute;
    bottom: 1vw;
    right: 1.5vw;
}
.testimonial-text {
    line-height: 1.6;
    color: #333;
    margin: 2vw 0 2.5vw;
    padding: 0 1vw;
}
.profile-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vw;
}
.profile-info {
    display: flex;
    align-items: center;
    gap: 1vw;
}
.profile-avatar {
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    overflow: hidden;
}
.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-details {
    display: flex;
    flex-direction: column;
}
.profile-name {
    font-weight: 800;
    color: #000;
    margin-bottom: 0.2vw;
}
.profile-title {
    color: #666;
    margin-bottom: 0.1vw;
}
.profile-company {
    color: var(--bajie-text-primary);
}
.rating {
    display: flex;
    gap: 0.2vw;
}
.rating .profile-img {
  width: 100%;
}
.star {
    font-size: 1.2vw;
    color: #ddd;
}
.star.filled {
    color: #ffd700;
}
.kpi-badges {
    display: flex;
    gap: 1vw;
}
.kpi-badge {
    flex: 1;
    border-radius: 0.8vw;
    padding: 1.2vw;
    text-align: center;
}
.kpi-badge.stations {
    background: #ffe8f0;
}
.kpi-badge.roi {
    background: #e8f4fd;
}
.kpi-badge.payback {
    background: #fff8e1;
}
.kpi-value {
    font-weight: 800;
    margin-bottom: 0.3vw;
}
.kpi-badge.stations .kpi-value { color: #ff5ea8; }
.kpi-badge.roi .kpi-value { color: #007bff; }
.kpi-badge.payback .kpi-value { color: #ffd166; }
.kpi-label {
    color: #666;
    font-weight: 600;
}

/* 客户评价模块响应式设计 */
@media (max-width: 768px) {
    .testimonials-container {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
        gap: 3vw;
    }
    .testimonial-card {
        padding: 4vw;
        border-radius: 1.6vw;
    }
    .quote-mark {
        font-size: 8vw;
    }
    .quote-mark:first-child {
        top: 2vw;
        left: 3vw;
    }
    .quote-mark:last-child {
        bottom: 2vw;
        right: 3vw;
    }
    .testimonial-text {
        line-height: 1.5;
        margin: 4vw 0 3vw;
        padding: 0 2vw;
    }
    .profile-section {
        margin-bottom: 3vw;
    }
    .profile-info {
        gap: 2vw;
    }
    .profile-avatar {
        width: 8vw;
        height: 8vw;
    }
    .profile-name {
        margin-bottom: 0.5vw;
    }
    .profile-title {
        margin-bottom: 0.2vw;
    }
    .rating {
        gap: 0.5vw;
    }
    .star {
        font-size: 2.5vw;
    }
    .kpi-badges {
        gap: 2vw;
    }
    .kpi-badge {
        border-radius: 1.5vw;
        padding: 2.5vw;
    }
    .kpi-value {
        margin-bottom: 0.5vw;
    }
}
/* 客户评价模块 end */
