*{
    margin: 0;
    padding: 0;
}

html,body {
    height: 100%;
}
.cls{
  clear: both;
}
ul,li{
  list-style:none;
}
.login{
  height: 100%;
}
.login .header{
  height: 14.8%;
  background: #f5f5f5;
  border-bottom: 1px solid #dedcdc;
  box-shadow: darkgrey 10px 10px 30px 5px ;
} 
.header p{
  width: 50%;
  margin-left: 32%;

}
.header img{
  width: 80%;
  margin-top: 2%;
}
/*.header h2{
  text-align: center;
  line-height: 150px;
  font-size: 40px;
  color: #fff;
}*/
.login_wrap{
  width: 100%;
  background: url(../images/1.jpg) no-repeat center top;
  height: 70%;
}
.logo{
  position: absolute;
  left: 50%;
  top: 15%;
  margin-left: -150px;
}
.login_wrap_con{
  width: 750px;
  min-height: 350px;
  overflow: hidden;
  position: fixed;
  border-radius: 20px;
  top: 50%;
  right: 50%;
  margin-top: -180px;
  margin-right: -400px;
  box-shadow: 20px 0px 10px 0px rgba(0,0,0,0.2);
}
.login_img{
  width: 300px;
  min-height: 350px;  
  background: url(../images/5.png) no-repeat right top #94d0e6;
  float: left;
  position: relative;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.login_img span{
  width: 300px;
  height: 300px;
  margin: 20px auto;
  display: block;
}
.login_img span img{
  width: 200px;
  margin-top: 10px;
  margin-left: 50px;
}
.login_img h4{
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #666;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.login_left{
  width: 450px;
  height: 100%;
  min-height: 350px;
  background: #fff;
  position: relative;
  float: right;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.login_left span{
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 52%;
  margin-top: -150px;
}
.form input{
  width: 290px;
  height: 40px;
  font-size: 16px;
    padding-left: 10px;
    /*border: none;*/
    border: 2px solid #dedcdc;
    background: #eef5fd;
    color: #333;
    margin-bottom: 20px;
}
.form .codeImg{
    width: 73px;
    height: 35px;
    position: absolute;
    top: 168px;
    right: 2px;
    z-index: 99;
    cursor: pointer;
}
.form input::placeholder{
    color: #999;
    font-size: 16px;
    padding-left: 10px;
}
.confirm{
    height: 0;
    overflow: hidden;
    transition: .25s;
}
.tit{
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 20px;
}
.btn{
  width:140px;
  height: 40px;
  background: #3d94c8;
  font-size:16px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
  transition: .25s;
  border-radius: 50px;
}
.login_left a{
  text-decoration: none;
  color: #fff;
  display: block;
  margin-top: 30px;
  font-size: 18px;
}
.footer{
  height: 14.9%;
  overflow: hidden;
  background: #f5f5f5;
  border-top: 1px solid #dedcdc;
  box-shadow: darkgrey 10px 10px 30px 5px ;
}
.footer p,.footer ul{
  height: 60%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #333;
  overflow: hidden;
}
.footer ul li{
  /*float: left;*/
  margin: 0 5%;
  margin-top: 2%;
}
.footer ul li em,.footer p em{
  margin: 0 15px;
}



