/*响应式分布*/
/*1024~1366分辨率*/
@media screen and (min-width: 980px) {

/*}*/
/*!*1366~1600分辨率*!*/
/*@media screen and (min-width: 1346px){*/
    .login-logo{
        height: 20px;
        background-image: url(../../img/login-bg.png);
        background-repeat: repeat-x;
    }
    .r-logo{
        margin:0 auto;
        display: block;
        margin-top: 100px;
        width: 240px;
    }
    .login-content{
        width: 1000px;
        margin:0 auto;
    }
    .login-content>img{
        /*margin-left:243px;*/
        margin-top: 110px;
        height: 424px;
    }
    .login{
        /*margin-right: 340px;*/
        margin-top: 30px;
        box-sizing: border-box;
        width: 400px;
        height: 356px;
        border-radius: 8px;
        border:1px solid #e2f2f7;
        box-shadow: 1px 1px 16px 4px rgba(0,0,0,0.1);
        position: relative;
        z-index: 999;
    }
    .title{
        font-size:24px;
        line-height: 24px;
        font-weight:600;
        color: #1e478c;
        border-bottom:3px solid #1e478c;
        height: 72px;
    }
    .title img{
        float: left;
        margin-top: 30px;
        margin-left: 56px;
    }
    .title p{
        float: left;
        margin-top: 32px;
        margin-left: 18px;
    }
    .login>p{
        font-size: 16px;
        color: #5c6573;
        line-height: 16px;
        margin-left: 60px;
        margin-top: 25px;
    }
    .login>input{
        box-sizing: border-box;
        width: 280px;
        border: 1px solid #eaeaea;
        font-size: 12px;
        line-height: 18px;
        margin-left: 60px;
        margin-top: 10px;
        border-radius: 4px;
        padding:9px 0 9px 16px;
        box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
    }
    h4{
        width: 280px;
    }
    .login>button{
        width: 280px;
        height: 38px;
        border:none;
        display: block;
        margin:0 auto;
        margin-top: 30px;
        text-align: center;
        color: #ffffff;
        font-size:16px;
        letter-spacing: 10px;
        border-radius: 4px;
        line-height: 38px;
        background-color: #3460a9;
    }
    canvas{
        position: absolute;
        top:0;
        left: 0;
    }
    footer{
        height: 24px;
        border-top: 1px solid #e2e2e2;
        font-size: 12px;
        background-color: #e8ebef;
        line-height: 24px;
        color: #a0a4ab;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    footer>div{
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        width: 760px;
        margin:0 auto;
    }
}
/*1600~1920分辨率*/
@media all and (min-width: 1580px){
    .login-logo{
        height: 25px;
        background-image: url(../../img/login-bg.png);
        background-repeat: repeat-x;
    }
    .r-logo{
        margin:0 auto;
        display: block;
        margin-top: 167px;
        width: 280px;
    }
    .login-content{
        width: 1120px;
        margin:0 auto;
    }
    .login-content>img{
        /*margin-left:243px;*/
        margin-top: 134px;
        height: 490px;
    }
    .login{
        /*margin-right: 340px;*/
        margin-top: 30px;
        box-sizing: border-box;
        width: 400px;
        height: 356px;
        border-radius: 8px;
        border:1px solid #e2f2f7;
        box-shadow: 1px 1px 16px 4px rgba(0,0,0,0.1);
        position: relative;
        z-index: 999;
    }
    .title{
        font-size:24px;
        line-height: 24px;
        font-weight:600;
        color: #1e478c;
        border-bottom:3px solid #1e478c;
        height: 72px;
    }
    .title img{
        float: left;
        margin-top: 30px;
        margin-left: 56px;
    }
    .title p{
        float: left;
        margin-top: 32px;
        margin-left: 18px;
    }
    .login>p{
        font-size: 16px;
        color: #5c6573;
        line-height: 16px;
        margin-left: 60px;
        margin-top: 25px;
    }
    .login>input{
        box-sizing: border-box;
        width: 280px;
        border: 1px solid #eaeaea;
        font-size: 12px;
        line-height: 18px;
        margin-left: 60px;
        margin-top: 10px;
        border-radius: 4px;
        padding:9px 0 9px 16px;
        box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
    }
    h4{
        width: 280px;
    }
    .login>button{
        width: 280px;
        height: 38px;
        border:none;
        display: block;
        margin:0 auto;
        margin-top: 30px;
        text-align: center;
        color: #ffffff;
        font-size:16px;
        letter-spacing: 10px;
        border-radius: 4px;
        line-height: 38px;
        background-color: #3460a9;
    }
    canvas{
        position: absolute;
        top:0;
        left: 0;
    }
    footer{
        height: 42px;
        border-top: 1px solid #e2e2e2;
        font-size: 16px;
        background-color: #e8ebef;
        line-height: 41px;
        color: #a0a4ab;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    footer>div{
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        width: 760px;
        margin:0 auto;
    }
}
/*!*1920以上分辨率*!*/
@media screen and (min-width: 1900px){
    .login-logo{
        height: 30px;
        background-image: url(../../img/login-bg.png);
        background-repeat: repeat-x;
    }
    .r-logo{
        margin-top: 100px;
        width: 450px;
    }
    .login-content{
        width: 1340px;
        margin:0 auto;
    }
    .login-content>img{
        /*margin-left:243px;*/
        margin-top: 134px;
        height: 590px;
    }
    .login{
        /*margin-right: 340px;*/
        margin-top: 50px;
        box-sizing: border-box;
        width: 480px;
        height: 510px;
        border-radius: 8px;
        border:1px solid #e2f2f7;
        box-shadow: 1px 1px 16px 4px rgba(0,0,0,0.1);
        position: relative;
        z-index: 999;
    }
    .title{
        font-size:24px;
        line-height: 24px;
        font-weight:600;
        color: #1e478c;
        border-bottom:3px solid #1e478c;
        height: 88px;
    }
    .title img{
        float: left;
        margin-top: 42px;
        margin-left: 72px;
    }
    .title p{
        float: left;
        margin-top: 42px;
        margin-left: 18px;
    }
    .login>p{
        font-size: 16px;
        color: #5c6573;
        line-height: 16px;
        margin-left: 72px;
        margin-top: 30px;
    }
    .login>input{
        box-sizing: border-box;
        width: 334px;
        border: 1px solid #eaeaea;
        font-size: 12px;
        line-height: 18px;
        margin-left: 72px;
        margin-top: 11px;
        border-radius: 4px;
        padding:9px 0 9px 16px;
        box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
    }
    h4{
        width: 332px;
    }
    .login>button{
        width: 332px;
        height: 46px;
        border:none;
        display: block;
        margin:0 auto;
        margin-top: 35px;
        text-align: center;
        color: #ffffff;
        font-size:18px;
        letter-spacing: 10px;
        border-radius: 4px;
        line-height: 46px;
        background-color: #3460a9;
    }
    canvas{
        position: absolute;
        top:0;
        left: 0;
    }
    footer{
        height: 42px;
        border-top: 1px solid #e2e2e2;
        font-size: 16px;
        background-color: #e8ebef;
        line-height: 41px;
        color: #a0a4ab;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    footer>div{
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        width: 760px;
        margin:0 auto;
    }
}