body{
    margin:0 auto;
    padding:0;
    font-size:12px;
    line-height:24px;
    font-family:"Microsoft YaHei";
    height:100%;
    width:100%;
    float:left;
    background:#e1e4e5;
    overflow:hidden;
}
html,body{
    height: 100%;
}
form,ul,li,ol,li,dl,dt,dd,img,p,h1,h2,h3,h4,h5,h6,input{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
    font-size:12px;
}
input,select{
    font-size:12px;
}
img{
    border:0;
}
ul,li{
    list-style-type:none;
}
strong{
    font-weight:normal;
}
em{
    font-style:normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}a{
    color:#393939;
    text-decoration:none;
    cursor:pointer;
}
a:hover{
    color:#333;
    text-decoration:underline;
}
.login_bg{
    position:absolute;
    z-index:-1;
    width:100%;
    top:25%;
    height:267px;
    background:#0197d6 url(../../images/login_bg.jpg) no-repeat;
}
.input{
    float:left;
    width:310px;
    height:50px;
    border-radius:5px;
    position:relative;
}
.input span {
    position: absolute;
    margin: 12px 0 0 15px;
    left: 0;
    float: left;
    z-index: 10;
}
.Con_r{
    float:left;
    width:360px;
    min-height:440px;
    background:#fff;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    position: relative;
    left: 50%;
    margin-left: -180px;
    top: 40%;
    margin-top: -220px;
}
.m_t{
    margin-top:100px;
}
.Con_r .title{
    height:10px;
    width:100%;
    background:#006cc4;
}
.Con_r .logo{
    margin:0 auto;
    margin-top:47px;
    width:197px;
    height:38px;
    text-align:center;
}
.logo img{height: 80px;}
.Con_r ul{
    width:310px;
    margin:0 auto;
    margin-top:50px;
}
.Con_r ul li .input{
    float:left;
    width:310px;
    height:50px;
    border-radius:5px;
    position:relative;
}
.Con_r ul li{
    float:left;
    font-size:14px;
    color:#333;
    margin-bottom:40px;
}
.Con_r ul li div{
    float:left;
}
.Con_r ul li em{
    margin-left:14px;
}
.input input {
    width: 100%;
    /* width: 240px; */
    box-sizing: border-box;
    float: right;
    height: 50px;
    padding-left: 70px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 50px;
    position: absolute;
    left: -47px;
    z-index: 9;
}
.input1{
    width:172px;
    overflow:hidden;
    height:28px;
    margin-left:48px;
    line-height:28px;
    border:0;
    background:none;
}
.input2{
    width:172px;
    overflow:hidden;
    height:28px;
    margin-left:48px;
    line-height:28px;
    border:0;
    background:none;
}
.input_b{
    width:310px;
    height:50px;
    float:left;
    margin-left:27px;
    display:inline;
    margin-top:50px;
}
.input_c {
    float: left;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: right;
    padding: 20px 22px 0 0;
    box-sizing: border-box;
    color: red;
}
.submit {
    width: 153px;
    height: 50px;
    line-height: 50px;
    margin-top: 1px;
    border: 0;
    margin: 0 auto;
    background: #007ddb;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #fff;
    cursor: pointer;
}

#bottom_layer {
  width: 100%;
  min-width: 1250px;
  position: fixed;
  z-index: 302;
  bottom: 0;
  left: 0;
  height: 40px;
  overflow: hidden;
  zoom: 1;
  margin: 0;
  background-color: #fbfbfb;
  text-align: left;
  line-height: 40px;
}

#bottom_layer .s-bottom-layer-right {
  float: right;
  color: #bbb;
}

#bottom_layer .lh {
  display: inline;
  margin-right: 20px;
}
