* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

a {
  outline: 0 !important;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, i, small, b {
  padding: 0;
  margin: 0;
  font-style: normal !important;
}

body, html {
  background: #f3f3f3;
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: #333;
  font: 14px/1.5 '寰蒋闆呴粦';
}

button {
  padding: 0;
  margin: 0;
}

input {
  font-size: 12px;
  line-height: 28px;
}

.clearfix {
  *zoom: 1;
}

.clearfix::after,
.clearfix::before {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.p5 {
  padding: 5px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.red {
  color: red;
}

.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

.fs0 {
  font-size: 0;
}

.container {
  width: 100%;
}

.warpper {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.main-title {
  font-size: 26px;
  font-weight: 500;
}

.sub-title {
  font-size: 14px;
  color: #d6f1ff;
}
.fff {
  color: #999999;
}