.header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  background: #ffffff;
}
.header > img {
  vertical-align: text-bottom;
}
.header h1 {
  display: inline-block;
  font-size: 28px;
  height: 28px;
  font-weight: bold;
  color: #0F0F0F;
  margin-left: 6px;
}
.container {
  height: calc(100% - 60px);
  background: url("../img/loginBg.png") no-repeat center;
  background-size: cover;
}
.container .loginBox {
  width: 960px;
  height: 500px;
  box-shadow: 0px 0px 18px 0px rgba(0, 21, 71, 0.47);
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/bgL.png") no-repeat #fff;
}
.container .right {
  width: 480px;
  height: 100%;
  float: right;
  padding: 47px 60px;
  text-align: center;
}
.container p {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3888C4;
  line-height: 98px;
}
.container input {
  width: 360px;
  height: 48px;
  background: #F6F6F6;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding-left: 17px;
  color: #666666;
  font-size: 16px;
  margin-bottom: 20px;
}
.container input.code {
  width: 256px;
  margin-right: 10px;
}
.container input:focus {
  border: 1px solid #3888C4;
}
.container .codeImg {
  width: 80px;
  height: 48px;
  vertical-align: top;
  border-radius: 4px;
}
.container img[src=""] {
  display: none;
}
.container .codeBtn {
  width: 90px;
  height: 48px;
  font-size: 12px;
  margin: 0;
  vertical-align: top;
}
.container button {
  width: 360px;
  height: 48px;
  background: linear-gradient(0deg, #3383C0, #69B0E8);
  border-radius: 4px;
  font-size: 16px;
  color: #F4F4F4;
  margin-top: 10px;
}
.footer {
  position: absolute;
  bottom: 23px;
  font-size: 16px;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(0, 52, 175, 0.4);
  width: 100%;
  text-align: center;
  font-family: Source Han Sans CN;
}
