html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
figcaption,
footer,
header,
menu,
nav,
section,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0px none;
  font: inherit;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
  color: #313131;
}

.en {
  display: none;
}

html,
body {
  font-size: 100%;
  background: #ffffff;
}

body {
  color: #000000;
  font-family: PingFangSC-Regular, Microsoft YaHei, Arial, Helvetica, sans-senif, 'SanFrancisco';
  font-size: 75%;
  line-height: 1;
}

ul,
ol {
  list-style: none outside none;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 3em;
  line-height: 1;
}

h2 {
  font-size: 2em;
  line-height: 1;
}

h3 {
  font-size: 1.5em;
  line-height: 1;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25;
}

h5 {
  font-size: 1em;
  font-weight: 700;
}

h6 {
  font-size: 1em;
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

img {
  border: 0 none;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #a6c0f1;
  text-decoration: none;
  cursor: pointer;
}

a img {
  border: medium none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0px;
  vertical-align: baseline;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0px;
  vertical-align: middle;
  outline: none;
}

button,
input {
  line-height: normal;
  overflow: visible;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

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

.clearFix {
  zoom: 1
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bdbdbd;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bdbdbd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

*em,
i {
  background-color: Transparent;
}

.tback_layer {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #000;
  z-index: 99;
  top: 0;
  left: 0;
}