html{
    -webkit-user-select: none;
    box-sizing: border-box;
    background-color: #ffffff;
    font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
body,html{
    height: 100%;
    overflow-x: hidden;
}
.animated {
    animation-duration: .4s;
  }

  /*自定义滚动条样式*/
.uscroll::-webkit-scrollbar {
    width: 2px;
    height: 10px;
    background:rgba(0, 0, 0, 0)
}

.uscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background:rgba(0, 0, 0, 0)
}

.uscroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: black;
}
