.clearfloat:after, .clearfloat:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  padding: 0;
  font-size: 14px;
  font-family: \5FAE\8F6F\96C5\9ED1; }

time {
  font-family: Arial; }

ul, ol {
  list-style: none; }

i, em {
  font-style: normal; }

p, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: 16px; }

input {
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

ul, ol {
  margin: 0; }

html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  outline-offset: -2px;
  border: none; }
  html ::-webkit-scrollbar-thumb:hover,
  body ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.28); }
  html ::-webkit-scrollbar-thumb:active,
  body ::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.35); }

html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.clearfloat:after, .clearfloat:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

.wrapper-content {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  background: #f5f6ff; }

a {
  text-decoration: none;
  color: #333; }
  a:hover {
    text-decoration: none;
    color: #0f82d3; }
  a:focus {
    color: #333;
    text-decoration: none;
    outline: none; }

.left {
  float: left; }

.right {
  float: right; }

.important,
.red {
  color: #e83517; }

.va-top {
  vertical-align: top; }

select > option {
  cursor: pointer; }

.combobox-item {
  cursor: pointer; }

.pt3 {
  padding-top: 3px; }

.p20 {
  padding: 20px; }

.h100 {
  height: 100%; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

/*# sourceMappingURL=common.css.map */
