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;
}

html {
    font-size: 26.67vw;
}

html,
body {
    width: 100%;
    height: 100%;
    user-select: none;
    touch-action: manipulation;
    background: #fff;
    /* -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 .lx-load-box {
    width: .8rem;
    min-height: .8rem;
    z-index: 9999;
    background-color: rgba(50, 50, 51, 0.7);
    margin-left: 0;
    top:50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
}
.fastest{
    animation-duration: .15s;
}
