﻿/*登录页*/
* {
    font-family:'Microsoft YaHei';
}
body, h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
    padding: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #999;
    border:0!important;  
}
input,textarea,select,a:focus {
outline: none;

}
li {
    list-style: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#form1 {
    height: 100%;
}

.loginbg {
    background-color: #1736c8;
}

.login_cont {
    width: 100%;
    height: 100%;
    position: relative;
}

.t_l_login {
    position: absolute;
    left: 2%;
    top: 0;
}

.t_r_login {
    position: absolute;
    right: 1.5%;
    top: 0;
}

.b_l_login {
    position: absolute;
    bottom: 0;
    left: -5.5%;
}

.b_r_login {
    position: absolute;
    right: 1.5%;
    bottom: 0;
}

.container_l {
    width:960px;
    margin: 0 auto;
    height:520px;
    position: relative;
    background-color:#fff;
    overflow:hidden;
}
.llogin {
    float:left;
    width:624px;
    height:100%;
    background:url(images/icon/llogin.png) center center no-repeat;
    background-size:100% 100%;
    position:relative;
}
    .llogin h1 {
    font-size:22px;
    color:#fff;
    position:absolute;
    left:39px;
    bottom:60px;
    font-weight:normal;
    }
      .llogin p{
    font-size:11px;
    color: rgba(255, 255, 255, 0.5);
    left:39px;
    bottom:38px;
    position:absolute;
    }
.login_tit {
    width:553px;
    text-align: center;
    margin:0 auto;
    margin-bottom:40px;
}

    .login_tit img {
           width: 89%;
    margin: 0 auto;
    display: block;
    }

    .login_tit span {
        font-size: 14px;
        color: #fff;
        background: url(images/icon/skin.png) no-repeat left center;
        padding-left: 20px;
    }
.loginform {
float: left;
    border-top: 4px solid #df5959;
    width: 336px;
    height:516px;
}
    .loginform ul,.button{
       margin:0 42px;
    }
.button {
margin-top:19px;
}
        .loginform ul li {
        height:60px;
        }
 .loginform ul .with-line {
    font-size:16px;
    color: #333;
    font-weight: normal;
    text-align: left;
    font-weight:bold;
    height:auto;
    margin-bottom:23px;
}
.inputbg {
    width: 100%;
    margin: 0 auto;
    height:46px;
}

    .inputbg input[type=text], .inputbg input[type=password] {
        padding: 12.5px 0px;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    border: none!important;
    border-bottom: 1px solid #c7ced9!important;
    padding-left: 45px;
    background-position: 16px center;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #999;
    box-shadow: none;
    font-size:15px;
    margin-bottom:15px;
    background-color:#fff!important;
    }
    input:-ms-input-placeholder{color:#999999;} 
    input::-webkit-input-placeholder{color:#999999;}
    input::-moz-placeholder{color:#999999;}
    input:-moz-placeholder{color:#999999;}

.li02 {
    margin-bottom: 6%!important;
    font-size: 13px;
    color: #9ae7e0;
}

.loginbtn {
       width: 100%;
    background-color: #df5959;
    color: #fff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
}

.name_span {
    background-image: url("images/icon/yhm.png");
    display: inline-block;
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    height:100%;
}

.password_span {
    background-image: url(images/icon/pass.png);
    display: inline-block;
   width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    height:100%;
}
.losao {
text-align:center;
margin:0 42px;
position:relative;
height:322px;
margin-top:78px;
}
.wechat {
    color: #555;
    font-size: 15px;
    position:relative;
    top:16px;
}
    .wechat img {
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    }
.loginformcont {
    position: relative;
    height: 324px;
    margin-top: 76px;
}
.losa {
    position: absolute;
    right: 2px;
    top: -43px;
    height: 12%;
    cursor:pointer;
}
.otherchoose {
    margin: 0 42px;
}
    .otherchoose h1 {
    font-size:12px;
    color:#999;
    font-weight:normal
    }
    .otherchoose dl {
    overflow:hidden;
    border-right:1px solid #f2f3f7;
    width:108px;
    }
    .otherchoose dt {
    float:left;
    width:53px;
    text-align:center;
    font-size:12px;
    color:#999;
    cursor:pointer;
    border-left:1px solid #f2f3f7;
    }
.saoli {
    padding-top:27px;
    background: url(images/icon/lpic1_pre.png) top center no-repeat;
}
.passli {
    padding-top:27px;
    background: url(images/icon/lpic2_pre.png) top center no-repeat;
}
.saoli:hover,.otherchoose .saolisel {
     background: url(images/icon/lpic1.png) top center no-repeat;
     color:#df5959;
}
.passli:hover,.otherchoose .passlisel {
     background: url(images/icon/lpic2.png) top center no-repeat;
     color:#df5959;
}
.losao .with-line {
    margin-bottom: 25px;
    font-size: 16px;
    color: #555;
    font-weight: bold;
}