@charset "utf-8";

html {
	_background: url(about:blank);
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a, img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none
}

body {
	font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}

/* jump */
#jump {
	position: fixed;
	bottom: 200px;
	right: 100px;
	width: 40px;
	z-index: 400;
}

* html #jump {
	position: absolute;
	top: expression(documentElement.scrollTop + "px");
	margin: 300px 0 0 0;
}

#jump li {
	height: 50px;
	overflow: hidden;
}

#top, #share, #reply, #sina, #ceping, #weixin {
	display: block;
	width: 40px;
	height: 42px;
	overflow: hidden;
	cursor: pointer;
}

#top {
	background: url(../images/top.png) no-repeat;
}

#share {
	background: url(../images/share.png) no-repeat;
}

#reply {
	background: url(../images/reply.png) no-repeat;
}

#sina {
	background: url(../images/sina.png) no-repeat;
}

#weixin {
	background: url(../images/ercode.png) no-repeat;
	z-index:999;
}

#top:hover {
	background: url(../images/toped.png) no-repeat;
}

#share:hover {
	background: url(../images/shared.png) no-repeat;
}

#reply:hover {
	background: url(../images/replyed.png) no-repeat;
}

#sina:hover {
	background: url(../images/sinad.png) no-repeat;
}

#weixin:hover {
	background: url(../images/weixind.png) no-repeat;
}

#ceping {
	background: url(../images/ceping.png) no-repeat;
}

#ceping:hover {
	background: url(../images/cepinged.png) no-repeat;
}

#EWM, #EWM2 {
	position: absolute;
	left: -150px;
	bottom: 10px;
	display: none;
}

#EWM img, #EWM2 img {
	width: 150px;
	height: 150px;
}

