html,body{
  padding:0;
  margin:0;
  background: url(../image/newLoginBg.jpg) no-repeat center center fixed;
  background-size: cover;
  overflow-x: hidden;
  font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
}
input::-ms-clear,::-ms-reveal{display:none;}
.container{
  width: 100%;
  height: 100%;
  /* object-fit: cover;
  background-size: 100% 100%;
  padding-top: 85px;
  background: url(../image/newLoginBg.jpg) no-repeat center; */
  }
.container .boxTitle{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container .boxTitle img{
  height:65px;
  margin-bottom: 30px;
}
.container .center{
  /* width: 100vw; */
  margin:20vh auto 0;
  padding-bottom: 20px;
  text-align: center;
  /* position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%); */
}

.container .center .formBox{
  
  width: 817px;
  height: 408px;
  margin: 8px auto;
  display: flex;
  box-shadow: 0 15px 10px -5px rgba(52, 52, 52, 0.3);
}
.container .center .formBox .formBox_l{
  flex: 240;
  background: url(../image/loginImg5.png) no-repeat;
}
.container .center .formBox .formBox_r{
  flex: 577;
  background: #ffffff;
}
.container .center .formBox .formBox_r .title{
  font-size: 24px;
  color: #1D62EA;
  text-align: center;
  margin-top: 30px;
}
.container .center .formBox .formBox_r .logForm{
  text-align: center;
  margin-top: 50px;
  position: relative;
  
}
.container .center .formBox .formBox_r .logForm .logbox{
  width: 450px;
  height: 55px;
  margin:0 auto 20px;
}
.container .center .formBox .formBox_r .logForm .logbox input{
  font-size: 14px;
  display: inline-block;
  padding-left: 42px;
  width: 450px;
  height: 55px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  line-height: 40px;
  outline: 0;
  padding-right:15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.container .center .formBox .formBox_r .logForm .yzm{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .center .formBox .formBox_r .logForm .yzm .yzmInput{
  width:310px;
}
.container .center .formBox .formBox_r .logForm .yzm .yzmessage{
  width:120px;
  height:40px;
  background-color: #ccc;
}
.container .center .formBox .formBox_r .logForm .logbox .userInput{
  background: url(../image/yonghu.png) 14px center no-repeat;
}
.container .center .formBox .formBox_r .logForm .logbox .pwdInput{
  background: url(../image/mima.png) 14px center no-repeat;
}
.container .center .formBox .formBox_r .logForm .logbox .yzmInput{
  background: url(../image/yanzhengma.png) 14px center no-repeat;
}
.container .center .formBox .formBox_r .logForm .btn{
  box-sizing: border-box;
  width: 450px;
  height: 60px;
  background: linear-gradient(0deg,rgba(73,123,252,1) 0%,rgba(66,165,253,1) 96%);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #DCDFE6;
  margin:10px auto 0px;
}
.container .center .formBox .formBox_r .logForm .login_bottom{
  display: flex;
  justify-content: space-between;
  width: 450px;
  margin: 20px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.container .center .formBox .formBox_r .logForm .login_bottom .rem_frg{
  color: #95C1F5;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
.container .center .formBox .formBox_r .logForm .login_bottom .rem_frg input[type=checkbox] {
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.container .center .formBox .formBox_r .logForm .login_bottom .rem_frg input[type=checkbox]:after {
  position: absolute;
  border:1px solid #dcdfe6;
  width: 10px;
  height: 15px;
  top: -1px;
  content: " ";
  background-color: #fff;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border-radius: 3px;
}
.container .center .formBox .formBox_r .logForm .login_bottom .rem_frg input[type=checkbox]:checked:after {
  content: "✓";
  font-size: 12px;
  background-color: #95C1F5;
}
.container .center .formBox .formBox_r .logForm .login_bottom .rem_frg .forPsd{
  cursor: pointer;
}
.container .center .formBox .formBox_r .logForm .login_bottom .rem_frg .forPsd a{
  text-decoration: none;
  color: #95C1F5;
}
.container .center .formBox .formBox_r .logForm .login_bottom .toReg{
  color: #BCBBBB;
  font-size: 14px;
  cursor: pointer;
}
.container .center .formBox .formBox_r .logForm .login_bottom .toReg span a{
  color: #a6b2c0;
  text-decoration: none;
}

.container .center .formBox .formBox_r .logForm .login_bottom .toReg span a:hover{color: #3076FF;}
.container .center .formBox .formBox_r .logForm .btn span{
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  line-height: 60px;
}
.othersLogin{margin: 0;padding: 0;font-size: 14px;color: #999;margin-bottom: 15px;}
.othersLogin:before,.othersLogin:after{content: "";width: 170px;border-top: 1px #eee solid; display: inline-block;
vertical-align: middle;}
.othersLogin:before{margin-right: 10px;}
.othersLogin:after{margin-left: 10px;}

/* .loginOther{ display: flex;justify-content: space-between;width: 445px;} */
.loginOther{ display: flex;justify-content: space-between;width: 445px;align-items: center;margin: auto;}
.loginOther a{ text-decoration: none; font-size: 14px;line-height:18px; color:#fff; height: 40px; width: 120px; padding: 5px 10px; background: #f15054; display: flex;align-items: center;justify-content: center; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.loginOther a.shanghaiUser{background: #f15054;}
.loginOther a.shanghaiUser:hover{background:rgba(241, 80, 84, 0.8);}
.loginOther a.zhejiangUser{background: #f1a123;}
.loginOther a.zhejiangUser:hover{background: rgba(241, 161, 35, 0.8);}
.loginOther a.jiangsuUser{background: #5aaf21;}
.loginOther a.jiangsuUser:hover{background: rgba(90, 175, 33, 0.8);}

.container .info{
  text-align: center;
  position: absolute;
  bottom: 20px;
  right:0;
  left:0;
}
.container .info p{
  color: #ffffff;
  font-size: 14px;
  margin-bottom: -7px;
}
.container .info p a{
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

@media (max-height: 769px){
  .container .center{
    margin:8vh auto 0;
  }
  .container .boxTitle img{
    margin-bottom: 10px;
  }
  .container .info p{
    margin-bottom: -5px;
  }
}

