/* css初始化 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body {-webkit-tap-highlight-color:rgba(0,0,0,0); outline:0; font-size:16px; color:#333;  font-family: HiraginoSansGB-W3,"Microsoft Yahei"; background:#fff; line-height:24px;}
fieldset, img { border:0; }
img{display: block;}
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:normal; font-weight:normal;}
em { font-style:normal; }
input, button, select, textarea { outline:none; border:none;} 

textarea { resize:none; } /* 禁用了文本的拖拉，尤其在谷歌下
 */p{ text-align:justify; text-justify:distribute;} /* 为了使文本段落左右两边对齐 */
a { color: #333; text-decoration:none; }
/*======== Link ========*/

/* -webkit-tap-highlight-color:rgba(0,0,0,0);移动端点击某个地方的时候去掉系统默认的背景 */
/* outline:0; 去掉蓝色边框 */
