@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  .main {
    padding: 0;
  }

  .main .container {
    padding-top: 0;
  }

  .main .container .main-left {
    width: 100%;
    border-radius: 0px;
  }

  .main .container .main-left .box-item p {
    font-size: 18px;
    line-height: 24px;
  }

  .main .container .main-left .box-item .reply-box .reply-item p {
    font-size: 16px;
    line-height: 22px;
  }

  .main .container .main-right {
    display: none;
  }

  .main .container .main-left .box-item p {
    font-size: 18px;
    line-height: 24px;
  }

  .main .container .main-left .box-item .reply-box .reply-item p {
    font-size: 16px;
    line-height: 22px;
  }

  .main .container .main-left .header {
    padding-bottom: 10px;
  }

  .main .container .main-left .header h1 {
    font-size: 18px;
  }

  footer {
    width: 100%;
    padding: 15px 10px;
  }

  header {
    margin: 0;
  }

  header .container {
    height: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 20px;
  }

  header .container .left {
    width: 100%;
  }

  header .container .left h1 {
    font-size: 22px;
  }

  header .container .right {
    display: none;
  }

  header .container .left .tags {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 100%;
  }

  header .container .left .tags .tag {
    font-size: 14px;
  }

  header .container .left .tags .tag:nth-child(1),
  header .container .left .tags .tag:nth-child(2) {
    margin-bottom: 10px;
  }

  header .container .left .tags .tag img {
    width: 20px;
    height: 20px;
  }
}