#index-focus {
  width: 100%;
  height: 3.373rem;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

#index-focus .swiper-slide {
  text-align: center;
  font-size: .24rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0 0 .467rem .467rem;
  overflow: hidden;
}

/* 水平 */
#index-focus img {
  max-width: 100%;
  min-height: 3.373rem;
  object-fit: cover;
}

#index-focus .swiper-pagination {
  /* background-color: #e0e0e0; */
  border-radius: .2rem;
  text-align: center;
  font-size: .107rem;
}

#index-focus .swiper-button-prev:after,
#index-focus .swiper-button-next:after {
  content: '' !important;
}

#index-focus.swiper-container-horizontal>.swiper-pagination {
  bottom: .16rem;
  width: .667rem;
  /* 水平居中 */
  margin: 0 auto;
  right: 0;
}

#index-focus.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0;
}

#index-focus.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: .067rem;
  height: .067rem;
  opacity: 1;
  background-color: #ececec;
}

#index-focus.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: .067rem;
  height: .067rem;
  position: relative;
}

#index-focus.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .027rem;
}



.walk-shop {
  margin: 0 auto;
  margin-top: .64rem;
}

.title h2 {
  text-align: center;
  font-size: .2rem;
}

.content {
  display: flex;
  align-items: center;
  margin-top: .267rem;
}

.description {
  width: 4.8rem;
  padding-right: .333rem;
}

.walk-shop-video {
  width: 3.2rem;
}

.walk-shop-video video {
  width: 100%;
  border-radius: .1rem;
}

.walk-shop .description h3 {
  font-size: .133rem;
  color: #5d5d5d;
}

.walk-shop .description h4 {
  font-size: .08rem;
  color: #c7c7c7;
  margin-bottom: .2rem;
}

.walk-shop .description p {
  font-size: .107rem;
  color: #8c8c8c;
}

.walk-shop .description a {
  width: .6rem;
  height: .227rem;
  font-size: .08rem;
  color: #fff;
  background: linear-gradient(to right, #98e05f, #0de3ac);
  border-radius: .08rem;
  margin-top: .2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stats {
  margin-top: .267rem;
  border-top: .013rem solid #f7f7f7;
  border-bottom: .013rem solid #f7f7f7;
  box-shadow: 0 0 .133rem rgba(247, 247, 247, 1);
  border-radius: .067rem;
  padding: .267rem 0;
}

.stats ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.stats ul li {
  border-left: .013rem solid #ededed;
  flex: 1;
  text-align: center;
}

.stats ul li:first-child {
  border: none;
}

.stats ul li p {
  color: #999999;
  font-size: .093rem;
}

.stats ul li span {
  font-size: .2rem;
  font-weight: bold;
  color: #909090;
}

.business {
  margin-top: .48rem;
}

.business .content {
  display: flex;
  align-items: center;
  padding: 0 1.067rem;
  box-shadow: 0 0 .133rem rgba(247, 247, 247, 1);
  border: .013rem solid #ededed;
  border-radius: .067rem;
  margin-bottom: .267rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.business a .content:hover {
  background: url(../images/business2-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* .business a:nth-child(1) .content:hover {
  background: url(../images/business1-bg.jpg);
}

.business a:nth-child(2) .content:hover {
  background: url(../images/business1-bg.jpg);
}

.business a:nth-child(3) .content:hover {
  background: url(../images/business1-bg.jpg);
}

.business a:nth-child(4) .content:hover {
  background: url(../images/business1-bg.jpg);
}

.business a:nth-child(5) .content:hover {
  background: url(../images/business1-bg.jpg);
} */

.business .content .description {
  flex: 3;
}

.business .content .description h3 {
  font-size: .2rem;
}

.business .content .description p {
  font-size: .12rem;
  color: #666666;
  margin-bottom: .2rem;
  margin-top: .133rem;
}

.business .content .description p span {
  font-size: .107rem;
  color: #999999;
}

.business .content .business-img {
  flex: 1;
  line-height: 1.8rem;
}

.business .content .business-img img {
  vertical-align: middle;
}

.business .content-container a:nth-of-type(2n):not(.title) .description {
  order: 2;
  padding: 0 0 0 1.2rem;
}

/* 我店新闻 */
.news {
  margin-bottom: .667rem;
}

/* 选项卡 */
/* 样式可根据需求进行自定义 */
.tab-content {
  display: none;
}

.active {
  display: block;
}

a.active {
  background: linear-gradient(to right, #e5fcfa, #d7ffdf);
  /* 设置背景裁剪为文本，使得渐变仅应用于文本部分 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置文本填充色为透明，以使渐变颜色显示出来 */
  color: transparent;
  /* color: white; */
  border-bottom: .013rem solid;
  /* Define border width and style */
  border-image: linear-gradient(to right, #ff7e5f, #feb47b);
  /* Define gradient */
  border-image-slice: 1;
  /* Ensure the entire border is filled with the gradient */
}

.header a:hover,
.header a.active {
  border: 0px;
}

.tab-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: .2rem;
}

.tab-links li {
  margin: 0 .213rem;
}

.tab-links li a {
  font-size: .12rem;
  display: block;
}

.tab-links li a:hover {
  background: linear-gradient(to right, #98e05f, #0de3ac);
  /* 设置背景裁剪为文本，使得渐变仅应用于文本部分 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置文本填充色为透明，以使渐变颜色显示出来 */
  color: transparent;
}

.tab-swiper-container {
  width: 6.933rem;
  margin: auto;
}

.company-news .swiper-container {
  width: 100%;
  height: 100%;
}

.company-news .swiper-slide {
  /* text-align: center; */
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.company-news .swiper-slide {
  height: 2.533rem;
  border-radius: .213rem;
  box-shadow: 0 0 .027rem rgba(247, 247, 247, 0.5);
  border: .013rem solid #f6f6f6;
}

.news .swiper-button-prev,
.news .swiper-button-next {
  position: absolute;
  transform: translateY(50%);
  width: .293rem;
  height: .293rem;
  cursor: pointer;
}

.news .swiper-button-prev {
  background-image: url('../images/btn-left.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.news .swiper-button-prev:after,
.news .swiper-button-next:after {
  content: '' !important;
}

.news .swiper-button-prev:hover {
  background-image: url('../images/btn-left-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.news .swiper-button-next {
  background-image: url('../images/btn-right.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.news .swiper-button-next:hover {
  background-image: url('../images/btn-right-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.company-news .swiper-slide {
  display: block;
  color: #fff;
  box-sizing: border-box;
}

.company-news .swiper-slide .img-container img {
  width: 100%;
  height: 1.1rem;
  border-top-left-radius: .213rem;
  border-top-right-radius: .213rem;
}

.company-news .content {
  display: block;
  padding: 0 .187rem;
  margin: 0px;
  overflow: hidden;
  height: 1.213rem;
}

.company-news .swiper-slide .description-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  position: relative;
}

.company-news .swiper-slide h3 {
  font-size: .1rem;
  color: black;
  /* text-align: center; */
  /* white-space: nowrap;
  overflow: hidden; */
  /* text-overflow: ellipsis; */
  margin: .107rem 0;

  display: block;
  display: -webkit-box;
  height: 3em;
  /* 2行文字的高度（1.5em × 2） */
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;


}

.company-news .swiper-slide p {
  font-size: .08rem;
  color: #939393;
}

.company-news .swiper-slide a.button {
  font-size: .08rem;
  background-color: #fff;
  color: #54BC30;
  border-radius: .133rem;
  display: flex;
  align-items: center;
  width: .6rem;
  height: .213rem;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  bottom: .293rem;
  left: .173rem;
}

.company-news .swiper-slide a.button img {
  width: .12rem;
}

.company-news .swiper-slide:hover {
  display: block;
  color: #fff;
  padding: .293rem .173rem;
  box-sizing: border-box;
  background: linear-gradient(to right, #98e05f, #0de3ac);
}

.company-news .swiper-slide:hover .img-container {
  display: none;
}

.company-news .swiper-slide:hover .content {
  height: 100%;
  padding: 0;
}

.company-news .swiper-slide:hover h3 {
  font-size: .12rem;
  margin-bottom: .107rem;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  color: #fff;
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
}

.company-news .swiper-slide:hover .description-content {
  height: 1.333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  position: relative;
}

.company-news .swiper-slide:hover p {
  font-size: .08rem;
  color: #fff;
}

.company-news .swiper-slide:hover a {
  font-size: .08rem;
  background-color: #fff;
  color: #54BC30;
  border-radius: .133rem;
  display: flex;
  align-items: center;
  width: .6rem;
  height: .213rem;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  bottom: .293rem;
  left: .173rem;
}

.company-news .swiper-slide:hover a img {
  width: .12rem;
}

/* 移动端 - 我店新闻 */
.mobile-content {
  margin-top: .48rem;
  display: none;
}

.mobile-content .item {
  margin-bottom: .267rem;
  display: flex;
}

.load-more-btn {
  display: block;
  margin: 20px auto;
  color: #999999;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: .307rem;
}

.load-more-btn {
  display: none;
}

.mobile-content .item {
  width: 100%;
  height: 1.8rem;
}

.mobile-content .item .img-container {
  flex: 2;
  height: 100%;
  box-shadow: 0 0 .133rem rgba(247, 247, 247, 1);
}

.mobile-content .item .img-container img {
  width: 100%;
  height: 100%;
  border-radius: .213rem;
}

.mobile-content .item .content {
  display: block;
  margin: 0;
  flex: 3;
  position: relative;
  padding: .2rem .333rem;
}

.mobile-content .item .content h3 {
  font-size: .32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

.mobile-content .item .content .description-content {
  display: none;
}

.mobile-content .item .content a.button {
  display: flex;
  font-size: .213rem;
  align-items: center;
  position: absolute;
  left: .333rem;
  bottom: .2rem;
  color: #54BC30;
}

.mobile-content .item .content a.button img {
  width: .24rem;
}

.mobile-content .item:nth-child(1) {
  height: 4.667rem;
  display: block;
  border: .013rem solid #f6f6f6;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
  box-shadow: 0 0 .133rem rgba(247, 247, 247, 1);
}

.mobile-content .item:nth-child(1) .img-container {
  height: 3.933rem;
}

.mobile-content .item:nth-child(1) .img-container img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.mobile-content .item:nth-child(1) .content {
  display: flex;
  height: 1.134rem;
}

.mobile-content .item:nth-child(1) .content h3 {
  display: block;
  font-size: .373rem;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-content .item:nth-child(1) .content .description-content {
  display: block;
  flex: 1;
  height: .38rem;
  overflow: hidden;
  margin-left: .6rem;
}

.mobile-content .item:nth-child(1) .content .description-content p {
  display: block;
  font-size: .253rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

.mobile-content .item:nth-child(1) .content a.button {
  display: none;
}

/* 我店荣誉 */
.honor {
  margin-bottom: .667rem;
}

.honor .content {
  background-image: url('../images/content-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-top: 0;
}

.honor .description {
  display: flex;
  padding: .213rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.honer-swiper-container {
  width: 6rem;
  margin: 0 auto;
  position: relative;
}

.honor .swiper-button-prev,
.honor .swiper-button-next {
  position: absolute;
  /* transform: translateY(200%); */
  width: .293rem;
  height: .293rem;
  cursor: pointer;
}

.honor .swiper-button-prev:after,
.honor .swiper-button-next:after {
  content: '' !important;
}

.honor .swiper-button-prev {
  background-image: url('../images/btn-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  left: -0.533rem;
}

.honor .swiper-button-prev:hover {
  background-image: url('../images/btn-left-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.honor .swiper-button-next {
  background-image: url('../images/btn-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  right: -0.533rem;
}

.honor .swiper-button-next:hover {
  background-image: url('../images/btn-right-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.honor .swiper-container {
  height: 1.667rem;
}

.honor .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: .093rem;
}

.honor .swiper-container .swiper-slide .img-container {
  width: 100%;
}

.honor .swiper-container .swiper-slide .img-container p {
  height: 0.28rem;
  overflow: hidden;
}

.honor .swiper-container .swiper-slide .img-container img {
  width: 100%;
  height: 1.1rem;
}

@media screen and (max-width: 750px) {
  #index-focus {
    width: 10rem;
  }

  #index-focus .swiper-slide {
    border-radius: 0 0 1.2rem 1.2rem;
  }

  .title h2 {
    font-size: .6rem;
  }

  /* 走进我店 */
  .walk-shop {
    margin-top: 1.2rem
  }

  .walk-shop .description {
    display: none;
  }

  .walk-shop .walk-shop-video {
    width: 100%;
  }

  .stats {
    margin-top: 0;
  }

  .stats ul li span {
    font-size: .347rem;
    color: black;
  }

  .stats ul li p {
    font-size: .173rem;
  }

  /* 我店业务 */
  .business {
    margin: 1.2rem auto;
  }

  .business .content {
    padding: .533rem;
  }

  .business .content .description h3 {
    font-size: .48rem;
  }

  .business .content .description p {
    font-size: .307rem;
  }

  .business .content .description a {
    font-size: .253rem;
  }

  .business .content .description {
    flex: 1;
  }

  .business .content .business-img {
    line-height: auto;
  }

  .business .content .business-img img {
    width: 100%;
  }

  .tab-links li a {
    font-size: .293rem;
  }

  /* 我店新闻 */
  .news {
    margin-bottom: 1.2rem;
  }

  .tab-swiper-container {
    display: none;
  }

  .mobile-content {
    display: block;
  }

  .load-more-btn {
    display: block;
  }

  /* 我店荣誉 */
  .honor {
    width: 10rem;
    margin-bottom: 1.467rem;
  }

  .honor .swiper-button-next {
    display: none;
  }

  .honor .swiper-button-prev {
    display: none;
  }

  .honor .description {
    display: none;
  }

  .honor .swiper-container .swiper-slide .img-container img {
    height: 3rem;
  }

  .honor .swiper-container .swiper-slide .img-container p {
    display: none;
  }

  .honer-swiper-container {
    width: 95%;
  }

  .honor .swiper-container {
    height: 4.267rem;
  }

  .load-more-btn {
    display: block;
  }
}