/*客服*/
.rightbar {
	width: 176px;
	height: 619px;
	position: fixed;
	top: 48%;
	right: 0;
	margin-top: -280px;
	background: url("../image/left1.png") no-repeat;
	z-index: 10000;
	text-align: center;
	color: #fff;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}
.rightbar.close {
	right: -176px
}
.rightbar.close .btn-close {
	background: url("../image/left4.png") no-repeat
}
.rightbar .btn-close {
	width: 31px;
	height: 89px;
	background: url("../image/left2.png");
	position: absolute;
	top: 0;
	left: -31px
}
.rightbar h6 {
	margin-bottom: 10px;
	padding-top: 0px;
	font-size: 10px;
	line-height: 34px;
	font-weight: 100;
	overflow: hidden
}
.rightbar h6 span {
	display: block;
	font-size: 16px
}
.rightbar .code {
	margin: 0 0 0px 9px;
	width: 157px;
	height: 160px;
	background: #36140f;
}
.rightbar .code p {
	height: 30px;
	line-height: 30px;
	background: #36140f;
	margin-bottom: 5px
}
.rightbar p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px
}
.rightbar .kefu {
	margin-left: 9px;
	display: block;
	width: 157px;
	height: 51px;
	background: url("../image/left3.png") no-repeat;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin-bottom: 2px
}
.rightbar .kefu:hover {
	background: url("../image/left5.png") no-repeat
}
