@charset "utf-8";
/*common icons*/
.ico-16 {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: 999px;
	overflow: hidden;
	background-image: url("../img/JMICONS1616.png");
	background-repeat: no-repeat;
}
.ico-40 {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 999px;
	overflow: hidden;
	position: relative
}
.ico-40:before {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../img/JMICONS1616.png");
	background-repeat: no-repeat;
}
.ico-bao { background-position: 0 0; }
.ico-hongbao { background-position: -20px 0 }
.ico-auth { background-position: -40px 0 }
.ico-quan { background-position: -60px 0 }
.ico-bank { background-position: 0 -20px; }
.ico-alipay { background-position: -20px -20px; }
.ico-tui { background-position: -40px -20px }
.ico-vip { background-position: 0 -40px; }
.ico-online-16 { background-position: -220px -20px }
.ico-online a {
	display: block;
	width: 80px;
	height: 20px;
	text-indent: 999px;
	overflow: hidden;
	background-image: url("../img/JMICONS1616.png");
	background-repeat: no-repeat;
	background-position: -220px 0;
}
.ico-top, .ico-feedback {
	background: #5e5e5d;
	border-radius: 3px;
	box-shadow: 0 2px 0px #ddd;
	filter: alpha(opacity=90); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.9; /*Firefox私有，透明度50%*/
	opacity: 0.9;/*其他，透明度50%*/
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}
.ico-top:hover, .ico-feedback:hover {
	filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
	-moz-opacity: 1; /*Firefox私有，透明度50%*/
	opacity: 1;/*其他，透明度50%*/
}
.ico-top { margin-bottom: 5px; }
.ico-top:before {
	content: '';
	position: absolute;
	background-position: -280px -260px;
	left: 10px;
	top: 10px;
}
.ico-feedback:before {
	content: '';
	position: absolute;
	background-position: -280px -280px;
	left: 10px;
	top: 10px;
}
/*float feedback*/
.float_right_buttons{ right:10px; bottom:10px; display:none}
.fixed{ position:fixed; display:block}
