a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: PingFang SC, Arial, Microsoft YaHei, sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

strong {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: top
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both
}

.clearfix {
    *zoom: 1
}

a {
    text-decoration: none;
    color: inherit
}

.ellipsis {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.scroll {
    overflow-y: scroll
}

.scroll::-webkit-scrollbar {
    width: .66667vw;
    height: .66667vw
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: .66667vw;
    background: #000c17
}

.scroll::-webkit-scrollbar-track {
    border-radius: 0;
    background: #001529
}

.hide_app {
    visibility: hidden
}
/* FullHousie mobile responsive fix */
@media only screen and (max-width:768px){

html,
body,
#app{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow-x:hidden!important;
}

*{
    box-sizing:border-box!important;
}

.home,
.home main,
.home main .download,
.home main .download .content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
}

.home main .download .content{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
}

img,
video,
canvas{
    max-width:100%!important;
    height:auto!important;
}

}

