.content{
  width: 100%;
  min-height: calc(100% - 200px);
  margin-top: 79px;
}
.banner{
  width: 100%;
  height: auto;
}
.swiper{
  width: 100%;
  height: 100%;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after,.swiper-button-next2:after, .swiper-button-prev2:after{
  color: #ff5ab8;
}

.swiper-pagination-bullet-active{
  background-color: #ff5ab8 !important;
}
.aboutus{
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.aboutus-content{
  width: 1200px;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.aboutus-title{
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  position: relative;
}
.circle{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ff5ab8;
  position: absolute;
  left: 43%;
  top: 4px;
  z-index:-1;
}
.title-sub{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  white-space: 5px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.descriop p{
  text-align: center;
  font-size: 14px;
  color: #3a3a3a;
}
.aout-img{
  width: 100%;
  height: 100%;
  position: relative;
  margin: 20px 0 40px 0;
}
.aout-img img{
  width: 50%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.more {
  height: 40px;
  text-align: center;
}
.more a{
  color: #000000;
  font-size: 20px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video {
  width: 100%;
  height: 100%;
  margin: 20px 0;
}
.video-content{
  width: 1200px;
  height: 400px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.video-box{
  width: 100%;
  height: 100%;
}
.creative{
  width: 100%;
  height: 100%;
}
.creative-content{
  width: 1200px;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
.story{
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.story-content{
  width: 1200px;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.story-content .aboutus-title .circle{
  left: 40%;
}
.story-content .descriop{
  position: relative;
}
.circle_big{
  width: 250px;
  height: 250px;
  border-radius: 125px;
  position: absolute;
  left: 20%;
  top: -50px;
  background: linear-gradient(to right, #ff5ab8, #ffffff);
  z-index: -1;
}

.hotgoods{
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.hotgoods-content{
  width: 1200px;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  background: #000000;
}
.hot-title{
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  padding-top: 20px;
}
.hot-sub{
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.hot-goods-swiper{
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.img-item{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news{
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}
.news-content{
  width: 1200px;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.news-content .circle{
  left: 45%;
}
.news-content .descriop{
  min-height: 300px;
}
.descriop-img{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.descriop-img a{
  width: 30%;
  height: 225px;
  margin-right: 5%;
  margin-bottom: 20px;
  position: relative;
}
.news-item{
  width: 100%;
  height: 100%;
}
.mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 26.042vw;
  background: rgba(0, 0, 0, .5);
  background-size: 100% 100%;
  color: #fff;
  padding: 20px;
  display: none;
}
.descriop-img a:nth-child(3n){
  margin-right: 0;
}
.descriop-img a:hover .mask{
  left: 0;
  display: block;
}
.news-title{
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.news-des{
  width: 100%;
  height: auto;
  text-indent: 32px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  margin: 20px 0;
}
.news-more{
  text-align: right;
}


@media (max-width: 600px){
  .aboutus-content {
    width: 100% !important;
    height: auto;
  }

  .circle {
    left: 28% !important;
  }

  .aout-img img{
    width: 100% !important;
    height: auto !important;
  }
  .aboutus-content,.video-content,.creative-content,.story-content,.hotgoods-content, .news-content{
    width: 100% !important;
    height: 100% !important;
    padding: 0 16px;
    margin: 0;
    transform: none;
  }
  .story-content .aboutus-title .circle{
    left: 16% !important;
  }
  .swiper-wrapper2{
    height: 150px !important;
  }
  .swiper-slide2>div{
    height: 150px !important;
  }
  .news-content .circle{
    left: 34% !important;
  }
  .descriop-img a{
    width: 90%;
    margin-left: 5%;
  }
  .circle_big{
    position: absolute;
    left: 10% !important;
    top: 0 !important;
  }
}