* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
html,body{ 
  height: 100%;
  min-width:500px;
}
/*err页面*/
.err_cont {
  height: 100%;
  box-sizing: border-box;
  background: #364761;
}
.err_cont .err_ {
  height: 100%;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.err_cont .err_ .left_pic {
  width: 540px;
  height: 500px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.err_cont .err_ .left_pic img {
  position: absolute;
  height: 470px;
  display: block;
  right: 50px;
  margin: auto;
  margin-top: 40px;
}
.err_cont .err_ .right_info {
  width: 550px;
  height: 500px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.err_cont .err_ .right_info img {
  display: block;
  margin-top: 110px;
  height: 128px;
  width: 507px;
}
.err_cont .err_ .right_info h4 {
  font-size: 38px;
  line-height: 38px;
  margin-top: 60px;
  letter-spacing: 2px;
  font-weight: normal;
}
.err_cont .err_ .right_info p {
  border: 2px solid #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 150px;
  letter-spacing: 1px;
  margin-top: 50px;
}
.err_cont .err_ .right_info p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.err_cont .err_ .right_info p a:hover {
  background: #fff;
  color: #364761;
  transition: 0.5s;
}
#wait{
  font-style:normal;
}
#msg_for_error{
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #2f4958;
}
/*登陆*/
.login_cont {
  background: #2f4958;
  height: 100%;
}
.login_cont .login_err_cont {
  height: 100%;
  margin: 0 auto;
  background: url(../i/failse.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.login_cont .login_err_cont img{
  max-width:100%;
  width:600px;
}

.login_cont .login_err_cont img.err{
  width:400px;
}
.login_cont .login_err_cont h4 {
  font-size: 35px;
  margin-top: 70px;
  letter-spacing:1px;
}
.login_cont .login_err_cont p {
  font-size: 24px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  text-align: center;
  margin-top: 90px;
  margin-bottom:10px;
}
.login_cont .login_err_cont p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.login_cont .login_err_cont p a:hover {
  background: #fff;
  color: #2f4958;
  transition: 0.5s;
}
.login_index_cont {
  background: #364761;
  height: 100%;
}
.login_index_cont .index_cont {
  background: url(../i/login.png) no-repeat center center;
  background-size: cover;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_index_cont .index_cont .input_tab {
  width: 800px;
  height: 530px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(10, 10, 10, 0.3);
  border-radius: 25px;
  box-shadow: 0 0 20px 2px rgba(200, 200, 200, 0.5);
  box-sizing: border-box;
  padding: 68px 80px;
}
.login_index_cont .index_cont .input_tab p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.login_index_cont .index_cont .input_tab p img {
  display: block;
  height: 50px;
  margin-right: 50px;
  transition: 0.5s;
}
.login_index_cont .index_cont .input_tab p .on {
  display: none;
}
.login_index_cont .index_cont .input_tab p input {
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  color: #364761;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  transition: 0.5s;
}
.login_index_cont .index_cont .input_tab p input.active {
  background: rgba(255, 175, 0, 0.9);
  transition: 0.5s;
}
.login_index_cont .index_cont .input_tab p input.active::input-placeholder {
  color: #fff;
  transition: 0.5s;
}
.login_index_cont .index_cont .input_tab p input.active::-webkit-input-placeholder {
  color: #fff;
  transition: 0.5s;
}
.login_index_cont .index_cont .input_tab .name input {
  width: 530px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 20px;
}
.login_index_cont .index_cont .input_tab .password input {
  width: 530px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 20px;
}
.login_index_cont .index_cont .input_tab .yzm span {
  width: 530px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_index_cont .index_cont .input_tab .yzm span input {
  width: 275px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 20px;
}
.login_index_cont .index_cont .input_tab .yzm span i {
  width: 150px;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.login_index_cont .index_cont .input_tab .yzm span i  img{
  display: block;
  height:100%;
  width:100%;
  margin:0 auto;
}
.login_index_cont .index_cont .input_tab .yzm span em {
  display: block;
  font-weight: 16px;
  color: #fff;
  font-style: normal;
  cursor: pointer;
  transition: 0.5s;
  letter-spacing: 1px;
}
.login_index_cont .index_cont .input_tab .yzm span em:hover {
  color: #ffaf00;
  transition: 0.5s;
}
.login_index_cont .index_cont .input_tab .lof {
  text-align: center;
  padding-top: 20px;
}
.login_index_cont .index_cont .input_tab .lof input {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  cursor: pointer;
  margin: 0 25px;
  letter-spacing: 3px;
  font-size: 17px;
  font-weight: bold;
  transition: 0.5s;
  box-sizing: border-box;
}
.login_index_cont .index_cont .input_tab .lof input:hover {
  transition: 0.5s;
  background: #ffaf00;
}
.login_index_cont .index_cont .input_tab .lof input.lg {
  color: #ffaf00;
}
.login_index_cont .index_cont .input_tab .lof input.lg:hover {
  color: #fff;
}
.login_index_cont .index_cont .input_tab .lof input.fs {
  color: #646464;
}
.login_index_cont .index_cont .input_tab .lof input.fs:hover {
  color: #fff;
}
.login_index_cont .zp_foot {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.login_index_cont .zp_foot span {
  font-size: 14px;
  color: #fff;
  height: 75px;
  line-height: 75px;
  letter-spacing: 1px;
}
