﻿
body
{
    margin:0;
    padding:0;
}

.w
{
    width:990px;
    margin:0 auto
}

#logo
{
    height: 50px;
    margin-top:10px;
    background: url(../../images/login2/bg_title.png) 0px 0px no-repeat;
}

#logo b
{
    display:block;
    height:40px;
    position:absolute;
    top:20px;
    color: Gray;
    font-size:36px;
    cursor: pointer;
    margin-left:220px;
}

#footer-2016
{
    margin-top: 10px;
    margin-bottom: 10px;
    font: 12px/150% Arial,Verdana,"\5b8b\4f53";
    color: #666;
    text-align: center;
}

#footer-2016 .copyright
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#footer-2016 .links
{
    margin-right: 10px;
}
#footer-2016 .links a
{
    margin-left: 10px;
    margin-right: 10px;
    color: #666;
    text-decoration: none;
}

.login-banner
{
    background-color: #427CAA;
    background-repeat:no-repeat!important; 
    z-index: 0;
    /*background: -webkit-linear-gradient(top, #A66937, #8E5526);*/
}
#banner-bg
{
    background-color: #427CAA;
    background: url(../../images/login2/bg_mid.png) 0px 0px no-repeat;
    background-size: cover!important; 
    background-position:center left!important;
    z-index: 0;
}

.login-wrap .i-inner
{
    position:relative;
    z-index:8;
    height:475px;
}

.login-wrap {
    position: relative;
    height: 475px;
    margin: 10px 0 20px;
    z-index: 5;
}

/* 定义登录窗口的位置 */
.form
{
    padding:20px;
    z-index:9;
    border:2px solid transparent;
    border-radius:3px;
    background-color: #FFFFFF;
    position:relative;
    float:right;
    top:100px;
    right:10px;
    width:304px;
    height:240px;
}

.btn-img
{
    border:1px solid #6fb3e9;
    display:block;
    width:302px;
    background:#6fb3e9;
    height:41px;
    line-height:41px;
    color:#fff;
    font-size:20px;
    font-family:'Microsoft YaHei';
    text-align:center;
    text-decoration: none;
}
.btn-img:hover
{
    background:#427CAA;
}

.form .itxt {
    line-height: 18px;
    height: 18px;
    border: 0;
    padding: 10px 0 10px 50px;
    width: 254px;
    float: none;
    overflow: hidden;
    font-size: 14px;
    font-family: '\5b8b\4f53';
}

.form .item-fore1 {
    z-index: 6;
}

.form .item-fore1, .form .item-fore2 {
    border: 1px solid #bdbdbd;
    height: 38px;
    width: 304px;
}

.form .item {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.form .item .login-label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-right: 1px solid #bdbdbd;
    background: url(../../images/login2/pwd-icons-new.png) no-repeat;
}

.form .item .name-label {
    background-position: 0 0;
}


.form .item-fore1 .clear-btn, .form .item-fore2 .clear-btn {
    position: absolute;
    z-index: 20;
    right: 6px;
    top: 12px;
    width: 14px;
    height: 14px;
    background: url(../../images/login2/pwd-icons-new.png) -25px -143px no-repeat;
    cursor: pointer;
    display: none;
}

.form .item-fore2 {
    height: 38px;
}

.form .item-fore1, .form .item-fore2 {
    border: 1px solid #bdbdbd;
    height: 38px;
    width: 304px;
}

.form .item .pwd-label {
    background-position: -48px 0;
}

#sloginpwd, .form .item-fore2 #sloginpwd {
    position: absolute;
    display: block;
    z-index: 3;
    top: 2px;
    left: 49px;
    width: 254px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.form input[type=password] {
    font-family: Tahoma,Helvetica,Arial;
}

.form .item-fore1 .capslock, .form .item-fore2 .capslock {
    position: absolute;
    z-index: 4;
    display: none;
    width: 106px;
    top: 28px;
    left: 50px;
    padding-left: 26px;
    height: 26px;
    line-height: 28px;
    overflow: hidden;
    background: url(../../images/login2/capslock.png) no-repeat;
}

.form .item-fore3 {
    z-index: 5;
    margin-bottom: 15px;
}

.login-form .login-box .safe {
    position: relative;
    color: #666;
}

.login-form .login-box .safe span {
    margin-right: 15px;
}

.form .jdcheckbox, .form .jdradio {
    float: none;
    vertical-align: middle;
    _vertical-align: -1px;
    margin: 0 3px 0 0;
    padding: 0;
}

.login-form .login-box .safe .forget-pw-safe {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}



