/*!
 * =====================================================
 * Mui v3.7.3 (http://dev.dcloud.net.cn/mui)
 * =====================================================
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

body::after {
	position: fixed;
	top: -1000px;
	left: -1000px;
	content: '';
	-webkit-animation: shadow-preload .1s;
	animation: shadow-preload .1s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;

	vertical-align: baseline;
}
.content{
	background-color: #efeff4;
	-webkit-overflow-scrolling: touch;
}