.lightstory-container {
  background-color: #000;
}

.lightstory-container .nicescroll-rails {
  margin: auto;
  width: 100% !important;
  right: 0;
  transform: scaleX(0.625) translateX(-3.5rem);
  margin: 0;
  bottom: 3vh;
  margin-bottom: 1.25rem;
  top: auto !important;
}

.lightstory-container .section {
  color: #fff;
  font-family: "FZLTXHJW";
  position: relative;
}

.lightstory-container .section h2,
.lightstory-container .section h3 {
  font-family: "FZLTZCHJW";
  margin: 0;
  font-weight: normal;
}

.lightstory-container .section .font-yellow {
  color: #ffcb91;
}

.lightstory-container .section .ls-title {
  font-size: 3rem;
  line-height: 3.6rem;
}

.lightstory-container .section .ls-font-s {
  font-size: 1rem;
  line-height: 1.4;
  color: #7c7c7c;
  font-weight: bold;
}

.lightstory-container .section .ls-desc {
  font-size: 0.6rem;
  line-height: 0.7rem;
  color: #666;
  text-align: center;
}

.lightstory-container .section .ls-wrapper {
  width: 81.25%;
  margin: 0 auto;
}

.lightstory-container .section1 .ls-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.lightstory-container .section1 .banner-title {
  font-size: 4.3rem;
  line-height: 5.15rem;
  text-shadow: 0 0.1rem 1.7rem rgba(0, 0, 0, 0.55);
}

.lightstory-container .section1 .banner-desc {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-top: 2rem;
  text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.55);
}

.lightstory-container .section2 {
  text-align: center;
  padding: 6.5rem 0;
}

.lightstory-container .section2 .ls-picture {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  margin-top: 2.65rem;
}

.lightstory-container .section2 .ls-picture .picture-item {
  display: inline-block;
  position: relative;
  width: 33.2%;
  overflow: hidden;
}

.lightstory-container .section2 .ls-picture .picture-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  z-index: 2;
}

.lightstory-container .section2 .ls-picture .picture-item:first-child {
  border-radius: 1rem 0 0 1rem;
}

.lightstory-container .section2 .ls-picture .picture-item:last-child {
  border-radius: 0 1rem 1rem 0;
}

.lightstory-container .section2 .ls-picture .picture-item .picture-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  white-space: nowrap;
  z-index: 3;

}

.lightstory-container .section3 {
  padding-bottom: 4.75rem;
}

.lightstory-container .section3 .ls-content {
  text-align: center;
}

.lightstory-container .section3 .ls-content .ls-title {
  font-size: 3.25rem;
  line-height: 3.85rem;
}

.lightstory-container .section3 .ls-content .ls-font-s {
  margin-top: 1.25rem;
}

.lightstory-container .section3 .ls-desc {
  margin-top: 1.4rem;
}

.lightstory-container .section4 .ls-content {
  position: absolute;
  top: 28.6%;
  left: 0;
  right: 0;
  text-align: center;
}

.lightstory-container .section4 .ls-content .ls-title {
  text-shadow: 0 0.1rem 0.75rem rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
}

.lightstory-container .section4 .ls-content .ls-font-s {
  color: #fff;
  font-weight: normal;
}

.lightstory-container .section4 .ls-content .ls-link {
  display: block;
  margin-top: 2.8rem;
  cursor: pointer;
}

.lightstory-container .section4 .ls-content .ls-link .iconarrowright {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
  margin-left: 1.5rem;
  transition: all 0.3s;
}

.lightstory-container .section4 .ls-content .ls-link:hover .iconarrowright {
  transform: translateX(0.8em);
}

.lightstory-container .section5 {
  text-align: center;
  padding-top: 7.5rem;
  padding-bottom: 5.5rem;
}

.lightstory-container .section5 .ls-title {
  margin-bottom: 2.15rem;
}

.lightstory-container .section5 .ls-picture {
  margin-top: 2.75rem;
}

@media (min-width: 768px) {
  .lightstory-container .section2 .ls-picture .picture-item img {
    transition: all 0.5s;
  }
  .lightstory-container .section2 .ls-picture .picture-item:hover img {
    transform: scale(1.1);
  }
  .lightstory-container .section2 .ls-picture .picture-item:hover::before {
    opacity: 0;
  }
  .lightstory-container .section3 .ls-picture {
    margin-top: 3.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lightstory-container .section3 .ls-picture > div {
    display: inline-block;
  }
  .lightstory-container .section3 .ls-picture .picture-item-1 {
    width: 44.55%;
  }
  .lightstory-container .section3 .ls-picture .picture-item-2 {
    width: 52.88%;
    margin-top: 2.75rem;
    margin-bottom: 0.25rem;
  }
  .lightstory-container .section3 .ls-picture .picture-item-3 {
    width: 35.58%;
  }
  .lightstory-container .section3 .ls-picture .picture-item-4 {
    width: 34.23%;
    margin-top: 2.25rem;
  }
  .lightstory-container .section3 .ls-picture .picture-item-5 {
    width: 25%;
    margin-top: 4.5rem;
  }
  .lightstory-container .section3 .ls-picture .picture-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    cursor: pointer;
  }
  .lightstory-container .section3 .ls-picture .picture-wrap img {
    transition: all 0.5s;
  }
  .lightstory-container .section3 .ls-picture .picture-wrap .iconarrowright {
    display: inline-block;
    transition: all 0.3s;
  }
  .lightstory-container .section3 .ls-picture .picture-wrap:hover img {
    transform: scale(1.1);
  }
  .lightstory-container .section3 .ls-picture .picture-wrap:hover .iconarrowright {
    transform: translateX(1rem);
  }
  .lightstory-container .section3 .ls-picture .picture-desc {
    position: absolute;
    bottom: 1.4rem;
    left: 1.5rem;
    right: 1rem;
  }
  .lightstory-container .section3 .ls-picture .picture-desc h3 {
    font-size: 1.8rem;
    line-height: 1;
  }
  .lightstory-container .section3 .ls-picture .picture-desc h3 .iconarrowright {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-left: 0.7rem;
    vertical-align: text-top;
  }
  .lightstory-container .section3 .ls-picture .picture-desc .ls-font-s {
    color: #fff;
    margin-top: 0.8rem;
    font-weight: normal;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide .text-box p {
    margin-bottom: 2rem;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:first-child {
    display: inline-flex;
    justify-content: space-between;
    padding-right: 7rem;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:first-child .modal-cloumn {
    display: inline-block;
    vertical-align: top;
    flex: 1;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:first-child .modal-cloumn .text-box-wrap {
    width: 21.5em;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:first-child .modal-cloumn .img-box {
    display: inline-block;
    width: 27.6vw;
    padding: 0 0 1.5rem 1.5rem;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(2) .img-box-wrap .img-box-parse .img-box {
    width: 36.458vw;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(2) .img-box-wrap:last-child {
    text-align: center;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(2) .img-box-wrap:last-child .text-box p span {
    display: inline-block;
    text-align: left;
    width: 50%;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(2) .img-box-wrap:last-child .text-box p span:first-child {
    padding-left: 2.5rem;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(2) .img-box-wrap:last-child .text-box p span:last-child {
    padding-right: 2.5rem;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(2) .text-box {
    margin-top: 3.89vh;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(2) .text-box p {
    margin-bottom: 0;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(3) {
    display: flex;
    justify-content: space-between;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(3) .modal-cloumn {
    display: inline-block;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(3) .modal-cloumn:first-child .img-box-parse .img-box {
    width: 36.458vw;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(3) .modal-cloumn:first-child .text-box {
    margin-top: 2rem;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(3) .modal-cloumn:last-child {
    width: 35.56vw;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(3) .modal-cloumn:last-child .img-text-box {
    width: 100%;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(3) .modal-cloumn:last-child .img-text-box .text-box {
    margin-top: 2.3rem;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(3) .modal-cloumn:last-child .img-text-box .text-box p {
    margin-bottom: 0.9rem;
    text-align: center;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(3) .modal-cloumn:last-child .img-text-box:last-of-type {
    width: 82%;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(4) {
    padding-left: 15.25rem;
    padding-right: 15.25rem;
  }
  .lightstory-container .section4 .section-deep-modal .swiper-slide:nth-child(4) .img-box-parse .img-box {
    width: 100%;
  }
  .lightstory-container .section5 .ls-picture {
    font-size: 0;
  }
  .lightstory-container .section5 .picture-item {
    display: inline-block;
    border-radius: 1rem;
    overflow: hidden;
    width: 9rem;
    height: 35rem;
    position: relative;
    transition: width 0.3s;
  }
  .lightstory-container .section5 .picture-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.3s;
  }
  .lightstory-container .section5 .picture-item img {
    position: absolute;
    right: -104%;
    top: 0;
    height: 100%;
    width: auto;
    transition: transform 0.5s;
  }
  .lightstory-container .section5 .picture-item:nth-child(2) img, .lightstory-container .section5 .picture-item:nth-child(3) img {
    right: -197%;
  }
  .lightstory-container .section5 .picture-item:nth-child(2) img, .lightstory-container .section5 .picture-item:nth-child(5) img {
    right: -52%;
  }
  .lightstory-container .section5 .picture-item .picture-desc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-family: "FZLTZCHJW";
    z-index: 2;
    cursor: default;
  }
  .lightstory-container .section5 .picture-item .picture-desc .iconarrowright {
    display: none;
    font-size: 1.5rem;
    margin-left: 0.9rem;
    transition: all 0.3s;
  }
  .lightstory-container .section5 .picture-item .picture-desc:hover .iconarrowright {
    transform: translateX(0.6em);
  }
  .lightstory-container .section5 .picture-item.cur {
    width: calc(100% - 45rem);
  }
  .lightstory-container .section5 .picture-item.cur::before {
    opacity: 0;
  }
  .lightstory-container .section5 .picture-item.cur img {
    right: 0;
    width: 100%;
    object-fit: cover;
  }
  .lightstory-container .section5 .picture-item.cur .picture-desc {
    font-size: 2.5rem;
    cursor: pointer;
  }
  .lightstory-container .section5 .picture-item.cur .picture-desc .iconarrowright {
    display: inline-block;
  }
  .lightstory-container .section5 .picture-item:hover img {
    transform: scale(1.1);
  }
  .lightstory-container .section5 .picture-item:hover::before {
    opacity: 0;
  }
  .lightstory-container .section5 .section-deep-modal {
    text-align: left;
  }
  .lightstory-container .section5 .section-deep-modal .img-text-box .text-box {
    margin-top: 1.1rem;
  }
  .lightstory-container .section5 .section-deep-modal .img-text-box .text-box p {
    text-align: center;
    margin-bottom: 0.4em;
  }
  .lightstory-container .section5 #section5-modal-1 .swiper-slide:nth-child(3) .text-box-wrap {
    display: flex;
    justify-content: space-between;
  }
  .lightstory-container .section5 #section5-modal-1 .swiper-slide:nth-child(3) .text-box-wrap .text-box {
    width: 45%;
  }
  .lightstory-container .section5 #section5-modal-1 .swiper-slide:nth-child(4) .img-box-parse .img-box {
    width: 36.458vw;
  }
  .lightstory-container .section5 #section5-modal-1 .swiper-slide:nth-child(4) .text-box {
    margin-top: 1.1rem;
  }
  .lightstory-container .section5 #section5-modal-1 .swiper-slide:nth-child(5) .img-box-parse .img-box,
  .lightstory-container .section5 #section5-modal-1 .swiper-slide:nth-child(5) .img-text-box {
    width: 100%;
  }
  .lightstory-container .section5 #section5-modal-1 .swiper-slide:nth-child(5) .modal-box-item {
    width: 36.458vw;
  }
  .lightstory-container .section5 #section5-modal-1 .swiper-slide:nth-child(5) .modal-box-item:first-child .text-box {
    margin-top: 1.1rem;
  }
  .lightstory-container .section5 #section5-modal-1 .swiper-slide:nth-child(5) .modal-box-item:last-child .img-text-box:first-child .text-box {
    margin-top: 0;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(1) .modal-box {
    justify-content: flex-start;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(1) .img-text-box:first-child {
    width: 22.38%;
    margin-right: 2rem;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(1) .img-text-box:last-child {
    width: 54.45%;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(2) .img-box-parse .img-box {
    width: 36.458vw;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .modal-cloumn > .text-box,
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .img-text-box {
    width: 36.458vw;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .modal-cloumn:first-child > .text-box:last-child {
    margin-top: 2rem;
    width: 100%;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .modal-cloumn:last-child {
    position: absolute;
    right: 9.5rem;
    top: 4.15rem;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .modal-cloumn:last-child .text-box p {
    margin-bottom: 0;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .img-text-box .text-box:first-child {
    margin-top: 0;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .img-text-box .text-box p {
    text-align: justify;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .img-text-box .text-box p.sub-title {
    text-align: center;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .img-box-wrap {
    display: flex;
    justify-content: space-between;
    width: 101.5%;
    margin: 2rem 0;
  }
  .lightstory-container .section5 #section5-modal-2 .swiper-slide:nth-child(3) .img-box-wrap .img-box {
    display: inline-block;
    width: 48.84%;
  }
  .lightstory-container .section5 #section5-modal-3 .swiper-slide:nth-child(2) .modal-cloumn > .img-text-box .text-box p {
    text-align: left;
  }
  .lightstory-container .section5 #section5-modal-3 .swiper-slide:nth-child(2) .modal-box {
    margin-top: 2rem;
  }
  .lightstory-container .section5 #section5-modal-3 .swiper-slide:nth-child(2) .modal-box .img-text-box {
    width: 31%;
  }
  .lightstory-container .section5 #section5-modal-3 .swiper-slide:nth-child(3) {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .lightstory-container .section5 #section5-modal-3 .swiper-slide:nth-child(3) .modal-box {
    flex-wrap: wrap;
  }
  .lightstory-container .section5 #section5-modal-3 .swiper-slide:nth-child(3) .img-text-box {
    width: 42%;
  }
  .lightstory-container .section5 #section5-modal-3 .swiper-slide:nth-child(3) .img-text-box .text-box {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .lightstory-container .section5 #section5-modal-3 .swiper-slide:nth-child(3) .img-text-box .img-box img {
    max-height: calc(97vh - 30rem);
    object-fit: cover;
  }
  .lightstory-container .section5 #section5-modal-4 .swiper-slide > .text-box {
    margin-top: 2rem;
  }
  .lightstory-container .section5 #section5-modal-4 .swiper-slide .flex-box > .text-box {
    margin-top: 2rem;
  }
  .lightstory-container .section5 #section5-modal-4 .swiper-slide .img-text-box {
    width: 25vw;
  }
  .lightstory-container .section5 #section5-modal-4 .swiper-slide .img-text-box .text-box p.sub-title {
    margin-bottom: 1rem;
  }
  .lightstory-container .section5 #section5-modal-4 .swiper-slide .img-text-box .text-box-wrap {
    display: flex;
    justify-content: space-between;
  }
  .lightstory-container .section5 #section5-modal-4 .swiper-slide .img-text-box .text-box-wrap .text-box {
    width: 45%;
  }
  .lightstory-container .section5 #section5-modal-4 .swiper-slide .modal-cloumn:last-child {
    position: absolute;
    right: 9.5rem;
    top: 3.05rem;
    width: 50.5rem;
  }
  .lightstory-container .section5 #section5-modal-5 .swiper-slide {
    text-align: center;
  }
  .lightstory-container .section5 #section5-modal-5 .swiper-slide .text-box p {
    text-align: center;
  }
  .lightstory-container .section5 #section5-modal-5 .swiper-slide .modal-box {
    justify-content: center;
  }
}
