.around-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.center-all-flex {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
.UD-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
/*文字超出成点*/
.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
/*去除padding*/
.noScroll {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}
/*
.asset::-webkit-scrollbar { display:none }*/
.row-start-center {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.row-end-center {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.row-all-center {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row-between-center {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-around-center {
  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;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.col-all-center {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
.col-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}
.col-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
     -moz-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -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;
}
.col-between-center {
  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;
  -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;
}
.col-around-center {
  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;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -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;
}
/*加号*/
/*减号*/
body,
html {
  background-color: #f4f4f8;
}
ul::-webkit-scrollbar {
  display: none;
}
.tit {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.84rem;
  padding: 0 0.2rem;
  border-bottom: 1px solid #dddddd;
}
.tit div:first-child img {
  width: 2.04rem;
}
.tit div:last-child a {
  font-size: 0.24rem;
  font-weight: 600;
  color: #666666;
}
#notice-wrapper {
  height: 0.92rem;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #dddddd;
  background-color: #FFFFFF;
  padding: 0 0.25rem;
}
#notice-wrapper .img {
  width: 1.42rem;
  height: 0.42rem;
}
#notice-wrapper .img img {
  width: 100%;
}
#notice-wrapper .swiper-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.1rem;
  height: 0.3rem;
}
#notice-wrapper .swiper-container p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-wrapper {
  width: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  position: relative;
  padding-bottom: 0.5rem;
  background-color: #FFFFFF;
}
.nav-wrapper ul {
  width: 100%;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-wrapper ul li {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*margin-left: 40px;*/
  margin-top: 0.46rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
.nav-wrapper ul li a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  color: #222222;
  font-size: 0.22rem;
}
.nav-wrapper ul li a img {
  width: 0.7rem;
  min-height: 0.66rem;
  max-height: 0.66rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.18rem;
  display: inline-block;
}
.nav-wrapper ul li:first-child img {
  width: 0.7rem;
}
.nav-wrapper ul li:nth-of-type(2) img {
  width: 0.68rem;
}
.nav-wrapper ul li:nth-of-type(3) img,
.nav-wrapper ul li:nth-of-type(8) img {
  width: 0.55rem;
}
.nav-wrapper ul li:nth-of-type(9) img {
  width: 0.4rem;
}
.nav-wrapper ul li:nth-of-type(6) img {
  width: 0.56rem;
}
.nav-wrapper ul li:last-child img {
  width: 0.43rem;
}
.swipe-wrapper .swiper-container {
  width: 100%;
  height: 3.79rem;
  overflow: hidden;
  position: relative;
}
.swipe-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swipe-wrapper .swiper-container .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #ffffff;
  opacity: 0.4;
}
.swipe-wrapper .swiper-container .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.integral-wrapper {
  background-color: #f4f4f8;
  padding: 0.25rem;
}
.integral-wrapper__main {
  background-color: #ffffff;
  border-radius: 0.2rem;
}
.integral-wrapper__main ul li a {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0.25rem 0.25rem 0.25rem;
}
.integral-wrapper__main ul li a .img {
  width: 1.7rem;
  height: 1.7rem;
  background-color: #f3f4f9;
  border-radius: 0.1rem;
  padding: 0.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.integral-wrapper__main ul li a .img img {
  width: 100%;
  height: 100%;
}
.integral-wrapper__main ul li a .commodity-msg {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  padding-left: 0.22rem;
}
.integral-wrapper__main ul li a .commodity-msg .name {
  font-size: 0.26rem;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.integral-wrapper__main ul li a .commodity-msg .handle {
  margin-top: 0.4rem;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.integral-wrapper__main ul li a .commodity-msg .handle div:last-child {
  width: 1.38rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: #25c011;
  border-radius: 0.27rem;
  color: #ffffff;
  text-align: center;
}
.integral-wrapper__main ul li a .commodity-msg .handle div:first-child {
  color: #e51c23;
  font-size: 0.26rem;
  font-weight: 700;
}
.integral-wrapper__main ul li a .commodity-msg .handle div:first-child span {
  font-size: 0.36rem;
}
.integral-wrapper__main ul li:first-child {
  margin-top: 0.25rem;
}
#promotion-wrapper {
  background-color: #ffffff;
  background-image: url(../images/571622a8428f2.ff71fee.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.2rem;
  padding-bottom: 0.3rem;
}
#promotion-wrapper .tit {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: none;
}
#promotion-wrapper .tit img {
  width: 2rem;
}
#promotion-wrapper .tit .more {
  position: absolute;
  right: 0;
}
#promotion-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
  overflow-x: auto;
}
#promotion-wrapper ul li {
  width: 1.98rem;
  margin-left: 0.2rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.1rem;
  background-color: #ffffff;
  padding: 0.3rem 0.18rem 0.2rem 0.13rem;
  position: relative;
}
#promotion-wrapper ul li .img {
  width: 1.98rem;
  height: 1.17rem;
  margin-bottom: 0.2rem;
}
#promotion-wrapper ul li .img img {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#promotion-wrapper ul li .name {
  margin-top: 0.15rem;
  color: #222222;
  font-size: 0.24rem;
  width: 1.98rem;
  height: 0.6rem;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  bottom: 0.75rem;
}
#promotion-wrapper ul li .pl {
  width: 1.98rem;
  height: 0.65rem;
}
#promotion-wrapper ul li .price {
  color: #e51c23;
  font-size: 0.3rem;
  font-weight: 600;
  margin-top: 0.15rem;
}
#news-wrapper {
  background-color: #FFFFFF;
  position: relative;
  z-index: 99;
}
#news-wrapper .tit div:first-child {
  color: #222222;
  font-size: 0.3rem;
  font-weight: 700;
}
#news-wrapper .tit div:first-child img {
  width: 0.25rem;
  height: 0.24rem;
}
#news-wrapper .tit a {
  color: #666666;
}
#news-wrapper ul li a {
  padding: 0.2rem 0.25rem;
  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;
  background-color: #ffffff;
}
#news-wrapper ul li .headline-img {
  width: 2.4rem;
  height: 1.62rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#news-wrapper ul li .headline-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
#news-wrapper ul li .headline-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.2rem;
  height: 1.62rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
     -moz-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -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;
}
#news-wrapper ul li .headline-r .title {
  color: #222222;
  font-weight: 800;
  font-size: 0.26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
#news-wrapper ul li .headline-r__bottom {
  font-size: 0.2rem;
  color: #7e7e7e;
}
#news-wrapper .swiper-container {
  padding-bottom: 0.5rem;
}
#news-wrapper .swiper-pagination-bullet {
  width: 0.34rem;
  height: 0.12rem;
  background-color: #25c011;
  border-radius: 0.06rem;
}
#class-wrapper {
  background-color: #f4f4f8;
  padding: 0.3rem 0.25rem;
}
#class-wrapper .tit {
  border: none;
}
#class-wrapper .tit img {
  width: 100%;
}
#class-wrapper ul {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#class-wrapper ul li {
  width: 2.22rem;
  height: 0.7rem;
  background-color: #ffffff;
  margin-top: 0.2rem;
}
#class-wrapper ul li a {
  height: 0.7rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
#class-wrapper ul li img {
  width: 70%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
#class-wrapper ul::after {
  content: "";
  width: 2.22rem;
}
.goods-wrapper {
  padding-top: 0.42rem;
}
.goods-wrapper .nav ul {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: scroll;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
  padding-left: 0.34rem;
}
.goods-wrapper .nav ul .active p:first-child {
  color: #222222;
  font-weight: 800;
}
.goods-wrapper .nav ul .active p:last-child {
  color: #25c011;
  font-size: 0.22rem;
}
.goods-wrapper .nav ul .active img {
  visibility: visible;
}
.goods-wrapper .nav ul li {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  margin-right: 0.49rem;
}
.goods-wrapper .nav ul li img {
  margin-top: 0.14rem;
  width: 0.48rem;
  height: 0.16rem;
}
.goods-wrapper .nav ul li p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 2rem;
}
.goods-wrapper .nav ul li p:first-child {
  font-size: 0.3rem;
  color: #666666;
  font-weight: 800;
}
.goods-wrapper .nav ul li p:last-child {
  color: #25c011;
  font-size: 0.22rem;
  margin-top: 0.14rem;
}
.goods-wrapper .nav ul li img {
  visibility: hidden;
}
.goods-wrapper .commodity-list {
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25rem 0.3rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /*background-color: #f6f6f6;*/
}
.goods-wrapper .commodity-list li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 3.35rem;
  background-color: #ffffff;
  /*box-shadow: 5px 5px 10px #d7d7d6;*/
  border-radius: 0.1rem;
  margin-top: 0.2rem;
}
.goods-wrapper .commodity-list li .img-wrapper img {
  border-radius: 0.1rem 0.1rem 0 0;
  width: 100%;
  height: 3.3rem;
}
.goods-wrapper .commodity-list li .info {
  padding: 0.08rem 0.2rem 0.25rem;
}
.goods-wrapper .commodity-list li .info .name {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 1.8;
}
.goods-wrapper .commodity-list li .info .price {
  color: #e51c23;
  font-weight: 700;
  font-size: 0.34rem;
  margin-top: 0.05rem;
}
.goods-wrapper .commodity-list li .info .price span:first-child span {
  margin-left: -0.1rem;
}
.goods-wrapper .commodity-list li .info .price .ol-price {
  color: #666666;
  font-size: 0.22rem;
  text-decoration: line-through;
}
.goods-wrapper .commodity-list li:nth-child(-n + 2) {
  margin-top: 0;
}
.head-wrapper__main {
  height: 1.25rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-blend-mode: normal, normal;
  background-color: #ffffff;
  z-index: 99;
  padding: 0 0.25rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.head-wrapper__main .search {
  width: 100%;
  height: 0.9rem;
  background-color: #f4f4f8;
  border-radius: 0.45rem;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.35rem;
  font-size: 0.26rem;
  color: #a9a9bd;
}
.head-wrapper__main .search img {
  width: 0.38rem;
  height: 0.38rem;
}
.head-wrapper__main .search span {
  margin-left: 0.16rem;
}
.head-wrapper .ql {
  height: 1rem;
}
.plate-wrapper {
  padding: 0 0.25rem;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #ffffff;
  border-radius: 0.2rem;
  margin-top: 0.25rem;
}
.plate-wrapper .plate-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1rem;
}
.plate-wrapper .plate-item {
  padding: 0.28rem 0.35rem;
}
.plate-wrapper .plate-item__list {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plate-wrapper .plate-item__list .img {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  margin-top: 0.1rem;
}
.plate-wrapper .plate-item__list .img img {
  width: 1.45rem;
  height: 0.74rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.plate-wrapper .plate-item__tit {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.plate-wrapper .plate-item__tit div:first-child {
  font-weight: 800;
  margin-right: 0.1rem;
}
.plate-wrapper .plate-item .item1 div:first-child {
  font-size: 0.32rem;
  color: #25c011;
}
.plate-wrapper .plate-item .item1 div:nth-of-type(2) {
  width: 1.14rem;
  height: 0.34rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#6db51a), to(#7bc623)), -webkit-gradient(linear, left top, left bottom, from(#25c011), to(#25c011));
  background-image: -webkit-linear-gradient(right, #6db51a 0%, #7bc623 100%), -webkit-linear-gradient(#25c011, #25c011);
  background-image: -o-linear-gradient(right, #6db51a 0%, #7bc623 100%), -o-linear-gradient(#25c011, #25c011);
  background-image: linear-gradient(-90deg, #6db51a 0%, #7bc623 100%), linear-gradient(#25c011, #25c011);
  background-blend-mode: normal,
        normal;
  border-radius: 0.06rem;
  text-align: center;
  line-height: 0.34rem;
  color: #ffffff;
  font-size: 0.22rem;
}
.plate-wrapper .plate-item .item2 div:first-child {
  font-size: 0.32rem;
  color: #222222;
}
.plate-wrapper .plate-item .item2 div:nth-of-type(2) {
  width: 1.14rem;
  height: 0.34rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#febd58), to(#f06232)), -webkit-gradient(linear, left top, left bottom, from(#25c011), to(#25c011));
  background-image: -webkit-linear-gradient(left, #febd58 0%, #f06232 100%), -webkit-linear-gradient(#25c011, #25c011);
  background-image: -o-linear-gradient(left, #febd58 0%, #f06232 100%), -o-linear-gradient(#25c011, #25c011);
  background-image: linear-gradient(90deg, #febd58 0%, #f06232 100%), linear-gradient(#25c011, #25c011);
  background-blend-mode: normal,
        normal;
  border-radius: 0.06rem;
  text-align: center;
  line-height: 0.34rem;
  color: #ffffff;
  font-size: 0.22rem;
}
.plate-wrapper .plate-item:first-child {
  border-right: 2px solid #f4f4f8;
}
.ad {
  width: 7rem;
  height: 2.7rem;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
  position: relative;
}
.ad img {
  width: 100%;
  height: 100%;
}
.ad .action {
  width: 2rem;
  height: 0.54rem;
  background-color: #ffffff;
  border-radius: 0.27rem;
  font-size: 0.24rem;
  color: #25c011;
  text-align: center;
  line-height: 0.54rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 70%;
}

