@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
  min-width: 1100px;
  min-height: 600px;
  background: url(../images/login/bg.png) no-repeat center;
  background-size: cover;
}
.login-cover {
  position: relative;
  width: 100%;
  height: 100%;
}
.login-form {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -265px;
  margin-left: -500px;
  width: 1000px;
  height: 530px;
  background: #fff;
  overflow: hidden;
}
.login-form .login-left {
  position: relative;
  overflow: hidden;
  float: left;
  width: 605px;
  height: 100%;
  background: url(../images/login/ae_bg.jpg) no-repeat center;
  background-size: cover;
}
.login-form .login-left .login-logo {
  width: 270px;
  height: 41px;
  margin: 25px 0 0 30px;
}
.login-form .login-left .login-logo img {
  display: block;
  width: 268px;
  height: 41px;
}
.login-form .login-left .AE-01 {
  position: absolute;
  top: -80px;
  left: -230px;
  width: 1440px;
  height: 760px;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.login-form .login-left .AE-02 {
  display: none;
  position: absolute;
  top: -80px;
  left: -230px;
  width: 1440px;
  height: 760px;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
.login-form .login-left .css3-animation {
  display: none;
  position: absolute;
  width: 329px;
  height: 120px;
  z-index: 3;
  left: 147px;
  top: 144px;
  transform: translate3d(0, 0, 0);
  animation: iconAnimat 1.2s linear infinite;
  -moz-animation: iconAnimat 1.2s linear infinite;
  /* Firefox */
  -webkit-animation: iconAnimat 1.2s linear infinite;
  /* Safari and Chrome */
  -o-animation: iconAnimat 1.2s linear infinite;
  /* Opera */
}
.login-form .login-left .css3-animation .ani-icon {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.login-form .login-left .css3-animation .ani-icon img {
  display: block;
  width: 60px !important;
  height: 60px !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.login-form .login-left .css3-animation .ani-icon img.rotateY {
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.login-form .login-left .css3-animation .ani-icon .bubble-over {
  opacity: 0;
  position: absolute;
  bottom: 50px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  pointer-events: none;
  font-size: 0;
  text-align: center;
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 5;
}
.login-form .login-left .css3-animation .ani-icon .bubble-over::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: '';
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 8px solid #fdfefe;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.login-form .login-left .css3-animation .ani-icon .bubble-over .icon-bubble {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 4px;
  background: rgba(253, 254, 254, 0.85) !important;
  filter: alpha(opacity=85);
  background: #fdfefe;
  font-size: 12px;
  color: #8b93a0;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.login-form .login-left .css3-animation .ani-icon.icon1 {
  left: -18px;
  top: 85px;
}
.login-form .login-left .css3-animation .ani-icon.icon2 {
  left: 54px;
  top: 62px;
}
.login-form .login-left .css3-animation .ani-icon.icon3 {
  left: -8px;
  top: 24px;
}
.login-form .login-left .css3-animation .ani-icon.icon4 {
  left: 177px;
  top: 52px;
}
.login-form .login-left .css3-animation .ani-icon.icon5 {
  left: 243px;
  top: 86px;
}
.login-form .login-left .css3-animation .ani-icon.icon6 {
  left: 187px;
  top: -23px;
}
.login-form .login-left .css3-animation .ani-icon.icon7 {
  left: 246px;
  top: 30px;
}
.login-form .login-left .css3-animation .ani-icon.icon8 {
  left: 51px;
  top: -8px;
}
.login-form .login-left .css3-animation .ani-icon.icon9 {
  left: 340px;
  top: 40px;
}
.login-form .login-left .css3-animation .ani-icon.icon10 {
  left: -92px;
  top: 63px;
}
.login-form .login-left .css3-animation .ani-icon.icon11 {
  left: 297px;
  top: -10px;
}
.login-form .login-left .css3-animation .ani-icon.icon12 {
  left: 121px;
  top: 94px;
}
.login-form .login-left .css3-animation .ani-icon.icon13 {
  left: 312px;
  top: 95px;
}
.login-form .login-left .css3-animation .ani-icon.icon14 {
  left: -66px;
  top: -4px;
}
.login-form .login-left .css3-animation .ani-icon.icon15 {
  left: 116px;
  top: 18px;
}
.login-form .login-left .css3-animation .ani-icon:hover .bubble-over {
  bottom: 75px;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.login-form .login-right {
  position: relative;
  float: right;
  width: 395px;
  height: 100%;
  overflow: hidden;
}
.login-form .login-right .welcome {
  text-align: center;
  font-size: 24px;
  color: #0359ac;
  line-height: 1.1;
  font-weight: bold;
  margin: 105px 0 45px;
}
.login-form .login-right #loginForm {
  padding: 0 50px;
}
.login-form .login-right .li {
  overflow: hidden;
}
.login-form .login-right .li .form-tr {
  overflow: hidden;
}
.login-form .login-right .li .form-tr .input-box {
  border: 1px solid #D7D7D7;
  padding-left: 45px;
  padding-right: 5px;
  border-radius: 4px;
}
.login-form .login-right .li .form-tr .input-box input {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #1F2C3B;
}
.login-form .login-right .li .form-tr .input-box.yh {
  background: url(../images/login/yh-icon.png) no-repeat 15px center;
}
.login-form .login-right .li .form-tr .input-box.pass {
  background: url(../images/login/pass-icon.png) no-repeat 15px center;
}
.login-form .login-right .li .form-tr .input-box.code {
  float: left;
  width: 130px;
  background: url(../images/login/code-icon.png) no-repeat 15px center;
}
.login-form .login-right .li .form-tr .verify {
  float: right;
  width: 95px;
  height: 40px;
  font-size: 0;
  line-height: 40px;
  text-align: right;
  cursor: pointer;
}
.login-form .login-right .li .form-tr .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.login-form .login-right .li .form-error {
  height: 22px;
  line-height: 22px;
  color: #EA4124;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login-form .login-right .li .btn-submit {
  margin-top: 10px;
  height: 45px;
  line-height: 45px;
  background: #007FE1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
}
.login-form .login-right .li .btn-submit a {
  color: #fff;
  display: block;
}
.login-form .login-right .li .btn-submit:hover {
  background: #237ED2;
}
.login-form .login-right .li.blue .form-tr .input-box {
  border-color: #007FE1;
}
.login-form .login-right .li.error .form-tr .input-box {
  border-color: #EA4124;
}
.login-form .login-right .copyright {
  text-align: center;
  font-size: 12px;
  color: #bcbece;
  line-height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 1;
}
@keyframes iconAnimat {
  0% {
    top: 144px;
  }
  50% {
    top: 148px;
  }
  100% {
    top: 144px;
  }
}
@-moz-keyframes iconAnimat {
  /* Firefox */
  0% {
    top: 144px;
  }
  50% {
    top: 148px;
  }
  100% {
    top: 144px;
  }
}
@-webkit-keyframes iconAnimat {
  /* Safari and Chrome */
  0% {
    top: 144px;
  }
  50% {
    top: 148px;
  }
  100% {
    top: 144px;
  }
}
@-o-keyframes iconAnimat {
  /* Opera */
  0% {
    top: 144px;
  }
  50% {
    top: 148px;
  }
  100% {
    top: 144px;
  }
}