body {
  font: 12px/1.2 "Arial", "Microsoft YaHei", "黑体", "宋体", "sans-serif";
  background: linear-gradient(#e8feed, #f5fff7);
}
body img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.ellips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main {
  padding-bottom: 0.4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.main header {
  position: relative;
}
.main header img {
  pointer-events: none;
}
.main header .coupon {
  position: absolute;
  width: 100%;
  bottom: 0.4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.main header .coupon .coupon-item {
  width: 1.7rem;
  height: 2.2rem;
}
.main .lj_goods {
  transform: translateY(0.2rem);
  width: 7.2rem;
}
.main .qrcode {
  width: 7.37rem;
}
.main .step {
  width: 7.4rem;
  margin-top: 0.2rem;
}
.main .goods-info {
  width: 7.13rem;
  margin-top: 0.3rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
.main .goods-info .goods-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #aee3b8;
  padding-bottom: 0.2rem;
}
.main .goods-info .goods-wrapper .item {
  width: 3.12rem;
  background-color: #ffffff;
  border-radius: 0.04rem;
  overflow: hidden;
  margin-top: 0.2rem;
  padding: 0.12rem;
  text-align: center;
}
.main .goods-info .goods-wrapper .item .img {
  height: 3.12rem;
}
.main .goods-info .goods-wrapper .item .title {
  margin: 0.2rem auto;
  width: 2.92rem;
  font-size: 0.35rem;
  color: #0c4b2b;
}
.main .goods-info .goods-wrapper .item .price-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 2.92rem;
  margin: 0 auto;
  background-color: #f24e4d;
  border-radius: 0.1rem;
  overflow: hidden;
  font-size: 0.22rem;
  color: #fff;
}
.main .goods-info .goods-wrapper .item .price-wrapper .price {
  font-size: 0.26rem;
}
.main .goods-info .goods-wrapper .item .price-wrapper .marketprice {
  text-align: left;
  color: #dad9d9;
  text-decoration-line: line-through;
}
.main .goods-info .goods-wrapper .item .price-wrapper .go {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 0.95rem;
  height: 0.94rem;
  background-color: #cf2936;
  font-size: 0.3rem;
  line-height: 0.32rem;
}
.main .footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 6rem;
  height: 0.7rem;
  margin-top: 0.2rem;
  background: url("../image/top.png") no-repeat center / 100%;
}
.main .footer .to-top,
.main .footer .to-home {
  width: 2.6rem;
  height: 100%;
}
