* {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: PingFangSC-Regular;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
html{
    overflow: hidden;
}
body{
    background: #F3F2F8;
}
a {
    text-decoration: none;
    color: black;
    -webkit-tap-highlight-color: #E6E5EB;
}
.active{
    -webkit-tap-highlight-color: #E6E5EB;
}

.url {
    display: block;
    height: 40px;
    line-height: 40px;
    background: white;
    color: black;
    padding: 0 10px;
    box-sizing: border-box;
}