* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
#login {
  width: 100%;
  height: 100%;
  position: relative;
}
#login .bg {
  width: 100%;
  height: 100%;
  background: url("../image/zhenzhu.jpg") no-repeat;
  position: relative;
}
#login .bg .head {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
  background: #708cb1;
  opacity: 0.9;
  color: #fff;
}
#login .bg .box {
  width: 300px;
  background: #fff;
  opacity: 0.7;
  padding: 30px 20px;
  box-sizing: border-box;
  position: absolute;
  top: 20%;
  right: 20%;
}
#login .bg .box .title {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
#login .bg .box .title a {
  color: #000;
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #708cb1;
  text-decoration: none;
}
#login .bg .box .title a:hover {
  color: #708cb1;
}
#login .bg .box .boxInput {
  padding: 10px 0;
  box-sizing: border-box;
}
#login .bg .box .boxInput input {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px 0;
  background: #fff;
  outline: none;
}
#login .bg .box .boxPass {
  font-size: 13px;
  color: #000;
}
#login .bg .box .boxPass input {
  display: inline-block;
  text-align: left;
  margin-right: 2px;
}
#login .bg .box .boxPass a {
  float: right;
  color: #1ab394;
  text-decoration: none;
}
#login .bg .box button {
  margin: 20px 0;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  background: #1ab394;
  border-radius: 2px;
  border: 1px solid #1ab394;
  color: #fff;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
}
#login .bg .box button:hover {
  background: #fff;
  color: #1ab394;
}
#login .bg .box .boxReg {
  width: 100%;
  text-align: right;
  font-size: 13px;
}
#login .bg .box .boxReg a {
  color: #1ab394;
  text-decoration: none;
}
#login .footer {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #666;
  font-size: 13px;
}
#login .footer a {
  text-decoration: none;
  color: #000;
}
#login .footer a:hover {
  border-bottom: 1px solid #000;
}
