@media screen and (max-width:1024px){
  .customList {
    width: 50%;
  }
}

@media screen and (max-width:768px){
  .recommendBox {
    flex-flow: column nowrap;
  }
  .recommendBox li {
    width: 100%;
    margin-bottom: 10px;
  }
  .swiperBtn {
    padding: 0 .5rem;
  }
  .profileWrap form {
    flex-flow: column nowrap;
  }
  .profileWrap form fieldset {
    width: 100%;
    margin: 8% 0 0 !important;
  }
  .profileWrap form fieldset:first-child {
    margin: 0 !important;
  }
  .customList {
    width: 100%;
    padding: 0;
  }
}