html {
	height: auto;
}
body {
	height: 100%; position: relative;
}
.nav {
	background: rgb(17, 173, 213); padding: 5px; top: 0px; right: 0px; bottom: 0px; display: none; position: absolute; z-index: 3000;
}
.showlist {
	background: rgb(74, 67, 107); border-radius: 30px 0px 0px 30px; top: 0px; width: 50px; height: 40px; right: 0px; margin-top: 5px; position: absolute; z-index: 3000;
}
.showlist .icon {
	background: url("../images/v84_nav.png") no-repeat 0px -150px / 45px auto; width: 35px; height: 40px; margin-right: 7px; float: right;
}
.nav ul {
	width: 100%; height: 100%;
}
.nav ul li {
	margin: 15px 0px; width: 100%; height: 50px; text-align: center;
}
.nav ul li a {
	width: 100%; height: 100%; color: rgb(255, 255, 255); display: block;
}
.nav ul li .icon {
	margin: 0px auto; border-radius: 15px; border: 1px solid rgb(255, 255, 255); width: 30px; height: 30px; line-height: 28px; font-size: 20px; display: block;
}
.nav ul li .phone.icon {
	background: url("../images/v84_nav.png") no-repeat 3px 6px / 30px auto;
}
.nav ul li .card.icon {
	background-position: 4px -18px;
}
.nav ul li .home.icon {
	background: url("../images/v84_nav.png") no-repeat 3px -41px / 30px auto;
}
.nav ul li .addr.icon {
	background: url("../images/v84_nav.png") no-repeat 4px -64px / 30px auto;
}
.nav .icon {
	color: rgb(255, 255, 255);
}
.nav .title {
	color: rgb(255, 255, 255);
}
