body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
html{
    height: 100%;
}
a {
    color: #f1bb32;
    text-decoration: none;
}
.m-body{
    position: relative;
    width: 100%;
    height: 100%;
    min-height:780px;
    margin:0px auto;
    background: url(../images/background-1.png) no-repeat #397ada;
}
.banner-img{
    width:600px;
    /* height: 670px; */
    height: 70%;
    position: absolute;
    top: 110px;
    left: 170px;
}
.banner-img img{
    width: 100%;
    height: 100%;
}
.enter {
    width: 420px;
    position: absolute;
    right: 10%;
    top: 20%;
}
.enter-title{
    /*margin-left: 15px;*/
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align:center;
}
.title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    /*margin-left: 20px;
    position: absolute;
    top: 10px;*/
}
.enter-e{
    width: 100%;
    height: 65%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.enter-e p {
    font-size: 26px;
    margin: 20px 0 0 156px;
}
.user input{
    height: 50px;
    width: 320px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin:25px 0 0  50px;
    padding-left: 20px;
    box-sizing: border-box;
    outline:none;
}
::-webkit-input-placeholder {
    color: #999;
    font-size: 18px;}
.user i{
    position: absolute;
    right: 65px;
    top: 98px;
    font-size: 20px;
}
.pass input{
    height: 50px;
    width: 320px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin:25px 0 0  50px;
    padding-left: 20px;
    box-sizing: border-box;
    outline:none;
}
::-webkit-input-placeholder {
    color: #999;
    font-size: 18px;}
.pass i{
    position: absolute;
    right: 65px;
    top: 172px;
    font-size: 22px;
    color: #63494a;
}
.pass i:nth-child(3){
    position: absolute;
    right: 63px;
    top: 50%;
    font-size: 22px;
    color: #63494a;
}
.paw{
    position: relative;
    height: 30px;
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
    margin: 20px 0;
}
.paw input{
    margin: 3px 5px 0 0 ;
}
.paw a{
    float: right;
    margin-right: 55px;
    text-decoration: none;
}
.log-btn{
    height: 50px;
    width: 320px;
    margin:0 0  60px 45px;
    background-color: #3381ff;
    border-radius: 5px;
    border: 1px solid #3381ff;
    font-size: 18px;
    color: #fff;
    outline:none;
}
.log-btn:hover{
    background-color: #2537d8;   
    cursor:pointer;
}

.log-btn[disabled] {
    color: #fff;
    opacity: .5;
}
.log-btn[disabled]:hover {
    color: #fff;
    opacity: .5;
    cursor: default
}

.log-verify{
    width: 200px;
    height: 20px;
    line-height: 20px;
    color: red;
    position: absolute;
    bottom: 30px;
    left: 100px;
    text-align: center;
}
.CompanyName{
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.passed{
    position: relative;
}
    /* 验证码 */
    .txt-check{
        display: block;
        width: 100px;
        height: 44px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 90px;
        }
        .txt-check img{
            border-style: none;
        }
@media screen and (max-width: 1150px ) and (min-width: 450px) {
    .m-body{
        position:relative;
        width:100%;
        height:100%;
        min-height:750px;
    }
    .enter{
        max-width: 370px;
        margin:0px auto;
        position: relative;
        right: 0;
    }
    .banner-img{
        display: none; 
    }
    .enter-title span{
        font-size: 23px;
        margin-top: 10px;
    }
    .enter-e div{
        margin-left: -25px;
    }
    .enter-e p{
        margin: 20px 0 0 136px;
    }
    .user i{
        position: absolute;
        right: 40px;
    }
    .pass i{
        position: absolute;
        right: 40px;
    }
    .passed{
        position: relative;
    }
    /* 验证码图标 */
    .pass i:nth-child(3){
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: 1px;
        font-size: 22px;
        color: #63494a;
    }
    .log-verify{
        width: 200px;
        height: 20px;
        line-height: 20px;
        color: red;
        position: absolute;
        left: 100px;
    }
    .paw a{
        margin-right: 10px;
    }
    .CompanyName{
        width: 380px;
        color: #fff;
        position: absolute; left: 50%;
        bottom: 20px;
        margin-left: -190px;
    }
    .CompanyName a{
        width:100%;
        display:block;
    }
    /* 验证码 */
    .txt-check{
        width: 100px;
        height: 44px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 70px;
        background-color: #c6d8f4;
    }
    .txt-check img{
        border-style: none;
    }
}
@media screen and (max-width: 450px){
    html{
        height: 100%;
        width: 100%;
    }
    .banner-img{
        display: none; 
    }
    .m-body {
        margin: 0px auto;
        position: relative;
        height: 100%;
        min-height:660px;
        width: 100%;
        background: url(../images/background-1.png) no-repeat #397ada;
    }
    .enter-title {
        margin-top: 8%;
    }
    .enter-title img{
        display:block;
    }
    .enter-title span{
        margin-top: 10%;
        font-size: 25px;
    }
    .icon-img{
        position: absolute;
        top: 35px;
        right: 5px;
    }
    .txt-check{
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 70px;
    }
    .enter{
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0%;
        box-sizing: border-box;
    }
    .enter-e{
        height:475px;
        width: 100%;
        padding: 0 5px;
    }
    .user input{
        width: 80%;
    }
    .pass input{
        width: 80%;
    }
    .user i{
        position: absolute;
        top: 98px;
        right: 40px;
    }
    .pass i{
        position: absolute;
        top: 172px;
        right: 40px;
    }
    .passed{
        position: relative;
    }
    /* 验证码图标 */
    .pass i:nth-child(3){
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: 0;
        font-size: 22px;
        color: #63494a;
    }
    .log-in input{
        width: 80%;
    }
    .log-btn{
        mmargin: 0 0 0px 45px ;
    }
    .CompanyName{
        position: absolute;
        margin-left: auto;
        font-size: 14px;
        width: 100%;
        left: 0;
        bottom:5px;
    }
    .CompanyName a{
        display:block
    }
    .CompanyName span{
        display:block
    }
    .log-verify{
        position: absolute;
        top: 520px;
    }
}
@media screen and (max-width: 320px){
    html{
        height: 100%;
    }
    .banner-img{
        display: none; 
    }
    .m-body{
        margin: 0px auto;
        position: relative;
        min-height:530px;
        height: 100%;
        background: url(../images/background-1.png) no-repeat #397ada;
    }
    .enter-title{
        margin-bottom: 20px;
    }
    .enter-title img{
        position: relative;
        top: 0;
        left: 2px;
        width: 40px;
        height: 40px;
    }
    .enter-title span{
        margin-left: 10px;
        font-size: 22px;
    }
    .CompanyName{
        width: 300px;
        font-size: 12px;
        position: absolute;
        left: 50%;
        margin-left: -143px;
        bottom: 0px;
    }
    .user i{
        position: absolute;
        top: 175px;
        right: 30px;
    }
    .pass i{
        position: absolute;
        top: 250px;
        right: 30px;
    }
    /* 验证码图标 */
    .pass i:nth-child(3){
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: 1px;
        font-size: 22px;
        color: #63494a;
    }
    .enter-e{
        height: 80%;
        margin-top: -10px;
    }
    .txt-check {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 55px;
    }
    .enter-e p {
        font-size: 20px;
        margin: 25px 0 4px 120px;
    }
    .log-verify{
        position: absolute;
        top: 490px;
    }
}