@charset "UTF-8";
*, :after, :before {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

body, dl, dd, h1, h2, h3, h4, h5, h6, p, button {
  margin: 0; }

input, ol, ul {
  margin: 0;
  padding: 0; }

body {
  font-family: "Microsoft YaHei", Arial, Tahoma, Helvetica;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

button, input, select, textarea {
  outline: none; }

input, button {
  -webkit-appearance: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

input, button, textarea, select, optgroup, option, label, fieldset, legend {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 1em;
  color: inherit;
  background: none;
  background-color: #000; }

h1, h2, h3, h4, h5, h6, strong {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, cite, dfn, em, var {
  font-style: normal; }

a {
  text-decoration: none;
  color: inherit; }

ul, ol {
  list-style: none; }

.co-main {
  color: #000; }

.bg-main {
  color: #000; }

.bk-main {
  color: #000; }

.co-read {
  color: #ddd; }

[fs="m"] .ss {
  font-size: 8px; }

[fs="m"] .sm {
  font-size: 10px; }

[fs="m"] .sl {
  font-size: 12px; }

[fs="m"],
[fs="m"] .ms,
[fs="m"] h6 {
  font-size: 14px; }

[fs="m"] .mm,
[fs="m"] h5 {
  font-size: 16px; }

[fs="m"] .ml,
[fs="m"] h4 {
  font-size: 18px; }

[fs="m"] .ls,
[fs="m"] h3 {
  font-size: 20px; }

[fs="m"] .lm,
[fs="m"] h2 {
  font-size: 22px; }

[fs="m"] .ll,
[fs="m"] h1 {
  font-size: 24px; }

[fs="m"] .s2e {
  font-size: 28px; }

[fs="m"] .s2e5 {
  font-size: 35px; }

[fs="m"] .s3e {
  font-size: 42px; }

[fs="m"] .s3e5 {
  font-size: 49px; }

[fs="m"] .s4e {
  font-size: 56px; }

[fs="m"] .s4e5 {
  font-size: 63px; }

[fs="m"] .s5e {
  font-size: 70px; }

[fs="m"] .s5e5 {
  font-size: 77px; }

[fs="m"] .s6e {
  font-size: 84px; }

[fs="m"] .s6e5 {
  font-size: 91px; }

.fl, .fl-z > * {
  float: left; }

.fr, .fr-z > * {
  float: right; }

.al {
  text-align: left; }

.ar {
  text-align: right; }

.ac {
  text-align: center; }

.mc-btn {
  background: url(../imgs/btn.png) no-repeat center;
  width: 133px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-shadow: -1px 1px 3px #000; }

input[type="text"],input[type="password"], select {
  border: 1px solid #454545;
  height: 40px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 15px;
  line-height: 20px;
  width: 90%;
  letter-spacing: 2px;
}

.hide {
    display: none;
}

.clear-both {
  clear: both;
}