﻿@charset "utf-8";
html,body,div,p,h1,h2,h3,h4,h5,h6,span,i,em,var,strong,b,a,img,input,button,select,option,textarea,table,caption,tr,td,th,ul,li,ol,dl,dd,dt,iframe,header,menu,nav,main,footer,address,section,article,aside{
	margin: 0;
	padding: 0;
	border:0;
}
*{
	box-sizing: border-box;
}
body,html{
  outline: 0;
  font:14px/1 "Microsoft Yahei";
	background: #fff;
}
ol,ul{
	list-style: none;
}
img{
  border: 0;
	line-height: 0;
	outline: 0;
}
a{
	text-decoration: none;
	color: #333;
}
table{
	border-collapse: collapse; /* 合并边框*/
}
strong,h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
em,var,i{
	font-style: normal;
}
input,select,textarea{
	outline: none;
}
textarea{
	resize: none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}