.center input[type=submit]html,body{ position:relative; width:100%; height:100%; overflow:hidden;margin:0px;padding:0px;font-size: 14px;}
.top{height: 80px;width: 80%;position: absolute;top: 15%;margin-top: -80px;left: 10%;}
.top .logo{width: 200px;height: 80px;display: inline-block;vertical-align: middle;background: url("logo.png") no-repeat center;background-size: contain}
.top .title{margin-left: -20px;display: inline-block;vertical-align: middle;font-size: 20px;line-height: 50px;text-indent: 20px;border-left: 3px solid #DC5E07}
.center{height: 70%;width: 100%;position: absolute;top: 15%;left: 0px;background: url("loginbg.png") no-repeat center;background-size: cover}
.center .loginBody{   -webkit-animation: flash 3s infinite linear;width: 280px;height: 320px;background: #fff;position: absolute;right: 200px;top: 50%;margin-top: -160px;-moz-border-radius: 3px;border-radius: 3px;}
.center .loginTitle{line-height: 90px;font-size: 20px;text-align: center;}
.center p{width: 80%;height: 35px;border: 1px solid #eee;border-radius: 2px;overflow: hidden;margin: 0px auto 10px;}
.center p input{font-size: 14px;outline: none;line-height: 35px;text-indent: 35px;display: block;margin: 0px auto;border: none;width: 100%}
.center input[type=submit]{line-height: 30px;border:none;width: 80%;margin: 30px auto 15px;display: block;background: #DC5E07;color: #fff;}
.center .login_msg{height:25px; line-height:25px; text-align:center;color:#DC5E07;}
.username{background: url("user.png") no-repeat 9px center;background-size: 20px;}
.password{background: url("pass.png") no-repeat 9px center;background-size: 20px;}

.footer{width: 100%;height: 90px;font-size: 14px;position: absolute;left: 0px;bottom: 0px;text-align: center;background: url("logohm.png") no-repeat center top;background-size: 150px}
@-webkit-keyframes flash{
    0%{box-shadow: 0px 0px 10px #fff;}
    25%{box-shadow: 0px 0px 40px #fff;}
    50%{box-shadow: 0px 0px 80px #fff;}
    75%{box-shadow: 0px 0px 40px #fff;}
    100%{box-shadow: 0px 0px 10px #fff;}
}
@media screen and  (max-width :768px){
 .center .loginBody{left: 50%;margin-left: -140px;right: auto;}
}

/*
body{background:url(loginbg.png) no-repeat;background-size: cover;}
.clearfix { *zoom: 1;}
.clearfix:after {display:block; content:"."; height:0; clear:both; visibility:hidden;}
!**登陆**!
.login_body{width:290px; height:570px; position:absolute; right:10%;top:10%; }
.login_form {margin:0px auto;width:225px;padding-top:200px;}
.login_form input{height:30px; width:213px; line-height:30px; font-size:20px; color:#666; padding:5px; border:1px solid #ccc; background:#FFF;}
.login_form input[type=submit]{height:40px;background:#E52A31; border:1px solid #E42B31; color:#FFF;margin-left: 5px;padding: 0px;}
.login_msg{ height:25px; line-height:25px; text-align:center;color:red;}*/
