.paging {
  margin-top: 24px;
  overflow: hidden;
}
.el-pagination__sizes {
  margin-right: 24px;
}
.el-pagination__sizes .el-select {
    height: 26px;
    line-height: 26px !important;
    vertical-align: top;
}
.el-pagination__sizes .el-select /deep/.el-input {
      width: 90px;
}
.el-input--mini .el-input__inner {
  line-height: 26px !important;
  height: 26px !important;
}
/deep/.el-input--mini .el-input__icon {
  line-height: 28px !important;
}
.el-pagination__sizes .el-input__icon {
  line-height: 28px !important;
}
.el-select-dropdown {
  padding: 0 !important;
}
.el-pagination__editor.el-input .el-input__inner {
  height: 26px !important;
  line-height: 26px !important;
}
.el-pagination__jump {
  margin-left: 24px;
}
.page-text {
  color: #191B21;
  font-weight: 400;
  text-align: center;
}
.el-pagination button, .el-pagination span:not([class*=suffix]) {
  line-height: 26px;
  height: 26px;
}
.el-pagination__total {
  margin-right: 24px;
}
.el-pagination .btn-next, .el-pagination .btn-prev {
  min-width: 26px;
  width: 26px;
  height: 26px;
  border: 1px solid #EBECF0;
  box-sizing: border-box;
  padding: 0;
}
.el-pagination .btn-next {
  margin-left: 8px;
}
.el-pagination .btn-prev {
  margin-right: 8px;
}

.detailWrap[data-v-c6036eb6] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.detailWrap .tabName[data-v-c6036eb6] {
    font-size: 20px;
    font-weight: 400;
    color: #787C88;
    margin-bottom: 24px;
}
.detailWrap .tabName .line[data-v-c6036eb6] {
      margin: -2px 20px 0 20px;
}
.detailWrap .tabName span[data-v-c6036eb6] {
      cursor: pointer;
      color: #191B21;
}
.detailWrap .tabName .isActive[data-v-c6036eb6] {
      color: #191B21;
      font-weight: 600;
}
.detailWrap .content[data-v-c6036eb6] {
    background: #FFFFFF;
    border-radius: 2px;
}
.detailWrap .content .contentInfo[data-v-c6036eb6] {
      padding: 32px 48px;
      background: #FBFBFD;
      font-size: 14px;
      font-weight: 400;
      color: #191B21;
}
.detailWrap .content .contentInfo .el-row[data-v-c6036eb6] {
        margin: 15px 0;
        line-height: 24px;
}
.detailWrap .content .contentInfo .label[data-v-c6036eb6] {
        font-size: 14px;
        font-weight: 400;
        color: #787C88;
        line-height: 24px;
}
.detailWrap .content .contentTable[data-v-c6036eb6] {
      padding: 32px 48px;
}
.detailWrap .content .contentTable .subtabContent[data-v-c6036eb6] {
        display: flex;
        margin-bottom: 30px;
}
.detailWrap .content .contentTable .subtabContent .subtabName[data-v-c6036eb6] {
          font-size: 18px;
          font-weight: 500;
          color: #191B21;
          line-height: 18px;
}
.detailWrap .content .contentTable .subtabContent .subtabPat[data-v-c6036eb6] {
          width: 1px;
          height: 16px;
          background: #D8D8D8;
          margin: 0 15px;
}
.detailWrap .content .contentTable .subtabContent .subtabInfo[data-v-c6036eb6] {
          font-size: 14px;
          font-weight: 400;
          color: #787C88;
          line-height: 14px;
}
.detailWrap .content .contentTable .pointErr[data-v-c6036eb6] {
        display: inline-block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background: #F25556;
}
.detailWrap .content .contentTable .pointSucc[data-v-c6036eb6] {
        display: inline-block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background: #1DD454;
}
.detailWrap .content .contentTable .pointWar[data-v-c6036eb6] {
        display: inline-block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background: #F8A94A;
}

