@charset "UTF-8";
/**
 * 通用详情
 * date: 2025-4-9
 * author: jyxuan
 */
.sub {
  padding-top: 0;
}

.detail-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}
.detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  height: 32px;
  background-color: #f7f7f7;
}
.detail-info-item {
  color: #666;
  line-height: 21px;
}
.detail-info-item + .detail-info-item {
  margin-left: 30px;
}
.detail-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.detail-font-text {
  color: #666;
  line-height: 21px;
}
.detail-font-item {
  width: 20px;
  height: 20px;
  color: #666;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.detail-font-item.current {
  color: #fff;
  font-weight: bold;
  background-color: #1f6de8;
}
.detail-font-item + .detail-font-item {
  margin-left: 5px;
}
.detail-content {
  margin-top: 24px;
}

.detail-content img{
  max-width:100%;
}