@media screen and (max-width: 768px) {
  .intr {
    padding: 30px 14px;
  }
  .paging {
    padding-bottom: 40px;
  }
  .intr .t1 {
    /* font-size: 22px; */
    font-size: 20px;
  }
  .intr .t2 {
    padding: 10px 0;
    /* font-size: 18px; */
    font-size: 16px;
  }
  .intr .more {
    display: block;
    color: #cd38ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
  }
  .paging {
    display: flex;
    justify-content: center;
  }
  .paging a {
    display: inline-flex;
    padding: 0 4px 0 5px;
    justify-content: center;
    align-items: center;
  }
  .paging a {
    color: #8b8b8b;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
  }
   .C-wrap .empty {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin: 0 auto;
  }
  .paging .on {
    color: #cd38ff;
    border-bottom: 1px solid#CD38FF;
  }
  .C-wrap {
    padding: 20px 30px;
  }
  .C-wrap .empty * {
    max-width: 100%;
    white-space: normal !important;
  }

  .C-wrap .empty img {
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
  }
  .main1 h1 {
    font-size: 20px;
  }
  .main1 h3 {
    color: #888;
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    align-self: stretch;
  }
  .C-wrap p {
    font-size: 12px;
  }
}
