@media screen and (min-width: 750px) {
  body {
    width: 750px;
    margin: 0 auto !important;
  }
}
body {
  font-family: 'PingFang SC';
  overflow-x: hidden;
  min-height: 100vh;
  font-size: 16px;
}
.swiper-container1 {
  position: relative;
  overflow: hidden;
}
.swiper-container1 .swiper-slide {
  width: 100%;
}
.swiper-container1 .swiper-slide img {
  display: block;
  max-width: 100%;
}
.swiper-container1 .swiper-pagination-bullets {
  bottom: 0px;
}
.swiper-container1 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.products-wrapper {
  width: 7.5rem;
}
.products-wrapper .products-area {
  margin-bottom: 0.4rem;
}
.products-wrapper .products-area .main-title {
  text-align: center;
  font-size: 0.36rem;
  margin-bottom: 0.3rem;
  color: #333;
}
.products-wrapper .products-area .products-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.products-wrapper .products-area .products-list .item {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 0.2rem;
}
.products-wrapper .products-area .products-list .item .item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-wrapper .products-area .products-list .item .item-link .item-icon {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.08rem;
}
.products-wrapper .products-area .products-list .item .item-link .item-icon img {
  display: block;
  width: 1rem;
  height: 1rem;
}
.products-wrapper .products-area .products-list .item .item-link .item-text {
  font-size: 0.28rem;
  text-align: center;
  color: #666;
  line-height: 1.5;
}
#static_big_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 1rem;
  line-height: 1rem;
  padding-right: 0.65rem;
  overflow: hidden;
}
#runing_box {
  position: absolute;
  height: 1rem;
  line-height: 1rem;
  color: #ff5100;
  word-break: keep-all;
  white-space:nowrap;
  width: fit-content;
  top: 0px;
  left: 0;
  font-size: 0.36rem;
  font-weight: bold;
}
.price-container {
  width: 100%;
}
.price-container .nav-title {
  height: 0.88rem;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.price-container .nav-title .goback {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.88rem;
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-container .nav-title .goback img {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
}
.price-container .nav-title #title {
  text-align: center;
  line-height: 0.88rem;
  font-size: 0.28rem;
  color: #333;
}
.price-container img {
  display: block;
  width: 100%;
  max-width: 100%;
}