﻿*{ padding: 0; margin: 0;}
a,a:hover{text-decoration: none;}
li{ list-style: none;}
body{ background: #f2f2f4; font-family: "微软雅黑"; min-width: 1300px; font-size: 14px; height: 100%; overflow: hidden;}
.login_header{ width: 100%; height: 80px; line-height: 80px; background: #fff;}
.login_header img{ float: left; height: 59px; display: block; margin: 10px 15px 0 20px;}
.login_header h2{ font-weight: 500; font-size: 24px; line-height: 80px; float: left;}
.loginBg{ background: url("../Images1/loginbg.jpg") no-repeat; width: 100%; height: 100%; position:fixed; left: 0; top: 80px; right: 0; bottom: 80px; background-size: cover;}
.loginBox{ width: 300px; height: 250px; padding: 15px 20px; background: #fff; border-radius: 4px; box-shadow: 2px 3px 3px #333; position: absolute; right: 25%; top: 30%;}
.loginBox h4{ font-size: 20px; margin-top: 15px;}
.loginBox input{ border: 1px solid #e4e4e4; height: 40px; width: 100%; font-size: 14px; margin-top: 20px;border-radius: 1px; text-indent: 40px;}
.loginBox input:focus{border: 1px solid #71a6f0;}
.loginBox input.user{ background: url("../Images1/user.png") no-repeat 10px center;}
.loginBox input.pw{ background: url("../Images1/pw.png") no-repeat 10px center;}
.loginBox button{ height: 42px; width: 100%; margin-top: 25px; background: #0d68e6; border:none; color: #fff;font-size: 18px; border-radius: 3px; cursor:pointer;}
.login-footer{ color: #8f8f8f; text-align: center; background: #fff; position: fixed; left: 0; bottom: 0; right: 0; width: 100%; height: 35px; line-height: 35px;}
