七释子 2017/06/29 00:54:17
* {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: currentColor;
	border-image: none;
}
.izl-rmenu {
	background: url("../images/r_b.png") no-repeat 0px bottom;
	left: 50%;
	bottom: 10px;
	padding-bottom: 73px;
	margin-left: 580px;
	position: fixed;
	z-index: 999;
}
.izl-rmenu .btn {
	width: 72px;
	height: 73px;
	margin-bottom: 1px;
	position: relative;
	cursor: pointer;
}
.izl-rmenu .btn-qq123 {
	background: url("../images/r_qq.png") no-repeat 0px 0px rgb(109, 169, 222);
}
.izl-rmenu .btn-qq123:hover {
	background-color: rgb(72, 139, 199);
}
.izl-rmenu a.btn-qq123 {
	background: url("../images/r_qq.png") no-repeat 0px 0px rgb(109, 169, 222);
	text-decoration: none;
	margin: 0px;
	display: block;
	bottom: 1px;
}
.izl-rmenu a.btn-qq:visited {
	background: url("../images/r_qq.png") no-repeat 0px 0px rgb(109, 169, 222);
	text-decoration: none;
	display: block;
}
.izl-rmenu .btn-wx {
	background: url("../images/r_wx.png") no-repeat 0px 0px rgb(120, 195, 64);
}
.izl-rmenu .btn-wx:hover {
	background-color: rgb(88, 168, 28);
}
.izl-rmenu .btn-wx .pic {
	left: -160px;
	top: 0px;
	width: 160px;
	height: 160px;
	display: none;
	position: absolute;
}
.izl-rmenu .btn-phone {
	background: url("../images/r_phone.png") no-repeat 0px 0px rgb(251, 176, 31);
}
.izl-rmenu .btn-phone:hover {
	background-color: rgb(255, 129, 27);
}
.izl-rmenu .btn-phone .phone {
	left: -160px;
	top: 0px;
	width: 160px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 73px;
	font-size: 18px;
	display: none;
	position: absolute;
	background-color: rgb(255, 129, 27);
}
.izl-rmenu .btn-top {
	background: url("../images/r_top.png") no-repeat 0px 0px rgb(102, 102, 102);
	display: none;
}
.izl-rmenu .btn-top:hover {
	background-color: rgb(68, 68, 68);
}
