.detail-container {
  background-color: #f7f8fa;
  padding-top: 24px;
  min-height: calc(100vh - 166px);
  padding-bottom: 120px;
}
.detail-container .crumbs {
  margin-top: 0;
  margin-bottom: 30px;
}
footer {
  background-color: #fff;
}

.container .left-tools {
  width: 48px;
  margin-right: 30px;
}
.left-tools li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.left-tools li:hover .iconfont {
  background-color: #fff;
  color: var(--primary-color);
}
.left-tools .iconfont {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}
.container .center {
  flex: 1;
  background-color: #fff;
  padding: 30px;
  margin-right: 20px;
  max-width: 1220px;
}
.container .center .news-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 25px;
}
.container .center .flex span {
  color: #888;
  margin-left: 10px;
}
.container .center .top {
  padding-bottom: 20px;
  border-bottom: solid 1px #dadbdf;
  margin-bottom: 20px;
}
.container .center .content {
  line-height: 1.4;
}
.container .center .content {
  font-size: 16px;
  line-height: 26px;
  color: rgb(31, 35, 41);
}
.container .bottom-tag {
  margin-top: 30px;
}
.container .bottom-tag span {
  margin-left: 0;
  margin-right: 20px;
}
.container .author-box {
  width: 360px;
  background: #ffffff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 36px;
}
.author-box .author-info {
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.author-box .author-info img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 1px #eee;
  margin-right: 20px;
}
.author-box .author-info .name {
  width: calc(100% - 90px);
}
.author-box .author-info .name h6 {
  font-size: 16px;
  margin-bottom: 12px;
}
.author-box .author-info .name p {
  font-size: 12px;
  color: #888888;
}
.author-box .num-list {
  flex-wrap: nowrap;
  margin-bottom: 35px;
}
.author-box .num-list li {
  border-right: solid 1px #dadbdf;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #333333;
}
.author-box .num-list li p {
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
}
.author-box .btn-box {
  padding-bottom: 34px;
  border-bottom: solid 1px #dadbdf;
  margin-bottom: 34px;
}
.author-box .btn-box .btn {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.author-box .btn-box .btn.plain {
  margin-right: 20px;
  font-size: 16px;
  color: #e48020;
  border: 1px solid #e48020;
}
.author-box .btn-box .btn.primary {
  font-size: 16px;
  color: #fff;
  background: #e88101;
}
.author-box .recently-released {
  margin-top: 20px;
}
.author-box .recently-released li {
  margin-bottom: 13px;
}
.author-box .recently-released .title {
  font-size: 18px;
  color: #888888;
  margin-bottom: 13px;
}
.author-box .recently-released a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px;
  display: block;
  cursor: pointer;
}
.author-box .recently-released a:hover {
  color: var(--primary-color);
}
.author-box .recently-released span {
  font-size: 12px;
  color: #888888;
}
@media screen and (max-width: 960px) {
  .container > .right {
    display: none;
  }
  .container .center {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .container .center .news-title {
    font-size: 0.32rem;
    line-height: 1.6;
  }
  .container .center {
    padding: 20px;
  }
}
.content h1 {
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 10px;
  margin-top: 0;
}
.content h2 {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 8px;
  margin-top: 22px;
}
.content h3 {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 8px;
  margin-top: 20px;
}
.content h4 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 8px;
  margin-top: 18px;
}
.content h5 {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 8px;
  margin-top: 16px;
}
.content h6 {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 8px;
  margin-top: 16px;
}
.content p {
  margin-bottom: 8px;
  margin-top: 8px;
  line-height: 1.8;
}
.content strong {
  font-weight: bold;
}
.content img {
  margin: 16px auto;
}
:root {
  --w-e-textarea-bg-color: #fff;
  --w-e-textarea-color: #333;
  --w-e-textarea-border-color: #ccc;
  --w-e-textarea-slight-border-color: #e8e8e8;
  --w-e-textarea-slight-color: #d4d4d4;
  --w-e-textarea-slight-bg-color: #f5f2f0;
  --w-e-textarea-selected-border-color: #b4d5ff;
  --w-e-textarea-handler-bg-color: #4290f7;
  --w-e-toolbar-color: #595959;
  --w-e-toolbar-bg-color: #fff;
  --w-e-toolbar-active-color: #333;
  --w-e-toolbar-active-bg-color: #f1f1f1;
  --w-e-toolbar-disabled-color: #999;
  --w-e-toolbar-border-color: #e8e8e8;
  --w-e-modal-button-bg-color: #fafafa;
  --w-e-modal-button-border-color: #d9d9d9;
}
.content pre code {
  word-wrap: normal;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.5;
  margin: 0.5em 0;
  overflow: auto;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  text-shadow: 0 1px #fff;
  word-break: break-word;
  word-spacing: normal;
  background-color: var(--w-e-textarea-slight-bg-color);
  border: 1px solid var(--w-e-textarea-slight-border-color);
  border-radius: 4px 4px;
  display: block;
  font-size: 14px !important;
  padding: 10px;
  text-indent: 0;
  white-space: pre-wrap;
}
.content p code {
  font-size: 14px !important;
  background-color: var(--w-e-textarea-slight-bg-color);
  border-radius: 3px;
  font-family: monospace;
  padding: 3px;
  white-space: pre-wrap;
  word-break: break-word;
}
.content .table {
  border-collapse: collapse;
}
.content table td,
.content table th {
  border: 1px solid var(--w-e-textarea-border-color);
  line-height: 1.5;
  min-width: 30px;
  padding: 3px 5px;
  text-align: left;
}
.content table th {
  background-color: var(--w-e-textarea-slight-bg-color);
  font-weight: 700;
  text-align: center;
}
