* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #333;
  
  
}
body{
	font: 14px "微软雅黑";
}

li,
ul {
  list-style: none;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a {
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.flex-layout {
  display: flex;
  justify-content:flex-start;
  align-items: center;
}
.flex-1{
	flex:1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
table, th, td, img {
  border: 0;
}
em, i, th,s {
  font-style: normal;
  text-decoration: none;
}

/*h1, h2, h3, h4, h5, h6, th {
   font-weight: normal;
}*/
input,textarea {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, caption {
  text-align: left;
}
.mar-top-10{
	margin-top: 10px;
}
.mar-right-10{
	margin-right: 10px;
}
.mar-bot-10{
	margin-bottom: 10px;
}
.mar-bot-15{
	margin-bottom: 15px;
}
.mar-bot-20{
	margin-bottom: 20px;
}
.mar-bot-30{
	margin-bottom: 30px;
}
.color-blue{
	color: #00a9e9;
}
.color-9{
	color: #999;
}
.bg{
	background: #f9f9f9;
}
.t-c{
	text-align: center;
}
.wrap{
	width:1200px;
	margin: auto;
}