﻿/* *,h1,h2,h3,h4,h5,h6,p,strong,b,i,em,ul,li{font:12px "宋体";margin:0;padding:0;list-style:none;}
a{color: #000;text-decoration:none;}
img{border:none;display:block;}
 */

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "微软雅黑";
}

ul li,
ol li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #000;
}



img {
	border: none;
	vertical-align: top;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #a9a9a9;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a9a9a9;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a9a9a9;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #a9a9a9;
}


/* 给浮动元素父级加 class */