@charset "UTF-8";
.banner {
  position: relative;
  height: auto;
  background: #000;
}

.banner .banner-context {
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 1;
  width: 50%;
}
.banner .banner-context h2 {
  margin-top: 6vw;
}
.banner .banner-context h2 span {
  margin-bottom: 0.5vw;
}
.banner .banner-context h1 {
  font-size: 4.35vw;
}

.banner .swiper{
  --swiper-navigation-color: #81E688;/* 单独设置按钮颜色 */
}

.banner .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.banner .my-bullet {
  background-color: #cfcfcf;
  padding: 0 20px;
  border-radius: 0;
  margin-left: 10px;
  font-size: 0.2rem;
}

.banner .swiper-slide .banner-img-pc {
  display: block;
}

.banner .swiper-slide .banner-img-phone {
  display: none;
}

.banner .swiper-pagination-bullet-active {
  background-color: #81E688;
  bottom: 0;
}

@media (max-width: 768px) {
  .banner {
    height: auto;
  }
  .banner .banner-context {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner .banner-context h1 {
    font-size: 5.4vw;
  }
  .banner .banner-context h2 {
    margin-top: 0;
  }
  .banner .banner-context h2 span {
    margin-bottom: 2vw;
    width: 50%;
  }
  .banner .banner-article {
    margin-top: 2.6666666667vw;
  }
  .banner .swiper-slide .banner-img-pc {
    display: none;
  }

  .banner .swiper-slide .banner-img-phone {
    display: block;
  }
}

.slide-three {
  position: relative;
  padding-bottom: 21vw;
  width: 78vw;
  padding-top: 8vw;
}
.slide-three-context {
  width: 70%;
}
.slide-three-context h1 {
  font-size: 4.163vw;
}
.slide-three-context h2 {
  font-weight: normal;
  font-size: 1.565vw;
}
.slide-three .banner-img-pc {
  width: 43%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.slide-btn {
  position: absolute;
  bottom: 10%;
  left: 0;
  background: #81E688;
  padding: 0.8vw 1.5vw;
  border-radius: 100px;
  color: #000;
  width: fit-content;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .slide-three {
    padding-bottom: 60vw;
    width: 100%;
  }
  .slide-three-context {
    width: 80%;
    padding: 0 5.4vw;
  }
  .slide-three-context h1 {
    font-size: 8.457vw;
  }
  .slide-three-context h2 {
    font-size: 3.20vw;
  }
  .slide-three .banner-img-phone {
    width: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .slide-btn {
    position: static;
    margin-top: 10vw;
    margin-left: 5.4vw;
    padding: 1vw 2.5vw 1.5vw;
  }
}

.power-bank {
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .power-bank {
    margin-top: 10vw;
  }
}
/* 产品展示区域 */
.product-section {
    /* background: #81E688; */
    padding: 2vw;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
    /* background: white; */
    /* border-radius: 0.8vw; */
    padding: 1.5vw 7vw;
}

.product-item {
  border-radius: 0.5vw;
  overflow: hidden;
  border: solid 1px #E9F8F2;
}

.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: 0.94vw;
    font-weight: 600;
    color: #333;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .category-buttons {
        flex-wrap: wrap;
        gap: 1vw;
    }
    
    .category-button {
        padding: 1vw 4vw;
        font-size: 2vw;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        /* gap: 1.5vw; */
        padding: 1.5vw;
    }
    .product-code {
      font-size: 2.94vw;
    }
}
/* 新版产品展示结束 */

.trend-container {
  background: #E8E8E8;
}
.trend {
  padding: 1.25vw 0;
}

.trend .trend-img img {
  width: 100%;
}

.trend .trend-img .bajie-article-text {
  text-align: center;
}

.trend .img-text {
  margin-top: 1.25vw;
  margin-left: 3.3333333333vw;
  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;
}
.trend-statistics-item {
  border-bottom: solid 3px #81E688;
}
.trend-statistics-item h1 {
  font-size: 1.565vw;
}
.trend-statistics-item p {
  font-size: 0.940vw;
}
.contactus, .joinbtn {
    width: fit-content;
    padding: 0.5vw 1.5vw;
    line-height: 2vw;
    border-radius: 4vw;
    font-size: 1.25vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.morebtn, .joinbtn {
  display: inline-block;
  margin: 0;
}
.morebtn {
    width: fit-content;
    padding: 0.5vw 1.5vw;
    line-height: 2vw;
    border-radius: 4vw;
    font-size: 1.25vw;
    text-align: center;
    cursor: pointer;
    color: #81E688;
    border: solid 2px #81E688;
}
.powerbankbusiness-body {
  display: flex;
  gap: 3vw;
  margin: 0 auto;
}
.powerbankbusiness-body>div {
  flex: 1;
}
.powerbankbusiness-body .img-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.powerbankbusiness-body .img-text p {
  font-size: 1.045vw;
}
.powerbankbusiness-btns {
  display: flex;
  gap: 1vw;
}
.bannerbtn {
  width: fit-content;
  padding: 0 3vw;
  line-height: 4vw;
  border-radius: 4vw;
  font-size: 2vw;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .trend {
    padding: 3.2vw 0;
  }

  .trend .img-text {
    margin-top: 3.2vw;
    margin-left: 0;
  }
  .contactus, .joinbtn, .morebtn {
      padding: 0 6vw;
      line-height: 8vw;
      border-radius: 100px;
      font-size: 4vw;
  }
  .powerbankbusiness-body {
    gap: 3vw;
    flex-direction: column;
  }
  .powerbankbusiness-body .img-text p {
    font-size: 3.20vw;
  }
}
.step-bar {
  display: inline-block;
  background: #fff;
  color: #81E688;
  border-radius: 100px;
  padding: 0.5vw 1vw;
  font-family: Merriweather;
  font-weight: bold;
}
.attract {
  color: #fff;
}

.attract .phone {
  position: relative;
}

.attract .phone .phone-img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.attract .attract-title {
  font-size: 3.6458333333vw;
}

.attract .attract-text {
  color: #fff;
}

@media (max-width: 766px) {
  .attract .phone {
    height: 82.1333333333vw;
  }

  .attract .phone .phone-img {
    width: 48.4vw;
    top: -18.9333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .attract .attract-title {
    font-size: 4.8vw;
    text-align: center;
  }
}

@media (max-width: 750px) {
  .attract .phone {
    height: 82.1333333333vw;
  }

  .attract .phone .phone-img {
    width: 58.4vw;
    top: -18.9333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .attract .attract-title {
    font-size: 4.8vw;
    text-align: center;
  }
}
.icon-card-list {
  gap: 0.5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.icon-card-list .icon-card {
  margin-bottom: 1.6666666667vw;
  padding: 0;
}

.icon-card-list .icon-card .icon-card-img {
  width: 4.375vw;
  margin: 0 auto;
}

.icon-card-list .icon-card .icon-card-text {
  padding: 1.5625vw 0;
  background: #81E688;
  font-size: 1.4583333333vw;
  border-radius: 1.3020833333vw;
  color: #fff;
}

@media (max-width: 768px) {
  .icon-card-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 3vw;
  }
  .icon-card-list .icon-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.3333333333vw;
  }

  .icon-card-list .icon-card .icon-card-img {
    width: 10vw;
    padding-top: 1.5vw;
    margin: 0 1vw 0 0;
  }

  .icon-card-list .icon-card .icon-card-text {
    width: 71.8666666667vw;
    font-size: 3.2333333333vw;
    line-height: 5.1333333333vw;
  }
}
.benefit-step-bar {
  display: inline-block;
  background: #81E688;
  color: #fff;
  border-radius: 100px;
  padding: 0.5vw 1vw;
  font-family: Merriweather;
  font-weight: bold;
}
.benefit-user-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.benefit-user {
  margin-top: 1.875vw;
  display: flex;
  justify-content: start;
  align-items: center;
}
.benefit-user .benefit-user-img {
  width: 4vw;
  display: block;
  margin: 0 1vw 0 0;
}

.benefit-user .benefit-user-text {
  font-size: 1.5708333333vw;
  font-weight: 400;
  color: #151515;
}

@media (max-width: 768px) {
  .benefit-user {
    margin-top: 4vw;
  }
  .benefit-user .benefit-user-img {
    width: 8vw;
  }
  .benefit-user .benefit-user-text {
    font-size: 3.7333333333vw;
  }
}

.youinvest-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
}
.youinvest-list .youinvest-item {
  border: solid 1px #D1D1D1;
  border-radius: 1vw;
  overflow: hidden;
  padding: 2vw;
}
.youinvest-list .youinvest-item .youinvest-img {
  width: 5vw;
}
.youinvest-item .youinvest-label {
  font-size: 1.250vw;
}
.youinvest-item .youinvest-subtitle {
  font-size: 0.94vw;
}
.youinvest-item .youinvest-msg {
  font-size: 0.835vw;
}
.youinvest-more {
  border: solid 1px #81E688;
  border-radius: 100px;
  padding: 1vw 4vw;
  font-size: 1.250vw;
  width: fit-content;
  margin: 2vw auto;
  cursor: pointer;
}

@media (max-width: 768px) {
  .youinvest-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  .youinvest-list .youinvest-item .youinvest-img {
    width: 10vw;
  }
  .youinvest-item .youinvest-label {
    font-size: 3.203vw;
  }
  .youinvest-item .youinvest-subtitle {
    font-size: 2.670vw;
  }
  .youinvest-item .youinvest-msg {
    font-size: 2.40vw;
  }
  .youinvest-more {
    padding: 1.5vw 2.5vw;
    font-size: 3.203vw;
    margin: 4vw auto;
  }
}

.startPBBusiness-section {
  background: rgba(232, 232, 232, 0.3);
}
.startPBBusiness-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
}
.startPBBusiness-grid .startPBBusiness-item {
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.startPBBusiness-grid .startPBBusiness-item .startPBBusiness-image {
  width: 100%;
  border-radius: 20px;
}
.startPBBusiness-info .startPBBusiness-label {
  font-size: 1.250vw;
}
.startPBBusiness-info .startPBBusiness-msg {
  font-size: 0.94vw;
}
@media (max-width: 768px) {
  .startPBBusiness-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
  .startPBBusiness-grid .startPBBusiness-item .startPBBusiness-index {
    padding: 0 2.2vw;
    font-size: 4vw;
  }
  .startPBBusiness-info .startPBBusiness-label {
    font-size: 3.2vw;
  }
  .startPBBusiness-info .startPBBusiness-msg {
    font-size: 2.4vw;
  }
}

.pc-rent {
  border: solid 1px #D1D1D1;
  margin: 0 auto;
  border-radius: 0.6vw;
}
.payment-tabs {
    display: flex;
    justify-content: space-evenly;
    gap: 1.4vw;
    margin-bottom: 2.1vw;
    flex-wrap: wrap;
    padding-left: 18%;
    font-size: 0.94vw;
}
.payment-tab {
    padding: 0.7vw 0;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    font-weight: 700;
}
.payment-tab.active {
    border-bottom-color: #81E688;
    color: #81E688;
    font-weight: bold;
}
.payment-tab:hover {
    color: #81E688;
    border-bottom-color: #81E688;
}
.payment-details {
  position: relative;
  margin-bottom: 2vw;
  display: none;
  padding-left: 30%;
}
.payment-details .payment-gif-img {
  position: absolute;
  top: -28%;
  left: -8%;
  width: 26%;
}
.payment-method {
  font-weight: bold;
  margin-bottom: 1.1vw;
  position: relative;
}
.payment-method .payment-body {
  float: left;
  line-height: 1.6;
  margin-right: 1vw;
  width: 58%;
  font-size: 1.25vw;
}
.payment-method .payment-detail-img {
  /* height: 22vw; */
  width: 40%;
  object-fit: contain; /* 保持比例，不裁切 */
  object-position: center; /* 居中显示 */
}
.payment-method .payment-description {
  margin-bottom: 0;
  font-size: 0.94vw;
}
.mobile-rent .carousel-indicators {
  top: -6vw;
}
.carousel-indicators li {
  width: initial;
  flex: 1;
  margin: 0;
  background-color: #81E688;
  opacity: .3;
}
.carousel-item .payment-body {
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.5;
}
.carousel-item .payment-description {
  font-weight: 500;
}
.carousel-item .payment-gif-img {
  width: 60%;
  margin: 0 auto;
}
.carousel-control-prev .carousel-control-prev-icon, .carousel-control-next .carousel-control-prev-icon {
  width: 8vw;
  height: 8vw;
}
.carousel-item .learn-more-btn {
    padding: 2vw 4vw;
    margin: 3vw auto;
}
.carousel-item .learn-more-btn .arrow {
    border-left: 0.8vw solid white;
    border-top: 0.6vw solid transparent;
    border-bottom: 0.6vw solid transparent;
}
.learn-more-btn {
    background-color: #81E688;
    color: white;
    border: none;
    padding: 1vw 2.1vw;
    border-radius: 100px;
    font-weight: bold;
    font-size: 1.045vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.8vw;
    transition: background-color 0.3s ease;
}
.learn-more-btn:hover {
    background-color: #45a049;
}
.learn-more-btn .arrow {
    width: 0;
    height: 0;
    border-left: 0.4vw solid white;
    border-top: 0.3vw solid transparent;
    border-bottom: 0.3vw solid transparent;
}
/* 应用商店下载按钮样式 */
.app-download-buttons {
    margin-top: 15px;
    text-align: center;
}

.app-store-btn,
.google-play-btn {
  display: inline-block;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  border-radius: 100px;
  border: solid 1px #39FF14;
  padding: 0.8vw 1.5vw;
  margin-right: 1vw;
  font-size: 1.045vw;
}
.app-store-btn img,
.google-play-btn img {
  width: 2.25vw;
  margin-right: 0.5vw;
}
@media (max-width: 768px) {
  .pc-rent {
    display: none !important;
  }
  .mobile-rent {
    display: block !important;
  }
  .payment-method .payment-body {
    font-size: 4.267vw;
  }
  .payment-method .payment-description {
    font-size: 3.2vw;
  }
  .learn-more-btn {
    font-size: 3.46666vw;
  }
  .app-store-btn,
  .google-play-btn {
    font-size: 3.46666vw;
  }
}
@media (min-width: 768px) {
  .pc-rent {
    display: block !important;
  }
  .mobile-rent {
    display: none !important;
  }
}

/* .start-steps {
  margin-top: 6.25vw;
}

.start-steps .start-step {
  position: relative;
}

.start-steps .start-step:nth-of-type(1) {
  margin-bottom: 6.25vw;
}

.start-steps .start-step:nth-of-type(2) {
  margin-bottom: 6.25vw;
}

.start-steps .start-step .start-step-title {
  position: absolute;
  top: -2.8125vw;
  left: 15px;
  width: 30vw;
  height: 5.625vw;
  background: #81E688;
  border-radius: 0.5208333333vw;
  text-align: center;
  font-size: 2.0833333333vw;
  font-weight: bold;
  line-height: 5.2083333333vw;
  color: #ffffff;
}

.start-steps .start-step .start-step-img {
  width: 100%;
}

@media (max-width: 750px) {
  .start-steps {
    margin-top: 8vw;
  }

  .start-steps .start-step {
    width: 100%;
  }

  .start-steps .start-step:nth-of-type(2n + 1) {
    margin-bottom: 6.6666666667vw;
    padding-right: 1.6vw;
  }

  .start-steps .start-step:nth-of-type(2n) {
    margin-bottom: 6.6666666667vw;
    padding-left: 1.6vw;
  }

  .start-steps .start-step .start-step-title {
    width: 47vw;
    height: 8vw;
    border-radius: 1.3333333333vw;
    font-size: 3.5vw;
    line-height: 7.3333333333vw;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
} */
.scan-rent {
  padding: 1.25vw 0;
}

.scan-rent .steps {
  padding-left: 3.125vw;
}

.scan-rent .steps-title {
  font-size: 2.0833333333vw;
  font-weight: bold;
  font-family: Merriweather;
  line-height: 2.6041666667vw;
  color: #151515;
}

.scan-rent .step {
  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;
}

.scan-rent .step .step-img {
  width: 2.5vw;
  margin-right: 0.8333333333vw;
}

@media (max-width: 768px) {
  .scan-rent .step .step-img {
    width: 6.4vw;
    margin-right: 2vw;
  }
}
.scan-rent .step .step-text {
  font-size: 1.5625vw;
  font-weight: 400;
  line-height: 2.5vw;
  padding: 1.25vw 0;
  color: #444444;
}

@media (max-width: 768px) {
  .scan-rent .step .step-text {
    font-size: 4vw;
    line-height: 5.0666666667vw;
    padding: 3.2vw 0;
  }
}
@media (max-width: 768px) {
  .scan-rent {
    padding: 3.2vw 0;
  }

  .scan-rent .steps {
    margin-left: 0;
  }

  .scan-rent .steps .step {
    margin-top: 3.2vw;
    padding-left: 3.2vw;
  }

  .scan-rent .features {
    padding-left: 1.3333333333vw;
  }

  .scan-rent .steps-title {
    margin-top: 6.6666666667vw;
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}
.business-types {
  padding: 0;
}

.business-types .business-type {
  position: relative;
  width: 100%;
  border-radius: 0.5208333333vw;
  margin: 0 auto;
}

.business-types .business-type .business-type-img {
  width: 100%;
}

.business-types .business-type .business-type-text {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #81E688;
  border-bottom-left-radius: 0.5208333333vw;
  border-bottom-right-radius: 0.5208333333vw;
  text-align: center;
  font-weight: bold;
  font-size: 1.045vw;
  line-height: 2.5666666667vw;
  color: #ffffff;
}

@media (max-width: 768px) {
  .business-types {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 90.6666666667vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .business-types::-webkit-scrollbar {
    display: none;
  }

  .business-types .business-type {
    width: 91.4666666667vw;
  }

  .business-types .business-type .business-type-text {
    border-radius: 1.3333333333vw;
    line-height: 10.4vw;
    font-size: 4vw;
  }
}
.business-next {
  display: none;
}

@media (max-width: 768px) {
  .business-next {
    display: block;
    width: 7.2vw;
    position: absolute;
    top: 40%;
    color: #81E688;
    opacity: 0.5;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .business-next {
    right: 6vw;
  }
}
.business-last {
  display: none;
}

@media (max-width: 768px) {
  .business-last {
    display: block;
    width: 7.2vw;
    position: absolute;
    top: 40%;
    color: #81E688;
    opacity: 0.5;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .business-last {
    left: 6vw;
    display: none;
  }
}
.whyBajie-container {
  background: rgba(232, 232, 232, 0.3);
}
.why-bajie {
  margin-top: 2.25vw;
}

.why-bajie .why-bajie-texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}
.why-bajie .why-bajie-texts .why-bajie-item {
  background: #fff;
  border-radius: 0.7vw;
  padding: 1vw;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 0.833331vw;
}
.why-bajie .why-bajie-texts .why-bajie-item .why-bajie-img {
  width: 4.5vw;
  height: 4.5vw;
  margin-right: 1vw;
}

.why-bajie .why-bajie-texts .why-bajie-text {
  position: absolute;
  width: 20.8333333333vw;
  height: auto;
  font-size: 1.4vw;
  line-height: 2vw;
}

@media (max-width: 768px) {
  .why-bajie {
    margin-top: 4vw;
  }
  .why-bajie .why-bajie-texts {
    grid-template-columns: repeat(1, 1fr);
    gap: 2vw;
  }
  .why-bajie .why-bajie-texts .why-bajie-item {
    font-size: 2.668vw;
    padding: 2vw;
  }
  .why-bajie .why-bajie-texts .why-bajie-item .why-bajie-img {
    width: 7.5vw;
    height: 7.5vw;
    margin-right: 1.5vw;
  }
}

.partnerus-container {
  margin: 0 auto;
  gap: 5vw;
}
.partnerus-banner {
  order: 1;
  width: 38%;
}
.partnerus-article {
  order: 2;
  flex: 1;
}
.partnerus-msg {
  font-size: 0.94vw;
}
/* 统一结构：一个轨道，PC/移动通过断点调整尺寸 */
.partnerus-track li img {
    width: 100%;
}

.partnerus-track li {
    list-style: none;
    min-width: 20vw;
    padding-right: 10px;
}

.partnerus-track {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.partnerus-track ul{
    position: relative;
    display: flex;
}
@media (max-width: 768px) {
  .partnerus-banner {
    order: 2;
    width: 100%;
  }
  .partnerus-article {
    order: 1;
    margin-top: 0;
  }
  .partnerus-track li {
    min-width: 12vw;
  }
  .partnerus-msg {
    font-size: 3.2vw;
  }
}
