/*reset css*/
/*main css*/
.izl-rmenu {
	position: fixed;
	left: 55%;
	margin-left: 465px;
	bottom: 10px;
	padding-bottom: 73px;
	background: url(r_b.png) 0px bottom no-repeat;
	z-index: 999;
}
.izl-rmenu .btn {
	width: 50px;
	height: 51px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}
.izl-rmenu .btn-top {
	background: url(r_top.png) 0px 0px no-repeat;
	background-color: #666666;
	display: none;
}
.izl-rmenu .btn-top:hover {
	background-color: #444;
}

@media screen and (max-width:1220px){
.izl-rmenu {
	position: fixed;
	left: 65%;
	margin-left: 280px;
	bottom: 10px;
	padding-bottom: 73px;
	background: url(r_b.png) 0px bottom no-repeat;
	z-index: 999;
}
}

@media screen and (max-width:990px){
.izl-rmenu {
	position: fixed;
	left: 65%;
	margin-left: 180px;
	bottom: 10px;
	padding-bottom: 73px;
	background: url(r_b.png) 0px bottom no-repeat;
	z-index: 999;
}
}

@media screen and (max-width:770px) {
.izl-rmenu {
	position: fixed;
	left: 65%;
	margin-left: 100px;
	bottom: 10px;
	padding-bottom: 73px;
	background: url(r_b.png) 0px bottom no-repeat;
	z-index: 999;
}
}

@media screen and (max-width:510px) {
.izl-rmenu {
	position: fixed;
	left: 65%;
	margin-left: 80px;
	bottom: 10px;
	padding-bottom: 73px;
	background: url(r_b.png) 0px bottom no-repeat;
	z-index: 999;
}
	
}