.detailWrap[data-v-33ce8f56] {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.detailWrap .tabName[data-v-33ce8f56] {
    font-size: 20px;
    font-weight: 400;
    color: #787C88;
    margin-bottom: 24px;
}
.detailWrap .tabName .line[data-v-33ce8f56] {
      margin: -2px 20px 0 20px;
}
.detailWrap .tabName span[data-v-33ce8f56] {
      cursor: pointer;
      color: #191B21;
}
.detailWrap .tabName .isActive[data-v-33ce8f56] {
      color: #191B21;
      font-weight: 600;
}
.detailWrap .content[data-v-33ce8f56] {
    width: 100%;
    min-height: calc(100% - 50px);
    padding: 0 48px 48px 48px;
    background: #ffffff;
    box-sizing: border-box;
}
.detailWrap .content .title[data-v-33ce8f56] {
      padding: 40px 0 20px 0;
      border-bottom: 1px solid #e9eef4;
      color: #222222;
}
.detailWrap .content .title h3[data-v-33ce8f56] {
        font-size: 18px;
}
.detailWrap .content .htmlWrap[data-v-33ce8f56] {
      padding: 12px 0;
      line-height: 32px;
      font-size: 14px;
}
.detailWrap .content .htmlWrap[data-v-33ce8f56] p {
        padding: 8px 0;
        color: #222;
}

