@charset "utf-8";

/* html标签样式 */
html{
	/* 字体颜色 */
	color:#000;
	/* 字体大小 */
	font-size:12px
	}
	
/* 相关标签样式 */
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{
	/* 定义外边距为0 */
	margin:0;
	/* 设置元素的上内边距为0 */
	padding:0
	}
	
/* 相关标签样式 */
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{
	/* 设置行间的距离为1.5 */
	line-height:1.5;
	/* 设置字体族 */
	font-family:tahoma,arial,"Hiragino Sans GB",simsun,sans-serif
	}
	
/* 相关标签样式 */
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{
	/* 设置字体大小 */
	font-size:100%
	}
	
/* 相关标签样式 */
h1,h2,h3,h4,h5,h6{
	/* 设置字体族 */
	font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif
	}
	
/* 相关标签样式 */
h1,h2,h3,h4,h5,h6,b,strong{
	/* 设置文本的粗细为默认 */
	font-weight:normal
	}
	
/* 相关标签样式 */
address,cite,dfn,em,i,optgroup,var{
	/* 设置字体风格为默认 */
	font-style:normal
	}
	
/* 设置表格标签table属性 */
table{
	/* 表格边框会被合并为一个单一的边框 */
	border-collapse:collapse;
	/* 设置相邻单元格的边框间的距离为0 */
	border-spacing:0;
	/* 文本向左对齐 */
	text-align:left
	}
	
/* 设置表格中相关属性 */
caption,th{
	/* 设置文本对齐方式 */
	text-align:inherit
	}
	
/* 相关标签样式 */
ul,ol,menu{
	/* 定作为一个有序或无序列表项标志的图像（无图像） */
	list-style:none
	}
	
/* 相关标签样式 */
fieldset,img{
	/* 设置默认边框为无边框 */
	border:0
	}
	
/* 相关标签样式 */
img,object,input,textarea,button,select{
	/* 设置元素的垂直排列，元素放置在父元素的中部。 */
	vertical-align:middle
	}
	
/* /* 相关标签样式 */ */
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{
	/* 显示为块级元素 */
	display:block
	}
	
/* 相关标签样式 */
audio,canvas,video{
	/* 行内块元素 */
	display:inline-block;
	/* 默认。此元素会被显示为内联元素，元素前后没有换行符。 */
	*display:inline;
	/* 放大倍数 */
	*zoom:1
	}
	
/* 相关标签样式 */
blockquote:before,blockquote:after,q:before,q:after{
	/* 定义元素之前或之后放置的生成内容 */
	content:"\0020"
	}
	
/* 文本域样式 */
textarea{
	/* 设置当元素的内容溢出其区域时发生的事情 */
	overflow:auto;resize:vertical
	}
	
/* 相关标签样式 */
input,textarea,button,select,a{
	/* 制于元素周围的一条线，位于边框边缘的外围，可起到突出元素的作用：默认无 */
	outline:0 none;
	/* 无边框 */
	border: none;
	}
	
/* 按钮属性样式 */
button::-moz-focus-inner,input::-moz-focus-inner{
	/* 设置元素的上内边距为0  */
	padding:0;
	/* 无边框 */
	border:0
	}
	
/* 突出显示部分文本风格 */
mark{
	/* 设置背景颜色 */
	background-color:transparent
	}
	
/* 相关标签样式 */
a,ins,s,u,del{
	text-decoration:none
	}
	
/* 相关标签样式 */
sup,sub{
	/* 放置在父元素的基线上。 */
	vertical-align:baseline
	}
	
html {
	overflow-x: hidden;
	height: 100%;
	font-size: 50px;
	-webkit-tap-highlight-color: transparent;
	}
	
/* 相关标签样式 */
body {
	/* 设置字体族样式 */
	font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
	/* 设置字体颜色 */
	color: #333;
	/* 设置字体大小 */
	font-size: .28em;
	/* 设置字体高度 */
	line-height: 1;
	-webkit-text-size-adjust: none;
	}
	
/* 横线样式 */
hr {
	/* 高度 */
	height: .02rem;
	/* 外边距 */
	margin: .1rem 0;
	/* 边框 */
	border: medium none;
	/* 上边框 */
	border-top: .02rem solid #cacaca;
	}
	
/* 超链接样式 */
a {
	/* 字体颜色 */
	color: #000;
	/* 文本修饰默认 */
	text-decoration: none;
	}

