@media (max-width: 1200px) {
  html {
    font-size: 16px;
  }

  .swiper {
    height: 320px;
  }

  .yublog_right {
    display: none;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 14px;
  }

  .header {
    display: block;
  }

  .mobile_nav {
    display: block;
  }

  .yublog_left,
  .yublog_right {
    display: none;
  }

  .yulog_item .article_cover img {
    height: 160px;
  }

  .relevant_article-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .page_turning a {
    border-radius: 0;
  }

  .page_turning>a>.inner {
    border-radius: 0;
  }

  .comment_input input {
    margin: 10px 0;
  }

  .article_topbg {
    padding: 40px 15px;
  }

  .article_topbg {
    border-radius: 0;
  }

  .sort_info_right {
    display: none;
  }

  .sort_info_banner .sort_info_left {
    width: 100%;
  }

  .article_log_cover .log_cover {
    height: 88px;
  }

  .article_log_cover .article_desc {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }

  .yublog_main {
    flex: 0 00100%;
  }

  .swiper {
    height: 200px;
    border-radius: 0;
  }

  .yulog_item .article_imgs img {
    height: 88px;
  }

  .author_page_info {
    height: max-content;
  }

  .author_page_info .author_user_info {
    width: 100%;
    margin-top: 20px;
  }

  .author_page_info .author_action {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .author_page_info .author_avatar {
    border-radius: 50%;
    overflow: hidden;
  }

  .page_turning {
    flex-direction: column;
  }

  .page_turning a {
    width: 100%;
    margin: 0 0 10px;
  }

  .relevant_article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}