html,
body {
  height: 100%;
  overflow: hidden;
}
.bigBox {
  display: none;
  /*position: fixed;*/
}
.bigBox .systemName {
     text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 50px;
}
.bigBox .systemName .systemNameTxt {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
  letter-spacing: 3px;
}
.bigBox .systemName .systemNameTxt h1 {
  font-size: 30px;
  color: #fff;
  margin-top: 0px;
}
.bigBox .systemName .systemNameTxt h5 {
  color: #fff;
  font-weight: 400;
  text-indent: 3px;
  line-height: 30px;
  letter-spacing: 2px;
}
.bigBox .systemName img {
  /*float: left;*/
  display: inline-block;
  width: 70px;
  height: 70px;
}
.mainInfo {
  border-radius: 8px;
  width: 750px;
  height: 400px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 3px 8px #C6DCED;
}
.mainInfo .selectShow {
  float: left;
  height: 400px;
  width: 300px;
  background: url(../../img/newlogin/selectShow_bg.png) left bottom no-repeat;
  background-size: contain;
  -ms-behavior: url(../../js/newlogin/backgroundsize.min.htc);
  behavior: url(../../js/newlogin/backgroundsize.min.htc);
}
.mainInfo .selectShow .keyPlate {
  height: 45%;
  text-align: center;
  position: relative;
}
.mainInfo .selectShow .keyPlate img {
  width: 40px;
  position: absolute;
  left: 135px;
  top: 60px;
}
.mainInfo .selectShow .keyPlate p {
  width: 100%;
  position: absolute;
  left: 0px;
  line-height: 23px;
  top: 110px;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 1;
}
.mainInfo .selectShow .keyPlate .notInPlace {
  color: #C62424;
  padding: 0 15px;
  box-sizing: border-box;
}
.mainInfo .selectShow .keyPlate .alreadyInPlace {
  color: #4AD94F;
}
.mainInfo .selectShow .keyPlate .keyHide {
  display: none;
}
.mainInfo .selectShow .downApp {
  height: 55%;
  position: relative;
  text-align: center;
}
.mainInfo .selectShow .downApp img {
  width: 90px;
  height: 90px;
  border: 10px solid #fff;
  position: absolute;
  top: 20px;
  left: 95px;
}
.mainInfo .selectShow .downApp p {
  width: 100%;
  line-height: 20px;
  position: absolute;
  top: 130px;
  font-size: 14px;
  left: 0;
  padding-top: 10px;
}
.mainInfo .loginForm {
  float: left;
  height: 400px;
  width: 450px;
  position: relative;
}
.mainInfo .loginForm .loginFormInner {
  position: absolute;
  width: 60%;
  height: 70%;
  left: 20%;
  top: 15%;
}
.mainInfo .loginForm .loginFormInner span{
  position: absolute;
  bottom: 100px;
  left: 0px;
  font-size: 12px;
}
.mainInfo .loginForm .loginFormInner .loginRegistTxt,
.mainInfo .loginForm .loginFormInner .inputs {
  position: absolute;
  width: 100%;
  letter-spacing: 1px;
  left: 0;
}
.mainInfo .loginForm .loginFormInner .loginRegistTxt {
  line-height: 30px;
  top: 0px;
}
.mainInfo .loginForm .loginFormInner .loginRegistTxt h2 {
  float: left;
  margin-top: 0px;
}
.mainInfo .loginForm .loginFormInner .loginRegistTxt p {
  font-size: 12px;
  float: right;
}
.mainInfo .loginForm .loginFormInner .loginRegistTxt p a {
  font-weight: bold;
  color: #4385F4;
}
.mainInfo .loginForm .loginFormInner .inputs {
  top: 50px;
  height: 100px;
}
.mainInfo .loginForm .loginFormInner .inputs input {
  font-size: 15px;
  line-height: 36px;
  behavior: url(../../js/newlogin/PIE.htc);
  border-radius: 4px;
  border: 1px solid #ddd;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 36px;
}
.mainInfo .loginForm .loginFormInner .inputs img {
  width: 18px;
  z-index: 2;
  left: 15px;
  position: absolute;
}
.mainInfo .loginForm .loginFormInner .inputs .userImg {
  top: 11px;
}
.mainInfo .loginForm .loginFormInner .inputs .userName {
  top: 0px;
  height: 36px;
  text-indent: 40px;
}
.mainInfo .loginForm .loginFormInner .inputs .passwordImg {
  top: 70px;
}
.mainInfo .loginForm .loginFormInner .inputs .userPassword {
  top: 60px;
  text-indent: 40px;
}
.mainInfo .loginForm .loginFormInner .inputs .login {
  top: 140px;
  border: none;
  background: #4385F4;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  behavior: url(../../js/newlogin/PIE.htc);
  box-shadow: 0px 2px 8px #A5C7FF;
  text-indent: 0rem;
  cursor: pointer;
}
.mainInfo .loginForm .loginFormInner .inputs .login:hover {
  background: #1F66DD;
}
.bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  min-width: 1400px;
  height: 100%;
  min-height: 768px;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}
.tipsFolat {
  width: 450px;
  height: 300px;
  background: #fff;
  position: fixed;
  z-index: 3;
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
.tipsFolat .tipsFolatTop {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}
.tipsFolat .tipsFolatTop h4 {
  color: #323233;
  margin-left: 15px;
  padding-top: 15px;
}
.tipsFolat .tipsFolatTop img {
  cursor: pointer;
  width: 15px;
  height: 15px;
  padding: 15px;
  box-sizing: content-box;
}
.tipsFolat .tipsFolatTop img:hover {
  background: #f6f6f6;
}
.tipsFolat .tipsDetail {
  padding: 30px;
  box-sizing: border-box;
  line-height: 30px;
}
.tipsFolat .tipsDetail img {
  width: 15px;
  margin-right: 5px;
}
.tipsFolat .tipsDetail .mainP {
  vertical-align: top;
  color: #C62424;
  font-weight: bold;
  margin-bottom: 30px;
}
.tipsFolat .tipsDetail .mainP a {
  color: #0000FF;
  cursor: pointer;
}
.tipsFolat p {
  color: #595957;
}
.show {
  display: inline-block;
}
.hide {
  display: none;
}
.unInput {
  cursor: not-allowed;
}

.mainInfo .loginForm .loginFormInner .forgetPassword {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 12px;
  color: #81888e;
}
h5#titleEnglishName {
  padding-left: 10px;
  font-size: 10px;
}