/* CSS Document */
@font-face {
  font-family: 'PingFang-SC';
  src: url('font/PingFang_Regular_0.eot');
  src:
    url('font/PingFang_Regular_0.eot?#font-spider') format('embedded-opentype'),
    url('font/PingFang_Regular_0.eot?#iefix') format('embedded-opentype'),
    url('font/PingFang_Regular_0.woff') format('woff'),
    url('font/PingFang_Regular_0.ttf') format('truetype'),
    url('font/PingFang_Regular_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang-MD';
  src: url('font/PingFang_Medium_0.eot');
  src:
    url('font/PingFang_Medium_0.eot?#font-spider') format('embedded-opentype'),
    url('font/PingFang_Medium_0.eot?#iefix') format('embedded-opentype'),
    url('font/PingFang_Medium_0.woff') format('woff'),
    url('font/PingFang_Medium_0.ttf') format('truetype'),
    url('font/PingFang_Medium_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang-BD';
  src: url('font/PingFang_Bold_0.eot');
  src:
    url('font/PingFang_Bold_0.eot?#font-spider') format('embedded-opentype'),
    url('font/PingFang_Bold_0.eot?#iefix') format('embedded-opentype'),
    url('font/PingFang_Bold_0.woff') format('woff'),
    url('font/PingFang_Bold_0.ttf') format('truetype'),
    url('font/PingFang_Bold_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  color: #333;
  background: #fff;
  font-family: 'PingFang SC', arial, verdana, helvetica, 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: middle
}

:focus {
  outline: 0
}

/*font*/
th {
  font-style: normal;
  font-weight: normal
}

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

input,
button,
textarea,
select,
optgroup,
option {
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  vertical-align: middle;
  color: #333333;
}

input,
button,
textarea,
select {
  *font-size: 100%
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

:link,
:visited,
ins {
  text-decoration: none
}

i {
  font-style: normal;
}

/* 清楚浮动 */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *zoom: 1
}

.clear {
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  overflow: hidden
}

/* body */
body {
  font-family: 'PingFang SC', arial, verdana, helvetica, 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
}

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

a:hover {
  text-decoration: none;
}

/* public */
.floatl,
.fl {
  float: left
}

.floatr,
.fr {
  float: right
}

.alingC {
  text-align: center;
}

.alignR {
  text-align: right
}

.font14 {
  font-size: 14px
}

.font16 {
  font-size: 16px
}

.font18 {
  font-size: 18px
}

.bold {
  font-weight: bold
}
