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

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

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark[data-v-4dbf5c33] {
  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-4dbf5c33] {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-4dbf5c33]::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark[data-v-4dbf5c33] {
  max-width: 800px;
}
*[data-v-4dbf5c33] {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.messageBox[data-v-4dbf5c33] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.2);
}
.messageBox .cont[data-v-4dbf5c33] {
    width: 1001px;
    height: 634px;
    background: #ffffff;
    border-radius: 8px;
}
.messageBox .cont .head[data-v-4dbf5c33] {
      width: 100%;
      height: 80px;
      background: #4066b3;
      border-radius: 8px 8px 0px 0px;
      display: flex;
      align-items: center;
      padding-left: 30px;
}
.messageBox .cont .head .title[data-v-4dbf5c33] {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        line-height: 22px;
        margin-right: 114px;
}
.messageBox .cont .head .input[data-v-4dbf5c33] {
        position: relative;
}
.messageBox .cont .head .input[data-v-4dbf5c33] .el-input {
          width: 268px;
          height: 40px;
          background: #ffffff;
          border-radius: 4px;
}
.messageBox .cont .head .input[data-v-4dbf5c33] .el-input__inner {
          width: 100%;
          font-size: 16px;
          font-weight: 400;
          color: #333;
}
.messageBox .cont .head .input[data-v-4dbf5c33] .el-input__inner:focus {
          caret-color: #d9d9d9;
}
.messageBox .cont .head .input img[data-v-4dbf5c33],
        .messageBox .cont .head .input .searchicon[data-v-4dbf5c33] {
          position: absolute;
          width: 16px;
          height: 16px;
          line-height: 16px;
          top: 12px;
          right: 16px;
          font-size: 16px;
          color: #999999;
          cursor: pointer;
}
.messageBox .cont .head .el-icon-close[data-v-4dbf5c33] {
        font-size: 16px;
        margin-left: 465px;
        color: #ffffff;
}
.messageBox .cont .head .el-icon-close[data-v-4dbf5c33]:hover {
          cursor: pointer;
}
.messageBox .cont .main[data-v-4dbf5c33] {
      display: flex;
      height: 554px;
      padding-top: 10px;
      padding-bottom: 51px;
}
.messageBox .cont .main .left[data-v-4dbf5c33] {
        width: 190px;
        font-size: 14px;
        padding: 0px 10px 0px 10px;
        overflow-y: auto;
        scrollbar-color: rgba(0, 0, 0, 0.2) #fff;
        /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
        scrollbar-width: thin;
        /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
        -ms-overflow-style: none;
        /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}
.messageBox .cont .main .left[data-v-4dbf5c33]::-webkit-scrollbar {
          display: block;
          width: 4px;
}
.messageBox .cont .main .left[data-v-4dbf5c33]::-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 .main .left .li[data-v-4dbf5c33] {
          height: 42px;
          line-height: 22px;
          padding: 11px 0 11px 20px;
}
.messageBox .cont .main .left .jobInfo[data-v-4dbf5c33] {
          color: #2c4069;
}
.messageBox .cont .main .left .jobInfo[data-v-4dbf5c33]:hover {
            background: #f6f9ff;
            color: #4066b3;
            cursor: pointer;
}
.messageBox .cont .main .left .active[data-v-4dbf5c33] {
          background: #f6f9ff;
          color: #4066b3;
          font-weight: 600;
}
.messageBox .cont .main .right[data-v-4dbf5c33] {
        margin-left: 20px;
        font-size: 14px;
        width: 807px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
}
.messageBox .cont .main .right .box[data-v-4dbf5c33] {
          position: relative;
          display: flex;
          align-items: center;
          flex-direction: column;
}
.messageBox .cont .main .right .box .towbox[data-v-4dbf5c33] {
            width: 194px;
            height: 42px;
            display: flex;
            align-items: center;
            color: #333;
            font-size: 14px;
}
.messageBox .cont .main .right .box .pad[data-v-4dbf5c33] {
            padding-left: 10px;
}
.messageBox .cont .main .right .box .drop_down[data-v-4dbf5c33] {
            width: 194px;
            position: relative;
}
.messageBox .cont .main .right .more[data-v-4dbf5c33] {
          z-index: 5;
          padding-left: 14px;
          padding-top: 14px;
          padding-bottom: 14px;
          width: 780px;
          float: left;
          background: #fbfbfb;
          border-radius: 4px;
          position: relative;
}
.messageBox .cont .main .right .more[data-v-4dbf5c33]:hover {
            cursor: pointer;
}
.messageBox .cont .main .right .threebox[data-v-4dbf5c33] {
          width: 190px;
          height: 42px;
          line-height: 42px;
          display: inline-block;
          color: #666;
}
.messageBox .cont .main .right .threebox[data-v-4dbf5c33]:hover {
            cursor: pointer;
}
.messageBox .cont .main .right .img[data-v-4dbf5c33] {
          width: 14px;
          height: 14px;
          display: inline-block;
          margin-right: 10px;
          vertical-align: text-bottom;
}
.messageBox .cont .main .right .iconfont[data-v-4dbf5c33] {
          font-size: 14px;
          color: #e43021;
          margin-right: 10px;
}
.messageBox .cont .main .right .iconfont[data-v-4dbf5c33]:hover {
            cursor: pointer;
}
.messageBox .cont .main .right .jonfontone[data-v-4dbf5c33] {
          font-size: 14px;
}
.messageBox .cont .main .right .jonfontone[data-v-4dbf5c33]:hover {
            color: #568dfe;
            cursor: pointer;
}
.messageBox .cont .main .right .jobfont[data-v-4dbf5c33] {
          color: #568dfe;
}
.messageBox .cont .main .right .col[data-v-4dbf5c33] {
          width: 174px;
          height: 42px;
          display: inline-block;
          color: #568dfe;
}
.messageBox .cont .inputSearch[data-v-4dbf5c33] {
      position: relative;
}
.messageBox .cont .inputSearch .searchlist[data-v-4dbf5c33] {
        width: 268px;
        max-height: 396px;
        background: #fff;
        overflow-y: scroll;
        position: absolute;
        z-index: 12;
}
.messageBox .cont .inputSearch .searchlist[data-v-4dbf5c33]::-moz-placeholder {
          color: #a4a4a4;
}
.messageBox .cont .inputSearch .searchlist[data-v-4dbf5c33]:-ms-input-placeholder {
          color: #a4a4a4;
}
.messageBox .cont .inputSearch .searchlist[data-v-4dbf5c33]::placeholder {
          color: #a4a4a4;
}
.messageBox .cont .inputSearch .searchlist .box[data-v-4dbf5c33] {
          height: 66px;
          padding-left: 15px;
          display: flex;
          flex-direction: column;
          justify-content: center;
}
.messageBox .cont .inputSearch .searchlist .box p[data-v-4dbf5c33] {
            font-size: 14px;
            margin-bottom: 3px;
            color: #333;
            line-height: 30px;
}
.messageBox .cont .inputSearch .searchlist .box span[data-v-4dbf5c33] {
            display: inline-block;
            width: 100%;
            font-size: 12px;
            color: #999;
}
.messageBox .cont .inputSearch .searchlist .box[data-v-4dbf5c33]:hover {
            background: #fbfbfb;
            cursor: pointer;
}
.messageBox .cont .inputSearch .searchlist[data-v-4dbf5c33]::-webkit-scrollbar {
          display: block;
          width: 4px;
}
.messageBox .cont .inputSearch .searchlist[data-v-4dbf5c33]::-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 .inputSearch .noleason[data-v-4dbf5c33] {
        height: 50px;
        padding: 3px 0;
        line-height: 42px;
        text-align: center;
        color: #a4a4a4;
        font-size: 14px;
}
.messageBox .cont .purpose[data-v-4dbf5c33] {
      height: 74px;
      background: #ffffff;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
      border-radius: 10px 10px 0px 0px;
      display: flex;
      justify-content: space-between;
      padding-right: 24px;
}
.messageBox .cont .purpose .title[data-v-4dbf5c33] {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        color: #333333;
        display: inline-block;
        margin-right: 72px;
}
.messageBox .cont .purpose .input[data-v-4dbf5c33] {
        width: 400px;
}
.messageBox .cont .purpose .input[data-v-4dbf5c33] .el-input {
          font-size: 16px;
          font-weight: normal;
          line-height: 22px;
          color: #333;
}
.messageBox .cont .purpose .input[data-v-4dbf5c33] .el-input__inner {
          width: 400px;
          border-radius: 30px;
          border: 1px solid #d9d9d9;
          font-weight: 400;
          color: #333;
          padding-left: 20px;
}
.messageBox .cont .purpose .input[data-v-4dbf5c33] .el-input__inner:focus {
            border-color: #f3493b;
            caret-color: #f3493b;
}
.messageBox .cont .purpose .input[data-v-4dbf5c33] .el-input__inner::-moz-placeholder {
            color: #a4a4a4;
}
.messageBox .cont .purpose .input[data-v-4dbf5c33] .el-input__inner:-ms-input-placeholder {
            color: #a4a4a4;
}
.messageBox .cont .purpose .input[data-v-4dbf5c33] .el-input__inner::placeholder {
            color: #a4a4a4;
}
.messageBox .cont .purpose .input .img[data-v-4dbf5c33] {
          top: 9px;
          left: 364px;
}
.messageBox .cont .purpose .searchlist[data-v-4dbf5c33] {
        margin-top: 4px;
        width: 400px;
        min-height: 42px;
        background: #ffffff;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.messageBox .cont .purpose .searchlist .box[data-v-4dbf5c33] {
          height: 66px;
          margin-left: 0;
          padding: 11px 0 11px 15px;
}
.messageBox .cont .purpose .searchlist .box p[data-v-4dbf5c33] {
            line-height: 22px;
}
.messageBox .cont .purpose .searchlist .box span[data-v-4dbf5c33] {
            line-height: 18px;
}
.messageBox .cont .purpose .searchlist .box[data-v-4dbf5c33]:hover {
            background: #ffe8e8;
}
.messageBox .cont .purpose .searchlist .noleason[data-v-4dbf5c33] {
          height: 42px;
          padding: 0;
          line-height: 42px;
}
.messageBox .cont .purpose .el-icon-close[data-v-4dbf5c33] {
        margin-left: 319px;
        font-size: 16px;
        color: #999999;
}
.messageBox .cont .purpostLeft[data-v-4dbf5c33] {
      margin-top: 10px;
      padding: 0 0 0 20px;
}
.messageBox .cont .purpostLeft .li[data-v-4dbf5c33]:hover {
        background: #ffe8e8;
        cursor: pointer;
        color: #e43021;
        border-radius: 4px;
}
.messageBox .cont .purpostLeft .purpostActive[data-v-4dbf5c33] {
        color: #e43021;
        background: #ffe8e8;
        font-weight: 600;
        border-radius: 4px;
}
.messageBox .cont .purpostRight[data-v-4dbf5c33] {
      width: 816px;
      padding-top: 10px;
}
.messageBox .cont .purpostRight .right .more[data-v-4dbf5c33] {
        width: 776px;
        display: flex;
        flex-wrap: wrap;
}
.messageBox .cont .purpostRight .purpostfont[data-v-4dbf5c33] {
        color: #e43021;
}
.messageBox .cont .purpostRight .purposeJob[data-v-4dbf5c33]:hover {
        color: #e43021;
        cursor: pointer;
}

