.container {
  margin-top: 82px;
  margin-bottom: 16px;
}

.lh-24 {
  line-height: 24px;
}

.w-880 {
  width: 880px;
}

.article_card {
  background: #fff;
  border-radius: 6px;
  padding: 20px 24px;
}
.tong {
  padding: 0;
}

.info_label_badge:hover {
  color: #555666;
}
.article_card .copy {
  color: #409eff;
}
.rank_card .label_badge:hover {
  color: #555666 !important;
}

.article_card .nickname {
  color: #999;
}

.article_tabs {
  background: #fff;
  border-radius: 6px 6px 0 0;
  height: 50px;
  padding-left: 24px;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.article_tab_active {
  color: #2469f6;
  font-weight: 500;
  position: relative;
}

.article_tab_active::after {
  content: "";
  width: 32px;
  height: 3px;
  background: #2469f6;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.article_tabs .login {
  color: #2469f6;
  padding: 6px 15px;
  font-weight: 600;
  background: rgba(36, 105, 246, 0.04);
}

.article_tabs .back {
  margin-right: 24px;
  color: #555666;
  cursor: pointer;
}

.article_tabs .back .iconfont {
  margin-right: 8px;
  font-size: 14px;
}

.article_tab {
  font-size: 16px;
  color: #7e8595;
  cursor: pointer;
}

.bg-white {
  background: #fff;
}

.br_bottom {
  border-radius: 0 0 6px 6px;
}

.br_bottom .pic {
  display: flex;
  margin-top: 14px;
}
.br_bottom .pic img {
  width: 156px;
  height: 156px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}

.br_bottom .pic img + img {
  margin: 0 10px;
}

.br_bottom .label {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #8590a6;
  border-radius: 2px;
  background-color: #f5f5f5;
  margin-top: 15px;
  display: inline-block;
}

.rank_card {
  background: #fff;
  border-radius: 6px;
}
.rank_card .tit {
  width: 150px;
}

.hot {
  color: #ea4b4b;
}

.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;
}

.user_top_card {
  width: 1200px;
  /* height: 358px; */
  background-color: #fff;
}

.user_bg {
  height: 240px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.pos {
  position: relative;
}

.card_avatar {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 20px;
  top: -74px;
  border-radius: 8px;
  border: 4px solid #fff;
}
.contact_code {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}
.contact_code img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.contact_code .upload_contact {
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
}
.upload_avatar,
.upload_contact {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.card_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.upload_avatar {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 152px;
  height: 152px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.info_box {
  width: 1000px;
  position: absolute;
  left: 180px;
  top: 0;
  padding: 16px 0 0 32px;
}
.info_box .nickname {
  font-size: 26px;
  font-weight: bold;
}

.edit_btn {
  /* width: 92px; */
  padding: 0 15px;
  height: 34px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}
/* 实心 */
.edit_btn_s {
  background-color: #2469f6;
  border: 1px solid #2469f6;
}
.edit_btn_k {
  color: #2469f6;
  background: #e9f0fe;
  border: 1px solid #a4c2ff;
}
.current-level {
  position: relative;
  width: 256px;
  height: 126px;
  background: linear-gradient(316deg, #2469f6 0%, #2469f6 0%, #a0bfff 100%);
  background-size: 100% 100%;
  border-radius: 6px;
}
.level-icon {
  position: absolute;
  right: 17px;
  top: 0;
  width: 61px;
}
.level-num {
  padding: 38px 17px 0 17px;
  color: #fff;
}
.progress-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 17px;
}
.progress-bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.level-num-title {
  font-family: D-DIN-DIN, D-DIN-DIN;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
}
.current-level .level-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  padding: 0 8px;
  background: #ffc300;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  border-radius: 6px 0px 6px 0px;
}
.level-day {
  position: absolute;
  top: 2px;
  left: 68px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
}
.level-list .level-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  border-radius: 6px 0px 6px 0px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.level-list .level.active {
  color: #fff;
}
.level-exp {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-top: 11px;
}

.card_info11 {
  border-radius: 0 0 6px 6px;
}

.card_info12 {
  border-radius: 6px;
}

.chuangzuo_card {
  width: 100%;
  height: 90px;
  border-radius: 4px;
  background-color: #fafafa;
}

.fabu_btn {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #2a7efb;
  border: 1px solid #2a7efb;
}
.fabu_btn.flow {
  color: #2a7efb;
  background-color: #fff;
  border: 1px solid #2a7efb;
}

.follow-btn {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #2a7efb;
  border: 1px solid #2a7efb;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.follow-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 88px;
  height: 40px;
  border-radius: 40px;
  scale: 0;
  z-index: -1;
  background-color: rgb(42, 126, 251);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.follow-btn:hover::before {
  scale: 3;
}

.follow-btn:hover {
  color: #fff;
  scale: 1.05;
  box-shadow: 0 0px 20px rgba(42, 126, 251, 0.4);
}

.follow-btn:active {
  scale: 1;
}


.count .label {
  color: #8590a6;
}
.logout_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.edit_avatar {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.edit_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
}

.form-box {
  padding-top: 80px;
}
.form-box .edit_title {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.form_item {
  height: 70px;
}
.form_item_label {
  width: 80px;
  text-align: right;
  margin-right: 25px;
  font-size: 16px;
  color: #8590a6;
}
.form_item input {
  flex: 1;
  height: 70px;
  border-bottom: 1px solid #eee;
}
.poster_btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 14px;
  color: #fff;
  padding: 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.confirm_btn {
  width: 80px;
  height: 36px;
  border-radius: 4px;
  background-color: #2469f6;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  margin-right: 210px;
}

.br-4 {
  border-radius: 4px;
}

.p-l-0 {
  padding-left: 0 !important;
}

.new_badge {
  width: 38px;
  height: 18px;
  border: 1px solid #ff9b05;
  color: #ff9b05;
  border-radius: 4px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
}

.pro_grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  width: 100%;
  grid-gap: 22px;
}
.iconluntan-tuijian {
  font-size: 18px;
  color: #ffb300;
}
.agent_pic {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.author_type {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px 0;
  padding: 0 3px;
  height: 20px;
  font-size: 14px;
  color: #2469f6;
  border: 1px solid #2469f6;
  border-radius: 2px;
}

.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;
  margin-right: 0;
}

.reply-content {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #666;
  margin: 7px 0 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.new_reply {
  width: 100%;
  min-height: 84px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 10px;
  margin: 10px 0;
}

.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;
}

.new-tag {
  color: #ff9a03;
  border: 1px solid #ff9a03;
  border-radius: 2px;
  font-size: 12px;
  line-height: 15px;
  padding: 3px 4px;
  font-weight: 500;
  margin-left: auto;
}
.msg-active {
  background: rgba(42, 126, 251, 0.1);
  border-radius: 4px 4px 4px 4px;
  font-size: 13px;
  color: #2a7efb;
}
.reply.reply {
  margin-top: 12px;
}
