body,
div,
ul,
li,
input,
p,
dl,
dt,
dd,
table,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  font-size: 10px;
  font-family: "微软雅黑";
  background: #f3f3f3;
  padding-top: 60px;
  width: 100%;
  height: 100%;
  background: url(../images/bg1.jpg) no-repeat fixed;
  background-size: cover;
}

body,
a {
  color: #000;
}

a,
a:hover {
  text-decoration: none;
}

em,
i,
city {
  font-style: normal;
}

img {
  border: none;
}

.l {
  float: left;
}

.r {
  float: right;
}

ul {
  list-style-type: none;
}

.clear:after,
.area:after {
  content: ".";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.clear,
.area {
  zoom: 1;
}

html,
body {
  height: 100%;
}

.box {
  width: 100%;
  height: 100%;
  padding: 10% 10%;
  text-align: center;
}

.title {
  font-size: 2.6em;
  color: #f3f3f3;
  font-weight: 500;
  padding-top: 10%;
  margin: 7%;
}

.detail {
  font-size: 1.8em;
  color: #f3f3f3;
  line-height: 30px;
  text-align: justify;
}

.footer {
  position: fixed;
  bottom: 20%;
  right: 2.2%;
  color: tomato;
  width: 5em;
  height: 5em;
  line-height: 5em;
  text-align: center;
  border: 1px solid tomato;
  border-radius: 100px
}

.terminal {
  display: none;
  width: 800px;
  height: 600px;
  position: fixed;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -300px;
}

#person {
  display: none;
}

#alertFram {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -165px;
  width: 330px;
  text-align: center;
  z-index: 10001;
  border: solid 1px #26326b;
  background: #fff;
  overflow: hidden;
  margin-top: -231px;
}

#alertFram dl,
#alertFram dd,
#alertFram dt {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: #fff;
}

#alertFram dl {
  height: auto;
}

#alertFram dd {
  padding: 4px 6px 4px 9px;
  height: 20px;
  overflow: hidden;
  zoom: 1;
}

#alertFram dd .close {
  background: url(../images/closeCode.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 12px;
  display: block;
  float: right;
  text-indent: -999px;
}

#alertFram dt {
  overflow: hidden;
  height: 440px;
}

.login_right {
  float: right;
  padding-top: 4px;
}

#shield {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1583px;
  height: 4956px;
  background: rgb(51, 51, 51);
  text-align: center;
  z-index: 10000;
  opacity: 0.2;
}