.crumb {
  margin: 20px 0;
}
.article-panel {
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E5E8ED;
  padding: 32px;
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
}
.article-panel .article-header {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.article-panel .article-header h1 {
  font-size: 28px;
  line-height: 48px;
  color: #000;
  font-weight: 500;
}
.article-panel .article-header .article-infos {
  margin-top: 8px;
  position: relative;
}
.article-panel .article-header .article-infos span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.article-panel .article-header .article-infos .author {
  color: #333;
}
.article-panel .article-header .article-infos i.up-num {
  font-style: normal;
}
.article-panel .article-desc {
  margin-top: 22px;
  line-height: 26px;
  margin-bottom: 16px;
  background: #f9f9f9;
  font-size: 14px;
  color: #73777a;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  padding: 20px 32px;
  margin-bottom: 32px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.article-content p {
  font-size: 14px !important;
}
.article-content p * {
  font-size: 14px !important;
}
.article-content img {
  max-width: 100% !important;
}
.article-tools {
  width: 100%;
  text-align: left;
  padding: 125px 0;
}
.article-tools ul {
  width: 100%;
}
.article-tools ul li {
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(12, 13, 15, 0.16);
  line-height: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #00a4ff;
  text-align: center;
  position: relative;
  user-select: none;
}
.article-tools ul li i.fa {
  font-size: 20px;
}
.article-tools ul li .hv {
  display: none;
}
.article-tools ul li:hover .def {
  display: none;
}
.article-tools ul li:hover .hv {
  display: inline-block;
}
.article-tools .share-component {
  width: 50px;
}
.right-side {
  padding: 0 20px;
}
.category-panel {
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E5E8ED;
  padding: 32px;
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
}
.more-title {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
}
.more-title i.layui-icon {
  margin-right: 5px;
}
.more-title .layui-icon-fire {
  color: #FF5722;
}
.more-title .layui-icon-read {
  color: #5FB878;
}
.more-list {
  padding-top: 12px;
}
.more-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.more-list li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #000;
  top: 8px;
  left: 0;
}
.more-list li a {
  color: #73777a;
  font-size: 14px;
  line-height: 22px;
}
.more-list li a:hover {
  color: #00a4ff;
}
.tags {
  margin: 20px 0;
}
.tags .tag {
  margin: 0 8px;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 8px;
  color: #00a4ff;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  background-color: #ddf3f5;
  border: 1px solid #ddf3f5;
}
.tags .tag i {
  font-size: 12px;
  vertical-align: middle;
  margin: 0 3px;
}
.tags .tag:hover {
  border: 1px solid #00a4ff;
}
.the-next-prev {
  padding: 15px 0;
  margin: 15px 0 0 0;
}
.the-next-prev p {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 370px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #252B3A;
  line-height: 22px;
  margin: 0;
}
.the-next-prev p.text-right {
  padding-left: 0;
  padding-right: 10px;
}
.the-next-prev p::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #ccc;
}
.the-next-prev p.text-right::before {
  left: unset;
  right: 0;
}
.the-next-prev p a {
  font-size: 14px;
  color: #252B3A;
  line-height: 18px;
  max-width: 370px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  width: auto;
  max-width: 100%;
  cursor: pointer;
}
.the-next-prev p a:hover {
  color: #00a4ff;
  text-decoration: underline;
}
.text-right {
  text-align: right;
}
