/*重置*/
*{margin:0;padding:0;font-family:"微软雅黑";}
img { border:none;}
li{ list-style:none;}
a{text-decoration:none;display:block;outline:none;color:#555;}

input,textarea{border:none;background:none;}
input:focus,textarea:focus,select:focus{outline:none;}
input[type=text],textarea{
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari 和 Chrome */
	border-radius: 0; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}
body{min-width:1200px;}
.clear:after{clear:both; content:'.';display:block;width:0;height:0;visibility:hidden;}
.clear{zoom:1;}

.radius{
-moz-border-radius: 50%; /* Firefox */
-webkit-border-radius: 50%; /* Safari 和 Chrome */
border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.radius5{
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.radius18{
-moz-border-radius: 18px; /* Firefox */
-webkit-border-radius: 18px; /* Safari 和 Chrome */
border-radius: 18px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}



.shadow{-moz-box-shadow: 10px 10px 20px #000; /* Firefox */
-webkit-box-shadow: 10px 10px 20px #000; /* Safari 和 Chrome */
box-shadow: 10px 10px 20px #000; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.tran{transition: all 1s;
-moz-transition: all 1s; 
-webkit-transition: all 1s; 
-o-transition: all 1s; }

/*透明度*/
.opa{opacity:0.8;filter:alpha(opacity=80);}
.fl{float:left;}
.fr{float:right;}
