main{
  width: 100%;
  height: 100%;
  background: transparent;
  /* background: #fff; */
}
main .content{
  width: 100%;
  height: 100%;
  padding: 50px 120px;
}
/* head-swiper */
.swiper{
  width: 100%;
  height: 420px;
}
.swiper-button-prev:after,.swiper-button-next:after{
  content: unset
}
.swiper-button-prev{
  width: 35px;
  height: 35px;
  background: url(../img/icon/prev.png) center/cover;
}
.swiper-button-next{
  width: 35px;
  height: 35px;
  background: url(../img/icon/next.png) center/cover;
}
/* .swiper-wrapper{
  gap: 20px;
} */
.swiper .swiper-slide{
  width: 400px !important;
  height: 420px;
  border-radius: 19px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-son{
  width: 387px;
  height: 100%;
}
.swiper .swiper-son a{
  width: 100%;
  height: 100%;
  display: block;
}
.main-pic{
  width: 100%;
  height: 100%;
  border-radius: 19px;
  object-fit: cover
}
.swiper .swiper-son a{
  position: relative;
}
.logo-pic{
  width: 195px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 11;
}
.bigone{
  position: absolute;
  left: 20px;
  bottom: 56px;
  font-size: 20px;
  font-family: Arial Bold, Arial;
  font-weight: normal;
  color: #FFFFFF;
}
.smallone{
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-size: 14px;
  font-family: Arial;
  color: #FFFFFF;
}

/* nav */
.navall{
  margin: 50px 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navson{
  width: 224px;
  height: 60px;
  background: #000000;
  border-radius: 9px;
  font-size: 30px;
  font-family: Arial Bold, Arial;
  font-weight: normal;
  color: #B3B3B3;
  line-height: 60px;
  text-align: center;
}
.checked-navson{
  background: #FFFFFF;
  color: #000000;
}
.navson:hover{
  cursor: pointer;
}

.section{
  margin-bottom: 50px;
  position: relative;
}
/* swiper-goods */
.swiper-goods{
  width: 100%;
  height: 276px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin-top: 30px;
}
.swiper-goods .swiper-wrapper{

}
.swiper-goods .swiper-son-goods{
  width: 135px;
  height: 276px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}
.swiper-goods .a-goodsimg{
  width: 135px;
  height: 165px;
  /* background: #F7F7F7; */
  background: #FFF;
  border-radius: 9px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.swiper-goods .a-goodsimg img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/* .swiper-goods .namebox{ */
.namebox{
  height: 20px;
  border: 1px solid #5C5C5C;
  font-size: 12px;
  font-family: Arial;
  color: #FFFFFF;
  line-height: 18px;
  padding: 0 5px;
}
/* .swiper-goods .topspan{ */
.topspan{
  font-size: 14px;
  font-family: Arial Bold, Arial;
  font-weight: 600;
  color: #FFFFFF;
}
/* .swiper-goods .bottomspan{ */
.bottomspan{
  font-size: 14px;
  font-family: Arial;
  color: #FFFFFF;
}
/* .swiper-goods .price{ */
.price{
  font-size: 14px;
  font-family: Arial Bold, Arial;
  font-weight: 600;
  color: #FFFFFF;
}
/* .swiper-goods .swiper-son-goods{
  width: 143px;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.section>.swiper-button-prev{
  width: 23px;
  height: 23px;
  top: 140px;
  left: -30px;
}
.section>.swiper-button-next{
  width: 23px;
  height: 23px;
  top: 140px;
  right: -30px;
}

/* stores */
.stores{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between;
  align-items: center; */
  gap: 20px;
  margin-top: 30px;
}
.storebox{
  width: 285px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 9px;
}
.storebox a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.storebox a img{
  width: auto;
  height: auto;
  max-width: 175px;
  max-height: 76px;
}
/* goods all */
.goodsall{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px
}
.goodsbox{
  width: 285px;
  margin-top: 30px;
}
.goods-pic{
}
.a-goods-pic{
  width: 285px;
  height: 320px;
  background: #F7F7F7;
  border-radius: 9px;
  padding: 40px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-goods-pic img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.goods-span{
  height: 94px;
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}
/* banner-goodsall */
.banner-goodsall{
  margin-top: 30px;
  display: flex;
  width: 100%;
  height: 420px;
  justify-content: space-between;
  align-items: center;
}
.banner-good{
  width: 387px;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
}
.banner-picbox{
  height: 330px;
  width: 100%;
}
.banner-picbox a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.back-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 34px;
  max-width: 60%;
  width: auto;
  height: auto;
}
.banner-spanbox{
  width: 387px;
  height: 90px;
  background: #FFFFFF;
  padding-top: 20px;
  padding-left: 20px;
}
.banner-spanbox span{
  font-size: 20px;
  font-family: Arial Bold, Arial;
  font-weight: normal;
  color: #333333;
  display: block;
}
.banner-spanbox :nth-child(2){
  font-size: 14px;
  font-family: Arial;
  color: #333333;
  margin-top: 10px;
}


/* mobile */
@media screen and (max-width:768px) {
  main{
    width: 100%;
  }
  main .content{
    padding: 0 20px;
  }
  /* .section{
    display: none;
  } */

  .swiper-button-next, .swiper-button-prev{
    display: none;
  }
  /* swiper */
  .swiper .swiper-slide{
    width: 100% !important;
  }
  .swiper .swiper-son{
    width: 100%;
  }
  .navall{
    margin: 40px 0;
    height: 30px;
  }
  .navson{
    font-size: 3.38vw;
    font-family: Arial Bold, Arial;
    font-weight: normal;
    height: 7.24vw;
    border-radius: 9px;
    padding: 0 2.9vw;
    line-height: 7.24vw;
    width: unset;
  }
  .swiper-mobile-banner .swiper-wrapper{
    overflow: auto;
    gap: 20px;
  }
  .swiper-mobile .swiper-wrapper{
    overflow: auto;
    gap: 20px;
  }
  .swiper-mobile .swiper-wrapper .swiper-slide{
    width: 135px;
  }
  .swiper-mobile .swiper-wrapper::-webkit-scrollbar,.swiper-mobile-banner .swiper-wrapper::-webkit-scrollbar{
    display: none;
  }

  .stores{
    gap: unset;
    row-gap: 10px;
    justify-content: space-between;
  }
  .storebox{
    width: 48.6%;
    height: 19.3vw;
    background: #FFFFFF;
    border-radius: 8px;
  }
  .storebox a img{
    width: auto;
    height: auto;
    max-width: 61.4%;
    max-height: 76%;
  }

  .goodsall{
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 10px;
    height: 276px;
    width: unset;
  }
  .goodsbox{
    width: 135px;
    height: 100%;
  }
  .a-goods-pic{
    width: 135px;
    height: 165px;
    padding: 10px;
  }
  .goodsall::-webkit-scrollbar{
    display: none;
  }
  .goods-span{
    gap: unset;
  }

  .banner-goodsall{
    flex-wrap: wrap;
    height: unset;
    gap: 20px;
  }
  .banner-good{
    width: 100%;
    height: 97.6vw;
  }
  .banner-picbox{
    height: 79.7vw;
  }
  .banner-spanbox{
    width: 100%;
    height: 17.9vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
  .banner-spanbox span{
    font-size: 4.83vw;
  }
  .banner-spanbox :nth-child(2){
    font-size: 3.38vw;
  }
}
