html, body, address, dl, form, h1, h2, h3, h4, h5, h6, ol, p,table, ul, dd, dt, li, em, i, img, span, strong, select, input,button,textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html{
  height:100%;
}
body {
  font-family: 'PingFangSC-Regular','Microsoft YaHei','Tahoma', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 12px;
  -webkit-text-size-adjust: none;
  color: #333;
  height:100%;
  -webkit-user-select: none;
  user-select: none;

}

address, cite, dfn, em, var, i {
  font-style: normal; }

fieldset, img, button, input {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}


button, input, select, textarea {
  font-size: 14px;
  font-family:'Microsoft YaHei';
  background:#fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header menu, nav, section {
  display: block; }

div, article, aside, footer, header, menu, nav, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}


li {
  list-style: none; }

/* reset webkit search input css */
input[type=search] {
  -webkit-appearance: none;
  outline: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  display: none; }

img {
  border: 0;
}

input, button, textarea {
  outline: none;
}


em, i {
  font-style: normal;

}

strong{
  font-weight:normal;
}
.normal {
  font-style: normal;
}

.bold {
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: none; }

.size-12 {
  font-size: 12px; }

.size-13 {
  font-size: 13px; }

.size-14 {
  font-size: 14px; }

.size-15 {
  font-size: 15px; }

.size-16 {
  font-size: 16px; }

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

.size-22 {
  font-size: 22px; }

.size-23 {
  font-size: 23px; }

.size-24 {
  font-size: 24px; }

.size-25 {
  font-size: 25px;
}
.hide {
  display: none; }
.tr {
  text-align: right; }

.tc {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "020";
  clear: both;
  height: 0; }

.clearfix {
  zoom: 1;
  clear: both;
}
.wrapper{
  width:1200px;
  margin: 0 auto;
}

.c6{
  color:#666;
}
.c0{
  color: #000;

}
.cwhite{
  color: #fff;
}
.pb20{
  padding-bottom:20px;
}
.pt5{
  padding-top:5px;
}<!--0.00031590461730957-->