@charset "utf-8";
/*---初始化 css reset---*/
body,h1,h2,h3,h4,h5,h6,form,button,input,textarea,th,td,img,ul,ol,li,dl,dt,dd,p{margin:0; padding:0;}
body{height:100%; font:12px/1.5 Helvetica, \5B8B\4F53,Arial,Tahoma;}
button,input,select,textarea,table{margin:0; font-size: 100%; vertical-align: middle;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:400; font-style:normal;}
i,b{font-style: normal; font-weight:400;}
table{border-collapse:collapse;border-spacing:0;}
ul,ol,dl,li{list-style:none;}
fieldset,img{border:none;}
a{color:#000; text-decoration:none; outline:none;}
a:hover{color:#000; text-decoration:underline;}
/*---通用样式---*/
.clearfix:after{content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;}
.fl{float: left;}
.fr{float: right;}
#ew-c-layout{position: relative;}