/**
 * @description 公共样式/全局样式 global/public/reset
 * @author emmou
 * @updata emmou(2017-07-21) --version 1.0.0
 * @copyright Jolly W&E Co.ltd. All Rights Reserved.
 * @ IE8 hack: overflow:hidden\0;
 */

@charset "gb2312";

/* @group Reset CSS */
html,head,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,blockquote,pre,hr,figure,table,caption,table,th,tr,td,form,fieldset,legend,input,textarea,button,menu,span,a,img,object,video,audio,select{
    margin:0;
    padding:0;
    border:none;
    box-sizing:border-box;
}
table{border-collapse:collapse; border-spacing:0;}
input, textarea, select, option{outline:none;}
img{vertical-align:top;}
ol, ul, li{list-style-type:none;}

/* @group General Definitions */
html{}
body{font-family:"Microsoft Yahei", Arial, sans-serif;}

a{color:#333; text-decoration:none; outline:none;}
a:link, a:visited, a:hover, a:active{color:#333; text-decoration:none; outline:none;}

.clearfix{*zoom:1; overflow:hidden\0;} /* 针对IE7 hack，触发IE7的haslayout，以清除浮动 */
.clearfix::before, .clearfix::after{display:table; content:"."; margin:0; padding:0; width:0; height:0; overflow:hidden; font-size:0; text-indent:-9999em; line-height:0; visibility:hidden;}
.clearfix::after{clear:both;}

/* @group Class Style */
.fl{float:left;}
.fr{float:right;}
.display_none{display:none;}