.flexDiv {
  /* display: flex; */
  height: 100%;
  position: relative;
}
.leftImg {
  position: relative;
  width: 38%;
  min-height: 850px;
  float: left;
  height: 100%;
}
.loginimg {
  width: 100%;
  height: 100%;
}
.loginlogo {
  position: absolute;
  width: 210px;
  left: 60px;
  top: 40px;
}
.textSpan {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35%;
  width: 336px;
}
.rightCont {
    background: #ffffff;
    width: 382px;
    float: left;
    position: absolute;
    left: 55%;
    top: 10%;
}
.wellcome {
  font-size: 28px;
  font-family: SimSun;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 50px;
}
.logindiv {
  margin-top: 40px;
  border-bottom: 1px solid #dddddd;
  padding: 0 43px;
}
.zhanghao {
  display: inline-block;
  padding-bottom: 10px;
  color: #389fc0;
  font-size: 16px;
  border-bottom: 2px solid;
}
.zhanghaoText {
  padding-left: 38px;
  height: 48px;
  border: none;
  width: calc(100% - 38px);
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 36px;
}
.mimaText {
  padding-left: 38px;
  height: 48px;
  width: calc(100% - 38px);
  border: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 20px;
}
.denglu {
  position: relative;
  width: 100%;
}
.input-group-addon {
  position: absolute;
  left: 1px;
  top: 37px;
  padding: 0;
  width: 40px;
  height: 48px;
  text-align: center;
  line-height: 50px;
  border: none;
  background-color: transparent;
  z-index: 6;
}
.input-group-addon1 {
  position: absolute;
  left: 1px;
  top: 21px;
  padding: 0;
  width: 40px;
  height: 48px;
  text-align: center;
  line-height: 50px;
  border: none;
  background-color: transparent;
  z-index: 6;
}
.forgetPsd {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: right;
  margin-top: 17px;
  cursor: pointer;
}
.loginBtn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #389fc0;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 29px;
  cursor: pointer;
}
.registerBtn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #389fc0;
  border: 1px solid;
  margin-top: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.third {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.third::before {
  width: 137px;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 0px;
  right: 0;
  height: 1px;
  background-color: #cccccc;
}
.third::after {
  width: 137px;
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0px;
  right: 0;
  height: 1px;
  background-color: #cccccc;
}
.weixin {
  margin-top: 18.5px;
  text-align: center;
}
.weixin img {
  width: 36.5px;
  cursor: pointer;
}
.chuban {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  text-align: center;
  margin-top: 80px;
}
