.body {
  position: relative;
  font-family: "microsoft yahei";
  background: #F1F1F1;
}
.header-box {
  position: fixed;
  width: 100%;
  height: 68px;
  background: #2B2F33;
  top: 0;
  z-index: 1000;
}
.header-box .header {
  max-width: 1420px;
  margin: 0 auto;
  height: 68px;
}
.header-box .header .head-left {
  float: left;
  margin-top: 8px;
  margin-left: 110px;
}
.header-box .header .head-left > .login-logo {
  float: left;
  display: block;
  margin-right: 20px;
}
.header-box .header .head-left > .login-title {
  float: left;
  display: block;
  border-left: 1px solid #595C60;
  margin-top: 22px;
  height: 16px;
  line-height: 14px;
  padding-left: 16px;
  font-size: 14px;
  color: #C6C6C6;
}
.header-box .header .head-right {
  float: right;
  margin-top: 21px;
  margin-right: 110px;
}
.content-box {
  height: 100%;
  background: #F1F1F1;
}
.content-box .content {
  max-width: 1420px;
  margin: 0 auto;
  height: 100%;
  min-height: 650px;
  position: relative;
}
.content-box .content form {
  position: absolute;
  top: 100px;
  left: 110px;
}
.content-box .content form p{
  line-height: 25px;
  color: #ef8c10;
}
.content-box .content form p:first-child {
  line-height: 30px;
  color: #000000;
  padding-bottom: 10px;
}
.content-box .content form table {
  line-height: 35px;
  color: #000000;
  margin-top: 25px;
}


.footer-box {
  position: fixed;
  width: 100%;
  height: 55px;
  line-height: 55px;
  bottom: 0;
  border-top: 1px solid #E3E3E3;
  z-index: 1000;
  background: #F1F1F1;
}
.footer-box .footer {
  max-width: 1420px;
  margin: 0 auto;
  font-size: 12px;
  color: #B3B3B3;
}
.footer-box .footer > span {
  margin-left: 110px;
}
