﻿.sidebar {
	position: fixed;
	right: 0;
	bottom: 0%;
	margin-bottom: 130px;
	width: 55px;
	background: url(images/slide_bar_bg.png);
	border-radius: 8px 0 0 8px;
	z-index: 999;
	transition: all 0.5s;
}

.sidebar li {
	height: 50px;
	width: 160px;
	padding-left: 17px;
	border-radius: 8px 0 0 8px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sidebar li img {
	display: block;
}

.sidebar li:hover {
	margin-left: -105px;
	background: url(images/slide_bar_bg.png);
}

.query-cover {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
}

.query-pop {
	position: fixed;
	left: 50%;
	top: 37%;
	z-index: 20000;
	width: 340px;
	height: 390px;
	padding-top: 15px;
	margin-left: -200px;
	margin-top: -120px;
	background: #fff;
	display: none;
	color: #666;
	text-align: center;
}

.query-pop .close-btn {
	position: absolute;
	top: 340px;
	right: 92px;
	font-size: 13px;
	width: 150px;
	height: 39px;
	overflow: hidden;
	border-radius:3px;
	background: #ed413a;
	line-height: 39px;
	color: #FFF;
}
 