html{    height:100%;    overflow-x:hidden;    font-family: '微软雅黑';    font-size: 24px;}body{    width:100%;    height:100%;    margin:0;    padding:0;    overflow-x:hidden;    /*background-color: #f6f6f6;*/}img{    max-width: 100%;}#wrapper{    width: 100%;    height:100%;    float: left;    position: relative;    left:0;    top:0;    margin:0;    padding:0;    background-position: center;    background-repeat: no-repeat;    background-size: cover;    overflow: auto;    overflow-scrolling: touch;    -webkit-overflow-scrolling: touch;}