@charset "utf-8";
/* CSS Document */
/***************
**响应式重置样式表* 
****************/
/* ============================ 重置css样式 ============================ */
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
} 
img{
	max-width: 100%;
}

cite, em, i { font-style: normal; }
/* 重置列表元素 */
ul, ol { list-style: none; }
/* 重置文本格式元素 */
a {
	text-decoration:none;
	cursor:pointer;
	outline:none;
}
/* 重置表单元素 */
legend { color: #000; }
fieldset, img { border: none; }
img{vertical-align:middle;}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ========================= 页面常用样式 CSS样式 =========================== */
/*清除浮动*/
.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:" ";
}
.clearfix{zoom:1;} 
.fl{float:left;}
.fr{float:right;}
/*重置苹果默认按钮样式*/
input,textarea ,select{
  border:0; 
  border-radius:0;
  -webkit-appearance:none;
  outline:none;
  -webkit-tap-highlight-color:transparent;
}
/*清除获取焦点时元素灰色背景及外边框*/
input:focus,select:focus{
  -webkit-tap-highlight-color:transparent;
  outline:none;
}
/*清除移动端点击元素灰色背景*/
a,div,p{-webkit-tap-highlight-color:rgba(255, 255, 255, 0);}
body{-webkit-text-size-adjust:none;}
/*设置默认字体 */
html{ 
	font-size: 14px; 
}
h2{
	font-size: 14px;
	font-weight: bold;
}

body{ font:14px 'Noto Sans SC', 'Arial', 'Helvetica Neue', 'Microsoft Jhenghei', Helvetica, sans-serif;  background: #FFFFFF; color: #333333;font-weight: normal;}
a{
	color: #333333;
}
/*重置firefox按钮样式*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: none;
}
span, select, button{
	font-family: "微软雅黑";
}
#content{
	height: 400px;
}
/*h4, h5, h6 ,body{ font-size: 100%; }*/


