@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.detail-top {
  border-bottom: 1px solid #333;
  padding-bottom: 2.5rem;
  gap: 6.25rem;
  padding-top: 4.375rem;
}

.detail-top .t {
  font-weight: bold;
  font-size: 3.125rem;
  color: #333333;
  margin-bottom: 5rem;
}

.detail-top .time,
.detail-top .type {
  font-size: 1.5rem;
  color: #333333;
}

.detail-top .time {
  margin-right: 3.75rem;
}

.detail-top .back {
  flex-shrink: 0;
  cursor: pointer;
  line-height: 1;
  font-size: 1.5rem;
  color: #333333;
  transition: color 0.3s;
}

.detail-top .back:hover {
  color: #E6000D;
}

@media (max-width: 800px) {
  .detail-top {
    padding-bottom: 1.25rem;
    gap: 1.25rem;
    padding-top: 2.1875rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-top .t {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }

  .detail-top .time,
  .detail-top .type {
    font-size: 0.875rem;
  }

  .detail-top .time {
    margin-right: 1.25rem;
  }

  .detail-top .back {
    font-size: 0.875rem;
  }
}

.detail-main {
  padding: 5rem 0;
}

.detail-main img {
  max-width: 100% !important;
}

.detail-main.detail-fwb {
  font-size: 1.125rem;
  color: #333333;
}

.detail-main.detail-fwb img {
  margin: auto;
  display: block;
}

@media (max-width: 800px) {
  .detail-main {
    padding: 2.5rem 0;
  }

  .detail-main.detail-fwb {
    font-size: 0.875rem;
  }
}

.detail-footer {
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #333;
  margin-bottom: 6.25rem;
}

.detail-footer .next {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.9375rem;
}

.detail-footer .next:hover .p2 {
  color: #E6000D;
}

.detail-footer .p1 {
  gap: 1.0625rem;
  font-size: 1.125rem;
  color: #333333;
}

.detail-footer img {
  width: 1.125rem;
}

.detail-footer .p2 {
  font-size: 1.5rem;
  color: #333333;
  transition: all 0.3s;
}

@media (max-width: 800px) {
  .detail-footer {
    padding-top: 0.9375rem;
    margin-bottom: 3.125rem;
  }

  .detail-footer .next {
    gap: 0.5rem;
  }

  .detail-footer .p1 {
    gap: 0.5625rem;
    font-size: 0.875rem;
  }

  .detail-footer img {
    width: 0.625rem;
  }

  .detail-footer .p2 {
    font-size: 0.75rem;
  }
}