@charset "UTF-8";
.fanlight2Container {
  font-size: 1.2rem;
  color: #000;
  background-color: #fff;
  font-family: "FZLTZHUNHJW", Helvetica, Arial, sans-serif;
}

.fanlight2Container .attached-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s;
  transform-origin: top;
  opacity: 0;
  transform: scaleY(0);
  z-index: 1000;
}

.fanlight2Container .attached-nav.on {
  opacity: 1;
  transform: scaleY(1);
}

.fanlight2Container .attached-nav .nav-content {
  padding: 0 4.2%;
  height: 52px;
  height: var(--attachedNavHeight, 52px);
  color: #000;
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transition: background-color, backdrop-filter, -webkit-backdrop-filter 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.fanlight2Container .attached-nav .nav-content .product-name {
  font-size: 21px;
  line-height: 52px;
  line-height: var(--attachedNavHeight, 52px);
  opacity: 0.88;
  margin: 0;
}

.fanlight2Container .attached-nav .nav-content .fr {
  font-size: 12px;
  height: 52px;
  height: var(--attachedNavHeight, 52px);
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "FZLTXHJW";
}

.fanlight2Container .attached-nav .nav-content .fr a {
  margin-left: 24px;
  cursor: pointer;
}

.fanlight2Container .attached-nav .nav-content .fr .menu-wrap {
  float: left;
}

.fanlight2Container .attached-nav .nav-content .fr .menu-wrap li {
  display: inline-block;
  opacity: 0.88;
}

.fanlight2Container .attached-nav .nav-content .fr .menu-wrap li:hover {
  color: #64c2fc;
}

.fanlight2Container .attached-nav .nav-content .fr .btn-appointment,
.fanlight2Container .attached-nav .nav-content .fr .btn-nav {
  display: inline-block;
  color: #fff;
  padding: 0 11px;
  line-height: 2em;
  border-radius: 1.5em;
}

.fanlight2Container .container-fluid::before, .fanlight2Container .container-fluid::after,
.fanlight2Container .container::before,
.fanlight2Container .container::after {
  display: none;
}

.fanlight2Container .part-sticky {
  height: 100vh;
}

.fanlight2Container .part-sticky .container-fluid,
.fanlight2Container .part-sticky .container {
  padding-top: 52px;
  padding-top: var(--attachedNavHeight, 52px);
  height: 100%;
}

.part {
  position: relative;
  overflow: hidden;
}

.part .font-yellow {
  color: #ffb85c;
}

.part .font-blue {
  color: #1fc4ff;
}

.part .center {
  text-align: center;
}

.part p {
  margin: 0;
}

.part h2 {
  line-height: 1;
  margin: 0;
}

.part sup {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0;
}

.part .container,
.part .container-fluid .part-title {
  padding: 0 12.5rem;
}

.part h3.title {
  font-size: 4.25rem;
  line-height: 5.5rem;
  margin: 0;
}

.part h3.title sup {
  vertical-align: 2.3rem;
}

.part .subtitle {
  font-size: 3.25rem;
  line-height: 4.25rem;
  margin-bottom: 3rem;
}

.part .desc-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}

.part .desc {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: "FZLTXHJW";
}

.part .part-title h3 {
  font-size: 8rem;
  line-height: 9rem;
  margin: 0;
}

.part .part-pic .pic-box .pic {
  border-radius: 0.8rem;
  overflow: hidden;
}

.part .part-pic .desc {
  text-align: center;
  margin-top: 1rem;
}

.part .part-content .desc {
  margin-top: 2rem;
}

.part .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}

.part .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part .gsapStickyAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
  transform: translateY(50px);
  opacity: 0;
}

.part .gsapStickyAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part .swiper-pagination {
  font-size: 0;
  left: 0;
  width: 100%;
}

.part .swiper-pagination .swiper-pagination-bullet {
  width: 0.65rem;
  height: 0.2rem;
  margin: 0 0.2rem;
  border-radius: 0.1rem;
}

.part .swiper-pagination .swiper-pagination-bullet-active {
  background: #1fc4ff;
  width: 2rem;
  transition: width 0.3s;
}

.part .tips {
  font-size: 0.7rem;
  color: #666;
  text-align: center;
}

.part .part-bg {
  line-height: 0;
}

.part .part-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.part0 {
  height: 100vh;
  text-align: center;
}

.part0 .container-fluid {
  height: 100%;
}

.part0 .part-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.part0 .product-name {
  font-size: 3rem;
  font-family: "FZLTXHJW";
  opacity: 0;
}

.part0 .slogan {
  position: relative;
  opacity: 0;
}

.part0 .slogan h2 {
  font-size: 6.2rem;
  letter-spacing: 0.2em;
}

.part0 .img-play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  margin-top: -2.5rem;
  z-index: 2;
  cursor: pointer;
}

.part0 .product-left {
  position: absolute;
  top: 4rem;
  left: -12.8%;
  width: 48%;
  opacity: 0;
  transform: scale(0.5);
}

.part0 .product-right {
  position: absolute;
  bottom: 2rem;
  right: -12.3%;
  width: 35%;
  opacity: 0;
  transform: scale(0.5);
}

.part1 {
  color: #fff;
  background: url(/assets/imgs/activity/fanlight2/part1/bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.part1 .part-pic {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.part1 .part-content {
  position: absolute;
  left: 52%;
  top: 0;
  width: 40%;
  height: 100%;
  padding-top: var(--attachedNavHeight, 52px);
}

.part1 .part-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc((100vh - 52px) / 6 - 4rem + 52px);
  margin: 0 auto;
  background: linear-gradient(to bottom, #001834, rgba(0, 24, 52, 0));
  z-index: 1;
}

.part1 .part-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc((100vh - 52px) / 6 - 4rem);
  margin: 0 auto;
  background: linear-gradient(to top, #001834, rgba(0, 24, 52, 0));
}

.part1 .part-content .lightpoints {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.part1 .part-content li {
  font-size: 2.5rem;
  text-align: center;
  height: calc((100vh - 52px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.part1 .part-content li sup {
  font-size: 1.4rem;
  margin-left: 0.4rem;
}

.part1 .part-content .point-icon {
  width: 5.35rem;
}

.part2 {
  color: #fff;
  background: url(/assets/imgs/activity/fanlight2/part2/bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.part3 {
  text-align: center;
  background-color: #f6f6f6;
  padding-top: var(--attachedNavHeight, 52px);
  padding-bottom: 12.4vh;
}

.part3 .swiper-slide {
  padding: 0 1.25rem;
}

.part3 .part-content {
  width: 100vw;
  margin-left: -23.5rem;
  opacity: 0;
  min-height: 9.3rem;
}

.part3 .swiper-pagination {
  bottom: 6vh;
}

.part3 .part-pic {
  margin-top: 2rem;
}

.part3 .part-pic img {
  border-radius: 1.2rem;
}

.part3 .swiper-slide-active .part-content {
  opacity: 1;
  transition: opacity 1s;
}

.part3 .swiper-button {
  position: absolute;
  top: 24.5rem;
  font-size: 3.25rem;
  cursor: pointer;
  z-index: 2;
  color: #333;
  opacity: 0.25;
  transition: all 0.3s;
}

.part3 .swiper-button.iconleft {
  left: 6.5rem;
}

.part3 .swiper-button.iconright {
  right: 6.5rem;
}

.part3 .swiper-button:hover {
  opacity: 1;
}

.part3 .swiper-button.swiper-button-disabled {
  opacity: 0 !important;
}

.part4 {
  color: #fff;
  line-height: 0;
}

.part4 .part-content {
  position: absolute;
  bottom: 8.2rem;
  right: 12.5rem;
}

.part5 {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.part5 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part5 .part-pic {
  position: relative;
  padding-right: 11rem;
}

.part5 .produtc-pics {
  width: 23rem;
}

.part5 .produtc-pics .pic2 {
  transform: translateY(-6.5rem);
}

.part5 .produtc-pics .pic3 {
  transform: translateY(-11.5rem);
}

.part5 .produtc-pics .pic4 {
  transform: translateY(-16rem);
}

.part5 .produtc-pics .pic5 {
  transform: translateY(-19.8rem);
}

.part5 .produtc-pics .pic6 {
  transform: translateY(-23rem);
}

.part5 .produtc-pics .pic7 {
  transform: translateY(-27rem);
}

.part5 .points {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  width: 45%;
}

.part5 .points li {
  position: relative;
  opacity: 0;
}

.part5 .points li .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.part5 .points li .line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #000;
}

.part5 .points .point1 {
  margin-top: 14.5rem;
}

.part5 .points .point2 {
  margin-top: 3.2rem;
}

.part5 .points .point3 {
  margin-top: 3rem;
}

.part5 .points .point4 {
  margin-top: 3.4rem;
}

.part5 .points .point5 {
  margin-top: 2.3rem;
}

.part5 .points .point6 {
  margin-top: 2rem;
}

.part6 {
  background-color: #f8f9fa;
  padding-top: 11.8rem;
  padding-bottom: 3.8rem;
}

.part6 .part-pic {
  position: relative;
  width: 36.4%;
}

.part6 .part-pic .details-pic {
  position: absolute;
  top: -7.5rem;
  right: -3.3rem;
  width: 67.1%;
}

.part7 {
  color: #fff;
  text-align: center;
}

.part7 .part-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

.part8 {
  text-align: center;
  background: url(/assets/imgs/activity/fanlight2/part8/bg.jpg) no-repeat;
  background-size: cover;
}

.part8 .part-pic {
  margin-top: 4rem;
}

.part8 .swiper-slide {
  padding: 0 1.25rem;
}

.part8 .swiper-slide .pic-box {
  background-color: #f0f0f0;
  border-radius: 1.2rem;
  opacity: 0.4;
  transition: all 1s;
  height: calc(100vh - 26rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.part8 .swiper-slide .pic-box img {
  height: 73%;
  object-fit: contain;
  opacity: 0.7;
  transition: all 1s;
}

.part8 .swiper-slide-active .pic-box {
  background-color: #fff;
  opacity: 1;
}

.part8 .swiper-slide-active .pic-box img {
  opacity: 1;
}

.part8 .swiper-pagination {
  bottom: 3rem;
}

.part9 .part-content {
  position: absolute;
  bottom: 12.5rem;
  right: 12.5rem;
}

.part9 .part-pic {
  position: absolute;
  left: 0;
  bottom: -28rem;
  width: 31%;
}

.part10 {
  text-align: center;
}

.part10 .part-container {
  padding-top: 4rem;
}

.part10 .part-content .desc {
  margin-top: 3rem;
}

.part10 .part-pic {
  position: relative;
  width: 39%;
  background-color: rgba(255, 255, 255, 0.58);
  border-radius: 1.2rem;
  margin-top: 4rem;
  margin-left: 48%;
  padding: 2.9rem 2.9rem 7.7rem 2.2rem;
}

.part10 .graphic-data {
  position: absolute;
  left: 5.3rem;
  right: 2rem;
  bottom: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: 'FZLTXHJW';
}

.part10 .graphic-item {
  flex: 1;
}

.part10 .graphic-item .column {
  width: 1.5rem;
  height: 0;
  background-color: #999;
  border-radius: 0.75rem 0.75rem 0 0;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.part10 .graphic-item .column1 {
  height: 2.4rem;
}

.part10 .graphic-item .column2 {
  height: 5.5rem;
}

.part10 .graphic-item .column3 {
  height: 10.55rem;
}

.part10 .graphic-item.on {
  color: #1fc4ff;
}

.part10 .graphic-item.on .column,
.part10 .graphic-item.on .graphic-tag {
  background-color: #1fc4ff;
}

.part10 .graphic-tag {
  font-size: 0.9rem;
  line-height: 1.3rem;
  border-radius: 0.65rem;
  width: 5rem;
  background-color: #999;
  color: #fff;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.part10 .tips {
  margin-top: 6.7rem;
}

.part11 {
  background-color: #051940;
  color: #fff;
}

.part12 {
  padding-top: 11rem;
  padding-bottom: 13rem;
}

.part12 .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part12 .part-content {
  margin-left: 12.5rem;
}

.part12 .part-content .temp-box {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.part12 .part-content .temp-box > div {
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.part12 .part-content .temp-box .temp {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
}

.part12 .part-content .temp-box .low {
  background: linear-gradient(to right, #00a8ff, #6bd3fe);
}

.part12 .part-content .temp-box .medium {
  background: linear-gradient(to right, #28d797, #86ecb8);
}

.part12 .part-content .temp-box .high {
  background: linear-gradient(to right, #fcb84d, #feda6b);
}

.part12 .part-pic {
  width: 45.78%;
  margin-right: 4.6%;
}

.part13 .part-pic {
  position: relative;
}

.part13 .part-pic .voice-item {
  position: absolute;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 0 1.5em;
  border-radius: 1.5rem 1.5rem 1.5rem 0;
  background: linear-gradient(to left, #bfeaff 0%, #e1f3fd 95%);
}

.part13 .part-pic .voice1 {
  top: 24%;
  left: 33.3%;
}

.part13 .part-pic .voice2 {
  top: 51.7%;
  left: 38%;
}

.part13 .part-pic .voice3 {
  top: 82%;
  left: 32%;
}

.part13 .part-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 66%;
}

.part-config {
  padding: 5rem 0;
}

.part-config .config-container {
  position: relative;
}

.part-config .swiper-button {
  font-size: 2.2rem;
  color: #333;
  opacity: 0.15;
  position: absolute;
  top: 15.8rem;
}

.part-config .swiper-button:hover {
  opacity: 1;
}

.part-config .swiper-button.swiper-button-disabled {
  opacity: 0.15 !important;
}

.part-config .swiper-button.iconleft {
  left: -7rem;
}

.part-config .swiper-button.iconright {
  right: -7rem;
}

.part-config .product-pic {
  width: 40.7rem;
  margin: 0 auto;
}

.part-config .config-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.part-config .config-list li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  border-bottom: 1px solid #e2e2e2;
  padding: 1.1rem 0 0.65rem;
}

.part-config .config-list .config-name {
  color: #1fc4ff;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.part-config .config-list .config-value {
  font-size: 1.8rem;
  word-break: keep-all;
}

.part-config .product-tabs {
  text-align: center;
  margin-top: 2.6rem;
  margin-bottom: 4.2rem;
}

.part-config .product-tabs .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #999;
  opacity: 1 !important;
  margin: 0 2.5rem !important;
  position: relative;
}

.part-config .product-tabs .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.5rem;
  height: 0.3rem;
  border-radius: 0.15rem;
}

.part-config .product-tabs .swiper-pagination-bullet-active {
  color: #1fc4ff;
  font-size: 2.1rem;
}

.part-config .product-tabs .swiper-pagination-bullet-active::after {
  background-color: #1fc4ff;
}

/*视频弹窗*/
.pop-kv-video .pop-kv-video-box {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.pop-kv-video .pop-kv-video-box .pop-full {
  width: 68%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-kv-video .pop-kv-video-box .pop-full .pop-content-kv-video {
  position: relative;
}

.pop-kv-video .pop-kv-video-box .pop-full .pop-content-kv-video #VideoWrap {
  background: #000;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}

.pop-kv-video .pop-kv-video-box .pop-full .close-btn {
  position: absolute;
  top: -1rem;
  right: 0rem;
  color: #626262;
  cursor: pointer;
  z-index: 10;
}

.ie9 .part .gsapFadeIn,
.ie9 .part .gsapAnimate {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.ie9 .part-sticky {
  height: 100% !important;
}

@media (min-width: 768px) {
  .fanlight2Container .part-sticky[data-sticky="mob"] {
    height: auto;
  }
  .fanlight2Container .part-sticky[data-sticky="mob"] .container-fluid,
  .fanlight2Container .part-sticky[data-sticky="mob"] .container {
    padding-top: 0;
  }
  .part2 .part-content {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    opacity: 0;
  }
  .part2 .part-pic {
    width: 64.5%;
    margin: 0 auto;
    margin-top: calc(50vh - 26px - 15.5rem);
    position: relative;
    z-index: 2;
  }
  .part4 .part-content .title {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .part4 .part-content .desc {
    font-size: 1rem;
    line-height: 1.5;
  }
  .part6 .part-content {
    position: absolute;
    right: 12.5rem;
    top: 15rem;
  }
  .part11 .container-fluid {
    display: flex;
    justify-content: space-between;
  }
  .part11 .part-pic {
    width: 46.67%;
    margin-top: -12.5rem;
  }
  .part11 .part-pic img {
    object-fit: cover;
    height: 100%;
  }
  .part11 .part-content {
    margin-left: 12.5rem;
    position: relative;
    height: 100%;
  }
  .part11 .product-pic {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 4.5rem;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 11rem;
  }
  .part11 .product-pic img {
    width: 13.8rem;
    margin-bottom: 1.5rem;
  }
  .part-config .config-list li:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

/* pad 端*/
