.detailWrap[data-v-5f72fc76] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.detailWrap .tabName[data-v-5f72fc76] {
    font-size: 20px;
    font-weight: 400;
    color: #787C88;
    margin-bottom: 24px;
}
.detailWrap .tabName .line[data-v-5f72fc76] {
      margin: -2px 20px 0 20px;
}
.detailWrap .tabName span[data-v-5f72fc76] {
      cursor: pointer;
      color: #191B21;
}
.detailWrap .tabName .isActive[data-v-5f72fc76] {
      color: #191B21;
      font-weight: 600;
}
.detailWrap .content[data-v-5f72fc76] {
    height: calc(100% - 48px);
    background: #FFFFFF;
    border-radius: 2px;
}
.detailWrap .content .con[data-v-5f72fc76] {
      padding: 32px 48px 0 48px;
      background: #FFFFFF;
}
.detailWrap .content .con[data-v-5f72fc76]:last-child {
      padding-bottom: 48px;
}

