html,
body {
  height: 100%;
  font-family: PingFang SC, "微软雅黑", Arail, Tabhoma;
  background-color: #f0f2f5;
}
body {
  background: url(../images/xinfeng_login.jpg) center center no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/xinfeng_login.png', sizingMethod='scale');
  background-size: cover;
}
.login-wrap {
  height: 100%;
  position: relative;
}
.login-wrap .container {
  width: 534px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 19%;
  background: url(../images/repeatBg.png) 0 0 repeat;
  color: white;
  margin: auto;
}
.login-wrap .container .login-box {
  padding: 0 87px;
  position: absolute;
  top: 19%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #a2a2a2;
  font-size: 14px;
}
.login-wrap .container .login-box .subTitle {
  font-size: 16px;
}
.login-wrap .container .login-box .title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 56px;
}
.login-wrap .container .login-box .group-box {
  margin-top: 30px;
}
.login-wrap .container .login-box .submit {
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  background-color: #3ba1ff;
  color: white;
  text-align: center;
  font-size: 16px;
  border-radius: 2px;
}
.login-wrap .container .login-box .h32 {
  height: 32px;
  box-sizing: border-box;
  padding-bottom: 8px;
  border-bottom: 1px solid #5a5a5a;
}
.login-wrap .container .login-box .h32 .icon {
  width: 25px;
  float: left;
  height: 100%;
}
.login-wrap .container .login-box .h32 .icon.account {
  background: url(../images/inputIco_03.png) center center no-repeat;
}
.login-wrap .container .login-box .h32 .icon.password {
  background: url(../images/inputIco_08.png) center center no-repeat;
}
.login-wrap .container .login-box .h32 .icon.verification {
  background: url(../images/inputIco_04.png) center center no-repeat;
}
.login-wrap .container .login-box .h32 .input {
  margin-left: 50px;
  height: 100%;
}
.login-wrap .container .login-box .h32 .input input {
  display: block;
  width: 100%;
  border: none;
  line-height: 23px;
  color: #fff;
  background: #000!important;
  background-color: transparent!important;
}
.login-wrap .container .login-box .h32 .input input::-webkit-input-placeholder {
  color: #a2a2a2;
  font-size: 14px;
}
.login-wrap .container .login-box .h32 .input input::-moz-placeholder {
  color: #a2a2a2;
  font-size: 14px;
}
.login-wrap .container .login-box .h32 .input input:-ms-input-placeholder {
  color: #a2a2a2;
  font-size: 14px;
}
.login-wrap .container .footer {
  text-align: center;
  color: #a2a2a2;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}
.login-wrap .container .footer > div {
  padding-top: 8px;
}
.login-wrap .container .footer a {
  color: #a2a2a2;
}
@media screen and (max-width: 768px) {
  .login-wrap .container {
    width: 100%;
    left: 0;
  }
  .login-wrap .container .login-box {
    padding: 0 40px 0;
  }
  .login-wrap .container .login-box .title {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 320px) {
  .login-wrap .container .login-box {
    padding: 40px 30px 0;
    position: static;
  }
}
@media screen and (max-height: 500px) {
  .login-wrap .container {
    overflow: auto;
    position: static;
  }
  .login-wrap .container .login-box {
    position: static;
  }
  .login-wrap .container .footer {
    position: static;
    padding: 10px 0;
  }
}
label.js-InputChoice > input[type="checkbox"] + i,
label.js-InputChoice > input[type="checkbox"] + i.false {
  background: url(../images/false.png) 0 center no-repeat;
}
label.js-InputChoice > input[type="checkbox"]:checked + i {
  background: url(../images/true.png) 0 center no-repeat;
}
label.js-InputChoice > input[type="checkbox"] + i.true {
  background: url(../images/true.png) 0 center no-repeat;
}
label.js-InputChoice > i,
label.js-InputChoice > span {
  vertical-align: middle;
}
label.js-InputChoice > i,
label.js-InputChoice > span {
  font-size: 12px;
  color: #a2a2a2;
  font-size: 14px;
}
.fontSize0 {
  visibility: hidden;
  height: 20px;
}
.clearFloat>*{
  vertical-align: middle;
}
.aStyle{
  font-size: 14px;
  color: #a2a2a2;
  float:right;
  display: inline-block;
  line-height: 20px;
  margin-left:10px;
}
.aStyle:hover{
  color: #a2a2a2;
}
.clearFloat{
  overflow: hidden;
}