@charset "UTF-8";
.detail[data-v-03184466] {
  width: 750px;
  padding: 30px 0 10px;
}
.detail .detail-row[data-v-03184466] {
    display: flex;
    margin-bottom: 22px;
    /* 纵向滚动条宽度 + 横向滚动条高度 */
    /* 滚动条轨道 */
    /* 滚动条滑块 */
    /* 滑块悬停效果 */
    /* 滚动条交汇处（角落） */
    /* 兼容Firefox的设置 */
}
.detail .detail-row .detail-label[data-v-03184466] {
      width: 120px;
      font-size: 14px;
      color: #333;
      text-align: right;
}
.detail .detail-row .detail-content[data-v-03184466] {
      flex: 1;
      word-break: break-word;
      font-size: 14px;
      color: #555;
      box-sizing: border-box;
      padding-left: 10px;
      min-width: 0;
}
.detail .detail-row .detail-content .detail-image[data-v-03184466] {
        max-width: 200px;
}
.detail .detail-row .detail-content-html[data-v-03184466] {
      max-height: 600px;
      overflow: auto;
}
.detail .detail-row .detail-content-html[data-v-03184466]::-webkit-scrollbar {
      width: 6px;
      /* 纵向滚动条宽度 */
      height: 6px;
      /* 横向滚动条高度 */
}
.detail .detail-row .detail-content-html[data-v-03184466]::-webkit-scrollbar-track {
      background: #f5f5f5;
      border-radius: 3px;
}
.detail .detail-row .detail-content-html[data-v-03184466]::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 3px;
}
.detail .detail-row .detail-content-html[data-v-03184466]::-webkit-scrollbar-thumb:hover {
      background: #aaa;
}
.detail .detail-row .detail-content-html[data-v-03184466]::-webkit-scrollbar-corner {
      background: #f5f5f5;
}
.detail .detail-row .detail-content-html[data-v-03184466] {
      scrollbar-width: thin;
      /* 滚动条宽度：thin/auto/none */
      scrollbar-color: #ccc #f5f5f5;
      /* 滑块颜色 轨道颜色 */
}

