.thumb-scrollbar, .histories .content .yearSwiper .swiper .swiper-wrapper::after, .histories .content .yearSwiper .swiper .swiper-wrapper::before, .histories .content .yearSwiper .swiper .swiper-wrapper .swiper-slide::before, .histories .content .yearSwiper::after, .histories .content .yearSwiper::before {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}

.histories {
  background-color: #F6F6F6;
  padding-left: 2vw;
  color: #000000;
}
.histories .content {
  padding: 8vw 0;
  background-color: #FFFFFF;
  border-bottom-left-radius: 4.167vw;
}
.histories .content__title {
  padding: 0 6.25vw;
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1;
}
.histories .content__title span {
  display: inline-block;
  color: var(--pro-main-color);
}
.histories .content__summary {
  margin-top: 1.042vw;
  padding: 0 6.25vw;
  font-size: 2.4vw;
}
.histories .content .historyContent {
  white-space: pre-line;
  margin: 4.6875vw 6.25vw 0 6.25vw;
  font-size: 2.133333vw;
  font-weight: 400;
  line-height: 4.8vw;
}
.histories .content .historySwiper {
  margin: 0 6.25vw;
  overflow: hidden;
}
.histories .content .historySwiper .swiper-parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 26.666667vw;
  font-weight: bold;
  color: #F6F6F6;
  z-index: -1;
  left: 0;
  top: 0;
  text-align: right;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.histories .content .historySwiper .swiper-wrapper {
  height: auto;
}
.histories .content .historySwiper .swiper-wrapper .swiper-slide {
  padding-top: 2.5vw;
  padding-left: 4vw;
  padding-right: 15.625vw;
  font-size: 3.2vw;
  line-height: 4.266667vw;
  font-weight: 400;
  user-select: none;
}
.histories .content .yearSwiper {
  position: relative;
  padding: 0 6.25vw;
  z-index: 1;
  line-height: 1;
  margin-top: 4vw;
  /*.swiper-progress {
    width: 100%;
    height: 2px;
    background: #000000;
  }*/
}
.histories .content .yearSwiper::before {
  width: 100%;
  background: #000000;
  bottom: 2vw;
  z-index: -2;
}
.histories .content .yearSwiper::after {
  width: 50%;
  background: var(--pro-main-color);
  bottom: 2vw;
  z-index: -1;
}
.histories .content .yearSwiper .swiper {
  width: 100%;
  padding-bottom: 2vw;
}
.histories .content .yearSwiper .swiper .swiper-wrapper {
  height: auto;
}
.histories .content .yearSwiper .swiper .swiper-wrapper .swiper-slide {
  width: auto;
  padding: 3vw 4vw 0 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.histories .content .yearSwiper .swiper .swiper-wrapper .swiper-slide .thumb-content {
  font-size: 4vw;
  font-weight: bold;
  color: #000000;
  transition: all 0.3s;
}
.histories .content .yearSwiper .swiper .swiper-wrapper .swiper-slide .separator {
  width: 1px;
  height: 2vw;
  background: #000000;
}
.histories .content .yearSwiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb-content {
  color: var(--pro-main-color);
  transform: scale(1.5) translateY(-20%);
}
.histories .content .yearSwiper .swiper .swiper-wrapper .swiper-slide::before {
  width: 100%;
  background: #000000;
  z-index: 0;
}
.histories .content .yearSwiper .swiper .swiper-wrapper::before {
  width: var(--wrapper-offset, 0);
  background: var(--pro-main-color);
  z-index: 1;
}
.histories .content .yearSwiper .swiper .swiper-wrapper::after {
  width: 2.666667vw;
  height: 2.666667vw;
  background: var(--pro-main-color);
  z-index: 2;
  left: calc(var(--wrapper-offset, 0) - 1.3333335vw);
  bottom: -1.3333335vw;
  border-radius: 50%;
}

.photos {
  width: 100%;
  height: 90vw;
  position: relative;
  z-index: 1;
}
.photos__bg {
  width: 98vw;
  height: 100%;
  background: #F6F6F6;
  border-top-right-radius: 4.167vw;
  border-bottom-right-radius: 4.167vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.photos__content .header {
  padding: 6.25vw;
}
.photos__content .header__title {
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1;
}
.photos__content .header__title span {
  color: var(--pro-main-color);
}
.photos__content .header .boder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.042vw;
}
.photos__content .header .boder .summary {
  font-size: 2.4vw;
  font-weight: 400;
  flex: 1;
}
.photos__content .header .boder .ablums {
  width: 21.333333vw;
  height: 7.2vw;
  position: relative;
  flex-shrink: 0;
}
.photos__content .header .boder .ablums .selector {
  position: absolute;
  z-index: 2;
  width: 100%;
  border-radius: 3.6vw;
  background-color: var(--pro-main-color);
  overflow: hidden;
  top: 0;
  right: 0;
  font-size: 2.4vw;
  font-family: Arial, serif;
  font-weight: 400;
  color: #FFFFFF;
  transition: all 0.6s;
}
.photos__content .header .boder .ablums .selector .title {
  width: 100%;
  height: 7.2vw;
  line-height: 7.2vw;
  text-align: center;
  cursor: pointer;
}
.photos__content .header .boder .ablums .selector .title i {
  display: none;
}
.photos__content .header .boder .ablums .selector ul {
  display: none;
  width: 100%;
}
.photos__content .header .boder .ablums .selector ul li {
  width: 100%;
  height: 7.2vw;
  line-height: 7.2vw;
  text-align: center;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}
.photos__content .header .boder .ablums .selector ul li.actived, .photos__content .header .boder .ablums .selector ul li:hover {
  color: #FFFFFF;
  background-color: var(--pro-main-color);
}
.photos__content .header .boder .ablums .selector.actived {
  color: var(--pro-main-color);
  background-color: #FFFFFF;
}
.photos__content .header .boder .ablums .selector.actived .title i {
  transform: rotate(180deg);
}
.photos__content .header .boder .ablums .selector.actived ul {
  display: block;
}
.photos__content .swiper {
  margin-top: 2.604vw;
  width: 100%;
}
.photos__content .swiper .swiper-slide {
  width: auto;
  padding-right: 2.65625vw;
}
.photos__content .swiper .swiper-slide img {
  height: 48vw;
}

.layouts {
  padding: 6.25vw 2vw 3.958vw;
}
.layouts .header {
  text-align: center;
  padding: 0 6.25vw;
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1;
}
.layouts .header span {
  color: var(--pro-main-color);
}
.layouts .content {
  position: relative;
  text-align: center;
  padding-top: 6vw;
}
.layouts .content img {
  width: 95%;
}
.layouts .content .summary {
  margin-top: 4vw;
  font-size: 2.4vw;
  font-weight: 400;
}

.videos {
  border-top-left-radius: 4.167vw;
  border-top-right-radius: 4.167vw;
  background: #F6F6F6;
  padding: 6.25vw 7.25vw 6.771vw;
}
.videos .header {
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1;
}
.videos .header span {
  color: var(--pro-main-color);
}
.videos .boder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.198vw;
}
.videos .boder .summary {
  font-size: 2.4vw;
}
.videos .boder .swiper-controls a {
  display: inline-block;
  width: 7.466667vw;
  height: 7.466667vw;
  border: 2px #E6E5EB solid;
  border-radius: 50%;
  color: #444444;
  text-align: center;
  line-height: 6.933333vw;
  font-size: 4.458vw;
}
.videos .boder .swiper-controls a.next-button {
  margin-left: 2vw;
}
.videos .boder .swiper-controls a:hover {
  color: var(--pro-main-color);
  border-color: var(--pro-main-color);
}
.videos .swiper {
  width: 100%;
  height: 30vh;
  margin-top: 2.5vw;
}
.videos .swiper .swiper-slide {
  width: 100%;
}
.videos .swiper .swiper-slide .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.videos .swiper .swiper-slide .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos .swiper .swiper-slide .box a {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16vw;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videos .swiper .swiper-slide .box a i {
  transition: color 0.3s;
}
.videos .swiper .swiper-slide .box a i:hover {
  color: var(--pro-main-color);
}

.l__layer-dialog {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.l__layer-dialog .layui-layer-title {
  flex-shrink: 0;
}
.l__layer-dialog .layui-layer-content {
  flex: 1;
  height: 0;
  overflow: hidden;
}
.l__layer-dialog .layui-layer-content video {
  object-fit: contain;
  width: 100%;
  height: calc(100vh - 50px);
}

@media screen and (max-width: 991px) {
  .l__layer-dialog {
    top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .l__layer-dialog {
    width: 80% !important;
    height: auto !important;
  }
  .l__layer-dialog .layui-layer-content video {
    height: auto;
    max-height: calc(80vh - 50px);
  }
  .histories {
    padding-left: 6.25vw;
  }
  .histories .content {
    padding: 6.25vw 0;
  }
  .histories .content__title {
    font-size: 2.5vw;
  }
  .histories .content__summary {
    font-size: 0.9375vw;
  }
  .histories .content .historyContent {
    font-size: 0.833vw;
    line-height: 1.875vw;
  }
  .histories .content .historySwiper {
    margin: 0 6.25vw;
    height: 15.625vw;
  }
  .histories .content .historySwiper .swiper-parallax {
    display: block;
    font-size: 15.625vw;
    line-height: 1;
  }
  .histories .content .historySwiper .swiper-wrapper .swiper-slide {
    padding-top: 2.5vw;
    padding-left: 9.375vw;
    padding-right: 15.625vw;
    font-size: 0.833vw;
    line-height: 1.875vw;
  }
  .histories .content .yearSwiper {
    margin-top: 0;
  }
  .histories .content .yearSwiper::before {
    bottom: 0.573vw;
  }
  .histories .content .yearSwiper::after {
    bottom: 0.573vw;
  }
  .histories .content .yearSwiper .swiper {
    padding-bottom: 0.573vw;
  }
  .histories .content .yearSwiper .swiper .swiper-wrapper .swiper-slide {
    padding: 0.78125vw 2.8125vw 0 2.8125vw;
  }
  .histories .content .yearSwiper .swiper .swiper-wrapper .swiper-slide .thumb-content {
    font-size: 1.146vw;
    line-height: 1;
  }
  .histories .content .yearSwiper .swiper .swiper-wrapper .swiper-slide .separator {
    height: 1.042vw;
  }
  .histories .content .yearSwiper .swiper .swiper-wrapper::after {
    width: 1.146vw;
    height: 1.146vw;
    left: calc(var(--wrapper-offset, 0) - 0.573vw);
    bottom: -0.573vw;
  }
  .photos {
    height: 41.5625vw;
  }
  .photos__bg {
    width: 93.75vw;
  }
  .photos__content .header {
    padding: 6.25vw 9.375vw 0 12.5vw;
  }
  .photos__content .header__title {
    font-size: 2.5vw;
  }
  .photos__content .header .boder .summary {
    font-size: 0.9375vw;
  }
  .photos__content .header .boder .ablums {
    width: 10.417vw;
    height: 3.542vw;
  }
  .photos__content .header .boder .ablums .selector {
    font-size: 0.9375vw;
    border-radius: 1.771vw;
  }
  .photos__content .header .boder .ablums .selector .title {
    height: 3.542vw;
    line-height: 3.542vw;
  }
  .photos__content .header .boder .ablums .selector .title i {
    display: inline-block;
    font-size: 1.146vw;
    vertical-align: middle;
    transition: all 0.3s;
  }
  .photos__content .header .boder .ablums .selector ul li {
    height: 3.542vw;
    line-height: 3.542vw;
  }
  .photos__content .swiper .swiper-slide {
    padding-right: 2.65625vw;
  }
  .photos__content .swiper .swiper-slide .swiper-placeholder {
    width: 9.427vw;
  }
  .photos__content .swiper .swiper-slide img {
    height: 18.75vw;
  }
  .layouts {
    padding: 6.25vw 6.25vw 3.958vw;
  }
  .layouts .header {
    font-size: 2.5vw;
  }
  .layouts .content {
    text-align: center;
    padding-top: 4.6875vw;
  }
  .layouts .content img {
    width: auto;
    height: 32.8125vw;
  }
  .layouts .content .summary {
    margin-top: 0;
    font-size: 0.833vw;
    width: 14.427vw;
    line-height: 1.5625vw;
    position: absolute;
    left: 0;
    bottom: 4.271vw;
    text-align: left;
  }
  .videos {
    padding: 6.25vw 6.25vw 6.771vw;
  }
  .videos .header {
    font-size: 2.5vw;
  }
  .videos .boder .summary {
    font-size: 0.9375vw;
  }
  .videos .boder .swiper-controls a {
    width: 3.4375vw;
    height: 3.4375vw;
    line-height: 3.4375vw;
    font-size: 1.458vw;
  }
  .videos .boder .swiper-controls a.next-button {
    margin-left: 0.46875vw;
  }
  .videos .swiper {
    height: 18.229vw;
  }
  .videos .swiper .swiper-slide {
    width: auto;
    padding-right: 2.708vw;
  }
  .videos .swiper .swiper-slide .box a {
    width: 2.917vw;
    height: 2.917vw;
    right: 1.354vw;
    bottom: 1.354vw;
    font-size: 2.917vw;
  }
  .videos .swiper .swiper-slide .box:hover a {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
