body {
  margin: 0;
}
.login-top {
  height: 48px;
  background-color: #1A5284;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-top .top-center {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.login-top .top-center .center-left {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.login-top .top-center .center-left .center-left-img {
  width: 22px;
  height: 20px;
}
.login-top .top-center .center-left .center-left-img img{
    height: 22px;
}
.login-top .top-center .center-left .center-left-text {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.333;
}
.login-top .top-center .center-right {
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
.login-top .top-center .center-right a {
  color: #fff;
  text-decoration: none;
}
.login-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 70px;
  align-items: center;
}
.login-center .login-center-content {
  width: 433px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-center .login-center-content div input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  color: #b3b3b3;
  padding-left: 55px;
  font-size: 16px;
}
.login-center .login-center-content div:nth-child(1) {
  font-size: 35px;
  font-family: "Microsoft YaHei";
  color: #000;
  font-weight: bold;
  line-height: 1.456;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.login-center .login-center-content div:nth-child(2) {
  padding-bottom: 30px;
}
.login-center .login-center-content div:nth-child(3) {
  padding-bottom: 30px;
}
.login-center .login-center-content div:nth-child(4) {
  position: relative;
  padding-bottom: 30px;
}
.login-center .login-center-content div:nth-child(4) input {
  width: 100%;
}
.login-center .login-center-content div:nth-child(4) #verify-code {
  position: absolute;
  width: 20%;
  display: block;
  right: 15px;
  top: 2px;
}
.login-center .login-center-content div:nth-child(5) input {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  background-color: #1A5284 !important;
  border: 0;
  cursor: pointer;
}
.login-center .login-center-content div:nth-child(6) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.login-center .login-center-content div:nth-child(6) div {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #000000;
  display: block;
  padding: 0;
  font-weight: normal;
}
.login-center .login-center-content div:nth-child(6) div a {
  text-decoration: none;
  color: #1a5284;
  line-height: 1.538;
}
.login-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  background-color: #f5f5f5;
  width: 100%;
  min-width: 1200px;
  font-size: 13px;
  height: 40px;
  color: #626262;
}
