@charset "utf-8";
/* CSS Document */
#service{
	position: fixed;
	width:60px;
	right: 8px;
    bottom: 20px;
	z-index:99999;
}
.service_img1{
	width:60px;
	height:60px;
	cursor: pointer;
	border-radius: 5px;
}
.service_img2{
	width:60px;
	height:60px;
	margin-top:5px;
	cursor: pointer;
	border-radius: 5px;
}