@charset "UTF-8";

/**
 * @desc 去掉单位
 */
/**
 * @desc 将一个值转成rem
 */
/**
 * @desc 将一个或者多个px值转成rem
 */
/**
 * @desc 获取列表第一个
 */
/**
 * @desc 获取列表最后一个
 */
/**
 * @desc 向列表前面插入
 */
/**
 * @desc 向列表指定位置插入
 */
/**
 * @desc 替换列表的某个元素 $recursive 是否全部替换
 */
/**
 * @desc 替换列表某个位置
 */
/**
 * @desc 删除列表某个元素 $recursive 是否删除所有
 */
/**
 * @desc 删除列表指定位置元素
 */
/**
 * @desc 截取列表中的一部分
 */
/**
 * @desc 列表变成字符串
 */
/**
 * @desc 将列表部分元素前置
 */
/**
 * @desc 列表是否存在
 */
/**
 * @desc 字符串分隔
 */
/**
 * @desc 字符串重复
 */
/**
 * @desc 字符串替换
 */
/*!
 *  Fonts.css -- Cross-platform Chinese fonts solution
 *
 *  Copyright (C) 2013-2015 Zeno Zeng
 *  Released under the MIT license
 *
 *  Github: https://github.com/zenozeng/fonts.css
 */
/**
 * @param $line       超出显示省略号的行数，默认：1
 * @param $substract  为预留区域百分比%，默认：0
 */
/**
 * @param $property       css属性
 * @param $values         css属性值
 * @param $support-ie     是否对不支持rem的浏览器使用px
 * @param $base           基准字体大小，如果不传会搜索全局变量 $base-font，如果没有默认为 16px
 */
/**
 * @desc  绘制箭头 http://lugolabs.com/caret
 * @param $width
 * @param $border-width
 * @param $direction: top bottom left right
 * @param $background-color
 * @param $position 默认relative
 */
/**
 * @desc  三角形
 * @param $width
 * @param $height
 * @param $color
 * @param $direction: top bottom left right
 */
/**
 * @desc 通过背景图实现三角形
 */
/**
 * @param $direction: horizontal vertical both
 */
/**
 * @param $min   min-width
 * @param $max   max-width
 */
/**
 * @param $filename
 * @param $retina-filename   多个或者一个
 * @param $ratio             多个或者一个
 * @param $background-size
 */
/**
 * @param $color
 * @param $direction: top bottom left right vertical all radius,  default: all
 */
/**
 * @param $color
 * @param $direction: top bottom left right vertical all,  default: all
 * @param $pseudo: after before, default: after
 */
/**
 * @param $color
 * @param $direction: top bottom left right vertical all radius,  default: all
 * @param $pseudo: after before, default: after
 * @param $radius default: 1px
 */
/**
 * @desc  气泡提示: http://kazzkiq.github.io/balloon.css/
 * @param $direction:            top bottom left right
 * @param $bg                    气泡提示背景颜色
 * @param $trangle-width         气泡小三角形宽度
 * @param $trangle-height        气泡小三角形高度
 * @param $color                 气泡文字颜色
 * @param $font                  气泡文字大小
 */
/**
 * @param $height  线高  default: 1px
 * @param $space   线距离文字两边的距离 default: 0.5em
 * @param $color   线颜色 default: inherit
 * @param $style   border-style default: solid
 * @param $adjust  线距离底部的距离，默认垂直居中 default: false
 * @param $double  是否需要两条线
 */
/**
 * [hc description] 水平居中
 * @return {[type]} [description]
 */
/**
 * [vc description] 垂直居中
 * @return {[type]} [description]
 */
/**
 * [vc description] 垂直居中
 * @return {[type]} [description]
 */
/**
 * [between description] 两端对齐
 * @return {[type]} [description]
 */
/**
 * [between description] 两端对齐
 * @return {[type]} [description]
 */
/**
 * [between description] 左边对齐
 * @return {[type]} [description]
 */
/**
 * [between description] 右边对齐
 * @return {[type]} [description]
 */
html,
body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-family: "PingFang SC", "Arial Narrow";
}

#app {
  width: 100%;
  position: relative;
}

[v-cloak] {
  display: none !important;
}

.main {
  position: relative;
}

.footer1 {
  width: 100% !important;
  position: fixed !important;
  bottom: 0 !important;
  height: 90px;
  height: 4.5rem;
  width: 100% !important;
  z-index: 999 !important;
  background: rgba(5, 5, 5, 0.9);
  color: #fff;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  justify-content: space-between;
  padding: 0 12px 0 12px;
  padding: 0 0.6rem 0 0.6rem;
  align-items: center;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.footer1 .left {
  display: flex;
  align-items: center;
}

.footer1 .left .name {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  margin-left: 0.6rem;
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: 700;
}

.footer1 .left .name .desc {
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  margin-top: 0.15rem;
}

.footer1 .btn {
  position: absolute;
  top: 0;
  right: 10px;
  right: 0.25rem;
  height: 37px;
  height: 0.925rem;
  width: 37px;
  width: 0.925rem;
}

.footer1 .btn img {
  width: 100%;
}


.footer1 .left img {
  width: 50px;
  width: 2.5rem;
  height: 50px;
  height: 2.5rem;
}

.footer1 .btnr {
  height: 71px;
  height: 1.775rem;
  width: 163px;
  width: 4.075rem;
}

.footer1 .btnr img {
  height: 100%;
}

.n404 {
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.n404 img {
  display: block;
  width: 330px;
  width: 8.25rem;
  vertical-align: middle;
}

.n404 div {
  font-size: 32px;
  font-size: 0.8rem;
  margin-top: 40px;
  margin-top: 1rem;
  color: #999;
}

.banner {
  height: 100px;
  height: 2.5rem;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 0.5rem;
}

.banner .mint-swipe {
  width: 100% !important;
}

.banner .mint-swipe .mint-swipe-items-wrap {
  width: 100% !important;
}

.banner img {
  width: 100%;
  vertical-align: middle;
}

.articalTitle {
  padding: 14px 12px;
  padding: 0.7rem 0.6rem;
  margin-bottom: 20px;
  margin-bottom: 1rem;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 6px;
  margin-bottom: 0.3rem;
  padding-bottom: 20px;
  padding-bottom: 1rem;
}

.articalTitle-top {
  font-size: 38px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
  margin-bottom: 0.7rem;
}

.articalTitle-center {
  font-size: 12px;
  font-size: 0.6rem;
  color: #666;
  display: flex;
  align-items: center;
}

.articalTitle-center-subtitle {
  display: flex;
  color: #666;
  font-weight: 500;
  font-size: 0.6rem;
  display: flex;
  align-items: baseline;
}

.articalTitle-center-subtitle-from {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 8px;
  margin-right: 0.4rem;
  color: #333;
}

.articalTitle-center-readBase {
  display: flex;
  align-items: center;
  margin-left: 14px;
  margin-left: 0.7rem;
}

.articalTitle-center-readBase img {
  display: inline-block;
  margin-right: 0.28rem;
  width: 14px;
  width: 0.7rem;
  height: 14px;
  height: 0.7rem;
}


.ai_cont {
  padding: 12px;
  padding: 0.6rem;
  margin: 0 12px;
  margin: 0 0.6rem;
  border-radius: 12px;
  border-radius: 0.6rem;
  background: linear-gradient(270deg, #4474DB 0%, #737EFE 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: 700;
  box-sizing: border-box;

}

.ai_cont .loading-circle {
  /* 1. 应用旋转动画 */
  animation: rotate 1s linear infinite;

  width: 20px;
  height: 20px;
  width: 1rem;
  height: 1rem;
  transform-origin: center;
}

/* 旋转动画定义 */
@keyframes rotate {
  0% {
    /* 初始状态：不旋转 */
    transform: rotate(0deg);
  }

  100% {
    /* 结束状态：旋转360度（一圈） */
    transform: rotate(360deg);
  }
}

.abstract {
  /* width: 100%; */
  background-color: #f4f7ff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  /** 文本1 */
  color: #333333;
  font-size: 15px;
  font-size: 0.75rem;
  padding: 30px 12px 20px 12px;
  padding: 1.5rem 0.6rem 1rem 0.6rem;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 12px;
  margin: 0 0.6rem;
  margin-bottom: 20px;
  margin-bottom: 1rem;
}



.ai_cont .left {
  display: flex;
  align-items: center;
}

.ai_cont .disclaimers {
  /** 文本1 */
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  margin-top: 3px;
  flex: none;
}

.ai_cont .ai_icon {
  width: 30px;
  width: 1.5rem;
  height: 30px;
  height: 1.5rem;
  grid-row-end: 1.5rem;
  margin-right: 8px;
  margin-right: 0.4rem;
}

.articalTitle-bom {
  display: flex;
}

.articalTitle-bom .list {
  text-align: center;
  height: 34px;
  height: 0.85rem;
  line-height: 36px;
  line-height: 0.9rem;
  padding: 0 18px;
  padding: 0 0.45rem;
  border-radius: 18px;
  border-radius: 0.45rem;
  font-size: 26px;
  font-size: 0.65rem;
  color: #fff;
  background: #f3493a;
}

.articalTitle-bom .list:first-child {
  margin-right: 30px;
  margin-right: 0.75rem;
}

.articalContent {
  padding: 0 25px;
  padding: 0 0.625rem;
  padding-bottom: 12px;
  padding-bottom: 0.6rem;
  background: #fff;
  text-align: justify;
  margin-top: 10px;
  margin-top: 0.5rem;
}

.articalContent-title {
  line-height: 52px;
  line-height: 1.3rem;
  margin-bottom: 70px;
  margin-bottom: 1.75rem;
  font-size: 36px;
  font-size: 0.9rem;
  color: #666;
  text-indent: 62px;
  text-indent: 1.55rem;
}

.articalContent-btn {
  box-shadow: 0px 2px 10px 4px #f1f1f1;
  height: 70px;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-top: 0.95rem;
}

.articalContent-btn img {
  width: 24px;
  width: 0.6rem;
  margin-right: 10px;
  margin-right: 0.25rem;
}

.articalContent-btn .btn {
  color: #2f7fde;
  font-size: 23px;
  font-size: 0.575rem;
  text-decoration: underline;
  margin-right: 20px;
  margin-right: 0.5rem;
}

.articalContent-btn .pri {
  color: #fa0300;
  font-size: 23px;
  font-size: 0.575rem;
}

.articalContent-detail {
  line-height: 52px;
  line-height: 1.3rem;
  font-size: 36px;
  font-size: 0.9rem;
}

.articalContent-detail div {
  /*text-indent: 62px;
      text-indent: 1.55rem; */
  word-break: break-all;
  text-indent: 0px;
  max-width: 100% !important;
  display: block !important;
}

.articalContent-detail a {
  color: initial !important;
}

.articalContent-detail i {
  font-style: italic !important;
}

.articalContent-detail ol {
  list-style-type: decimal !important;
  padding-left: 1rem;
}

.articalContent-detail ul {
  list-style-type: disc !important;
  padding-left: 1rem;
}

.articalContent-detail img {
  position: relative !important;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.articalContent-detail p {
  width: 100%;
  color: #222;
  word-break: break-all;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  font-size: 16px;
  font-size: 0.8rem;
  color: #333333;
}

.articalContent-detail p:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.articalContent-detail p img {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  -width: 90%;
  width: 100%;
  vertical-align: middle;
}

.articalContent-detail h1 {
  line-height: 1.5;
}

.articalContent-detail h2 {
  line-height: 1.5;
}

.articalContent-detail h3 {
  line-height: 1.5;
}

.articalContent-detail h4 {
  line-height: 1.5;
}

.articalContent-detail h5 {
  line-height: 1.5;
}

/* table 样式 */
.articalContent-detail table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.articalContent-detail table td,
.articalContent-detail table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
}

.articalContent-detail table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
}

/* blockquote 样式 */
.articalContent-detail blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}

/* code 样式 */
.articalContent-detail code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}

.articalContent-detail pre code {
  display: block;
}

.instruction {
  padding: 0 25px;
  padding: 0 0.625rem;
  padding-bottom: 45px;
  padding-bottom: 1.125rem;
  color: #eee;
  display: inline-block;
  font-weight: 400;
}

:deep() {
  .instruction p {
    font-weight: 400;
  }
}

.instruction-top {
  color: #666;
  font-size: 12px;
  font-size: 0.6rem;
  display: inline-block;
  font-weight: 400;
}

.instruction p {
  font-family: PingFang-SC-Medium;
  text-align: justify;
  display: inline;
  color: #666666;
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1.8;
  font-weight: 400;
}

.color {
  height: 30px;
  height: 0.75rem;
  /* background: linear-gradient(#fff, #eee); */
  /* 标准的语法 */
}

.relatedNews {
  padding: 0 12px;
  padding: 0 0.6rem;
  background: #fff;
}

.jn_box {
  padding: 15px 12px;
  padding: 0.75rem 0.6rem;
  background-color: #cb312f;
  border-radius: 12px;
  border-radius: 0.6rem;
  margin: 0 12px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;

}

.f5_box {
  width: 100%;
  background-color: #f5f5f5;
  height: 10px;
  height: 0.5rem;
}

.jn_box_top {
  display: flex;
  align-items: center;
  color: #fff;
}

.jn_box_bottom {
  background-color: #fff;
  border-radius: 10px;
  border-radius: 0.5rem;
  padding: 17px 10px;
  padding: 0.85rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  margin-top: 0.3rem;
  color: #333333;
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: 600;
}

.jn_box_bottom .view_jn_btn {
  background-color: #CB312F;
  color: #FFFFFF;
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 11px;
  padding: 0.25rem 0.55rem;
  box-sizing: border-box;
  border-radius: 40px;
  flex: none;
}

.jn_box_top .line {
  margin: 0 6px;
  margin: 0 0.3rem;
  width: 1px;
  width: 0.1rem;
  height: 13px;
  height: 0.65rem;
  background: #FFFFFF;

}

.jn_box_top .jn_icon {
  width: 27px;
  height: 27px;
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 11px;
  margin-right: 0.55rem;
  margin-top: -3px;
  margin-top: -0.15rem;
}

.jn_box_top .jn_text {
  width: 64px;
  height: 20px;
  width: 3.2rem;
  height: 1rem;
  margin-top: -3px;
  margin-top: -0.15rem;
}

.relatedNews-title {
  color: #333333;
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 13px 0;
  margin: 0.65rem 0;
}

.relatedNews-title .news_icon {
  width: 21px;
  height: 21px;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  margin-right: 7px;
  margin-right: 0.35rem;
  display: inline-block;

}

.relatedNews-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
  margin-top: 0.75rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-bottom: 0.75rem;
  box-sizing: content-box;
}

.relatedNews-list:last-child {
  border: none;
}

.relatedNews-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.relatedNews-list-item-tit {
  font-size: 30px;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.relatedNews-list-item-noImg {
  font-size: 12px;
  font-size: 0.6rem;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  margin-top: 0.35rem;
}

.relatedNews-list-item-noImg-left {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}

.relatedNews-list-item-noImg-left .tag {
  display: flex;
  justify-content: space-between;
}

.relatedNews-list-item-noImg-left .tag .tagImg {
  width: 60px;
  width: 1.5rem;
  height: 30px;
  height: 0.75rem;
  margin-right: 10px;
  margin-right: 0.25rem;
  background-size: 100% 100%;
}

.relatedNews-list-item-noImg-left .tag .content {
  width: 140px;
  width: 3.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.relatedNews-list-item-noImg-left .visit {
  display: flex;
  align-items: center;
}

.relatedNews-list-item-noImg-left .visit img {
  display: inline-block;
  margin-right: 0.28rem;
  width: 30px;
  width: 0.75rem;
  height: 18px;
  height: 0.45rem;
  opacity: 0.6;
}

.relatedNews-list-item-noImg-right .visit img {
  width: 14px;
  height: 14px;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 3px;
  margin-right: 0.15rem;
}

.relatedNews-list-item-noImg-right {
  display: flex;
  align-items: center;
}

.relatedNews-list-item-noImg-right .visit {
  display: flex;
  align-items: center;
}

.relatedNews-list-item-noImg-right:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.relatedNews-list-item-noImg-right i {
  float: right;
}

.relatedNews-list-bottom {
  /* width: 250px;
  width: 6.25rem;
  margin-left: 20px;
  margin-left: 0.5rem;
  height: 100%; */
  width: 104px;
  width: 5.2rem;
  height: 80px;
  height: 4rem;
  margin-left: 16px;
  margin-left: 0.8rem;
}

.relatedNews-list-bottom img {
  width: 104px;
  width: 5.2rem;
  height: 80px;
  height: 4rem;
  border-radius: 4px;
}

.subscribe {
  height: 117px;
  height: 2.925rem;
  display: flex;
}

.subscribe-left {
  width: 64%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.subscribe-left .pri {
  font-size: 32px;
  font-size: 0.8rem;
  color: #fb0001;
  font-weight: 600;
}

.subscribe-left .des {
  color: #969696;
  font-size: 26px;
  font-size: 0.65rem;
}

.subscribe-btn {
  width: 36%;
  background: #e4000f;
  color: #fff;
  height: 117px;
  height: 2.925rem;
  line-height: 117px;
  line-height: 2.925rem;
  text-align: center;
  font-size: 40px;
  font-size: 1rem;
}

.share {
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  /* height: 48px;
  height: 2.4rem; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
  /* 兼容旧版 iOS */
  padding-bottom: calc(0.5rem + constant(safe-area-inset-bottom)) constant(safe-area-inset-bottom);
  padding-top: 0.5rem;
  box-sizing: border-box;
  /* 确保padding包含在高度内 */
}

.share img {
  width: 18px;
  width: 0.9rem;
  height: 18px;
  margin-right: 10px;
  margin-right: 0.25rem;
}

.share .red_text {
  color: #CB312F !important;
}

.share div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-container {
  padding: 20px;
  text-align: center;
}

.open-btn {
  padding: 10px 20px;
  background-color: #42b983;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

/* 遮罩层 */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* 淡入动画 */
  animation: fadeIn 0.3s;
}

/* 弹窗容器 */
.popup-box {
  width: 320px;
  width: 16rem;
  max-width: 90%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  /* 弹出动画 */
  animation: slideIn 0.3s;
}

/* 标题区域 */
.popup-title {
  padding-top: 18px;
  padding-bottom: 12px;
  padding-top: 0.9rem;
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;

}

.popup-title span {
  color: #1A1A1A;
  font-size: 18px;
  font-family: 0.9rem;
  font-weight: 700;
}


/* 内容区域 */
.popup-content {
  font-size: 14px;
  font-size: 0.7rem;
  color: #666;
  line-height: 1.6;
  padding: 0 18px;
  padding: 0 0.9rem;
  margin-bottom: 20px;
  margin-bottom: 1rem;
}

/* 底部按钮区域 */
.popup-footer {
  display: flex;
  padding: 0 18px;
  padding: 0 0.9rem;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;

}

.popup-footer .tips_sure {
  width: 100%;
  height: 38px;
  height: 1.9rem;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #cb312f;
  padding: 6px 0;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;


}

.cancel-btn,
.confirm-btn {
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid transparent;
}

.cancel-btn {
  background-color: #f5f5f5;
  color: #333;
}

.cancel-btn:hover {
  background-color: #e9e9e9;
}

.confirm-btn {
  background-color: #42b983;
  color: white;
}

.confirm-btn:hover {
  background-color: #359e75;
}

/* 动画定义 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 文章内容容器样式 */
.article_content {
  margin: 0 auto;
  box-sizing: border-box;
  height: 100vh;
  overflow-y: auto;
  color: #333;
  /* 隐藏原生滚动条 */
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-family: "PingFang SC", "Arial Narrow";
  
}
.safe_box{
  padding-bottom: calc(1.6rem + env(safe-area-inset-bottom));
  /* 兼容旧版 iOS */
  padding-bottom: calc(1.6rem + constant(safe-area-inset-bottom)) constant(safe-area-inset-bottom);
}

.tips_box {
  display: flex;
  flex-direction: column;
  padding: 18px;
  padding: 0.9rem;
  box-sizing: border-box;
}

.tips_box .tips_title {
  text-align: center;
  color: #1A1A1A;
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 12px;
  margin-bottom: 0.6rem;

}

.tips_box .tips_cont {

  color: #333333;
  display: flex;
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;


}

.tips_box .tips_sure {

  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #cb312f;
  padding: 6px 0;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;


}

.mid_time {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;


}

.mid_time .time {
  color: #666666;
  margin-left: 8px;
}

.tips {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(68, 116, 219, 1);
  display: flex;

}

.abstract {
  background-color: #f4f7ff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  /** 文本1 */
  color: #333333;
  font-size: 15px;
  padding: 30px 12px 20px 12px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.8;
}

.ai_cont .left {
  display: flex;
  align-items: center;
}

.ai_cont .disclaimers {
  /** 文本1 */
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  margin-top: 3px;
  flex: none;
}

.ai_cont .ai_icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.ai_cont .star_btn {
  padding: 0 10px;
  padding: 0 0.5rem;
  background-color: #fff;
  border-radius: 30px;
  border-radius: 1.5rem;
  color: #4474DB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  flex: none;

}


.article_content::-webkit-scrollbar {
  display: none;
}

.title {
  font-size: 21px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 14px;
}

.cont {
  font-size: 16px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
  margin-top: 20px;
  margin-top: 1rem;
}

.source,
.statement {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1.8;
  color: #999;
  margin-top: 10px;
  margin-top: 0.5rem;
  font-weight: 500;
  padding: 0 12px;
  padding: 0 0.6rem;
}
.statement{
  text-align: justify;
}

.statement p {
  display: inline;
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1.8;
  color: #999;
  margin-top: 10px;
  margin-top: 0.5rem;
  font-weight: 500;
}

.statement_cont {
  display: inline;
}

.source {
  margin-top: 20px;
  margin-top: 1rem;

}


.paragraph {
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
  letter-spacing: 0.1rem;

}

/* 自定义滚动控件样式 */
.custom_scroll_controls {
  position: fixed;
  right: 50px;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}

.scroll_track {
  width: 6px;
  width: 0.3rem;
  border-radius: 3px;
  border-radius: 0.15rem;
  position: relative;
}

.scroll_thumb {
  width: 100%;
  background-color: transparent;
  border-radius: 3px;
  position: absolute;
  cursor: pointer;
  transition: top 0.08s ease-out;
  /* 更快更顺滑的过渡 */
}

.drag_button {
  width: 50px;
  width: 2.5rem;
  height: 40px;
  height: 2rem;
  background: url('../images/read_progress_icon.png') no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: 500;
  cursor: grab;
  user-select: none;
  position: absolute;
  transition: top 0.08s ease-out, transform 0.2s ease;
  /* 优化过渡时间 */
  will-change: top;
  /* 提示浏览器优化动画性能 */
}

.drag_button:active {
  cursor: grabbing;
  transform: scale(1.05);
}

.drag_button:hover {
  transform: scale(1.1);
}

/* 悬浮置底按钮样式 */
.scroll_to_bottom_btn {
  position: fixed;
  right: 16px;
  right: 0.8rem;
  bottom: 110px;
  bottom: 5.5rem;
  display: flex;
  width: 50px;
  width: 2.5rem;
  height: 50px;
  height: 2.5rem;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.next_btn {
  position: fixed;
  right: 16px;
  right: 0.8rem;
  bottom: 110px;
  bottom: 5.5rem;
  display: flex;
  gap: 8px;
  gap: 0.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #333333;
  padding: 5px 10px;
  padding: 0.25rem 0.5rem;
  border-radius: 119.5px;
  background: #FFFFFF;
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.1);

}

.next_btn img {
  width: 24px;
  width: 1.2rem;
  height: 24px;
  height: 1.2rem;
}

.scroll_to_bottom_btn:hover {
  transform: translateY(-2px);
}

.scroll_to_bottom_btn:active {
  transform: translateY(0);
}

.scroll_to_bottom_btn:disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  transform: none;
}

.btn-icon {
  font-size: 16px;
  font-size: 0.8rem;
}

.article_content .ai_cont {
  padding: 12px;
  padding: 0.6rem;
  margin: 0 12px;
  margin: 0 0.6rem;
  border-radius: 12px;
  border-radius: 0.6rem;
  background: linear-gradient(270deg, #4474DB 0%, #737EFE 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: 700;
  box-sizing: border-box;
}