input {
	outline: none
}

input:disabled,
input[disabled] {
	color: #333333!important;
	opacity: 1;
}

body {
	font-family: Microsoft YaHei, Hiragino Sans GB, "u5b8bu4f53", sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}

input,
button,
select,
textarea {
	outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0
}

html,
body {
	font-size: 14px;
}

* {
	-webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 392px) {
	html,
	body {
		font-size: 15px !important;
	}
}

@media only screen and (min-width: 401px) {
	html,
	body {
		font-size: 15px !important;
	}
}

@media only screen and (min-width: 428px) {
	html,
	body {
		font-size: 16px !important;
	}
}

@media only screen and (min-width: 481px) {
	html,
	body {
		font-size: 17px !important;
	}
}

@media only screen and (min-width: 569px) {
	html,
	body {
		font-size: 17px !important;
	}
}

@media only screen and (min-width: 641px) {
	html,
	body {
		font-size: 17px !important;
	}
}

select {
	outline: none;
}

img {
	border: 0px;
	display: block;
	width: 100%;
}

img.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a {
	text-decoration: none
}

li {
	list-style-type: none
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.shadow {
	-webkit-box-shadow: 0 0.01rem 3px 1px rgba(158, 158, 158, 0.2);
	box-shadow: 0 0.01rem 3px 1px rgba(158, 158, 158, 0.2);
	border-radius: 0.04rem;
}

#app {}

.null {
	position: relative;
	width: 100%;
	margin-top: 50%;
	transform: translateY(-50%);
}

.null img {
	width: 22%;
	margin: 0 auto;
	opacity: 0.7;
}

.null>p {
	line-height: 2.6rem;
	color: #999;
	text-align: center;
}