body {
  font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

.pages-login {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/bg3.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.login-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -300px 0 0 -180px;
  width: 360px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
  font-weight: 200;
  border-radius: 1px;
}

.login-hd {
  padding: 30px 30px 15px 30px;
}

.login-hd h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 200;
  line-height: normal;
}

.login-hd h1 img {
  float: left;
  display: inline;
  width: 42px;
  vertical-align: baseline;
}

.login-hd h1 span {
  display: inline-block;
  height: 37px;
  margin-left: 15px;
  line-height: 37px;
}

.login-bd {
  padding: 15px 30px;
}

.login-bd .error {
  border-radius: 3px;
  border: 1px solid #d4a694;
  background: #ffeeed url("../images/error.png") no-repeat 14px center;
  padding-left: 40px;
  margin: 8px 0 10px;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  display: none;
}

.item-row .title {
  display: none;
}

.item-row .content input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  line-height: 40px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  padding: 0 14px;
  font-size: 14px;
}

.item-row + .item-row {
  margin-top: 12px;
}

.login-ft {
  padding: 15px 30px 30px 30px;
}

.login-ft .btn-login {
  width: 100%;
  border-radius: 3px;
  height: 42px;
  border: none;
  background: #3582f8;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.login-ft .link {
  margin: 20px 0 30px;
  text-align: center;
}

.login-ft .link a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.item-row.code {
  position: relative;
}

.item-row.code input {
  width: 196px;
}

.item-row.code a {
  width: 84px;
  height: 38px;
  top: 2px;
  right: 0;
  position: absolute;
  font-size: 0;
  cursor: pointer;
}

.item-row.code a img {
  display: block;
  width: 100%;
  height: 100%;
}

.code_img {
  text-align: center;
}

.code_img .img {
  width: 57px;
  height: 57px;
  padding: 4px;
  border: 1px solid #006fc0;
  font-size: 0;
  line-height: 0;
  position: relative;
  margin: 0 auto;
  border-radius: 1px;
}

.code_img .img img {
  width: 100%;
  height: 100%;
}

.code_img span {
  font-size: 12px;
  color: #666;
  display: block;
  line-height: 18px;
  margin-top: 10px;
}
