html {
	font-family: "微软雅黑", "microsoft yahei";
	font-size: 14px;
	color: #666666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*修正手持设备字体变化*/
}

body {
	background-color: #FFFFFF;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	background: transparent;
	/*修正win8系统IE连接灰色背景*/
	outline: none;
}

a {
	color: #666666;
	font-size: 14px;
}


img {
	border: 0px none;
    text-align-last: center;
    vertical-align: middle;
}

ul,
ol,
li,
dl,
dd,
dt {
	list-style: none;
}

button,
input,
textarea {
	margin: 0;
	outline: none;
	border: none;
	font-size: 14px;
	font-family: "微软雅黑", "microsoft yahei";
}

/*清除浮动*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

