/**
 * @description 公共样式/全局样式 global/public/reset
 *
 * @author maple
 * @updata maple(2017-07-21) --version 1.0.0
 * @copyright Jolly W&E Co.ltd. All Rights Reserved.
 */

@charset "utf-8";

/* @group Reset CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p,button, blockquote, th, td{margin:0; padding:0; box-sizing:border-box; border:none;}
table{border-collapse:collapse; border-spacing:0;}
input{outline:none;}
img{vertical-align:top;border: none;}
ol, ul, li{list-style-type:none;}

/* @group General Definitions */
html{font-size:12px/1.4;}
body{font-family:"Microsoft Yahei", Arial, sans-serif;min-width: 1200px;}

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;}
.clearfix:after{content:"."; clear:both; display:table; margin:0; padding:0; width:0; height:0; overflow:hidden; font-size:0; text-indent:-9999em; line-height:0; visibility:hidden;}

/* @group Class Style */
.fl{float:left;}
.fr{float:right;}
.display_none{display:none;}