/* 二维码悬浮窗 */
.qrcode-floating{
	width: 127px;
	height: 230px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 101;
	background: #fff;
	background-color:transparent;
}
.qrcode-floating img{
	width: 137px;
	height: 137px;
	padding-left: 6px;
}
.qrcode-floating p{
	height: 50px;
	text-align: left;
}
.question{
	font-size: 10px;
	padding-top: 10px;
	/* line-height: 50px; */
	/* text-align: left; */
	width: 150px;
	border-bottom: 1px dashed #bebebe;
}
#stick{
	width: 100%;
	font-size: 16px;
	line-height: 37px;
	cursor: pointer;
	text-align: center;
}
#stick span{
	display: block;
	width: 0;
	height: 0;
	border-bottom: 20px solid #00479d;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin: 0 auto;
	margin-top: 3px;
}