﻿/*Reset*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;}
/*清除边线*/
fieldset,img{border:0;}
:focus{outline:0;}
/*合并边线,边线空间至零
table{border-collapse:collapse;border-spacing:0;}*/
abbr,acronym{border:0;font-variant:normal;}
/*
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
h1{font-size:22px;}
h3{font-size:14px;}
*/
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code,kbd,samp,tt{font-size:100%;}
caption,th{text-align:left;}
sup,sub{font-size:100%;vertical-align:baseline;}
ol,ul{list-style:none;}
:link,:visited,ins{text-decoration:none;}
/*添加空字符清除融合*/
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
/*For IE6-Win,IE7-Win*/
input,button,textarea,select{*font-size:100%;}
legend{color:#ededed;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/*Hides from IE-mac*/
* html .clearfix{height:1%;}
.clearfix{display:block;}

/*html5 display-role reset for older browsers*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}

/*Generic Classes*/
.l{float:left;}
.r{float:right;}
.shadow{background:#fff;-moz-box-shadow:0 0 5px rgba(0,0,0,0.75);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.75);box-shadow:0 0 5px rgba(0,0,0,0.75);}
.radius{border:1px solid #e6e6e6;
    -moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.75);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.75);box-shadow:0 1px 3px rgba(0,0,0,0.75);}
	
.clear{ clear:both;}
/*清除虚线框*/
a { 
outline: none; 
text-decoration:none; 
} 
a:active { 
star:expression(this.onFocus=this.blur()); 
}
