@charset "utf-8";
.header{	
	width:100%;	
	background-color:#e74847;	
	height:	0.85rem;
}
.header a.ui-btn{
	display:inline-block;
	width:14%;
	text-indent: -9999em;
	padding: 0;
	margin:0;
}
.header .logo-index{
	background-image:url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:30%;
}
.header a.ui-btn-back{
    background-image:url(../images/back.png);
    background-repeat: no-repeat;
    background-size:40%;
    background-position: center center;
	float:left;
}
.header a.ui-btn-home{
	float:right;
    background-image:url(../images/home.png);
    background-repeat: no-repeat;
    background-size:40%;
    background-position: center center;
	float:right;
}
.header a.ui-btn-use{
	float:right;
    background-image:url(../images/user-w.png);
    background-repeat: no-repeat;
    background-size:40%;
    background-position: center center;
	float:right;
}
.header .logo {
	line-height:0.85rem;
	text-align:center;
	font-size:0.3rem;
	color:#fff;
}

.header-dzb .logo {
	line-height:0.85rem;
	text-align:center;
	font-size:0.3rem;
	color:#fff;
}
/*footer*/

footer .footer-nav {
	background-color:#444;
	height:2.5em;
	line-height:2.5em;
	text-align:center
}
footer .footer-nav a {
	color:#fff;
	text-shadow:none;
	margin:0 .5em
}
footer .footer-info {
	text-align:center;
	line-height:1.5em;
	padding:1em 0 .5em
}