.detail-banner-container {
  height: 460px;
}

.detail-banner-container .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-bar {
  height: 42px;
  background: #f5f5f5;
}

.detail-bar .bar-info {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999;
}

.main-content .main-content-web {
  width: 1000px;
  align-items: center;
}

.main-content .main-content-web .detail-content {
  padding: 45px 0;
align-items: center;
}

.main-content .main-content-web .detail-content .detail-title {
  width: 854px;
  font-family: PingFang SC;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #000000;
}

.main-content .main-content-web .detail-content .detail-time {
  margin-top: 12px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #999999;
  margin-bottom: 62px;
}

.main-content .main-content-web .detail-content .detail-info {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.main-content .main-content-web .return-btn {
  width: 78px;
  height: 42px;
  border-radius: 21px;
  background: #5457a4;
  cursor: pointer;
  color: #fff;
  margin-bottom: 40px;
}

.main-content .main-content-web .return-btn a {
  color: inherit;
}
span.possplit {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #999999;
    /* margin: 13px; */
}
.detail-bar a {
    color: #999999;
}
 .detail-bar a:last-child {
    color: #333333;
}
.detail-bar .main-web {
    width: 1426px;
    display: flex;
    align-items: center;
    gap: 10px;
}