body {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  overflow: hidden;
  background: #000490;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    background: #000497;
  }
}
.login_background {
  width: 100%;
  height: 50px;
  background-color: #1c2229;
}
.login-title-img {
  margin-bottom: 30px;
  margin-top: -20px;
  width: 400px;
}
.login_nav {
  width: 1200px;
  height: 50px;
  background-color: #1c2229;
  position: relative;
  margin: 0 auto;
  line-height: 50px;
}
.login_nav img {
  position: absolute;
  left: 12px;
  top: 9px;
}
.login_nav span {
  font-size: 20px;
  color: #fff;
  margin-left: 60px;
}
.bk-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.bk-video video {
  height: 100%;
}
.login_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.login_div .login_content {
  width: 80%;
  min-width: 1000px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.login-logo {
  /* background: #fff; */
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: -30px;
  text-align: center;
  line-height: 80px;
  display: block;
  background: url(../../img/login/new_logo.png);
  background-size: 100% 100%;
}
.login-logo img {
  display: block;
}
.login_select {
  width: 400px;
  height: 445px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  margin-top: -180px;
  right: 160px;
  background-color: #fff;
  box-shadow: 0 0 50px 10px rgba(94, 176, 250, 0.1);
}
.login_select h1 {
  text-align: center;
  color: #16a8fd;
  font-size: 26px;
  font-weight: bold;
  margin-top: 38px;
  padding: 0;
}
.login_select #login_getdata {
  margin: 0 30px;
  overflow: hidden;
}
.login_select #login_getdata p {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  visibility: hidden;
  color: red;
}
.login_select #login_getdata div {
  overflow: hidden;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  border-radius: 2px;
  border-radius: 5px;
}
.login_select #login_getdata div:nth-child(1) {
  height: 42px;
}
.login_select #login_getdata div:nth-child(2) {
  height: 42px;
}
.login_select #login_getdata div img {
  width: 20px;
  height: 20px;
}
.login_select #login_getdata input {
  width: 180px;
  height: 42px;
  border: none;
  border-radius: 2px;
  float: left;
  font-size: 14px;
  outline: none;
  color: #666666;
  background: none;
}
.login_select #login_getdata input:nth-child(3) {
  text-align: center;
  line-height: 38px;
}
.login_select #login_getdata input::-ms-input-placeholder {
  color: #B3BDC7;
  font-size: 14px;
}
.login_select #login_getdata input::-webkit-input-placeholder {
  color: #B3BDC7;
  font-size: 14px;
}
.login_select #login_getdata span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.login_select #login_getdata #password_error {
  color: red;
  /* margin: 0px 0 20px 0; */
}
.login_select #login_getdata #code_error {
  color: red;
  /* margin: 0px 0 20px 0; */
}
.login_select #login_getdata #login_remember {
  background: none;
  border: none;
  margin-top: 20px;
}
.login_select #login_getdata #login_remember input {
  float: left;
  text-align: center;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.login_select #login_getdata #login_remember span {
  float: left;
  color: #7b8996;
}
.login_select #login_getdata img {
  width: 15px;
  height: 18px;
  float: left;
  margin: 10px 10px 0 10px;
}
.login_select #login_getdata #login_button {
  width: 100%;
  float: none;
  border-radius: 8px;
  color: #fff;
  background: #00abff;
  background: -moz-linear-gradient(left, #00abff 0%, #0041c4 100%);
  background: -webkit-linear-gradient(left, #00abff 0%, #0041c4 100%);
  background: linear-gradient(to left, #00abff 0%, #0041c4 100%);
  cursor: pointer;
}
.login_select #login_getdata #login_button:hover {
  background: #00abff;
  background: -moz-linear-gradient(left, #00abff 0%, #0041c4 100%);
  background: -webkit-linear-gradient(left, #00abff 0%, #0041c4 100%);
  background: linear-gradient(to left, #00abff 0%, #0041c4 100%);
}
.myfooter {
  width: 100%;
  height: 30px;
  background-color: #1593CD;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  z-index: 10;
}
.myfooter p {
  margin: 0;
  text-align: center;
  line-height: 30px;
}
.myfooter .icphref {
  color: #fff;
}
.myfooter .icphref:hover {
  text-decoration: underline;
}
.login_select #login_getdata span {
  color: red;
}
.login_select #login_getdata div.has-error {
  overflow: hidden;
  border: 1px solid #ff3b67;
  border-radius: 2px;
}
.login_select #login_getdata div.focus {
  overflow: hidden;
  border: 1px solid #16a8fd;
  border-radius: 2px;
}
.login_select #login_getdata div.has-success {
  overflow: hidden;
  border: 1px solid #59de62;
  border-radius: 2px;
}

.login_code{
  display: flex;
  align-items: center;
  justify-items: center;
}

#login_getdata .login_code input{
  width: 88px;
  padding: 0 10px;
}

#login_getdata #v_container{
  height: auto;
  line-height: 100%;
  margin-left: 40px;
}
#login_getdata #v_container #imgObj{
  margin: 0;
  float: none;
  width: 150px;
  height: 36px;
}
#login_getdata .login_code .updete_img{
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;

}
#login_getdata .v_container,.updete_img{
  display: inline-block;
}