﻿<!DOCTYPE html>
/* CSS Document */

body { font-size:12px; font-family:SimSun,Arial;}

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0; list-style:none; background:url(images/login_bg.jpg) fixed center center no-repeat; background-size: cover; width: 100%;}
img { border:none;}
a { text-decoration:none; color:#223D7C;}
/*a:visited { color:#5f789e;}*/
a:hover{text-decoration:underline; color:#cc0033;}
.clear{clear:both;}


/*登录页*/
.warp{margin:0 auto; width:1024px; padding:5px 0;}
.logo{width:340px; height:100px; float:left; margin:150px 0 0 220px; padding:0; border:0; background:url(images/l_logo.png)0 0 no-repeat;}
.lg{width:420px; height:350px; float:left; margin:170px 0 0 10px; background:url(images/box_bg.png)0 0 no-repeat;}

.user{float:left; margin:90px 0 0 50px; width:320px; height:36px; background:url(images/user.png) left 0 no-repeat;border-radius:5px;} 
.user input{ padding:0; height:36px; float:left; margin-left:50px; border:0; width:260px; background:#f5f5f5; padding-left:5px; font-size:14px; line-height:36px;}
.password{float:left; margin:30px 0 0 50px; width:320px; height:36px; background:url(images/password.png) left 0 no-repeat;border-radius:5px;}
.password input{padding:0; height:36px; float:left; margin-left:50px; border:0; width:260px; background:#f5f5f5; padding-left:5px; font-size:14px; line-height:36px;}
.dl_btn{float:left; margin:30px 0 0 50px; border:1px #91d258 solid; border-radius:15px; padding:0; width:320px; height:36px; background:#91d258; color:#fff; font-size:18px; line-height:36px; text-align:center; font-family:'微软雅黑',SimSun,Arial; letter-spacing:0.2em;}