*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body{
  height: 100%;
}
.login-container{
  background-color: #eff7ff;
  overflow: auto;
  height: 100%;
}
.login-wrap{
  min-height: 800px;
  height: calc(100% - 70px);
  background: url(../img/bg.png) no-repeat center;
  background-size: cover;
}
.logo-wrap{
  width: 1140px;
  height: 130px;
  line-height: 150px;
  margin: 0 auto;
  font-size: 18px;
}
.logo-wrap .logo{
  width: 145px;
  margin-right: 10px;
  float: left;
  margin-top: 32px;
}
.login-wrap .banner{
  width: 560px;
  background-color: #1266ff;
  height: 100%;
  overflow: hidden;
  float: left;
}
.login-wrap .banner img{
  width: 647px;
  margin-left: -46px;
}
.login-wrap .main{
  width: 1140px;
  height: 657px;
  margin: 0 auto;
  box-shadow: 0 7px 27px rgba(133, 169, 231, 0.5);
}
.footer{
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #888888;
  background-color: #fff;
}
.login-form{
  padding: 40px 85px;
  background-color: #fff;
  position: relative;
  height: 100%;
  float: left;
  width: calc(100% - 560px);
}
.login-form h3{
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin: 45px 0;
  color: #333;
}
.login-form .x-input{
  width: 100%;
  height: 65px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-bottom: 35px;
  position: relative;
}
.login-form .x-input.error{
  border-color: #ff0000;
}
.login-form .x-input .x-input-error{
  color: #ff0000;
  font-size: 14px;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  display: none;
}
.login-form .x-input.error .x-input-error{
  display: block;
}
.login-form .x-input img{
  float: left;
  margin-left: 15px;
  margin-right: 8px;
  margin-top: 20px;
}
.login-form .x-input input{
  border: none;
  outline: none;
  font-size: 16px;
  height: 100%;
  padding-right: 10px;
  width: calc(100% - 50px);
}
.login-form .x-submit {
  margin-top: 62px;
}
.login-form .x-submit button{
  width: 100%;
  height: 70px;
  color: #fff;
  background-color: #3381ff;
  outline: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.login-form .x-submit button.disabled{
  background: #999;
  cursor: not-allowed;
}
.login-form .tab {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  border-top: 1px solid #dcdcdc;
}
.login-form .tab span{
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 35px;
  cursor: pointer;
  font-size: 18px;
}
.login-form .tab span.active{
  color: #3381ff;
}
.login-form .account-wrap {
  animation-name: fadeIn; /*动画名称*/
  animation-duration: 0.5s; /*动画持续时间*/
  animation-iteration-count: 1; /*动画次数*/
  animation-delay: 0s; /*延迟时间*/
}
.login-form .scan-wrap {
  text-align: center;
  display: none;
  animation-name: fadeIn; /*动画名称*/
  animation-duration: 0.5s; /*动画持续时间*/
  animation-iteration-count: 1; /*动画次数*/
  animation-delay: 0s; /*延迟时间*/
}
.login-form .scan-wrap h3{
  margin-bottom: 15px;
}
.login-form .scan-wrap p{
  margin-bottom: 65px;
  color: #888888;
  font-size: 16px;

}
.login-form .scan-wrap img{
  width: 170px;
  height: 170px;
  border: 1px solid #eee;
  padding: 5px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; /*初始状态 透明度为0*/
  }
  20%{
    opacity: .2;
  }
  50% {
    opacity: .5; /*中间状态 透明度为0.5*/
  }
  70%{
    opacity: .7;
  }
  100% {
    opacity: 1; /*结尾状态 透明度为1*/
  }
}
@media screen and (max-width: 1200px) {
  .logo-wrap{
    width: 580px;
  }
  .login-wrap .main{
    width: 580px;
  }
  .login-wrap .banner{
    display: none;
  }
  .login-wrap .login-form{
    width: 100%;
  }
}
.reset-container header{
  background-color: #fff;
}
.reset-wrap{
  height: calc(100% - 200px);
  min-height: 655px;
  position: relative;
  overflow: hidden;
}
.reset-wrap > div{
  max-width: 1000px;
  width: 80%;
  min-width: 912px;
  background-color: #fff;
  height: 600px;
  padding: 60px 80px;
  box-shadow: 0 7px 27px rgba(133, 169, 231, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%); /* IE 9 */

  -webkit-transform: translateY(-50%) translateX(-50%); /* Safari and Chrome */

  -o-transform:translateY(-50%) translateX(-50%); /* Opera */

  -moz-transform:translateY(-50%) translateX(-50%); /* Firefox */
}
.reset-form{
  display: block;
}
.reset-form h4{
  font-size: 30px;
  color: #2d8bff;
  font-weight: 400;
}
.reset-form >p{
  font-size: 16px;
  color: #9a9a9a;
  margin-top: 5px;
  margin-bottom: 70px;
}
.reset-form form{
  float: left;
  width: 45%;
  margin-right: 35px;
}
.reset-form .x-input {
  margin-bottom: 25px;
  position: relative;
}
.reset-form .x-input .title{
  color: #777777;
  font-size: 16px;
  margin-bottom: 5px;
}
.reset-form .x-input input{
  width: 100%;
  height: 65px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  outline: none;
  padding: 0 10px;
}
.reset-form .x-input.error input{
  border-color: red;
}
.reset-form .x-input.error .x-input-error{
  display: block;
}
.reset-form .x-input .x-input-error{
  color: #ff0000;
  font-size: 12px;
  position: absolute;
  /*bottom: -20px;*/
  left: 0;
  width: 100%;
  display: none;
}
.reset-form .x-submit button{
  padding: 0 35px;
  height: 66px;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.reset-form .x-submit button.primary{
  background-color: #3381ff;
  font-size: 20px;
  color: #fff;
  border: none;
  margin-right: 35px;
}
.reset-form .x-submit button.defaluf{
  background-color: #fff;
  font-size: 20px;
  color: #3381ff;
  border: 1px solid #3381ff;
}
.reset-tip h6{
  font-size: 18px;
  color: #666666;
  margin-bottom: 30px;
}
.reset-tip ul{
  float: left;
}
.reset-tip li{
  list-style: none;
  margin-bottom: 25px;
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}
.reset-tip li::after{
  content: 'o';
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #8e8e8e;
  color: #eee;
  font-size: 12px;
  text-align: center;
  line-height: 10px;
}
.reset-tip li.success{
  color: #48aa00;
}
.reset-tip li.error{
  color: #ff0000;
}
.reset-tip li.success::after{
  content: '✔';
  line-height: 12px;
  background-color: #48aa00;
}
.reset-tip li.error::after{
  content: '×';
  line-height: 12px;
  background-color: #ff0000;
}
.reset-success{
  text-align: center;
  display: none;
}
.reset-success img{
  margin-top: 200px;
}
.reset-success h5{
  font-size: 24px;
  color: #333333;
  margin-top: 40px;
  font-weight: 400;
}
.reset-success p{
  font-size: 12px;
  color: #999999;
  margin-top: 15px;
}
.reset-success p a{
  color: #2d8bff;
  cursor: pointer;
}
