html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.el-header {
  padding: 0;
}
.pc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  padding: 0 24px;
}
.el-header .title {
  font-size: 18px;
  font-weight: bold;
}
.el-header .right {
  display: flex;
}
.el-header .time {
  font-size: 13px;
}
.el-header .label {
  font-weight: bold;
  margin: 0 6px 0 24px;
}
.el-header .download {
  color: #db251d;
  margin-left: 36px;
  padding-left: 24px;
  background: url("../img/download.png") no-repeat left center/16px 16px;
}
.el-header .download:hover {
  cursor: pointer;
  text-decoration: none;
}

.mobile-header {
  height: 100px;
}
.mobile-header .title-line {
  display: flex;
  align-items: center;
  background: #db251d;
  padding: 0 12px;
  height: 50px;
}
.mobile-header .title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  flex: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobile-header .menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url("../img/menu.png") no-repeat center/cover;
}
.mobile-header .time-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  align-items: end;
  padding-right: 12px;
}

.content {
  height: calc(100vh - 60px);
}

.aside {
  width: 300px;
  padding-left: 16px;
}
.el-anchor__list {
  padding-left: 0 !important;
}
.el-anchor__link {
  line-height: 36px;
  font-size: 14px;
  padding-left: 16px;
}
.el-anchor__link:hover {
  font-weight: bold;
  color: #db521d;
  text-decoration: none;
}
.el-anchor__link.is-active {
  color: #db521d;
  background: rgb(254, 240, 240);
  font-weight: bold;
  border-radius: 8px;
}
.el-anchor__marker {
  left: 0;
  height: 40px !important;
  background: #db521d;
}

.scroll {
  overflow-y: auto;
  height: 100%;
}
.scroll .title {
  font-size: 20px;
  font-weight: bold;
  margin: 24px 0 12px;
}
.text-content {
  line-height: 26px;
  font-style: normal;
}
.sub-title {
  margin: 12px 0 6px;
  font-weight: bold;
}
.sub-sub-title {
  margin: 8px 0 4px;
}
.link {
  color: #db521d;
  text-decoration: underline;
}

.mobile .el-anchor__item {
  position: relative;
}
.mobile .el-anchor__link.is-active::before {
  content: "";
  height: 40px;
  width: 4px;
  border-radius: 4px;
  background: #db521d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobile .el-anchor__marker {
  left: 0;
  height: 0px !important;
  background: #db521d;
}
