* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
html,body{
  height: 100%;
  min-width:800px;
}

body{
  background-image: url(images/bg.jpg);
  background-position: center;
  background-size: cover;
}

/*err页面*/
.err_cont {
  height: 100%;
  box-sizing: border-box;
  background:#85d1c5;
}
.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-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.login_cont .login_err_cont img{
  max-width:1200px;
  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: 40px;
  line-height: 40px;
  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 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_index_cont .index_cont {
  background-size: cover;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  margin-right: 190px;
}
.login_index_cont .index_cont .input_tab {
  width: 400px;
  height: 440px;
  border: 1px solid rgba(190, 190, 190, 0.5);
  background: rgba(250, 250, 250, 0.8);;
  border-radius: 25px;
  box-shadow: 0 0 20px 2px rgba(200, 200, 200, 0.5);
  box-sizing: border-box;
  padding:40px 60px;
}
.login_index_cont .index_cont .input_tab p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.login_index_cont .index_cont .input_tab p img {
  display: block;
  height: 40px;
  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: 14px;
  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: #85d1c5;
  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: 500px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(190, 190, 190, 0.5);
  border-radius: 5px;
}
.login_index_cont .index_cont .input_tab .pwd input {
  width: 530px;
  height: 40px;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid rgba(190, 190, 190, 0.5);
}
.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: 145px;
  height: 40px;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid rgba(190, 190, 190, 0.5);
}
.login_index_cont .index_cont .input_tab .yzm span i {
  width: 115px;
  display: block;
  margin-left:15px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  border: 1px solid rgba(190, 190, 190, 0.5);
}
.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;
  color: #0BA360;
  font-style: normal;
  cursor: pointer;
  transition: 0.5s;
  letter-spacing: 1px;
}
.login_index_cont .index_cont .input_tab .yzm span em:hover {
  color:#4D6C80;
  transition: 0.5s;
}
.login_index_cont .index_cont .input_tab .lof {
  text-align: center;
}
.login_index_cont .index_cont .input_tab .lof input {
  width: 400px;
  height: 40px;
  background: #85d1c5;
  border: 1px solid rgba(190, 190, 190, 0.5);
  border-radius: 5px;
  cursor: pointer;
  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: #85d1c5;
}
.login_index_cont .index_cont .input_tab .lof input.lg {
margin-right: 20px;
  color: #ffff;
  font-size: 14px;
}
.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;
  font-size: 14px;
  margin-left: 20px;
}
.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;
  letter-spacing: 1px;
}
.tite{
  color:#4D6C80;
  font-size: 22px;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  align-items: center;
}

.imgs{
  width: 800px;
  height:700px;
  float: left;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 180px;
  margin-right:20px;
}
.imgs img{
  width: 800px;
  height:700px;
}
.error{
  color:red;
  height:30px;
  display:block;
}

@media all and (min-width:1200px) and (max-width:1500px) {
  .login_index_cont .index_cont{
    margin-right:165px;
  }
  .imgs{
    margin-left:115px;
  }
  .imgs img {
    width: 560px;
    height: 490px;
  }
}
@media all and (max-width:1200px) {
  .login_index_cont .index_cont{
    margin-right:130px;
  }
  .imgs{
    margin-left:50px;
  }
  .imgs img {
    width: 400px;
    height: 350px;
  }
  .error{
    height:25px;
  }
  .login_index_cont .index_cont .input_tab {
    width: 350px;
    height: 350px;
    padding: 20px 60px;
  }
  .login_index_cont .index_cont .input_tab .yzm span input {
    width: 96px;
    height: 44px;
  }
}