body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button, select,option,
textarea, p, blockquote, th, td,tt, a{
    margin: 0;
    padding: 0;
    color: #666;
    font-family: "SourceHanSansCN-Regular", 微软雅黑,sans-serif;
}
html,body{
	width: 100%;
	height: 100%;
	background: url("../images/bg.png") repeat-x center top;
	background-size: 100% 100%;
}
.warpper{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    background: url("../images/bg.png") repeat-x center top;
    background-size: 100% 100%;
}
.logo{
	width: 100%;
	margin: 0 auto;
	background: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.logo img{
	width: 100%;
}
.top{
	width: 100%;
	position: absolute;
	top: 0.7rem;
	left: 0;
}
.top p{
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
	color: #ffd907;
	line-height: 1.2rem;
}
.top p span{
	font-size: 0.6rem;
	color: #f0f0f0;
}
.copyright{
	width: 100%;
	position: absolute;
	bottom: 0.6rem;
	left: 0;
}
.copyright p{
	width: 100%;
	line-height: 1rem;
	text-align: center;
}
.copyright p{
	font-size: 0.3rem;
	color: #bfbfbf;
}
.copyright p span{
	padding-right: 10px;
}
.font{
	width: 100%;
	position: absolute;
	bottom: 1.5rem;
	margin: 0 auto;
	left: 0;
}
.font p{
	text-align: center;
}
.font img{
	width: 12rem;
}