* {
  margin: 0;
  padding: 0;
  /* 盒子模型的 怪异模式  */
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
  /* 移动端 a标签 点击高亮 */
  -webkit-tap-highlight-color: transparent;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  /* 解决图片默认的3像素  */
  display: block;
}
input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
/* 清楚浮动 */
.clearfix::after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
html{
    width:100%;
    height:100%;
}
body {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  background-image: url(../img/bja_dl_tgj.png);
  position: relative;
  background-size:cover;
  background-repeat: no-repeat;
}
.leftBox {
  width: 360px;
  height: 500px;
  margin-top: 275px;
  margin-left: 319px;
  position: absolute;
  box-sizing: border-box;
}
.logoArea {
  width: 246px;
  height: 65px;
}
#loginCount {
  width: 360px;
  height: 46px;
  margin-top: 70px;
  position: relative;
}
.loginCount-img {
  width: 18px;
  height: 22px;
  position: absolute;
  margin-top: 13px;
  margin-left: 13px;
}
.loginCount {
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding-left: 37px;
}
#loginPW {
  width: 360px;
  height: 46px;
  margin-top: 20px;
  position: relative;
}
.loginPW-img {
  width: 18px;
  height: 22px;
  position: absolute;
  margin-top: 13px;
  margin-left: 13px;
}
.loginPW {
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding-left: 37px;
}
#loginCode {
  width: 360px;
  height: 46px;
  margin-top: 20px;
  position: relative;
}
.loginCode-img {
  width: 18px;
  height: 22px;
  position: absolute;
  margin-top: 13px;
  margin-left: 13px;
}
.loginCode {
  width: 210px;
  float: left;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding-left: 37px;
}
.CodeArea {
  float: right;
  width: 140px;
  height: 46px;
  display: inline-block;
  border-radius: 4px;
  background-color: #eeeeee;
  border: none;
  text-align: center;
}
.forgetPsw {
  color: #3cbaec ;
  font-size: 12px;
  display: block;
  float: right;
}
.Remember-Box {
  width: 360px;
  height: 30px;
  margin-top: 10px;
}
.Remember-Box span {
  font-size: 12px;
  color: #cfcfcf;
  text-align: center;
  display: block;
  line-height: 12px;
}
.RememberPw {
  float: left;
  width: 80px;
}
.RememberPw-img {
  width: 12px;
  height: 12px;
  float: left;
  margin-right: -15px;
}
.showPw {
  float: left;
  width: 80px;
}
.showPw-img {
  width: 12px;
  height: 12px;
  float: left;
  margin-right: -15px;
}
.loginBtn {
  width: 360px;
  height: 46px;
  background-color: #0084ff;
  border-radius: 25px;
  margin-top: 25px;
  color: white;
  font-size: 18px;
  box-shadow: 3px 3px 29px #a7d2ff;
}
.register {
  color: #3cbaec;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 12px;
}
p {
  font-size: 12px;
}
.support {
  text-align: center;
  margin-top: 11px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 2px;
  color: #727272;
}
.footerContent {
  margin-top: 37px;
  color: #c0c0c0;
}
.phoneNum {
  margin-top: 25px;
}
.rightBox{
    float: right;
    width:400px;
}
.TGJ {
  font-size: 42px;
  color: white;
  margin-top: 58px;
  display: block;
  width: 400px;
}
.DateOftoday {
  font-size: 18px;
  color: #b8d5ff;
  margin-top: 10px;
  width: 300px;
  margin-left:13px;
}
.healthNum {
  margin-top: 5px;
}
.enterprise-tip-box span {
    color: #FB0202;
    font-size: 13px;
}
