@charset 'UTF-8';
html
{
    background: #f5fafd;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td
{
    margin: 0;
    padding: 0;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,
img
{
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
{
    font-weight: 400;
    font-style: normal;
}
li
{
    list-style: none;
}
caption,
th
{
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 100%;
    font-weight: 400;
}
q:before,
q:after
{
    content: '';
}
abbr,
acronym
{
    border: 0;
    font-variant: normal;
}
sup
{
    vertical-align: text-top;
}
sub
{
    overflow: hidden;
    vertical-align: text-bottom;
}
input,
textarea,
select
{
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    resize: none;
}
legend
{
    color: #000;
}
body
{
    color: #444;
    font-family:'Microsoft YaHei','helvetica neue',arial,sans-serif;
    font-size: 14px;
}
table
{
    font-size: inherit;
}
pre,
code,
kbd,
samp,
tt
{
    font-family: monospace;
    line-height: 100%;
}
em
{
    font-style: italic;
}
strong
{
    font-weight: 700;
}
h1
{
    margin: 32px 0 11px;
    padding: 0 0 12px;
    text-shadow: 0 1px rgba(255,255,255,.9);
    font-size: 28px;
    line-height: 1.1em;
}
h2
{
    padding: 0 0 8px;
    font-size: 21px;
}
h1,
h2
{
    font-weight: 700;
    letter-spacing: -.0125em;
}
h3
{
    font-size: 1.5em;
    font-weight: 700;
}
p
{
    margin: 0 0 .8em;
    line-height: 1.35em;
}
a
{
    color: #222;
    outline: 0;
    text-decoration: none;
}
a.text-meta .invisible
{
    visibility: visible;
    font-size: 0;
    line-height: 0;
}
a:hover
{
    color: #9a0000;
    text-decoration: underline;
}
textarea
{
    overflow: auto;
}
textarea
{
    display: inline-block;
    padding: 6px 10px;
    width: 250px;
    color: #221919;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
}
.ir
{
    display: block;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -999em;
    direction: ltr;
}
.ir br
{
    display: none;
}
.hidden
{
    display: none!important;
    visibility: hidden;
}
.visuallyhidden
{
    position: absolute;
    overflow: hidden;
    clip: rect(0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
{
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}
.invisible
{
    visibility: hidden;
}
.clearfix:before,
.clearfix:after
{
    display: table;
    content: '';
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    *zoom: 1;
}
.clear
{
    clear: both;
}
.nf
{
    float: none!important;
}
.fr
{
    float: right!important;
}
.fl
{
    float: left!important;
}
.nb
{
    border-width: 0!important;
}
.nbt
{
    border-top-width: 0!important;
}
.nbb
{
    border-bottom-width: 0!important;
}
.nbr
{
    border-right-width: 0!important;
}
.nm
{
    margin: 0!important;
}
.nmt
{
    margin-top: 0!important;
}
.nmb
{
    margin-bottom: 0!important;
}
.nmr
{
    margin-right: 0!important;
}
.fixed
{
    position: fixed!important;
}
.no-select
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*  login  */
.login-bg
{
    position: absolute;
    top: 50%;
    margin: 0 auto;
    margin-top: -240px;
    width: 100%;
    height: 390px;
}
.login-main
{
    margin: 0 auto;
    width: 980;
    height: 390px;
    background: url(../image/login-bg.jpg) 65% 50% repeat-x #2594cd;
}
.login-logo-body
{
    float: left;
    width: 50%;
}
.login-logo-img
{
    float: right;
    margin-top: 100px;
    margin-right: 30px;
}
.login-form-body
{
    float: right;
    width: 50%;
}
.login-form
{
    float: left;
    margin-top: 25px;
    margin-left: 30px;
    padding: 30px 70px 0 70px;
    width: 300px;
    height: 300px;
    border: 6px solid rgba(206,230,243, .5);
    border-radius: 2px;
    background-color: rgba(255,255,255, .98);
}
.login-form-item
{
    margin-bottom: 10px;
    border-radius: 2px;
}
.login-form-item:before
{
    clear: both;
    content: '';
}
.login-form-item:after
{
    clear: both;
    content: '';
}
.login-form-ui-input
{
    width: 270px;
    border: 3px solid #e5e7e8;
}
.login-form-ui-checkCode
{
    width: 276px;
}
.login-form-ui-button
{
    width: 300px;
}
.login-form-label
{
    display: block;
    float: left;
    width: 39px;
    height: 40px;
    border-right: 1px solid #e6e7e8;
    background: #fafafa;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.login-form-input
{
    padding: 10px 5px 10px 5px;
    /* width: calc(100% - (45px + 5px)); */
    width: 215px;
    height: 20px;
    color: #595959;
    border: none;
    background: #fff;
    font-size: 1em;
    line-height: 20px;
    vertical-align: middle;
}
.login-form-checkcode
{
    margin-left: 44px;
    padding: 10px 5px 10px 5px;
    width: 110px;
    height: 20px;
    color: #595959;
    border: none;
    border-radius: 2px;
    background: #fff;
    font-size: 1em;
    line-height: 20px;
    vertical-align: middle;
}
.login-form-label i
{
    color: #999;
    font-size: 1.2em;
}
.login-form-ui-checkcode
{
    display: inline-block;
    margin-left: 40px;
}
.login-form-ui-checkcodeimg
{
    float: right;
    margin-right: 2px;
    padding-left: 10px;
    width: 90px;
    height: 40px;
    border-right: 0 none;
    border-left: 1px solid #e5e7e8;
    border-radius: 2px;
    background: #132;
    background: #fafafa;
    background: none;
    line-height: 40px;
}
.login-form-ui-checkcodeimg img
{
    width: 90px;
    height: 40px;
    border-radius: 2px;
}
.login-form-button
{
    padding: 8px 0;
    width: 108px;
    color: #fff;
    border: 3px solid rgba(71,163,212, .8);
    border-radius: 2px;
    background: #1e8fca;
    font-size: 1.15em;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}
.login-form-button:hover
{
    border: 3px solid rgba(50,127,168, .8);
    background: #1871a2;

}
input.login-form-button[type='button']
{
    margin-left: 45px;
}
input.login-form-button[type='reset']
{
    margin-left: 10px;
}


.wapper{
    
}