@charset "utf-8";
/*------------------------------------------------
--css   Glory8 产品页
--by    市场部 Web Designer&Front end Engineer  Sivan
--date  2025.01.18
--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);
}
/*--------------- 轮播 glory_banner START ---------------- */
.glory8_banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 25.6rem;
  min-height: 16rem;
  margin: auto;
  position: relative;
  left: 0;
  right: 0;
  top: -64px;
  background: var(--color_dark) url(../images/glory8/banner_bg.jpg) no-repeat
    top center;
  background-size: cover;
}
.glory8_banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: url(../images/banner_mask.png) repeat;
}
.glory8_banner .banner_text {
  position: relative;
  z-index: 3;
  max-width: 98%;
  text-align: center;
  padding: 2rem 0;
  margin: 0 auto;
}
.glory8_banner .banner_text h1 {
  font-family: "ethnocentricregular";
  font-size: 120px;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0;
  word-break: keep-all;
  margin: 0 auto;
  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;
}
.glory8_banner .banner_text h5 {
  font-family: "ethnocentricregular";
  font-size: 40px;
  font-size: 0.4rem;
  padding: 0;
  line-height: 1.2;
  word-break: keep-all;
  margin: 0 auto;
  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;
}
.glory8_banner .banner_text .img_text {
  padding-top: 0.4rem;
  max-width: 80%;
}
.glory8_banner .banner_text .des_w {
  font-weight: normal;
  font-size: 22px;
  font-size: 0.24rem;
  line-height: 1.6;
  word-break: keep-all;
  letter-spacing: 0.08rem;
}
.glory8_banner .banner_text li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  padding-left: 40px;
  padding-bottom: 0.16rem;
}
.glory8_banner .banner_text li p {
  display: inline-block;
}
.glory8_banner .banner_btn {
  font-size: 22px;
  display: block;
  width: 160px;
  height: 56px;
  line-height: 52px;
  text-align: center;
  margin: 0.32rem 0;
  color: #000;
  border: 2px #000 solid;
  border-radius: 32px;
}
.glory8_banner .banner_btn:hover {
  color: #52c018;
  border: #52c018 2px solid;
}
.glory8_banner .banner_img {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .glory8_banner {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    top: -64px;
    min-height: 14rem;
  }
  .glory8_banner .banner_text h1 {
    font-size: 88px;
    font-size: 0.88rem;
    line-height: 1.2;
  }
  .glory8_banner .banner_text li {
    font-size: 22px;
    padding-left: 24px;
  }
  .glory8_banner .banner_btn {
    margin: 0.24rem auto;
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .glory8_banner .banner_img {
    margin: 0.16rem auto 0.16rem auto;
    text-align: center;
  }
}
/*--------------- 轮播 glory_banner END ---------------- */
/*--------------- 产品 glory8_w START ---------------- */
.glory8_w:nth-child(even) {
  background: url(../images/glory8/light_bg.png) no-repeat center right;
  background-size: contain;
}
.glory8_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;
}
.glory8_w .h3_w {
  text-align: center;
}
.glory8_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;
}
.glory8_w .list_w .img_w {
  flex: 1 1 60%;
}
.glory8_w .list_w .img_w img {
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
}
.glory8_w .list_w .text_w {
  flex: 1 1 40%;
  line-height: 1.6;
  padding-top: 0.24rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.glory8_w .list_w .text_w em {
  display: block;
}
.glory8_w .list_w .text_w h4 {
  color: var(--color_primary);
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.glory8_w .list_w .text_w h6 {
  font-size: 22px;
}
.glory8_w .list_w .text_w .info_w {
  line-height: 1.6;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  color: var(--color_muted);
}
.glory8_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) {
  .glory8_w .list_w .img_w {
    flex: 1 1 100%;
  }
  .glory8_w .list_w .text_w {
    flex: 1 1 100%;
  }
}
.glory8_w .swiper-slide-active .list_w {
  opacity: 1;
}
/*--------------- 核心属性 about_glory8 START ---------------- */
.about_glory8 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  padding: 1.6rem 0 1.6rem 0;
}
.about_glory8 .tt_w {
  padding: 0.32rem 0 0.16rem 0;
  text-align: left;
  line-height: 1.2;
}
.about_glory8 .tt_name {
  font-weight: bold;
  font-size: 0.64rem;
  font-family: "ethnocentricregular";
  padding: 0;
  display: inline-block;
  line-height: 1;
  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;
}
.about_glory8 .tt_tips {
  max-width: 7rem;
  font-size: 0.32rem;
  font-weight: bold;
  padding: 8px 0;
  line-height: 1;
  font-family: "ethnocentricregular";
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 50%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1200px) {
  .about_glory8 {
    padding: 0.64rem 0 1.6rem 0;
  }
  .about_glory8 .tt_w {
    text-align: left;
  }
}
.about_glory8 .tt_p {
  max-width: 45%;
  font-size: 22px;
  line-height: 1.6;
  text-align: left;
  padding: 0.32rem 0 0.16rem 0;
}
@media screen and (max-width: 1200px) {
  .about_glory8 .tt_p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    padding: 0.32rem 0 0.16rem 0;
  }
  .about_glory8 .tt_w {
    text-align: left;
  }
}
/*--------------- 核心属性 values_w START ---------------- */
.values_w {
  padding: 1.6rem 0 0rem 0;
  overflow: hidden;
}
.values_tt .tt_w {
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .values_w {
    padding: 0.64rem 0 0rem 0;
  }
  .values_tt .tt_w {
    text-align: left;
  }
}
.values_tt .tt_w h1 {
  font-family: "ethnocentricregular";
  display: inline-block;
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0.32rem 0 0.32rem 0;
}
.values_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.values_ul .list_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  min-height: 3.2rem;
}
.values_ul li {
  flex: 1;
  margin: 0.08rem;
  padding: 0.24rem 0.24rem;
  min-width: 3.2rem;
  text-align: center;
  /* background: transparent url("../images/glory8/values_bg.svg") no-repeat center center;
  background-size: contain; */
}
.values_ul .list_w .img_w {
  flex: 30%;
}
.values_ul .list_w .text_w {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .values_ul .list_w .text_w {
    font-size: 18px;
  }
}
.values_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) {
  .values_ul .text_w h5 {
    font-size: 24px;
  }
}
.values_ul .text_w p {
  max-height: 120px;
  /* 设置 p 元素的最大高度，可以根据需要调整 */
  overflow: hidden;
  /* 隐藏超出部分的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 限制显示的行数为 5 行，可根据需要调整 */
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 0) and (max-width: 1334px) {
  .values_tt .tt_w,
  .values_tt .tt_h1 {
    text-align: left;
    padding: 0;
  }
  .values_ul li {
    flex: 1 1 100%;
    margin: 0 auto;
    padding: 0.24rem 0.64rem 0 0;
    min-width: auto;
    text-align: left;
    background: transparent;
  }
  .values_ul .list_w {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    min-height: 2.4rem;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .values_ul li {
    flex: 1 1 100%;
  }
}
/*--------------- 亮点 values_ul END ---------------- */
/** -- 产品楼层glory8_w START-- **/
.glory8_cp {
  padding: 1.6rem 0 0rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .glory8_cp {
    padding: 0.64rem 0 0rem 0;
    overflow: hidden;
  }
}
.glory8_tt .tt_w {
  text-align: center;
  line-height: 1.2;
  padding: 0.32rem 0 0 0;
}
@media screen and (max-width: 1200px) {
  .glory8_tt .tt_w {
    text-align: left;
  }
}
.glory8_tt .tt_w h1 {
  font-family: "ethnocentricregular";
  display: inline-block;
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0.64rem 0 0.32rem 0;
}
.glory8_1 .img_w {
  margin-right: -0.48rem;
}
.glory8_2 .img_w {
  margin-left: -0.48rem;
}
.glory8_3 .img_w {
  margin-right: -0.48rem;
}
.glory8_4 .img_w {
  margin-left: -0.48rem;
}
@media screen and (max-width: 1200px) {
  .glory8_w .img_w {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .glory8_w .text_w .info_w em {
    display: none;
  }
}
/** -- 产品楼层 END-- **/
/*--------------- 产品 glory8_w END ---------------- */
/*--------------- 产品 glory8_w START ---------------- */
.glory8_w:nth-child(even) {
  background: url(../images/glory8/light_bg.png) no-repeat center right;
  background-size: contain;
}
.glory8_w {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
  background-size: cover;
  background: url(../images/glory8/light_bg_b.png) no-repeat center left;
  background-size: contain;
}
.glory8_w .h3_w {
  text-align: center;
}
.glory8_w .info_w {
  line-height: 1.6;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.glory8_w .info_w em {
  color: var(--color_primary);
}
.glory8_w .info_w b {
  color: var(--color_primary);
}

.glory8_w .info_w p {
  padding-bottom: 0.32rem;
}

@media screen and (max-width: 1200px) {
  .glory8_w .info_w p {
    padding-bottom: 0.64rem;
  }
}

.glory8_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;
}
.glory8_w .list_w .img_w {
  flex: 1 1 60%;
}
.glory8_w .list_w .img_w img {
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
}
.glory8_w .list_w .text_w {
  flex: 1 1 40%;
  line-height: 1.6;
  padding-top: 0.24rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.glory8_w .list_w .text_w em {
  display: block;
}
.glory8_w .list_w .text_w h4 {
  color: var(--color_primary);
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.glory8_w .list_w .text_w h6 {
  font-size: 22px;
}
.glory8_w .list_w .text_w .info_w {
  line-height: 1.6;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  color: var(--color_muted);
}
.glory8_w .list_w .text_w .info_w b {
  font-size: 16px;
  padding-right: 0.16rem;
  font-weight: bold;
  color: var(--color_dark);
}
.glory8_w .list_w .text_w .info_w p {
  padding-bottom: 0.24rem;
}
@media screen and (max-width: 750px) {
  .glory8_w .list_w .img_w {
    flex: 1 1 100%;
  }
  .glory8_w .list_w .text_w {
    flex: 1 1 100%;
  }
}
.glory8_w .swiper-slide-active .list_w {
  opacity: 1;
}
/** -- 产品楼层 glory8_w START-- **/
.structure_cp {
  padding: 0.88rem 0 0rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .structure_cp {
    padding: 0.64rem 0 0rem 0;
    overflow: hidden;
  }
}
.structure_tt .tt_w {
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .structure_tt .tt_w {
    text-align: left;
  }
}
.structure_tt .tt_w h1 {
  font-family: "ethnocentricregular";
  display: inline-block;
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0.64rem 0 0.32rem 0;
}
.structure_w .text_w {
  width: 45%;
}
.structure_w .info_w {
  line-height: 1.6;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.structure_w .info_w em {
  color: var(--color_primary);
}
.structure_w .info_w b {
  color: var(--color_primary);
}
.structure_w .info_w p {
  padding-bottom: 0.24rem;
}
.structure_w .text_w .info_w p {
  padding-bottom: 0.32rem;
}

@media screen and (max-width: 1200px) {
  .structure_w .text_w .info_w p {
    padding-bottom: 0.64rem;
  }
}
.structure_1 .img_w {
  margin-right: -0.48rem;
}
.structure_2 .img_w {
  margin-left: -0.48rem;
}
.structure_3 .img_w {
  margin-right: -0.48rem;
}
.structure_4 .img_w {
  margin-left: -0.48rem;
}
@media screen and (max-width: 1200px) {
  .structure_w .img_w {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
/*--------------- 产品结构 structure_w START ---------------- */
.structure_w {
  padding: 0.8rem 0;
  overflow: hidden;
}
.structure_4 {
  padding: 0.8rem 0 1.6rem 0;
  overflow: hidden;
}
.structure_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.structure_ul .list_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  min-height: 3.2rem;
}
.structure_ul li {
  flex: 1;
  margin: 0 auto;
  padding: 0.24rem 0.32rem;
  min-width: 3.2rem;
  text-align: center;
  background-size: contain;
}
.structure_ul .list_w .img_w {
  flex: 30%;
}
.structure_ul .list_w .text_w {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
  font-size: 22px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .structure_ul .list_w .text_w {
    font-size: 18px;
  }
}
.structure_ul .text_w h5 {
  font-size: 0.4rem;
  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 (min-width: 0) and (max-width: 1334px) {
  .structure_ul li {
    flex: 1 1 50%;
    margin: 0 auto;
    padding: 0.24rem 0.64rem 0 0;
    min-width: auto;
    text-align: left;
    background: transparent;
  }
  .structure_ul .list_w {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    min-height: 2.4rem;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .structure_ul li {
    flex: 1 1 100%;
  }
}
/** -- 产品结构 structure_w END-- **/
/*--------------- 产品 structure_w END ---------------- */
.system_w {
  padding: 0.64rem 0;
  overflow: hidden;
}
.system_w .tt_w {
  padding: 0.32rem 0;
  text-align: left;
  line-height: 1.2;
}
.system_w .tt_h1 {
  font-family: "ethnocentricregular";
  padding: 0.4rem 0 0.4rem 0;
}
.system_w .tt_h4 {
  font-family: "ethnocentricregular";
  padding: 0.4rem 0 0.4rem 0;
}
.system_w .tt_h6 {
  display: inline-block;
  font-size: 0.32rem;
  color: var(--color_primary);
  line-height: 1;
  padding: 0.56rem 00 0;
  font-family: "ethnocentricregular";
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1200px) {
  .system_w .tt_h1 {
    padding: 0.4rem 0 0.4rem 0;
  }
  .system_w .tt_w b {
    text-align: left;
  }
  .system_w .tt_h1 br {
    display: none;
  }
}
.system_w.tt_p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 0.64rem;
}
.system_w .tt_w b {
  font-family: "ethnocentricregular";
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  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;
}
/*--------------- 软件系统 software_w START ---------------- */
.software_w {
  min-height: 8rem;
  overflow: hidden;
}
.software_w .system_tt {
  padding-top: 0.64rem;
  width: auto;
  max-width: 6.8rem;
  text-align: left;
  line-height: 1.6;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .software_w .system_t {
    font-size: 18px;
  }
}
.software_w .tt_p p {
  font-size: 16px;
  padding-top: 0.16rem;
}
.software_w .h3_w {
  text-align: center;
}
.software_w .text_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.software_w .text_img .img_w {
  flex: 1 1 60%;
}
.software_w .text_img .img_w img {
  max-width: 10rem;
}
.software_w .text_img .text_w {
  flex: 1 1 40%;
  line-height: 1.6;
  padding-top: 0.24rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.software_w .text_img .text_w em {
  display: block;
}
.software_w .text_img .text_w h1 {
  font-family: "ethnocentricregular";
  display: inline-block;
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.software_w .text_img .text_w h4 {
  font-family: "ethnocentricregular";
  display: inline-block;
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.software_w .text_img .text_w h6 {
  font-size: 24px;
  padding: 0.16rem 0 0.16rem 0;
}
.software_w .text_img .text_w .info_w {
  line-height: 1.6;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  color: var(--color_muted);
}
.software_w .text_img .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) {
  .software_w .img_w {
    flex: 1 1 100%;
  }
  .software_w .text_w {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 1920px) {
  .software_w .text_img .img_w img {
    max-width: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .software_w .text_img {
    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;
  }
  .software_w .text_img .img_w {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .software_w .text_img .text_w {
    flex: 1 1 100%;
    max-width: 100%;
    line-height: 1.6;
    padding-top: 0.24rem;
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }
  .software_w .text_img .img_w img {
    max-width: 100%;
    padding: 0.64rem 0;
  }
  .software_w .text_w .info_w em {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .software_w {
    min-height: auto;
    background: #1f2a3e url("../images/glory8/system_bg_m.png") no-repeat center
      center;
  }
  .software_w .system_tt {
    padding-top: 0rem;
    width: auto;
    max-width: auto;
  }
}
/*--------------- 功能模块 modules_w START ---------------- */
.modules_w {
  padding: 0.64rem 0;
  overflow: hidden;
}
.modules_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.modules_ul .list_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  min-height: 3.2rem;
  padding-bottom: 0.64rem;
}
.modules_ul li {
  flex: 1 1 33.33%;
  margin: 0.16rem auto;
  padding: 0.32rem 0.32rem 0 0;
  min-width: 3.2rem;
  text-align: center;
}
.modules_ul .list_w .img_w {
  flex: 30%;
}
.modules_ul .list_w .text_w {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .modules_ul .list_w .text_w {
    font-size: 18px;
  }
}
.modules_ul .text_w h5 {
  padding: 0.24rem 0 0.16rem 0;
  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 (min-width: 0) and (max-width: 1334px) {
  .values_tt .tt_w,
  .values_tt .tt_h1 {
    text-align: left;
    padding: 0;
  }
  .modules_ul li {
    flex: 1 1 50%;
    margin: 0 auto;
    padding: 0.24rem 0.24rem 0 0;
    min-width: auto;
    text-align: left;
    background: transparent;
  }
  .modules_ul .list_w {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    min-height: 2.4rem;
  }
}
@media screen and (max-width: 992px) {
  .modules_ul li {
    flex: 1 1 100%;
  }
}
/*--------------- 功能模块 modules_ul END ---------------- */
/*---------------  参数 parameter_w  START ---------------- */
.parameter_w {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
  background: transparent url("../images/glory8/parameter_bg.jpg") no-repeat
    center center;
  background-size: cover;
}
.parameter_w .tt_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 0 0.32rem 0;
}
.parameter_w .tt_w small {
  font-size: 16px;
  font-weight: normal;
  color: var(--color_muted);
}
.parameter_w .tt_w .h2_w {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0.16rem;
}
.parameter_w .tt_w .p_w {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: var(--color_muted);
}
@media screen and (max-width: 1200px) {
  .parameter_w .tt_w .p_w {
    font-size: 18px;
  }
}
.parameter_w .des_w {
  font-size: 16px;
  margin: 0.08rem 0;
  color: var(--color_muted);
}
.parameter_w .des_w span {
  padding: 0 0 0 0.16rem;
}
.parameter_w .icon_true {
  color: #52c018;
}
.parameter_w .icon_false {
  color: #f1676f;
}
.parameter_w .icon_pay {
  color: #2f85f9;
}
.parameter_w .table_w {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.parameter_w .table_tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  text-align: left;
  color: #fff;
  font-size: 24px;
  color: var(--color_primary);
}
.parameter_w .table_tt .parameter_item {
  flex: 1;
  padding: 16px 0;
  border-bottom: 1px solid rgba(32, 40, 62, 0.88);
}
.parameter_w .table_tt .info {
  min-height: 0.32rem;
  padding-top: 16px;
  padding-bottom: 4px;
}
.parameter_w .table_tt strong {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 24px auto 8px auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .parameter_w .table_tt strong {
    font-size: 18px;
  }
}
.parameter_w .table_tt .num b {
  font-weight: bold;
}
.parameter_w .table_tt .num em {
  font-weight: bold;
  line-height: 1.6;
}
.parameter_w .table_tt .num font {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.parameter_w .table_tt .num .plus_font {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.parameter_w .table_tt .title p {
  display: none;
}
.parameter_w .fixedhead {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
.parameter_w .b1_w .row_w {
  display: flex;
  margin: -1px 0 0 0;
}
.parameter_w .b1_w .row_w:last-child {
  border-bottom: 1px solid rgba(32, 40, 62, 0.88);
}
.parameter_w .b1_w .cell_w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
  flex: 1;
  min-height: 0.32rem;
  padding: 0.16rem 0;
  font-size: 22px;
}
.parameter_w .b1_w .cell_w p {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .parameter_w .b1_w .cell_w p {
    font-size: 14px;
  }
}

.parameter_w .b2_tt {
  display: none;
  width: 100%;
  padding: 16px 8px 8px 8px;
  cursor: pointer;
}
.parameter_w .b3_tt {
  width: 100%;
  padding: 24px 8px 8px 8px;
  cursor: pointer;
}
.parameter_w .table_tt {
  font-size: 0.32rem;
  line-height: 1;
  padding: 0.08rem 0 0.32rem 0;
  font-family: "ethnocentricregular";
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.parameter_w .t3 {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .parameter_w .t3 {
    font-size: 14px;
  }
}
.parameter_w .title_w .icon_tips {
  cursor: pointer;
}
.parameter_w .item_w {
  text-align: left;
}
.parameter_w .desc_w {
  margin: auto;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 32px;
  font-size: 14px;
  padding: 16px;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: var(--color_dark);
  background-color: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
  box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
}
.parameter_w .desc_w:after {
  content: "";
  width: 15px;
  position: absolute;
  z-index: 3;
  transform: rotate(-45deg);
  top: -7px;
  left: 45%;
  height: 15px;
  background-color: #fff;
  border-top: 1px solid #ecf0f3;
  border-right: 1px solid #ecf0f3;
}
.parameter_tips {
  font-size: 12px;
  line-height: 1.6;
  color: var(--color_light);
  padding-top: 0.24rem;
  padding-bottom: 0.64rem;
  text-align: left;
}
.parameter_tips .btn {
  color: #52c018;
}
.parameter_tips .btn:hover {
  opacity: 0.95;
}
.parameters_footer {
  padding: 0.32rem 0 0.64rem 0;
  line-height: 2;
}
.parameters_footer .tt_h6 {
  font-size: 0.64rem;
  font-family: "ethnocentricregular";
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  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;
}
.parameters_footer .tt_b {
  font-size: 24px;
}
.parameters_footer p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
  flex: 1;
  min-height: 0.32rem;
  padding: 0.16rem 0;
  font-size: 18px;
}
/*---------------  参数 parameter_w  END ---------------- */
/*---------------  参数 comparison_w  START ---------------- */
.comparison_w {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
  background: transparent url("../images/glory8/parameter_bg.jpg") no-repeat
    center center;
  background-size: cover;
}
.comparison_w .tt_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 0 0.32rem 0;
}
.comparison_w .tt_h6 {
  font-size: 0.32rem;
  color: var(--color_primary);
  display: inline-block;
  line-height: 1;
  padding: 0.88rem 0 0 0;
  font-family: "ethnocentricregular";
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.comparison_w .des_w {
  font-size: 16px;
  margin: 0.08rem 0;
  color: var(--color_muted);
}
.comparison_w .des_w span {
  padding: 0 0 0 0.16rem;
}
.comparison_w .icon_true {
  color: #52c018;
}
.comparison_w .icon_false {
  color: #f1676f;
}
.comparison_w .icon_pay {
  color: #2f85f9;
}
.comparison_w .table_w {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.comparison_w .table_tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  text-align: left;
  border-top: 1px solid rgba(32, 40, 62, 0.88);
  border-left: 1px solid rgba(32, 40, 62, 0.88);
  margin: -1px 0 0 0;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .comparison_w .table_tt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 18px;
  }
}

.comparison_w .table_tt:last-child {
  border-bottom: 1px solid rgba(32, 40, 62, 0.88);
}
.comparison_w .table_tt .comparison_item {
  flex: 1;
  padding: 0.16rem;
  border-right: 1px solid rgba(32, 40, 62, 0.88);
}
@media screen and (max-width: 992px) {
  .comparison_w .table_tt .comparison_item {
    padding: 0.16rem;
  }
}
.comparison_w .table_tt .info {
  min-height: 0.32rem;
  padding-top: 16px;
  padding-bottom: 4px;
}
.comparison_w .table_tt strong {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 24px auto 8px auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .comparison_w .table_tt strong {
    font-size: 18px;
  }
}
.comparison_w .table_tt .num b {
  font-weight: bold;
}
.comparison_w .table_tt .num em {
  font-weight: bold;
  line-height: 1.6;
}
.comparison_w .table_tt .num font {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.comparison_w .table_tt .num .plus_font {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.comparison_w .table_tt b {
  font-size: 24px;
}

@media screen and (max-width: 992px) {
  .comparison_w .table_tt b {
    font-size: 18px;
  }
}

.comparison_w .table_tt .title p {
  display: none;
}
.comparison_w .table_tt .title p {
  display: none;
}
.comparison_w .fixedhead {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
.comparison_w .b1_w .row_w {
  display: flex;
  border-top: 1px solid rgba(32, 40, 62, 0.88);
  border-left: 1px solid rgba(32, 40, 62, 0.88);
  margin: -1px 0 0 0;
}
.comparison_w .b1_w .row_w:last-child {
  border-bottom: 1px solid rgba(32, 40, 62, 0.88);
}
.comparison_w .b1_w .cell_w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
  flex: 1;
  min-height: 0.32rem;
  padding: 0.16rem 0;
  border-right: 1px solid rgba(32, 40, 62, 0.88);
  font-size: 22px;
}
.comparison_w .b1_w .cell_w p {
  text-align: left;
  margin: 0;
  padding-left: 0.16rem;
}

@media screen and (max-width: 992px) {
  .comparison_w .b1_w .cell_w p {
    font-size: 14px;
  }
}

.comparison_w .b2_tt {
  display: none;
  width: 100%;
  padding: 16px 8px 8px 8px;
  cursor: pointer;
}
.comparison_w .b3_tt {
  width: 100%;
  padding: 24px 8px 8px 8px;
  cursor: pointer;
}
.comparison_w .t3 {
  font-size: 22px;
  padding-left: 0.16rem;
}
@media screen and (max-width: 992px) {
  .comparison_w .t3 {
    font-size: 14px;
    padding: 0.16rem;
  }
}
.comparison_w .title_w .icon_tips {
  cursor: pointer;
}
.comparison_w .comparison_list {
  padding-bottom: 0.64rem;
}
.comparison_w .item_w {
  text-align: left;
}
.comparison_w .desc_w {
  margin: auto;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 32px;
  font-size: 14px;
  padding: 16px;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: var(--color_dark);
  background-color: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
  box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
}
.comparison_w .desc_w:after {
  content: "";
  width: 15px;
  position: absolute;
  z-index: 3;
  transform: rotate(-45deg);
  top: -7px;
  left: 45%;
  height: 15px;
  background-color: #fff;
  border-top: 1px solid #ecf0f3;
  border-right: 1px solid #ecf0f3;
}
.comparison_tips {
  font-size: 12px;
  line-height: 1.6;
  color: var(--color_light);
  padding-top: 0.24rem;
  padding-bottom: 0.64rem;
  text-align: left;
}
.comparison_tips .btn {
  color: #52c018;
}
.comparison_tips .btn:hover {
  opacity: 0.95;
}
.comparison_footer {
  padding: 0.32rem 0 0.16rem 0;
  line-height: 2;
}
.comparison_footer .tt_b {
  font-size: 24px;
}
.comparison_footer p {
  min-height: 0.32rem;
  padding: 0.16rem 0;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .comparison_footer p {
    font-size: 18px;
  }
}

/*---------------  对比 comparison_w  END ---------------- */
.choose_w {
  line-height: 1.4;
  padding: 0.4rem 0 0.4rem 0;
  line-height: 2;
  background: transparent url("../images/more_products_bg.png") no-repeat center
    center;
}
.choose_w .title {
  font-size: 0.32rem;
  font-family: "ethnocentricregular";
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.2;
  padding: 0.32rem 0 0 0;
  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;
}
.choose_w .info_w {
  min-height: 0.32rem;
  padding: 0.16rem 0;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .choose_w .info_w {
    font-size: 18px;
  }
}

.begin_w {
  line-height: 1.4;
  padding: 0.88rem 0 0.88rem 0;
  line-height: 2;
  background: transparent url("../images/more_products_bg.png") no-repeat center
    center;
}
.begin_w .title {
  font-size: 0.32rem;
  font-family: "ethnocentricregular";
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.2;
  padding: 0.32rem 0 0 0;
  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;
}
.begin_w .info_w {
  min-height: 0.32rem;
  padding: 0.16rem 0;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .begin_w .info_w {
    min-height: 0.32rem;
    padding: 0.16rem 0;
    font-size: 18px;
  }
}

.active .pro_title {
  opacity: 1;
  -webkit-transition: all 1s 0.1s;
  -webkit-transition-delay: ease;
  -moz-transition: all 1s 0.1s ease;
  -o-transition: all 1s 0.1s ease;
  transition: all 1s 0.1s ease;
  -webkit-animation: moveDown 1s ease-in-out 0.3s backwards;
  -moz-animation: moveDown 1s ease-in-out 0.3s backwards;
  -o-animation: moveDown 1s ease-in-out 0.3s backwards;
  -ms-animation: moveDown 1s ease-in-out 0.3s backwards;
  animation: moveDown 1s ease-in-out 0.3s backwards;
}
.active .info_w {
  opacity: 1;
  -webkit-transition: all 1s 0.1s;
  -webkit-transition-delay: ease;
  -moz-transition: all 1s 0.1s ease;
  -o-transition: all 1s 0.1s ease;
  transition: all 1s 0.1s ease;
  -webkit-animation: moveDown 1s ease-in-out 0.4s backwards;
  -moz-animation: moveDown 1s ease-in-out 0.4s backwards;
  -o-animation: moveDown 1s ease-in-out 0.4s backwards;
  -ms-animation: moveDown 1s ease-in-out 0.4s backwards;
  animation: moveDown 1s ease-in-out 0.4s backwards;
}
.cp_w .active .img_w {
  opacity: 1;
  -webkit-transition: all 1s 0.1s;
  -webkit-transition-delay: ease;
  -moz-transition: all 1s 0.1s ease;
  -o-transition: all 1s 0.1s ease;
  transition: all 1s 0.1s ease;
  -webkit-animation: moveDown 1s ease-in-out 0.4s backwards;
  -moz-animation: moveDown 1s ease-in-out 0.4s backwards;
  -o-animation: moveDown 1s ease-in-out 0.4s backwards;
  -ms-animation: moveDown 1s ease-in-out 0.4s backwards;
  animation: moveDown 1s ease-in-out 0.4s backwards;
}
