@charset "UTF-8";
@font-face {
  font-family: "italices";
  font-weight: 400;
  src: url("../../../../assets/font/file/italics.woff2") format("woff2");
  font-display: swap;
}
#app {
  /* ============ Full Page Slider 轮播图 ================= */
  /* 圆点分页器样式 */
  /* 当前活跃的圆点 */
  /* 圆点内部的进度条（从左到右填充） */
}
#app .swiper {
  height: 100%;
}
#app .vs-loading--target {
  z-index: 9999;
  background-color: #fff;
}
#app .creative-fullpage--slider {
  background-color: #ffffff;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  display: flex;
  clip-path: none !important;
}
@media (max-width: 768px) {
  #app .creative-fullpage--slider {
    margin-top: 0;
  }
}
#app .banner-horizental {
  height: 35rem;
}
@media (max-width: 768px) {
  #app .banner-horizental {
    height: auto;
    padding-top: 15vw;
  }
}
#app .swiper-pagination {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  width: 80rem;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  #app .swiper-pagination {
    bottom: 5vw;
    margin: 0;
    justify-content: center;
    width: auto;
  }
}
#app .swiper-pagination-bullet {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: rgba(38, 38, 38, 0.15);
  opacity: 1;
  width: 40px;
  height: 4px;
  border-radius: 0;
}
@media (max-width: 768px) {
  #app .swiper-pagination-bullet {
    width: 9vw;
    height: 0.7vw;
  }
}
#app .swiper-pagination-bullet-active {
  position: relative;
}
#app .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #007aff;
  animation: moving 5s linear forwards;
  -webkit-animation: moving 5s linear forwards;
}
@keyframes moving {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
#app .creative-fullpage--slider .slider-inner {
  background: #000;
  position: relative;
  height: 100%;
}
#app .creative-fullpage--slider .slider-inner img,
#app .creative-fullpage--slider .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#app .creative-fullpage--slider .slider-inner .swiper-content {
  width: 80rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}
@media (max-width: 991px) {
  #app .creative-fullpage--slider .slider-inner .swiper-content {
    width: 100%;
    text-align: center;
    left: 0;
    transform: translate(0, -50%) !important;
  }
}
#app .creative-fullpage--slider .slider-inner .swiper-content .Hui-label {
  color: #fff;
  width: fit-content;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  #app .creative-fullpage--slider .slider-inner .swiper-content .Hui-label {
    padding: 0.5vw 4vw;
    margin: 2vw auto;
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
}
#app .creative-fullpage--slider .slider-inner .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  margin-top: 0px;
}
@media (max-width: 768px) {
  #app .creative-fullpage--slider .slider-inner .swiper-content .title-area .tag {
    display: none;
  }
}
#app .creative-fullpage--slider .slider-inner .swiper-content .title-area .title {
  color: #181818;
  font-size: 2.7rem;
  font-family: "italices";
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
}
@media (max-width: 768px) {
  #app .creative-fullpage--slider .slider-inner .swiper-content .title-area .title {
    color: #000;
    font-size: 7vw;
    padding: 0 5vw;
    font-weight: 900;
    display: block;
  }
}
#app .creative-fullpage--slider .slider-inner .swiper-content p.disc {
  font-size: 0.8rem;
  width: 100%;
  margin: 1rem 0 1rem 0;
  font-weight: 400;
  line-height: 1.7;
  color: #181818;
  width: 30rem;
  display: none;
  font-family: "思源黑";
}
@media (max-width: 768px) {
  #app .creative-fullpage--slider .slider-inner .swiper-content p.disc {
    padding: 0 5vw;
    margin: 0;
    line-height: 7vw;
    font-size: 4vw;
    width: 100%;
    margin-top: 4vw;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  #app .creative-fullpage--slider .slider-inner .swiper-content p.disc br {
    display: none;
  }
}
#app .creative-fullpage--slider .slider-inner .swiper-content p.disc .highlight {
  color: #007aff;
}
#app .creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}
#app .creative-fullpage--slider .swiper-container-h .swiper-button-next,
#app .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  #app .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  #app .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.231372549);
  }
}
#app .creative-fullpage--slider .swiper-container-h .swiper-button-next::after,
#app .creative-fullpage--slider .swiper-container-h .swiper-button-prev::after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: #ffffff;
}
@media (max-width: 991px) {
  #app .creative-fullpage--slider .swiper-container-h .swiper-button-next::after,
  #app .creative-fullpage--slider .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }
}
#app .creative-fullpage--slider .swiper-container-h .swiper-button-next:hover,
#app .creative-fullpage--slider .swiper-container-h .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.0509803922);
}
#app .creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px;
}
#app .creative-fullpage--slider .swiper-container-h .swiper-button-next::after {
  content: "\f061";
  font-size: 60px;
}
#app .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px;
}
#app .creative-fullpage--slider .swiper-container-h .swiper-button-prev::after {
  content: "\f060";
  font-size: 60px;
}
@media (max-width: 768px) {
  #app .swiper {
    height: 75vw;
  }
}
#app .swiper-slide-active .slider-inner .swiper-content .Hui-label {
  display: block;
  animation: left-right 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}
#app .swiper-slide-active .slider-inner .swiper-content .title-area .title {
  display: block;
  animation: left-right 1s cubic-bezier(0.49, 0, 0.01, 1);
}
#app .swiper-slide-active .slider-inner .swiper-content p.disc {
  display: block;
  animation: left-right 1.5s cubic-bezier(0.49, 0, 0.01, 1);
}
#app .swiper-slide-active .creative-btn--wrap .creative-slide--btn {
  display: inline-flex;
  animation: left-right 2s cubic-bezier(0.49, 0, 0.01, 1);
}
#app .creative-btn--wrap .creative-slide--btn {
  color: #ffffff;
  font-size: 14px;
  padding: 0.6rem 2rem;
  background-color: rgb(26, 92, 255);
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 12px 40px rgba(11, 83, 255, 0.24);
  display: none;
  font-family: "思源黑";
}
@media (max-width: 768px) {
  #app .creative-btn--wrap .creative-slide--btn {
    font-size: 4vw;
    margin-top: 3vw;
    padding: 1.5vw 4vw;
  }
}
#app .creative-btn--wrap .creative-slide--btn:hover {
  opacity: 0.5;
}
#app .creative-btn--wrap .creative-slide--btn .creative-btn--label {
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
#app .creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}
#app .creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}
#app .creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}
#app .creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}
#app .creative-btn--wrap .creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
@media (max-width: 768px) {
  #app .creative-btn--wrap .creative-btn--circle .circle {
    width: 8vw;
    height: 8vw;
  }
}
#app .creative-btn--wrap .creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #ffffff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
#app .creative-btn--wrap .creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
#app .creative-btn--wrap .creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}
@media (max-width: 768px) {
  #app .creative-btn--wrap .creative-btn--circle .circle-icon .icon-arrow {
    width: 4vw;
    height: 4vw;
  }
}
#app .creative-btn--wrap .creative-btn--circle .circle-outline {
  fill: rgba(255, 255, 255, 0);
  width: 10px;
  stroke: #000000;
}

@keyframes left-right {
  from {
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/*# sourceMappingURL=banner.css.map */
