/* @font-face {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  src: local('PingFang SC'),
  url('../font/PingFang\ Regular.ttf') format('truetype')
  } */

* {
  word-wrap: break-word;
}

body {
  background: #ffffff;
  min-width: 1200px;
}

body,input,button,select,textarea {
  font: 12px/1.5 'Helvetica Neue', Helvetica, 'PingFang SC', Tahoma, Arial, sans-serif;
  color: #444;
}

textarea {
  resize: none;
}

body,ul,ol,li,dl,dd,p,
h1,h2,h3,h4,h5,h6,form,fieldset,
.pr,
.pc {
  margin: 0;
  padding: 0;
}

table {
  empty-cells: show;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
  font-weight: 400;
}

ul li,
.xl li {
  list-style: none;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 1em;
}

em,cite,i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

label {
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}