*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	font-size:14px;
	color:#333;
	line-height: 170%;
	font-family: Noto Sans SC, sans-serif;
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	color:#333;
}

a:hover {
	color:#ff0000;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: Noto Sans SC, sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	margin: 0;
}


ul,li{
	list-style-type:none;
	padding:0px;
	margin:0px;	
}

.fl {float: left;}
.fr {float: right;}

.clear{clear:both;height:0;overflow:hidden;}
  
.clearfix:before,
.clearfix:after {
	display: block;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
