#articleApp {
  overflow: hidden !important;
}
.header {
  background: none !important;
  height: 0.55rem !important;
  border: 1px #EEEFF0 solid;
}
.header .header_top .logo,
.header .header_top .menu {
  position: relative;
  top: 0;
}
.header .header_top .logo_title {
  font-weight: bold;
  font-size: 0.18rem;
  margin-right: 0.25rem;
}
.header .header_top .iconbai,
.header .header_top .iconcaidan {
  color: #000 !important;
}
.article .article-container {
  padding: 0 0.2rem;
  overflow: scroll;
  height: calc(100vh - 0.55rem);
}
.article .article-container .title {
  border-bottom: 1px solid #eeeff0;
  margin-bottom: 0.2rem;
  margin-top: 0.25rem;
}
.article .article-container .title .text {
  font-size: 0.21rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #202124;
  line-height: 0.32rem;
}
.article .article-container .title .time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.13rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7c8695;
  margin-bottom: 0.2rem;
  margin-top: 0.19rem;
}
.article .article-container .title .time img {
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.08rem;
}
.article .article-container .content {
  font-size: 0.15rem !important;
  font-family: PingFang SC !important;
  color: #202124 !important;
  line-height: 0.25rem !important;
  font-weight: 400 !important;
}
.article .article-container .content img {
  width: 100%;
}
