.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-02ce653e] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.detailWrap .tabName[data-v-02ce653e] {
    font-size: 20px;
    font-weight: 400;
    color: #787C88;
    margin-bottom: 24px;
}
.detailWrap .tabName .line[data-v-02ce653e] {
      margin: -2px 20px 0 20px;
}
.detailWrap .tabName span[data-v-02ce653e] {
      cursor: pointer;
      color: #191B21;
}
.detailWrap .tabName .isActive[data-v-02ce653e] {
      color: #191B21;
      font-weight: 600;
}
.detailWrap .tabStausGray[data-v-02ce653e] {
    float: right;
    width: 80px;
    height: 30px;
    background: rgba(120, 124, 136, 0.06);
    border: 1px solid #787C88;
    border-radius: 15px;
    line-height: 24px;
}
.detailWrap .tabStausGray .pointStyle[data-v-02ce653e] {
      display: inline-block;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      background: #787C88;
      margin-right: 5px;
      margin-left: 12px;
}
.detailWrap .tabStausGray .textStyle[data-v-02ce653e] {
      color: #787C88;
}
.detailWrap .tabStausBlue[data-v-02ce653e] {
    float: right;
    width: 80px;
    height: 30px;
    background: rgba(29, 110, 254, 0.06);
    border: 1px solid #1D6EFE;
    border-radius: 15px;
    line-height: 24px;
}
.detailWrap .tabStausBlue .pointStyle[data-v-02ce653e] {
      display: inline-block;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      background: #1D6EFE;
      margin-right: 5px;
      margin-left: 12px;
}
.detailWrap .tabStausBlue .textStyle[data-v-02ce653e] {
      color: #1D6EFE;
}
.detailWrap .IntervalCard[data-v-02ce653e] {
    padding: 15px 30px 15px 30px;
    width: 460px;
    background: #F8F9F9;
    border-radius: 2px;
    margin-bottom: 15px;
}
.detailWrap .IntervalCard .icontent[data-v-02ce653e] {
      padding: 11px 0px;
      font-size: 14px;
      font-weight: 400;
      color: #191B21;
}
.detailWrap .IntervalCard .icontent .label[data-v-02ce653e] {
        color: #787C88;
}
.detailWrap .content[data-v-02ce653e] {
    background: #FFFFFF;
    border-radius: 2px;
}
.detailWrap .content .contentInfo[data-v-02ce653e] {
      padding: 32px 48px;
      background: #FBFBFD;
      font-size: 14px;
      font-weight: 400;
      color: #191B21;
}
.detailWrap .content .contentInfo .el-row[data-v-02ce653e] {
        margin: 30px 0;
}
.detailWrap .content .contentInfo .label[data-v-02ce653e] {
        font-size: 14px;
        font-weight: 400;
        color: #787C88;
}
.detailWrap .content .contentInfo .patternUrl[data-v-02ce653e] {
        margin-left: 25px;
        width: 56px;
        height: 14px;
        font-size: 14px;
        font-weight: 500;
        color: #1D6EFE;
}
.detailWrap .content .contentInfo .patternUrl[data-v-02ce653e]:hover {
        cursor: pointer;
}
.detailWrap .content .contentInfo .topPlatform[data-v-02ce653e] {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 26px;
}
.detailWrap .content .contentInfo .subPlatform[data-v-02ce653e] {
        margin-right: 20px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        line-height: 26px;
        word-break: keep-all;
}
.detailWrap .content .contentTable[data-v-02ce653e] {
      padding: 32px 48px;
}
.detailWrap .content .contentTable .subtabContent[data-v-02ce653e] {
        margin-bottom: 50px;
}
.detailWrap .content .contentTable .subtabContent .subtabName[data-v-02ce653e] {
          float: left;
          font-size: 18px;
          font-weight: 500;
          color: #191B21;
          line-height: 18px;
}
.detailWrap .content .contentTable .subtabContent .subBtn[data-v-02ce653e] {
          background: #1D6EFE;
          border-radius: 2px;
          color: #fff;
          float: right;
          margin-top: -10px;
}
.detailWrap .content .contentTable .subtabContent .subtabPat[data-v-02ce653e] {
          width: 1px;
          height: 16px;
          background: #D8D8D8;
          margin: 0 15px;
}
.detailWrap .content .contentTable .subtabContent .subtabInfo[data-v-02ce653e] {
          font-size: 14px;
          font-weight: 400;
          color: #787C88;
          line-height: 14px;
}
.detailWrap .content .contentTable a[data-v-02ce653e] {
        color: #1D6EFE;
}
.detailWrap .content .contentTable a[data-v-02ce653e]:hover {
        cursor: pointer;
}
.detailWrap .content .contentTable[data-v-02ce653e] .el-dialog--center .el-dialog__body {
        text-align: center;
}

