html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body,
html {
  background-color: #fff;
  font-family: Arial, PingFangSC-Regular, "Microsoft YaHei", "simsun", "Helvetica Neue", Helvetica;
  color: #858585;
  height: 100%;
  overflow-x: hidden;
}
html,
body,
div,
span,
object,
iframe,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
span,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  border: none;
  vertical-align: middle;
  width: 100%;
}
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section,
textarea {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea,
input,
button,
keygen,
select {
  font-family: Arial, PingFangSC-Regular, "Microsoft YaHei", "simsun", "Helvetica Neue", Helvetica;
  outline: none;
  font-size: inherit;
}
textarea {
  resize: none;
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
button,
input[type="button"] {
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.module_width {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.top_project {
  height: 103px;
}
.top_project a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.margin_b15 {
  margin-bottom: 15px;
}
.header {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 1px 5px #ebebeb;
  box-shadow: 0 1px 5px #ebebeb;
  overflow: hidden;
}
.header li.float_l {
  padding-top: 18px;
}
.header li.float_l a {
  display: inline-block;
  width: 128px;
  background: url("../images/logo.png") no-repeat left;
  height: 44px;
}
.header li.float_r.sign {
  margin-left: 40px;
}
.header li.float_r.sign a {
  margin-left: 0;
}
.header li.float_r a {
  margin-left: 40px;
  color: #4a4949;
}
.header li.float_r a:hover,
.header li.float_r a.active {
  color: #ef4d11;
}
.footer {
  margin-top: 170px;
  background-color: #323232;
  padding-top: 50px;
}
.footer .footer_info {
  overflow: hidden;
  padding-bottom: 35px;
}
.footer .footer_info ul.com_info {
  width: 320px;
  color: #d4d4d4;
  font-size: 12px;
  margin-right: 105px;
}
.footer .footer_info ul.com_info li {
  margin-bottom: 5px;
}
.footer .footer_info ul.link {
  color: #d4d4d4;
  font-size: 14px;
}
.footer .footer_info ul.link span {
  margin: 0 15px;
  color: #5f5f5f;
}
.footer .footer_record {
  font-size: 12px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #9d9d9d;
  background-color: #272727;
}
.warn_text {
  text-indent: 2em;
  padding-top: 20px;
  font-size: 14px;
  line-height: 30px;
}
.warn_text b {
  color: #4a4949;
}
.warn_text li.warn_text_title {
  text-align: center;
  font-size: 18px;
  color: #4a4949;
}
.warn_text li.register_warn_link {
  text-align: center;
  padding-top: 20px;
}
.warn_text li.register_warn_link button {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  width: 250px;
  height: 50px;
  background-color: #ef4d11;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
