@charset "UTF-8";
/*
  ft: font

*/
sub[data-v-4da9fa46],
sup[data-v-4da9fa46] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup[data-v-4da9fa46] {
  top: -0.5em;
}
sub[data-v-4da9fa46] {
  bottom: -0.25em;
}
.shu[data-v-4da9fa46] {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px;
}
.messageBox[data-v-4da9fa46] {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark[data-v-4da9fa46] {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-4da9fa46] {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-4da9fa46]::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark[data-v-4da9fa46] {
  max-width: 800px;
}
*[data-v-4da9fa46] {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.messageBox[data-v-4da9fa46] {
  position: fixed;
  top: 0px;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 2001;
  background: rgba(0, 0, 0, 0.2);
}
.messageBox .cont[data-v-4da9fa46] {
    width: 872px;
    height: 621px;
    background: #ffffff;
    border-radius: 10px;
    top: 60px;
}
.messageBox .cont .head[data-v-4da9fa46] {
      padding: 28px 24px 0 40px;
      margin-bottom: 22px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
}
.messageBox .cont .head span[data-v-4da9fa46] {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #333333;
}
.messageBox .cont .head .icon[data-v-4da9fa46] {
        font-size: 18px;
        color: #999;
}
.messageBox .cont .head .icon[data-v-4da9fa46]:hover {
          cursor: pointer;
}
.messageBox .cont .choose[data-v-4da9fa46] {
      width: 872px;
      height: 50px;
      background: #fbfbfb;
      padding: 10px 40px;
      display: flex;
      justify-content: space-between;
      align-items: "";
      flex-wrap: wrap;
}
.messageBox .cont .choose .flex[data-v-4da9fa46] {
        display: flex;
        vertical-align: baseline;
}
.messageBox .cont .choose .tag[data-v-4da9fa46] {
        position: relative;
        max-width: 162px;
        height: 30px;
        padding: 0px 20px;
        border-radius: 20px;
        border: 1px solid #d9d9d9;
        margin-right: 10px;
        display: flex;
        align-items: center;
}
.messageBox .cont .choose .tag[data-v-4da9fa46]:hover {
          cursor: pointer;
          border-color: #f3493b;
}
.messageBox .cont .choose .tag:hover i[data-v-4da9fa46] {
            color: #F3493B;
}
.messageBox .cont .choose .tag p[data-v-4da9fa46] {
          top: 5px;
          left: 20px;
          max-width: 93px;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          line-clamp: 1;
          -webkit-box-orient: vertical;
          font-size: 14px;
          font-weight: normal;
          line-height: 20px;
          color: #666666;
          margin-right: 14px;
}
.messageBox .cont .choose .tag .el-icon-close[data-v-4da9fa46] {
          color: #999999;
          font-size: 14px;
}
.messageBox .cont .choose .tag i[data-v-4da9fa46]:hover {
          color: #F3493B;
}
.messageBox .cont .choose .inputplaceholder[data-v-4da9fa46] {
        margin-left: 10px;
}
.messageBox .cont .choose span[data-v-4da9fa46] {
        height: 22px;
        margin-top: 5px;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #999999;
}
.messageBox .cont .choose .btn[data-v-4da9fa46] {
        border: none;
        width: 96px;
        height: 30px;
        background: #f3493b;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        color: #ffffff;
}
.messageBox .cont .choose .btn[data-v-4da9fa46]:hover {
          cursor: pointer;
          background: #da4134;
}
.messageBox .cont .industryLt[data-v-4da9fa46] {
      width: 872px;
      height: 497px;
      overflow-y: scroll;
      overflow-x: hidden;
      scrollbar-color: rgba(0, 0, 0, 0.2) #fff;
      /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
      scrollbar-width: thin;
      /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
      -ms-overflow-style: none;
      /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}
.messageBox .cont .industryLt[data-v-4da9fa46]::-webkit-scrollbar {
        display: block;
        width: 4px;
}
.messageBox .cont .industryLt[data-v-4da9fa46]::-webkit-scrollbar-thumb {
        width: 4px;
        scrollbar-width: auto;
        height: 200px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
}
.messageBox .cont .industryLt .list[data-v-4da9fa46] {
        border-bottom: 1px solid #ededed;
        width: 872px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: #333333;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
}
.messageBox .cont .industryLt .list .left[data-v-4da9fa46] {
          width: 211px;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
}
.messageBox .cont .industryLt .list .right[data-v-4da9fa46] {
          padding: 17px 0 17px 20px;
          border-left: 1px solid #ededed;
          width: 660px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
}
.messageBox .cont .industryLt .list .right .right_tag[data-v-4da9fa46] {
            width: 200px;
            height: 34px;
            border-radius: 2px;
            line-height: 34px;
            padding-left: 14px;
            margin-bottom: 6px;
            margin-right: 10px;
}
.messageBox .cont .industryLt .list .right .right_tag[data-v-4da9fa46]:hover {
              cursor: pointer;
              background: #ffe8e8;
}
.messageBox .cont .active[data-v-4da9fa46] {
      background: #ffe8e8;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      color: #e43021;
}

