.loginMain{
    width:950px;
    margin:0 auto;
}
.loginMain-title{
    width: 950px;
    height:119px;
    display: block;
    margin:115px auto 50px;
}
.loginMain-title img{
    width: 950px;
    height:119px;
    display: block;
}
.logoBox{
    width: 238px;
    margin:18px 193px 0 20px;
}
.logoBox img{
    display: block;
}
.logoBox img.logo{
    width:206px;
    height:209px;
    margin:0 auto 16px;
}
.logoBox img.logo-word{
    width:238px;
    height:55px;
}
.loginBox{
    width: 450px;
    height: 304px;
    border:1px solid #E2E2E2;
    border-radius:3px;
    font-size: 18px;
}
.loginBox input{
    width:378px;
    height:42px;
    border-radius: 5px;
    line-height: 42px;
    padding:0 14px;
    border: 1px solid #E2E2E2;
    color:#545454;
    margin:0 auto;
    display: block;
}
.loginBox input:first-child{
    margin-top:35px;
    margin-bottom: 20px;
}
.loginBox input:nth-of-type(2){
    margin-bottom:33px;
}
.loginBox input::-webkit-input-placeholder{
    color:#545454;
}
.loginBox .login-tips{
    height:24px;
    margin-left:37px;
    color: #e20013;
}
.loginBox button{
    width:406px;
    height:45px;
    border-radius: 5px;
    margin: 33px auto 0;
    background:#F64709;
    display: block;
    color:#fff;
}
@media screen and (max-height: 748px){
    .loginMain-title{
        margin:15px auto 10px;
    }
}
/*.footer{*/
    /*position: absolute;*/
    /*bottom:0;*/
/*}*/