@charset "gb2312";
.ctrl-float-bar {
	position: fixed;
	z-index: 99999999;
	right: 5px;
	bottom: 200px;
}
.ctrl-float-plate {
	position: relative;
	margin-bottom: 5px;
}
.ctrl-float-icon {
	width: 64px;
	height: 64px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}
.ctrl-float-icon a {
	display: block;
	width: 100%;
	height: 100%;
}
.ctrl-float-content {
	position: absolute;
	display: none;
	top: 0px;
	right: 64px;
	padding: 15px;
	background-color: #FFF;
}
#ctrl-float-weixin .ctrl-float-icon {
	background-image: url(float-icon-1.png);
}
#ctrl-float-qq .ctrl-float-icon {
	background-image: url(float-icon-2.png);
}
#ctrl-float-join .ctrl-float-icon {
	background-image: url(float-icon-3.png);
}
#ctrl-float-add .ctrl-float-icon {
	background-image: url(float-icon-4.png);
}
#ctrl-float-booking .ctrl-float-icon {
	background-image: url(float-icon-5.png);
}
#ctrl-float-top .ctrl-float-icon {
	background-image: url(float-icon-6.png);
}
#ctrl-float-weixin .ctrl-float-content {
	width: 158px;
	height: 190px;
	background-color: #2dad00;
	background-image: url(/img/QRcode.png);
	background-repeat: no-repeat;
	background-position: center;
}
#ctrl-float-qq .ctrl-float-content {
	background-color: #005aff;
}
.ctrl-online-list {
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #FFF;
}
.ctrl-online-list span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#ctrl-float-booking .ctrl-float-content {
	background-color: #f0005a;
}