@charset "utf-8";
/*
 * 文件名: news.css
 * 描述: 此 CSS 文件包含单页通用样式，适用于新闻页面或其他单页应用。
 * 作者: 市场部 Web Designer & Front end Engineer Sivan
 * 日期: 2025.07.10
 * 版本: 1.0.0
 * 依赖: 需要提前载入 24 栅格系统 grid.min.css
 * 注意事项: 主流分辨率为 1920px、1440px、1366px（优先考虑 PC 端），PC 端内容宽度为 1424px，前端 JS 转换 100px = 1rem。
 * 说明: Less 文件已编译为 CSS。
 */
body {
  background-color: var(--color_body);
}

/*---标题---*/
.page_w {
  color: var(--color_light);
  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: bold;
  line-height: 1.4;
  color: inherit;
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 0;
}

.page_w h1 {
  font-size: 36px;
}

.page_w h2 {
  font-size: 24px;
}

.page_w h3 {
  font-size: 18px;
}

.page_w h4 {
  font-size: 16px;
}

.page_w h5 {
  font-size: 13px;
}

.page_w h6 {
  font-size: 12px;
}

.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;
  display: block;
  max-width: 100%;
  height: auto;
  color: transparent;
}

.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;
  padding: 0.08rem 0 0.88rem 0;
  font-size: inherit;
  padding-bottom: 0.24rem;
  word-wrap: break-word;
}

@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%;
  }
}

/* ===== 多类名样式优化 ===== */
/* 2. 标题样式（新增 .article-title 类，兼容多场景） */
.article-title,
.single_w h1,
.single_w h2,
.single_w h3,
.single_w h4,
.single_w h5,
.single_w h6 {
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: inherit;
  line-height: 1.5;
}
.single_w div {
  font-size: 16px;
  line-height: 1.5;
}

.single_w li {
  display: list-item;
  unicode-bidi: isolate;
}

.single_w ul,
.single_w ol,
.single_w li {
  list-style: disc;
  list-style-type: disc;
}

.single_w ul {
  list-style-type: disc !important;
}

/* 使用实心方块作为项目符号 */
ul.square-list {
  list-style-type: square;
}

/* 使用空心圆圈作为项目符号 */
ul.circle-list {
  list-style-type: circle;
}

/* 使用数字作为项目符号 */
ol.decimal-list {
  list-style-type: decimal;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}

.article-title.h1,
.page_w h1 {
  font-size: 36px;
}
.article-title.h2,
.page_w h2 {
  font-size: 24px;
}
.article-title.h3,
.page_w h3 {
  font-size: 18px;
}
.article-title.h4,
.page_w h4 {
  font-size: 16px;
}
.article-title.h5,
.page_w h5 {
  font-size: 13px;
}
.article-title.h6,
.page_w h6 {
  font-size: 12px;
}

/* 3. 段落样式（新增 .article-paragraph 类） */
.article-paragraph,
.page_w p {
  padding-bottom: 0.16rem;
  font-size: inherit;
  word-wrap: break-word;
}

/* 4. 列表样式（新增 .article-list 类） */
.article-list ul,
.article-list ol,
.page_w ul,
.page_w ol {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article-list li,
.page_w li {
  margin-bottom: 5px;
}

/* 5. 引用样式（新增 .article-blockquote 类） */
.article-blockquote,
.page_w blockquote {
  background-color: #f5f5f5;
  border-left: 4px solid #ccc;
  padding: 10px 20px;
  margin: 20px 0;
  font-style: italic;
}

/* 6. 链接样式（新增 .article-link 类） */
.article-link {
  color: var(--color_primary);
  text-decoration: none;
}

.article-link:hover {
  text-decoration: underline;
}

/* 7. 图片样式（新增 .article-image 类） */
.article-image,
.page_w img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  color: transparent;
}

/* 8. 分割线样式（新增 .article-divider 类） */
.article-divider,
.page_w hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page_w .center_b {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------- 顶部加个Banner 无切换 price_banner START ---------------- */
.news_banner {
  margin-top: -64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 2560px;
  min-height: 540px;
  overflow: hidden;
}
.news_banner .a_w {
  transform: translateY(8px);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.news_banner .a2_w {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news_banner .a3_w {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news_banner .a4_w {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.news_banner .a5_w {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.news_banner .a6_w {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.news_banner .a7_w {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.news_banner .a7_w {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.news_banner .swiper-slide-active .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.news_banner .a_w {
  transform: translateX(48px);
}
.news_banner .on .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.news_banner .swiper-wrapper,
.news_banner .swiper-slide,
.news_banner a {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.news_banner .text_w {
  padding-left: 0.32rem;
}
.news_banner .text_w .h_w {
  font-weight: normal;
}
.news_banner .text_w .h1_w {
  font-weight: normal;
  font-size: 0.56rem;
  padding-bottom: 0.16rem;
}
.news_banner .text_w .h4_sub {
  font-weight: bold;
}
.news_banner .text_w .h5_sub {
  font-size: 24px;
  font-weight: bold;
}
.news_banner .text_w .p_w {
  font-size: 0.24rem;
  font-weight: normal;
  padding-bottom: 0.64rem;
}
.news_banner .text_w .h6_p {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 0.16rem;
}
.news_banner .ul_w {
  padding-top: 0.48rem;
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .news_banner {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    min-height: none;
    max-height: none;
  }
}
@media screen and (max-width: 3840px) {
  .news_banner .swiper-button-prev {
    left: 2.4rem;
    right: auto;
  }
  .news_banner .swiper-button-next {
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (max-width: 2560px) {
  .news_banner .swiper-button-prev {
    left: 0.8rem;
    right: auto;
  }
  .news_banner .swiper-button-next {
    right: 0.8rem;
    left: auto;
  }
}
@media screen and (max-width: 1920px) {
  .news_banner .swiper-button-prev {
    left: 0.4rem;
    right: auto;
  }
  .news_banner .swiper-button-next {
    right: 0.4rem;
    left: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .news_banner .swiper-button-prev {
    left: 0rem;
    right: auto;
  }
  .news_banner .swiper-button-next {
    right: 0rem;
    left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .news_banner .swiper_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .news_banner .swiper_button {
    display: none;
  }
}
@media screen and (min-width: 750px) {
}
.news_banner .banner_w {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: var(--ec_bg_light);
}
.news_banner .banner_w .con {
  position: relative;
  z-index: 1;
}
.news_banner .banner_w .text_w {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top: 2rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.news_banner .banner_w .text_w .sub_w {
  font-size: 0.36rem;
}
.news_banner .banner_w .text_w .title_w {
  font-size: 0.48rem;
}
.news_banner .banner_w .text_w .des_w {
  padding-top: 0.24rem;
  padding-bottom: 0.48rem;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
}
.news_banner .banner_w .text_w .tips {
  padding-top: 0.48rem;
  font-size: 14px;
  color: var(--color_muted);
}
.news_banner .banner_w .text_w .tips_w {
  padding-top: 0.48rem;
  font-weight: normal;
  font-size: 14px;
  color: var(--color_muted);
}
.news_banner .banner_w .text_w .num {
  font-family: "num", Helvetica, arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  .news_banner .banner_w .text_w {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .news_banner .banner_w .text_w {
    margin-top: 2.4rem;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .news_banner .banner_w .text_w .sub_w {
    font-size: 0.36rem;
  }
  .news_banner .banner_w .text_w .title_w {
    font-size: 0.56rem;
  }
  .news_banner .banner_w .text_w .des_w {
    padding-top: 0.24rem;
    padding-bottom: 0.48rem;
    font-weight: normal;
    font-size: 0.28rem;
    line-height: 1.6;
  }
  .news_banner .banner_w .text_w .h6_p {
    font-weight: normal;
    font-size: 0.28rem;
    line-height: 1.6;
  }
  .news_banner .banner_w .text_w .tips {
    padding-top: 0.16rem;
    font-size: 12px;
    color: var(--color_muted);
  }
  .news_banner .banner_w .text_w .btn_w {
    margin: 0 auto;
    text-align: center;
  }
  .news_banner .banner_w .text_w .banner_btn {
    min-width: 120px;
    width: auto;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding: 0 24px 0 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .news_banner .banner_w .text_w .banner_btn_r {
    height: 52px;
    line-height: 48px;
    font-size: 14px;
    border: 2px solid var(--color_primary);
    padding: 0 20px 0 20px;
  }
}
.news_banner .banner_w .bg_w {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.news_banner .banner_w .bg_w picture {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news_banner .banner_w .bg_w img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*--------------- SCRM轮播 scrm_banner END ---------------- */
/*---------------整体 控制  START ---------------- */
/*--------------- 新闻列表（类型 category） START ---------------- */
.news_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.32rem;
  padding-right: 0.32rem;
  border-radius: 0.64rem;
  overflow-y: hidden;
  backdrop-filter: blur(0.64rem);
  --webkit-backdrop-filter: blur(0.64rem);
  background-color: #f8f9fb;
}
.news_nav a.active p,
.news_nav .slick-current a {
  font-weight: bold;
  color: var(--color_primary);
}
.news_nav a {
  font-size: 14px;
  color: var(--color_dark);
  text-align: center;
  min-width: 1.6rem;
  margin-right: auto;
  height: 0.56rem;
  line-height: 0.56rem;
  -webkit-border-radius: 0.64rem;
  -moz-border-radius: 0.64rem;
  border-radius: 0.64rem;
}
.news_nav a:hover {
  color: var(--color_primary);
}
.news_nav a.active {
  color: #ffffff;
  background-color: var(--color_primary);
}
.news_nav a.active {
  color: var(--color_white);
  background-color: var(--color_primary);
}
.news_nav img {
  max-width: 0.8rem;
}
.news_nav_swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  border-radius: 0.64rem;
  backdrop-filter: blur(0.64rem);
  --webkit-backdrop-filter: blur(0.64rem);
  background-color: #f8f9fb;
}
.slide_btn_a {
  display: block;
  max-width: 1.4rem;
  font-size: 14px;
  color: var(--color_dark);
  text-align: center;
  padding: 0.16rem 0.16rem;
  -webkit-border-radius: 0.64rem;
  -moz-border-radius: 0.64rem;
  border-radius: 0.64rem;
}
.slide_btn_a:hover {
  color: var(--color_primary);
}
.slide_btn_a.active {
  color: #ffffff;
  background-color: var(--color_primary);
}
.news_nav_swiper .swiper-slide-thumb-active .slide_btn_a {
  color: #ffffff;
  background-color: var(--color_primary);
  -webkit-box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
  -moz-box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
  box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
}
.news_nav #gird_a {
  padding: 0.16rem 0.32rem;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0px;
  overflow: hidden;
  background-color: rgba(248, 249, 251, 0.88);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
  backdrop-filter: saturate(180%) blur(4px);
  opacity: 0.32;
}
.news_category_w {
  margin-top: -0.8rem;
  margin-bottom: 0.8rem;
}
.news_category_w .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.08rem 0 0.16rem 0;
}
.news_category_w .title_box .tt {
  font-size: 18px;
  border-left: 4px solid var(--color_primary);
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.news_category_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.news_category_w .title_box .des .icon_w {
  font-size: 18px;
}
.news_category_w .title_box .font_size {
  font-size: 18px;
  color: var(--color_muted);
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.news_category_w .title_box .font_size .icon_w {
  cursor: pointer;
  padding: 0.16rem;
}
.news_category_w .title_box .font_size .icon_w:hover {
  color: var(--color_primary);
}
.news_category_w .news_tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.24rem 0 0.24rem 0;
}
.news_category_w .news_tt .tt {
  font-size: 18px;
  border-left: 4px solid var(--color_primary);
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.news_category_w .news_tt .des {
  font-size: 14px;
  color: var(--color_muted);
}
.news_con {
  margin-bottom: 0.32rem;
  padding: 0.32rem 0.32rem;
  background-color: #1f2a3e;
  border-radius: 0.08rem;
}
.news_con .news_list_w {
  padding-top: 0.32rem;
}
.news_con .news_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -1%;
  padding-bottom: 0.24rem;
}
.news_con .news_ul li {
  flex: 0 0 31.33%;
  margin: 0.08rem 1%;
}
.news_con .news_ul li .box {
  padding: 0.32rem 0.24rem;
  background-color: #1f2a3e;
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 0, 0, 0.04);
  border-radius: 0.08rem;
}
.news_con .news_ul li h4 {
  font-size: 18px;
}
.news_con .news_ul li h6 {
  padding-top: 0.24rem;
  font-size: 14px;
  font-weight: normal;
}
.news_con .news_ul li .tel {
  font-family: "num", Helvetica, arial, sans-serif;
  color: var(--color_primary);
}
.news_con .news_ul li .tips {
  font-size: 12px;
  color: var(--color_light);
  padding-bottom: 0.24rem;
}
.news_con .news_ul li .btn_w {
  margin: 0 auto;
}
.news_con .news_ul li .btn_w .btn {
  font-size: 14px;
}
.news_con .news_ul li .img_w {
  display: block;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
.news_con .news_ul li .text_w {
  text-align: center;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_con .no_content {
  font-size: 16px;
  margin: 1.6rem auto;
  text-align: center;
}
.news_con .no_content p {
  margin: 8px auto;
  font-size: 16px;
  color: var(--color_light);
}
.news_con .list_item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.news_con .list_w {
  padding: 0.24rem 0.16rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 750px) {
  .news_con .list_w {
    display: block;
    padding: 0.64rem 0;
    border-bottom: 1px solid var(--ec_bg_muted);
  }
}
.news_con .text_w {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  padding: 0.16rem;
}
@media screen and (max-width: 750px) {
  .news_con .text_w {
    flex: 1 1 100%;
  }
}
.news_con .title_w .desc_w {
  margin: 0.16rem 0 0.16rem 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_muted);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_con .title_w .desc_w:hover {
  color: var(--color_muted);
}
.news_con .title_w {
  flex: 1 1 auto;
  padding-bottom: 0.08rem;
}
.news_con .title_w a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--color_white);
  line-height: 1.4;
}

.news_con .title_w b {
  font-weight: 700;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .news_con .title_w a b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    padding: 0.08rem 0 0 0;
  }
}
/*分类、浏览、时间等信息*/
/*时间、浏览、点赞*/
.news_con .mate_w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: var(--color_muted);
  padding-bottom: 8px;
  font-size: 12px;
  font-family: "num", Helvetica, arial, sans-serif;
}
.news_con .mate_w .category {
  padding-right: 0.24rem;
}
.news_con .info_w span {
  font-size: 12px;
  color: var(--color_muted);
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.news_con .taxonomy_a {
  display: inline-block;
  /*! padding: 4px 8px; */
  font-size: 12px;
  line-height: 20px;
  /*! border: 1px solid #c1c3c3; */
  /*#1c2029*/
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.news_con .mate_w a {
  color: var(--color_light);
  font-size: 12px;
  color: var(--color_muted);
}
.news_con .mate_w a:hover {
  color: var(--color_primary);
}
.news_con .info a.done {
  color: var(--color_primary);
}
.news_con .mate_w .info {
  font-size: 12px;
  color: var(--color_muted);
}
.news_con .mate_w .info .span {
  padding: 0 8px;
}
.news_con .mate_w .info i {
  display: inline-block;
  /* vertical-align: middle; */
  font-size: 12px;
  transition: all 0.3s;
  line-height: 1;
}
@media (max-width: 768px) {
  .news_con .blog_w .mate_w .info .time {
    display: none;
  }
}

/*文章格式*/
/*强调小角标和层次副标题*/
/*层次小标题*/

.news_con .format_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 12px;
  color: var(--color_light);
  line-height: 1;
  padding: 0.08rem;
}
.news_con .format_tips i {
  font-size: 0.24rem;
}

.news_con .format_span {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  display: none;
  font-size: 12px;
  color: var(--color_dark);
  line-height: 1;
  padding: 0.08rem 0.12rem 0.08rem 0.12rem;
  border-radius: 0 0.08rem 0 0.08rem;
}
.news_con .list_w .collect_post {
  position: absolute;
  z-index: 10;
  left: -1px;
  top: -1px;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  background-color: #fff;
  line-height: 1;
  padding: 0.04rem 0.08rem 0.04rem 0.08rem;
  border-radius: 0.08rem 0 0.08rem 0;
}
.news_con .sub_title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 14px;
  color: var(--color_dark);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.02rem;
}
.news_con .sub_title.ec_green_bg,
.news_con .sub_title.ec_purple_bg {
  color: var(--color_dark);
  border-radius: 0.02rem;
}

.news_con .sub_ticky {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 14px;
  color: var(--color_dark);
  background-color: var(--color_primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_con .sub_gallery {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color_dark);
  background-color: var(--color_primary);
}
.news_con .sub_big_gallery {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color_dark);
  background-color: var(--color_primary);
}
.news_con .icon_new {
  font-size: 12px;
  padding: 6px 8px;
}
.news_con .post_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: var(--color_dark);
  line-height: 1;
  padding: 0.04rem 0.04rem;
  border-radius: 0.08rem 0.016rem;
}

.news_con .big_image .post_tips {
  padding: 0.06rem 0.16rem;
  border-radius: 0.016rem 0.016rem 0.16rem 0.016rem;
}
.news_con .big_image .post_tips i {
  font-size: 16px;
}

@media (max-width: 480px) {
  .news_con .post_tips {
    font-size: 12px;
  }
}

/*日志类型*/
.format_aside {
  padding: 0.32rem 0 0 0;
}

/*视频类型*/
.formats_video .video_w {
  padding: 0.16rem;
}

/*图片处理*/
.news_con .img_w {
  position: relative;
  z-index: 1;
  border-radius: 0.08rem;
}
.news_con .img_w img {
  border-radius: 0.08rem;
  -webkit-transition: all 0.32s ease;
  -moz-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32s ease;
}
.news_con .img_w img:hover {
  opacity: 0.8;
}
.news_con .gallery_w {
  display: flex;
  flex-direction: column;
  padding: 0.32rem 0.16rem;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .news_con .gallery_w {
    padding: 0.32rem 0rem;
  }
}

.news_con .gallery_w .desc_w {
  margin: 0.16rem 0 0.16rem 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color_muted);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_con .gallery_w .text_w {
  padding: 0rem;
}
.news_con .gallery_w .img_w {
  border-radius: 0.16rem;
}
.news_con .format_images .img_w {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
/*多图模式-图片处理*/
.news_con .news_gallery {
  width: 100%;
  max-width: 100%;
  max-width: 14.4rem;
  margin: 0 auto 16px auto;
  text-align: center;
}
.news_con .news_gallery .gallery_con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin: 0.08rem auto 0.08rem auto;
  overflow: hidden;
  margin: 0 auto;
}
.news_con .news_gallery .gallery_con span {
  width: 33.33%;
  max-width: 33.33%;
  max-height: 3.33rem;
  padding: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
}
.news_con .news_gallery .gallery_con img {
  border-radius: 0.08rem;
  overflow: hidden;
  max-width: 100%;
  background-color: #f8f9fb;
}
.news_con .news_gallery .gallery_con img:hover {
  opacity: 0.88;
}
/*--------------- 整体 控制   START ---------------- */
.open_box {
  flex: 100%;
  width: 100%;
}
.close_box {
  flex: 1%;
  width: 0%;
  display: none;
  opacity: 0;
}
/*--------------- 整体 控制  END ---------------- */
/*--------------- 右侧边栏 sidebar_w START ---------------- */
.sidebar_w .news_hot_card {
  min-height: 3rem;
  padding: 0.36rem 0.24rem 0 0.24rem;
  border-radius: 0.08rem;
  background-color: #1f2a3e;
  margin: 0 auto;
}
.sidebar_w .news_hot_card .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.08rem 0 0.16rem 0;
}
.sidebar_w .news_hot_card .title_box .tt {
  border-left: 3px solid #00ffed;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
  font-size: 16px;
  font-weight: bold;
  max-height: 16px;
  line-height: 16px;
}
.sidebar_w .news_hot_card .title_box .des {
  font-size: 14px;
  color: var(--color_light);
}
.sidebar_w .news_hot_card .title_box .icon_w {
  font-size: 18px;
}
.sidebar_w .news_hot_card .news_hot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.sidebar_w .news_hot_card .news_hot li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex: 0 1 100%;
  padding-bottom: 0.16rem;
}
.sidebar_w .news_hot_card .news_hot a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0.08rem 0;
  color: var(--color_white);
}
.sidebar_w .news_hot_card .news_hot a:hover {
  opacity: 0.8;
  color: var(--color_primary);
}

.sidebar_w .news_hot_card .news_hot span {
  color: var(--color_muted);
  padding-left: 0.16rem;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  .sidebar_w .news_hot_card .news_hot a {
    padding: 0.24rem 0rem;
  }
  .sidebar_w .news_hot_card .news_hot span {
    -webkit-line-clamp: 1;
  }
}
.sidebar_w .news_hot_card .news_hot .num {
  position: relative;
  width: 24px;
  height: 24px;
  font-family: "num", Helvetica, arial, sans-serif;
}
.sidebar_w .news_hot_card .news_hot .num i {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  content: "";
  text-align: center;
  margin: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: var(--color_dark);
}
.sidebar_w .news_hot_card .news_hot li:nth-child(1) .num i,
.sidebar_w .news_hot_card .news_hot li:nth-child(2) .num i,
.sidebar_w .news_hot_card .news_hot li:nth-child(3) .num i {
  color: var(--color_white);
}
.sidebar_w .news_hot_card .news_hot li .num path {
  fill: #e0e7ec;
}
.sidebar_w .news_hot_card .news_hot li:nth-child(1) .num path {
  fill: #fb4d61;
}
.sidebar_w .news_hot_card .news_hot li:nth-child(2) .num path {
  fill: #fc8046;
}
.sidebar_w .news_hot_card .news_hot li:nth-child(3) .num path {
  fill: #fdb828;
}
.sidebar_w .news_hot_card .news_hot .coming_soon {
  opacity: 0.32;
}
.sidebar_w .news_hot_card .news_hot .update {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 6px;
  height: 6px;
  color: #fff;
  background-color: var(--color_primary);
  border-radius: 6px;
}
.sidebar_w .news_hot_card .news_hot a:hover .update {
  opacity: 0.64;
}
.sidebar_w .news_hot_card .news_hot .tag_w {
  font-family: "num", Helvetica, arial, sans-serif;
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-weight: normal;
  padding: 0.02rem 0.04rem 0.02rem 0.04rem;
  color: var(--color_white);
  border-radius: 0.24rem;
  max-width: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.sidebar_w .sidebar_bg {
  margin-top: -0.24rem;
}
.sidebar_w .activity_card {
  min-height: 2rem;
  border-radius: 0.08rem;
  background-color: #1f2a3e;
  margin: 0.16rem 0 0.16rem auto;
  -webkit-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.04);
  box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.04);
}
.sidebar_w .activity_card .img_w {
  display: block;
  position: relative;
  z-index: 1;
}
.sidebar_w .activity_card .post_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 0.06rem 0.04rem;
  border-radius: 0.024rem;
}

@media (max-width: 480px) {
  .sidebar_w .activity_card .post_tips {
    font-size: 12px;
  }
}
.sidebar_w .activity_card .btn_w .btn_sm_line {
  min-width: auto;
  height: 24px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 0.16rem 0 0.16rem;
}
.sidebar_w .activity_card .btn_w .btn_sm_line:hover {
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
}
.sidebar_w .activity_card .mate_w {
  /* display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; */
  display: block;
  padding: 0.16rem;
}
.sidebar_w .activity_card .mate_w:hover {
  opacity: 0.9;
}
.sidebar_w .activity_card .text_w {
  flex: 0 0 auto;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  line-height: 1.6;
}
.sidebar_w .activity_card .tt {
  display: block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar_w .activity_card .des {
  font-family: "num", Helvetica, arial, sans-serif;
  font-size: 14px;
  color: var(--color_muted);
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}
.sidebar_w .activity_card .icon_w {
  flex: 0 0 auto;
  font-size: 18px;
}
.sidebar_w .activity_card :hover img {
  opacity: 0.88;
}
/*--------------- 右侧边栏 sidebar_w END ---------------- */
/*---------------  主要内容： 标题、 正文	、分享、TAG、上下篇、相关案例  case_content  START ---------------- */

.single_banner_w {
  position: relative;
  z-index: 0;
  top: 0;
  margin-top: -64px;
  margin-bottom: -1.2rem;
  min-height: 4.5rem;
  width: 100%;
  max-width: 25.6rem;
  background-color: var(--color_body);
  box-shadow: 0 16px 64px rgba(31, 45, 61, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  -webkit-box-shadow: 0 10px 50px rgba(31, 45, 61, 0.1);
  box-shadow: 0 16px 64px rgba(31, 45, 61, 0.1);
}

.single_banner_bg {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  background-position: center center;
  background-size: cover;
  background-position: 50%;
  -webkit-filter: blur(64px);
  filter: blur(64px);
  opacity: 0.8;
}

.news_page_w {
  position: relative;
  margin-bottom: 0.64rem;
}
.news_page_w .breadcrumbs_w {
  margin: 0.16rem auto;
}
.news_page_w .icon_new {
  font-size: 14px;
  padding: 6px 8px;
}
.news_page_w .post_tips {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 0.04rem 0.04rem;
  border-radius: 0.08rem 0.016rem;
}

.news_page_w .big_image .post_tips {
  padding: 0.08rem 0.16rem;
  border-radius: 0.016rem 0.016rem 0.16rem 0.016rem;
}

@media (max-width: 480px) {
  .news_page_w .post_tips {
    font-size: 12px;
  }
}
.news_page_w .sub_title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.01rem 0.04rem;
  font-weight: normal;
  font-size: 14px;
  color: var(--color_dark);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.024rem;
}
.news_page_w .tips_mark {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  padding: 0.06rem 0.08rem;
  font-weight: normal;
  font-size: 12px;
  color: var(--color_dark);
  line-height: 1;
  border-radius: 0.02rem;
}
.news_page_w .sub_ticky {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  padding: 0.01rem 0.04rem;
  font-weight: normal;
  font-size: 14px;
  color: var(--color_dark);
  background-color: var(--color_primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.024rem;
}
.news_page_w .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.16rem 0 0.16rem 0;
}
.news_page_w .title_box .tt {
  font-size: 18px;
  border-left: 4px solid var(--color_primary);
  padding-left: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.news_page_w .title_box .post_tips {
  margin-right: 0.04rem;
  margin-bottom: 0.04rem;
}
.news_page_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.news_page_w .title_box .des .icon_w {
  font-size: 18px;
}
.news_page_w .title_box .font_size {
  font-size: 18px;
  color: var(--color_muted);
}
.news_page_w .title_box .font_size .icon_w {
  cursor: pointer;
  padding: 0.08rem;
}
.news_page_w .title_box .font_size .icon_w:hover {
  color: var(--color_primary);
}
.news_page_w .article_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.08rem 0 0 0;
  border-bottom: 1px dashed #35455f;
}
.news_page_w .article_title .tt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.16rem;
  overflow: hidden;
}
.news_page_w .article_title .tt h5 {
  font-size: 24px;
}
.news_page_w .article_title .post_tips {
  margin-right: 0.04rem;
  margin-bottom: 0.04rem;
}
.news_page_w .article_title .des {
  font-size: 14px;
  color: var(--color_muted);
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.news_page_w .article_title .des .icon_w {
  font-size: 16px;
}
.news_page_w .article_title .font_size {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 18px;
  color: #94a2ab;
  margin-left: -0.04rem;
  margin-right: -0.04rem;
}
.news_page_w .article_title .font_size .icon_w {
  cursor: pointer;
  padding: 0 0.16rem 0 0.06rem;
}
.news_page_w .article_title .font_size .icon_w:hover {
  color: var(--color_primary);
}
.news_page_w .article_title .switch_sidebar_btn {
  padding-left: 0.16rem;
}
@media (max-width: 1200px) {
  .news_page_w .article_title .switch_sidebar_btn {
    display: none;
  }
}
.news_page_w .news_tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.24rem 0 0.24rem 0;
}
.news_page_w .news_tt .tt {
  font-size: 18px;
  border-left: 4px solid var(--color_primary);
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.news_page_w .news_tt .des {
  font-size: 14px;
  color: var(--color_muted);
}
.content_w {
  padding: 0.32rem 0.32rem;
  border-radius: 0.08rem;
  background-color: #1f2a3e;
  font-size: 16px;
  margin: 0 auto;
}
.content_w .post_tips {
  position: absolute;
  top: 0px;
}
.content_w .article {
  padding-top: 0.32rem;
  line-height: 2.2;
  font-size: 16px;
}
.content_w .article h1,
.content_w .article h2,
.content_w .article h3,
.content_w .article h4,
.content_w .article h5,
.content_w .article h6 {
  margin-top: 0.32rem;
  margin-bottom: 0.16rem;
  font-family: inherit;
  font-weight: blod;
  line-height: 1.2;
  color: inherit;
}
.content_w .article h1 {
  font-size: 36px;
}
.content_w .article h2 {
  font-size: 24px;
}
.content_w .article h3 {
  font-size: 18px;
}
.content_w .article h4 {
  font-size: 16px;
}
.content_w .article h5 {
  font-size: 13px;
}
.content_w .article h6 {
  font-size: 12px;
}
.content_w .article p {
  font-size: inherit;
  word-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: 8px;
}

/* .content_w .article div {
  font-size: inherit;
  word-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 16px;
} */

.content_w .mejs-container,
.content_w .mejs-container .mejs-controls,
.content_w .mejs-embed,
.content_w .mejs-embed body {
  background: #1f2a3e;
  border-radius: 32px;
  padding: 0 16px;
}

.content_w .mejs-horizontal-volume-total {
  background: rgb(31, 42, 62, 0.4);
  height: 4px;
  top: 18px;
  width: 50px;
}

.content_w
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.content_w .mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(135, 148, 174, 0.64);
}

.content_w .mejs-audio {
  margin-top: 24px;
  margin-bottom: 24px;
}

.content_w .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #0073aa;
  background: linear-gradient(-90deg, #00ffed 0%, #f8f9fb 100%);
}

.content_w .article ul {
  display: block;
  list-style-type: lower-roman;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 16px;
  unicode-bidi: isolate;
}

.content_w .article ul li {
  display: list-item;
}

.content_w .article ul li ul li {
  list-style: circle;
}

.content_w .article ol {
  display: block;
  list-style-type: decima;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 16px;
  padding-left: 2.5em;
  margin-top: 1em;
  margin-bottom: 1.5em;
  list-style-position: outside;
  list-style-type: decimal;
}

.content_w .article ol li {
  list-style-type: decimal;
}

.content_w .article ol ol {
  padding-left: 2em;
  list-style-type: lower-alpha;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.content_w .article ol ol ol {
  list-style-type: lower-roman;
}

.content_w .article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
  color: transparent;
}
.content_w .brand_head {
  padding-bottom: 0.24rem;
}
.content_w .brand_footer {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}

.content_w .tags_share {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.64rem;
}
.content_w .tags_share .tags_w {
  font-size: 14px;
  padding-top: 0.24rem;
}
.content_w .tags_share .tags_w a {
  color: var(--color_muted);
  padding-right: 16px;
}
.content_w .tags_share .tags_w a:hover {
  color: var(--color_primary);
}
.content_w .tags_share .share_w {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.24rem;
}
.content_w .tags_share .share_w .share_qq {
  color: var(--ec_blue);
}
.content_w .tags_share .share_w .share_weixin {
  color: var(--ec_green);
}
.content_w .tags_share .share_w .share_poster {
  color: var(--ec_indigo);
}
.content_w .tags_share .share_w .icon_w {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.content_w .tags_share .share_w .share_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 0.08rem;
  border: 2px solid #2c374c;
  border-radius: 0.64rem;
  font-size: 14px;
  background-color: #2c374c;
}
.content_w .tags_share .share_w .share_a:hover {
  color: #fff;
  border: 2px solid #2c374c;
  background-color: #7988f6;
  background: linear-gradient(#0fb918 0%, #61de35 100%);
  -webkit-box-shadow: 0rem 0.16rem 0.32rem rgba(0, 255, 127, 0.1);
  -moz-box-shadow: 0rem 0.16rem 0.32rem rgba(0, 255, 127, 0.1);
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 255, 127, 0.1);
}
.content_w .interactions_w .views_w {
  display: inline-block;
  min-width: 0.72rem;
  height: 40px;
  line-height: 40px;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  margin-right: 0.16rem;
  font-family: num, Helvetica, arial, sans-serif;
  font-weight: normal;
  text-align: center;
  color: var(--color_muted);
  background-color: var(--ec_bg_light);
  background-color: #2c374c;
  border-radius: 0.32rem;
}
.content_w .interactions_w .views_w i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*---------------  主要内容： 标题、正文、分享、TAG、上下篇、相关案例  case_content  END ---------------- */
/*---------------  客内页 带缩略图 上一页 下一页 thumbnail_prev_next  START ---------------- */
.thumbnail_prev_next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  height: auto;
  font-size: 14px;
  color: var(--color_muted);
  overflow: hidden;
  line-height: 1.2;
  margin: 0.24rem auto 0.24rem auto;
}
.thumbnail_prev_next img {
  max-width: 1rem;
  border-radius: 4px;
}
.thumbnail_prev_next h4 {
  color: var(--color_muted);
  font-size: 14px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  padding: 0 8px;
  overflow: hidden;
  word-break: break-word;
}
.thumbnail_prev_next i {
  display: inline-block;
  padding: 0 8px;
  color: var(--color_primary);
}
.thumbnail_prev_next h4 a:hover {
  color: var(--color_primary);
}
.thumbnail_prev_next a:hover,
.thumbnail_prev_next a:hover {
  color: var(--color_primary);
}
.thumbnail_prev_next .prev_w {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 50%;
}
.thumbnail_prev_next .prev_w a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .prev_w .text_w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .next_w {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  width: 50%;
}
.thumbnail_prev_next .next_w a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .next_w a:hover {
  color: var(--color_primary);
}
.thumbnail_prev_next .next_w .text_w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .next_w .next {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  color: var(--color_light);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*---------------  内页 带缩略图 上一页 下一页 thumbnail_prev_next  END ---------------- */
/*--------------- 相关产品 pro_related_w START ---------------- */
.pro_related_w {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}
.pro_related_w h4 {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  font-size: 0.32rem;
}
.pro_related_w .list_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -0.08rem;
  margin-right: -0.08rem;
}
.pro_related_w .list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  flex: 1 1 33.33%;
  margin: 0.08rem;
  padding: 0.24rem;
  background-color: var(--color_white);
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
}
.pro_related_w .box_l {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.24rem;
  padding-bottom: 0.08rem;
}
.pro_related_w .box_l .text_w {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.16rem 0.08rem;
}
.pro_related_w .box_l .text_w h6 {
  color: var(--color_dark);
  font-size: 18px;
  margin-bottom: 0.04rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pro_related_w .box_l .text_w b {
  font-size: 14px;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color_dark);
}
.pro_related_w .box_r {
  padding: 0.08rem 0.08rem;
}
.pro_related_w .box_r .info_w {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color_muted);
}
.pro_related_w .img_w {
  margin-left: auto;
  margin-right: auto;
  padding: 0.08rem;
}
.pro_related_w .img_w img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  -webkit-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
}
.pro_related_w .info_w {
  font-size: 14px;
  line-height: 1.8;
  color: var(--color_muted);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pro_related_w .info_w b {
  font-size: 18px;
  padding-right: 0.16rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro_related_w .btn_primary {
  color: var(--color_primary);
}
.pro_related_w .btn_primary:hover {
  opacity: 0.8;
  color: var(--color_primary);
}
.pro_related_w .pro_tips {
  position: absolute;
  z-index: 10;
  left: 0.32rem;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 0.08rem 0.12rem 0.08rem 0.12rem;
  color: var(--color_dark);
  border-radius: 0.04rem;
}
/*--------------- 相关产品 pro_related_w END ---------------- */
/*---------------  相关案例-内页 news_related_w  START ---------------- */
.news_related_w {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}
.news_related_w .list_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -0.08rem;
  margin-right: -0.08rem;
}
.news_related_w .list_item {
  position: relative;
  flex: 1 0 25%;
  margin: 0.08rem;
  background-color: var(--color_white);
  border-radius: 0.08rem;
}
@media screen and (max-width: 750px) {
  .news_related_w .list_item {
    flex: 1 0 46%;
  }
}
@media screen and (max-width: 750px) {
  .news_related_w .list_item {
    flex: 1 0 46%;
  }
}
.news_related_w a {
  display: block;
  position: relative;
  z-index: 1;
}
.news_related_w .img_w {
  display: block;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}
.news_related_w .text_w {
  padding: 0.24rem 0.24rem;
}
.news_related_w .text_w .title_w {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_related_w .text_w b {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_related_w .text_w p {
  margin-top: 0.16rem;
  min-height: 48px;
  font-size: 16px;
  line-height: 1.6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color_muted);
}
.news_related_w .info_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.16rem;
}
.news_related_w .info_w a {
  color: var(--color_primary);
}
.news_related_w .info_w a:hover {
  opacity: 0.8;
  color: var(--color_primary);
}
.news_related_w .info_w span {
  font-size: 14px;
  padding-right: 0.16rem;
}
.news_related_w .info_w .icon_time {
  font-size: 14px;
}
.news_related_w .info_w .view {
  font-size: 14px;
  color: var(--color_light);
}
.news_related_w .info_w .icon_view {
  font-size: 14px;
}

/*文章通用有序*/
.article ul,
.article ol,
.article li {
  list-style: disc;
}

/*文章通用表格*/
.article table {
  border: 1px solid #2c374c;
}

.article table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.32rem 0;
}

.article th {
  background-color: #f8f9fa;
  color: #2c374c;
  font-weight: 600;
  text-align: left;
  padding: 12px 15px;
  border-bottom: 2px solid #2c374c;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.5px;
}

.article td {
  padding: 12px 15px;
  border-bottom: 1px solid #2c374c;
  vertical-align: middle;
}

.article tr:not(:last-child) td {
  border-bottom: 1px solid #2c374c;
}

.article table tr:nth-child(even) {
  background-color: #1f2a3e;
}

.article table td:first-child {
  font-weight: bold;
  color: #fff;
  flex: 1;
  padding: 0.16rem;
}

.article table td {
  font-weight: normal;
  flex: 1;
  padding: 0.16rem;
  border-right: 1px solid #2c374c;
}

.content_w .article .gallery img {
  border-radius: 0.16rem;
  margin: auto;
  padding: 4px;
  border: 0 !important;
}

.fancybox-image {
  border-radius: 0.04rem;
}
.content_w .article .gallery a {
  margin: auto;
}

#article .gallery-item {
  float: left;
  margin-top: 0px !important;
  text-align: center;
  width: 33%;
}
#article img {
  border: 0 !important;
}
