.login {
  min-width: 1160px;
  height: 100vh;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: rgb(255, 255, 185);
  background-image: none;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.regin {
  min-width: 1160px;
  min-height: 555px;
}

.w {
  width: 1160px;
  margin: auto;
}

.title-wrapper {
  padding-top: 12vh;
}

.wisdom_title {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 80px;
}

.wisdom-img {
  width: 100%;
  text-align: right;
}

.wisdom-img img {
  width: 400px;
}

.login .msg-wrap {
  min-height: 23px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto !important;
}

.login .msg-error {
  position: relative;
  background: #ffebeb;
  color: #e4393c;
  border: 1px solid #faccc6;
  padding: 3px 10px 3px 10px;
  line-height: 15px;
  height: auto;
}

.login .msg-info {
  position: relative;
  background: #D9EDF7;
  color: #31708F;
  border: 1px solid #9ee8ff;
  padding: 3px 10px 3px 10px;
  line-height: 15px;
  height: auto;
  font-weight: bold;
}

/*.loginbg {
    background-image: url(../../../../images/cover4.jpg);
    background-repeat: no-repeat;
    background-size: 1440px;
    opacity: 1;
}*/

.loginbg {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-width: 1130px;
}

.form-signin-heading {
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}

.form-signin {
  float: right;
  top: 25vh;
  position: relative;
  width: 380px;
  padding: 10px 20px 30px !important;
  margin: 0 auto 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  z-index: 99999;
}

.form-signin .checkbox {
  height: 22px;
  bottom: 10px;
}

.main {
  margin: 0px auto 0px;
  width: 830px;
}

.form-reg-heading {
  font-family: "Microsoft YaHei";
  font-size: 22px;
  margin-bottom: 50px;
  margin-top: 30px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #368ae3;
}

.form-reg {
  top: 10px;
  width: 440px;
  padding: 10px 20px;
  margin: 0 auto 10px;
  background-color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.headertop {
  min-width: 1160px;
  height: 7vh;
}

.headerreg {
  min-width: 1160px;
  height: 78px;
  background: url(../../../../images/headbg.jpg) repeat-x left bottom;
}

.input-append .btn-primary {
  width: 120px;
  height: 46px;
  min-width: 16px;
  padding: 4px 5px;
}

.logo {
  height: 7vh;
  background: url(../images/logo2.png) no-repeat center left;
  background-size: auto 75%;
}

@-webkit-keyframes shanshuo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes shanshuo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes shanshuo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes shanshuo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shanshuo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.bottom_bg {
  width: 100%;
  height: 180px;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  opacity: .3;
}

.bottom_bg li {
  width: 33.333%;
  height: 100%;
  float: left;
  position: relative;
}

.bottom_bg li .light_animate {
  width: 100%;
  height: 85%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.bottom_bg li .light_animate img {
  width: 100%;
  height: 100%;
}

.building1 {
  background: url(../images/building1.png) no-repeat center;
  background-size: 100% 100%;
}

.building1 .light_animate {
  -webkit-animation: shanshuo 3s infinite ease-in-out;
  -moz-animation: shanshuo 3s infinite ease-in-out;
  -ms-animation: shanshuo 3s infinite ease-in-out;
  -o-animation: shanshuo 3s infinite ease-in-out;
  animation: shanshuo 3s infinite ease-in-out;
}

.building2 .light_animate {
  -webkit-animation: shanshuo 5s infinite ease-in-out;
  -moz-animation: shanshuo 5s infinite ease-in-out;
  -ms-animation: shanshuo 5s infinite ease-in-out;
  -o-animation: shanshuo 5s infinite ease-in-out;
  animation: shanshuo 5s infinite ease-in-out;
}

.building3 .light_animate {
  -webkit-animation: shanshuo 8s infinite ease-in-out;
  -moz-animation: shanshuo 8s infinite ease-in-out;
  -ms-animation: shanshuo 8s infinite ease-in-out;
  -o-animation: shanshuo 8s infinite ease-in-out;
  animation: shanshuo 8s infinite ease-in-out;
}

.building2 {
  background: url(../images/building2.png) no-repeat center;
  background-size: 100% 100%;
}

.building3 {
  background: url(../images/building3.png) no-repeat center;
  background-size: 100% 100%;
}

.input_wrapper {
  position: relative;
}

.input_wrapper label {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.input_wrapper label img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

input#valid {
  width: 60%;
  display: inline-block;
}

div#verifyCode {
  padding: 0;
}
