.sidebar{
	position: fixed;
	right:0;
	bottom:30%;
	z-index: 999;
}
.sidebar_right{
	width: 68px;
	font-size: 12px;
	color: #999;
	text-align: center;
	border:1px solid #ccc;
	background: #fff;
}
.sidebar_right a{
	color: #999;
    text-align: left;
}
.sidebar_right div{
	cursor: pointer;
	width: 68px;
	height: 68px;
	border-bottom:1px solid #ccc;
}
.sidebar_right div:hover{
	background: #f5f5f5;
}
.sidebar_right div:last-child{
	border:0;
}
.sidebar_right i{
	display: block;
	width: 68px;
	height: 38px;
	margin-bottom: 4px;
}
.sidebar_right0 a{
	color: #DF131D;
}
/*添加购物车商标*/
.sidebar_right1{
	position: relative;
}
#car_num{
	position: absolute;
	top: 6px;
	right: 13px;
	color: #fff;
	background: #DF131D;
	border-radius: 50%;
	line-height: 15px;
	text-align: center;
	width: 15px;
	height: 15px;
	display: inline-block;
}
.sidebar_right0{
	position: relative;
}
.sidebar_right0:hover .sidebar_left0{
	display: block;
}
.sidebar_right0  a i{
	background: url(../images/go_top.png) no-repeat bottom center;
}
.sidebar_right1 i{
	background: url(../images/sp_car.png) no-repeat bottom center;
}
.sidebar_right .sidebar_right2{
	border-bottom:0;
}
.sidebar_right2 i{
	background: url(../images/query.png) no-repeat bottom center;
}
.sidebar_right3 i{
	background: url(../images/back_top.png) no-repeat bottom center;
}
.sidebar_right4 i{
	background: url(../images/bu_acc.png) no-repeat bottom center;
}
.sidebar_right3{
	display: none;
}
.sidebar_left0{
	width: 357px;
	position: absolute;
	right:69px;
	display: none;
	bottom:-206px;
}
.sidebar_right0 .sidebar_left0 .sidebar_left{
	width: 330px;
	height: 273px;
	border:1px solid #ccc;
	background: #fff;
}
.sidebar_left p{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #F5F5F5;
}
.sidebar_left li{
	width: 164px;
	height: 77px;
	border-top:1px solid #ccc;
	float: left;
}
.sidebar_left li:hover{
	background: #f5f5f5;
}
.sidebar_left li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 77px;
}
.sidebar_left li i{
	display: inline-block;
	width: 63px;
	height: 77px;
	margin: 0;
	float: left;
	margin-right: 5px;
}
.sidebar_left li:nth-child(2) i{
	background: url(../images/gszq.png) no-repeat right center;
}
.sidebar_left li:nth-child(3) i{
	background: url(../images/zscq.png) no-repeat right center;
}
.sidebar_left li:nth-child(4) i{
	background: url(../images/lsfw.png) no-repeat right center;
}
.sidebar_left li:nth-child(5) i{
	background: url(../images/jjfl.png) no-repeat right center;
}
.sidebar_left li:nth-child(6) i{
	background: url(../images/hwfw.png) no-repeat right center;
}
.sidebar_left li:nth-child(7) i{
	background: url(../images/tsyj.png) no-repeat right center;
}
.sidebar_left li:nth-child(even){
	border-right:1px solid #ccc;
}
.sidebar_right0 em{
	display: block;
	width: 9px;
	height: 17px;
	position: absolute;
	top: 45px;
    z-index: 999;
    right: 18px;
	background: url(../images/sd_jian.jpg) no-repeat center;
}
