body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #666;
  font-size: 14px;
  font-family: "PingFang SC","Microsoft YaHei","黑体";
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #666;
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 12px "PingFang SC","Microsoft YaHei","黑体";
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
div,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea {
  color: #666;
}
i,b{
  font-style: normal;
  font-weight: 200;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.relative {
  position: relative;
  left: 0;
  top: 0;
}
img {
  display: block;
}
body,
html {
  margin: 0 auto;
  background-color: #fff ;
}
.fl {
  float: left;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html,body{
  background: #eef0f0;
}
hr {
  margin: 0;
  padding: 0;
  color: #ccc;
  border-bottom: 0;
}
input,
button,
select {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.displaynone{
  display: none;
}
.fr{
  float: right;
  
}
.absoluteauto{
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom: 0;
  margin:auto;
}
input:disabled{
  opacity: 0.6;
}
input::-webkit-input-placeholder{
  color:#999;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}


.foot_bar .copyright{
  padding-right: 20px;
}
foot_bar .copyright.foot_bar_blank{
  margin-bottom: 30px;
}
.foot_bar .copyright.copyright_last{
  padding-right: 0px;
}
.foot_bar{
  font-size: 12px;
  height: 20px;
  position: fixed;
  bottom: 10px;
  left:0;
  right:0;
  width: 100%;
}
.foot_bar .foot_bar_content{
  width: 562px;
  margin: 0 auto;
  height: 20px;
}

