* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    min-width: 1100px;
    min-height: 700px;
    width: 100%;
    margin: 0 auto;
    overflow: unset !important;

}
html {

   overflow-x: auto!important;
}

li {
    list-style: none;
}
input {
    outline: none;
    border: none;
}
a {
    text-decoration: none;
}
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: 0
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both
}

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
}

input {
    outline: 0
}

img {
    border: 0
}

input:not([type]),
input[type=text],
input[type=button],
input[type=submit],
textarea {
    border-radius: 0;
    box-shadow: none;
    outline: 0 none !important;
    overflow: auto
}
i,
em {
    font-style: normal;
}