td{font-size:9pt;line-height:140%;color:#353535; font-family:"Verdana"} 
body{
	font-size:9pt;
	line-height:120%;
	margin:0;
	font-family:"Verdana";
	text-align: center;
} 
a:link          { color: #000; text-decoration: none }
a:visited       { color:#000; text-decoration: none }
a:active        { color: #000; text-decoration: none }
a:hover         {
	color:#000;
	text-decoration: none;
	right: 0px;
	top: 1px;
	text-align: center;
}
.hang {
	line-height: normal;
	margin: 3px;
	padding: 3px;
}
.hang1 {
	line-height: normal;
	margin: 5px;
	padding: 5px;
}
.bold {
	font-weight: bold;
}
.hang11 {
	line-height: normal;
	margin: 4px;
	padding: 4px;
	color: #990099; 
	font-weight: bold;
}
li{ list-style:none; padding:0}
.nav{width:100%px; height:80px;  margin:0 auto; padding:0}
.nav ul{width:100%px; display:inline;  margin:0 auto; padding:0}
.nav ul li{width:78px; float:left; height:80px;
	list-style:none;
	display:inline;
	padding:0}
.nav ul li a{width:78px; height:80px;  font-size:11px; line-height:80px; text-decoration:none; }

.STYLE1 {font-weight: bold; color:#000000; font-size: 16px; line-height:normal; font-family:Verdana}
.STYLE2 {font-weight: bold; color:#000099; font-size: 14px; font-family:Verdana}
.STYLE3 {color:#333333; font-size: 13px; font-family:Verdana}
body {
	background-color:#EAE399;
}
/* ====================== 移动端适配 ====================== */
@media screen and (max-width: 768px) {
  /* 全局重置 */
  body, table, div, span, img, a, td, tr {
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  /* 图片自适应 */
  img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
  }

  /* 表格强制不换行、垂直排列 */
  table, tr, td {
    display: block !important;
    border: none !important;
  }

  /* 顶部导航栏排版 */
  #top table td {
    text-align: center !important;
    display: inline-block !important;
    width: auto !important;
    padding: 3px !important;
  }

  /* 技能、出装小图标行内排列 */
  td img[width="35"], td img[width="40"], td img[width="64"] {
    display: inline-block !important;
    width: 32px !important;
    height: 32px !important;
    margin: 2px !important;
  }

  /* 文字间距、内边距优化 */
  .hang, .bold, .STYLE1, .STYLE2 {
    line-height: 1.5 !important;
    padding: 5px !important;
    font-size: 14px !important;
  }

  /* 标题加大 */
  .STYLE2 {
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 10px 0 !important;
  }

  /* 分割线全屏 */
  hr {
    width: 95% !important;
    margin: 10px auto !important;
  }

  /* 底部信息居中 */
  table[width="728"] td {
    text-align: center !important;
    padding: 5px !important;
  }
}