/* 导航栏 */
.bar-nav .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.55rem;
  padding: 0 .18rem;
}
header.bar {
  z-index: 9;
  position: relative;
  height: auto;
}
.icon-40 {
  position: relative;
  display: flex;
  width: 0.2rem;
  height: 0.2rem;
  img {
    width: 100%;
    height: 100%;
  }
}
.bar-nav .header .logo-a {
  margin: 0;
}
/* 服务 */
.service-module {
  overflow: auto;
  height: 0.60rem;
  width: 100%;
}
.service-module-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  /* padding: 0 0.12rem; */
  /* width: 5rem; */
  height: 0.60rem;
}
.service-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.service-img {
  width: 0.25rem!important;
  height: 0.25rem!important;
  margin-right: 0.04rem;
}
.service-text {
  font-size: 0.12rem;
  color: #fff;
  line-height: 0.12rem;
}
.service-line {
  width: 1px;
  height: 0.14rem;
  background: #fff;
  margin: 0 0.14rem;
}
/* 分类 */
.home-classify {
    padding: 0 .14rem;
    background: #fff;
}
.home-classify-title {
    font-weight: bold;
    font-size: .24rem;
    color: #333333;
    line-height: .3rem;
    text-align: center;
    padding: .5rem 0 .15rem 0;
}
.home-classify-desc {
    font-weight: 400;
    font-size: .15rem;
    color: #333333;
    line-height: .18rem;
    text-align: left;
}
.home-classify-list {
    padding: .4rem 0 0 0;

}
.home-classify-item {
    /* margin: 0 55px; */
  position: relative;
}
.home-classify-img-wrap {
  position: relative;
  width: 3.5rem;
  height: 2rem;
  background: #f5f5f6;
  margin-bottom: .15rem;
}
.home-classify-img {
  width: 3.5rem;
  height: 2rem;
}
.home-classify-name {
  position: absolute;
  top: 0;
  right: 0.22rem;
  bottom: 0;
  z-index: 1;
  height: .23rem;
  font-size: .23rem;
  color: #333333;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  margin: auto;
}
/* 品牌 */
.home-brand {
  padding: 0 .12rem;
}
.home-brand-header {
  font-family: Lato;
  font-weight: bold;
  font-size: .24rem;
  color: #333333;
  line-height: .24rem;
  padding: .4rem 0 .2rem 0;
}
.home-brand-list {
  /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
  padding-bottom: .3rem;
}
.home-brand-item {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 1.6rem;
  margin-bottom: .1rem;
  border-radius: .08rem;
  overflow: hidden;
}
.home-brand-item-inner {
  box-sizing: border-box;
  width: 1.5rem;
  text-align: center;
  margin: .33rem .18rem 0 .1rem;
}
.home-brand-title {
  font-family: Lato;
  font-weight: 400;
  font-size: .12rem;
  color: #333333;
  line-height: .15rem;
  text-align: center;
  padding: .08rem 0 .1rem 0;
}
.home-brand-more {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Lato;
  font-weight: bold;
  font-size: .12rem;
  color: #333333;
  line-height: .25rem;
  min-width: 1rem;
  height: .25rem;
  padding: 0 .16rem;
  text-align: center;
  border-radius: .13rem;
  border: 1px solid #333333;
}
/* 热销 */
.home-best-sellers {
  padding: 0 .12rem;
  background: #f5f5f5;
}
.home-best-sellers-title-wrap {
}
.home-best-sellers-title {
    font-family: Lato;
    font-weight: bold;
    font-size: .24rem;
    color: #333333;
    line-height: .24rem;
    padding: .4rem 0 .2rem 0;
}
.home-best-sellers-more {
    display: block;
    font-family: Lato;
    font-weight: bold;
    font-size: .12rem;
    color: #fff;
    line-height: .4rem;
    text-align: center;
    width: 2.5rem;
    height: .4rem;
    background: #333333;
    border-radius: .2rem;
    margin: auto;
}
.home-best-sellers-swiper .swiper-slide {
    width: 3.5rem;
    height: 3.4rem;
}
.home-best-sellers-item {
    display: inline-block;
    box-sizing: border-box;
    width: 1.7rem;
    height: 1.6rem;
    padding: .25rem .10rem 0 .10rem;
    background: #FFFFFF;
    border-radius: .08rem;
    box-shadow: 0px 1px 4px 0px rgba(149,149,149,0.1);
    margin-bottom: 0.1rem;
}
.home-best-sellers-item:nth-child(2n+1) {
  margin-right: .1rem;
}
.home-best-sellers-item-title {
    font-weight: bold;
    font-size: .15rem;
    color: #333333;
    line-height: .15rem;
    padding-top: .13rem;
    padding-bottom: .07rem;
}
.home-best-sellers-item-desc {
    font-size: .12rem;
    color: #000000;
    line-height: .12rem;
}
.home-best-sellers-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #E8E8E8;
  padding: 0;
  width: .24rem;
  height: .04rem;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
}
.home-best-sellers-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
}

/* 限时抢购 */
.home-flash-sale-zone {
  padding: 0 .12rem;
  background: #f5f5f5;
}
.home-flash-sale-zone-title-wrap {
}
.home-flash-sale-zone-title {
    position: absolute;
    top: 0;
    font-family: Lato;
    font-weight: bold;
    font-size: .24rem;
    color: #333333;
    line-height: 1rem;
    padding-left: .12rem;
}
.home-flash-sale-zone-more {
    display: block;
    font-family: Lato;
    font-weight: bold;
    font-size: .12rem;
    color: #fff;
    line-height: .4rem;
    text-align: center;
    width: 2.5rem;
    height: .4rem;
    background: #333333;
    border-radius: .2rem;
    margin: auto;
}
.home-flash-sale-zone-swiper .swiper-slide {
    width: 3.5rem;
    height: 3.4rem;
}
.home-flash-sale-zone-item {
    display: inline-block;
    box-sizing: border-box;
    width: 1.7rem;
    height: 1.6rem;
    padding: .25rem .10rem 0 .10rem;
    background: #FFFFFF;
    border-radius: .08rem;
    box-shadow: 0px 1px 4px 0px rgba(149,149,149,0.1);
    margin-bottom: 0.1rem;
}
.home-flash-sale-zone-item:nth-child(2n+1) {
    margin-right: .1rem;
}
.home-flash-sale-zone-item-discount {
    position: absolute;
    font-size: .12rem;
    color: #FFFFFF;
    line-height: .16rem;
    text-align: center;
    width: .40rem;
    height: .16rem;
    background: #FE7979;
    border-radius: 0.08rem;
    margin-top: -.16rem;
}
.home-flash-sale-zone-item-title {
    font-weight: bold;
    font-size: .15rem;
    color: #333333;
    line-height: .15rem;
    padding-top: .13rem;
    padding-bottom: .07rem;
}
.home-flash-sale-zone-item-desc {
    font-size: .12rem;
    color: #000000;
    line-height: .12rem;
}
.home-flash-sale-zone-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #E8E8E8;
  padding: 0;
  width: .24rem;
  height: .04rem;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
}
.home-flash-sale-zone-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
}

/* 新品上市 */
.home-new-arrivals {
  padding: 0 .12rem;
  background: #fff;
}
.home-new-arrivals-title-wrap {
}
.home-new-arrivals-title {
    font-family: Lato;
    font-weight: bold;
    font-size: .24rem;
    color: #333333;
    line-height: .24rem;
    padding: .4rem 0 .2rem 0;
}
.home-new-arrivals-more {
    display: block;
    font-family: Lato;
    font-weight: bold;
    font-size: .12rem;
    color: #BF9D6D;;
    line-height: .4rem;
    text-align: center;
    width: 2.5rem;
    height: .4rem;
    background: #333333;
    border-radius: .2rem;
    margin: auto;
}
.home-new-arrivals-swiper .swiper-slide {
    width: 3.5rem;
    height: 3.4rem;
}
.home-new-arrivals-item {
    display: inline-block;
    box-sizing: border-box;
    width: 1.7rem;
    height: 1.6rem;
    padding: .25rem .10rem 0 .10rem;
    background: #FFFFFF;
    border-radius: .08rem;
    box-shadow: 0px 1px 4px 0px rgba(149,149,149,0.1);
    margin-bottom: 0.1rem;
}
.home-new-arrivals-item:nth-child(2n+1) {
  margin-right: .1rem;
}
.home-new-arrivals-item-title {
    font-weight: bold;
    font-size: .15rem;
    color: #333333;
    line-height: .15rem;
    padding-top: .13rem;
    padding-bottom: .07rem;
}
.home-new-arrivals-item-desc {
    font-size: .12rem;
    color: #000000;
    line-height: .12rem;
}
.home-new-arrivals-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #E8E8E8;
  padding: 0;
  width: .63rem;
  height: .04rem;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
}
.home-new-arrivals-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
}

/* lens */
.home-lens {
  padding: 0 .12rem;
}
.home-lens-title {
  font-family: Lato;
  font-weight: bold;
  font-size: .24rem;
  color: #333333;
  line-height: .24rem;
  padding: .4rem 0 .2rem 0;
}
.home-lens-swiper {
}
.home-lens-item {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 1.7rem;
  height: 2.3rem;
  background: #FFFFFF;
  border-radius: .08rem;
  margin-bottom: .1rem;
}
.home-lens-item:nth-child(2n+1) {
  margin-right: 0.1rem;
}
.home-lens-item-banner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7rem;
  height: 2.3rem;
  background: #f5f5f5;
  border-radius: 16px;
}
.home-lens-item-banner {
  width: 1.7rem;
  height: 2.3rem;
}
.home-lens-item-title {
  position: relative;
  font-weight: bold;
  font-size: .12rem;
  color: #FFFFFF;
  line-height: .12rem;
  padding: 1.45rem .1rem .06rem .1rem;
}
.home-lens-item-desc {
  position: relative;
  font-size: .12rem;
  color: #FFFFFF;
  line-height: .14rem;
  padding: 0 0 0 0.1rem;
}
/*  collections */
.home-collections {
  padding: 0 .12rem;
  background: #fff;
}
.home-collections-title {
  font-weight: bold;
  font-size: .24rem;
  color: #333333;
  line-height: .24rem;
  padding: .4rem 0 .2rem 0;
}
.home-collections-list {
  display: flex;
  flex-wrap: wrap;
}
.home-collections-item {
  display: inline-block;
  margin-right: .13rem;
  margin-bottom: 0.4rem;
}
.home-collections-item:nth-child(3n) {
  margin-right: .0;
}
.home-collections-img-wrap {
  width: 1.08rem;
  height: 1.08rem;
  background: #f5f5f6;
  border-radius: 50%;
  overflow: hidden;
}
.home-collections-img {
  width: 1.08rem;
  height: 1.08rem;
}
.home-collections-name {
  width: 1rem;
  font-size: .15rem;
  color: #333333;
  line-height:.15rem;
  text-align: center;
  padding-top: .07rem;
}
/* 评论 */
.home-reviews{
  font-size: 0;
  padding: 0 .12rem;
}
.home-reviews-title {
  font-weight: bold;
  font-size: .24rem;
  color: #000000;
  line-height: .24rem;
  text-align: center;
  padding: .1rem 0 .2rem 0;
}
.home-reviews-swiper.swiper {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.home-reviews-swiper .swiper-slide-inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: .2rem .12rem 0 .12rem;
  text-align: center;
  background: #f5f5f5;
  border-radius: 10px;
}
.home-reviews-swiper .swiper-slide {
  width: 2.1rem !important;
  height: 2.5rem;
}
.home-reviews-inner-img{
  display: inline-block !important;
  width: .4rem!important;
  height: .4rem;
  border-radius: .2rem;
  background-color: #fff;
}
.home-reviews-inner-title{
  font-weight: 500;
  font-size: .14rem;
  color: #000000;
  line-height: .14rem;
  padding-top: .1rem;
}
.home-reviews-inner-subtitle{
  font-weight: 500;
  font-size: .12rem;
  color: #000000;
  line-height: .12rem;
  padding-top: .05rem;
}
.home-reviews-inner-desc{
  font-weight: 400;
  font-size: .12rem;
  color: #808080;
  line-height: .15rem;
  padding-top: .2rem;
}
.home-reviews-swiper .swiper-pagination-bullet-active {
  background: #000;
}

/* 问题 */
.home-question{
  box-sizing: border-box;
  padding: .4rem 0 .2rem 0;
  font-size: 0;
  background: #FAFAFA;
}
.home-question-title{
  font-size: .24rem;
  color: #010101;
  line-height: .30rem;
  text-align: center;
  padding: 0 0.2rem 0.2rem 0.2rem;
}
.home-question-desc{
  font-size: .12rem;
  color: #808080;
  line-height: .15rem;
  text-align: center;
  padding: 0 0.2rem 0.3rem 0.2rem;
}
.home-question-list{
  display: flex;
  justify-content: space-evenly;
}
.home-question-item{
  width: 1rem;
  text-align: center;
}
.home-question-item-img{
  width: 0.5rem;
  height: 0.5rem;
}
.home-question-item-title{
  font-size: .12rem;
  color: #010101;
  line-height: .15rem;
  text-decoration-line: underline;
  padding: .06rem 0 .2rem 0;
}

.img2024100601 {
  height: 1.6rem;
}
.img2024100602 {
  width: .86rem; 
  height: .18rem;
}
.img2024100603 {
  z-index: -1; 
  top: 0; 
  left: 0; 
  position: absolute; 
  height: 1.6rem; 
  background: #f5f5f6;
}
.img2024100604 {
  width: .86rem;
  height: .18rem
}
.img2024100605 {
  z-index: -1;
  top: 0;
  left: 0; 
  position: absolute;
  height: 1.6rem;;
  background: #f5f5f6;
}
.img2024100606 {
  width: .99rem;
  height: .34rem
}

.home-module-banner {
  position: relative;
  width: 100%; 
  min-height: 2.26rem; 
  background: #f5f5f6; 
  margin-bottom: .05rem;
}
.home-module-banner-info {
  position: absolute;
  left: 0px;
  top: .9rem;
  width: 1.4rem;
  font-family: Lato;
  font-weight: 900;
  color: #2E2E2E;
  margin: 0 auto;
}
.home-module-banner-title {
  text-align: center;
  font-family: Lato;
  font-weight: bold;
  font-size: .3rem;
  color: #333333;
  line-height: 1;
  margin-bottom: .08rem;
}
.home-module-banner-desc {
  text-align: center;
  font-family: Lato;
  font-weight: 400;
  font-size: .12rem;
  line-height: 1;
  color: #333333;
}