@charset "utf-8";
/*Tanzhen 2020 全局公用样式定义*/
* { padding: 0px; box-sizing: border-box; }
*:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 14px; -webkit-tap-highlight-color: rgba(0,0,0,0); height: 100%; }
body { min-height: 100%; font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size: 14px; line-height: 1; color: #333; background-color: #fff; margin: 0px; padding: 0px; }
svg:not(:root) { overflow: hidden }
hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box }
button, input, optgroup, select, textarea { margin: 0; outline-style: none; }
button { overflow: visible; border-width: 0px; }
button, select { text-transform: none; white-space: nowrap; }
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer }
button[disabled], html input[disabled],a[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {padding:0; border:0; }
input[type=checkbox], input[type=radio] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; vertical-align: middle; margin: -4px 3px 0px 0px; *margin: -1px 0px 0px -4px;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height:auto; }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {-webkit-appearance:none;}
input[type=submit],input[type=reset],input[type=button]{ filter:chroma(color=#000000);}
input[type=text]:disabled,button[disabled],a[disabled] { border:1px solid #bdbdbd; background-color: #ccc; color:#7f7f7f;cursor: not-allowed;}
input[type=text]::-ms-clear,::-ms-reveal{ display:none;}
label,form { margin: 0px; padding: 0px; }
input:placeholder, input::-webkit-input-placeholder, input:-moz-placeholder, input:-ms-input-placeholder { color: #999; font-weight: normal; font-style:normal; }
a { text-decoration: none; color: #333; }
a:hover { color: #059AFF; text-decoration: none; }
a:active{ outline:none;}
area, a, a img,input, a:active { outline:none;}
img { border: 0; }
em { font-style: normal; font-weight: normal; display: inline-block; overflow: hidden; }
i { font-style: normal; font-weight: normal; position: absolute; display: inline-block; overflow: hidden; }
dl, dt, dd, ul, li { list-style: none; margin: 0px; padding: 0px; }
p{list-style: none; padding: 0px;}
ul::after, dl::after { content: "."; display: block; height: 0px;  clear: both; visibility: hidden;}
.both { clear: both; }
.none, .hide { display: none; }
.fl { float: left; }
.fr { float: right; }
.clearfix { *overflow: hidden; *zoom: 1;}
.clearfix:after { display: block; content: ""; width: 0; height: 0px; clear: both; visibility: hidden;}
.row { width: 1200px; margin: auto; }