#s07 {}

#s07 .eff {
  position: absolute;
  bottom: 202px;
  left: 0;
}

#s07 .center-outer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#s07 .center-outer .tit-outer {
  width: 400px;
  height: 583px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

#s07 .center-outer .tit-outer .tit-main {
  font-size: 104px;
  color: #1f1f1f;
  line-height: 0.9;
}

#s07 .center-outer .tit-outer .tit-sub {
  margin-top: 22px;
  font-size: 22px;
  color: #424242;
}


#s07 .center-outer .swiper-outer .sa {
  background-image: none;
  width: 64px;
  height: 64px;
  margin-top: -32px;
}
#s07 .center-outer .swiper-outer .sa.swiper-button-prev {
  left: 16px;
}
#s07 .center-outer .swiper-outer .sa.swiper-button-next {
  right: 16px;
}
#s07 .center-outer .swiper-outer .sa img {
  width: 100%;
}

#s07 .center-outer .swiper-outer {
  position: relative;
  width: 1100px;
  height: 583px;
  margin: 0;
}

#s07 .center-outer .swiper-outer .swiper-scrollbar {
  position: absolute;
  height: 2px;
  bottom: -62px;
  left: 0;
  right: 0;
  width: 570px;
  margin: 0 auto;
  background-color: #efefef;
}

#s07 .center-outer .swiper-outer .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #c4a967;
}