/* detail-container */
.detail-container .detail-header {
  position: relative;
  padding: 0.3rem;
  overflow: hidden;
  border-top: 1px solid #fff;
  background: #f2f3f9;
}
.detail-container .detail-header .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: var(--theme-color);
}
.detail-container .detail-header .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.detail-container .detail-header .info .item {
  font-size: 0.24rem;
  line-height: 0.52rem;
  color: #555;
}
.detail-container .editor-content {
  padding: 0.3rem;
}<!--ºÄÊ±1763449804.0513Ãë-->