@media screen and (max-width: 768px) {
  .download-filter-box {
    gap: unset;
    grid-gap: unset;
    justify-content: space-between;
    margin-top: 0.38rem;
  }
  .custom-select {
    width: unset;
    height: 0.79rem;
  }
  #docTypeSelect {
    width: 2.36rem;
  }
  #languageSelect {
    width: 2.36rem;
  }
  #timeSelect {
    width: 1.82rem;
  }
  .select-trigger {
    padding: 0 0.17rem;
  }
.select-arrow{
  width: 0.25rem;
  height: auto;
}
  .select-value {
    font-size: 0.26rem;
  }

  .custom-select.active .select-options {
    max-height: 3rem;
  }

  .select-option {
    padding: 0.12rem 0.15rem;
    font-size: 0.26rem;
  }

  .row-line {
    margin-top: 0.51rem;
    margin-bottom: 0.44rem;
  }

  .download-ul li {
    padding: 0.34rem 0.22rem;
  }
  .download-ul .flex{
    justify-content: space-between;
  }

  .download-ul li:nth-child(odd) {
    background: #f8f8f8;
    border-bottom: none;
  }
  .download-ul li:nth-child(even) {
    margin-bottom: 0.31rem;
  }
  .download-ul h3 {
    font-size: 0.32rem;
    width: 65%;
    display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  }
  .download-ul img {
    width: 0.58rem;
    height: 0.58rem;
    margin-left: unset;
  }
  .download-ul p {
    font-size: 0.26rem;
    margin-top: 0.14rem;
    display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  }
  .download-b {
    padding-bottom: 0.58rem;
  }
}
