* {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "黑体", "宋体", "Helvetica Neue",
    "Helvetica", sans-serif, "SF Pro SC", "SF Pro Display",
    "SF Pro Icons";
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.van-popup.van-popup--center.van-toast.van-toast--middle.van-toast--text {
  background: #c3c4c7 !important;
}

.van-toast__text {
  color: #3d3e42;
}

img {
  object-fit: cover;
}

::-webkit-scrollbar-track-piece {
  background-color: #f1f1f1;
  border-left: 1px solid #e6ebf5;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* 滚动条的滑块按钮 */
::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  background-clip: padding-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #787878;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

@media screen and (min-width: 1025px) {
  #app {
    width: 1024px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  #app {
    width: 320px;
  }
}