@charset "utf-8";
/*清除边距*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0 }
body, button, input, select, textarea { font: 12px/1.5 arial, \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,  tahoma, sans-serif }
h1, h2, h3, h4, h5, h6 { font-size:100% }
input[type="button"], input[type="submit"], select, button { cursor:pointer }
/*重置表格元素*/
table { border-collapse:collapse; border-spacing:0 }
/*斜体扶正*/
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal }
/*角标*/
sup { vertical-align:text-top }
sub { vertical-align:text-bottom }
/**/
fieldset, img, a img, iframe { border:none }
textarea { resize:vertical; overflow-y:auto }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }
/*重置列表元素*/
ul, ol { list-style:none; }
/*重置元素垂直居中*/
img, input, select, textarea, button { vertical-align:middle;background: none;border:none; }
/*清除浮动*/
.clearfix:before, .clearfix:after { content:""; display:block; height:0; visibility:hidden }
.clearfix:after { clear:both }
.clearfix { zoom:1 }
.clear { clear:both }
/*重置链接元素*/
a { text-decoration:none }
a:hover { text-decoration:none }
a:focus {outline: none;}
a, a:focus, img {border:none;outline:none;  hide-focus:expression(this.hideFocus=true);  }
input:focus{outline: none;}
/*  * {
    -webkit-touch-callout:none;
    -moz-touch-callout:none;
    -ms-touch-callout:none;
    touch-callout:none;
    -webkit-user-select: none;
    user-select: none;
}*/
input[type=date] {
    background-color:transparent;
    color:#fff;
    filter: alpha(opacity=0); /*andriod*/
    appearance:none;  /*下拉框去掉右侧图标*/
    -moz-appearance:none;
    -webkit-appearance:none;
}
.flex{display:flex;}
.flex1{flex:1;}
.flex2{flex:2;}
.flex3{flex:3;}
