*{ margin: 0; padding: 0; list-style: none;}
html,body{ height: 100%; font-family: 'Microsoft YaHei';}
header{ height: 70px; width: 100%;}
header .logo{ float: left; margin-left: 28px; height: 70px;}
header .logo img{ display: inline-block; height: 44px; margin-top: 13px;}
header .tel{ float: right; height: 70px; line-height: 70px; }
header .tel img{ display: inline-block; height: 24px;}
header .text{ float: right; height: 70px;color: #6d6e6d; font-size: 20px; line-height: 70px; margin-right: 36px; margin-left: 20px;}

main{background:url("/images/banner/bg1.png") no-repeat center center;
    width: 100%;
    height:-moz-calc(100% - 120px);
    height:-webkit-calc(100% - 120px);
    height: calc(100% - 120px);
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    position: absolute;
    overflow: hidden;}
.error{ position: absolute; color: #DC143C; font-size: 14px; text-align: left;}

footer{ position: absolute; width: 100%; bottom: 0; left: 0; height: 48px; line-height: 48px; font-size: 16px; color: #6d6e6d; text-align: center;}
footer img{ display: inline-block; height: 18px;}

.login{ height:300px;width:300px;padding: 20px;background-color:#fff;border-radius: 4px;position:absolute;left: 80%;top: 40%; margin:-150px 0 0 -150px;z-index:99;}
.login h1{ text-align:center; color:#6d6e6d; font-size:24px; margin-bottom:20px; }
.form_code{ position:relative; }
.form_code .code{ position:absolute; right:0; top:1px; cursor:pointer; }
.login_btn{ width:100%; background-color:#439fe0}