/* 轮播图 */
.swiper-container{

}
.swiper_img{
  display: block;
}
.swiper_img img{
  width: 100%;
  object-fit: cover;
}

/* 商品分类导航 */
.index_goods_list{
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding:.12rem 0;
}
.index_goods_item{
  text-align: center;
  width: 25%;
}
.index_goods_item_img{
  width: .36rem;
  height: .36rem;
}   
.index_goods_item_txt{
  color: #656667;
  font-size: .12rem;
  margin-top: .1rem;
}


/* 推荐商品入口 */
.index_goods_rukou{
    display: flex;
    justify-content: space-between;
    padding: 0 .12rem;
    margin-top: .15rem;
}
.i_goods_lf{
  background: url(../img/i_goods_lf.png);
  background-size: 100% 100%;
  width: 1.74rem;
  height: 1.9rem;
  text-align: center;
  position: relative;
}
.i_goods_lf a{
  display: block;
  width: 100%;
  height: 100%;
}
.i_goods_lf .i_goods_lf_title{
  display: block;
  color: #FABA0A;
  font-size: .15rem;
  margin-top: .1rem;
}
.i_goods_lf p{
  color: #fff;
  font-size: .12rem;
  margin-top: 5px;
}
.i_goods_lf_ckgd{
  width: .6rem;
  height: .2rem;
  line-height: .15rem;
  padding: 2px 4px;
  margin-bottom: .1rem;
  text-align: center;
  display: block;
  border-radius: .12rem;
  margin: auto;
  background: #d9a777;
  color: #fff;
  font-size: .11rem;
  position: absolute;
  bottom: .1rem;
  left: .54rem;
  white-space: nowrap;
}
.i_goods_rt{

}
.i_goods_rt1{
  background: url(../img/i_goods_rt2.png);
  background-size: 100% 100%;
  width: 1.72rem;
  height: .9rem;
  padding-top: 1px;
}
.i_goods_rt2{
  margin-top: .1rem;
  background: url(../img/i_goods_rt1.png);
  background-size: 100% 100%;
  width: 1.72rem;
  height: .9rem;
  padding-top: 1px;
}
.i_goods_rt .i_goods_rt_title{
  font-size: .15rem;
  font-weight: bold;
  color: #1D1D1D;
  display: block;
  margin-top: .1rem;
  padding-left: .1rem;
}

.i_goods_rt p{
  color: #999999;
  font-size: .12rem;
  margin-top: 5px;
  padding-left: .1rem;
}
.i_goods_rt a{
  display: block;
  width: 100%;
  height: 100%;
}
.i_goods_rt .i_goods_rt_btn{
  display: block;
  margin-top: .14rem;
  width: .6rem;
  height: .2rem;
  line-height: .2rem;
  background: #d9a777;
  margin-left: .12rem;
  border-radius: .12rem;
  color: #fff;
  font-size: .11rem;
  text-align: center;
  padding: 0;
}
/* 翡翠榜 */
.index_adimg{
  width: 100%;
  height: .92rem;
  object-fit: cover;
}






/* 悬浮红包 */
.flathbbox{
    position: fixed;
    right: 4%;
    bottom: 12%;
    width: 110px;
    height: 90px;
    z-index: 2;
}
.flatx{
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #b2afaf;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
}
.flathbbox img{
  width: 100%;
  height: 100%;
  animation: bagAnimation .5s linear infinite;
}





