﻿@charset "utf-8";

/*reset*/
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select { margin: 0; padding: 0;}
em { font-style: normal;}
li { list-style: none;}
a { text-decoration: none;}
img { border: none; vertical-align: top;}
table { border-collapse: collapse;}
input,textarea { outline: none; border: none;}
textarea { resize: none; overflow: auto;}
body { font-size: 12px; font-family: "微软雅黑";min-width: 1200px;}
/*end reset*/

/*public*/
.clear { zoom: 1;}
.clear:after { 
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl { float: left;}
.fr { float:right;}
/*end public*/

