@charset "utf-8";
/*------------------------------------------------
--css   单页-通用
--by    市场部 Web Designer&Front end Engineer Sivan
--date  2025.02.18
--less  文件已编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
body {
  background-color: var(--color_body);
}
/*---标题---*/
.page_w {
  min-height: 8rem;
  padding: 0.32rem 0 0.88rem;
  line-height: 1.8;
  font-size: 18px;
}
.page_w .h1,
.page_w .h2,
.page_w .h3,
.page_w .h4,
.page_w .h5,
.page_w .h6,
.page_w h1,
.page_w h2,
.page_w h3,
.page_w h4,
.page_w h5,
.page_w h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  padding: 0.32rem 0 0.16rem 0;
}
.page_w .tt_w {
  padding: 0.32rem 0;
  text-align: center;
  line-height: 1.2;
}
.page_w .tt_h1 {
  font-family: 'ethnocentricregular';
  padding: 0.4rem 0 0.4rem 0;
}
@media screen and (max-width: 1200px) {
  .page_w .tt_h1 {
    padding: 1.6rem 0 0.4rem 0;
  }
  .page_w .tt_w b {
    text-align: center;
  }
  .page_w .tt_h1 br {
    display: none;
  }
}
.page_w .tt_p {
  font-size: 24px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 0.32rem;
}
.page_w .tt_w b {
  font-family: 'ethnocentricregular';
  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;
}
@media screen and (max-width: 1200px) {
  .page_w .tt_w b {
    text-align: left;
  }
}
.page_w .list_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #FFF;
  margin: -0.16rem;
}
.page_w .list_w .list_item {
  flex: 1;
  margin: 0 auto;
  color: #FFF;
  min-height: 3.2rem;
  padding: 0.16rem;
  min-width: 4.2rem;
  text-align: center;
}
.page_w .list_w .img_w {
  flex: 30%;
}
.page_w .list_w .img_w img {
  border-radius: 0.16rem;
  overflow: hidden;
}
.page_w .list_w .text_w {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}
.page_w .list_w .text_w h5 {
  padding: 0.48rem 0 0.16rem 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;
}
.page_w .list_w .text_w p {
  display: block;
  max-height: 120px;
  /* 设置 p 元素的最大高度，可以根据需要调整 */
  padding: 0.08rem 0 0.88rem 0;
}
@media screen and (min-width: 0) and (max-width: 1334px) {
  .page_w .tt_w,
  .page_w .tt_h1 {
    text-align: left;
    padding: 0;
  }
  .page_w li {
    flex: 1 1 50%;
    margin: 0 auto;
    padding: 0.24rem 0.64rem 0 0;
    min-width: auto;
    text-align: left;
    background: transparent;
  }
  .page_w .list_item {
    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) {
  .page_w li {
    flex: 1 1 100%;
  }
}
