/* 懒人图库 搜集整理 www.lanrentuku.com */

*{padding:0;margin:0;}
html,body{font-size:12px;font-family:"微软雅黑";outline:none;}
ul,ol{list-style:none;}
img{border:none;outline:none;}
a{color:#666;text-decoration:none;outline:none;}
a:hover{color:#e8431f;}

/*浮动客服*/
#floatDivBoxs{
	width: 120px;
	background: #fff;
	position: fixed;
	top: 180px;
	z-index: 999;
	right: 0px;
}
#floatDivBoxs .floatDtt{
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	text-indent: 22px;
	position: relative;
	background-color: #ac4147;
}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{
	font-size: 15px;
	color: #333;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#floatDivBoxs .floatDtel{
	font-size: 14px;
	line-height: 25px;
	margin-left: 7px;
	font-weight: bold;
	color: #ac4147;
	width: 105px;
	text-align: center;
}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{
	width: 50px;
	height: 45px;
	background: url(../images/online_arrow.jpg) no-repeat;
	position: fixed;
	top: 180px;
	z-index: 999;
	right: 120px;
}
#rightArrow a{display:block;height:45px;}
