body {
  margin: 0;
  font-family: 'Microsoft Yahei Font';
}
a {
  text-decoration: none;
}
.w875 {
  width: 875px;
  margin: 0 auto;
  height: 620px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hgqy {
  color: #1484c5;
}
.button {
  display: inline-block;
  line-height: 46px;
  text-align: center;
  border-radius: 5px;
  background-color: #1484c5;
  color: #fff;
  outline: none;
  border: none;
}
.input {
  display: inline-block;
  height: 46px;
  padding: 0 15px;
  background-color: #e8e8e8;
  border-radius: 5px;
  outline: none;
  border: none;
}
.header {
  background-color: #fff;
  overflow: hidden;
}
.logo {
  width: 875px;
  margin: 30px auto;
  overflow: hidden;
}
.wrpa {
  background: url(../images/login-background.jpg) no-repeat center;
}
.main {
  width: 405px;
  height: 445px;
  background: #fff;
  border-radius: 10px;
  margin-top: 50px;
  padding: 50px;
}
.main .dbg {
  font-size: 16px;
  color: #1484c5;
  font-weight: 600;
  text-align: left;
  margin: 10px 0;
}
.main .user {
  width: 305px;
  padding: 0;
  margin: 15px 0;
  height: 46px;
  font-size: 12px;
  text-align: left;
}
.main .user .userlabel {
  display: inline-block;
  line-height: 46px;
  font-size: 14px;
  width: 55px;
}
.main .user .userinput {
  width: 250px;
  line-height: 46px;
}
.main .user .codeinput {
  width: 140px;
  line-height: 46px;
}
.main .user .codebtn {
  width: 100px;
  height: 46px;
}
.main .prompt {
  margin: 15px 0;
}
.main .prompt p a {
  color: #fd5e08;
}
.main .login {
  margin-top: 50px;
}
.main .login .button {
  width: 100%;
}
.foottext {
  margin: 30px 0;
}
.foottext p {
  margin: 0;
  line-height: 26px;
  font-size: 12px;
  color: #aaa;
}
.foottext p a {
  color: #aaa;
}
.foottext p a:hover {
  text-decoration: none;
  color: #fd5e08;
}
.foottext p img {
  margin: 0 5px;
  vertical-align: top;
}
.showbg {
  background: #f1f7f4;
}
.showbg .showmain {
  min-height: 400px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #acabab;
  filter: glow(color=#000000, strength=5);
  padding: 20px;
}
.showbg .showmain .show-tit {
  border-bottom: 1px solid #acabab;
}
.showbg .showmain .show-text {
  line-height: 30px;
  color: #aaa;
  border-radius: 6px;
}
.showbg .showmain .show-cent p {
  text-indent: 2em;
  line-height: 30px;
}
