@charset "utf-8";
/*------------------------------------------------
--css   官网首页
--by    市场部 Web Designer&Front end Engineer  Sivan
--date  2025.01.17
--Tips  文件已经过编译，css文件直接被被less文件生成覆盖，详细注释看less文件

--需要提前载入24栅格系统 grid.min.css（已经集合进base.less文件内）
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem
-------------------------------------------------*/
body {
  background-color: var(--color_dark);
}
/*--------------- 首页轮播 index_banner START ---------------- */
.index_banner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 2560px;
  overflow: hidden;
  background-color: var(--color_dark);
}
.index_banner .banner_w {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 10.8rem;
  max-width: 100%;
  max-height: 100%;
  background-color: var(--color_dark);
  box-sizing: border-box;
}
.index_banner .text_img {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 0;
}
.index_banner .banner_w .text_w {
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.2;
}
.index_banner .banner_w .text_w .sub_w {
  max-width: 900px;
  margin: 0 auto;
  padding: 0.32rem 0 0.32rem 0;
  text-align: center;
  font-family: "Mier B Book";
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
}
.index_banner .banner_w .text_w .title_w {
  max-width: 90%;
  padding-bottom: 0.32rem;
  margin: 0 auto;
  text-align: center;
  font-family: "ethnocentricregular";
  font-size: 0.64rem;
  line-height: 1;
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-position-x: 0%;
  background-size: auto;
  background-clip: border-box;
  background-size: 100% 100%;
  background-position-x: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: #ffffff;
}
.index_banner .banner_w .text_w .des_w {
  padding-top: 24px;
  padding-bottom: 48px;
  padding-top: 0.24rem;
  padding-bottom: 0.48rem;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6;
}
.index_banner .banner_w .text_w .tips {
  padding-top: 16px;
  padding-top: 0.16rem;
  font-size: 14px;
  color: var(--color_muted);
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .index_banner .banner_w .text_w .sub_w {
    font-size: 18px;
    max-width: 100%;
  }
  .index_banner .banner_w .text_w .des_w {
    padding-top: 24px;
    padding-bottom: 48px;
    font-size: 28px;
    padding-top: 0.24rem;
    padding-bottom: 0.48rem;
    font-weight: normal;
    font-size: 0.28rem;
    line-height: 1.6;
  }
  .index_banner .banner_w .text_w .tips {
    padding-top: 16px;
    padding-top: 0.16rem;
    font-size: 12px;
    color: var(--color_muted);
  }
  .index_banner .banner_w .text_w .banner_btn {
    min-width: 120px;
    width: auto;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.index_banner .banner_w .bg_w {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0px;
}
.index_banner .banner_w .bg_w picture {
  margin-left: auto;
  margin-right: auto;
}
.index_banner .banner_w .bg_w img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .index_banner {
    width: 100%;
    max-height: auto;
    min-height: none;
    max-height: none;
  }
}
@media screen and (max-width: 3840px) {
  .index_banner .swiper-button-prev {
    left: 2.4rem;
    right: auto;
  }
  .index_banner .swiper-button-next {
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (max-width: 2560px) {
  .index_banner .swiper-button-prev {
    left: 0.8rem;
    right: auto;
  }
  .index_banner .swiper-button-next {
    right: 0.8rem;
    left: auto;
  }
}
@media screen and (max-width: 1920px) {
  .index_banner .swiper-button-prev {
    left: 0.4rem;
    right: auto;
  }
  .index_banner .swiper-button-next {
    right: 0.4rem;
    left: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .index_banner .swiper-button-prev {
    left: 0rem;
    right: auto;
  }
  .index_banner .swiper-button-next {
    right: 0rem;
    left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .index_banner .swiper_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .index_banner .swiper_button {
    display: none;
  }
}
.s_w {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}
.h3_w {
  padding: 0.64rem 0 0.64rem 0;
}
/*--------------- 首页轮播：视频Banner ---------------- */
.banner_video .banner_mask {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 2560px;
  background-color: rgba(3, 10, 23, 0.88);
  background: rgba(3, 10, 23, 0.88) url(../images/index_banner/banner_light.png)
    no-repeat top right / contain;
}
.banner_video .banner_mask::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: url(../images/banner_mask.png) repeat;
}
@keyframes spark_motion {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -41580px;
  }
}
.banner_video .btn_w {
  padding-top: 0.88rem;
}
.banner_video .btn_play {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.banner_video .btn_play:hover {
  opacity: 0.8;
}
.banner_video .btn_play .icon_w {
  font-size: 56px;
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 50%, #00ffed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner_next_page {
  position: absolute;
  left: 50%;
  bottom: 60px;
  width: 28px;
  height: 28px;
  z-index: 30;
  text-align: center;
  margin-left: -14px;
}
@media screen and (max-width: 1200px) {
  .banner_next_page {
    bottom: 32px;
  }
}
.next_page .next_page_item {
  opacity: 0;
  transform-origin: center;
}
/* 定义第一个箭头的动画 */
@keyframes arrowDrop1 {
  0% {
    opacity: 0;
    transform: translateY(-14px) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(12px) scale(0.9);
  }
}
/* 定义第二个箭头的动画 */
@keyframes arrowDrop2 {
  0% {
    opacity: 0;
    transform: translateY(-14px) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(12px) scale(0.9);
  }
}
/* 应用第一个箭头的动画，并设置延迟和循环 */
.next_page_item:nth-child(1) {
  animation: arrowDrop1 2s 0s ease-in-out infinite;
}
/* 应用第二个箭头的动画，并设置延迟和循环 */
.next_page_item:nth-child(2) {
  animation: arrowDrop2 2s 1s ease-in-out infinite;
}
/* 应用第三个箭头的动画，并设置延迟和循环 */
.next_page_item:nth-child(3) {
  animation: arrowDrop1 2s 2s ease-in-out infinite;
}
/* 应用第四个箭头的动画，并设置延迟和循环 */
.next_page_item:nth-child(4) {
  animation: arrowDrop2 2s 3s ease-in-out infinite;
}
/*--------------- 首页轮播 index_banner END ---------------- */
/*--------------- 首页 骨架屏 START ---------------- */
.banner_skeleton {
  position: relative;
  width: 100%;
  max-width: 2560px;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
}
.banner_skeleton .con {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.banner_skeleton .skeleton_text {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.banner_skeleton .skeleton_text .sub_w {
  width: 50%;
  height: 32px;
  background: linear-gradient(
    90deg,
    #f8f9fb 24%,
    rgba(236, 240, 243, 0.2) 40%,
    rgba(224, 231, 236, 0.4) 64%
  );
  -webkit-animation: skeleton 1.6s ease infinite !important;
  animation: skeleton 1.6s ease infinite !important;
  background-size: 400% 100% !important;
}
.banner_skeleton .skeleton_text .title_w {
  width: 80%;
  height: 32px;
  margin-top: 0.32rem;
  background: linear-gradient(
    90deg,
    #f8f9fb 24%,
    rgba(236, 240, 243, 0.2) 40%,
    rgba(224, 231, 236, 0.4) 64%
  );
  -webkit-animation: skeleton 1.6s ease infinite !important;
  animation: skeleton 1.6s ease infinite !important;
  background-size: 400% 100% !important;
}
.banner_skeleton .skeleton_text .des_w {
  width: 20%;
  height: 32px;
  margin-top: 0.32rem;
  background: linear-gradient(
    90deg,
    #f8f9fb 24%,
    rgba(236, 240, 243, 0.2) 40%,
    rgba(224, 231, 236, 0.4) 64%
  );
  -webkit-animation: skeleton 1.6s ease infinite !important;
  animation: skeleton 1.6s ease infinite !important;
  background-size: 400% 100% !important;
}
.banner_skeleton .skeleton_img {
  width: 50%;
  max-width: 6rem;
  height: 3rem;
  margin: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.08rem;
  background: linear-gradient(
    90deg,
    #f8f9fb 24%,
    rgba(236, 240, 243, 0.2) 40%,
    rgba(224, 231, 236, 0.3) 64%
  );
  -webkit-animation: skeleton 1.6s ease infinite !important;
  animation: skeleton 1.6s ease infinite !important;
  background-size: 400% 100% !important;
}
.banner_skeleton .skeleton_prev {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  right: auto;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.44rem;
  z-index: 10;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    #f8f9fb 24%,
    rgba(236, 240, 243, 0.2) 40%,
    rgba(224, 231, 236, 0.4) 64%
  );
  -webkit-animation: skeleton 1.6s ease infinite !important;
  animation: skeleton 1.6s ease infinite !important;
  background-size: 400% 100% !important;
  border-radius: 4px;
}
.banner_skeleton .skeleton_next {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  left: auto;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.44rem;
  z-index: 10;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    #f8f9fb 24%,
    rgba(236, 240, 243, 0.2) 40%,
    rgba(224, 231, 236, 0.4) 64%
  );
  -webkit-animation: skeleton 1.6s ease infinite !important;
  animation: skeleton 1.6s ease infinite !important;
  background-size: 400% 100% !important;
  border-radius: 4px;
}
.banner_skeleton .skeleton_pagination {
  position: absolute;
  text-align: center;
  bottom: 0.32rem;
  left: 0;
  width: 100%;
}
.banner_skeleton .skeleton_pagination span {
  display: inline-block;
  height: 10px;
  width: 30px;
  margin: 0 8px;
  background-color: var(--color_dark);
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #f8f9fb 24%,
    rgba(236, 240, 243, 0.2) 40%,
    rgba(224, 231, 236, 0.4) 64%
  );
  -webkit-animation: skeleton 1.6s ease infinite !important;
  animation: skeleton 1.6s ease infinite !important;
  background-size: 400% 100% !important;
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .banner_skeleton {
    min-height: auto;
    flex-direction: column;
    min-height: 12rem;
    max-height: 12rem;
  }
  .banner_skeleton .con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-direction: column;
  }
  .banner_skeleton .skeleton_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: none;
    margin: 1.6rem auto;
  }
  .banner_skeleton .skeleton_img {
    width: 100%;
    max-width: none;
    flex: none;
    margin: 0 auto 1.6rem auto;
  }
}
.skeleton:empty {
  background: linear-gradient(
    90deg,
    #f8f9fb 25%,
    rgba(236, 240, 243, 0.2) 37%,
    rgba(224, 231, 236, 0.3) 63%
  );
  background-size: auto;
  opacity: 1;
  border-radius: 4px;
  -webkit-animation: skeleton 1.5s ease infinite !important;
  animation: skeleton 1.5s ease infinite !important;
  background-size: 400% 100% !important;
}
@-webkit-keyframes skeleton {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes skeleton {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/*--------------- 首页 骨架屏 END ---------------- */
.cp_w {
  position: relative;
  z-index: 1;
  background: transparent url("../images/glory8/glory8_swiper_bg.png") no-repeat
    center center;
  background-size: cover;
}
.cp_w::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../images/banner_mask.png) repeat,
    url(../images/spark_mask.png) no-repeat center center / cover;
}
/*--------------- 首页 index_glory8 START ---------------- */
.index_glory8 {
  z-index: 1;
  width: 100%;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-height: 9.6rem;
  padding-bottom: 2.4rem;
}
.index_glory8 .img_w img {
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  .index_glory8 .img_w img {
    max-width: 100%;
  }
}
.index_glory8 .swiper_btn_w {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index_glory8 .btn_w {
  margin: 0 auto;
  text-align: center;
}
.index_glory8 .swiper_pagination_w {
  bottom: 0.88rem;
  width: 100%;
}
.index_glory8 .swiper_btn_w .swiper_button:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.index_glory8 .banner_btn {
  min-width: 100px;
  width: auto;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.index_glory8 .banner_btn_r {
  height: 42px;
  line-height: 38px;
  font-size: 12px;
  border: 2px solid var(--color_primary);
  padding: 0 20px 0 20px;
}
.index_glory8 .banner_w .bg_w {
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
  overflow: hidden;
}
.index_glory8 .banner_w .bg_w picture {
  margin-left: auto;
  margin-right: auto;
}
.index_glory8 .banner_w .bg_w img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index_glory8 .swiper_button {
  max-width: 88px;
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .index_banner {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    min-height: none;
    max-height: none;
    min-height: 12rem;
    max-height: 12rem;
  }
}
@media screen and (max-width: 3840px) {
  .index_glory8 .swiper-button-prev {
    left: 2.4rem;
    right: auto;
  }
  .index_glory8 .swiper-button-next {
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (max-width: 2560px) {
  .index_glory8 .swiper-button-prev {
    left: 0.8rem;
    right: auto;
  }
  .index_glory8 .swiper-button-next {
    right: 0.8rem;
    left: auto;
  }
}
@media screen and (max-width: 1920px) {
  .index_glory8 .swiper-button-prev {
    left: 0.32rem;
    right: auto;
  }
  .index_glory8 .swiper-button-next {
    right: 0.32rem;
    left: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .index_glory8 .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .index_banner .swiper-button-next {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .index_glory8 .swiper_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .index_glory8 .swiper_button {
    display: none;
  }
}
.index_glory8 .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 32px;
  background-color: var(--color_primary);
  opacity: 0.16;
  transition: width 0.6s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index_glory8 .swiper-pagination-bullet-active {
  width: 32px;
  height: 4px;
  border-radius: 32px;
  background-color: var(--color_primary);
  -webkit-backdrop-filter: saturate(180%) blur(32px);
  -moz-backdrop-filter: saturate(180%) blur(32px);
  backdrop-filter: saturate(180%) blur(32px);
  opacity: 0.9;
}
/*--------------- 首页 index_glory8 END ---------------- */
/*--------------- 亮点 highlights_ul START ---------------- */
.highlights_ul li:nth-child(1) {
  /*! background: transparent url("../images/highlights_bg_a.svg") no-repeat center center; */
  background-size: contain;
}
.highlights_ul li:nth-child(2) {
  /*! background: transparent url("../images/highlights_bg_b.svg") no-repeat center center; */
  background-size: contain;
}
.highlights_ul li:nth-child(3) {
  /*! background: transparent url("../images/highlights_bg_c.svg") no-repeat center center; */
  background-size: contain;
}
.highlights_w {
  overflow: hidden;
  padding: 2.4rem 0;
}

.highlights_w .tt_h1 {
  text-align: center;
}

.highlights_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.highlights_ul .list_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  min-height: 1.6rem;
  padding: 0.24rem 0.24rem;
}
.highlights_ul li {
  flex: 1;
  margin: 0.16rem;
  padding: 0.16rem;
  min-width: 3.2rem;
  text-align: center;
  /*! background: transparent url("../images/highlights_bg_a.svg") no-repeat center center; */
  background-size: contain;
}
.highlights_ul .list_w .img_w {
  flex: 30%;
}
.highlights_ul .list_w .text_w {
  flex: 80%;
}
.highlights_ul .list_w .text_w h5 {
  font-family: "Mier B Bold";
  font-family: "ethnocentricregular";
  font-size: 0.4rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 50%, #00ffed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.highlights_ul .list_w .text_w h2 {
  font-family: "ethnocentricregular";
  font-size: 0.4rem;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 50%, #00ffed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.highlights_w .tt_w b {
  margin: 0 auto;
  text-align: center;
  font-family: "ethnocentricregular";
  font-size: 0.64rem;
  line-height: 1;
}
.highlights_w .tt_p {
  max-width: 1000px;
  text-align: center;
  font-family: "Mier B Book";
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 auto;
  word-break: keep-all;
  padding-top: 0.32rem;
  color: #fff;
  padding-bottom: 0.32rem;
}
@media screen and (min-width: 0) and (max-width: 1334px) {
  .highlights_w {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 1.6rem 0 2.4rem 0;
  }
}
/*--------------- 亮点 highlights_ul END ---------------- */
/*--------------- 产品 index_enchantmatic_w START ---------------- */
.index_enchantmatic_w:nth-child(even) {
  background: url(../images/glory8/light_bg.png) no-repeat center right;
  background-size: contain;
}
.index_enchantmatic_w {
  padding-top: 0.32rem;
  padding-bottom: 0.64rem;
  background-size: cover;
  background: url(../images/glory8/light_bg_b.png) no-repeat center left;
  background-size: contain;
}
.index_enchantmatic_w .h3_w {
  text-align: center;
}
.index_enchantmatic_w .list_w {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
}
.index_enchantmatic_w .list_w .img_w {
  flex: 1 1 60%;
}
.index_enchantmatic_w .list_w .img_w img {
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
}
.index_enchantmatic_w .list_w .text_w {
  flex: 1 1 40%;
  line-height: 1.8;
  padding-top: 0.24rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.index_enchantmatic_w .list_w .text_w em {
  display: block;
}
.index_enchantmatic_w .list_w .text_w h4 {
  color: var(--color_primary);
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.index_enchantmatic_w .list_w .text_w h6 {
  font-size: 18px;
}
.index_enchantmatic_w .list_w .text_w .info_w {
  line-height: 1.8;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  color: var(--color_muted);
}
.index_enchantmatic_w .list_w .text_w .info_w b {
  font-size: 16px;
  padding-right: 0.16rem;
  font-weight: bold;
  color: var(--color_dark);
}
@media screen and (max-width: 750px) {
  .index_enchantmatic_w .list_w .img_w {
    flex: 1 1 100%;
  }
  .index_enchantmatic_w .list_w .text_w {
    flex: 1 1 100%;
  }
}
.index_enchantmatic_w .swiper-slide-active .list_w {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .highlights_tt .tt_p {
    max-width: 100%;
    font-size: 18px;
    text-align: center;
    padding-top: 0.32rem;
    padding-bottom: 0.88rem;
  }
  .index_enchantmatic_w {
    padding-top: 0.88rem;
    padding-bottom: 0.64rem;
  }
}
/** -- 产品楼层index_enchantmatic_w START-- **/
.cp_w .tt_w b {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: "ethnocentricregular";
  font-size: 0.64rem;
  line-height: 1;
}
.cp_w .tt_p {
  max-width: 1000px;
  text-align: center;
  font-family: "Mier B Book";
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 auto;
  word-break: keep-all;
  padding-top: 0.32rem;
  color: #fff;
  padding-bottom: 0.32rem;
}
.cp_w .btn_w {
  font-family: "Mier B Book";
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 auto;
  word-break: keep-all;
  padding-top: 0.32rem;
  color: #fff;
  padding-bottom: 0.32rem;
}
.glory8_tt {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .cp_w .tt_p {
    max-width: 100%;
    font-size: 18px;
    text-align: center;
    padding-top: 0.32rem;
    padding-bottom: 0.88rem;
  }
}
.index_enchantmatic_w .img_w {
  position: relative;
  z-index: 1;
}
.index_enchantmatic_1 .img_w {
  margin-right: -0.48rem;
}
.index_enchantmatic_2 .img_w {
  margin-left: -0.48rem;
}
.index_enchantmatic_3 .img_w {
  margin-right: -0.48rem;
}
.index_enchantmatic_4 .img_w {
  margin-left: -0.48rem;
}
@media screen and (max-width: 1200px) {
  .index_enchantmatic_w .img_w {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .index_enchantmatic_w .text_w .info_w em {
    display: none;
  }
}
/** -- 产品楼层 END-- **/
/*--------------- 产品 index_enchantmatic_w END ---------------- */
/*--------------- 更多产品 index_news_w START ---------------- */
.more_products_w {
  padding-top: 3.2rem;
  padding-bottom: 2.4rem;
  background: transparent url("../images/more_products_bg.png") no-repeat center
    center;
}

.more_products_w .tt_w .tt_h1 b {
  font-family: "ethnocentricregular";
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
}

.more_products_w .tt_w {
  text-align: center;
}
.more_products_w .tt_w h5 {
  font-family: "Mier B Bold";
  text-transform: uppercase;
  font-weight: 700;
}
.more_products_w .tt_bottom {
  text-align: center;
  padding-top: 0.32rem;
  margin: 0 auto;
  max-width: 50%;
}
/*--------------- 更多产品 index_news_w END ---------------- */

/*--------------- 产品功能 products_capabilities_w START ---------------- */
.products_capabilities_w {
  padding-top: 0rem;
  padding-bottom: 2.4rem;
  background: url(../images/about/about_banner_light.png) no-repeat center top;
  background-size: auto auto;
}

.products_capabilities_w .tt_w .tt_h1 b {
  font-family: "ethnocentricregular";
  display: inline-block;
  margin: 0 auto;
  /*! text-align: center; */
  line-height: 1.2;
}

.products_capabilities_w .tt_w {
  text-align: center;
}

.products_capabilities_w .platforms_w .tt_h6 {
  font-size: 40px;
  padding: 64px 0 32px 0;
  font-family: "Mier B Bold";
  text-transform: uppercase;
  font-weight: 700;
}

.platforms_w{

}

.capabilities_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  padding: 0 0 0.32rem 0;
}
.capabilities_ul .list_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  min-height: 1rem;
  

}
.capabilities_ul li {   
  flex: 1;
  margin: 0.08rem auto;
  padding: 0 0.64rem 0 0;
  min-width: 2.4rem;
  text-align: center;
  background-size: contain;
}
.capabilities_ul .list_w .img_w {
  flex: 30%;
}
.capabilities_ul .list_w .text_w {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.4;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .capabilities_ul .list_w .text_w {
    font-size: 18px; /*! text-align: center; */
  }
}
.capabilities_ul .text_w h5 {
  font-size: 32px;
  padding: 0.56rem 0 0.24rem 0;
  font-family: "ethnocentricregular";
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 50%, #00ffed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 992px) {
  .capabilities_ul .text_w h5 {
    font-size: 24px;
  }
}
.capabilities_ul .text_w p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 0) and (max-width: 1334px) {
  .capabilities_ul li {
    flex: 1 1 100%;
    margin: 0 auto;
    padding: 0.24rem 0.64rem 0 0;
    min-width: auto;
    text-align: left;
    background: transparent;
  }
  .capabilities_ul .list_w {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    min-height: 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .capabilities_ul li {
    flex: 1 1 100%;text-align: center;margin:0 auto;padding: 0.24rem 0 0 0;
  }
  .products_capabilities_w .platforms_w .tt_h6 {
    /*! text-align: center; */
  }
}

.products_capabilities_w .powerful_w .tt_h6 {
  font-size: 40px;
  padding: 64px 0 32px 0;
  font-family: "Mier B Bold";
  text-transform: uppercase;
  font-weight: 700;
}

.powerful_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  padding: 0 0 0.64rem 0;
}
.powerful_ul .list_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  min-height: 0.64rem;
}
.powerful_ul li {
  flex: 1;
  margin: 0.08rem auto;
  padding: 0.24rem 0.64rem 0 0;
  min-width: 50%;
  text-align: center;
  background-size: contain;
}
.powerful_ul .list_w .img_w {
  flex: 30%;
}
.powerful_ul .list_w .text_w {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.4;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .powerful_ul .list_w .text_w {
    font-size: 18px;
  }
}
.powerful_ul .text_w h5 {
  font-size: 32px;
  padding: 0.56rem 0 0.24rem 0;
  font-family: "ethnocentricregular";
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 50%, #00ffed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 992px) {
  .powerful_ul .text_w h5 {
    font-size: 24px;
  }
  .products_capabilities_w .powerful_w .tt_h6 {
    /*! text-align: center; */
  }
}
.powerful_ul .text_w p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 0) and (max-width: 1334px) {
  .powerful_ul li {
    flex: 1 1 100%;
    margin: 0 auto;
    padding: 0.24rem 0.64rem 0 0;
    min-width: auto;
    text-align: left;
    background: transparent;
  }
  .powerful_ul .list_w {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    min-height: 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .powerful_ul li {
    flex: 1 1 100%;   padding: 0.24rem 0 0 0;text-align: center;
  }
}
/*--------------- 产品功能 products_capabilities_w END ---------------- */

/*--------------- 动态 index_news_w START ---------------- */
.index_news_w {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}
.index_news_w .news_swiper_button {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  color: var(--color_white);
  padding: 0.16rem 0.32rem;
}
.index_news_w .news_swiper_button .icon_w {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 0.36rem;
  cursor: pointer;
}
.index_news_w .news_swiper_button:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .index_news_w .news_swiper_button {
    display: none;
  }
}
.index_news_w .news_hot {
  overfllow: hidden;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
}
.index_news_w .news_hot .list_w {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.index_news_w .news_hot .list_w::after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 24%;
  background: #f8f9fb;
  background: -webkit-linear-gradient(
    to bottom,
    rgba(6, 6, 8, 0),
    rgba(6, 6, 8, 0.32)
  );
  background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.32));
}
.index_news_w .news_hot .text_w {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: var(--color_white);
  padding: 0.24rem;
}
.index_news_w .news_hot .text_w b {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_news_w .news_hot .icon_hot {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.24rem;
  font-size: 0.44rem;
  color: #f1676f;
}
.index_news_w .news_list {
  padding: 0.24rem;
}
@media screen and (max-width: 992px) {
  .index_news_w .news_list {
    padding: 0.24rem;
    background-color: var(--ec_bg_light);
    border-radius: 0.08rem 0.08rem 0.16rem 0.16rem;
  }
}
.index_news_w .news_list .h3_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.16rem 0 0.32rem 0;
  font-size: 0.32rem;
}
.index_news_w .news_list .h3_w .readmore_a {
  min-width: 1rem;
  height: 32px;
  line-height: 32px;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: var(--color_primary);
  background-color: #e9f2ef;
  -webkit-border-radius: 0.32rem;
  -moz-border-radius: 0.32rem;
  border-radius: 0.32rem;
}
.index_news_w .news_list .h3_w .readmore_a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.index_news_w .news_list .news_item {
  padding-bottom: 0.48rem;
}
@media screen and (max-width: 1200px) {
  .index_news_w .news_list .news_item {
    padding-top: 0.32rem;
    padding-bottom: 0.64rem;
  }
}
.index_news_w .news_list .news_item .titie_w {
  font-size: 18px;
}
.index_news_w .news_list .news_item .text_w {
  font-size: 14px;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
  line-height: 1.8;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1200px) {
  .index_news_w .news_list .news_item .text_w {
    font-size: 14px;
    margin-top: 0.32rem;
    margin-bottom: 0.32rem;
    line-height: 2;
  }
}
.index_news_w .news_list .news_item .info_w {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: var(--color_muted);
}
.index_news_w .news_list .news_item .info_w span {
  padding-right: 0.24rem;
}
/*--------------- 动态 index_news_w END ---------------- */
