@charset "utf-8";
/*早期浏览器连续点击有蓝底*/
body{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
a, body {color: #1c1c1c;}
a, blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul, span, label {margin: 0;  padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box ; }
body {background: #fff;font-family: "黑体","Microsoft Yahei"; }
h1, h2, h3, h4, h5, h6 {font-weight: 400;font-size: 100% ; }
address, caption, cite, code, dfn, em, strong, th, var, i,b{font-style: normal;font-weight: 400; }
a { text-decoration: none; }
img {border: none ; }
li, ol, ul { list-style: none; }
input, textarea {border: none;  border: 0;  outline: 0;  background-color: transparent;  -webkit-appearance: none; }
textarea{overflow: auto;}
button, input, select, textarea {  font: 14px Verdana, Helvetica, Arial, sans-serif ;}
table {  border-collapse: collapse; }
html {overflow-y: scroll;}
a, button, input, select, textarea { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button { -webkit-appearance: none !important;  margin: 0  ;}
button, input[type=submit], input[type=reset], input[type=button], input[type=file] { -webkit-appearance: none;}
input[type=number] { -moz-appearance: textfield;  }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background-color:transparent !important; background-image: none; color: rgb(0, 0, 0);}
.clearfix:after, .clearfix:before {content: "";  display: block;  height: 0;  clear: both;  visibility: hidden;}
.pull-left{float: left;}
.pull-right{float: right;}
.hide{display: none; }
img{display: block; font-size: 0; width: 100%;}
.po-re{position: relative;}