body {
font-family:arial,helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4;
text-align:center;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}
table {
font-size:inherit;
}
input, select {
font-family:arial,helvetica,clean,sans-serif;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
button {
overflow:visible;
}
th, em, strong, b, address, cite {
font-style:normal;
font-weight:normal;
}
li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
img, fieldset {
border:0 none;
}
ins {
text-decoration:none;
}
.bgimg {
	display: block;
	width: 100%;
}
.menu-box {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
	left: 0;
}
.menu-img {
	width: 0.7rem;
	display: block;
	position: fixed;
	right: 0.2rem;
	top: 0.2rem;
}
.menu-list {
	position: fixed;
	width: 3rem;
	background: white;
	top: 0;
	right: -5rem;
	bottom: 0;
	font-size: 0.32rem;
	line-height: 0.8rem;
	text-align: left;
	padding: 0.3rem 0.5rem;
	transition: all .3s;
	
}
.menu-list.active {
	right: 0;
}
.closeimg {
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	width: 0.5rem;
}
.menu-line {
	position: fixed;left: 0;
	right: 0;
	height: 1.2rem;
	background: white;
}
.logo {
	height: 0.6rem;
	display: block;
	margin: 0.3rem;
}
.blank {
	height: 1.2rem;
}
.topimg {
	display: none;
	position: fixed;
	right: 0.3rem;
	bottom: 1rem;
	width: 0.6rem;
}