html,body{
    margin: 0;
	padding: 0;
    background: #fff;
    font-family: PingFangSC, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.login-page{
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 calc(50% - 46vw);
}

.login-logo{
    padding-top: 10vw;
    font-size:28px;
}

.login-logo>.logo{
    display: inline;
    /*width: 14.667vw;*/
}

.login-cont{
    padding-top: 21.333vw;
    position: relative;
}

.login-cont>input{
    border: none;
    line-height: 13.33vw;
    width: calc(100% - 4vw);
    outline: 0;
    font-size: 26px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 5.333vw;
    color: #989898;
}

.login-cont>.person{
    width: 2.933vw;
    height: 13.33vw;
    background: url(../imgs/person.png) no-repeat;
    background-size:cover;
    position: relative;
    /*left: 0;
    top: 26.5vw;*/
}

.login-cont>.password{
    width: 2.933vw;
    height: 13.33vw;
    background: url(../imgs/password.png) no-repeat;
    background-size: cover;
    position: relative;
    /*left: 0;
    top: 40vw;*/
}

.pt-80{
    padding-top: 10.667vw;
    width: 100%;
}

.login{
    border: none;
    height: 9.333vw;
    line-height: 9.333vw;
    width: 100%;
    background: #3ac32e;
    border-radius: 0.667vw;
    color: #fff;
    font-size: 20px;
}
