@media (min-width: 769px) {
  .page-container {
    display: flex;
    padding: 1rem 3rem;
  }
  .left-more {
    flex-shrink: 0;
    width: 3.8rem;
  }
  .type-now {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 0.35rem;
  }
  .type-now .label {
    color: #666;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .type-now .value {
    color: #0D46A0;
    font-size: 0.2rem;
    line-height: 0.2875rem;
    text-decoration: underline;
  }
  .swiper-container {
    width: 3.8rem;
    height: calc(5.15rem + 15px);
  }
  .swiper-container .img {
    height: 2.575rem;
  }
  .swiper-container .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.475rem;
    padding: 0 0.2rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .right-detail {
    flex: 1;
    overflow: hidden;
    padding-left: 1.7rem;
  }
  .detail-title {
    position: relative;
    text-align: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #E8E9EC;
  }
  .detail-title .title {
    margin-bottom: 0.25rem;
    color: #222;
    font-size: 0.375rem;
    line-height: 0.5375rem;
  }
  .detail-title .info {
    color: #666;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .detail-title .info i {
    font-style: normal;
    color: #DB7900;
  }
  .detail-title .info span + span {
    margin-left: 2em;
  }
  .detail-content {
    padding: 0.5rem 1.5rem 0.75rem;
    border-bottom: 1px dashed #E8E9EC;
    font-size: 0.225rem;
    line-height: 0.375rem;
    text-align: justify;
    text-indent: 2em;
  }
  .detail-content p {
    margin: 1em 0;
  }
  .detail-pager {
    padding: 0.5rem 1.5rem 0;
  }
  .detail-pager .pager {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.325rem;
  }
  .detail-pager .pager + .pager {
    margin-top: 0.125rem;
  }
  .detail-pager a {
    color: #0D46A0;
  }
  .detail-pager .value {
    color: #666;
  }
}
@media (max-width: 768px) {
  .page-container {
    padding: 0.4rem 1.025rem 1.5375rem;
  }
  .swiper-preset-two-column,
  .swiper-preset-two-column .img {
    height: 5.25rem;
  }
  .search-box {
    margin-bottom: 1.275rem;
  }
  .detail-title {
    position: relative;
    text-align: center;
    padding-bottom: 1.275rem;
    border-bottom: 1px dashed #E8E9EC;
  }
  .detail-title .title {
    margin-bottom: 0.5125rem;
    color: #222;
    font-size: 1.15rem;
    line-height: 1.7875rem;
  }
  .detail-title .info {
    color: #666;
    font-size: 0.8375rem;
    line-height: 1.275rem;
  }
  .detail-title .info i {
    font-style: normal;
    color: #DB7900;
  }
  .detail-title .info span {
    display: block;
  }
  .detail-content {
    padding: 1rem 0;
    margin-bottom: 1.275rem;
    border-bottom: 1px dashed #E8E9EC;
    font-size: 0.9625rem;
    line-height: 1.7875rem;
    text-align: justify;
    text-indent: 2em;
  }
  .detail-content p {
    margin: 1em 0;
  }
  .detail-pager {
    padding-top: 1.5375rem;
  }
  .detail-pager .pager {
    color: #333;
    font-size: 0.9625rem;
    line-height: 1.4125rem;
  }
  .detail-pager .pager + .pager {
    margin-top: 0.9rem;
  }
  .detail-pager a {
    color: #0D46A0;
  }
  .detail-pager .value {
    color: #666;
  }
}