body,html{
	height: 100%;
}
.wrap{
	position: relative;
	width: 7.5rem;
	min-height: 100%;
	margin: 0 auto;
	background: url(../img/background1.png)no-repeat center center;
	background-size: 100% 100%;
    
}
.wrap.active{
	position: fixed;
	top: 0;
	left: 0; 
}
.top-logo{
    width: 5.5rem;
    height: 2.5rem;
	margin: 0 auto;
	padding-top: 0.9rem;
}
.top-logo img{
    width: 5.5rem;
    height: 2.5rem;
}
.classify-list {
	text-align: center;
	margin-top: 0.1rem;
}
.classify-list li{
	margin: 0 auto;
	width: 3.19rem;
	height: 0.84rem;
	background: url(../img/button.png)no-repeat;
	background-size: 100%;
	margin-bottom: 0.3rem;
	position: relative;
	color: #fff;
	font-size: 0.3rem;
	line-height: 0.84rem;
	text-align: center;
	padding-right: 0.3rem;
}
.classify-list li:nth-child(1){
	background: url(../img/bg1.png) no-repeat;
	background-size: 100%;
}
.classify-list li:nth-child(2){
	background: url(../img/bg2.png) no-repeat;
	background-size: 100%;
}
.classify-list li:nth-child(3){
	background: url(../img/bg3.png) no-repeat;
	background-size: 100%;
}
.classify-list li:nth-child(4){
	background: url(../img/bg4.png) no-repeat;
	background-size: 100%;
}
.classify-list li a{
    color: #FFEEB0;
}
.footer_wrap{
	position: absolute;
	width:100%;
	height: auto;
	bottom: 0;
	left: 0;
}
.footer_bg{
	width:100%;
}
.footer_bg img{
	width: 100%;
}
.footer_logo{
	position: absolute;
	bottom: 3.2rem;
	width: 1.8rem;
	left: 50%;
	transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
}
.footer_logo img{
	width: 100%;
}
