body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
td,
th,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
fieldset,
figure {
    margin: 0;
    padding: 0;
}
/*:root {*/
/*    --safe-top:.1rem;*/
/*    --safe-bottom:.1rem;*/
/*}*/


html {
    font-size: 26.67vw;
}

html,
body {
    width: 100%;
    height: 100%;
    user-select: none;
    touch-action: manipulation;
    /* -webkit-touch-callout: none; */
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    /* transform: translateZ(0); */
    /*-webkit-overflow-scrolling: touch;*/
}
#app{
    width: 100%;
    height: 100%;
}
img {
    border: 0;
    outline: none;
    display: block;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}
ins {
    text-decoration: none;
}
input,
button {
    outline: none;
    padding: 0;
    border: none;
    border: 0;
    border-radius: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

html body .van-toast {
    width: 0.5rem;
    min-height: 0.5rem;
    z-index: 9999;
    padding: 10px;
    background-color: rgba(50, 50, 51, 0.7);
}
html body .van-toast--loading-text{
    width:.8rem;
}
html body .loginToast .van-loading__spinner {
    width: 60%;
    height: 60%;
}
html body .van-loading__spinner {
    width: 90%;
    height: 90%;
}
html body .van-toast--text {
    width: fit-content;
    min-height: unset;
}
.fastest{
    animation-duration:.25s;
}
