@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;

}

.login-bg {
  height: 100%;
  width: 100%;
  min-width: 480px;
  /*background: url(bg/dl.png) no-repeat top center;*/
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  font-family: "微软雅黑";
  position: relative;
}

.code-box {
  height: 500px;
  width: 700px;
  z-index: 1;
  text-align: center;
  vertical-align: middle;
}
.code-box h2 {
  margin: 70px auto 15px;
  text-align: center;
}
.code-box img {
  width: 150px;
  margin: 20px auto;
}

.biaoti h2 {
  text-align: center;
  padding-top: 12%;
  color: #fff;
}

.img-fluid {
  cursor: pointer;
  height: 24px;
  margin: 0 15px;
}

.dlbj {
  background: none;
  width: 480px;
  min-height: 200px;
  margin: 0px;
  font-size: 14px;
  position: relative;
  z-index: 999;
}

.yhm-dl {
  width: 70%;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  padding: 10px 5px 10px;
  border-radius: 5px;
  outline: none;
}

input:focus {
  outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}

.yhm {
  width: 100%;
  position: relative
}

.mma {
  margin-top: 15px;
}
.inputLable{
  display: inline-block;
  font-size:14px;
  width: 50px;
  text-align: left;
}



#loginDivId {
  width: calc(85% - 130px) !important;
  height: 40px;
  margin: 20px 0 0 125px;
  font-size: 18px;
}
#loginDivId:hover{
  background-color: #007bff;
  color: #fff;
  opacity: 0.7;
  zoom: 1.005;
}

.dibu-qq {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  margin-top: 3%;
  font-size: 14px;
  z-index: 1
}

.dibu-qq a {
  color: #fff;
  text-decoration: none;
}

.wz-yhm {
  font-size: 13px;
  line-height: 36px;
  color: rgb(255, 95, 44);
  text-align: center;
  text-align: center;
  margin-top: 0px;
  margin-left: -40px;
}
.wz-yhm span {
  background-color: #b3e0f8;
  display: inline-block;
  line-height: 36px;
}

.wz-yhm .errorIcon {
  margin: 2px 4px 0 3px;
  position: relative;
  left:2px;
  display: inline-block;
}


