.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;
}
/*加号*/
/*减号*/
a {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  background-color: #f4f4f8;
}
.w {
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin-top: 0.25rem;
}
.wrapper {
  width: 100%;
  height: 100%;
}
.wrapper .alc-goods {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  width: 100%;
  /*图片*/
  /*价格等等*/
  /*商品参数*/
  /*评价*/
  /*推荐*/
  /*商品介绍*/
  /* 关联文章 */
}
.wrapper .alc-goods__pic,
.wrapper .alc-goods .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 7.5rem;
}
.wrapper .alc-goods__pic .swiper-wrapper .swiper-slide,
.wrapper .alc-goods .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.wrapper .alc-goods__pic .swiper-wrapper .swiper-slide img,
.wrapper .alc-goods .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.wrapper .alc-goods__pic .swiper-pagination,
.wrapper .alc-goods .swiper-container .swiper-pagination {
  width: 0.96rem;
  height: 0.4rem;
  background-color: #000000;
  border-radius: 0.2rem 0 0 0.2rem;
  font-size: 0.23rem;
  color: #ffffff;
  line-height: 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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .alc-goods__pic .swiper-pagination-fraction,
.wrapper .alc-goods .swiper-container .swiper-pagination-fraction {
  right: 0;
  left: inherit;
  bottom: 0.25rem;
}
.wrapper .alc-goods__info {
  padding: 0.3rem 0.27rem;
}
.wrapper .alc-goods__info .price {
  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;
}
.wrapper .alc-goods__info .price .price--current {
  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;
  color: #222222;
  font-size: 0.24rem;
}
.wrapper .alc-goods__info .price .price--current div {
  color: #e51c23;
  font-size: 0.4rem;
  font-weight: 700;
}
.wrapper .alc-goods__info .price .price--current div .tit {
  font-size: 0.26rem;
}
.wrapper .alc-goods__info .price .ol-price {
  color: #999999;
  font-size: 0.24rem;
  text-decoration: line-through;
  margin-left: 0.2rem;
}
.wrapper .alc-goods__info .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.34rem;
}
.wrapper .alc-goods__info .name div:first-child {
  min-width: 5.48rem;
  max-width: 5.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #222222;
  font-size: 0.285rem;
  font-weight: 700;
}
.wrapper .alc-goods__info .name .collect {
  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: #f3b709;
}
.wrapper .alc-goods__info .name .collect i {
  margin-bottom: 0.13rem;
}
.wrapper .alc-goods__info .name .collect span {
  color: #666666;
}
.wrapper .alc-goods .goods-params {
  margin-top: 0.25rem;
  padding: 0 0.2rem;
}
.wrapper .alc-goods .goods-params .goods-params-item {
  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;
  padding: 0.35rem 0;
  border-bottom: 1px solid #dddddd;
}
.wrapper .alc-goods .goods-params .goods-params-item .l {
  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;
}
.wrapper .alc-goods .goods-params .goods-params-item .l div:last-child {
  color: #222222;
  font-size: 0.26rem;
  margin-left: 0.35rem;
}
.wrapper .alc-goods .goods-params .goods-params-item .l .l-item {
  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;
}
.wrapper .alc-goods .goods-params .goods-params-item .l .freight img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 0.32rem;
  height: 0.32rem;
}
.wrapper .alc-goods .goods-params .goods-params-item .l .freight div {
  color: #25c011;
  font-weight: 700;
}
.wrapper .alc-goods .goods-params .goods-params-item .l .safeguard div {
  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;
  color: #222222;
  font-size: 0.26rem;
}
.wrapper .alc-goods .goods-params .goods-params-item .l .safeguard img {
  width: 0.33rem;
  height: 0.32rem;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-right: 0.05rem;
}
.wrapper .alc-goods .goods-params .goods-params-item .l #integral {
  font-size: 0.26rem;
  color: #ff5500;
}
.wrapper .alc-goods .goods-params .goods-params-item .l #integral div {
  color: inherit;
  margin-left: 0.1rem;
}
.wrapper .alc-goods .goods-params .goods-params-item label {
  color: #888888;
  font-size: 0.24rem;
}
.wrapper .alc-goods .goods-params .goods-params-item img {
  width: 0.13rem;
  height: 0.24rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wrapper .alc-goods .goods-params .goods-params-item:last-child {
  border-bottom: none;
}
.wrapper .alc-goods__eval .eval {
  width: 6.6rem;
  height: 0.8rem;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
}
.wrapper .alc-goods__eval .eval span {
  font-size: 0.3rem;
  color: #222222;
  font-weight: normal;
  font-stretch: normal;
  font-weight: 700;
}
.wrapper .alc-goods__eval .eval img {
  width: 0.11rem;
  height: 0.19rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wrapper .alc-goods__eval .eval .more {
  display: inline-block;
  color: #f9671e;
  font-size: 0.24rem;
}
.wrapper .alc-goods__eval .detail {
  margin-top: 0.3rem;
  margin-bottom: 0.13rem;
  padding: 0 0.2rem;
  padding-bottom: 0.11rem;
  border-bottom: 0.04rem solid #f9f9f9;
}
.wrapper .alc-goods__eval .detail .detail__top {
  padding-right: 0.43rem;
  width: 100%;
  height: 0.8rem;
}
.wrapper .alc-goods__eval .detail .detail__top div .head {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  margin-right: 0.19rem;
}
.wrapper .alc-goods__eval .detail .detail__top div .nickname {
  font-size: 0.24rem;
  color: #222222;
}
.wrapper .alc-goods__eval .detail .detail__top div .time {
  color: #999999;
  font-size: 0.22rem;
  margin-top: 0.1rem;
}
.wrapper .alc-goods__eval .detail .detail__top .star {
  margin-left: 0.49rem;
}
.wrapper .alc-goods__eval .detail .detail__bottom {
  margin-top: 0.21rem;
}
.wrapper .alc-goods__eval .detail .detail__bottom .con {
  font-size: 0.26rem;
  color: #222222;
}
.wrapper .alc-goods__eval .detail .detail__bottom .class {
  margin-top: 0.17rem;
}
.wrapper .alc-goods__eval .detail .detail__bottom .class span {
  font-size: 0.21rem;
  color: #999999;
  font-weight: normal;
  font-stretch: normal;
}
.wrapper .alc-goods__eval .detail .detail__bottom .class span:nth-child(2) {
  margin-left: 0.3rem;
}
.wrapper .alc-goods__eval .all-eval {
  width: 1.81rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: solid 1px #b5b5b5;
  font-size: 0.21rem;
  letter-spacing: -0.4px;
  color: #545454;
  text-align: center;
  line-height: 0.5rem;
  margin-top: 0.16rem;
  margin: 0 auto;
  margin-bottom: 0.16rem;
}
.wrapper .alc-goods__recommend {
  padding: 0.2rem;
}
.wrapper .alc-goods__recommend p {
  color: #222222;
  font-size: 0.3rem;
  font-weight: 700;
}
.wrapper .alc-goods__recommend .recommend-item {
  margin-top: 0.28rem;
  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;
}
.wrapper .alc-goods__recommend .recommend-item .list {
  width: 32%;
  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;
}
.wrapper .alc-goods__recommend .recommend-item .list img {
  display: inline-block;
  width: 100%;
  height: 2.1rem;
}
.wrapper .alc-goods__recommend .recommend-item .list .name {
  position: relative;
  margin-top: 0.18rem;
  font-size: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #222222;
}
.wrapper .alc-goods__recommend .recommend-item .list .price--current {
  width: 100%;
  margin-top: 0.18rem;
  color: #e51c23;
  font-size: 0.28rem;
  font-weight: 700;
}
.wrapper .alc-goods__recommend .recommend-item::after {
  content: '';
  width: 2rem;
}
.wrapper .alc-goods__recommend .recommend--cut-line {
  margin-top: 0.33rem;
  margin-bottom: 0.35rem;
  width: 100%;
  height: 0.03rem;
  background-color: #f9f9f9;
}
.wrapper .alc-goods__recommend .more {
  display: block;
  width: 2.23rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: solid 1px #b5b5b5;
  font-size: 0.21rem;
  color: #545454;
  font-weight: normal;
  font-stretch: normal;
  margin: 0 auto;
  line-height: 0.5rem;
  text-align: center;
}
.wrapper .alc-goods__introduce {
  width: 100%;
}
.wrapper .alc-goods__introduce .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;
  margin: 0.35rem 0;
}
.wrapper .alc-goods__introduce .tit div {
  position: relative;
  text-align: center;
  width: 1rem;
  color: #777777;
  font-size: 0.24rem;
}
.wrapper .alc-goods__introduce .tit div::before {
  content: '';
  width: 0.56rem;
  height: 1px;
  background-color: #bbbbbb;
  position: absolute;
  top: 0.13rem;
  right: 1.2rem;
}
.wrapper .alc-goods__introduce .tit div::after {
  content: '';
  width: 0.56rem;
  height: 1px;
  background-color: #bbbbbb;
  position: absolute;
  top: 0.13rem;
  left: 1.2rem;
}
.wrapper .alc-goods__introduce .tit div::after {
  content: '';
  width: 0.56rem;
  height: 1px;
  background-color: #bbbbbb;
  position: absolute;
  top: 0.13rem;
  right: 0;
}
.wrapper .alc-goods__introduce img {
  width: 100%;
  height: auto;
}
.wrapper .alc-goods__article {
  background-color: #ffffff;
  padding-top: 0.1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.wrapper .alc-goods__article .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;
  margin: 0.35rem 0;
  position: relative;
}
.wrapper .alc-goods__article .tit .tit-item {
  position: relative;
  text-align: center;
  font-size: 0.28rem;
  color: #25c011;
  font-weight: 700;
}
.wrapper .alc-goods__article .tit .tit-item::before {
  content: '';
  width: 0.56rem;
  height: 1px;
  background-color: #25c011;
  position: absolute;
  top: 0.15rem;
  right: 1.4rem;
}
.wrapper .alc-goods__article .tit .tit-item::after {
  content: '';
  width: 0.56rem;
  height: 1px;
  background-color: #25c011;
  position: absolute;
  top: 0.15rem;
  left: 1.4rem;
}
.wrapper .alc-goods__article .tit .dot {
  width: 0.09rem;
  height: 0.09rem;
  background-color: #25c011;
  border-radius: 50%;
  position: absolute;
}
.wrapper .alc-goods__article .tit .dot:nth-of-type(2) {
  left: 2.9rem;
  top: 0.11rem;
}
.wrapper .alc-goods__article .tit .dot:last-child {
  right: 2.9rem;
  top: 0.11rem;
}
.wrapper .alc-goods__article ul li {
  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;
}
.wrapper .alc-goods__article 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;
}
.wrapper .alc-goods__article ul li .headline-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1rem;
}
.wrapper .alc-goods__article 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;
}
.wrapper .alc-goods__article ul li .headline-r .title {
  color: #222222;
  font-weight: 800;
  font-size: 0.27rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.wrapper .alc-goods__article ul li .headline-r__bottom {
  color: #7e7e7e;
  font-size: 0.22rem;
}
.wrapper .footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 1.1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  padding-left: 0.44rem;
}
.wrapper .footer a {
  display: inline-block;
  margin-right: 0.3rem;
  color: #444444;
  font-size: 0.24rem;
  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;
}
.wrapper .footer a img {
  width: 0.42rem;
  height: 0.42rem;
  margin-bottom: 0.08rem;
}
.wrapper .footer .action {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper .footer .action div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.1rem;
}
.wrapper .footer .integral-buy-now {
  width: 5.9rem;
  height: 0.74rem;
  background-color: #25c011;
  border-radius: 0.37rem;
  text-align: center;
  line-height: 0.74rem;
  color: #ffffff;
}
.wrapper .footer .member-buy {
  width: 1.9rem;
  height: 0.74rem;
  background-color: #25c011;
  border-radius: 0.37rem;
  color: #ffffff;
  line-height: 0.74rem;
  text-align: center;
}
.wrapper .footer .buy-now {
  width: 1.9rem;
  height: 0.74rem;
  background-color: #25c011;
  border-radius: 0.37rem;
  color: #ffffff;
  line-height: 0.74rem;
  text-align: center;
}
.wrapper .footer .add-cart {
  width: 1.9rem;
  height: 0.74rem;
  border-radius: 0.37rem;
  border: solid 1px #999999;
  line-height: 0.74rem;
  text-align: center;
  font-size: 0.26rem;
  color: #444444;
}
.buy-now-pop {
  max-height: 100%;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  -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: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-y: auto;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.buy-now-pop .header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.buy-now-pop .header .close {
  width: 100%;
  height: 0.65rem;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0.15rem;
}
.buy-now-pop .header .close img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 0.39rem;
  right: 0.28rem;
}
.buy-now-pop .header .goods {
  width: 100%;
  background: #ffffff;
  padding-top: 0.45rem;
  padding-left: 0.35rem;
  border-radius: 0.2rem 0.2rem 0px 0px;
}
.buy-now-pop .header .goods img {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.62rem;
  height: 1.62rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.buy-now-pop .header .goods .info {
  padding-left: 0.2rem;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.buy-now-pop .header .goods .info .name {
  font-size: 0.28rem;
  font-weight: 600;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.buy-now-pop .header .goods .info .price--current {
  margin-top: 0.3rem;
  color: #e51c23;
  font-size: 0.4rem;
  font-weight: 700;
}
.buy-now-pop .header .goods .info .ol-price {
  margin-top: 0.3rem;
  color: #999999;
  font-size: 0.24rem;
  text-decoration: line-through;
  margin-left: 0.1rem;
}
.buy-now-pop .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 5.5rem;
  overflow: auto;
  background-color: #ffffff;
  padding: 0.35rem 0.25rem 0px;
}
.buy-now-pop .body .color,
.buy-now-pop .body .number {
  font-size: 0.26rem;
  color: #000000;
  font-weight: normal;
  font-stretch: normal;
  padding: 0.05rem 0 0.05rem 0.2rem;
  width: 100%;
  height: 2.55rem;
  border-bottom: 0.03rem solid #f9f9f9;
  border-top: 0.03rem solid #f9f9f9;
}
.buy-now-pop .body .color .class,
.buy-now-pop .body .number .class {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.buy-now-pop .body .color .class .item,
.buy-now-pop .body .number .class .item {
  margin-top: 0.28rem;
  margin-left: 0.33rem;
  width: 1.6rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.1rem;
  line-height: 0.51rem;
  border: solid 1px #aaaaaa;
  text-align: center;
}
.buy-now-pop .body .color .class .item span,
.buy-now-pop .body .number .class .item span {
  font-size: 0.23rem;
  color: #000000;
  font-weight: normal;
  font-stretch: normal;
}
.buy-now-pop .body .color .class .item:nth-child(3n+1),
.buy-now-pop .body .number .class .item:nth-child(3n+1) {
  margin-left: 0;
}
.buy-now-pop .body .storage {
  font-size: 0.26rem;
  color: #000000;
  font-weight: normal;
  font-stretch: normal;
  padding: 0px 0.27rem 0.3rem;
  width: 100%;
  height: 0.9rem;
  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;
}
.buy-now-pop .body .storage .residue {
  margin-top: 0.22rem;
}
.buy-now-pop .body .storage .residue p {
  font-size: 0.26rem;
  color: #000000;
}
.buy-now-pop .body .storage .residue .operator div {
  line-height: 0.5rem;
  text-align: center;
  border: 1px solid #999999;
  width: 0.65rem;
  height: 0.5rem;
  background-color: #ffffff;
}
.buy-now-pop .body .storage .residue .operator .reduce {
  border: 1px solid #999999;
  border-right: none;
  border-radius: 0.08rem 0 0 0.08rem;
}
.buy-now-pop .body .storage .residue .operator .reduce .minus-icon {
  display: inline-block;
  background: #b3b3b3;
  height: 0.2rem;
  position: relative;
  width: 2px;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
  text-align: center;
}
.buy-now-pop .body .storage .residue .operator .num {
  border-right: none;
}
.buy-now-pop .body .storage .residue .operator .add {
  border-radius: 0px 0.08rem 0.08rem 0px;
  border: 1px solid #999999;
  background-color: #f8f8f8;
}
.buy-now-pop .body .storage .residue .operator .add .plus-icon {
  display: inline-block;
  background: #535353;
  height: 0.2rem;
  position: relative;
  width: 2px;
}
.buy-now-pop .body .storage .residue .operator .add .plus-icon:after {
  background: #535353;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}
.buy-now-pop .confirm {
  height: 1rem;
  background-color: #25c011;
  color: #ffffff;
  line-height: 1rem;
  text-align: center;
  font-size: 0.28rem;
}
.buy-now-pop .confirm span {
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: normal;
  font-stretch: normal;
}
.am-modal-active {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  position: fixed;
  left: 0px;
  z-index: 998;
  top: 0;
  right: 0;
}
.selected {
  border: solid 1px #25c011 !important;
}
.selected span {
  color: #25c011 !important;
}
.xx-star {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAYFBMVEUAAADztwn//vv2ykj2zE7zuhH99Nj1xDP0vyX//PX+/PT++u/+9+L98c/75KL64Jb30F73z1r3zVT2yEL1xTn0vBr+9+X99Nr989b76LD7563524X52Xz2x0H1wSv0viKTcuEeAAAAAXRSTlMAQObYZgAAAIJJREFUGNOd0UcOhTAMBFCcTu+/UO9/S4iF4sjZMZuR38KKlexlKnuYVIUFsCLhBu40CU+eJ641YGqSvFUOQpxqC2QJLCPyzHlGXjlvyIJtkc/rCxWrysOFA+kQXdoRdxnFEZ+kJUQpA/9w1hrLBP74cTff0XdFW3otF99/qfsXP3gBQGMDrnllryQAAAAASUVORK5CYII=") no-repeat;
  width: 0.37rem;
  height: 0.37rem;
  display: inline-block;
  cursor: pointer;
}
.xx-star2 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWBAMAAAA2mnEIAAAAJFBMVEUAAADd3d3+/v7l5eX5+fnh4eHn5+fz8/Pv7+/j4+P7+/vp6emME1nwAAAAAXRSTlMAQObYZgAAAHhJREFUGNNjwAe4Qh3gbE3BSXB2oaA4nD1RUBLGZBEUFIRo0EgVBIGwJiDbUBAChIHsQEEoALIboUwJIFsZyjYCspkMIcoVQAapgdlJYEO5wewNYDYrmB0AZiuC2UJgtiOYLQJmLxQUdjEUlAKz2YQLGNgNE3B7FQCiXQ9rqSILZwAAAABJRU5ErkJggg==") no-repeat;
  width: 0.37rem;
  height: 0.37rem;
  cursor: pointer;
  display: inline-block;
}

