
/*登录*/
body{ background: url(../images/bg-01.jpg) no-repeat;}
.loginMain{ width:934px; height: 600px; background: #fff; box-shadow: 0px 0px 80px #ccc; position: fixed; top: 50%; left: 50%; margin: -300px 0 0 -505px;}
.loginLeft{ width:464px; float: left; height: 600px; background: url(../images/bg-02.jpg) no-repeat; display: inline-block;}
.loginLeft .logo{float: right;margin: 86px 74px; width: 226px;}
.loginRight{ width: 470px; display: inline-block; float: right;}
.loginTitle{ width: 100%; display: inline-block; padding:110px 0 100px; font-size: 38px; text-align: center;}
.loginTitle i{ position: relative; color: #333;}
.loginTitle i:before{ border-bottom:3px solid #333; position: absolute; bottom: -8px; left: 12px; right: 12px; content: '';}
.loginList{ padding: 0 50px;}
.loginList li{ border-radius: 5px; position: relative; overflow: hidden; border: 1px solid #dcdddd;height:48px; margin-bottom: 25px;}
.loginList li .leftText{ width:45px; text-align: center; display: inline-block; float: left; font-size: 20px;margin-top: 12px;color: #999;}
.loginList li .InputText{ height: 20px; margin:14px 0; border: none; background: #fff; font-size: 14px; color: #333; width: 280px;}
.loginBtn{ width:100%; display: inline-block; text-align: center; margin: 60px 0 0;}
.loginBtnCon{ border: 1px solid #dcdddd; display: inline-block; width: 370px; height: 48px; line-height: 48px; border-radius: 5px; color: #333;}
.loginBtnCon:hover{ color: #e24540; border: 1px solid #e24540;}
.loginClose{ position: absolute; top: 0; right: 0; padding: 15px 10px 15px 10px; color: #999; font-size: 18px; cursor: pointer;}
.loginClose:hover{ color: #ff0000;}
