@CHARSET "UTF-8";
body { background-color:#354052; font-size:14px; color:#333; font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif; }
input{height:22px;}
input[type=checkbox]{ vertical-align: middle;height:auto;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}

.lform{ margin:10% auto 0; width:562px; height:360px; background-color:#fff; position: relative;}
.lheader{ height:70px; background-color:#f7f7f7; border-bottom: 1px solid #efefef;}
.lheader h4{ line-height:70px;color:#2e67bc;font-size:22px;text-align: center;}

.lmain{  height: 212px; padding:10px; }
.lmain table{ border:none;border-collapse: inherit;}
.lmain table td{margin-top:3px;}
.lmain table tr th{ min-width:60px; height:28px; font-weight:normal;}
.lmain table tr td{ min-width:120px; height:28px; }
.lmain .rem{ display: inline-block; vertical-align: middle; cursor:pointer;padding-left:3px; color: #4D4D4D}

.lbottom {
    text-align: center;
    padding: 10px 0;
    background-color: #f7f7f7;
    bottom: 0;
    position: absolute;
    width: 562px;
}

.formleft{float: left;width: 50%;text-align: center;vertical-align: middle;padding-top:24px; }
.formright{ float:right; width: 50%;padding-top: 28px;}
.formbox p{line-height: 32px;}
.formbox p.input{line-height:62px;}
.formbox p.rem{color:#333;}
.formbox p.href{margin-top:10px;}
.formbox p a{color:#989898;text-decoration: none;}
.formbox p a:hover{color:#7b7b7b;text-decoration: underline;}

.formbox .itext{width:190px;}
.formbox .passwd{background: #fff url(./../images/keyboard.png) no-repeat 170px;background-size: 24px 22px;}
.formbox .subbtn{width:202px;height: 32px;cursor:pointer;background-color:#009DD9;color:#fff;border:none;outline:none;}
.formbox .subbtn:hover{background-color:#0a89b9;}