* {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  user-select: text;
  touch-action: pan-y;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  color: #333333;
  font-family: PingFang SC;
  background: #f3f4f6;
}

/*页面字体基础大小*/
page {
  height: 100%;
}

img,
button,
input,
textarea {
  border: none;
  outline: none;
  resize: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

iframe {
  display: none;
}

[v-cloak] {
  display: none !important;
}

.pos {
  position: relative;
}
.abs-lb {
  position: absolute;
  left: 0;
  bottom: 0;
}

.abs-lt {
  position: absolute;
  left: 0;
  top: 0;
}

.abs-rt {
  position: absolute;
  right: 0;
  top: 0;
}

.abs-y-center {
  position: absolute;
  top: 50%;
  --un-translate-y: -50%;
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}

.fixed-lb {
  position: fixed;
  left: 0;
  bottom: 0;
}

.fixed-lt {
  position: fixed;
  left: 0;
  top: 0;
}
.ask-logo {
  width: 180px;
  margin-right: 40px;
}

/**图片背景基础样式**/
.base_bg {
  background-repeat: no-repeat;
  background-size: cover;
}

/**强制父级节点边缘裁剪**/
.ofhd {
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/**文字删除线**/
.tdlt {
  text-decoration: line-through;
}

.flex {
  display: flex;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-start {
  justify-content: start;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-justify-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.acea-row {
  display: flex;
  flex-wrap: wrap;
}

.acea-row.row-middle {
  align-items: center;
}

.acea-row.row-top {
  align-items: flex-start;
}

.acea-row.row-bottom {
  align-items: flex-end;
}

.acea-row.row-center {
  justify-content: center;
}

.acea-row.row-right {
  justify-content: flex-end;
}

.acea-row.row-left {
  justify-content: flex-start;
}

.acea-row.row-between {
  justify-content: space-between;
}

.acea-row.row-around {
  justify-content: space-around;
}

.acea-row.row-column-around {
  justify-content: space-around;
}

.acea-row.row-column {
  flex-direction: column;
}

.acea-row.row-column-between {
  flex-direction: column;
  justify-content: space-between;
}

.acea-row.row-center-wrapper {
  align-items: center;
  justify-content: center;
}

.acea-row.row-between-wrapper {
  align-items: center;
  justify-content: space-between;
}

.acea-no-warp {
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1;
}

.text-666 {
  color: #666;
}

.text-999 {
  color: #999;
}

.bg_white {
  background-color: #fff !important;
}

.text-333 {
  color: #333 !important;
}

.text-555666 {
  color: #555666 !important;
}

.bgeee {
  background-color: #f5f5f5 !important;
}

.bg-f7 {
  background-color: #f7f7f7;
}

.bg-f9 {
  background-color: #f9f9f9;
}

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

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

.font-bold {
  font-weight: 600;
}

.f-w-500 {
  font-weight: 500;
}

.br_50 {
  border-radius: 50%;
}
.m-y-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
/**/
.text-ccc {
  color: #ccc;
}

.text-white {
  color: #fff;
}

.text_yellow {
  color: #ff9a03;
}

.text_blue {
  color: #2a7efb;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.border-top {
  border-top: 1px solid #eee;
}

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

.text-center {
  text-align: center;
}

.title_logo {
  width: 50px;
  height: 58px;
}

.pointer {
  cursor: pointer;
}

.banner_content {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}

.dian {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #2a7efc;
  border-radius: 50%;
  position: relative;
  top: 12px;
}

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

.top_nav {
  /* width: 1200px; */
  padding: 0 41px;
  margin: auto;
  height: 66px;
  backdrop-filter: blur(3px);
}

.nav_text {
  display: inline-block;
  font-size: 16px;
  font-family: PingFang SC;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  line-height: 35px;
  white-space: nowrap;
}

.nav_text ~ .nav_text {
  margin-left: 34px;
}

.nav_text_active {
  color: #2a7efb !important;
}
.nav_btn {
  display: inline-block;
  width: 92px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: rgba(255, 255, 255);
  border-radius: 16px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2a7efb;
  cursor: pointer;
}

.tongzhi {
  margin: 0 11px 0 !important;
}

.tongzhi .iconfont {
  font-size: 20px !important;
}

.top_nav .el-badge__content.is-fixed,
.header_nav .el-badge__content.is-fixed {
  top: 24px;
}

.login_text {
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.container {
  width: 1200px;
  margin: auto;
}

#menu {
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 66px;
  background: transparent;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
}

.nav_search {
  width: 400px;
  height: 34px;
  background: rgba(255, 255, 255, 0.39);
  border-radius: 23px;
  margin-left: 50px;
  padding: 0 22px 0;
  color: #eee;
  font-size: 14px;
  padding-right: 0;
}

.nav_search input {
  height: 32px;
  background: transparent;
  color: #fff;
}

.nav_search input::placeholder {
  color: #e5e5e5;
}
.m-y-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.popover-long-out{
  color: #333;
  text-align: center;
  width: 100%;
}
.nav_create_btn {
  width: 70px;
  height: 32px;
  background: #ffffff;
  border-radius: 23px;
  font-size: 15px;
  font-family: PingFang SC;
  text-align: center;
  line-height: 32px;
  color: #2469f6;
  margin-left: 20px;
}

.nav_active {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

.of-hidden {
  overflow: hidden;
}

.white_menu {
  /* background-color: #fff !important; */
}

.white_menu .nav_text {
  color: #333;
}

.white_menu .nav_text:hover {
  color: #2469f6;
}

.white_menu .nav_search {
  background-color: #f5f5f5;
  color: #ccc;
}

.white_menu .nav_search input {
  height: 32px;
  background: transparent;
  color: #333;
}

.white_menu .nav_search input::placeholder {
  color: #ccc;
}

.white_menu .nav_create_btn {
  background-color: #2469f6;
  color: #fff;
}

.white_menu .login_text {
  color: #333;
}
.white_menu .login_text:hover {
  color: #2469f6;
}

.white_menu .nav_active {
  color: #2469f6;
  font-weight: bold;
  border-bottom: 2px solid #2469f6;
}

.line1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.bg-light-blue {
  background: rgba(42, 126, 251, 0.1);
}
.px-30 {
  padding: 0 30px;
}

.qrcode_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.proview_qr {
  width: 370px;
  height: 394px;
  background: #ffffff;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  z-index: 10;
}

.proview_qr .close {
  font-size: 18px;
  color: #707070;
  position: absolute;
  top: 12px;
  right: 12px;
}

.proview_qr .iconweixin1 {
  color: #5ac67a;
  font-size: 20px;
}

.qr_box {
  width: 210px;
  height: 210px;
  margin: 30px auto 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
}

.text-eee {
  color: #eee;
}

.rank_num {
  width: 18px;
  height: 18px;
  background: #e9d9aa;
  border-radius: 50%;
  font-size: 12px;
  color: #a8872b;
  text-align: center;
  line-height: 18px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.img_cover {
  object-fit: cover;
}

.text-red {
  color: #e93323;
}

.reply_line {
  width: 832px;
  height: 0px;
  border: 1px dashed #eeeeee;
  margin-top: 17px;
}

.reply {
  background: #f8f8f8;
  margin-top: 18px;
  padding: 15px 20px;
  border-radius: 6px;
}

.reply_name {
  display: flex;
  align-items: center;
}

.reply_name .photo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}

.reply_name .name {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
}

.reply_name .lv {
  width: 36px;
  height: 14px;
  background: #ff9a03;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 15px;
  margin: 0 4px 0 8px;
}

.reply_name .classify {
  width: 22px;
  height: 22px;
}

.reply_comment {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #555666;
  margin: 7px 0 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.reply_pic {
  display: flex;
}

.reply_pic img {
  width: 146px;
  height: 80px;
  object-fit: cover;
}

.reply_pic img + img {
  margin: 0 9px;
}

.reply_time {
  /* display: flex; */
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  margin-top: 11px;
}

.reply_action {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #999;
}

.info_label_badge {
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: rgba(2, 86, 255, 0.07);
  border-radius: 2px;
  font-size: 12px;
  color: #2a7efb;
  padding: 0 8px;
  border-radius: 12px;
  display: inline-block;
  margin-right: 12px;
}

.luntan_about {
  color: #909090;
  font-size: 12px;
  line-height: 24px;
}

.luntan_about a {
  color: #909090;
  font-size: 12px;
  line-height: 24px;
}

.luntan_about a:hover {
  color: #2a7efb;
}

.luntan_about a ~ a {
  padding-left: 16px;
}

.empty_box {
  padding: 200px 0;
}

.liked {
  color: #e93323;
}

#side {
  width: 120px;
  height: 480px;
  position: fixed;
  right: 20px;
  top: 66%;
  transform: translateY(-50%);
  z-index: 99;
}

#side .zixun {
  width: 120px;
  height: 173px;
  background: #fff;
  border-radius: 63px 63px 4px 4px;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
  position: relative;
}

#side .zixun .iconguanbi1 {
  font-size: 12px;
  color: #b7c8e8;
  position: absolute;
  right: 5px;
  top: 0;
}

#side .zixun .kefu_avatar {
  width: 90px;
  height: 90px;
  margin-top: 15px;
}

#side .zixun .hot_phone {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  padding-left: 2px;
}

#side .zixun .phone_number {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 16px;
  color: #333333;
  margin-top: 8px;
}

#side .zixun .zixun_btn {
  width: 88px;
  height: 28px;
  background: #2a7efb;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  padding-bottom: 1px;
}

#side .work_code {
  width: 120px;
  height: 142px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
}

#side .work_code .code_text {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
}

#side .gitee_down {
  width: 120px;
  height: 44px;
  background: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
}

#side .luntan {
  width: 120px;
  height: 44px;
  background: linear-gradient(135deg, #3e9fff 0%, #176ff2 100%);
  border-radius: 4px;
  color: #fff;
  position: relative;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
}

#side .back_top {
  width: 120px;
  height: 34px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
  color: #333;
}

#sm_side {
  height: 130px;
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

#sm_side .hide_kefu {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
}

#sm_side .hide_luntan {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3e9fff 0%, #176ff2 100%);
  border-radius: 4px;
}

.loadingicon {
  margin-top: 16px;
}

.loadingicon .loading {
  animation: load linear 1s infinite;
  font-size: 24px;
  color: #000;
}

.br_abstract {
  line-height: 24px;
}

.break_all {
  word-break: break-all;
}

@keyframes load {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.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 #imgDolgClose .img {
  width: 60%;
  max-height: 90%;
}

.el-image {
  max-width: 1440px;
}

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

.view_count {
  font-size: 12px !important;
}

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

.iconshoucang-yixuan {
  color: #e93323;
}

.sticky_box {
  width: 100%;
  position: sticky;
  top: 82px;
}

.search-icon {
  width: 53px;
  height: 34px;
  background: #ffffff;
  border-radius: 0px 23px 23px 0px;
  text-align: center;
  line-height: 34px;
  color: #2469f6;
}

.search-icon-bnt {
  background: #2469f6 !important;
  color: #ffffff !important;
}

.guanwang {
  display: inline-block;
  width: 20px;
  height: 15px;
  position: relative;
  top: 2px;
  background-image: url(/static/images/guanwang.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotateZ(55deg);
}

.white_menu .guanwang {
  background-image: url(/static/images/guanwang2.png) !important;
}

.user-center {
  width: 360px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/static/images/materials.png");
  background-repeat: no-repeat;
  background-size: 100% 76px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  overflow-y: scroll;
}

.user-center::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.user-center::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #cccccc;
}

.user-center::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.user-center .header {
  padding: 16px 0;
}

.user-center .header .head-title {
  color: #303133;
  font-weight: bold;
  font-size: 15px;
}

.user-center .header .iconfont {
  color: #999999;
  font-size: 12px;
  cursor: pointer;
}

.drawer-container {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.drawer-container .drawer-item {
  border-bottom: 1px dashed #ebeef5;
  position: relative;
}

.drawer-container .drawer-item .icon-jinru2 {
  font-size: 10px;
  color: #bbbbbb;
}

.drawer-container .drawer-item .head {
  align-items: center;
  cursor: pointer;
}

.drawer-container .drawer-item .head .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.drawer-container .drawer-item .head .head-text {
  margin-left: 10px;
}

.drawer-container .drawer-item .head .head-text .text {
  align-items: center;
}

.drawer-container .drawer-item .head .head-text .level {
  width: 19px;
  height: 19px;
  margin-left: 4px;
}

.drawer-container .drawer-item .head .head-text .name {
  color: #333333;
  font-size: 14px;
}

.drawer-container .drawer-item .head .head-text .count {
  color: #666666;
  font-size: 13px;
  display: inline-block;
  margin-left: 8px;
}

.drawer-container .drawer-item .head .head-text .head-pro {
  margin-top: 5px;
  max-width: 255px;
}

.drawer-container .drawer-item .head .head-text .pro-icon {
  width: 18px;
  height: 18px;
}

.drawer-container .drawer-ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.drawer-container .drawer-ul .item {
  font-size: 13px;
  color: #666666;
  text-align: left;
}

.drawer-container .drawer-ul .item.item3 {
  display: flex;
  align-items: center;
  margin-right: 26px;
}

.drawer-container .drawer-ul .item.item3:last-child {
  margin-right: 0;
}

.drawer-container .drawer-ul .item.item-message {
  margin-right: 60px;
}

.drawer-container .drawer-ul .item .text-blue {
  display: block;
  margin-top: 9px;
  font-weight: bold;
  color: #1890ff;
  font-size: 16px;
}

.drawer-container .drawer-ul .item .text-count {
  color: #333333;
  font-weight: bold;
  margin-left: 2px;
}

.drawer-container .drawer-ul .item.item4 {
  width: 25%;
}

.drawer-container .drawer-ul .item.item100 {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 20px;
}

.drawer-container .drawer-ul .item.item100 .text-blue {
  margin: 0 0 0 5px;
}

.drawer-container .text-link {
  color: #1890ff;
  font-size: 12px;
  width: 80px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1890ff;
  border-radius: 2px;
  margin-left: 5px;
  background: none;
  line-height: 16px;
}

.drawer-container .text-link.copy {
  cursor: pointer;
}

.drawer-container .drawer-item .gengduo {
  font-size: 10px;
  color: #bbbbbb;
  position: absolute;
  right: 0;
  top: 5px;
}

.drawer-container .item-head {
  margin-top: 26px;
  align-items: center;
  /*cursor: pointer;*/
}

.drawer-container .item-head .title-icon {
  width: 15px;
  height: 15px;
}

.drawer-container .item-head .title {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

.drawer-container .service {
  margin-top: 24px;
  align-items: center;
}

.drawer-container .service .service-name {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  margin-right: 5px;
}

.drawer-container .service .label {
  width: 70px;
  height: 15px;
}

.drawer-container .ul-head {
  margin: 20px 0;
}

.drawer-container .ul-message {
  margin: 25px 0 20px;
}

.drawer-container .ul-items {
  margin: 24px 0 20px;
}

.drawer-container .ul-text {
  margin: 5px 0 20px;
}
.drawer-container .drawer-item .author_type {
  margin: 0 6px 0;
  padding: 0 3px;
  height: 17px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #2469f6;
  border: 1px solid #2469f6;
  border-radius: 2px;
}
.popover-user-info .author_type {
  margin: 0 6px 0;
  padding: 0 3px;
  height: 17px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #2469f6;
  border: 1px solid #2469f6;
  border-radius: 2px;
}
.foot {
  display: flex;
  justify-content: center;
  bottom: 0;
  position: fixed;
  background: #fff;
  /*border-top: 1px solid #e1e1e1;*/
  padding-top: 4px;
  height: 50px;
  width: 360px;
}

.foot .loginout {
  width: 240px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: none;
  cursor: pointer;
}
.rank_agent_pic {
  position: absolute;
  bottom: -4px;
  right: -4px;
}

.tag-bg-blue {
  background: #2a7efb !important;
}

.fixed-lt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.bg-white {
  background: #fff;
}
.text-aaa {
  color: #aaaaaa;
}

.lh-13 {
  line-height: 13px;
}
.slide_container {
  padding: 28px 40px 8px 41px;
  flex-wrap: wrap;
}
.slide_container .slide {
  margin: 0 40px 20px 0;
  line-height: 16px;
}
.slide_container .but-tab {
  width: 28px;
  height: 12px;
  background: #f4f4f4;
  border-radius: 6px 6px 0px 0px;
  color: #707070;
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rotate {
  transform: rotate(180deg);
}

.slide_container .iconfont {
  font-size: 12px;
  transition: all 0.3s;
}

.post-popover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-popover .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.post-popover .item .icon {
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  border-radius: 50%;
  margin-bottom: 10px;
}
.post-popover .item:hover .icon {
  background-color: #2469f6;
  color: #eeeeee;
}
.post-popover .item:hover .text {
  font-weight: 500;
}
.post-popover .item .icon .iconfont {
  font-size: 20px !important;
}

.popover-user-info {
  padding: 20px 18px;
}
.popover-user-info .user-btn {
  height: 40px;
  margin-top: 22px;
  border-radius: 4px;
  color: #fff;
  background: #2469f6;
}
.popover-user-info .user-btn.flow {
  color: #2469f6;
  background: #e9f0fe;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #a4c2ff;
}
.user-level-tag {
  font-weight: 600;
  font-size: 12px;
  padding: 0px 7px;
  color: #fff;
  background: linear-gradient(315deg, #2469f6 0%, #24baf6 100%);
  border-radius: 12px;
}
.user-level-tag-small {
  padding: 0px 5px;
  line-height: 14px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(315deg, #2469f6 0%, #24baf6 100%);
  border-radius: 12px;
}
/* 文字渐变色 */
.user-level-text {
  font-weight: 600;
  font-size: inherit;
  background-image: linear-gradient(to right, #ff97d0, #eb2f96);
  color: transparent;
  -webkit-background-clip: text;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.grid-justify-between {
  justify-content: space-between;
}
.f-w-400 {
  font-weight: 400;
}
.text-8590A6 {
  color: #8590a6;
}
.text-2469F6 {
  color: #2469f6;
}
.m-r-21 {
  margin-right: 21px;
}
.m-l-21 {
  margin-left: 21px;
}
.p-0-21 {
  padding: 0 21px;
}
.max-w-6em {
  max-width: 6em;
}
.max-w-8em {
  max-width: 8em;
}
.m-x-28 {
  margin-left: 28px;
  margin-right: 28px;
}
.l-h-12 {
  line-height: 12px;
}
.l-h-13 {
  line-height: 13px;
}
.l-h-14 {
  line-height: 14px;
}
.l-h-16 {
  line-height: 16px;
}
.l-h-18 {
  line-height: 18px;
}
.p-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-x-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.text-#7E8595 {
  color: #7e8595;
}
.text-333 {
  color: #333;
}
.text-2469F6 {
  color: #2469f6;
}
.text-666 {
  color: #666;
}
.text-fff {
  color: #fff;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.w100 {
  width: 100%;
}
.text-CA9500 {
  color: #ca9500;
}
.text-FFF203 {
  color: #fff203;
}
.text-4F5A70 {
  color: #4f5a70;
}
.m-b-13 {
  margin-bottom: 13px;
}
.m-r-9 {
  margin-right: 9px;
}
.w-200 {
  width: 200px;
}
.f-s-12-m {
  font-size: 12px !important;
}
.f-s-14-m {
  font-size: 14px !important;
}
/* 空心按钮 */
.btn-hollow {
  cursor: pointer;
  width: 80px;
  height: 34px;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #2469f6;
  color: #2469f6;
}
/* 实心按钮 */
.btn-solid {
  cursor: pointer;
  width: 80px;
  height: 34px;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  background: #2469f6;
  color: #fff;
  border-radius: 4px 4px 4px 4px;
}
.w-70-percent {
  width: 70%;
}

.br-50 {
  border-radius: 50%;
}
.p-x-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.b-b-1 {
  border-bottom: 1px solid #eee;
}
.p-b-16 {
  padding-bottom: 16px;
}
.p-b-18 {
  padding-bottom: 18px;
}
.p-y-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.m-y-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}
.hot-img {
  margin-right: 5px;
}
.p-y-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.p-x-34 {
  padding-left: 34px;
  padding-right: 34px;
}
.msg-count {
  min-width: 16px;
  height: 16px;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  background-color: #ff4545;
  border-radius: 30px;
  color: #fff;
  padding: 0px 5px;
}
.m-w-200 {
  max-width: 200px;
}
.l-h-20 {
  line-height: 20px;
}
.user-introduce {
  max-width: 200px;
}
.text-8590A6 {
  color: #8590a6;
}
.w-650 {
  width: 650px;
}
.m-w-90-p {
  max-width: 90%;
}
.m-w-95-p {
  max-width: 95%;
}
.flex-direction-column {
  flex-direction: column;
}

.h-100-p {
  height: 100%;
}

.setting-color .active {
  border: 2px solid #bdbcff;
}


.article-content iframe{
  display: block;
}
#editor-text-area iframe{
  display: block;
}
