html,
body,
#app {
	width: 100%;
	overflow-x: auto;
	font-family: "PingFang SC",Helvetica,"Microsoft YaHei";
}

#app {
	margin: 0 auto;
	/* width: 100%;min-width: 1450px; */
	width: 1920px;
}

#app.fixed {
	padding-top: 85px;
}

#header.fixed {
	position: fixed;
	top: 0;
	z-index: 11;
	left: 0;
	width: 100%;
}

.container {
	overflow: auto;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
/* table, */
caption,
/* tbody, */
/* tfoot, */
/* thead, */
/* tr, */
/* th, */
/* td, */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

q:before,
q:after {
	content: "";
}

legend {
	color: #000;
}

fieldset,
img {
	border: none;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */

hr {
	border: none;
	height: 1px;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	/* ie8 */
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: white;
	height: 100%;
	/* overflow-x: hidden; */
	-webkit-overflow-scrolling: touch;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
/* 
audio:not([controls]) {
	display: none;
	height: 0;
} */

[hidden],
template {
	display: none;
}

svg:not(:root) {
	overflow: hidden;
}

a {
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #333;
}

a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	outline: none;
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

optgroup {
	font-weight: bold;
}

/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */

td,
th {
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
	margin: 0;
}

ul,
ol,
li,
dl,
dd {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none outside none;
}

h1,
h2,
h3 {
	line-height: 2;
	font-weight: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

/* audio:not([controls]) {
	display: none;
	height: 0;
} */

[hidden],
template {
	display: none;
}

input,
select,
span {
	border: none;
	outline: none;
	-webkit-appearance: none;
	display: inline-block;
}

a,
button,
input,
span,
div {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input:-webkit-autofill {
	/* -webkit-box-shadow: 0 0 0px 1000px white inset !important; */
	box-shadow: 0 0 0px 1000px white inset !important;
	outline: none;
}

[v-cloak] {
	display: none;
}

.element::-webkit-scrollbar {
	width: 0 !important;
}

.element {
	-ms-overflow-style: none;
}

.element {
	overflow: -moz-scrollbars-none;
}


