.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;
}

.detailWrap[data-v-5f72fc76] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.detailWrap .content[data-v-5f72fc76] {
    height: calc(100% - 48px);
    background: #FFFFFF;
    border-radius: 8px;
}
.detailWrap .content .con[data-v-5f72fc76] {
      padding: 24px;
      background: #FFFFFF;
      border-radius: 8px;
}
.detailWrap .content .con[data-v-5f72fc76]:last-child {
      padding-bottom: 48px;
}

