@charset "UTF-8";
.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 #81E688;
}

.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: #81E688;
}

.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: #81E688;
}

.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;
  }
} */

/* banner容器 */
.sharedpowerbank-banner {
    padding-top: 9vw;
    background: #000;
}

.sharedpowerbank-img {
    display: block;
    width: 80%;
    margin: 2vw auto;
    object-fit: cover;
}
.sharedpowerbank-content {
    margin: 0 auto;
}

.sharedpowerbank-inner {
    text-align: center;
}

.title {
    line-height: 1.12;
    margin: 0 0 0.625vw 0;
    font-weight: 800;
    color: var(--bajie-text-primary);
}

.subtitle {
    color: #fff;
    width: 70%;
    margin: 0 auto;
}
.bannerbtn {
  width: fit-content;
  padding: 0 3vw;
  line-height: 4vw;
  border-radius: 4vw;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  background: var(--bajie-text-primary);
}
@media (max-width: 768px) {
    .sharedpowerbank-banner {
        padding-top: 15vw;
    }
    .sharedpowerbank-inner {
        margin-bottom: 5vw;
    }
    .bannerbtn {
        line-height: 1;
        padding: 2vw 3vw;
        border-radius: 100px;
    }
}

/* 共享充电宝的组成部分 */
.components-powerbank {
    background: #F9F9F9;
}
.components-powerbank h2 {
    color: #000;
}
.components-powerbank h3 {
    color: #666;
}
.components-powerbank-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
}
.components-powerbank-list .components-powerbank-item {
  background: #fff;
  border-radius: 1vw;
  overflow: hidden;
  padding: 0.5vw;
  box-shadow: 0px 1px 20px 0px rgba(57,255,20,0.2);
}
.components-powerbank-list .components-powerbank-item .components-powerbank-img {
  width: 100%;
}
.components-powerbank-list .components-powerbank-item .components-powerbank-msg {
  color: #999;
}
.components-powerbank-msg img {
    width: 1.5vw;
}

@media (max-width: 768px) {
    .components-powerbank {
        background: #000;
    }
    .components-powerbank h2,.components-powerbank h3 {
        color: #fff;
    }
  .components-powerbank-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2vw;
  }
  .components-powerbank-list .components-powerbank-item {
      box-shadow: none;
      padding: 2vw;
      border-radius: 2vw;
  }
  .components-powerbank-item .components-powerbank-content {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .components-powerbank-item .components-powerbank-content .components-powerbank-msg {
    width: 50%;
  }
  .components-powerbank-msg img {
        width: 3vw;
    }
}
/* 共享充电宝的组成部分 end */

/* 工作原理模块 */
.HowItWorks {
    background: #000;
}
.HowItWorks-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 5vw;
}
.HowItWorks-left-content {
    width: 45%;
    position: relative;
}
.HowItWorks-left-content .HowItWorks-img {
    width: 100%;
}
.HowItWorks-left-content .HowItWorks-img-text {
    position: absolute;
    top: 12%;
    right: 10%;
}
.HowItWorks-left-content .HowItWorks-img-text p {
    margin: 0.5vw 0;
}
.HowItWorks-content {
    flex: 1;
}
.HowItWorks-item {
    background: #fff;
    margin: 1vw 0;
    position: relative;
    padding: 1vw 0 1vw 3vw;
    border-radius: 0.5vw;
}
.HowItWorks-item>p {
    margin: 0;
}
.HowItWorks-item>p:last-child {
    color: #666;
}
.HowItWorks-index {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bajie-text-primary);
}
.HowItWorks-icon {
    width: 2vw;
}
@media (max-width: 768px) {
    .HowItWorks-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        gap: 0;
    }
    .HowItWorks-left-content, .HowItWorks-content {
        width: 100%;
    }
    .HowItWorks-item {
        margin: 2vw 0;
        padding: 2vw 0 2vw 6vw;
        border-radius: 1vw;
    }
    .HowItWorks-index {
        padding: 0 2vw;
    }
    .HowItWorks-icon {
        width: 4vw;
    }
}

/* 租借流程模块 */
.RentalProcess-container>h3 {
    color: #666;
}
.RentalProcess-body {
    background: rgba(57,255,20,0.2);
}
.RentalProcess-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1vw;
  margin: 2vw 0;
}
.RentalProcess-list .RentalProcess-item {
  background: #fff;
  border-radius: 1vw;
  overflow: hidden;
  padding: 2vw;
}
.RentalProcess-list .RentalProcess-item .RentalProcess-img {
  width: 5vw;
}

@media (max-width: 768px) {
  .RentalProcess-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2vw;
  }
  .RentalProcess-list .RentalProcess-item {
      display: flex;
        align-items: center;
        padding: 3vw;
  }
  .RentalProcess-list .RentalProcess-item .RentalProcess-img {
    width: 6vw;
    margin-right: 5vw;
  }
}
/* 租借流程模块 end*/

/* 系统优势 */
.SystemAdvantages-container h3 {
    color: #999;
}
.SystemAdvantages-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1vw;
    margin: 0 auto;
}
.SystemAdvantages-item {
    background: #fff;
    border-radius: 1vw;
    padding: 1vw;
    width: 49.3%;
}
.SystemAdvantages-item-title {
    display: flex;
    align-items: center;
}
.SystemAdvantages-item-title .SystemAdvantages-img {
    width: 5vw;
    margin-right: 1vw;
}
.SystemAdvantages-item-content p {
    margin: 0.5vw 0;
}
.SystemAdvantages-item-content>p:last-child {
    color: #666;
}
.SystemAdvantages-item-tags {
    margin: 1vw 0;
    gap: 0.5vw;
    display: flex;
}
.SystemAdvantages-item-tags .SystemAdvantages-tag {
    background: rgba(132,255,141,0.3);
    border-radius: 100px;
    padding: 0.5vw 1vw;
    display: inline-block;
    width: fit-content;
}
@media (max-width: 768px) {
    .SystemAdvantages-body {
        gap: 2vw;
        flex-direction: column;
    }
    .SystemAdvantages-item {
        border-radius: 2vw;
        padding: 2.5vw 3.5vw;
        width: 100%;
    }
    .SystemAdvantages-item-title .SystemAdvantages-img {
        width: 8vw;
        margin-right: 2vw;
    }
}

/* 页面最后一栏 */
.AvailableAnytime-container {
    display: flex;
    gap: 2vw;
    margin: 0 auto;
}
.AvailableAnytime-left, .AvailableAnytime-right {
    flex: 1;
}
.AvailableAnytime-left h2 {
    font-family: Merriweather;
}
.AvailableAnytime-left h3 {
    color: #666;
}
.AvailableAnytime-container .AvailableAnytime-img {
    width: 100%;
}
.AvailableAnytime-btns {
    display: flex;
    gap: 1vw;
    justify-content: flex-start;
}
.AvailableAnytime-btns .AvailableAnytime-btn {
    background: #000;
    padding: 1vw 2vw;
    border-radius: 100px;
    color: var(--bajie-text-primary);
}
@media (max-width: 768px) {
    .AvailableAnytime-container {
        gap: 4vw;
        flex-direction: column;
    }
    .AvailableAnytime-btns {
        gap: 3vw;
        justify-content: center;
    }
    .AvailableAnytime-btns .AvailableAnytime-btn {
        padding: 1vw 5vw;
    }
}