@charset "UTF-8";
@media screen and (max-width: 1310px) {
.bottomTip[data-v-48f1319e] {
    font-size: 12px !important;
}
}
.monitorAdd[data-v-48f1319e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 77px);
  /* 页面最小高度铺满屏幕 */
  box-sizing: border-box;
  /*改版*/
}
.monitorAdd .red[data-v-48f1319e] {
    color: #F56C6C !important;
}
.monitorAdd .topTip[data-v-48f1319e] {
    width: 100%;
    min-height: 46px;
    background: #F9FBFF;
    padding: 12px 24px;
    box-sizing: border-box;
    font-size: 14px;
    color: #3E7DEE;
    letter-spacing: 0;
    line-height: 22px;
    border-radius: 8px 8px 0 0;
}
.monitorAdd .topTip i[data-v-48f1319e] {
      margin-right: 6px;
}
.monitorAdd .topTip2[data-v-48f1319e] {
    width: 100%;
    min-height: 46px;
    background: #F9FBFF;
    padding: 12px 24px;
    box-sizing: border-box;
    font-size: 14px;
    color: #191b21;
    letter-spacing: 0;
    line-height: 22px;
    border-radius: 8px 8px 0 0;
}
.monitorAdd .topTip2 .openWindow[data-v-48f1319e] {
      color: #3E7DEE;
      cursor: pointer;
}
.monitorAdd .topTip2 .openWindow[data-v-48f1319e]:hover {
      opacity: .8;
}
.monitorAdd .content[data-v-48f1319e] {
    flex: 1;
    background: #FFFFFF;
    border-radius: 0 0 2px 2px;
    padding: 24px;
    min-height: calc(100vh - 353px);
}
.monitorAdd .content .typeList[data-v-48f1319e] {
      display: flex;
}
.monitorAdd .content .typeList .disabled[data-v-48f1319e] {
        background-color: #F5F7FA;
        cursor: not-allowed;
}
.monitorAdd .content .typeList .typeItem[data-v-48f1319e] {
        border: 1px solid #E1E2E6;
        border-radius: 2px;
        display: inline-block;
        vertical-align: top;
        padding: 0 16px;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        color: #191B21;
        margin-right: 12px;
        cursor: pointer;
}
.monitorAdd .content .typeList .typeItem .rsj[data-v-48f1319e] {
          width: 16px;
          height: 16px;
          display: none;
          position: absolute;
          right: 0;
          bottom: 0;
}
.monitorAdd .content .typeList .active[data-v-48f1319e] {
        border: 1px solid #1D6EFE;
        border-radius: 2px;
}
.monitorAdd .content .typeList .active .rsj[data-v-48f1319e] {
          display: block;
}
.monitorAdd .content .typeList .disabled[data-v-48f1319e] {
        opacity: .4;
        cursor: no-drop;
}
.monitorAdd .content .itemImg[data-v-48f1319e] {
      width: 16px;
      height: 16px;
      margin: 10px 0 10px 5px;
      float: left;
      cursor: pointer;
}
.monitorAdd .content .plantformsStr[data-v-48f1319e] {
      color: #191b21;
      font-size: 14px;
      font-weight: 400;
      line-height: 36px;
}
.monitorAdd .content .plantformsStr span[data-v-48f1319e] {
        color: #1D6EFE;
}
.monitorAdd .content .workFileWrap .workFileBtn[data-v-48f1319e] {
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.monitorAdd .content .workFileWrap .workFileBtn .upBtn[data-v-48f1319e] {
        height: 36px;
        padding: 0 16px;
        background: #f8fafea8;
        border: 1px dashed #1d6efe87;
        border-radius: 4px;
        margin-right: 12px;
        font-weight: 400;
        font-size: 14px;
        line-height: 36px;
        color: #1D6EFE;
        cursor: pointer;
}
.monitorAdd .content .workFileWrap .workFileBtn .downBtn[data-v-48f1319e] {
        font-weight: 400;
        font-size: 14px;
        color: #1D6EFE;
        line-height: 36px;
        cursor: pointer;
}
.monitorAdd .content .workFileWrap .workFileBtn .upBtn[data-v-48f1319e]:hover, .monitorAdd .content .workFileWrap .workFileBtn .downBtn[data-v-48f1319e]:hover {
        opacity: .8;
}
.monitorAdd .content .workFileWrap .workFileList[data-v-48f1319e] {
      width: 100%;
      margin-top: 12px;
}
.monitorAdd .content .workFileWrap .workFileList .tableHeader[data-v-48f1319e] {
        display: flex;
        align-items: center;
        justify-content: left;
}
.monitorAdd .content .whitelistsWrap .whitelistsBtn[data-v-48f1319e] {
      display: flex;
      justify-content: left;
      align-items: center;
}
.monitorAdd .content .whitelistsWrap .whitelistsBtn .upBtn[data-v-48f1319e] {
        height: 36px;
        padding: 0 16px;
        background: #f8fafea8;
        border: 1px dashed #1d6efe87;
        border-radius: 4px;
        margin-right: 12px;
        font-weight: 400;
        font-size: 14px;
        line-height: 36px;
        color: #1D6EFE;
        cursor: pointer;
}
.monitorAdd .content .whitelistsWrap .whitelistsBtn .downBtn[data-v-48f1319e] {
        font-weight: 400;
        font-size: 14px;
        color: #1D6EFE;
        line-height: 36px;
        cursor: pointer;
}
.monitorAdd .content .whitelistsWrap .whitelistsBtn .upBtn[data-v-48f1319e]:hover, .monitorAdd .content .whitelistsWrap .whitelistsBtn .downBtn[data-v-48f1319e]:hover {
        opacity: .8;
}
.monitorAdd .content .whitelistsWrap .whitelistsList[data-v-48f1319e] {
      width: 100%;
      margin-top: 12px;
}
.monitorAdd .content .whitelistsWrap .whitelistsList .tableHeader[data-v-48f1319e] {
        display: flex;
        align-items: center;
        justify-content: left;
}
.monitorAdd .content[data-v-48f1319e] .el-form-item {
      margin-bottom: 20px;
}
.monitorAdd .content[data-v-48f1319e] .el-form-item .el-form-item__label {
        color: #191b21;
        line-height: 36px;
}
.monitorAdd .content .bottomRightText[data-v-48f1319e] {
      font-weight: 400;
      font-size: 14px;
      color: #829BC8;
      line-height: 22px;
      text-align: right;
      margin-top: 60px;
      padding-right: 24px;
}
.monitorAdd .content .bottomRightText span[data-v-48f1319e] {
        font-weight: 500;
        font-size: 14px;
        color: #4774C5;
        line-height: 22px;
        cursor: pointer;
}
.monitorAdd .content .bottomRightText span[data-v-48f1319e]:hover {
        opacity: .8;
}
.monitorAdd .content .formLabel[data-v-48f1319e] {
      color: #191B21;
      font-size: 14px;
      cursor: default;
      width: 110px;
      height: 40px;
      float: left;
      margin-top: 5px;
}
.monitorAdd .content .formLabel img[data-v-48f1319e] {
        width: 16px;
        height: 16px;
        margin-bottom: -2px;
        cursor: pointer;
}
.monitorAdd .content .formLabel span[data-v-48f1319e] {
        width: 24px;
        height: 12px;
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height: 12px;
}
.monitorAdd .content .formItem[data-v-48f1319e] {
      margin-bottom: 22px;
}
.monitorAdd .content .formItem .formLabel[data-v-48f1319e] {
        color: #191B21;
        font-size: 14px;
        cursor: default;
        width: 110px;
        height: 40px;
        float: left;
        margin-top: 5px;
}
.monitorAdd .content .formItem .formLabel img[data-v-48f1319e] {
          width: 16px;
          height: 16px;
          margin-bottom: -2px;
          cursor: pointer;
}
.monitorAdd .content .formItem .formLabel span[data-v-48f1319e] {
          width: 24px;
          height: 12px;
          font-size: 12px;
          font-weight: 400;
          color: #999999;
          line-height: 12px;
}
.monitorAdd .content .formItem .formAttach[data-v-48f1319e] {
        margin-top: 16px;
        margin-left: 110px;
        height: 14px;
        font-size: 14px;
        font-weight: 400;
        color: #FFBD3A;
        line-height: 14px;
}
.monitorAdd .content .formItem .dangerHint[data-v-48f1319e] {
        margin-top: 5px;
        margin-left: 100px;
        font-size: 12px;
        color: #F56C6C;
}
.monitorAdd .content .formItem .patternUrl[data-v-48f1319e] {
        margin-left: 25px;
        width: 56px;
        height: 14px;
        font-size: 14px;
        font-weight: 500;
        color: #1D6EFE;
        line-height: 40px;
}
.monitorAdd .content .formItem .patternUrl[data-v-48f1319e]:hover {
        cursor: pointer;
}
.monitorAdd .content .formItem .btn3[data-v-48f1319e] {
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        color: #1D6EFE;
        font-weight: 400;
        margin-left: 20px;
}
.monitorAdd .content .formItem .btn2[data-v-48f1319e] {
        width: 134px;
        border-radius: 2px;
        color: #606266;
        border: 1px dashed #e1e2e6;
        background-color: #fbfbfd;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
}
.monitorAdd .content .formItem .btn2 img[data-v-48f1319e] {
          width: 16px;
          height: 16px;
          margin-bottom: -3px;
          margin-right: 8px;
}
.monitorAdd .content .formItem .btn2[data-v-48f1319e]:hover {
        border: 1px dashed #1D6EFE;
}
.monitorAdd .content .scopeBox[data-v-48f1319e] {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border: 1px dashed #191B21;
      padding: 10px;
      margin-bottom: 10px;
}
.monitorAdd .content .scopeBox[data-v-48f1319e] .el-icon-close {
        position: absolute;
        right: -10px;
        top: -10px;
        font-size: 20px;
        cursor: pointer;
}
.monitorAdd .content .scopeBox .el-form-item[data-v-48f1319e] {
        margin-bottom: 10px;
        width: 48%;
}
.monitorAdd .content .uploadBtn[data-v-48f1319e] {
      margin: 0 auto;
      padding-right: 10px;
      display: inline-flex;
      height: 36px;
      border-radius: 2px;
      border: 1px dashed #e1e2e6;
      background-color: #fbfbfd;
      line-height: 36px;
      font-size: 14px;
      color: #606266;
      cursor: pointer;
}
.monitorAdd .content .uploadBtn img[data-v-48f1319e] {
        width: 16px;
        height: 16px;
        margin: 10px 0px 10px 8px;
        float: left;
}
.monitorAdd .content .uploadBtn span[data-v-48f1319e] {
        float: left;
}
.monitorAdd .content .uploadBtn[data-v-48f1319e]:hover {
      border: 1px dashed #1D6EFE;
}
.monitorAdd .content .bottomTip[data-v-48f1319e] {
      height: 40px;
      background: #F7F8FA;
      border-radius: 4px;
      color: #606B81;
      text-align: center;
      font-size: 14px;
      line-height: 40px;
      margin-top: 36px;
}
.monitorAdd .content .bottomTip span[data-v-48f1319e] {
        color: #1D6EFE;
        font-weight: 600;
        cursor: pointer;
}
.monitorAdd .content .bottomTip span[data-v-48f1319e]:hover {
        opacity: .8;
}
.monitorAdd .submitDiv[data-v-48f1319e] {
    width: 100%;
    min-height: 58px;
    background: #FFFFFF;
    box-shadow: 0 -10px 40px 0 #b1b1b133;
    position: absolute;
    bottom: 0;
    z-index: 200;
    padding: 18px 0;
    box-sizing: border-box;
}
.monitorAdd .submitDiv .goBuy[data-v-48f1319e] {
      width: 100%;
      height: 32px;
      position: absolute;
      top: -32px;
      left: 0;
      background: #FFFFFF;
}
.monitorAdd .submitDiv .goBuy > div[data-v-48f1319e] {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 14px;
        color: #191B21;
        background: #FADADA;
}
.monitorAdd .submitDiv .goBuy > div > a[data-v-48f1319e] {
          font-weight: 600;
          color: #1D6EFE;
}
.monitorAdd .submitDiv .info[data-v-48f1319e] {
      width: 100%;
      padding: 0 24px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
}
.monitorAdd .submitDiv .info .left[data-v-48f1319e] {
        position: relative;
        padding-right: 80px;
}
.monitorAdd .submitDiv .info .left .equity-list[data-v-48f1319e] {
          font-size: 14px;
          color: #191B21;
          line-height: 22px;
}
.monitorAdd .submitDiv .info .left .equity-list .c-buy-btn[data-v-48f1319e] {
            color: #1D6EFE;
}
.monitorAdd .submitDiv .info .left .refresh[data-v-48f1319e] {
          display: inline-block;
          line-height: 22px;
          height: 22px;
          position: absolute;
          bottom: 0;
          right: 0;
          color: #1d6efe;
          cursor: pointer;
          font-size: 14px;
}
.monitorAdd .submitDiv .info .left .refresh[data-v-48f1319e]:hover {
          opacity: .8;
}
.monitorAdd .submitDiv .info .right[data-v-48f1319e] {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
}
.monitorAdd .uploadDialog .filterSwitchBox[data-v-48f1319e] .el-row, .monitorAdd .uploadDialog .downloadSettingBox[data-v-48f1319e] .el-row {
    line-height: 42px;
}
.monitorAdd .uploadDialog .filterSwitchBox p[data-v-48f1319e], .monitorAdd .uploadDialog .downloadSettingBox p[data-v-48f1319e] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.monitorAdd .uploadDialog .filterSwitchBox p[data-v-48f1319e] .el-input__inner, .monitorAdd .uploadDialog .downloadSettingBox p[data-v-48f1319e] .el-input__inner {
      margin-left: 10px;
}
.monitorAdd .uploadDialog .filterSwitchBox[data-v-48f1319e] .el-switch, .monitorAdd .uploadDialog .downloadSettingBox[data-v-48f1319e] .el-switch {
    margin: 0 10px;
}
.monitorAdd .uploadDialog .monitorObj .item[data-v-48f1319e] {
    margin-bottom: 25px;
}
.monitorAdd .uploadDialog .monitorObj p[data-v-48f1319e] {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.monitorAdd .uploadDialog[data-v-48f1319e] .el-tabs__nav-wrap::after {
    background-color: #fff;
}
.monitorAdd .uploadDialog .DotNone[data-v-48f1319e] .el-radio__input {
    display: none;
}
.monitorAdd .uploadDialog .el-tag + .el-tag[data-v-48f1319e] {
    margin-left: 10px;
}
.monitorAdd .uploadDialog .button-new-tag[data-v-48f1319e] {
    margin-left: 10px;
    height: 32px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.monitorAdd .uploadDialog .input-new-tag[data-v-48f1319e] {
    width: 90px;
    margin-left: 10px;
    vertical-align: bottom;
}
.monitorAdd .uploadDialog .uploadLocal[data-v-48f1319e] {
    width: 360px;
    margin: 60px 20px 0px 20px;
    height: 280px;
}
.monitorAdd .uploadDialog .uploadLocal .uploadText[data-v-48f1319e] {
      font-size: 14px;
      font-weight: 500;
      color: #191B21;
      line-height: 20px;
      white-space: pre-line;
      margin-top: 20px;
}
.monitorAdd .uploadDialog .uploadLocal .uploadTip[data-v-48f1319e] {
      font-size: 12px;
      font-weight: 400;
      color: #787C88;
      line-height: 24px;
      margin-top: 20px;
      white-space: pre-line;
}
.monitorAdd .uploadDialog .uploadLocal button[data-v-48f1319e] {
      position: absolute;
      bottom: 0;
      margin-left: 145px;
}
.monitorAdd .uploadDialog .uploadLocal2[data-v-48f1319e] {
    width: 360px;
    margin: 20px 20px 0px 20px;
    white-space: pre-line;
    height: 100px;
}
.monitorAdd .uploadDialog .uploadLocal2 .uploadTip[data-v-48f1319e] {
      font-size: 12px;
      font-weight: 400;
      color: #787C88;
      line-height: 24px;
      white-space: pre-line;
      margin-top: 20px;
}
.monitorAdd .uploadDialog .uploadLocal2 button[data-v-48f1319e] {
      position: absolute;
      bottom: 0;
      margin-left: 145px;
}
.monitorAdd .uploadDialog .patternUrl[data-v-48f1319e] {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #1D6EFE;
}
.monitorAdd .uploadDialog .patternUrl[data-v-48f1319e]:hover {
    cursor: pointer;
}
.monitorAdd .uploadDialog .topPlatform[data-v-48f1319e] {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}
.monitorAdd .uploadDialog .subPlatform[data-v-48f1319e] {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 26px;
    word-break: keep-all;
}
.monitorAdd .uploadDialog .itemList[data-v-48f1319e] {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #191B21;
    cursor: pointer;
    display: flex;
}
.monitorAdd .uploadDialog .itemList span[data-v-48f1319e] {
      width: 140px;
      display: block;
      float: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-indent: 4px;
}
.monitorAdd .uploadDialog .itemList a[data-v-48f1319e] {
      padding: 0 5px;
      float: right;
      color: #fff;
      flex: 1;
}
.monitorAdd .uploadDialog .itemList[data-v-48f1319e]:hover {
    background-color: #F2F2F2;
}
.monitorAdd .uploadDialog .itemList:hover a[data-v-48f1319e] {
      color: #BBBDC3;
      cursor: pointer;
}
.monitorAdd .platformsWrap .tip[data-v-48f1319e] {
    font-weight: 600;
    font-size: 16px;
    color: #191B21;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 24px;
    box-sizing: border-box;
}
.monitorAdd .platformsWrap .tip .platformsNum[data-v-48f1319e] {
      font-weight: 400;
      font-size: 14px;
      color: #596178;
      line-height: 22px;
}
.monitorAdd .platformsWrap .tip i[data-v-48f1319e] {
      float: right;
      cursor: pointer;
      color: #596178;
      margin-top: 4px;
}
.monitorAdd .platformsWrap .tip i[data-v-48f1319e]:hover {
      opacity: .8;
}
.monitorAdd .platformsWrap .listWrap[data-v-48f1319e] {
    padding: 0 24px;
    box-sizing: border-box;
    margin-top: 40px;
}
.monitorAdd .platformsWrap .listWrap .el-checkbox[data-v-48f1319e] {
      margin-bottom: 12px;
}
.monitorAdd .platformsWrap .listWrap .el-checkbox .platformsCheck[data-v-48f1319e] {
        display: flex;
        align-items: center;
}
.monitorAdd .platformsWrap .listWrap .el-checkbox .platformsCheck .platformsCheck1[data-v-48f1319e] {
          width: 100px;
          font-weight: 400;
          font-size: 14px;
          color: #596178;
          line-height: 22px;
}
.monitorAdd .platformsWrap .listWrap .el-checkbox .platformsCheck .platformsCheck2[data-v-48f1319e] {
          font-weight: 400;
          font-size: 14px;
          color: #191B21;
          line-height: 22px;
}
.monitorAdd .platformsWrap .listWrap .el-checkbox[data-v-48f1319e]:hover {
      opacity: .8;
}
.monitorAdd .platformsWrap .server[data-v-48f1319e] {
    margin-top: 28px;
    font-size: 12px;
    color: #91A2C0;
    text-align: center;
}
.monitorAdd .platformsWrap .server span[data-v-48f1319e] {
      color: #436BB2;
      font-weight: 600;
      cursor: pointer;
}
.monitorAdd .platformsWrap .server span[data-v-48f1319e]:hover {
      opacity: .8;
}
.monitorAdd .platformsWrap .bottomWrap[data-v-48f1319e] {
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0 -10px 40px 0 #b1b1b133;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 24px;
}
.monitorAdd .selectWorkWrap .tip[data-v-48f1319e] {
    font-weight: 600;
    font-size: 16px;
    color: #191B21;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 24px;
    box-sizing: border-box;
}
.monitorAdd .selectWorkWrap .tip i[data-v-48f1319e] {
      float: right;
      cursor: pointer;
      color: #596178;
      margin-top: 4px;
}
.monitorAdd .selectWorkWrap .tip i[data-v-48f1319e]:hover {
      opacity: .8;
}
.monitorAdd .selectWorkWrap .selectWorkContent[data-v-48f1319e] {
    display: flex;
    justify-content: left;
}
.monitorAdd .selectWorkWrap .selectWorkContent .workList[data-v-48f1319e] {
      width: 900px;
      height: 587px;
      padding: 0 24px;
      margin-top: 24px;
      box-sizing: border-box;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork[data-v-48f1319e] {
      width: 300px;
      height: 587px;
      padding-left: 24px;
      margin-top: 24px;
      border-left: 1px solid #EBECF0;
      box-sizing: border-box;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork .topNumber[data-v-48f1319e] {
        height: 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 14px;
        color: #7E8398;
        line-height: 22px;
        margin-bottom: 5px;
        padding-right: 24px;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork .topNumber .patternUrl[data-v-48f1319e] {
          float: right;
          font-weight: 400;
          font-size: 14px;
          color: #1D6EFE;
          line-height: 22px;
          cursor: pointer;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork .topNumber .patternUrl[data-v-48f1319e]:hover {
          opacity: .8;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork .el-scrollbar__wrap[data-v-48f1319e] {
        overflow-x: hidden;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork .itemList[data-v-48f1319e] {
        width: 256px;
        font-size: 14px;
        min-height: 32px;
        color: #191B21;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4px;
        padding: 5px 8px;
        box-sizing: border-box;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork .itemList span[data-v-48f1319e] {
          width: 208px;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork .itemList i[data-v-48f1319e] {
          padding: 0 5px;
          color: #fff;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork .itemList[data-v-48f1319e]:hover {
        color: #1D6EFE;
        background-color: #F4F8FF;
}
.monitorAdd .selectWorkWrap .selectWorkContent .selectWork .itemList:hover i[data-v-48f1319e] {
          color: #1D6EFE;
          cursor: pointer;
}
.monitorAdd .selectWorkWrap .bottomWrap[data-v-48f1319e] {
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0 -10px 40px 0 #b1b1b133;
    border-radius: 0 0 8px 8px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 24px;
}
.monitorAdd .addWorkWrap .tip[data-v-48f1319e] {
    font-weight: 600;
    font-size: 16px;
    color: #191B21;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 24px;
    box-sizing: border-box;
}
.monitorAdd .addWorkWrap .tip span[data-v-48f1319e] {
      font-weight: 600;
      font-size: 16px;
      color: #596178;
      letter-spacing: 0;
      line-height: 24px;
      border-bottom: 2px solid rgba(0, 0, 0, 0);
      padding-bottom: 8px;
      margin-right: 35px;
      cursor: pointer;
}
.monitorAdd .addWorkWrap .tip .active[data-v-48f1319e] {
      color: #1D6EFE;
      border-bottom: 2px solid #1D6EFE;
}
.monitorAdd .addWorkWrap .tip i[data-v-48f1319e] {
      float: right;
      cursor: pointer;
      color: #596178;
      margin-top: 4px;
}
.monitorAdd .addWorkWrap .tip i[data-v-48f1319e]:hover {
      opacity: .8;
}
.monitorAdd .addWorkWrap .addWorkContent .uploadDom[data-v-48f1319e] {
    margin-top: 50px;
}
.monitorAdd .addWorkWrap .addWorkContent .uploadDom[data-v-48f1319e] .el-upload {
      width: 432px;
      height: 148px;
      background: #FFFFFF;
      border-radius: 4px;
      display: block;
      margin: 0 auto;
}
.monitorAdd .addWorkWrap .addWorkContent .uploadDom[data-v-48f1319e] .el-upload .el-upload-dragger {
        width: 100%;
        height: 100%;
}
.monitorAdd .addWorkWrap .addWorkContent .uploadDom[data-v-48f1319e] .el-upload .el-upload-dragger i {
          margin-top: 24px;
}
.monitorAdd .addWorkWrap .addWorkContent .uploadDom[data-v-48f1319e] .el-upload .el-upload-dragger .el-upload__text {
          font-weight: 600;
          font-size: 16px;
          color: #191B21;
          text-align: center;
          line-height: 24px;
}
.monitorAdd .addWorkWrap .addWorkContent .uploadDom[data-v-48f1319e] .el-upload .el-upload-dragger .allText {
          opacity: 0.8;
          font-weight: 400;
          font-size: 12px;
          color: #191B21;
          text-align: center;
          margin-top: 4px;
}
.monitorAdd .addWorkWrap .addWorkContent .describe[data-v-48f1319e] {
    width: 600px;
    min-height: 122px;
    padding: 20px 24px;
    box-sizing: border-box;
    background-image: url(../img/describeBg.6a2d38e1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
}
.monitorAdd .addWorkWrap .addWorkContent .describe p[data-v-48f1319e] {
      font-weight: 400;
      font-size: 14px;
      color: #596178;
      line-height: 22px;
      margin-bottom: 8px;
}
.monitorAdd .addWorkWrap .bottomWrap[data-v-48f1319e] {
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0 -10px 40px 0 #b1b1b133;
    border-radius: 0 0 8px 8px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 24px;
}
.monitorAdd .quantityCon[data-v-48f1319e] {
    padding-bottom: 20px;
}
.monitorAdd .quantityCon .tip[data-v-48f1319e] {
      font-weight: 600;
      font-size: 16px;
      color: #191B21;
      letter-spacing: 0;
      line-height: 24px;
      margin-top: 20px;
      padding: 0 24px;
      box-sizing: border-box;
}
.monitorAdd .quantityCon .tip i[data-v-48f1319e] {
        float: right;
        cursor: pointer;
        color: #596178;
        margin-top: 4px;
}
.monitorAdd .quantityCon .tip i[data-v-48f1319e]:hover {
        opacity: .8;
}
.monitorAdd .quantityCon .contentInfo[data-v-48f1319e] {
      color: #191b21;
      font-size: 14px;
      margin-top: 12px;
      line-height: 24px;
      padding: 0 24px;
}
.monitorAdd .quantityCon .contentInfo span[data-v-48f1319e] {
        color: #1D6EFE;
}
.monitorAdd .quantityCon .btnWrap[data-v-48f1319e] {
      margin-top: 16px;
      text-align: right;
      padding: 0 24px;
      box-sizing: border-box;
}
.monitorAdd .instructionsCon .tip[data-v-48f1319e] {
    font-weight: 600;
    font-size: 16px;
    color: #191B21;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 24px;
    box-sizing: border-box;
}
.monitorAdd .instructionsCon .tip i[data-v-48f1319e] {
      float: right;
      cursor: pointer;
      color: #596178;
      margin-top: 4px;
}
.monitorAdd .instructionsCon .tip i[data-v-48f1319e]:hover {
      opacity: .8;
}
.monitorAdd .instructionsCon .contentInfo .topText[data-v-48f1319e] {
    width: 852px;
    background: #F9FBFF;
    border: 1px solid #E4EBF6;
    border-radius: 8px;
    margin: 20px auto 18px auto;
    padding: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #587EC3;
    line-height: 22px;
}
.monitorAdd .instructionsCon .contentInfo .textList[data-v-48f1319e] {
    font-weight: 400;
    font-size: 14px;
    color: #191B21;
    line-height: 22px;
    padding: 0 24px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.monitorAdd .instructionsCon .contentInfo .textList p[data-v-48f1319e] {
      font-weight: 600;
      font-size: 14px;
      color: #191B21;
      line-height: 22px;
      margin-bottom: 4px;
}
.monitorAdd .instructionsCon .bottomText[data-v-48f1319e] {
    width: 900px;
    height: 54px;
    background: #F9F9F9;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.monitorAdd .instructionsCon .bottomText p[data-v-48f1319e] {
      font-weight: 400;
      font-size: 14px;
      color: #596178;
      line-height: 22px;
}
.monitorAdd .whiteListCon[data-v-48f1319e] {
    padding-bottom: 20px;
}
.monitorAdd .whiteListCon .tip[data-v-48f1319e] {
      font-weight: 600;
      font-size: 16px;
      color: #191B21;
      letter-spacing: 0;
      line-height: 24px;
      margin-top: 20px;
      padding: 0 24px;
      box-sizing: border-box;
}
.monitorAdd .whiteListCon .tip span[data-v-48f1319e] {
        font-weight: 600;
        font-size: 16px;
        color: #596178;
        letter-spacing: 0;
        line-height: 24px;
        border-bottom: 2px solid rgba(0, 0, 0, 0);
        padding-bottom: 8px;
        margin-right: 35px;
        cursor: pointer;
}
.monitorAdd .whiteListCon .tip .active[data-v-48f1319e] {
        color: #1D6EFE;
        border-bottom: 2px solid #1D6EFE;
}
.monitorAdd .whiteListCon .tip i[data-v-48f1319e] {
        float: right;
        cursor: pointer;
        color: #596178;
        margin-top: 4px;
}
.monitorAdd .whiteListCon .tip i[data-v-48f1319e]:hover {
        opacity: .8;
}
.monitorAdd .whiteListCon .whiteListContent[data-v-48f1319e] {
      padding: 24px;
      box-sizing: border-box;
}
.monitorAdd .whiteListCon .btnWrap[data-v-48f1319e] {
      margin-top: 16px;
      padding: 0 24px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.monitorAdd .selectWhitWrap .tip[data-v-48f1319e] {
    font-weight: 600;
    font-size: 16px;
    color: #191B21;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 24px;
    box-sizing: border-box;
}
.monitorAdd .selectWhitWrap .tip i[data-v-48f1319e] {
      float: right;
      cursor: pointer;
      color: #596178;
      margin-top: 4px;
}
.monitorAdd .selectWhitWrap .tip i[data-v-48f1319e]:hover {
      opacity: .8;
}
.monitorAdd .selectWhitWrap .selectWhitContent[data-v-48f1319e] {
    display: flex;
    justify-content: left;
}
.monitorAdd .selectWhitWrap .selectWhitContent .whitList[data-v-48f1319e] {
      width: 900px;
      height: 587px;
      padding: 0 24px;
      margin-top: 24px;
      box-sizing: border-box;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit[data-v-48f1319e] {
      width: 300px;
      height: 587px;
      padding-left: 24px;
      margin-top: 24px;
      border-left: 1px solid #EBECF0;
      box-sizing: border-box;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit .topNumber[data-v-48f1319e] {
        height: 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 14px;
        color: #7E8398;
        line-height: 22px;
        margin-bottom: 5px;
        padding-right: 24px;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit .topNumber .patternUrl[data-v-48f1319e] {
          float: right;
          font-weight: 400;
          font-size: 14px;
          color: #1D6EFE;
          line-height: 22px;
          cursor: pointer;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit .topNumber .patternUrl[data-v-48f1319e]:hover {
          opacity: .8;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit .el-scrollbar__wrap[data-v-48f1319e] {
        overflow-x: hidden;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit .itemList[data-v-48f1319e] {
        width: 256px;
        font-size: 14px;
        min-height: 32px;
        color: #191B21;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4px;
        padding: 5px 8px;
        box-sizing: border-box;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit .itemList span[data-v-48f1319e] {
          display: inline-block;
          width: 208px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit .itemList i[data-v-48f1319e] {
          padding: 0 5px;
          color: #fff;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit .itemList[data-v-48f1319e]:hover {
        color: #1D6EFE;
        background-color: #F4F8FF;
        border-radius: 4px;
}
.monitorAdd .selectWhitWrap .selectWhitContent .selectWhit .itemList:hover i[data-v-48f1319e] {
          color: #1D6EFE;
          cursor: pointer;
}
.monitorAdd .selectWhitWrap .bottomWrap[data-v-48f1319e] {
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0 -10px 40px 0 #b1b1b133;
    border-radius: 0 0 8px 8px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 24px;
}
.monitorAdd[data-v-48f1319e] .maxLengthInput .el-input__inner {
    padding-right: 50px;
}
.monitorAdd .searchWordsTag[data-v-48f1319e] {
    max-width: 200px;
    display: inline-block;
    min-width: 44px;
    height: 26px;
    background: #F3F7FF;
    border: 1px solid #D9E8FF;
    border-radius: 5px;
    padding: 2px 8px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #85AEFF;
    text-align: center;
    line-height: 22px;
    margin-right: 6px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.el-dropdown-menu__item .el-upload {
  width: 100%;
}
.el-dropdown-menu__item .dropdownSel {
  text-align: center;
}
.disabled-row {
  color: #c0c4cc !important;
}
.disabled-row button {
    opacity: .7;
}
.subMitTip {
  width: 310px;
}
.el-popover.el-popper.subMitTip .el-popconfirm {
  width: 100%;
  max-width: 100% !important;
}

