.chezhulist {
  width: 100%;
}

.cate-btn {
  display: none;
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .cate-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  
  .chezhulist .catelist {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding: 0 20px;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 880px;
    margin: 0;
  }
  
  .chezhulist .catelist::-webkit-scrollbar {
    display: none;
  }
  
  .chezhulist .catelist .cate {
    margin: 0 30px;
    flex-shrink: 0;
  }
  
  .cate-btn {
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
    outline: none;
    padding: 0;
    border: none;
  }
  
  .cate-btn:focus {
    outline: none;
  }
  
  .cate-btn-prev {
    margin-right: 20px;
  }
  
  .cate-btn-next {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .cate-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  
  .chezhulist .catelist {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding: 0 20px;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 800px;
    margin: 0;
  }
  
  .chezhulist .catelist::-webkit-scrollbar {
    display: none;
  }
  
  .chezhulist .catelist .cate {
    margin: 0 30px;
    flex-shrink: 0;
  }
  
  .cate-btn {
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
    outline: none;
    padding: 0;
    border: none;
  }
  
  .cate-btn:focus {
    outline: none;
  }
  
  .cate-btn-prev {
    margin-right: 20px;
  }
  
  .cate-btn-next {
    margin-left: 20px;
  }
}
