@charset "utf-8";

/*公共样式*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  word-wrap: normal;
}
html,
body,
div,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
tr,
td,
form,
i,
a,
input,
select,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei, SimHei, SimSun;
}
body,
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
::-moz-selection {
  background: #7bc91e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f56e32;
  color: #fff;
  text-shadow: none;
}
/**/
form,
select,
input,
textarea {
  font-family: Microsoft YaHei, SimHei, SimSun;
}
label {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
textarea {
  overflow: scroll;
  overflow-x: hidden;
}
input,
textarea {
  padding: 2px;
}
caption,
cite,
code,
dfn,
th,
var {
  text-align: left;
  font-weight: normal;
  font-style: inherit;
}
/*font*/
h1 {
  font-size: 24px;
  font-weight: bold;
}
h2 {
  font-size: 24px;
  font-weight: bold;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
h4 {
  font-size: 16px;
  font-weight: bold;
}
h5 {
  font-size: 15px;
  font-weight: bold;
}
h6 {
  font-size: 14px;
  font-weight: normal;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
ul {
  list-style: none;
}
td {
  vertical-align: center;
}
/* img */
img {
  border: none;
}
a {
  text-decoration: none;
  color: #333;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  outline: none;
  star: expression(this.onFocus=this.blur());
}
.fb {
  font-weight: bold;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.color01 {
  color: #ff0000;
}
.color02 {
  color: #ff00ff;
}
.color03 {
  color: #fdb03a;
}
.color04 {
  color: #990099;
}
.color05 {
  color: #000099;
}
.red {
  color: #f00;
}
