.celebrity {
  width: 100%;
  display: grid;
  box-sizing: border-box;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.celebrity .celebrity_item {
  width: 192px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 24px;
  border-radius: 4px;
  transition: all 0.3s;
}
.celebrity .celebrity_item:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.celebrity .celebrity_item .celebrity_img {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
}
.celebrity .celebrity_item .celebrity_img img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.celebrity .celebrity_item .celebrity_title {
  width: 100%;
  text-align: center;
  margin-top: 4px;
  line-height: 24px;
  color: #24292e;
  font-weight: 600;
  font-size: 16px;
}
.celebrity .celebrity_item .celebrity_title a {
  width: 100%;
  text-align: center;
  margin-top: 4px;
  line-height: 24px;
  color: #24292e;
  font-weight: 600;
  font-size: 16px;
}
.celebrity .celebrity_item .celebrity_num {
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #89939e;
  line-height: 20px;
  height: 20px;
}
.celebrity .celebrity_item .celebrity_content {
  margin-top: 8px;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  color: #24292e;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.celebrity .celebrity_item .celebrity_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.celebrity .celebrity_item .celebrity_btn a {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  background: #f7d049;
  border-radius: 2px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.celebrity .celebrity_item .celebrity_btn a.active {
  background: #e4e6e9;
  color: #89939e;
}
.article {
  width: 100%;
  position: relative;
}
.article .article_title {
  width: 100%;
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  word-break: break-all;
}
.article .article_posi {
  position: absolute;
  left: -64px;
  top: 174px;
  width: 36px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article .article_posi img {
  width: 36px;
  height: 36px;
}
.article .article_time {
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.article .article_time span {
  color: #59636d;
}
.article .article_time .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #89939e;
  margin: 0 8px;
}
.article .article_time i {
  color: #89939e;
}
.article .Abstract {
  margin: 32px 0 24px 0;
  padding: 20px;
  width: 820px;
  background: #f7f8fa;
  align-content: center;
  border-radius: 8px;
}
.article .Abstract_text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #24292e;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 4px;
  letter-spacing: 1px;
  line-height: 1.6;
}
.article .Abstract_title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #4378ff;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.article .Abstract_img {
  margin-top: 20px;
  width: 820px;
  /* height: 508px; */
  /* object-fit: cover; */
  border-radius: 8px 8px 8px 8px;
}

.article .disclaimer {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.article .disclaimer p {
  color: #89939e;
  line-height: 20px;
  font-size: 14px;
}
.article .article_writings {
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
.article .article_writings span {
  line-height: 20px;
  font-size: 14px;
}
.article .article_writings a {
  font-weight: bold;
  font-size: 16px;
  display: block;
  flex: 1;
}
.rich_text {
  margin-bottom: 32px;
  line-height: 2;
  font-size: 16px;
}
.rich_text .rich_text_title {
  margin-top: 20px;
  font-size: 16px;
}
/* 图片增加圆角 */
.rich_text img {
  width: 100%;
  border-radius: 8px;
}
/* 更改内容区域得字间距 */
.rich_text p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
}
.rich_text span {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
}
.rich_text a {
  font-size: 16px;
  color: #4378ff;
}
/* h3级样式 */
.rich_text strong {
  font-size: 20px;
  font-weight: bold;
}
.rich_text h1,
.rich_text h2,
.rich_text h3,
.rich_text h4,
.rich_text h5,
.rich_text h6 {
  font-size: 200%;
}
.line_type {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.line_type .line_list {
  width: 56px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #24292e;
  font-size: 12px;
  background: #eaecef;
  cursor: pointer;
}
.line_type .active {
  background: #f7d049;
}
.trend_chart {
  margin-top: 15px;
}
.trend_chart .kline .charts_content {
  position: relative;
}
.trend_chart .kline .charts_content .echarts_tooltip {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  align-items: center;
  pointer-events: none;
}
.trend_chart .kline .charts_content .echarts_tooltip .list {
  font-size: 12px;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(1) {
  color: #24292e;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(2) {
  color: #f0b90b;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(3) {
  color: #ae5ccc;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(4) {
  color: #5984fb;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(5) {
  color: #00b98c;
}
