.backWrap[data-v-3136cd26] {
  width: 100%;
  height: 58px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
}

@charset "UTF-8";
.addWrap[data-v-7d931ef8] {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 77px);
  /* 页面最小高度铺满屏幕 */
}
.addWrap .content[data-v-7d931ef8] {
    width: 100%;
    flex: 1;
    background: #FFFFFF;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 8px;
}
.addWrap .content .tab[data-v-7d931ef8] {
      margin-bottom: 20px;
}
.addWrap .content .tab .label[data-v-7d931ef8] {
        display: inline-block;
        width: 90px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #191B21;
        vertical-align: top;
}
.addWrap .content .tab .label .red[data-v-7d931ef8] {
          color: #F25556;
}
.addWrap .content .tab .tab1[data-v-7d931ef8], .addWrap .content .tab .tab2[data-v-7d931ef8] {
        display: inline-block;
}
.addWrap .content .tab .tab1 span[data-v-7d931ef8], .addWrap .content .tab .tab2 span[data-v-7d931ef8] {
          display: inline-block;
          padding: 0 18px;
          height: 36px;
          border: 1px solid #E1E2E6;
          line-height: 36px;
          font-size: 14px;
          color: #787C88;
          margin-right: 12px;
          cursor: pointer;
          box-sizing: border-box;
          border-radius: 4px;
}
.addWrap .content .tab .disableBtn[data-v-7d931ef8] {
        opacity: 0.6;
        cursor: no-drop !important;
}
.addWrap .content .tab .isActive[data-v-7d931ef8] {
        color: #1D6EFE !important;
        border: 1px solid #1D6EFE !important;
}
.addWrap .content .tab .upload[data-v-7d931ef8] {
        width: calc(100% - 90px);
        display: inline-block;
}
.addWrap .content .tab .upload .upFileBtn[data-v-7d931ef8] {
          height: 34px;
          background: #f8fafea8;
          border: 1px dashed #1d6efe87;
          border-radius: 4px;
          padding: 0 16px;
          font-size: 14px;
          line-height: 36px;
          color: #1D6EFE;
}
.addWrap .content .tab .upload .upFileBtn[data-v-7d931ef8]:hover {
            opacity: 0.8;
}
.addWrap .content .tab .upload .tWrap[data-v-7d931ef8] {
          float: left;
          overflow: hidden;
}
.addWrap .content .tab .uploadChang[data-v-7d931ef8] {
        max-width: 500px;
}
.addWrap .content .tab .rightBtn[data-v-7d931ef8] {
        padding-top: 46px;
}
.addWrap .content .tab .rightBtn p[data-v-7d931ef8] {
          height: 36px;
          line-height: 36px;
          display: inline-block;
          vertical-align: top;
          padding: 0 18px;
          font-weight: 400;
          font-size: 14px;
          margin-left: 12px;
          cursor: pointer;
}
.addWrap .content .tab .rightBtn .btn1[data-v-7d931ef8] {
          border: 1px solid #1D6EFE;
          border-radius: 4px;
          color: #1D6EFE;
}
.addWrap .content .tab .rightBtn .btn2[data-v-7d931ef8] {
          background: #1D6EFE;
          border-radius: 4px;
          color: #FFFFFF;
}
.addWrap .content .tab .rightBtn .noBtn[data-v-7d931ef8] {
          opacity: .4;
          cursor: not-allowed !important;
}
.addWrap .content .tab3[data-v-7d931ef8] {
      margin-bottom: 20px;
      display: flex;
}
.addWrap .content .tab3 .upload[data-v-7d931ef8] {
        display: flex;
        justify-content: space-between;
}
.addWrap .content .tableWrap .load[data-v-7d931ef8] {
      font-size: 14px;
      color: #787C88;
}
.addWrap .content .tableWrap .succ[data-v-7d931ef8], .addWrap .content .tableWrap .err[data-v-7d931ef8] {
      font-size: 14px;
      color: #191B21;
}
.addWrap .content .tableWrap .statusIco[data-v-7d931ef8] {
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-bottom: -4px;
}
.addWrap .content .webContent[data-v-7d931ef8] {
      min-height: 368px;
      background: #FCFCFE;
      border: 1px solid #EBECF0;
}
.addWrap .content .webContent .leftCon[data-v-7d931ef8] {
        width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 20px 30px;
}
.addWrap .content .webContent .rightCon[data-v-7d931ef8] {
        width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        border-left: 1px #EBECF0 solid;
        padding: 20px 30px;
}
.addWrap .content .webContent .rightCon[data-v-7d931ef8] .el-upload {
          width: 100%;
          max-width: 360px;
}
.addWrap .content .webContent .rightCon[data-v-7d931ef8] .el-upload .uploadIco {
            width: 58px;
            height: 44px;
            margin: 45px auto 11px auto;
}
.addWrap .content .webContent .rightCon[data-v-7d931ef8] .el-upload .uploadIco img {
              width: 100%;
              height: 100%;
}
.addWrap .content .webContent .rightCon[data-v-7d931ef8] .el-upload-dragger {
          width: 100%;
          min-width: 240px;
}
.addWrap .content .webContent .rightCon .webImg[data-v-7d931ef8] {
          width: 100%;
          max-width: 360px;
          min-width: 240px;
          position: relative;
          overflow: hidden;
}
.addWrap .content .webContent .rightCon .webImg img[data-v-7d931ef8] {
            width: 100%;
            height: 100%;
            display: inline-block;
            vertical-align: top;
}
.addWrap .content .webContent .rightCon .webImg .model[data-v-7d931ef8] {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            background: rgba(0, 0, 0, 0.4);
            display: none;
}
.addWrap .content .webContent .rightCon .webImg .model .btns[data-v-7d931ef8] {
              position: absolute;
              top: 50%;
              left: 50%;
              text-align: center;
              transform: translate(-50%, -50%);
}
.addWrap .content .webContent .rightCon .webImg .model .btns .big[data-v-7d931ef8] {
                margin-right: 10px;
}
.addWrap .content .webContent .rightCon .webImg .model .btns .del[data-v-7d931ef8], .addWrap .content .webContent .rightCon .webImg .model .btns .big[data-v-7d931ef8] {
                font-size: 32px;
                cursor: pointer;
                color: #FFFFFF;
                opacity: 0.8;
}
.addWrap .content .webContent .rightCon .webImg .model .btns .del[data-v-7d931ef8]:hover, .addWrap .content .webContent .rightCon .webImg .model .btns .big[data-v-7d931ef8]:hover {
                opacity: 1 !important;
}
.addWrap .content .webContent .rightCon .webImg:hover .model[data-v-7d931ef8] {
          display: block !important;
}
.addWrap .content .webContent .complete[data-v-7d931ef8] {
        padding: 20px 30px;
        box-sizing: border-box;
}
.addWrap .content .webContent .complete .t2[data-v-7d931ef8] {
          max-width: 500px;
}
.addWrap .content .webContent .hidden[data-v-7d931ef8] {
        display: none;
}
.addWrap .content .webContent .title[data-v-7d931ef8] {
        font-weight: 600;
        font-size: 16px;
        color: #191B21;
        margin-bottom: 18px;
}
.addWrap .content .webContent .t2[data-v-7d931ef8] {
        color: #8D9199;
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
}
.addWrap .content .webContent .t2 span[data-v-7d931ef8] {
          color: #000000;
}
.addWrap .bottomWrap[data-v-7d931ef8] {
    width: 100%;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0 -10px 40px 0 #b1b1b133;
    position: sticky;
    left: 0;
    bottom: 0;
}
.addWrap .bottomWrap .lack_equity[data-v-7d931ef8] {
      position: absolute;
      width: 100%;
      height: 32px;
      background: #FADADA;
      top: -32px;
      left: 0;
      text-align: center;
      line-height: 32px;
      font-weight: 400;
      font-size: 14px;
      color: #191B21;
}
.addWrap .bottomWrap .bottomWrapDown[data-v-7d931ef8] {
      width: 100%;
      height: 58px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
      box-sizing: border-box;
}
.addWrap .bottomWrap .bottomWrapDown .leftList[data-v-7d931ef8] {
        display: flex;
        align-items: center;
        gap: 4px;
}
.addWrap .bottomWrap .bottomWrapDown .leftList p[data-v-7d931ef8] {
          color: #191b21;
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
}
.addWrap .bottomWrap .bottomWrapDown .leftList p span[data-v-7d931ef8] {
            color: #1D6EFE;
}
.addWrap .bottomWrap .bottomWrapDown .leftList .refreshBtn[data-v-7d931ef8] {
          font-weight: 400;
          font-size: 14px;
          line-height: 22px;
          display: flex;
          align-items: center;
          gap: 2px;
          cursor: pointer;
          color: #1D6EFE;
}
.addWrap .bottomWrap .bottomWrapDown .leftList .refreshBtn img[data-v-7d931ef8] {
            width: 22px;
            height: 22px;
}
.addWrap .bottomWrap .bottomWrapDown .leftList .refreshBtn[data-v-7d931ef8]:hover {
            opacity: 0.8;
}
.addWrap .t1[data-v-7d931ef8] {
    font-weight: 400;
    font-size: 12px;
    color: #787C88;
    line-height: 12px;
    margin-top: 12px;
}
.addWrap .waterWrap .tip[data-v-7d931ef8] {
    font-weight: 600;
    font-size: 16px;
    color: #191B21;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 24px;
    box-sizing: border-box;
}
.addWrap .waterWrap .tip i[data-v-7d931ef8] {
      float: right;
      cursor: pointer;
      color: #596178;
      margin-top: 4px;
}
.addWrap .waterWrap .tip i[data-v-7d931ef8]:hover {
      opacity: .8;
}
.addWrap .waterWrap .allWater[data-v-7d931ef8] {
    padding: 20px 24px 0 24px;
    box-sizing: border-box;
}
.addWrap .waterWrap .allWater .formItem[data-v-7d931ef8] {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 8px;
}
.addWrap .waterWrap .allWater .formItem .label[data-v-7d931ef8] {
        width: 64px;
        color: #191b21;
        font-size: 14px;
        font-weight: 400;
}
.addWrap .waterWrap .allWater .formItem .label .red[data-v-7d931ef8] {
          color: #F14344;
}
.addWrap .waterWrap .allWater .formItem .info[data-v-7d931ef8] {
        width: 268px;
        font-weight: 400;
        font-size: 12px;
        color: #8D9199;
        line-height: 18px;
}
.addWrap .waterWrap .bottomBtn[data-v-7d931ef8] {
    display: flex;
    justify-content: flex-end;
    margin-top: 48px;
    padding: 11px 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 -10px 40px 0 #b1b1b133;
    border-radius: 0 0 8px 8px;
}
.addWrap .waterWrap .bottomBtn .closeBtn[data-v-7d931ef8] {
      width: 60px;
      height: 34px;
      background: #1d6efe00;
      border: 1px solid #1D6EFE;
      border-radius: 4px;
      font-weight: 400;
      font-size: 14px;
      color: #1D6EFE;
      line-height: 34px;
      cursor: pointer;
      text-align: center;
      margin-right: 12px;
}
.addWrap .waterWrap .bottomBtn .closeBtn[data-v-7d931ef8]:hover {
        opacity: .8;
}
.addWrap .waterWrap .bottomBtn .subBtn[data-v-7d931ef8] {
      width: 64px;
      height: 36px;
      background: #1D6EFE;
      border-radius: 4px;
      font-weight: 400;
      font-size: 14px;
      color: #FFFFFF;
      line-height: 36px;
      cursor: pointer;
      text-align: center;
}
.addWrap .waterWrap .bottomBtn .subBtn[data-v-7d931ef8]:hover {
        opacity: .8;
}
.addWrap .webBtn[data-v-7d931ef8] {
    width: 92px;
    height: 36px;
    background: #1D6EFE;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    margin-top: 20px;
    cursor: pointer;
    margin-left: 90px;
}
.addWrap .noMargin[data-v-7d931ef8] {
    margin: 0;
}
.addWrap .noBtn[data-v-7d931ef8] {
    opacity: 0.4;
    cursor: no-drop !important;
}
.addWrap[data-v-7d931ef8] .vjs-text-track-display {
    bottom: 0;
    background-repeat: repeat;
    pointer-events: none;
    opacity: 0.02;
}

