/*CSS Document*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
  margin: 0;
  padding: 0;
}

/*body {font-family: "SimHei","SimSun","楷体";line-height: 1.5;}*/
img {
  border: none;
  vertical-align: middle;
}
ul, li {
  list-style: none;
}
i {
  font-style: normal;
}
/*input,select,textarea,button {outline: none;border: none;background: none;font-family: "SimHei","SimSun","楷体"; }*/
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: inherit;
}

/*清浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  font-size: 14px;
  font-family: "SimSun", "SimHei";
  line-height: 1.5;
}
input, select, textarea, button {
  outline: none;
  border: none;
  background: none;
  font-family: "SimSun", "SimHei";
  padding: 0;
  margin: 0;
}

/* zyq=20210716 */
.page-item {
  float: left;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
