@charset "UTF-8";
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

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;
  }
}
.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-detail .station-detail-title {
  text-align: start;
  font-weight: bold;
}

.station-detail .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-detail .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-detail .station-types .station-type:hover {
  color: #21b97c;
}

.station-detail .station-types .station-type .station-type-img {
  display: none;
}

.station-detail .station-types .station-type .station-type-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.station-detail .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-detail .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-detail .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-detail .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-detail .station-types .station-type .station-type-subs .station-type-sub .sub-img {
  display: none;
}

.station-detail .station-types .station-type .station-type-subs .station-type-sub .sub-text {
  font-size: 1.1458333333vw;
  padding: 0.5208333333vw 1.25vw;
}

.station-detail .station-types .station-type .station-type-subs .station-type-sub .sub-text:hover {
  color: #21b97c;
}

.station-detail .station-items {
  padding: 0;
}

.station-detail {
  display: flex;
  padding: 1.25vw 0;
}

.station-detail .station-item-photo .station-item-photo-big {
  width: 100%;
  padding: 5%;
}

.station-detail .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-detail .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-detail .station-item-photo .station-item-photo-smalls .station-item-photo-small img {
  width: 100%;
}

.station-detail .station-item-photo .station-item-photo-smalls .station-item-photo-small:hover {
  opacity: 1;
}

.station-detail .station-item-photo .station-item-photo-smalls .station-item-photo-small-choosed {
  opacity: 1;
}

@media (min-width: 750px) {
  .station-detail .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-detail .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;
    -moz-box-ordinal-group: 3;
  }

  .station-detail .station-item-photo-r .station-item-photo-smalls-r {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -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-detail .station-item-photo-r .station-item-photo-smalls-r .station-item-photo-small {
    width: 8vw;
  }

  .station-detail .station-item-photo-r .station-item-photo-smalls-r .station-item-photo-small img {
    width: 100%;
  }
}
.station-detail .station-item-info {
  color: #000;
  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-detail .station-item-info .station-item-info-title {
  font-size: 1.5625vw;
  line-height: 2.3958333333vw;
  font-family: Merriweather;
  font-weight: bold;
}

.station-detail .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;
}

.station-detail .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;
  justify-content: space-between;
}
.station-detail .station-item-info .station-item-info-fields .bg-main {
  background: rgba(33, 185, 124, 0.1);
}

.station-detail .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;
}

.station-detail .station-item-info .station-item-info-fields .station-item-info-field .station-item-info-field-value {
  font-size: 1.25vw;
  font-weight: bold;
}

.station-detail .station-item-sub-info {
  color: #000;
  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-detail .station-item-sub-info .station-item-sub-info-title {
  font-size: 1.5625vw;
  line-height: 2.3958333333vw;
  font-family: Merriweather;
  font-weight: bold;
}

.station-detail .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-detail .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-detail .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-detail .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;
}
.station-detail .station-accessories-item {
  width: 23%;
}
.station-detail .station-accessories-item img {
  width: 100%;
}

@media (max-width: 750px) {
  .station-detail {
    position: relative;
  }
  .station-detail .station-detail-title {
    text-align: center;
  }

  .station-detail .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-detail .station-types::-webkit-scrollbar {
    display: none;
  }

  .station-detail .station-types .station-type-prev,
.station-detail .station-types .station-type-next {
    width: 16vw;
    height: 26.6666666667vw;
    opacity: 0.63;
    position: absolute;
    top: 0;
  }

  .station-detail .station-types .fadeIn {
    -webkit-animation: fadeInkeyframes 0.5s ease-in;
    -moz-animation: fadeInkeyframes 0.5s ease-in;
    animation: fadeInkeyframes 0.5s ease-in;
  }

  .station-detail .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-detail .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-detail .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-detail .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-detail .station-types .station-type:hover {
    color: #151515;
  }

  .station-detail .station-types .station-type .station-type-img {
    display: block;
    width: 16vw;
  }

  .station-detail .station-types .station-type .station-type-text {
    height: 5.3333333333vw;
  }

  .station-detail .station-types .station-type .station-type-text .station-type-text-title {
    font-size: 3.4666666667vw;
    margin-right: 0.6666666667vw;
  }

  .station-detail .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-detail .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-detail .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-detail .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-detail .station-types .station-type .station-type-subs .station-type-sub .sub-img {
    display: block;
    width: 16vw;
  }

  .station-detail .station-types .station-type .station-type-subs .station-type-sub .sub-text {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }

  .station-detail .station-items {
    margin-top: 5.3333333333vw;
  }

  .station-detail {
    padding: 5.3333333333vw 0;
  }

  .station-detail .station-item-photo .station-item-photo-big {
    width: 100%;
    padding: 5%;
  }

  .station-detail .station-item-photo .station-item-photo-smalls .station-item-photo-small {
    width: 16vw;
    gap: 1vw;
  }

  .station-detail .station-item-info .station-item-info-title {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-top: 2.6666666667vw;
  }

  .station-detail .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-detail .station-item-info .station-item-info-fields .bg-main {
    background: initial;
  }

  .station-detail .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-detail .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(33, 185, 124, 0.1);
    border-radius: 1.3333333333vw;
  }

  .station-detail .station-item-sub-info .station-item-sub-info-title {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-top: 2.6666666667vw;
  }

  .station-detail .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-detail .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-detail .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;
  }
  .station-detail .station-accessories {
    gap: 1vw;
  }
  .station-detail .station-accessories-item {
    width: 47%;
  }
}
/* .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 {
  margin-top: 1.1458333333vw;
  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 .checkbox-input {
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  background-color: #fff;
  border-radius: 50%;
}

.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;
}

.contact .contact-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #21b97c;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.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;
}

.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: 2.0833333333vw;
  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: 3.2vw;
  }

  .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: 30%;
  }

  .footer .copyright {
    margin-top: 10.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 4vw;
  }
}

/* Hardware气泡框样式 */
.hardware-dropdown-container {
  position: relative;
}

.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: #21B97C;
  color: #21B97C;
}

.tab-button.active {
  background: #21B97C;
  color: white;
  border-color: #21B97C;
}

.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 #21B97C;
}
/* 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: 90vw;
    left: 5vw;
    transform: none;
  }
  
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 新版产品展示 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2vw;
}

/* 产品分类按钮区域 */
.category-nav {
    background: white;
    padding: 1.5vw 2vw;
    border-radius: 0.8vw;
    margin-bottom: 2vw;
}

.category-buttons {
    display: flex;
    gap: 1vw;
    justify-content: center;
    flex-wrap: wrap;
}

.category-button {
    padding: 0.8vw 2vw;
    border-radius: 2.5vw;
    font-size: 1vw;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    color: #333;
    border: 0.1vw solid #e0e0e0;
}

.category-button:hover {
    background: #21B97C;
    color: #fff;
    border: 0.1vw solid #21B97C;
}

.category-button.active {
    background: #21B97C;
    color: white;
    border-color: #21B97C;
}

/* 产品展示区域 */
.product-section {
    background: #21B97C;
    padding: 2vw;
    min-height: 50vw;
}

.product-grid {
    
}

.product-card {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
    /* background: white; */
    /* border-radius: 0.8vw; */
    padding: 1.5vw;
}

.product-card.active {
    display: grid;
}

.product-card:hover {
}
.product-item {
  background: #E9F8F2;
  border-radius: 0.5vw;
  overflow: hidden;
}

.product-image {
    width: 100%;
    object-fit: cover;
    margin-bottom: 1vw;
    background: #fff;
}

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1vw 1vw;
}

.product-code {
    font-size: 1.1vw;
    font-weight: 600;
    color: #333;
}

.details-button {
    background: #fff;
    color: #21B97C;
    border: solid 1px #21b97c;
    padding: 0.5vw 1vw;
    border-radius: 100vw;
    font-size: 0.9vw;
    cursor: pointer;
    transition: background 0.3s ease;
}

.details-button:hover {
    background: #21B97C;
    color: #fff;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .category-buttons {
        flex-wrap: wrap;
        gap: 1vw;
    }
    
    .category-button {
        padding: 1vw 4vw;
        font-size: 2vw;
    }
    .product-card {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
        gap: 1.5vw;
    }
    .product-info {
      margin: 1.5vw;
    }
    .product-code {
      font-size: 2.5vw;
    }
    .details-button {
      font-size: 2vw;
      padding: 1vw 2vw;
    }
}
/* 新版产品展示结束 */