/*
// 作品原创: 出名·工作室
// 联系ＱＱ: 8583500
// 官方网站: www.Louou.com
// 友情提示: 本程序已获得终身授权无限制使用并无偿提供技术支持
*/
/* 全局 */
body {
	margin:0;
	padding:0;
	color:#505050;
	font-size:14px;
	font-family:'Microsoft Yahei','Lucida Grande',Helvetica,Arial,sans-serif;
	background:#fff url("bg.jpg")/*tpa=http://www.98myw.com/theme/default/image/bg.jpg*/ no-repeat center bottom;
}
a {
	color:#505050;
	text-decoration:none;
	blr:expression(this.onFocus=this.blur())
}
a:link {
	color:#505050;
	text-decoration:none;
}
a:hover {
	color:#505050;
	text-decoration:underline;
}
ol,ul,li {
	list-style-type:none;
}
* {
	padding:0;
	margin:0;
}
img {
	border:0;
	border:none;
}
*html {
	background-image:url(about:blank);
	background-attachment:fixed;
}
textarea,input {
	outline:0;
	resize:none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,textarea,p,blockquote,th,td,hr,button,section {
	margin:0;
	padding:0;
}
h1,.title {
	font-size:15px;
	font-weight:bold;
}
/* 布局 */
#warp {
	width:1002px;
	margin:0 auto;
}
#wall {
	overflow:hidden;
}
#left {
	float:left;
	width:243px;
	overflow:hidden;
}
#right {
	float:right;
	width:759px;
	overflow:hidden;
}
#c {
	clear:both;
	zoom:1;
	font-size:0;
	height:0;
	padding:0;
	margin:0;
}
#side-fixed {
	width:243px;
	top:0;
	z-index:2;
}
.fixed {
	position:fixed;
}
#sides {
	clear:both;
	zoom:1;
	font-size:0;
	height:5;
	padding:0;
	margin:0;
}
#d {
	overflow:hidden;
}
#d img {
	margin-top:10px;
}
#load {
	z-index:99;
	width:100%;
	position:absolute;
	top:45px;
	left:0;
}
#load div {
	width:0;
	height:2px;
	background:#2d4c86;
}
#cue {
	margin:10px 10px 0 10px;
	border-top:1px solid #555;
}
#cue h1 {
	line-height:30px;
	padding:15px 15px;
	background:#f8f8f8;
	border:1px solid #eee;
	border-top:none;
}
#cue p {
	font-size:20px;
	padding:105px 50px;
	text-align:center;
	overflow:hidden;
	background:#fff;
	border:1px solid #eee;
}
#top {
	font-size:13px;
	overflow:hidden;
	background:#2d4c86;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#top dl {
	width:1002px;
	margin:0 auto;
	height:25px;
	line-height:25px;
	padding:10px 0;
}
#top dl dd {
	float:left;
	color:#e9f0fe;
}
#top dl dt {
	float:right;
}
#top a {
	float:left;
	color:#e9f0fe;
	margin-left:15px;
}
#top a:hover {
	color:#fff;
	text-decoration:none;
}
#header {
	width:1002px;
	height:80px;
	margin:10px auto;
}
#logo {
	float:left;
}
#logo img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#search {
	float:right;
	font-size:15px;
	margin-top:15px;
	background:#f5f5f5;
}
#search input {
	float:left;
	color:#aaa;
	font-family:'Microsoft Yahei';
	height:26px;
	line-height:26px;
	width:200px;
	padding:10px;
	outline:0;
	border:2px solid #34589b;
}
#search input:focus {
	color:#34589b;
	border:2px solid #34589b;
}
#search button {
	float:left;
	color:#fff;
	width:80px;
	text-align:center;
	font-family:'Microsoft Yahei';
	height:50px;
	line-height:50px;
	border:none;
	background:#34589b;
	cursor:pointer;
}
#search button:hover {
	background:#c00;
}
/* 导航菜单 */
#menu {
	width:982px;
	height:50px;
	margin:0 auto;
	padding:0 10px 3px 10px;
	position:relative;
	background:url("m.png")/*tpa=http://www.98myw.com/theme/default/image/m.png*/ no-repeat;
}
#menu ul {
	position:absolute;
	top:-5px;
}
#menu p a {
	float:right;
	color:#375da4;
	font-size:13px;
	width:66px;
	height:25px;
	line-height:25px;
	padding:0 8px;
	margin-top:13px;
	background:url("q.png")/*tpa=http://www.98myw.com/theme/default/image/q.png*/ no-repeat;
}
#menu p a:hover {
	text-decoration:none;
	background-position:0 -25px;
}
#menu ul li {
	float:left;
	position:relative;
}
#menu ul font {
	float:left;
	width:2px;
	height:50px;
	margin:5px 1px 0 1px;
	background:url("m.png")/*tpa=http://www.98myw.com/theme/default/image/m.png*/ no-repeat right -53px;
}
#menu ul li a {
	color:#264072;
	width:85px;
	line-height:50px;
	padding:5px 0 3px 0;
	text-align:center;
	display:block;
}
#menu ul li ul {
	display:none;
	position:absolute;
	z-index:9;
	width:83px;
	top:56px;
	left:0;
	background:#34589b;
	border:1px solid #264072;
	border-top:none;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
#menu ul li ul li {
	display:block;
	float:none;
	height:42px;
	line-height:42px;
	position:relative;
}
#menu ul li.two {
	background:url("m.png")/*tpa=http://www.98myw.com/theme/default/image/m.png*/ no-repeat 0 -53px;
}
#menu ul li.two a {
	color:#fff;
	text-decoration:none;
}
#menu ul li.two ul {
	display:block;
}
#menu ul li.two ul a {
	color:#fff;
	display:block;
	width:83px;
	height:42px;
	line-height:42px;
	padding:1px 0 0 0;
	background:none;
}
#menu ul li.two ul li {
	padding:0;
	margin:0;
	background:url("m.png")/*tpa=http://www.98myw.com/theme/default/image/m.png*/ no-repeat -85px -53px;
}
#menu ul li.two ul li a:hover {
	color:#ff0;
}
#menu ul li.on a {
	color:#fff;
	text-decoration:none;
	background:url("m.png")/*tpa=http://www.98myw.com/theme/default/image/m.png*/ no-repeat 0 -53px;
}
#line {
	width:980px;
	margin:0 auto;
	line-height:25px;
	padding:10px;
	background:#f2f5fb;
	border:1px solid #c9d7ef;
	border-top:none;
}
#line #b {
	float:right;
}
/* 首页-公告 */
#news {
	margin-top:10px;
	overflow:hidden;
	border-top:2px solid #f00;
	border-bottom:1px solid #e5e5e5;
}
#news .title {
	line-height:30px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
}
#news .title a {
	color:#f00;
}
#news ul {
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	padding:0 15px 15px 15px;
}
#news ul li {
	line-height:29px;
	padding:10px 0 10px 10px;
	border-bottom:1px dashed #eee;
	background:url("t.png")/*tpa=http://www.98myw.com/theme/default/image/t.png*/ no-repeat 0 24px;
	overflow:hidden;
	white-space:nowrap;
}
/* 首页-幻灯 */
#focus {
	width:1002px;
	height:385px;
	overflow:hidden;
	position:relative;
	margin-top:10px;
}
#focus ul {
	float:left;
	width:1002px;
	height:385px;
	clear:both;
	position:absolute;
}
#focus ul li {
	float:left;
	width:1002px;
	height:385px;
	overflow:hidden;
	position:relative;
}
#focus ul li img {
	width:1002px;
	height:385px;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .sbn {
	width:1002px;
	position:absolute;
	bottom:20px;
	text-align:center;
}
#focus .sbn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:18px;
	height:18px;
	_font-size:0;
	margin:0 5px;
	cursor:pointer;
	background:#fff;
}
#focus .preNext {
	width:41px;
	height:69px;
	top:158px;
	cursor:pointer;
	position:absolute;
}
#focus .pre {
	left:0;
	background:url("p.png")/*tpa=http://www.98myw.com/theme/default/image/p.png*/ no-repeat 0 0;
}
#focus .next {
	right:0;
	background:url("p.png")/*tpa=http://www.98myw.com/theme/default/image/p.png*/ no-repeat -41px 0;
}
/* 首页-滚动 */
#run {
	margin:10px 0 0 10px;
	height:92px;
	overflow:hidden;
	position:relative;
}
#run ul {
	position:absolute;
	top:0;
	left:0;
}
#run ul li {
	float:left;
	margin-right:10px;
}
#run ul li img {
	width:130px;
	height:92px;
	display:block;
}
.c0 {
	color:#f00;
}
.c1 {
	color:#0f0;
}
.c2 {
	color:#00f;
}
.c3 {
	color:#f0f;
}
.c4 {
	color:#0ff;
}
.c5 {
	color:#000;
}
/* 表格 */
#form {
	overflow:hidden;
	margin:10px 0 0 10px;
	background:#f5f5f5;
	border-top:2px solid #393;
}
#form table {
	border-collapse:1;
	border-spacing:0;
}
#form table tr:hover {
	background:#fff;
}
#g {
	width:100%;
	text-align:center;
	border-left:1px solid #e5e5e5;
}
#g th {
	color:#393;
	font-size:15px;
	line-height:55px;
	font-weight:bold;
	text-align:center;
	background:#eee;
	border:1px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
#g td {
	color:#444;
	line-height:50px;
	text-align:center;
	border:1px solid #e5e5e5;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	position:relative;
	white-space:nowrap;
}
#g tr#k td,#g tr#k td a {
	color:#e00;
}
#g td#ser {
	text-align:left;
	padding-left:15px;
}
#g td i {
	top:10px;
	right:10px;
	width:20px;
	height:12px;
	position:absolute;
	background:url("h.gif")/*tpa=http://www.98myw.com/theme/default/image/h.gif*/ no-repeat;
}
/* 首页-热点/推荐 */
#read {
	margin:10px 0 0 10px;
	overflow:hidden;
	border-top:2px solid #06c;
	border-bottom:1px solid #e5e5e5;
}
#read .title {
	line-height:25px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;

}
#read .title a {
	color:#06c;
}
#read .title font a {
	float:right;
	color:#666;
	font-size:14px;
	font-weight:normal;
}
#read ul {
	overflow:hidden;
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
	padding-bottom:15px;
}
#read ul li {
	float:left;
	width:333px;
	line-height:29px;
	padding:10px 0 10px 10px;
	margin:0 15px;
	border-bottom:1px dashed #eee;
	background:url("t.png")/*tpa=http://www.98myw.com/theme/default/image/t.png*/ no-repeat 0 25px;
	overflow:hidden;
	white-space:nowrap;
}
#read ul li font {
	float:right;
	color:#aaa;
}
/* 标志 */
#mark {
}
#mark ul {
	overflow:hidden;
	margin-top:10px;
}
#mark ul li {
	float:left;
	width:241px;
	margin-left:10px;
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #666;
}
#mark ul li img {
	float:left;
	width:65px;
	height:65px;
	padding:10px;
	border-right:1px solid #e5e5e5;
}
#mark ul li dl {
	float:left;
	width:134px;
	padding:7px 10px;
	background:#f8f8f8;
	border-left:1px solid #fff;
}
#mark ul li:hover {
	border:1px solid #ddd;
	border-top:1px solid #c00;
}
#mark ul li:hover dl {
	background:#f5f5f5;
}
#mark ul li dl dd {
	color:#06c;
	height:26px;
	line-height:26px;
	margin-bottom:5px;
}
#mark ul li dl dt {
	color:#999;
	font-size:13px;
	line-height:20px;
}
/* 首页-图片 */
#home {
	overflow:hidden;
}
#home .title {
	font-size:14px;
	height:35px;
	line-height:35px;
	padding:10px 0;
	border-bottom:1px solid #393;
}
#home .title h1 {
	float:left;
	color:#fff;
	line-height:35px;
	font-weight:normal;
	padding:0 15px;
	display:block;
	background:#393;
}
#home #l,#home #r {
	float:right;
	color:#fff;
	font-weight:normal;
	line-height:35px;
	padding:0 10px;
	margin-left:2px;
	cursor:pointer;
	background:#bbb;
}
#home #l:hover,#home #r:hover {
	background:#393;
}
#home .title font {
	float:right;
	font-weight:normal;
}
#home .title font a {
	float:left;
	color:#999;
	line-height:35px;
	margin-right:15px;
}
#home #live-list {
	width:1001px;
	height:157px;
	overflow:hidden;
	border:1px solid #e5e5e5;
	border-top:none;
	border-left:none;
}
#home ul {
	overflow:hidden;
}
#home ul li {
	float:left;
	background:#fff;
	border-left:1px solid #e5e5e5;
	position:relative;
}
#home ul li:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#home ul li img {
	width:122px;
	height:100px;
	display:block;
	padding:10px;
	border-bottom:1px solid #eee;
}
#home ul li p {
	width:122px;
	height:25px;
	line-height:25px;
	text-align:center;
	padding:5px 10px;
	overflow:hidden;
	text-align:center;
	background:#f5f5f5;
	border-top:1px solid #fff;
	overflow:hidden;
	white-space:nowrap;
}
#home ul li .top,#home ul li .nice,#home ul li .new {
	color:#ff0;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	position:absolute;
	top:10px;
	right:10px;
	padding:5px 8px;
	background:#f00;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#home ul li .nice {
	color:#fff;
	background:#090;
	text-decoration:none;
}
#home ul li .new {
	color:#fff;
	background:#06f;
	font-weight:normal;
}
/* 首页-评论 */
#ting {
	float:right;
}
#ting dl {
	overflow:hidden;
}
#ting dl dd {
	float:left;
	width:480px;
	height:226px;
	margin:10px 10px 0 10px;
	overflow:hidden;
	border-top:1px solid #69c;
}
#ting dl dd .title {
	line-height:25px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #eeeeee;
	border-top:none;
}
#ting dl dd .title font {
	float:right;
}
#ting dl dd .title font a {
	float:right;
	color:#999;
	font-size:13px;
	font-weight:normal;
	margin-left:20px;
}
#ting dl dd ol {
	height:168px;
	position:relative;
	border:1px solid #eeeeee;
}
#ting dl dd ul {
	overflow:hidden;
	position:absolute;
	height:153px;
	top:0;
	left:0;
	margin:0 15px 15px 15px;
}
#ting dl dd ul li {
	width:450px;
	line-height:30px;
	padding:10px 0;
	border-bottom:1px dashed #e8e8e8;
	overflow:hidden;
	white-space:nowrap;
}
#ting dl dd ul li font {
	float:right;
	color:#f80;
}
#ting dl dt {
	float:right;
}
/* 内页-位置 */
#here {
	overflow:hidden;
	margin-top:10px;
	background:#f8f8f8;
	position:relative;
	border:1px solid #e5e5e5;
}
#here b,#here a,#here p {
	float:left;
	color:#888;
	line-height:20px;
	padding:15px 20px;
	display:block;
	font-weight:normal;
	background:url("h.png")/*tpa=http://www.98myw.com/theme/default/image/h.png*/ no-repeat left;
}
#here b {
	background:#f5f5f5;
}
/* 内页-侧栏通用 */
#side {
	margin-top:10px;
	overflow:hidden;
	border-top:2px solid #c39;
	border-bottom:1px solid #e5e5e5;
}
#side .title {
	color:#c39;
	line-height:30px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
}
#side ul {
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
	padding:0 15px 15px 15px;
}
#side ul li {
	line-height:25px;
	padding:12px 0 12px 10px;
	border-bottom:1px dashed #e8e8e8;
	background:url("t.png")/*tpa=http://www.98myw.com/theme/default/image/t.png*/ no-repeat 0 24px;
	overflow:hidden;
	white-space:nowrap;
}
#side ul li font {
	float:right;
	color:#999;
}
/* 内页-侧栏热门 */
#rank {
	margin-top:10px;
	overflow:hidden;
	border-top:2px solid #f60;
	border-bottom:1px solid #e5e5e5;
}
#rank .title {
	color:#f60;
	line-height:30px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
}
#rank ul {
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
	padding:0 15px 15px 15px;
}
#rank ul li {
	line-height:25px;
	padding:12px 0;
	border-bottom:1px dashed #eee;
	overflow:hidden;
	white-space:nowrap;
}
#rank ul li b {
	float:left;
	color:#fff;
	width:38px;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin-right:6px;
	display:block;
	background:#cfe3cc;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
/* Tag页面 */
#tags {
	margin:10px 0 0 10px;
	overflow:hidden;
	border-top:2px solid #555;
}
#tags h1 {
	color:#555;
	line-height:30px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-top:none;
}
#tags ul {
	overflow:hidden;
	background:#fff;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
#tags ul li {
	float:left;
	position:relative;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#tags ul li a {
	width:166px;
	height:35px;
	line-height:35px;
	padding:15px 10px;
	display:block;
}
#tags ul li a:hover {
	color:#f00;
	text-decoration:none;
	background:#fafafa;
}
#tags ul li font {
	color:#fff;
	position:absolute;
	top:20px;
	right:10px;
	line-height:25px;
	padding:0 8px;
	background:#b8ddb3;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/* 内页-列表 */
#list {
	margin:10px 0 0 10px;
	overflow:hidden;
	border-top:2px solid #06c;
	border-bottom:1px solid #e5e5e5;
}
#list h1,#list .title {
	color:#06c;
	line-height:30px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
}
#list .title font {
	float:right;
	margin-top:10px;
}
#list ul {
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
	padding:0 15px 15px 15px;
}
#list ul li {
	line-height:25px;
	padding:12px 0 12px 10px;
	border-bottom:1px dashed #e8e8e8;
	background:url("t.png")/*tpa=http://www.98myw.com/theme/default/image/t.png*/ no-repeat 0 24px;
	overflow:hidden;
	white-space:nowrap;
}
#list ul li a {
	float:left;
	margin-right:5px;
}
#list ul li em a {
	color:#f50;
	font-style:normal;
	padding:0 5px;
	background:#eee;
	margin-right:8px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#list ul li:hover {
	background-color:#fafafa;
}
#list ul li font {
	float:right;
	color:#999;
}
#list ul li strong {
	color:#f00;
	font-weight:normal;
}
#list ul li .top,#list ul li .nice,#list ul li .new {
	float:left;
	color:#fff;
	font-size:12px;
	line-height:17px;
	font-style:normal;
	padding:4px 7px;
	background:#06f;
	margin-left:5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#list ul li .top {
	color:#ff0;
	background:#f00;
	font-weight:normal;
}
#list ul li .nice {
	color:#fff;
	background:#090;
	text-decoration:none;
}
/* 内页-列表-1 */
#list-1 {
	margin:10px 0 0 10px;
	overflow:hidden;
	border-top:2px solid #06c;
	border-bottom:2px solid #e5e5e5;
}
#list-1 h1 {
	line-height:30px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
}
#list-1 h1 span {
	float:right;
}
#list-1 h1 span a {
	color:#555;
	font-size:14px;
	font-weight:normal;
	margin-left:15px;
}
#list-1 h1 span img {
	margin:19px 15px 0 0;
}
#list-1 dl {
	padding:15px;
	overflow:hidden;
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
	border-bottom:none;
}
#list-1 dl dd {
	float:left;
	margin-right:15px;
}
#list-1 dl dd img {
	width:200px;
	height:125px;
}
#list-1 dl dt {
	float:left;
	width:502px;
}
#list-1 dl dt.n {
	width:717px;
}
#list-1 dl dt .title {
	font-size:16px;
	line-height:30px;
}
#list-1 dl dt .title a {
	color:#2668a9;
}
#list-1 dl dt p {
	color:#888;
	height:50px;
	line-height:25px;
	padding:5px 0;
	margin-bottom:3px;
	overflow:hidden;
}
#list-1 dl dt ul {
	overflow:hidden;
}
#list-1 dl dt ul li {
	float:left;
	color:#888;
	line-height:22px;
	padding:5px 10px 5px 28px;
	margin-right:10px;
	display:block;
	background:#f1f1f1 url("t.png")/*tpa=http://www.98myw.com/theme/default/image/t.png*/ no-repeat 10px -110px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#list-1 dl dt ul li#author {
	padding:5px 10px 5px 26px;
	background-position:10px -229px;
}
#list-1 dl dt ul li#hit {
	background-position:10px -169px;
}
#list-1 dl dt ul li#com {
	padding:5px 10px 5px 30px;
	background-position:10px -199px;
}
#list-1 dl dt ul li.top,#list-1 dl dt ul li.nice,#list-1 dl dt ul li.new {
	float:right;
	color:#fff;
	font-size:12px;
	line-height:22px;
	padding:5px 8px;
	background:#60a0ff;
	margin:0 0 0 10px;
}
#list-1 dl dt ul li.top {
	background:#ff7859;
}
#list-1 dl dt ul li.new {
	background:#54cf54;
}
/* 图片列表-高 */
#list-2 {
	overflow:hidden;
}
#list-2 h1 {
	font-size:14px;
	height:35px;
	line-height:35px;
	padding:10px 0;
	border-bottom:1px solid #393;
}
#list-2 h1 b {
	float:left;
	color:#fff;
	line-height:35px;
	font-weight:normal;
	padding:0 15px;
	display:block;
	background:#393;
}
#list-2 h1 font {
	float:right;
	color:#393;
	font-weight:normal;
}
#list-2 ul {
	overflow:hidden;
}
#list-2 ul li {
	float:left;
	width:241px;
	display:block;
	overflow:hidden;
	margin:10px 10px 0 0;
	background:#fff;
	border:1px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	position:relative;
}
#list-2 ul li:hover {
	border:1px solid #ddd;
	border-top:1px solid #555;
	border-bottom:2px solid #ddd;
}
#list-2 ul li img {
	width:221px;
	height:210px;
	padding:10px;
	border-bottom:1px solid #e5e5e5;
}
#list-2 ul li p {
	width:211px;
	line-height:30px;
	padding:10px 15px;
	text-align:center;
	overflow:hidden;
	background:#f8f8f8;
	border-top:1px solid #fff;
}
#list-2 ul li .top,#list-2 ul li .nice,#list-2 ul li .new {
	color:#ff0;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	position:absolute;
	top:10px;
	right:10px;
	padding:5px 8px;
	background:#f00;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#list-2 ul li .nice {
	color:#fff;
	background:#090;
	text-decoration:none;
}
#list-2 ul li .new {
	color:#fff;
	background:#06f;
	font-weight:normal;
}
/* 文章详情 */
#show {
	position:relative;
	margin:10px 0 0 10px;
	background:#f8f8f8;
	border-top:2px solid #2a79e1;
}
#show h1 {
	color:#d00;
	font-size:25px;
	height:30px;
	line-height:30px;
	text-align:center;
	padding:50px 0 20px 20px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	overflow:hidden;
	white-space:nowrap;
}
#show ul {
	height:35px;
	padding:20px;
	text-align:center;
	overflow:hidden;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
}
#show ul li {
	color:#aaa;
	display:inline-block;
	line-height:35px;
	padding-right:10px;
	margin:0 3px;
	background:#f2f2f2;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#show ul li font {
	color:#888;
	display:inline-block;
	line-height:35px;
	padding:0 10px;
	margin-right:10px;
	background:#e8e8e8;
	-moz-border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}
#show ul li a {
	color:#888;
}
#show #content {
	font-size:15px;
	line-height:35px;
	padding:20px;
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
	border-bottom:2px solid #e5e5e5;
}
#show #content img {
	margin:10px auto;
	max-width:707px;
	_width:expression(this.width>707 ? "707":true);
	display:block;
}
#tag {
	margin:2px 0 0 10px;
	overflow:hidden;
	background:#fff;
	border:1px solid #e5e5e5;
}
#tag b {
	float:left;
	color:#666;
	width:65px;
	line-height:25px;
	text-align:center;
	font-weight:normal;
	padding:15px;
	background:#f8f8f8;
	border-right:2px solid #e5e5e5;
}
#tag a {
	float:left;
	color:#999;
	line-height:25px;
	padding:15px 0;
	margin-left:15px;
}
#next {
	margin:2px 0 0 10px;
	overflow:hidden;
	background:#fff;
}
#next a {
	color:#999;
}
#next dl {
	float:left;
	border:1px solid #e5e5e5;
}
#next dl dt {
	float:left;
	color:#666;
	width:65px;
	line-height:25px;
	text-align:center;
	padding:15px;
	background:#f8f8f8;
	border-right:2px solid #e5e5e5;
}
#next dl dd {
	float:left;
	color:#999;
	width:244px;
	line-height:25px;
	padding:15px;
}
#next dl.previous {
	margin-left:2px;
}
#intro {
	margin:10px 0 0 10px;
	background:#f8f8f8;
	border-top:2px solid #2a79e1;
	border-bottom:1px solid #e5e5e5;
}
#intro h1 {
	line-height:30px;
	padding:15px;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
	overflow:hidden;
	white-space:nowrap;
}
#intro #content {
	font-size:16px;
	line-height:32px;
	padding:20px;
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
}
/* 内容-评论 */
#comment {
	margin:10px 0 0 10px;
	overflow:hidden;
	border-top:2px solid #c39;
	border-bottom:2px solid #e5e5e5;
}
#comment .title {
	color:#c39;
	line-height:30px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
}
#comment .title span {
	float:right;
	font-size:14px;
	font-weight:normal;
}
#comment dl {
	overflow:hidden;
	padding:15px;
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
	border-bottom:none;
}
#comment dl:hover {
	background:#fafafa;
}
#comment dl dd {
	color:#393;
	font-weight:bold;
	line-height:25px;
	padding:5px 0 10px 0;
	margin-bottom:5px;
	border-bottom:1px dashed #e8e8e8;
}
#comment dl dd span {
	color:#888;
	font-weight:normal;
	float:right;
}
#comment dl dt {
	padding:5px 0;
	line-height:25px;
}
#comment dl #reply {
	color:#f00;
	border-top:1px dashed #e3e3e3;
	line-height:25px;
	padding:10px 0 5px 0;

	margin-top:5px;
}
#comment dl #reply b {
	color:#ff0;
	font-size:13px;
	font-weight:normal;
	padding:5px 6px;
	margin-right:5px;
	background:#f00;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#comment-box {
	margin:10px 0 0 10px;
	padding:10px;
	background:#fafafa;
	border:1px solid #e5e5e5;
	border-top:1px solid #555;
}
#comment-box textarea {
	font-family:'Microsoft Yahei','Lucida Grande',Helvetica,Arial,sans-serif;
	width:705px;
	height:75px;
	line-height:25px;
	padding:10px;
	border:1px solid #e5e5e5;
	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	margin-bottom:10px;
}
#comment-push {
	height:35px;
	line-height:35px;
}
#comment-push input {
	float:right;
	color:#fff;
	font-family:'Microsoft Yahei','Lucida Grande',Helvetica,Arial,sans-serif;
	width:80px;
	line-height:25px;
	display:block;
	border:none;
	padding:5px 10px;
	background:#555;
	cursor:pointer;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#comment-push input:hover {
	color:#fff;
	background:#e00;
}
#comment-push b {
	float:left;
	color:#555;
	font-weight:normal;
	padding:0 10px;
	display:block;
	background:#eee;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#comment-push font {
	float:left;
	color:#888;
	padding:0 10px;
}
#comment-push font span {
	color:#f60;
}
/* ColorBox Core Style */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;background:#555;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
/* User Style */
#cboxOverlay{}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url("controls.png")/*tpa=http://www.98myw.com/theme/default/image/controls.png*/ no-repeat -100px 0;}
#cboxTopRight{width:21px; height:21px; background:url("controls.png")/*tpa=http://www.98myw.com/theme/default/image/controls.png*/ no-repeat -129px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url("controls.png")/*tpa=http://www.98myw.com/theme/default/image/controls.png*/ no-repeat -100px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url("controls.png")/*tpa=http://www.98myw.com/theme/default/image/controls.png*/ no-repeat -129px -29px;}
#cboxMiddleLeft{width:21px; background:url("controls.png")/*tpa=http://www.98myw.com/theme/default/image/controls.png*/ left top repeat-y;}
#cboxMiddleRight{width:21px; background:url("controls.png")/*tpa=http://www.98myw.com/theme/default/image/controls.png*/ right top repeat-y;}
#cboxTopCenter{height:21px; background:url("border.png")/*tpa=http://www.98myw.com/theme/default/image/border.png*/ 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url("border.png")/*tpa=http://www.98myw.com/theme/default/image/border.png*/ 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;font-size: 12px;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url("controls.png")/*tpa=http://www.98myw.com/theme/default/image/controls.png*/ no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url("controls.png")/*tpa=http://www.98myw.com/theme/default/image/controls.png*/ no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url("loading_background.png")/*tpa=http://www.98myw.com/theme/default/image/loading_background.png*/ no-repeat center center;}
#cboxLoadingGraphic{background:url("loading.gif")/*tpa=http://www.98myw.com/theme/default/image/loading.gif*/ no-repeat center center;}
#cboxClose{position:absolute; bottom:0; right:0; background:url("controls.png")/*tpa=http://www.98myw.com/theme/default/image/controls.png*/ no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}
.cboxIE6 #cboxTopLeft{background:url("../../../../www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderTopLeft.png")/*tpa=http://www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderTopLeft.png*/;}
.cboxIE6 #cboxTopCenter{background:url("../../../../www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderTopCenter.png")/*tpa=http://www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderTopCenter.png*/;}
.cboxIE6 #cboxTopRight{background:url("../../../../www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderTopRight.png")/*tpa=http://www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderTopRight.png*/;}
.cboxIE6 #cboxBottomLeft{background:url("../../../../www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderBottomLeft.png")/*tpa=http://www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderBottomLeft.png*/;}
.cboxIE6 #cboxBottomCenter{background:url("../../../../www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderBottomCenter.png")/*tpa=http://www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderBottomCenter.png*/;}
.cboxIE6 #cboxBottomRight{background:url("../../../../www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderBottomRight.png")/*tpa=http://www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderBottomRight.png*/;}
.cboxIE6 #cboxMiddleLeft{background:url("../../../../www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderMiddleLeft.png")/*tpa=http://www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderMiddleLeft.png*/;}
.cboxIE6 #cboxMiddleRight{background:url("../../../../www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderMiddleRight.png")/*tpa=http://www.iplaysoft.com/wp-content/themes/ips/js/colorbox/images/ie6/borderMiddleRight.png*/;}
.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
/* 分页 */
#paging {
	margin-top:10px;
	text-align:right;
}
#paging a {
	color:#888;
	line-height:20px;
	display:inline-block;
	padding:10px 15px;
	margin-left:5px;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
}
#paging a:hover {
	color:#555;
	background:#f5f5f5;
	text-decoration:none;
	border:1px solid #e5e5e5;
}
#paging a.hover {
	color:#555;
	background:#fff;
	border:1px solid #e5e5e5;
	display:inline-block;
	padding:10px 15px;
	margin-left:5px;
}
/* 单页模块 */
#page {
	margin:10px 0 0 10px;
	overflow:hidden;
	border-top:2px solid #06c;
	border-bottom:1px solid #e5e5e5;
}
#page h1 {
	color:#06c;
	line-height:30px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
}
#page #content {
	line-height:30px;
	padding:20px;
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
}
#page #content img {
	margin:10px auto;
	max-width:707px;
	_width:expression(this.width>707 ? "707":true);
	display:block;
}
#page #content table {
	border-collapse:1;
	border-spacing:0;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	margin-bottom:20px;
}
#page #content table th {
	color:#06c;
	font-size:15px;
	line-height:55px;
	font-weight:bold;
	text-align:center;
	background:#eee;
	border:1px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
#page #content table td {
	line-height:50px;
	text-align:center;
	border:1px solid #e5e5e5;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
#page #content table td a {
	color:#f00;
}
#banner {
	overflow:hidden;
	margin-top:10px;
}
#banner img {
	width:1002px;
}
/* 留言模块 */
#book {
	margin:10px 0 0 10px;
	overflow:hidden;
	border-top:2px solid #555;
	border-bottom:2px solid #e5e5e5;
}
#book h1 {
	color:#555;
	line-height:30px;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #eee;
	border-top:none;
}
#book dl {
	overflow:hidden;
	padding:15px;
	background:#fff;
	border:1px solid #e5e5e5;
	border-top:1px solid #eee;
	border-bottom:none;
}
#book dl:hover {
	background:#fafafa;
}
#book dl dd {
	color:#393;
	font-weight:bold;
	line-height:25px;
	padding:5px 0 10px 0;
	margin-bottom:5px;
	border-bottom:1px dashed #e8e8e8;
}
#book dl dd span {
	float:right;
	color:#888;
	font-weight:normal;
}
#book dl dt {
	padding:5px 0;
	line-height:25px;
}
#book dl #reply {
	color:#f00;
	border-top:1px dashed #e3e3e3;
	line-height:25px;
	padding:10px 0 5px 0;
	margin-top:5px;
}
#book dl #reply b {
	color:#ff0;
	font-size:12px;
	font-weight:normal;
	padding:5px 6px;
	margin-right:5px;
	background:#f00;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#book-box {
	margin:10px 0 0 10px;
	padding:10px;
	background:#fafafa;
	border:1px solid #e5e5e5;
	border-top:1px solid #555;
	position:relative;
}
#book-box .hint {
	color:#888;
	font-size:12px;
	line-height:20px;
	padding:8px 12px;
	position:absolute;
	top:60px;
	right:21px;
	background:#eee;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#book-box .hint span {
	color:#f60;
}
#book-box textarea {
	font-family:'Microsoft Yahei','Lucida Grande',Helvetica,Arial,sans-serif;
	width:705px;
	height:75px;
	line-height:25px;
	padding:10px;
	border:1px solid #e5e5e5;
	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	margin-bottom:10px;
}
#book-box-data {
	height:41px;
}
#bookstaus {
	float:left;
	margin-right:10px;
}
#bookstaus input {
	font-family:'Microsoft Yahei','Lucida Grande',Helvetica,Arial,sans-serif;
	width:130px;
	line-height:23px;
	border:1px solid #e5e5e5;
	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	padding:8px 10px;
}
#bookcode {
	float:left;
	width:185px;
}
#bookcode input {
	font-family:'Microsoft Yahei','Lucida Grande',Helvetica,Arial,sans-serif;
	width:50px;
	line-height:23px;
	border:1px solid #e5e5e5;
	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	padding:8px 10px;
}
#bookcode img {
	float:right;
	height:23px;
	padding:8px 10px;
	background:#fff;
	border:1px solid #e5e5e5;
}
#bookpush input {
	float:right;
	color:#fff;
	font-family:'Microsoft Yahei','Lucida Grande',Helvetica,Arial,sans-serif;
	width:85px;
	line-height:25px;
	margin-left:10px;
	display:block;
	border:none;
	padding:8px;
	background:#555;
	cursor:pointer;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#bookpush input:hover {
	color:#fff;
	background:#e00;
}
/* 友情链接 */
#link {
	overflow:hidden;
	margin-top:10px;
}
#link .title {
	float:left;
	color:#fff;
	width:90px;
	font-size:14px;
	font-weight:normal;
	line-height:25px;
	padding:11px 0;
	text-align:center;
	background:#06c;
}
#link ul {
	float:left;
	width:900px;
	overflow:hidden;
	margin-left:10px;
	border:1px solid #e5e5e5;
	border-left:1px solid #06c;
}
#link ul li {
	float:left;
}
#link ul li a {
	color:#888;
	display:block;
	line-height:25px;
	padding:10px;
	border-right:1px solid #e5e5e5;
}
#link ul li a:hover {
	color:#555;
	text-decoration:none;
	background:#f5f5f5;
}
/* 底部 */
#bottom {
	font-size:13px;
	margin-top:10px;
	padding:2px;
	background:#f6f6f6;
	border:1px solid #e1e1e1;
}
#bottom ul {
	text-align:center;
	overflow:hidden;
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
	background:-moz-linear-gradient(top,#ffffff 0%,#eeeeee);
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee));
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#eeeeee');
	position:relative;
}
#bottom ul li {
	color:#767183;
	line-height:46px;
	padding:0 10px;
	display:inline;
}
#bottom ul li a {
	color:#767183;
}
#bottom ul li img {
	position:absolute;
	top:13px;
	right:13px;
}
#footer {
	font-size:13px;
	margin:10px auto;
	color:#565261;
	line-height:25px;
	text-align:center;
}
/* Totop */
#totop {
	position:fixed;
	bottom:80px;
	right:50px;
	_position:absolute;
	z-index:9;
	width:69px;
	height:70px;
	display:block;
	cursor:pointer;
	background:#333 url("totop.png")/*tpa=http://www.98myw.com/theme/default/image/totop.png*/ no-repeat;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#totop:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/* 原lib/css/base.css */
*html .baseMessage {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(35 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
.baseMessage{height:53px;overflow:hidden;padding:5px 15px 5px 10px;display:none;position:fixed;top:35%;left:50%;z-index:1000;}
.baseMessage .icon_ok{background:url("../../../lib/images/tip_layer.png")/*tpa=http://www.98myw.com/lib/images/tip_layer.png*/ no-repeat -7px 0;_background:url("../../../lib/images/tip_layer.gif")/*tpa=http://www.98myw.com/lib/images/tip_layer.gif*/ no-repeat -7px 0;height:53px;display:inline-block;width:44px;vertical-align:middle;}
.baseMessage .icon_warn{background:url("../../../lib/images/tip_layer.png")/*tpa=http://www.98myw.com/lib/images/tip_layer.png*/ no-repeat -7px -54px;_background:url("../../../lib/images/tip_layer.gif")/*tpa=http://www.98myw.com/lib/images/tip_layer.gif*/ no-repeat -7px -54px;height:53px;display:inline-block;width:44px;vertical-align:middle}
.baseMessage .icon_error{background:url("../../../lib/images/tip_layer.png")/*tpa=http://www.98myw.com/lib/images/tip_layer.png*/ no-repeat -7px -108px;_background:url("../../../lib/images/tip_layer.gif")/*tpa=http://www.98myw.com/lib/images/tip_layer.gif*/ no-repeat -7px -108px;height:53px;display:inline-block;width:44px;vertical-align:middle}
.baseMessage .icon_txt{background:url("../../../lib/images/tip_layer.png")/*tpa=http://www.98myw.com/lib/images/tip_layer.png*/ 0 -161px;_background:url("../../../lib/images/tip_layer.gif")/*tpa=http://www.98myw.com/lib/images/tip_layer.gif*/ 0 -161px;height:53px;line-height:53px;display:inline-block;padding:0 10px;vertical-align:middle;min-width:50px;font-size:14px;font-weight:bold;color:#606060;}
.baseMessage .icon_r{background:url("../../../lib/images/tip_layer.png")/*tpa=http://www.98myw.com/lib/images/tip_layer.png*/ no-repeat 0 0;_background:url("../../../lib/images/tip_layer.gif")/*tpa=http://www.98myw.com/lib/images/tip_layer.gif*/ no-repeat 0 0;height:53px;display:inline-block;width:6px;vertical-align:middle;}

.upIcon{background:url("../../../lib/images/up.gif")/*tpa=http://www.98myw.com/lib/images/up.gif*/ no-repeat;width:16px;height:16px;display:inline-block;}
.downIcon{background:url("../../../lib/images/down.gif")/*tpa=http://www.98myw.com/lib/images/down.gif*/ no-repeat;width:16px;height:16px;display:inline-block;}
.deleteIcon{background:url("../../../lib/images/delete.gif")/*tpa=http://www.98myw.com/lib/images/delete.gif*/ no-repeat;width:16px;height:16px;display:inline-block;}