@media screen and (max-width: 800px) {
  footer {
    height: 33% !important;
    padding: 16px 0;
  }

  footer p {
    text-align: center;
  }
  .footerDownLoad > div > a > img {
    width: 160px;
    height: 60px;
  }
  .notice_table_author,
  .notice_table_time {
    display: none;
  }
  .notice_content {
    padding: 0 16px;
    padding-bottom: 50px;
  }
  .notice_add {
    margin-top: 20px;
  }
  .notice_add button {
    width: 100px !important;
    height: 42px !important;
    font-size: 16px !important;
  }
  .notice_table_tit {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .quite_btn {
    margin-left: 16px !important;
  }
  .notice_timg {
    object-fit: cover;
    height: 90px;
  }
}
