/* 导航栏 */
.bar-nav .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.55rem;
}
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;
}
.icon-logo {
  width: 0.65rem;
  height: 0.16rem;
}
.header .number {
  z-index: 1;
  width: auto;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  color: #000;
  position: absolute;
  top: -0.06rem;
  left: 0.12rem;
  font-size: 0.12rem;
  padding: 0 0.045rem;
}
.margin-20 {
  margin-right: 0.2rem;
}
.flex {
  display: flex;
}
.align-items--center {
  align-items: center;
}

/* goods 一图 */
.home-banner-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  border-radius: 0.02rem 0 0 0.02rem;
}
.home-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  border-radius: 0 0.02rem 0.02rem 0;
}
.home-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet{
  background: rgba(0,0,0,0.4);
  padding:0;
  width: .25rem;
  height: .04rem;
  margin: 0;
  border-radius: 0;
}
.home-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{
  background: #000000;
  border-radius: 0.02rem!important;
}
.home-banner-swiper .swiper-pagination-bullets{
  z-index: 2;
  bottom: 0.8rem;
  height: 0;
}
.goods-one {
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 3.61rem;
  padding-top: 0.4rem;
  text-align: center;
}
.goods-one-title {
  height: 0.3rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #010101;
  line-height: 0.3rem;
}
.goods-one-desc {
  font-size: 0.12rem;
  color: #333;
  line-height: 1.4;
  padding: 0.1rem 0 0.25rem 0;
}
.goods-one-shop {
  box-sizing: border-box;
  display: block;
  width: 0.75rem;
  height: 0.25rem;
  border: 1px solid #000000;
  font-size: 0.12rem;
  color: #000000;
  text-align: center;
  line-height: 0.25rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-one-img {
  z-index: -1 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3.61rem;
  background-color: #f5f5f6;
}
/* 服务 */
.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: #333333;
  line-height: 0.12rem;
}
.service-line {
  width: 1px;
  height: 0.14rem;
  background: #4d4d4d;
  margin: 0 0.14rem;
}
/* 品牌故事 */
.brand-story {
  padding: 0 0.1rem;
}
.brand-story-title {
  font-size: 0.30rem;
  color: #010101;
  text-align: center;
  line-height: 0.30rem;
  padding-top: 0.40rem;
}
.brand-story-subtitle {
  font-size: 0.14rem;
  color: #010101;
  text-align: center;
  line-height: 0.14rem;
  padding: 0.1rem 0.1rem 0 0.1rem;
}
.brand-story-desc {
  font-size: 0.12rem;
  color: #808080;
  text-align: center;
  line-height: 0.18rem;
  padding: 0.14rem 0.2rem 0.2rem 0.2rem;
}
.brand-story-more {
  color: #000;
  text-decoration: underline;
}
.goods-one-other {
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 2.37rem;
  padding-top: 0.8rem;
  text-align: right;
  margin-bottom: 0.1rem;
}
.goods-one-other-title {
  height: 0.24rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #010101;
  line-height: 0.24rem;
  text-align: right;
  margin: 0 0.2rem 0.1rem 0;
}
.goods-one-other-shop {
  box-sizing: border-box;
  display: block;
  width: 0.55rem;
  height: 0.2rem;
  border: 1px solid #000000;
  font-size: 0.09rem;
  color: #000000;
  text-align: center;
  line-height: 0.18rem;
  margin-left: auto;
  margin-right: 0.2rem;
}
.goods-one-other-img {
  z-index: -1 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2.37rem;
  background-color: #f5f5f6;
}
/* 热销 */
.hot-sale {
  overflow: hidden;
  padding: 0.3rem 0 0.5rem 0;
}
.hot-sale-title{
  font-size: .22rem;
  color: #000000;
  line-height: .22rem;
  padding-left: 0.12rem;
  padding-bottom: 0.18rem;
}
.hot-sale-swiper.swiper {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  height: 1.4rem;
  padding-left: .12rem;
}
.hot-sale-swiper .swiper-slide-inner {
  z-index: -1;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: .4rem 0 0 .17rem;
  background-color: #f5f5f6;
}
.hot-sale-swiper .swiper-slide {
  width: 3.1rem!important;
  height: 1.4rem;
  /* margin-right: .13rem; */
}
.swiper-slide-inner{
  position: relative;
}
.banner-title {
  font-size: .2rem;
  color: #000000;
  line-height: .2rem;
  margin-bottom: 0.05rem;
}
.banner-desc {
  font-size: .11rem;
  color: #000000;
  line-height: .11rem;
  margin-bottom: 0.1rem;
}
.banner-shop {
  box-sizing: border-box;
  display: inline-block;
  min-width: 0.55rem;
  padding: 0 .08rem;
  height: 0.2rem;
  border: 1px solid #000000;
  font-size: 0.11rem;
  color: #000000;
  text-align: center;
  line-height: 0.18rem;
}
.banner-img {
  z-index: -1!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hot-sale-swiper .swiper-pagination {
  bottom: -0.45rem;
}
.hot-sale-swiper .swiper-pagination-bullet-active {
  background: #28282E!important;
}

/* new-arrival */
.new-arrival-swiper.swiper {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  height: 1.4rem;
  padding-left: .12rem;
}
.new-arrival-swiper .swiper-slide-inner {
  z-index: 0;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: .4rem 0 0 .17rem;
  background-color: #f5f5f6;
}
.new-arrival-swiper .swiper-slide {
  width: 3.1rem!important;
  height: 1.4rem;
  /* margin-right: .13rem; */
}
.new-arrival-swiper .swiper-pagination {
  bottom: -0.45rem;
}
.new-arrival-swiper .swiper-pagination-bullet-active {
  background: #28282E!important;
}
/* 镜头 */
.lens {
  font-size: 0;
  padding: 0 .12rem;
}
.lens-title{
  font-size: .22rem;
  color: #000000;
  line-height: .22rem;
  padding-bottom: 0.18rem;
}
.lens-list {
  display: flex;
  flex-wrap: wrap;
}
.lens-item {
  display: inline-block;
  width: 1.7rem;
  /* height: 2.2rem; */
  font-size: 0;
}
.lens-item a {
  font-size: 0;
}
.lens-item:nth-child(odd) {
  margin-right: .1rem;
}
.lens-item-img {
  width: 1.7rem;
  height: 1.43rem;
  background-color: #f5f5f6;
}
.lens-item-title {
  font-size: .14rem;
  color: #000000;
  line-height: .14rem;
  padding: .1rem 0 .06rem;
}
.lens-item-desc {
  font-size: .12rem;
  color: #808080;
  line-height: .15rem;
  padding-bottom: .17rem;
}
.lens-item-block {
  display: block;
}
.lens-item-block  .lens-item-img {
  width: 100%;
}
/* 评论 */
.home-reviews{
  font-size: 0;
  padding: 0.3rem 0!important;
}
.home-reviews-title{
  font-size: .24rem;
  color: #000000;
  line-height: .12rem;
  text-align: center;
  padding-bottom: 0.2rem;
}
.reviews-swiper.swiper {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  height: 2.3rem;
  padding-left: .12rem;
}
.reviews-swiper .swiper-slide-inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: .2rem .14rem 0 .14rem;
  text-align: center;
  background: #F5F5F5;
  border-radius: .05rem;
}
.reviews-swiper .swiper-slide {
  width: 2.25rem!important;
  height: 2.3rem;
}
.reviews-inner-img{
  display: inline-block !important;
  width: 0.4rem!important;
  height: 0.4rem;
  border-radius: .2rem;
}
.reviews-inner-title{
  font-weight: 500;
  font-size: .14rem;
  color: #000000;
  line-height: .14rem;
  padding-top: 0.1rem;
}
.reviews-inner-subtitle{
  font-weight: 500;
  font-size: .12rem;
  color: #000000;
  line-height: .12rem;
  padding-top: 0.04rem;
}
.reviews-inner-desc{
  font-weight: 400;
  font-size: .12rem;
  color: #808080;
  line-height: .15rem;
  padding-top: 0.15rem;
}
.reviews-swiper .swiper-pagination {
  bottom: -0.2rem;
}
.reviews-swiper .swiper-pagination-bullet-active {
  background: #28282E!important;
}
/* 记忆墙 */
.memory-wall {
  padding: .3rem 0 .18rem 0;
}
.memory-wall-title{
  display: flex;
  align-items: flex-end;
  padding-left: 0.12rem;
  padding-bottom: 0.18rem;
}
.memory-wall-title-text {
  flex: 1;
  font-size: .22rem;
  color: #000000;
  line-height: .22rem;
}
.memory-wall-title-more {
  font-size: .12rem;
  color: #000000;
  line-height: .12rem;
  margin-right: 0.1rem;
}
.memory-wall-swiper.swiper {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  height: 1.82rem;
  padding-left: .12rem;
}
.memory-wall-swiper .swiper-slide-inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.memory-wall-swiper .swiper-slide {
  width: 1.42rem!important;
  height: 1.82rem;
}
.memory-wall-img {
  width: 1.42rem;
  height: 1.42rem;
  margin-bottom: 0.1rem;
}
.memory-wall-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .12rem;
  color: #000000;
  line-height: .12rem;
  width: 1.42rem;
  height: .2rem;
  text-align: center;
  line-height: .18rem;
  background: #FFFFFF;
  border: 1px solid #000000;
}
/* 问题 */
.question{
  box-sizing: border-box;
  padding: .4rem 0 .2rem 0;
  font-size: 0;
  background: #FAFAFA;
}
.question-title{
  font-size: .24rem;
  color: #010101;
  line-height: .30rem;
  text-align: center;
  padding: 0 0.2rem 0.2rem 0.2rem;
}
.question-desc{
  font-size: .12rem;
  color: #808080;
  line-height: .15rem;
  text-align: center;
  padding: 0 0.2rem 0.3rem 0.2rem;
}
.question-list{
  display: flex;
  justify-content: space-evenly;
}
.question-item{
  width: 1rem;
  text-align: center;
}
.question-item-img{
  width: 0.5rem;
  height: 0.5rem;
}
.question-item-title{
  font-size: .12rem;
  color: #010101;
  line-height: .15rem;
  text-decoration-line: underline;
  padding: .06rem 0 .2rem 0;
}
/* 贡献 */
.distributor {
  position: relative;
  width: 100%;
  height: 3.50rem;
  font-size: 0;
  text-align: center;
}
.distributor-info {
  z-index: 1;
  position: relative;
}
.distributor-title {
  font-weight: 500;
  font-size: .18rem;
  color: #000000;
  line-height: .18rem;
  padding: 0.4rem 0 0.1rem 0;
}
.distributor-desc {
  font-size: .12rem;
  color: #808080;
  line-height: .12rem;
  padding-bottom: 0.2rem;
}
.distributor-shop {
  box-sizing: border-box;
  display: inline-block;
  width: 72px;
  height: 20px;
  font-size: .12rem;
  color: #000000;
  line-height: .18rem;
  border: 1px solid #000000;
}
.distributor-img {
  z-index: 0!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.50rem;
}
.swiper-wrapper {
  z-index:2;
}
.swiper-pagination {
  z-index: 1;
}
/* .service-module-swiper .swiper-slide {
  width: auto!important;
} */
.goods-one-img-text {
  width: 2.02rem!important;
  height: .34rem;
}