.detail-container {
  padding-top: 0.2rem;
}

.detail-content {
    padding: 0.3rem 0;
    font-size: 16px;
}

.detail-content img, 
.detail-content svg, 
.detail-content video,
.detail-content canvas,
.detail-content audio,
.detail-content iframe,
.detail-content embed,
.detail-content object {
    display: inline-block;
}

@media (max-width: 768px) {
    .detail-content {
        padding: 20px 0;
    }
    .detail-container {
        padding-top: 0;
    }
}
.detail-title {
  font-weight: bold;
  text-align: center;
  font-size: 0.28rem;
  color: #1c3b96;
  margin-bottom: 20px;
}

.detail-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.detail-desc svg {
  margin-right: 0.1rem;
}

.detail-desc span {
  margin-right: 0.1rem;
}

.detail-banner {
  padding: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 80px;
  background: url(/assets/index'/img/detail/detail_banner.png') no-repeat center center;
  margin-bottom: 20px;
}

.detail-label {
  font-weight: bold;
  margin-right: 0.5rem;
  color: #fd9f08;
}

.detail-label i {
  color: #fff;
  margin-right: 0.05rem;
  font-style: normal;
}

.detail-label span {
  font-weight: normal;
  color: #fff;
}