* {
  padding: 0;
  margin: 0;
}
body {
  background: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, 'euphemia', "PingFang SC Medium", "microsoft yahei";
}
html,
body {
  width: 100%;
  height: 100%;
  /*background: #6ae0fd!important;*/
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
}
a,
button,
input,
optgroup,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
em {
  font-style: normal;
}
.green {
  color: #65E977;
}
.header {
  padding: 0.875rem 0.6875rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.logo {
  padding-bottom: 0.875rem;
}
.logo_adm {
  display: block;
  width: 6.25rem;
  max-width: 100%;
}
.logo_adm img {
  width: 100%;
  display: block;
}
.menu {
  display: block;
  width: 1rem;
  height: 0.875rem;
  position: absolute;
  top: 1rem;
  right: 0.6875rem;
  background: url(../images/bar_adm.png) no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
}
.nav-bar {
  display: none;
}
.nav-bar .list-item {
  padding: 1rem 0;
  border-top: 0.03125rem solid #666666;
}
.nav-bar .list-item a {
  color: #fff;
  font-size: 0.8125rem;
  display: block;
  width: 100%;
  height: 100%;
}
.nav-bar .list-item .icon {
  width: 0.5rem;
  height: 0.8125rem;
  float: right;
  background: url(../images/icon_entre_adm.png) no-repeat 0 0;
  background-size: cover;
  position: relative;
  top: 0.15rem;
}
.top .title-heading-center {
  width: 6.25rem;
  height: 1.88rem;
  line-height: 1.88rem;
  text-align: center;
  background-color: #412f86;
  font-size: 0.95rem;
  color: #fff;
  margin: 0 auto;
  font-weight: normal;
  position: relative;
  margin-bottom: 1.68rem;
}
.top .title-heading-center:after {
  content: "";
  display: block;
  width: 1.56rem;
  height: 0.12rem;
  background-color: #412f86;
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
  right: -1.56rem;
}
.top .title-heading-center:before {
  content: "";
  display: block;
  width: 1.56rem;
  height: 0.12rem;
  background-color: #412f86;
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
  left: -1.56rem;
}
.footer {
  padding: 1.75rem 0.78rem;
  background-color: #1b1b1c;
}
.footer p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.34375rem;
  font-weight: bold;
}
.footer-title {
  float: left;
}
.datapark {
  float: right;
  width: 5.25rem;
  height: 2.125rem;
  margin-top: 0.3125rem;
}
.datapark img {
  display: block;
  max-width: 100%;
}
.lang {
  margin: 2rem 0;
}
.copyright p {
  font-weight: normal;
  font-size: 0.3125rem;
  color: #747474;
}
.copyright img {
  width: 1.03125rem;
  height: 1.03125rem;
  margin-top: 0.09375rem;
  margin-right: 0.15625rem;
}
