/* noto-sans-sc-regular - chinese-simplified */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-sc-v37-chinese-simplified-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-sc-500 - chinese-simplified */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-sc-v37-chinese-simplified-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-sc-600 - chinese-simplified */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-sc-v37-chinese-simplified-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-sc-700 - chinese-simplified */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-sc-v37-chinese-simplified-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: none;
  box-sizing: border-box;
  /* font-family: 'Roboto', 'SourceHan'; */
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans SC', sans-serif;
}
p, pre{
  font-family: 'Noto Sans SC', sans-serif;
}

pre{
  white-space: pre-line;
  margin: 0;
}
/* @font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SourceHan';
  src: url('../font/SourceHanSansSC/Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceHan';
  src: url('../font/SourceHanSansSC/Bold.ttf');
  font-weight: bold;
  font-style: normal;
} */

html {
  font-size: 12px;
}

html,
body {
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  margin: 0 !important;
}

a {
  color: #333;
  user-select: none;
}

a:hover {
  text-decoration: none;
}

img {
  user-select: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(160, 156, 156, 0.6705882352941176);
}

input[type='button'],
input[type='submit'],
input[type='search'],
input[type='reset'] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

/* 公共 */
:root {
  --base-color: #e83929;
  --link-color: #333;
  --border-color: #ddd;
  --gray-color: #ccc;
  --white-color: #fff;
  --bg-color: #f5f5f5;
  --large-size: 1.1rem;
  --medium-size: 0.95rem;
  --small-size: 0.8rem;
  --mini-size: 0.65rem;
  --base-mt: 1.125rem;
  --base-pd: 0.3rem 0.6rem;
}

.w1200 {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

/* IE6、7 专有 */

.fl {
  float: left;
}

.fr {
  float: right;
}

.cp {
  cursor: pointer !important;
}

.cna {
  cursor: not-allowed !important;
}

.flex {
  display: flex;
}

.m-0-20 {
  margin: 0 20px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-9 {
  margin-top: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-space-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-end-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex_dir_column {
  flex-direction: column;
}

.flex-center-start {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.flex-center-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.flex-start-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-evenly-center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.flex-evenly-start {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
}


.one-ellipsis {
  /* 单行溢出隐藏 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.two-ellipsis {
  /* 多行溢出隐藏 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.three-ellipsis {
  /* 三行溢出隐藏 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.four-ellipsis {
  /* 四行溢出隐藏 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.more-ellipsis {
  /* 五行溢出隐藏 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}



.six-ellipsis {
  /* 五行溢出隐藏 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.ten-ellipsis {
  /* 五行溢出隐藏 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}


.vis-hidden {
  visibility: hidden;
}

.vis-show {
  visibility: visible;
}

.user-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

canvas {
  cursor: pointer;
}

.pointer-events {
  pointer-events: none;
}

.min-height {
  min-height: calc(100vh - 416px);
}

/* 报告卡片标签相关 */
.menu-content .tab-menu-list>li>a>.tab-thumbnail.report-tag,
.menu-content .tab-menu-list>li .tab-thumbnail.tab-thumbnail.report-tag {
  overflow: inherit !important;
}

.first-tag::before {
  top: 5px !important;
}

.first-tag::after {
  top: 29px !important;
}

.report-tag:before {
  position: absolute;
  top: 5px;
  left: -8px;
  z-index: 100;
  padding-right: 10px;
  font-weight: bold;
  color: #000;
  height: 0px;
  line-height: 0px;
  box-shadow: -0px 5px 5px -5px #000;
  font-family: PingFangSC-Medium;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
}

.report-tag:after {
  content: '';
  position: absolute;
  top: 29px;
  left: -8px;
  border: #89540c 4px solid;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

/* 深度报告 */
.depth-tags:before {
  border: 12px solid #d42a1b;
  border-right-color: transparent;
  content: '深度';
}

/* 限免报告 */
.free-tags:before {
  top: 35px;
  border: 12px solid #ee7700;
  border-right-color: transparent;
  content: '限免';
}

.free-tags:after {
  top: 59px;
}

/* 即将发布tag */
/* .pub-tags:before {
  border: 12px solid #00aa00;
  border-right-color: transparent;
  content: '即将发布';
} */

/* 短报告tags */
.short-tags:before {
  border: 12px solid #1b9df0;
  border-right-color: transparent;
  content: '短报告';
}

/* 简报tags */
.simple-tags:before {
  border: 12px solid #08be6f;
  border-right-color: transparent;
  content: '简报';
}

/* 白皮书 */
.white-tags:before {
  border: 12px solid #1b9df0;
  border-right-color: transparent;
  content: '白皮书';
}

/* 独家 */
.monopoly-tags:before {
  top: 35px;
  border: 12px solid #06b6c4;
  border-right-color: transparent;
  content: '独家';
}

.watermark-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: rgb(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.watermark-mask .watermark-text {
  font-size: 16px;
  color: rgb(0, 0, 0, 0.3);
  text-align: center;
  margin: auto;
}

.base-red {
  color: #e83929;
}

.hidden {
  display: none;
}

.base-blue {
  color: #17336C;
}

.base-white {
  color: white;
}

.base-green {
  color: #00AC56;
}

.pr {
  position: relative;
  z-index: 0;
}


.sup {
  vertical-align: super;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0px 0px 0px
}

.sub {
  vertical-align: sub;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0px 0px 0px
}

.mw1200 {
  min-width: 1280px;
}



.flex-column {
  flex-direction: column;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.line {
  width: 488px;
  border-bottom: 1px solid #BABABA;
  margin: 0 auto;
}

.pc,
.mobile {
  display: none;
}

/* 竖屏 */
/*
@media screen and (orientation: portrait) {
  .mobile {
    display: block !important;
    width: 100%;
  }
}


/* 横屏（默认） */

@media screen and (orientation: landscape) {
  .pc {
    display: block !important;
  }
}

*/ .scale {
  overflow: hidden;
}

.scale .scale-img {
  transition: 0.5s;
  transform: scale(1);
}

.scale:hover .scale-img {
  transition: 1s;
  transform: scale(1.2);
}

.site {
  min-width: 1280px;
  max-width: 1920px;
  margin: 0 auto;
}

.headline {
  font-size: clamp(25px, 2vw, 38px);
}

.subtitle {
  font-size: clamp(19px, 1.5vw, 26px);;
}

.text {
  font-size: clamp(14px, 1.1vw, 21px);
}

.min-text {
  font-size: clamp(10px, 0.8vw, 16px);

}