@charset "utf-8";
*{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-family:"Microsoft YaHei","微软雅黑";}
/*左侧悬浮窗口*/
.store-kefu {
	position: fixed;
	left: 0;
	bottom: 20px;
	z-index: 99999;
}
.store-kefu .open-warp {
	width: 135px;
	height: 344px;
	overflow: hidden;
	position: relative;
}
.store-kefu .open-warp-content {
	width: 135px;
	height: 344px;
	background: url(/templets/default/images/himall/kefu.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.store-kefu .open-warp-content p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 108px;
	margin-bottom: 10px;
}
.store-kefu .open-warp-content span{
	display: block;
	font-size: 14px;
	color: #fff;text-align: center;
	line-height: 38px;
	margin-top: 20px;
}
.store-kefu .open-warp .close {
		 position: absolute;
		 right: 0;
		top: -4px;
		cursor: pointer;
		color: #f72144;
		font-size: 18px;
		font-weight: bold;
}
.store-kefu .open-warp .qrcode img{
		margin: 115px 0 0 22px;
		display: block;
		width: 94px;
		height: 94px;
}
.store-kefu .close-warp {
	width: 69px;
	height: 69px;
	border-radius: 50%;
	cursor: pointer;
	background: url(/templets/default/images/himall/kefu.png) no-repeat -5px -344px #f72144;
	position: absolute;
	bottom: 0;
	left: -69px;
}