@charset "utf-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
span {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
  outline: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
li {
  list-style-type: none;
}
html {
  width: 100%;
  min-width: 1200px;
}
body {
  width: 100%;
  min-width: 1200px;
  font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;
  color: #333333;
}
textarea {
  resize: none;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;
  font: 12px/1.5;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
input::-ms-clear {
  display: none;
}

.clear {
  clear: both;
}
a,
object {
  outline: none;
}
a {
  cursor: pointer;
  color: #333;
}
a:link {
  text-decoration: none;
}
ul,
li,
ol {
  list-style: none outside none;
}
:focus {
  outline: 0;
}
input,
button {
  border: 0;
  outline: none;
  background: none;
  filter: chroma(color=#000000);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbcbc;
}
i,
em,
b {
  font-style: normal;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #999;
  font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
  font-size: 12px;
}
::selection {
  background: #196CC2;
  color: #fff;
}
::-moz-selection {
  background: #196CC2;
  color: #fff;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  word-break: break-all;
  word-wrap: break-word;
}
input {
  font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
  font-size: 12px;
}
a,
a * {
  text-decoration: none;
  outline: none;
}