/**
* 登录页面样式
*/
.login_page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 0px 60px;
}
/* .login_head {
  position: absolute;
  left: 60px;
  top: 0px;
  right: 60px;
} */
.login_head img {
  display: block;
}
.login_head p {
  position: absolute;
  right: 60px;
  top: 65px;
  font-size: 30px;
  color: #353535;
}
.login_head p span {
  font-size: 48px;
  color: #f3092c;
  padding: 0px 10px;
}
.login_main {
  /* position: absolute;
  top: 140px;
  left: 60px;
  right: 60px;
  bottom: 140px; */
  height: 522px;
  background: url(../images/jz_login_bg.jpg) top center no-repeat;
  /* background-size: 100% 100%; */
  padding-top: 35px;
}
.login_logo {
  width: 252px;
  height: 341px;
  background-color: #ebfaff;
  /* position: absolute;
  left: 20%;
  top: 40%;
  transform: translate(0%, -50%); */
  margin-right: 45px;
  background: url(../images/jz_login_bg_logo.png) no-repeat top center;
}
.login_form {
  width: 390px;
  /* height: 400px; */
  padding: 20px 55px;
  background-color: #EBFAFF;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0%, -50%); */

  float: right;
  margin-right: 340px;
}
.login_form h3 {
  font-weight: normal;
  font-size: 24px;
  color: #000;
  line-height: 60px;
  margin-bottom: 10px;
}
.input_style {
  width: 340px;
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dfdfdf;
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  margin-bottom: 23px;
  overflow: hidden;
}
.input_style input {
  display: block;
  width: 340px;
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  border: none;
  overflow: hidden;
  font-size: 16px;
}
.username_icon {
  display: block;
  width: 24px;
  height: 27px;
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(../images/icon-user.png) top left no-repeat;
  background-size: 100%;
}
.password_icon {
  display: block;
  width: 24px;
  height: 27px;
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(../images/mima.png) top left no-repeat;
  background-size: 100%;
}
.yanzheng_icon {
  display: block;
  width: 24px;
  height: 27px;
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(../images/yanzhengyanzhengma.png) top left no-repeat;
  background-size: 100%;
}
.input_yzm_line {
  /* width: 340px; */
  margin-bottom: 25px;
  overflow: hidden;
}
.input_yzm {
  width: 140px;
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dfdfdf;
  position: relative;
  padding-left: 48px;
  font-size: 16px;
  overflow: hidden;
  float: left;
}
.input_yzm input {
  display: block;
  width: 140px;
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  border: none;
  overflow: hidden;
  font-size: 16px;
}
.input_yzm_img {
  width: 129px;
  height: 50px;
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.input_yzm_img img {
  display: block;
  width: 129px;
  height: 50px;
}
.input_submit {
  width: 390px;
  background-color: #08489f;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.input_submit input {
  width: 390px;
  background-color: #08489f;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.other {
  width: 100%;
}
.other .other_l {
  /* height: 25px; */
  line-height: 25px;
  float: left;
  font-size: 16px;
  color: #888888;
  width: 100%;
}
.other .other_l a {
  font-size: 16px;
  color: #4450c5;
  text-decoration:underline!important;
}
.other .other_l .forgetpass {
  font-size: 16px;
  color: #af1322;
  float: right;
}
.other .other_r {
  height: 25px;
  line-height: 25px;
  float: right;
}
.other .other_r a {
  font-size: 16px;
  color: #af1322;
}
/* .login_footer {
  position: absolute;
  bottom: 0px;
  left: 60px;
  right: 60px;
} */
.login_footer p {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #474747;
}
@media screen and (max-width: 1400px) {
  .login_page{
    padding: 0 30px;
  }
  .login_main {
    /* position: absolute;
    top: 140px;
    left: 60px;
    right: 60px;
    bottom: 70px; */
    background: url(../images/jz_login_bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    height: 413px;
  }
  .login_form {
    width: 390px;
    /* height: 320px; */
    padding: 20px 55px;
    background-color: #EBFAFF;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0%, -50%); */
    /* margin-left: 45px; */
   margin-right: 100px;
  }
  .login_form h3 {
    font-weight: normal;
    font-size: 24px;
    color: #000;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .input_style {
    width: 340px;
    background-color: #fff;
    height: 48px;
    line-height: 48px;
    border: 1px solid #dfdfdf;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .input_yzm_line {
    width: 340px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  /* .login_footer {
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 60px;
    right: 60px;
  } */
  .login_footer p {
    height: 70px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #474747;
  }
}
.tooli {
  position: absolute;
  left: 110%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
  font-size: 16px;
  color: #fff !important;
  background-color: #FF9044;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.9s;
  white-space: nowrap;
}
.toolied {
  position: absolute;
  left: 100%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
  font-size: 16px;
  color: #fff !important;
  background-color: #FF9044;
  border-radius: 5px;
  opacity: 1;
  white-space: nowrap;
}
@media (max-width: 499px) {
  .login_page{
    padding: 0;
    position:initial;
  }
  .login_head{
    /* display: none; */
    position: initial;
  }
  .login_head img{
    width: 90% ;
    margin: 0 auto;
    height: auto!important;
  }
  .login_main{
    background: url(../images/jz_login_bg.jpg) right no-repeat;
    position:initial;
   height: 430px;
  }
  .login_form{
    position: initial;
    transform:initial;
    float: none;
    margin: 0 auto;
    padding: 10px;
    width: 80%;

  }
  .login_form h3{
    width: 300px;
    margin: 0 auto;
  }
  /* .login_footer{
    display: none;
  } */
  .input_style{
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .input_style input{
    width: 80%;

  }
  .input_yzm_line{
    width: 300px;
    margin: 0 auto;
  }
  .input_yzm{
    width: 170px;

    padding-left: 10px;
  }
  .input_yzm_img{
    float: right;
    margin: 0;
    width: 96px;
  }
  .input_yzm input{
    width: 80%;
    text-align: center;
  }
  .input_yzm_img img{
    width: 96px;
  }
  .input_submit{
    width:  300px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .input_submit input{
    width: 100%;
  }
  .other{
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
