﻿
body
{
    margin:0;
    padding:0;
}

.w {
    max-width: 1366px;
    margin: 0 auto
}

@media(max-width: 320px) {
    .w {
        max-width: 320px;
    }
}

@media(min-width: 320px) {
    .w {
        max-width: 320px;
    }
}

@media (min-width: 360px) {
    .w {
        max-width: 320px;
    }
}

@media (min-width: 576px) {
    .w {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .w {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .w {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .w {
        max-width: 1140px;
    }
}

#logo
{
    height: 70px;
    margin-top:30px;
    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: 20px;
    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;
    margin-bottom: 5px;
    color: #E9E9E9;
}
#footer-2016 .links a
{
    margin-left: 10px;
    margin-right: 10px;
    color: #666;
    text-decoration: none;
    color: #E9E9E9;
}

.yellow-line {
    height: 2px;
    background-color: #06b4f7;
}

.login-banner
{
    background-color: #000000;
    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:601px;
}

.login-wrap {
    position: relative;
    height: 601px;
    margin: 10px 0 20px;
    z-index: 5;
}
/*登录页左边标题*/
.login_til{
    width: 500px;
    height: auto;
    position: absolute;
    top: 150px;
    right: 55%;
    font-size: 30px;
    font-weight: bold;
    line-height: 100px;
    color: #ffffff;
    white-space: nowrap;
    z-index: 9;
}


/* 定义登录窗口的位置 */
.form
{
    padding:20px;
    z-index:9;
    border:2px solid transparent;
    border-radius:3px;
    background-color: #FFFFFF;
    position:relative;
    float:right;
    top:150px;
    /*right:10px;*/
    right:10%;
    width:304px;
    height:280px;
}

.btn-img {
    border: 1px solid #06b4f7;
    display: block;
    width: 302px;
    background: #06b4f7;
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    text-align: center;
    text-decoration: none;
}
.btn-img:hover
{
    background:#06b4f7;
}

.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';
    border:none;
}
.form .itxt:focus {
    outline: 5px auto #06b4f7;
}

.form .item-fore1 {
    z-index: 6;
}

.form .item-fore1, .form .item-fore2 {
    border: 1px solid #bdbdbd;
    height: 48px;
    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;
}

footer {
    width: 100%;
    height: 70px; /* footer的高度一定要是固定值*/
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.item-fore6 {
    height: 25px;
    width: 100%;
    line-height: 14px;
    font-size: 14px;
    opacity: 0.7;
    color: #333;
    cursor: pointer;
}
.item-fore6 li {
    width: 30px;
    line-height: 14px;
    font-size: 14px;
    opacity: 0.7;
    color: #333;
    list-style:none;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

select {
    border: none;
    appearance: none;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    /*设置箭头*/
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAH0lEQVR42mNgoDnQ13f7TwiTpIkkm0hyHkl+YhhQAABcfyjsqSyTLgAAAABJRU5ErkJggg==") no-repeat scroll right center transparent;*/
    padding-right: 14px;
}

/* 手机小屏 */
@media (max-width: 480px) {
    #logo {
        height: 70px;
        margin-top: 30px;
        background: url(../../images/login2/bg_title.png) 0px 0px no-repeat;
        background-size: 100%;
    }

    #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;
        color: #E9E9E9;
    }

    #footer-2016 .links a {
        margin-left: 10px;
        margin-right: 10px;
        color: #666;
        text-decoration: none;
        color: #E9E9E9;
    }

    .yellow-line {
        height: 2px;
        background-color: #06b4f7;
    }

    .login-banner {
        background-color: #000000;
        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: 351px;
    }

    .login-wrap {
        position: relative;
        height: 351px;
        margin: 10px 0 20px;
        z-index: 5;
    }
    /*登录页左边标题*/
    .login_til {
        width: 500px;
        height: auto;
        position: absolute;
        top: 150px;
        right: 55%;
        font-size: 30px;
        font-weight: bold;
        line-height: 100px;
        color: #ffffff;
        white-space: nowrap;
        z-index: 9;
    }


    /* 定义登录窗口的位置 */
    .form {
        text-align: center;
        padding: 20px;
        z-index: 9;
        border: 2px solid transparent;
        border-radius: 3px;
        background-color: #FFFFFF;
        position: relative;
        top: 35px;
        width: 280px;
        height: 280px;
        right: 0;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .btn-img {
        border: 1px solid #06b4f7;
        border-radius: 2px;
        display: block;
        width: 280px;
        background: #06b4f7;
        height: 41px;
        line-height: 41px;
        color: #fff;
        font-size: 20px;
        font-family: 'Microsoft YaHei';
        text-align: center;
        text-decoration: none;
    }

    .btn-img:hover {
        background: #06b4f7;
    }

    .form .itxt {
        line-height: 18px;
        height: 18px;
        border: 0;
        padding: 10px 0 10px 50px;
        width: 230px;
        float: none;
        overflow: hidden;
        font-size: 14px;
        font-family: '\5b8b\4f53';
        border: none;
    }

    .form .itxt:focus {
        outline: 5px auto #06b4f7;
    }

    .form .item-fore1 {
        z-index: 6;
    }

    .form .item-fore1, .form .item-fore2 {
        border: 1px solid #bdbdbd;
        height: 48px;
        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: 39px;
        width: 280px;
    }

    .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: 230px;
        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;
    }

    @media (min-height: 640px) {
        .login-wrap {
            height: 301px;
        }
    }
    @media (min-height: 560px) {
        .form {
            top: 15px;
        }
    }
    @media (min-height: 660px) {
        .form {
            top: 50px;
        }
    }
    @media (min-height: 730px) {
        .form {
            top: 75px;
        }
    }


}



