@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  border: none;
  background: none;
  outline: none;
  font-size: .16rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

img {
  vertical-align: middle;
}

a {
  background: transparent;
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color:transparent
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.ellipsis {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fred {
  color: #b80b0b;
}

.b {
  font-weight: bold;
}

a:link, a:visited {
  text-decoration: none;
  color: #333;
}
.fred {
  color: #C8171F;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body {
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
