﻿html{
	font-size: 625%;/*100px*/
}
body{
	width: 100%;
	height: 100%;
	background-color: #fff;
	line-height: 1;
	/*background:url('../images/thumb.png') no-repeat center fixed;
	-webkit-background-size:100% 100%;*/
	font-family: "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1",sans-serif;
}
img{vertical-align:middle;border: none;padding: 0;margin:0;}
body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub, sup, tt, u, i,
dl, dt, dd, ol, ul, li,form, label,
table, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font: inherit;
	font-size: 0.14rem;
	vertical-align: baseline;
	font-family: "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1",sans-serif;
	
}
/* HTML5 display-role reset for older browsers */
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration: none;color: #000;font-family: "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1",sans-serif;}
.clearfloat{zoom:1;}
.clearfloat:after{
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
	height: 0;
}
button{
	border: none;
	list-style-type:none;
	background:none;
	outline:none;
	font-family: "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1",sans-serif;
}
ul,li,h1{
	list-style-type: none;
}
input{
	outline:none;
}
textarea{outline:none;resize:none;font-family: "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1",sans-serif;}
.flexbox{
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;     /* 新版本语法: Opera 12.1, Firefox 22+ */
}
