.axsbanner{
  width:100%;
}
.axsbanner img{
  width:100%;
}
.box_goods_list {
  /* display: none; */
  position: relative;
  padding: 0.2rem 0.15rem 0;
}
.box_goods_list .left {
  left: 0.15rem;
  width: 3.5rem;
}
.box_goods_list .right {
  top: 0.2rem;
  right: 0.15rem;
  width: 3.5rem;
}
.pos-a {
  position: absolute;
}
.box_goods_list li {
  width: 3.5rem;
  background: #ffffff;
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.box_goods_list li .pic {
  width: 100%;
  height: 3.5rem;
}
.box_goods_list li .pic img {
  width: 100%;
  height: 100%;
}
.box_goods_list li .cont {
  padding: 0.2rem;
}
.box_goods_list li .goodName {
  color: #363131;
  font-size: 0.28rem;
  line-height: 0.44rem;
}
.box_goods_list li .btm {
  margin-top: 0.3rem;
  background: rgba(241, 57, 56, 0.06);
  width: 3.22rem;
  height: 0.58rem;
  padding: 0 0.1rem;
  border-radius: 0.06rem;
}
.box_goods_list li .btm .price {
  font-size: 0.28rem;
  color: #E84040;
}
.box_goods_list li .btm .buy {
  width: 0.78rem;
  height: 0.4rem;
  border: 1px solid #ea4141;
  border-radius: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  width: 0.78rem;
height: 0.4rem;
background: #F13938;
border-radius: 0.06rem;
}
.back {
  position: fixed;
  left: 0.3rem;
  top: 0.3rem;
  width: 0.62rem;
  height: 0.62rem;
  background: url(../image/goBack.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}