@charset "utf-8";
*{padding: 0;margin: 0;box-sizing: border-box;}
html{color:#000;background:#fff;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;outline: 0 none;}
body{color: #333; margin: 0; padding: 0; background: #fff; -webkit-text-size-adjust: 100%; font: 14px/1.42857143 "Microsoft YaHei", SimSun, SimHei; overflow-y: auto;}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
audio,canvas,video {display:inline-block;*display:inline;*zoom:1;}
ol,ul{list-style:none;}
fieldset,img{border:0;}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe{display:block;}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym{border:0;font-variant:normal;}
del{text-decoration:line-through;}
address,caption,cite,code,dfn,em,i,th,var{font-style:normal;font-weight:500;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500;}
/* 统一上标和下标 */
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
ins,a{text-decoration:none;outline:none;color: #333;}
a:hover{cursor: pointer;}
table{border-collapse:collapse;border-spacing:0;}
/* IE bug fixed: th 不继承 text-align */
th{text-align:inherit;}
input,button,textarea,select{vertical-align:middle;font-size: 100%;}
input[type="checkbox"]{width:16px;height:16px;}
.clearfix:after {clear:both;display:block;height:0;font-size:0;content:"";visibility:hidden;}
.clearfix{zoom:1;}
.f_l,.f_r{display:inline;}
.f_l{float:left;}
.f_r{float:right;}
.hidden{display: none !important;}