body {
  background-color: #f6f6f6;
}
.main {
  /* 分析师覆盖 */
  /* 公司治理 pdf */
}
.main #fg .tabel .thead,
.main #fg .tabel .row {
  display: flex;
}
.main #fg .tabel .thead .tr:first-child,
.main #fg .tabel .row .tr:first-child,
.main #fg .tabel .thead .td:first-child,
.main #fg .tabel .row .td:first-child {
  width: 55%;
  padding-left: 0.6rem;
}
.main #fg .tabel .thead .tr:last-child,
.main #fg .tabel .row .tr:last-child,
.main #fg .tabel .thead .td:last-child,
.main #fg .tabel .row .td:last-child {
  flex: 1;
}
.main #fg .tabel .thead {
  background-color: var(--themeColor5);
}
.main #fg .tabel .thead .tr {
  /* font-family: a_Regular; */
  letter-spacing: 0.01rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 2.7;
}
.main #fg .tabel .row {
  border-bottom: 1px solid #979797;
}
.main #fg .tabel .row .td {
  line-height: 3.2;
  /* font-family: a_Regular; */
  font-size: 0.22rem;
}
.main #pdf {
  /* 列表 */
  /* 分页器 */
}
.main #pdf ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4rem;
  grid-row-gap: 0.6rem;
}
.main #pdf ul li {
  background-color: #fff;
  padding: 0.7rem 0.45rem 0.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 0.4rem 0.4rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-top: 6px solid var(--themeColor3);
}
.main #pdf ul li h3 {
  justify-content: center;
  align-items: center;
  height: 4.56em;
  overflow: hidden;
  text-align: center;
  /* font-family: a_Regular; */
  font-size: 0.26rem;
  line-height: 1.6;
}
.main #pdf ul li .img {
  width: 100%;
  border-top: 1px solid #979797;
  padding-top: 0.28rem;
  margin-top: 0.6rem;
}
.main #pdf ul li .img img {
  width: 0.69rem;
  display: block;
  margin: auto;
}
.main #pdf .pager {
  margin-top: 0.9rem;
  justify-content: center;
}
@media (max-width: 800px) {
  .main #pdf ul li h3 {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main #pdf ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .main #pdf ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .main #pdf ul li .img img {
    width: 20px;
  }
  .main {
    min-height: auto;
  }
  .main #fg .tabel .row .td {
    line-height: 1.5;
    margin: 10px 0;
  }
}
/* 移动端字号 */
@media (max-width: 450px) {
  .main #fg .tabel .thead .tr {
    font-size: 14px;
  }
  .main #fg .tabel .row .td {
    font-size: 12px;
  }
}
