﻿@charset "utf-8";
/* CSS Document */

/*CSS Reset*/
*{font-family:"Microsoft YaHei","Arial"; font-size:14px; color:#333; margin:auto; }
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,ol,li,dl,dt,dd,form,textarea,label,button,input,table,th,tr,td{margin:0; padding:0; }
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,ol,li,dl,dt,dd{display:block; }
h1,h2,h3,h4,h5,h6{font-weight:normal;}
img{border:0 none; outline:none; }
ul,ol,li{list-style:none; }
input{border:none; vertical-align:baseline; outline:none; }
/*input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background-color:rgb(250,255,155); }*/
textarea{overflow:auto; }
table{border-collapse:collapse; border-spacing:0;}
button{overflow:visible;}
a,a:focus{-moz-outline:none; outline:none; ie-dummy:expression(this.hideFocus=true); }
a{text-decoration:none; }



/*电力工程科学技术进步奖申报评审软件系统*/
.loginBg{width:100%; height:840px; background:url(../images/DigitalDesignCompetitionEIMBg.png) no-repeat center center; overflow:hidden; }
.logBody{width:100%; height:680px; background:url(../images/DigitalDesignCompetitionEIMSubBg.png) no-repeat center center; margin:0 auto; overflow:hidden; }
.proTitWrap{margin:60px auto 40px auto; }
.proTit{display:block; width:1086px; padding:11px 0; }
.proTit img{width:804px; height:58px; margin:0 auto; }


.logBg{width:528px; height:528px; background:url(../images/DigitalDesignCompetitionEIMLogBg.png) no-repeat center center; margin:50px auto 0 auto; overflow:hidden; }


.logWrap{margin:120px auto; overflow:hidden; }
.logWrap .user{background:url(../images/UserAndPwdIcon.png) no-repeat 14px -386px; background-color:#fff; }
.logWrap .pwd{background:url(../images/UserAndPwdIcon.png) no-repeat 14px -482px; background-color:#fff; }
.logInputWrap{width:358px;   border-radius:4px; border:solid 1px #036299; margin:0 auto 40px auto; }
.logInput{display:block; width:294px; margin:10px 6px 10px 50px; padding-left:8px; border-left:solid 1px #036299; height:32px; line-height:32px; }
.forgetPwdWrap{margin:0 0 24px 0; }
.forgetPwd{display:block; width:360px; line-height:20px; color:#036299; text-align:right; }
.forgetPwd:hover{color:#3ba3e0; text-decoration:underline; }
.logBtnWrap{margin:0 auto; }
.logBtn{display:block; width:360px; line-height:54px; background-color:#036299; border-radius:4px; text-align:center; color:#fff; font-size:20px; margin:0 auto; cursor:pointer; }
.logBtn:hover{background-color:#3ba3e0; }
