@charset "utf-8";
/****************************************************************************/
/******************************  111=== 全局 ===  ******************************/
/****************************************************************************/
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Fixedsys;
	font-size: 12px;
	background: #e2e2e2;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
* {
	margin: 0px;
	padding: 0px;
}
input {
	outline:none;}
/****************************************************************************/
.clear {
	width: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}
.clear-fix:after {
	content: "";
	clip: rect(0 0 0 0);
	display: table;
	clear: both;
}
.overflow{
	overflow:hidden;
	}
.pull-left {
	float:left;}
.pull-right{
	float:right;}
/****************************************************************************/


















