
/*重置样式*/
@charset 'utf-8';

/*body,h1,h2,h3,h4,h6,p,dl,dd,ul,ol,form,input,textarea,th,td,select,button{margin: 0;padding: 0;font-weight: normal;}*/

em{font-style: normal;}
li{list-style: none;}
img{border: none;vertical-align: middle;}
table{border-collapse: collapse;}
input,textarea{outline: none;}
textarea{resize:none;overflow: auto;}
/*body{font-size:12px;}*/

.fl{float: left;}
.fr{float: right;}
.clear:after{
	content:'';
	display: block;
	clear: both;
}
i{
	color: #2DBCC4;
	font-style: normal;
}