* {    margin: 0;    padding: 0;    font-family: 微软雅黑;}html, body {    width: 100%;    height: 100%;    overflow-x: hidden;}html {    background-color: #EFEFEF;    /*background-image: url(../../img/backstage/login-bg.png);*/    background-size: 100% 62%;    background-position: left bottom;    background-repeat: no-repeat;}#login-div {    width: 235px;    height: 270px;    margin: 0 auto;    margin-top: 18%;    text-align: center;}#head {    font-size: 58px;    font-family: 黑体;}#subhead {    font-size: 16px;    color: #A5A5A5;    margin-bottom: 30px;}.row {    position: relative;}.row input[type='text'], .row input[type='password'] {    width: 100%;    height: 34px;    margin-bottom: 7px;    border: 1px solid #A4A6A5;}#reme {    text-align: left;}#login-btn {    cursor: pointer;    margin-top: 9px;    border: none;    width: 100%;    height: 34px;    background: url(../../images/backstage/login-btn-bg.png) no-repeat center center;}.row label {    position: absolute;    left: -45px;    top: 9px;}