/* ==全局CSS== */
*{margin:0;padding:0;} 
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;} 
address,caption,cite,code,dfn,em,strong,th,var,i{font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%;} 
q:before,q:after{content:'';}
html,body{ width: 100%; height: 100%; font-size: 12px; font-family: Arial, SimSun; }
body{ background: #EBE9ED; color: #636363; }
div, td { word-wrap: break-word; word-break: break-all; }

/* ==IE hack== */
.clear{ clear:both;}
.hackbox{ display: table; }

/* ==外部框架== */
.container{ width: 930px; margin: 0 auto; background: white; padding: 0 10px; }
.confix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

/* ==链接样式== */
a{ color: #636363; text-decoration: none; }
a:hover{ color: #F60; text-decoration: underline; }