.c-dot-prefix-button-root[data-v-0d5aed60] {
  display: flex;
  align-items: center;
}
.c-dot-prefix-button-root .dot-ongoing[data-v-0d5aed60] {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #F8A94A;
}
.c-dot-prefix-button-root .dot-success[data-v-0d5aed60] {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #1DD454;
}
.c-dot-prefix-button-root .dot-error[data-v-0d5aed60] {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #F25556;
}
.c-dot-prefix-button-root .dot-other[data-v-0d5aed60] {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #EAEAEA;
}
.c-dot-prefix-button-root span[data-v-0d5aed60] {
    font-weight: 400;
    font-size: 14px;
    color: #191B21;
    letter-spacing: 0;
    line-height: 14px;
}
.can-click[data-v-0d5aed60] {
  cursor: pointer;
}

.sendLetter[data-v-78f497b3] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.sendLetter .tabName[data-v-78f497b3] {
    font-size: 20px;
    font-weight: 400;
    color: #787C88;
    margin-bottom: 24px;
}
.sendLetter .tabName > span[data-v-78f497b3] {
      cursor: pointer;
      margin-right: 30px;
}
.sendLetter .tabName .isActive[data-v-78f497b3] {
      color: #191B21;
      font-weight: 600;
}
.sendLetter .tabName .searchWrap[data-v-78f497b3] {
      width: 320px;
      height: 40px;
      position: relative;
      float: right;
}
.sendLetter .tabName .searchWrap img[data-v-78f497b3] {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 12px;
        left: 16px;
        z-index: 1;
}
.sendLetter .tabName .searchWrap .searchInput[data-v-78f497b3] .el-input__inner {
        padding-left: 40px;
}
.sendLetter .orderListCon[data-v-78f497b3] {
    width: 100%;
    min-height: calc(100% - 50px);
    padding: 32px 48px;
    background: #ffffff;
    box-sizing: border-box;
}
.sendLetter .orderListCon .topSelect[data-v-78f497b3] {
      width: 100%;
      height: 36px;
}
.sendLetter .orderListCon .topSelect > span[data-v-78f497b3] {
        color: #191B21;
        font-size: 14px;
        margin-right: 16px;
}
.sendLetter .orderListCon .topSelect[data-v-78f497b3] .el-input__inner {
        line-height: 36px;
        height: 36px;
}
.sendLetter .orderListCon .topSelect .rightWrap[data-v-78f497b3] {
        float: right;
}
.sendLetter .orderListCon .topSelect .rightWrap p[data-v-78f497b3] {
          font-size: 14px;
          line-height: 36px;
          text-align: center;
          cursor: pointer;
          display: inline-block;
}
.sendLetter .orderListCon .topSelect .rightWrap p img[data-v-78f497b3] {
            width: 16px;
            height: 16px;
            margin-bottom: -3px;
            margin-right: 8px;
}
.sendLetter .orderListCon .topSelect .rightWrap .upWhiteList[data-v-78f497b3] {
          display: inline-block;
}
.sendLetter .orderListCon .topSelect .rightWrap .btn1[data-v-78f497b3] {
          width: 120px;
          color: #ffffff;
          background: #1D6EFE;
          border-radius: 2px;
}
.sendLetter .orderListCon .topSelect .rightWrap .btn2[data-v-78f497b3] {
          width: 134px;
          color: #191B21;
          background: #F6F9FF;
          border-radius: 2px;
          border: 1px dashed #1D6EFE;
          box-sizing: border-box;
          margin: 0 20px;
}
.sendLetter .orderListCon .topSelect .rightWrap .btn3[data-v-78f497b3] {
          color: #1D6EFE;
          font-weight: 600;
}
.sendLetter .orderListCon .tableList[data-v-78f497b3] {
      margin-top: 24px;
}

.selectWrap {
  padding: 0;
  min-width: 138px;
}
.selectWrap .selectItem {
    padding: 0;
}
.selectWrap .selectItem p {
      height: 36px;
      text-align: center;
      color: #191B21;
      line-height: 36px;
      background: #ffffff;
      cursor: pointer;
}
.selectWrap .selectItem p:hover {
      background: #F2F7FF;
}
.delList .el-popconfirm__main {
  margin-bottom: 28px;
  padding-top: 18px;
}

