.w-880 {
  width: 880px;
}
.pb-50px {
  padding-bottom: 50px;
}
.article_card {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 26px 32px;
  box-sizing: border-box;
}

.article_cards {
  padding: 0;
}

.article-manage {
  width: 100px;
  justify-content: flex-end;
}

.tit_badge {
  width: 35px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  background: #ff9a03;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-right: 6px;
}

.author_card {
  background: #fff;
  border-radius: 6px;
  padding: 28px 26px 16px 14px;
  box-sizing: border-box;
}

.rank_card {
  background: #fff;
  border-radius: 6px;
}
.rank_card .item {
  display: block;
  width: 100%;
}
.rank_card .title:hover {
  color: #2469f6;
}
.rank_card .label_badge:hover {
  color: #555666;
}

.hot {
  color: #ea4b4b;
}

.text-blue {
  color: #2469f6;
}

.yellow_badge {
  width: 30px;
  height: 16px;
  border: 1px solid #ff9a03;
  border-radius: 2px;
  text-align: center;
  line-height: 15px;
  color: #ff9a03;
  font-size: 12px;
  display: inline-block;
  margin-right: 6px;
}

.label_badge {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #8590a6;
  background-color: #f5f5f5;
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.avatar {
  border-radius: 50%;
}

.author_type {
  display: block;
  padding: 0 3px;
  text-align: center;
  font-size: 12px;
  color: #2469f6;
  white-space: nowrap;
}

.level {
  width: 36px;
  height: 14px;
  background: #ff9a03;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 15px;
}

.count .label {
  font-size: 13px;
  color: #8590a6;
  text-align: center;
}

.sort {
  color: #8590a6;
  font-size: 14px;
}

.new_reply {
  width: 782px;
  min-height: 84px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-left: 14px;
  padding: 10px;
}

.textarea .el-textarea__inner {
  width: 100%;
  border: none !important;
  padding: 0 !important;
}

.reply_picture {
  width: 64px;
  height: 64px;
  position: relative;
  margin-right: 8px;
}

.reply_picture img {
  object-fit: cover;
}

.reply_picture .del {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  top: -4px;
  cursor: pointer;
}

.reply_button {
  width: 92px;
  height: 36px;
  background: #2a7efb;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}

.reply_content {
  color: #555666;
  line-height: 24px;
  white-space: pre-wrap;
  word-break: break-word;
}

.dash-border-bottom {
  border-bottom: 1px dashed #eee;
}

.dianzanhuifu {
  font-size: 14px;
  color: #555666;
}

.editor-content-view {
  box-sizing: border-box;
  color: #121212;
  font-size: 17px;
  word-break: break-all;
}

.editor-content-view h1,
.editor-content-view h2,
.editor-content-view h3,
.editor-content-view h4 {
  margin: 20px 0;
}

.editor-content-view p,
.editor-content-view li {
  margin: 20px 0;
  white-space: pre-wrap;
  line-height: 28px;
  /* 保留空格 */
}

.editor-content-view img,
.editor-content-view video {
  max-width: 100%;
  display: block;
  margin: auto;
}

.editor-content-view blockquote {
  border-left: 8px solid #d0e5f2;
  padding: 10px 10px;
  margin: 20px 0;
  background-color: #f1f1f1;
}

.editor-content-view .code-toolbar pre {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.editor-content-view table {
  border-collapse: collapse;
}

.editor-content-view td,
.editor-content-view th {
  border: 1px solid #e5e5e5;
  min-width: 80px;
  height: 30px;
  padding: 0 4px;
}

.editor-content-view th {
  background-color: #f1f1f1;
}

.editor-content-view ul,
.editor-content-view ol {
  padding-left: 20px;
}

.editor-content-view input[type="checkbox"] {
  margin-right: 5px;
}

.mt-66 {
  margin-top: 66px !important;
}

.info_label_badge {
  height: 24px;
  line-height: 22px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 2px;
  font-size: 14px;
  color: #8590a6;
  padding: 0 5px;
  display: inline-block;
  margin-right: 12px;
}

.info_label_badge:hover {
  color: #555666;
}

.cate_badge {
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #2a7efb;
  background-color: #fff;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #2a7efb;
  cursor: pointer;
}

.cate_sm_badge {
  display: inline-block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #2a7efb;
  background-color: #fff;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #2a7efb;
  cursor: pointer;
}

.show {
  width: 900px;
  height: 589px;
  background: #fff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  flex-direction: column;
}

.show .title {
  padding: 28px 0 33px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 28px;
  color: #333333;
}

.show .content {
  width: 836px;
  height: 403px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 25px;
  color: #333333;
  overflow-y: auto;
}

.show .confirm_btn {
  width: 180px;
  height: 46px;
  background: #e93323;
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  margin-top: 21px;
}

.el-dialog__wrapper {
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}

.el-dialog__wrapper::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.el-dialog {
  margin: 30px auto !important;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
}

.el-dialog__header {
  text-align: left;
}

.label_tag {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #666666;
  border: 1px solid #eeeeee;
  padding: 0 14px;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.label_selected {
  border: 1px solid #2469f6;
  color: #2469f6;
  background: rgba(36, 105, 246, 0.1);
}

.el-dialog {
  border-radius: 6px !important;
}

.el-dialog__header {
  border-bottom: 1px solid #eee;
}

.nickname {
  color: #555666;
}

.iconluntan-dianzan-yidian {
  color: #e93323;
}

.more_btn {
  width: 106px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #777777;
  cursor: pointer;
}

.children_reply ~ .children_reply {
  margin-top: 15px;
}

.border-bottom-line {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.jingxuan:hover {
  color: #2469f6 !important;
}

.fujian {
  padding: 0 16px;
  height: 50px;
  background-color: #f5f7f8;
  border-radius: 5px;
  color: #4f5a70;
}

.nicknames {
  max-width: 145px;
}

.imgDolg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.imgDolg #imgDolgClose {
  position: fixed;
  top: 35px;
  cursor: pointer;
  right: 3%;
  font-size: 50px;
  color: #fff;
  background-color: #606266;
  border-radius: 50%;
  z-index: 999;
}

.imgDolg .img {
  max-height: 90%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imgDolg .img-hidden {
  width: 0 !important;
  height: 0 !important;
}

.recommend_item {
  width: 100%;
}

.recommend_item div:hover {
  color: #2469f6;
}

.recommend_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cccccc;
  margin-right: 10px;
}

.reply_fixed_box {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
}

.reply_fixed_box .content {
  width: 880px;
  height: 54px;
  padding: 10px 20px;
  box-shadow: 0 -1px 3px hsl(0deg 0% 7% / 10%);
  background: #fff;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reply_fixed_box .tag_btn {
  background: rgba(5, 109, 232, 0.1);
  color: #056de8;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
}

.reply_fixed_box .text-859 {
  color: #8590a6;
}

.ad_grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  width: 100%;
  grid-gap: 16px;
}

.suggest {
  color: #056de8;
}
/* 左侧进入动画 */

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 悬浮右下角 */
.tj-slider-box {
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 999;
  animation: slideInLeft 0.3s ease-in-out;
}
.agent-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-code {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 2px;
}
.contact-code-img {
  width: 200px;
  height: 200px;
}
.flex-x-center {
  align-items: center;
}
