﻿@charset "utf-8";
body,h3,h4,li,ul,form,input,select,p,dl,dd,dt { margin: 0px; padding: 0px;}
input{ border:none;}
ul,li,dl,dd{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none; out-line: none; color:#fff; font-size:14px;}

body{ background-color:#fafafa;}
.login{ font-size:16px; width:100%;}
.login .head{ width:1000px; height:90px; margin:0 auto; padding-top:40px; color:#666;}
.login .head .logo{ background:url(images/login_logo.png) no-repeat; width:180px; height:70px; left:35px; float:left; background-size: contain;}
.login .head span{ height:70px; line-height:70px;}
.login .content{ width:100%; height:488px; background:url(images/login_bg.png) no-repeat;background-size: cover;background-position-y: 100%;}
.login .content .main{ width:1000px; margin:0 auto;}
.login .content .left{ background:url(images/login_pic.png) no-repeat; width:540px; height:450px; float:left;}
.login .content .right{ float:right; padding-top:84px; height:350px;}
.login .content .right .login_k{ background:url(images/loginarea_bg.png) no-repeat; width:400px; height:450px; }
.login .content .right .login_k ul{ padding-top:80px; padding-left:30px;}
.login .content .right .login_k li{ height:54px; width:305px; }
.login .content .right .login_k li input{ height:44px; line-height:44px; width:265px; padding-left:40px; color:#1e69a0; }
.login .content .login_k .date{ background:url(images/input_date.png) no-repeat;}
.login .content .login_k .username{ background:url(images/input_username.png) no-repeat;}
.login .content .login_k .password{ background:url(images/input_pwd.png) no-repeat;}
.login .content .login_k .error{ color:#ff0000; font-size:12px; width:305px; text-align:center; height:20px; line-height:14px;}
.login .content .login_k .button{ background:url(images/btn_login.png) no-repeat; width:305px; height:44px; line-height:44px;}
.login .content .login_k .button_login{ background:url(images/btn_logining.png) no-repeat; width:305px; height:44px; line-height:44px;}
.login .content .login_k .button_ensure{ background:url(images/btn_ensure.png) no-repeat; width:305px; height:44px; line-height:44px;}
.login .content .login_k .button a{ width:305px; height:44px; line-height:44px; display:block;}
.login .footer{ color:#666; text-align:center; height:60px; line-height:60px;}