.index-slide .swiper-pagination {
  bottom: 30px !important;
}
.ad_banner {
  height: 20vw;
  max-height: 108px;
}
/*首页 主菜单*/
.index-meau-top {
  width: 110%;
  margin-left: -5%;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
}
.index-meau-top-box {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -1rem;
  overflow-x: hidden;
}
.index-meau-mar {
  position: relative;
  z-index: 2;
  margin-top: -1.5rem;
}
.goods-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.goods-list.yj-middle {
  align-items: center;
}
.goods-list.yj-wrap {
  flex-direction: row;
  flex-wrap: wrap;
}
.goods-list-item {
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.goods-list-item .yj-img-middle {
  position: relative;
  width: 100%;
  padding: 50% 0;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  text-align: center;
}
.goods-list-item .yj-img-middle img {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}
