﻿/*==============通用部分============*/
a	{
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	color:#669638;
	text-decoration:none;
	text-shadow: 0px 0px 1.5px #CCC;
	cursor:url(../AT.cur),auto;
	}
a:hover	{
	color:#333;
	text-decoration:none
	}
html {
	_overflow-y:scroll;
	scrollbar-face-color: #E8E4C8;
	scrollbar-highlight-color:transparent;
	scrollbar-shadow-color: #C8B490;
	scrollbar-3dlight-color: transparent;
	scrollbar-arrow-color: #A0A090;
	scrollbar-track-color: #CDCAD2;
	scrollbar-darkshadow-color: #fcfcd8;
	scrollbar-base-color: transparent
}

body{
	cursor:url(../CG.cur),auto;
	margin:0;
	background-image:url('../images/div_bg.png');
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	text-shadow: 0px 0px 1.5px #999;
}
.u{
	text-decoration: underline;
}
.c{
	text-align:center;
}
.l{
	text-align:left;
}
.r{
	text-align:right;
}
.b{
	font-weight:700;
}
.del{
	text-decoration: line-through;
}
.no{
	white-space:nowrap;
}
.white{
	color:white;
}
.yellow{
	color:yellow;
}
.aqua{
	color:aqua;
}
.gray{
	color:gray;
}
.earth{
	color:#690;
}
.water{
	color:#06F;
}
.fire{
	color:red;
}
.wind{
	color:#F90;
}
.npc {
	color:#FF3300;
}
.memo{
	color:#0090D3;
}
.chenghao{
	color:olive;
}
.q_item{
	color:#800000;
}
.sup{
	vertical-align:super;
	font-size:5pt;
}
.p4{
	padding:4px;
}
.p6{
	padding:6px;
}
.p8{
	padding:8px;
}
.p12{
	padding:12px;
}
.p24{
	padding:24px;
}
.all {
	width:100%;
}
.top {
	width:100%;
	z-index:100;
	}
.date {
	padding:4px;
	float:left;
	font-weight:700;
}
.tran	{
	padding:4px;
	float:right;
}
.list {
	clear:both;
	padding:2px 8px;
	line-height:120%;
	border-top:1px #666 solid;
	}
.jp{
	font-family:"MS UI Gothic";
}
.trans_msg {
	filter:alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) ndtrans(duration=.2);
}
/*===攻略===*/
.quest table {
	border-collapse:collapse;
}
.quest td {
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	padding:0 8px 0 8px;
	border:1px #333 solid;
}
.questimgtable{
	width:600px;
	border-collapse:collapse;

}
/*===宠物资料===*/
.ziliao table {
	width:600px;
	border-collapse:collapse;
}
.ziliao td {
	border:1px #333 solid;
	font-size:9pt;

}
.name{
	text-align:center;
	font-weight:700;

}
.img {
	text-align:center;
	width:160px;
}
.l1 {
	text-align:center;
	font-weight:700;
	width:73px;
}
.l2{
	text-align:center;
	width:85px;
}
.l3{
	text-align:center;
	font-weight:700;
	width:40px;
}
.l4{
	width:88px;
}
.l5{
	text-align:center;
	font-weight:700;
	width:52px;
}
.l6{
	text-align:center;
	width:23px;
}
.skill {
	text-align:center;
}
.1{	
	text-align:left;
	padding:0 4px;
}
.item{
	text-align:center;	
}
/*==任务==*/
.qskill{
	color:purple; 
}
.back{
	border-top:1px #666 solid;
	padding-top:2px;
	text-align:left;
}
/*==下载==*/
.down table {
	width:580px;
	border-collapse:collapse;
}
.down td {
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	padding:1px 4px;
	border:1px #333 solid;
}
/*==链接==*/
.link table {
	width:580px;
	border-collapse:collapse;
}
.link td {
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	padding:1px 4px;
	border:1px #333 solid;
}
.limg{
	border-width: 0;
}
/*==底部导航==*/
#menu{
	display:block;
	overflow:hidden;
	position:fixed;
	bottom:0px;
	width:100%;
	height:28px;

}
.m_home{
	top:0;
	left:0;
	position: absolute;
}
.m_home a{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat 0 0;
}
.m_home a:hover{
	display:block;
	background:url('../images/menu.png') no-repeat 0 -28px;
}
.m_quest{
	top:0;
	left:77px;
	position: absolute;
}
.m_quest a{
	height:28px;
	width:76px;
	display:block;
	background:url('../images/menu.png') no-repeat -76px 0;
}
.m_quest a:hover{
	height:28px;
	width:76px;
	display:block;
	background:url('../images/menu.png') no-repeat -76px -28px;
}
.m_item{
	top:0;
	left:153px;
	position: absolute;
}
.m_item a{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -153px 0;
}
.m_item a:hover{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -153px -28px;
}
.m_monster{
	top:0;
	left:230px;
	position: absolute;
}
.m_monster a{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -230px 0;
}
.m_monster a:hover{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -230px -28px;
}
.m_down{
	top:0;
	left:307px;
	position: absolute;
}
.m_down a{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -307px 0;
}
.m_down a:hover{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -307px -28px;
}
.m_link{
	top:0;
	left:384px;
	position: absolute;
}
.m_link a{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -384px 0;
}
.m_link a:hover{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -384px -28px;
}
.m_map{
	top:0;
	left:461px;
	position: absolute;
}
.m_map a{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -461px 0;
}
.m_map a:hover{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -461px -28px;
}
.m_bbs{
	top:0;
	left:538px;
	position: absolute;
}
.m_bbs a{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -538px 0;
}
.m_bbs a:hover{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -538px -28px;
}
.m_blog{
	top:0;
	left:615px;
	position: absolute;
}
.m_blog a{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -615px 0;
}
.m_blog a:hover{
	height:28px;
	width:77px;
	display:block;
	background:url('../images/menu.png') no-repeat -615px -28px;
}
.m_copyright{
	height:28px;
	padding-top:12px;
	text-align:right;
	margin-left:692px;
	margin-right:102px;
	overflow:hidden;
	background:url('../images/top_bg.png');
}
.m_beian {
	top:0;
	padding-top:12px;
	text-align:center;
	right:0;
	width:102px;
	height:28px;
	position: absolute;
	background:url('../images/top_right.png');
}
/*===主页三个窗口背景===*/
#mw_bg{
	width:110px;
	height:224px;
	display:block;
	background:url('../images/mw.png') no-repeat;
	cursor:url(../MV.cur),move;
}
#bw_bg{
	width:679px;
	height:551px;
	display:block;
	background:url('../images/bw.png') no-repeat;
	cursor:url(../MV.cur),move;
}
#sw_bg{
	width:280px;
	height:317px;
	display:block;
	background:url('../images/sw.png') no-repeat;
	cursor:url(../MV.cur),move;
}
/*===主体小窗口===*/
#sw{
	width:237px;
	height:276px;
	display:block;
	background:transparent;
	margin:28px 28px 13px 15px;	
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
/*===主体大窗口===*/
#bw{
	display:block;
	width:636px;
	height:510px;
	background:transparent;
	margin:28px 28px 13px 15px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	}
/*===主体迷你窗口===*/
#mw{
	display:block;
	width:95px;
	height:185px;
	background:transparent;
	margin:26px 10px 13px 5px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
/*===剧情===*/
.scenario table {
	width:600px;
	border-collapse:collapse;
}
.scenario td {
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	padding:8px;
	border:1px #333 solid;
}
.w-60{
	width:60px;
}
.w-70{
	width:70px;
}
.w-75{
	width:75px;
}
.w-100{
	width:100px;
}
.w-110{
	width:110px;
}
.w-235{
	width:235px;
}
.w-603{
	width:603px;
}
.w-p20{
	width:20%;
}
.w-p25{
	width:25%;
}
.w-p30{
	width:30%;
}
.w-p35{
	width:35%;
}
.w-p40{
	width:40%;
}
.w-p60{
	width:60%;
}
.w-p70{
	width:70%;
}
.w-p80{
	width:80%;
}
.w-p100{
	width:100%;
}
.night{
	background-color:black;
	color:white;
}
.white_bg{
	background-color:#fff;
}
/*===tips===*/
div.tooltip {
	background-image:url('../images/tooltip.png');
	display:none;
	padding:12px 10px 0 14px;
	width:196px;
	height:143px;
	text-align:left;
	z-index:999;
	text-shadow: #000 1px 1px 0;
}
#quest_item {
	-moz-border-radius:4px;
}
#quest_item img{
	text-shadow: 0px 0px 1.5px #CCC;

}
/*===宠物列表===*/
.monsterlist table {
	border-collapse:collapse;
}
.monsterlist td {
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	padding:0 8px 0 8px;
	border:1px #333 solid;
	background-color:transparent;

}
.monsterlist input{
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	padding:2px;
	border:0px;
	background-color:transparent;
}
/*===道具列表===*/
.itemlist table {
	width:600px;
	border-collapse:collapse;
}
.itemlist td {
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	padding:2px;
	border:1px #333 solid;
	background-color:transparent;

}
.searchinput{
	font-family:老宋,宋体,Arial;
	font-size:9pt;
	padding:2px;
	border:0px;
	background-color:transparent;
}
/*===导航浮动===*/
.fixed{
	position:fixed;
}
.bb{
	border-bottom:1px #333 solid;
	}
.op{
	opacity:0.88;
}
.h_top{
	display:none;
}
.noh{
	display:block;
	padding:2px;
}
/*===webkit内核滚动条===*/
::-webkit-scrollbar
	{
	width:10px;	/*垂直滚动条的宽度*/
	height:10px;/*水平滚动条的高度*/
	}
::-webkit-scrollbar-button:vertical:start
	{
	background:url('../images/scrollbar.png') no-repeat -22px -22px; /*垂直滚动条上箭头*/
	width:10px;
	height:9px;
	}
::-webkit-scrollbar-button:vertical:end
	{
	background:url('../images/scrollbar.png') no-repeat -44px -22px; /*垂直滚动条下箭头*/
	width:10px;
	height:9px;
	}
::-webkit-scrollbar-button:vertical:start:hover
	{
	background:url('../images/scrollbar.png') no-repeat -33px -22px; /*垂直滚动条鼠标激活上箭头*/
	width:10px;
	height:9px;
	}
::-webkit-scrollbar-button:vertical:end:hover
	{
	background:url('../images/scrollbar.png') no-repeat -55px -22px; /*垂直滚动条鼠标激活下箭头*/
	width:10px;
	height:9px;
	}
::-webkit-scrollbar-button:horizontal:start
	{
	background:url('../images/scrollbar.png') no-repeat -22px -32px; /*水平滚动条左箭头*/
	width:10px;
	height:9px;
	}
::-webkit-scrollbar-button:horizontal:end
	{
	background:url('../images/scrollbar.png') no-repeat -44px -32px; /*水平滚动条右箭头*/
	width:10px;
	height:9px;
	}
::-webkit-scrollbar-button:horizontal:start:hover
	{
	background:url('../images/scrollbar.png') no-repeat -33px -32px; /*水平滚动条鼠标激活左箭头*/
	width:10px;
	height:9px;
	}
::-webkit-scrollbar-button:horizontal:end:hover
	{
	background:url('../images/scrollbar.png') no-repeat -55px -32px; /*水平滚动条鼠标激活右箭头*/
	width:10px;
	height:9px;
	}
::-webkit-scrollbar-track-piece
	{
	background-clip:padding-box;/*滚动条背景色*/
	background-color:#70674E;
	}
::-webkit-scrollbar-track-piece:vertical
	{
	box-shadow:inset 1px 0 #70674E,inset 8px 0 #BCB7C2,inset 9px 0 #E6DFED;/*垂直滚动条阴影*/
	border-width:0;
	}
::-webkit-scrollbar-track-piece:horizontal
	{
	box-shadow:inset 0 1px #70674E,inset 0 8px #BCB7C2,inset 0 9px #E6DFED;/*水平滚动条阴影*/
	border-width:0;
	}
::-webkit-scrollbar-thumb
	{
	}
::-webkit-scrollbar-thumb:vertical
	{
	background:url('../images/scrollbar.png') no-repeat 0 0;/*垂直滚动条背景图*/
	min-height:46px;
	max-height:46px;
	}
::-webkit-scrollbar-thumb:horizontal
	{
	background:url('../images/scrollbar.png') no-repeat -22px 0;/*水平滚动条背景图*/
	min-width:46px;
	max-width:46px;
	}
::-webkit-scrollbar-thumb:vertical:hover
	{
	background:url('../images/scrollbar.png') no-repeat -11px 0;/*垂直滚动条鼠标激活背景图*/
	}
::-webkit-scrollbar-thumb:horizontal:hover
	{
	background:url('../images/scrollbar.png') no-repeat -22px -11px;/*水平滚动条鼠标激活背景图*/
	}
/*===分享图标===*/
.fr{
	float:right;
}
.fl{
	float:left;
}
.fx_copyurl
{
	background:url('../images/fx_icon.png') no-repeat 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_qun
{
	background:url('../images/fx_icon.png') no-repeat -20px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_email
{
	background:url('../images/fx_icon.png') no-repeat -40px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_qzone
{
	background:url('../images/fx_icon.png') no-repeat -60px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_pengyou
{
	background:url('../images/fx_icon.png') no-repeat -80px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_txwb
{
	background:url('../images/fx_icon.png') no-repeat -100px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_kaixin001
{
	background:url('../images/fx_icon.png') no-repeat -120px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_renren
{
	background:url('../images/fx_icon.png') no-repeat -140px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_weibo
{
	background:url('../images/fx_icon.png') no-repeat -160px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_sohuwb
{
	background:url('../images/fx_icon.png') no-repeat -180px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_163wb
{
	background:url('../images/fx_icon.png') no-repeat -200px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_qqon
{
	background:url('../images/fx_icon.png') no-repeat -220px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.fx_qqoff
{
	background:url('../images/fx_icon.png') no-repeat -220px 0;
	width:20px;
	height:20px;
	margin-right:1px;
	display:inline-block;
}
.cnzztj
{
	width:20px;
	height:20px;
	margin-right:1px;
	display:none;
	overflow:hidden;
}
.baidutj
{
	width:20px;
	height:20px;
	margin-right:1px;
	display:none;
	overflow:hidden;
}
.la
{
	width:20px;
	height:20px;
	margin-right:1px;
	display:none;
	overflow:hidden;
}
.qqta
{
	width:20px;
	height:20px;
	margin-right:1px;
	display:none;
	overflow:hidden;
}
.history
{
    -webkit-filter: sepia(0.8);
    -moz-filter: sepia(0.8);
    -ms-filter: sepia(0.8);
    -o-filter: sepia(0.8);
    filter: grayscale(100%);	
    filter: gray;
}
/*=== 网易云跟帖 ===*/
#yun-tie-sdk-wrap{background:0 0!important;}
.tie-textarea{background:0 0!important;}
.tie-submit-row{background:0 0!important;}
.tie-panel-bar{background:0 0!important;}
.single-tie{background:0 0!important;}
.z-fcs{background:0 0!important;}
.tie-i-wrap{width:558px!important;}
/*=== 搜狐畅言 ===*/
.cy-user-page-main{width:550px!important;}
.module-cy-user-page{width:620px!important;}
.cy-user-info{width:420px!important;}
.cy-comment-appeal{width:95px!important;}
.cy-my-comment-time{margin-right:50px!important;}
.cmt-more-wrap-gw,.cmt-more-wrap-gw:hover{background:0 0!important;}
.btn-fw{background:url('../images/CY/CY_post.png')!important;}
.post-wrap-main{background:url('../images/CY/CY_logo.png') no-repeat !important;background-position:center !important;background-repeat:no-repeat !important;}
#feedAv{position: fixed!important;left:-9999999px!important;}
#MZAD_POP_PLACEHOLDER{position: fixed!important;left:-9999999px!important;}
#pop_ad{position: fixed!important;left:-9999999px!important;}