﻿html, body, div, p, h1, header, section, footer, form { margin: 0; padding: 0; }
    html, body, #wrapper, form, header > div, section > div, footer > div { height: 100%; }
html, body, form, header, section, footer { width: 100%; }
html, form { overflow: hidden; }
body { background-color: #f3f8fa; overflow-y: auto; }
#wrapper { min-width: 1200px; min-height: 700px; }
.inner-box { width: 78%; min-width: 1000px; margin: 0 auto; }
/*页头*/
header { height: 90px; text-align: center; }
#divHeaderLogo, #divHeaderTitle { float: left; height: 60px; padding-top: 30px; text-align: left; }
#divHeaderLogo { width: 220px; overflow: hidden; }
#divHeaderTitle { width: calc(100% - 225px); line-height: 60px; font-size: 22px; }
/*表单区*/
#divBody { height: 60%; min-height: 570px; background-image: -moz-linear-gradient(top, #3da6bc, #b5e7ee); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3da6bc), color-stop(1, #b5e7ee)); background-image: -ms-linear-gradient(top, #3da6bc 0,#b5e7ee 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6ff00', endColorstr='#538300', GradientType='0'); border-top: solid #ccc 1px; border-bottom: solid 1px #ccc; padding: 0; }
    #divBody > .inner-box { height: 100%; background-image: url(/_images/login/bg-login.png); background-repeat: no-repeat; }
    #divBody form { width: 340px; height: 400px; background: #fff; float: right; border-radius: 5px; }
    #divBody h2 { height: 48px; line-height: 48px; font-size: 18px; color: #666; border-bottom: solid 1px #ccc; font-weight: normal; margin: 0; padding-left: 0.5em; }
    #divBody .inner-div { margin-top: 50px; }
.form-item { height: 65px; font-size: 13px; color: #666; text-align: right; padding-right: 2.5em; }
    .form-item label { margin-right: 1em; }
    .form-item input[type='text'], .form-item input[type='password'] { border-radius: 3px; border: solid 1px #ddd; height: 25px; width: 215px; font-size: 20px; }
.left-align { text-align: left; padding-left: 6.5em; }
.form-item input[type='button'] { border-radius: 5px; background: #00a6c0; border: none; color: #fff; height: 30px; width: 80%; }
.error-tip { color: #f00; font-size: 12px; }

#txtCaPsw { border-radius:5px; border:solid 1PX #CCC; height:30px; line-height:30px; margin:20px 0 0 20px; font-size:18px; }

@media screen and ( max-width:1650px ) {
    #divBody > .inner-box { background-position: 45px center; }
    #divBody form { margin-right: 75px; }
}

@media screen and ( min-width:1651px) and ( max-width:1920px) {
    #divBody > .inner-box { background-position: 215px center; }
    #divBody form { margin-right: 75px; }
}

@media screen and ( min-width: 1921px ) {
    #divBody > .inner-box { background-position: center center; }
    #divBody form { margin-right: 140px; }
}

@media screen and ( max-height:1000px ) {
    #divBody form { margin-top: 90px; }
}

@media screen and ( min-height: 1001px ) {
    #divBody form { margin-top: 120px; }
}
/*页脚*/
footer { height: 35px; line-height: 35px; text-align: center; position: absolute; left: 0; bottom: 0; font-size: 13px; color: #444; font-weight: lighter; }

.clear { height: 0; width: 0; float: none; clear: both; overflow: hidden; }
