@charset "UTF-8";
.art-cont-wrap,
.art-cont-wrap * {
  font-family: "Microsoft YaHei";
}
.art-cont-wrap b {
  font-weight: normal;
}
.art-cont-wrap {
  padding: 0 3.4rem 1.2rem;
}
.img-wrap {
  overflow: hidden;
  display: block;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

/*-- 当前位置 --*/
.breadcrumb {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.3rem;
  background: url(../images/art-icon-home.png) no-repeat left center;
  background-size: 0.15rem;
  padding-left: 0.15rem;
  height: 0.15rem;
  line-height: 0.15rem;
}
.breadcrumb a {
  font-size: 0.14rem;
  color: #777777;
  margin: 0 0.05rem;
}
.breadcrumb a:hover {
  color: var(--main-color);
}

.art-cont {
  display: flex;
  justify-content: space-between;
}
/* 左侧 文章 相关阅读 */
.art-cont-l {
  width: 8.05rem;
}
/* 文章*/
.article {
  margin-bottom: 0.7rem;
}
/* 文章标题 */
.article-tit {
  font-family: "Microsoft YaHei";
  line-height: var(--text-line-height);
  font-size: 0.33rem;
  margin-bottom: 0.3rem;
}
/* 文章信息版块 */
.article-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.45rem;
}
/* 来源发布时间 */
.article-source {
  font-size: 0.14rem;
  color: #777777;
}
.article-source b {
  margin-right: 0.3rem;
}

/* 分享 */
.article-share {
  display: flex;
  align-items: center;
}
.article-share span {
  margin-right: 0.13rem;
}
.a_share {
}
.a_share a {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  padding: 0.02rem;
  border: 1px solid #888;
  border-radius: 50%;
  background-size: 0.16rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.1rem;
}
.a_share a:last-child {
  margin-right: 0;
}
.a_share .weixin {
  background-image: url(../images/art-icon-share1.png);
}
.a_share .sina {
  background-image: url(../images/art-icon-share2.png);
}
.a_share .qzone {
  background-image: url(../images/art-icon-share3.png);
}

.a_share .weixin:hover {
  background-image: url(../images/art-icon-share1-hover.png);
}
.a_share .sina:hover {
  background-image: url(../images/art-icon-share2-hover.png);
}
.a_share .qzone:hover {
  background-image: url(../images/art-icon-share3-hover.png);
}

/* 分享弹出二维码 */
.weixin_share {
  padding: 0.2rem;
  position: fixed;
  left: 50%;
  top: 50%;
  border: 1px solid #d8d8d8;
  border-radius: 0.1rem;
  background: #fff;
  text-align: center;
  width: 2.8rem;
  transform: translate(-50%, -20%);
}
.weixin_share img {
  width: 90%;
  height: auto;
}
.weixin_share h3 {
  font-size: 0.18rem;
  font-family:  "Microsoft YaHei";
  margin-bottom: 0.15rem;
}
.weixin_share_close_btn {
  position: absolute;
  top: 0.05rem;
  right: 0.05rem;
  transform: rotate(45deg);
  font-size: 0.26rem;
  cursor: pointer;
  width: 0.26rem;
  height: 0.26rem;
  transition: all 0.3s ease;
}
.weixin_share_close_btn:hover {
  transform: rotate(405deg);
}
/* 正文 */
.article-txt {
}
.article-txt p,
.article-txt span,
.article-txt strong {
  font-family: "Microsoft YaHei";
  font-size: 0.18rem;
  line-height: 180%;
}
.article-txt p {
  margin-bottom: 0.25rem !important;
}
.article-txt p a {
  display: inline-block;
}
.article-txt strong {
  font-weight: bold;
}
.article-txt video,
.article-txt img {
  max-width: 100%;
  height: auto !important;
}

/* 作者编辑 */
.author-info {
  text-align: right;
}
.author-info span {
  font-family:  "Microsoft YaHei";
  font-size: 0.16rem;
  color: #555555;
}
.author-info span + span {
  margin-left: 0.1rem;
}

/* 相关阅读 */
/* 版块栏目 */
.art-mod-hd {
}
.art-mod-hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.18rem;
}
.art-mod-nav {
  font-family: "Microsoft YaHei";
  font-size: 0.24rem;
  display: flex;
  align-items: center;
}
.art-mod-nav::before {
  content: "";
  display: inline-block;
  width: 0.05rem;
  height: 0.2rem;
  background: #7b7382;
  border-radius: 0.02rem;
  margin-right: 0.13rem;
}

/* 相关阅读列表 */
.art-mod-related {
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 0.02rem;
  padding: 0.35rem 0.3rem;
  margin-top: 0.8rem;
}

.art-mod-related .tuijian {
  position: absolute;
  left: 0;
  top: -0.4rem;
  font-family:  "Microsoft YaHei";
  font-size: 0.24rem;
  display: flex;
  align-items: center;
}
.art-mod-related .tuijian::before {
  content: "";
  display: inline-block;
  width: 0.05rem;
  height: 0.2rem;
  background: #7b7382;
  border-radius: 0.02rem;
  margin-right: 0.13rem;
}
.art-mod-related .hl-Li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.art-mod-related .hl-Li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.art-mod-related .hl-Cite {
  display: block;
  font-family:  "Microsoft YaHei";
  font-size: 0.18rem;
  color: #555555;
  line-height: var(--text-line-height);
  /* margin-bottom: 0.2rem; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.art-mod-related .hl-Date {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #777777;
}
.art-mod-related .hl-Abs {
  font-size: 0.16rem;
  color: #777777;
  line-height: 160%;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.art-mod-related .hl-Cite:hover {
  color: var(--main-color);
}

/* 右侧 AI版块  */
.art-cont-r {
  width: 3.5rem;
}
/* AI阅读 */
.article-mod-ai {
  background: #f8f8f8;
  border-radius: 0.1rem;
  padding: 0.15rem;
  min-height: 5rem;
  margin-bottom: 0.4rem;
}
.article-nav {
  font-size: 0.22rem;
  font-family:  "Microsoft YaHei";
  display: flex;
  align-items: center;
}
.article-nav img {
  padding-right: 0.1rem;
  width: 0.47rem;
}
.article-nav .article-tips{
  font-size: 0.12rem;
}
.article-mod-ai-cont {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.15rem;
}
.article-sec-mod,
.mod-gjc {
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}
.article-sec-mod:last-child {
  border: none;
  margin-bottom: 0;
}
.article-sec-mod-nav,
.mod-gjc-nav {
  margin-bottom: 0.15rem;
  font-size: 0.18rem;
  position: relative;
  display: flex;
  align-items: center;
}
.article-sec-mod-nav img,
.mod-gjc-nav img {
  width: 0.25rem;
  margin-right: 0.05rem;
}
.article-sec-mod-nav::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.09rem;
  background: url(/2025/images/icon-arrow-down.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.045rem;
  transition: all 0.3s ease;
}
.mod-nav-hover::after {
  transform: rotate(180deg);
}

#gjc-echart {
  width: 100%;
  height: 2.35rem; /* 确保容器有足够的高度 */
}
/* 关键词 */
.mod-gjc-cont {
}
.article-sec-mod-cont {
  font-size: 0.16rem;
  line-height:150%;
  text-align: justify;
  padding-right: 0.1rem;
  max-height: 2.4rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
  display: none;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
}
.article-sec-mod:last-child .article-sec-mod-cont {
  margin-bottom: 0;
}
.article-sec-mod-cont::-webkit-scrollbar {
  width: 0.06rem; /* 滚动条宽度 */
}

/* 滚动条滑块部分 */
.article-sec-mod-cont::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 滑块颜色 */
  border-radius: 0.15rem;
}

/* 滚动条轨道部分 */
.article-sec-mod-cont::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 轨道颜色 */
  border-radius: 0.15rem; /* 圆角 */
}

/* 猜你想问 */
.guess-list li {
  margin-bottom: 0.05rem;
}
.guess-list li a {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}
.guess-list li a::before {
  content: "";
  margin-right: 0.05rem;
  display: inline-block;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background: #ccc;
}

/* 推荐 */
.rec-img-list {
}
.rec-img-item {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
}
.rec-img-item:last-child {
  margin-bottom: 0;
}
.rec-img-item h3 {
  font-family:  "Microsoft YaHei";
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  z-index: 2;
  width: 100%;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: var(--text-line-height);
  padding: 0 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec-img-item:hover .img-wrap img {
  transform: var(--img-zoom);
  opacity: var(--img-opacity);
}
.rec-img-item .img-wrap {
  height: 2.65rem;
}
.rec-img-item .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background-image: var(--mask-linear-gradient2);
  z-index: 1;
}
/* 手机版 AI版块 */
.mb-ai {
  display: none;
}
/* 手机适配 */
@media screen and (max-width: 768px) {
  .art-cont-r,
  .article-share {
    display: none;
  }
  .art-cont-wrap {
    padding: 0.7rem 0.3rem 0.9rem;
  }
  .art-cont-l {
    width: 100%;
  }
  .article-tit {
    font-weight: bold;
    font-size: 0.4rem;
    font-family: "Source Han Sans CN", "Microsoft YaHei";
  }
  .article-source {
    font-size: 0.2rem;
  }
  .article-txt p,
  .article-txt span,
  .article-txt strong {
    font-size: 0.26rem;
    font-family: "Source Han Sans CN", "Microsoft YaHei";
  }
  .author-info {
    text-align: left;
    font-size: 0.22rem;
  }
  .author-info span {
    display: block;
  }
  .author-info span + span {
    margin-left: 0;
  }
  .article-txt {
    margin-bottom: 0.75rem;
  }
  /* 相关阅读 */
  .art-mod-related {
    padding: 0;
    border: none;
    margin-top: 1.3rem;
  }
  .art-mod-related .tuijian {
    font-size: 0.24rem;
  }
  .art-mod-related .hl-Cite {
    font-size: 0.22rem;
    font-family: "Source Han Sans CN", "Microsoft YaHei";
  }
  .art-mod-related .hl-Abs {
    font-size: 0.2rem;
  }
  /* 手机版 AI版块 */
  .mb-ai {
    display: block;
  }
  .mb-ai-nav {
    font-size: 0.24rem;
    color: #5470c6;
    margin-left: 0.3rem;
  }
  .mb-ai-nav img {
    width: 0.47rem;
    margin-right: 0.1rem;
  }
  .mb-ai-cont {
    background: #e8edf4 url(/2025/images/art-mb-ai-bg.png) no-repeat 1.1rem center ;
    background-size:0.77rem auto;
    border-radius: 0.09rem;
    padding: 0.28rem 0.3rem 0.28rem 0.37rem;
    margin-bottom: 0.56rem;
    display: flex;
    justify-content: space-between;
    min-height: 3.4rem;
  }
  .mb-ai-tab-nav {
    position: relative;
    width: 1.3rem;
  }
  .mb-ai-tab-nav li {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
  }
  .mb-ai-tab-nav li:first-child {
    top: 0.25rem;
    left: 0.7rem;
  }
  .mb-ai-tab-nav li:nth-child(2) {
    top: 0.58rem;
    left: 0;
  }
  .mb-ai-tab-nav li:nth-child(3) {
    top: 1.12rem;
    left: 0.54rem;
  }
  .mb-ai-tab-nav li:nth-child(4) {
    top: 1.67rem;
    left: 0;
  }
  .mb-ai-tab-nav li:nth-child(5) {
    top: 1.98rem;
    left: 0.7rem;
  }
  .mb-ai-tab-nav li.active {
    background: #5470c6;
    color: #fff;
  }
  .mb-ai-tab {
    display: none;
    background: #fff;
    width: 4.8rem;
    border-radius: 0.1rem;
    padding: 0.2rem;
    /* 设置固定高度和滚动功能 */
    height: 3.0rem; /* 固定高度，与关键词图表高度保持一致 */
    overflow-y: auto; /* 内容超出时显示垂直滚动条 */
    -webkit-overflow-scrolling: touch; /* iOS设备上的平滑滚动 */
  }
  .mb-ai-tab.active {
    display: block;
  }


}

