.content-container {
  padding-top: 16px;
  width: 1200px;
}
.articleLayoutLleft {
  width: 828px;
  max-width: 100%;
  padding: 0;
}
.articleLayoutRight {
  width: 333px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .articleLayoutRight {
    margin-right: 0;
    padding: 0 12px;
    width: 100%;
    padding-bottom: 80px;
  }
}
@media (max-width: 800px) {
  .articleLayoutLleft {
    padding: 0 12px;
  }
  .content-container {
    padding-top: 12px;
    width: 100%;
  }
}
.articleHeader .articleTitle {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #262626;
  line-height: 45px;
}
@media (max-width: 800px) {
  .articleTitle {
    margin-top: 24px;
  }
}
.userDetailBox {
  margin-bottom: 30px;
  width: 333px;
  background: rgba(153, 153, 153, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.userDetailBox * {
  box-sizing: border-box;
}
.userDetailBox .header {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(64, 151, 247, 0.1);
}
.userDetailBox .infoBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 23px;
}
.userDetailBox .body {
  padding-top: 24px;
}
.userDetailBox .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 10px;
}
.userDetailBox .avatar:hover {
  opacity: 0.8;
}
.userDetailBox .userName {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
  color: #262626;
  line-height: 28px;
}
.userDetailBox .userName:hover {
  color: #007ffa;
}
.userDetailBox .desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
}
.userDetailBox .articleHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.userDetailBox .articleHeader .left,
.userDetailBox .articleHeader .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.userDetailBox .articleHeader .icon {
  color: var(--color-primary);
  font-size: 14px;
  margin-right: 7px;
}
.userDetailBox .articleHeader .rightIcon {
  font-size: 12px;
  color: var(--color-primary);
  margin-left: 3px;
}
.userDetailBox .articleHeader .title {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
}
.userDetailBox .articleHeader .more {
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 20px;
}
.userDetailBox .stat {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.userDetailBox .stat .text {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
  margin-right: 10px;
}
.userDetailBox .stat .num {
  font-size: 24px;
  font-weight: 900;
  color: #4097F7;
  line-height: 29px;
}
.userDetailBox .articleList .item {
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.userDetailBox .articleList .item:last-child {
  margin-bottom: 0;
}
.userDetailBox .articleList .item::before {
  content: " ";
  position: absolute;
  top: 4px;
  left: 0;
  width: 6.73px;
  height: 6.73px;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.userDetailBox .articleList .item:hover .title {
  color: var(--color-primary);
}
.userDetailBox .articleList .title {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
  margin-bottom: 4px;
}
.userDetailBox .articleList .time {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.originUrl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.originUrl .link {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.originUrl .link:hover {
  color: #007ffa;
}
.commentTitle {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 30px;
}
.related-posts {
  width: 827px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.related-posts * {
  box-sizing: border-box;
}
.related-posts .item {
  position: relative;
  height: 154px;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.related-posts .item:hover .related-title {
  color: var(--color-primary);
}
.related-posts .info {
  flex: 1 0 auto;
  width: 0;
  position: relative;
  height: 100%;
}
.related-posts .meta {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.related-posts .meta .iconLike {
  margin-left: 10px;
}
.related-posts .related-title {
  flex: 0 0 auto;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-weight: 600;
  color: #262626;
  line-height: 33px;
}
.related-posts .img-wrapper {
  width: 256px;
  height: 154px;
  background-repeat: no-repeat;
  background-color: #efefef;
  background-size: cover;
  background-position: 50% 50%;
}
.related-posts .img-wrapper img {
  position: absolute;
  width: 100%;
}
.related-posts .img-wrapper .mask {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.related-posts .tag {
  height: 25px;
  background: #02B159;
  border-radius: 9px 0px 13px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 17px;
  padding: 0 8px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 800px) {
  .related-posts .related-item:hover {
    color: #666;
  }
  .related-posts .related-item:hover .img-wrapper .mask {
    display: block;
  }
}
.related-posts .related-item.touched .mask {
  display: block;
}
/*相关文章 end*/
.bd_weixin_popup {
  z-index: 1000000000 !important;
}
.bottomBox {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.bottomBox .left {
  width: 60px;
}
.shareBox {
  height: 72px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.shareBox:hover .icon,
.shareBox:hover .text {
  opacity: 0.6;
  color: #007ffa;
}
.shareBox .icon {
  font-size: 16px;
  color: var(--color-primary);
  margin-right: 5px;
}
.shareBox .text {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 20px;
}
.likeBtn {
  width: 180px;
  height: 70px;
  border-radius: 35px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.likeBtn:hover {
  opacity: 0.6;
}
.likeBtn.active {
  opacity: 1;
  color: #fff;
  background: var(--color-primary);
}
.likeBtn .icon {
  color: inherit;
  margin-bottom: 2px;
}
.likeBtn .num {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.bottomLine {
  margin-top: 30px;
  margin-bottom: 15px;
  height: 1px;
  background: rgba(216, 216, 216, 0.5);
}
.metaBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  margin-bottom: 30px;
}
.metaBox .right {
  display: flex;
  align-items: center;
}
.metaBox .metaComment {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  line-height: 22px;
}
.metaBox .icon {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.metaBox .num {
  margin-right: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  line-height: 22px;
}
.userInfo {
  display: flex;
  align-items: center;
}
.userInfo .avatar {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
}
.userInfo .userName {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  line-height: 22px;
}
.userInfo .dot {
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-radius: 50%;
  background: #d8d8d8;
}
.userInfo .time {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  line-height: 22px;
}
.articleIntroduction {
  position: relative;
  margin-bottom: 40px;
  padding-top: 18px;
  padding-left: 34px;
}
.articleIntroduction .text {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
.articleIntroduction .text:before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -20px;
  top: -20px;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  content: '\ec81';
  margin-right: 3px;
  color: #999;
}
.articleIntroduction .text:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20px;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  content: '\ec81';
  margin-right: 3px;
  color: #999;
  left: 100%;
  transform: rotateY(180deg);
}
.commentLogin {
  height: 50px;
  background: rgba(10, 127, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 100px;
}
.commentLogin .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.commentLogin .loginLink {
  color: var(--color-primary);
}
.commentLogin .btn {
  width: 100px;
  height: 40px;
  background: var(--color-primary);
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  border-radius: 0;
}
.commentLogin .btn:hover {
  background-color: #007ffa;
}
@media (max-width: 800px) {
  .commentLogin {
    width: 100%;
  }
}
.adminItem {
  margin-right: 8px;
  margin-bottom: 8px;
}
.adminFieldStrong {
  display: inline-block;
  font-weight: bold;
  color: #000;
}
.adminFieldFromType {
  font-size: 12px;
  background-color: #eee;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 4px;
  color: #333;
  background-color: #ffd66f;
}
.fromType-original {
  color: #333;
  background-color: #46bd28;
}
.close-block {
  cursor: pointer;
}
.photo-block {
  margin-bottom: 30px;
}
.photo-block img {
  width: 100%;
  height: auto;
  display: block;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tag-list .tag-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 35px;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.tag-list .tag-item a:before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  content: '\e621';
  margin-right: 3px;
}
.tag-list .tag-item a:hover {
  background-color: #ddd;
}
