@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100vh;
  vertical-align: middle;
  background-color: red;
}
body {
  height: 100vh;
  margin: 0;
  padding: 0;
  background: url(../../image/home/login_bg1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: "微软雅黑";
  display: flex;
  justify-content: center;
  align-items: center;
}
#content {
  width: 1200px;
  text-align: center;
  height: auto;
  font-size: 12px;
  color: #333;
}
.dl_logo {
  width: 100%;
  text-align: center;
}
#content dl {
  overflow: hidden;
  width: 864px;
  height: 397px;
  margin: auto;
  margin-top: 59px;
  background: url("../../image/home/left_dl.png") no-repeat top center;
  background-size: 100% 100%;
}
#content dl dd {
  color: #444;
  width: 476px;
  margin: 10px 0px 20px 349px;
  text-align: left;
}
#content .button:hover {
  background: #3aa400;
}
#content .utext,
.ptext {
  width: 354px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #d3dbe2;
  text-indent: 62px;
  margin-top: 22px;
  border-radius: 4px;
  font-size: 20px;
  font-family: "微软雅黑";
  color: #a4b9c4;
}
#content .utext {
  background: #ecf5fa url(../../image/home/login_text1.png) no-repeat 17px center;
}
#content .ptext {
  background: #ecf5fa url(../../image/home/login_text2.png) no-repeat 17px center;
}
#content .ehjfa {
  width: 100%;
  margin-top: 22px;
}
#content .ehjfa input {
  float: left;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: solid 1px #d3dbe2;
  border-radius: 4px;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "微软雅黑";
  color: #a4b9c4;
  background-color: #ecf5fa;
  width: 200px;
}
#content .ehjfa span {
  display: inline-block;
  margin-left: 37px;
  cursor: pointer;
}
#content .ehjfa span img {
  height: 50px;
  border: solid 1px #d3dbe2;
  border-radius: 4px;
  width: 113px;
}
#content .ehjfa span em {
  color: #e89742;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: underline;
  font-style: normal;
  line-height: 70px;
  display: inline-block;
  vertical-align: top;
}
#content .mekaj {
  width: 100%;
  margin-top: 22px;
}
#content .mekaj input.button {
  background: url("../../image/home/infija.png") no-repeat;
  background-size: 100% 100%;
  width: 202px;
  height: 52px;
  cursor: pointer;
  border: 0px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 24px;
}
#content .mekaj label {
  margin-left: 37px;
  color: #666666;
}
#content .mekaj label input {
  margin-right: 6px;
  vertical-align: -2px;
}
.bdand {
  width: 100%;
  text-align: center;
  color: #0c6baa;
  font-size: 16px;
  margin-top: 57px;
  margin-bottom: 20px;
}
.bdand a {
  color: #0c6baa;
  text-decoration: none;
}
.clear {
  clear: both;
  width: 0px;
  height: 0px;
}
