* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	outline: none;
}

html,
body {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	user-select: none;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

#app {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	position: relative;
}

#menu {
	position: fixed;
	right: 0.5rem;
	top: 0.4rem;
	z-index: 200;
}

.menu-icon {
	width: 0.586rem;
	height: 0.426rem;
	cursor: pointer;
}

.menu-list {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background: #4e0570;
	padding-top: 1rem;
	box-sizing: border-box;
}

.menu-list a {
	display: block;
	text-align: center;
	font-size: 0.426rem;
	color: #fff;
	height: 2rem;
}

.menu-list a .logo {
	width: 2.8rem;
	height: 1rem;
}

.menu-list a .close {
	width: 0.48rem;
	height: 0.48rem;
	cursor: pointer;
}

#footer {
	width: 100%;
	height: 2.933rem;
	background: #fff;
	min-height: 0.667rem;
	color: #868585;
	padding-top: 0.4rem;
	white-space: nowrap;
	box-sizing: border-box;
}

#footer .container {
	width: 100%;
	margin: 0 auto;
	font-size: 0.24rem;
	color: #4b4949;
}

#footer .container a {
	font-size: 0.24rem;
	color: #4b4949;
}

#footer .container div {
	text-align: center;
	margin: 0.24rem 0;
}

marquee {
	position: absolute;
	width: 50%;
	font-size: 0.4rem;
	left: 30%;
	top: 8%;
	font-weight: 600;
}
