.container .home-contaniner .banner {
  width: 100%;
}
.container
  .home-contaniner
  .banner
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  width: 100%;
  height: 500px;
}
.container
  .home-contaniner
  .banner
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container
  .home-contaniner
  .banner
  .swiper
  .swiper-container
  .swiper-pagination {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container
  .home-contaniner
  .banner
  .swiper
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.container
  .home-contaniner
  .banner
  .swiper
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #000000;
  border: 2px solid #02b982;
}
.container .home-contaniner .content .process {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.container .home-contaniner .content .process .beauty {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .home-contaniner .content .process .beauty .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 40px;
}
.container .home-contaniner .content .process .beauty .rt {
  display: flex;
  align-items: center;
}
.container .home-contaniner .content .process .beauty .rt .time {
  font-size: 20px;
  color: #000000;
  line-height: 17px;
  padding-right: 40px;
}
.container .home-contaniner .content .process .beauty .rt .address {
  font-size: 20px;
  color: #000000;
  line-height: 20px;
}
.container .home-contaniner .content .process .week {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 4px solid #000;
}
.container .home-contaniner .content .process .week .name {
  font-size: 24px;
  color: #000000;
  line-height: 25px;
}
.container .home-contaniner .content .process .week .btn {
  width: 139px;
  height: 48px;
  background: #02b982;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.container .home-contaniner .content .news .news-nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}
.container .home-contaniner .content .news .news-nav .title {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 36px;
}
.container .home-contaniner .content .news .news-nav .toggle {
  display: flex;
}
.container .home-contaniner .content .news .news-nav .toggle .prev {
  width: 37px;
  height: 35px;
  cursor: pointer;
}
.container .home-contaniner .content .news .news-nav .toggle .prev img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container .home-contaniner .content .news .news-nav .toggle .next {
  margin-left: 25px;
  width: 37px;
  height: 35px;
  cursor: pointer;
}
.container .home-contaniner .content .news .news-nav .toggle .next img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container .home-contaniner .content .news .swiper {
  width: 100%;
  overflow: hidden;
}
.container .home-contaniner .content .news .swiper .swiper-container {
  width: 100%;
  margin-left: calc(50% - 600px);
  overflow: visible;
}
.container
  .home-contaniner
  .content
  .news
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  position: relative;
  width: auto;
  padding-bottom: 80px;
}
.container
  .home-contaniner
  .content
  .news
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cover-img {
  display: block;
  width: auto;
  height: 430px;
  overflow: hidden;
}
.container
  .home-contaniner
  .content
  .news
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cover-img
  img {
  display: block;
  width: auto;
  height: 100%;
}
.container
  .home-contaniner
  .content
  .news
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  position: relative;
  width: 540px;
  padding-bottom: 80px;
}
.container
  .home-contaniner
  .content
  .news
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cover-img {
  display: block;
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.container
  .home-contaniner
  .content
  .news
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cover-img
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container
  .home-contaniner
  .content
  .news
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .title {
  position: absolute;
  display: block;
  bottom: 40px;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container
  .home-contaniner
  .content
  .news
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .time {
  position: absolute;
  width: 100%;
  bottom: 0px;
  font-size: 18px;
  color: #848484;
  line-height: 24px;
}
.container .home-contaniner .content .brand {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
.container .home-contaniner .content .brand .ft {
  height: 150px;
}
.container .home-contaniner .content .brand .ft .title {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 36px;
}
.container .home-contaniner .content .brand .ft .info {
  width: 306px;
  height: 48px;
  line-height: 24px;
  font-size: 18px;
  color: #000000;
  margin: 24px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .home-contaniner .content .brand .ft .view-more {
  display: flex;
  align-items: center;
}
.container .home-contaniner .content .brand .ft .view-more span {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 19px;
}
.container .home-contaniner .content .brand .ft .view-more img {
  display: block;
  width: 18px;
  height: 17px;
  object-fit: contain;
  margin-left: 15px;
}
.container .home-contaniner .content .brand .fixed {
  position: fixed;
  top: 180px;
  left: calc(50% - 600px);
}
.container .home-contaniner .content .brand .brand-list {
  margin-left: auto;
  width: 780px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 40px;
}
.container .home-contaniner .content .brand .brand-list li {
  width: calc((100% - 90px) / 3);
}
.container .home-contaniner .content .brand .brand-list li a {
  display: block;
  width: 100%;
}
.container .home-contaniner .content .brand .brand-list li a .pic {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.container .home-contaniner .content .brand .brand-list li a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.container .home-contaniner .content .brand .brand-list li a .pic img:hover {
  transform: scale(1.1);
}
.container .home-contaniner .content .brand .brand-list li a .title {
  margin-top: 19px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}
.container .home-contaniner .content .flex-end {
  align-items: flex-end;
}
.container .home-contaniner .content .about-us {
  width: 1200px;
  margin: 0 auto;
  height: 180px;
  background: #ffeae2;
  padding: 43px 47px 45px 109px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 81px;
}
.container .home-contaniner .content .about-us .ft {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.container .home-contaniner .content .about-us .rt {
  width: 758px;
}
.container .home-contaniner .content .about-us .rt .info {
  height: 48px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .home-contaniner .content .about-us .rt .view-more {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.container .home-contaniner .content .about-us .rt .view-more span {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 19px;
}
.container .home-contaniner .content .about-us .rt .view-more img {
  display: block;
  width: 18px;
  height: 17px;
  object-fit: contain;
  margin-left: 13px;
}
