* {
    margin:0; padding:0; list-style:none;
    font-family: Microsoft YaHei;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.container{ position: fixed; top: 10px; bottom: 10px; left: 10px; right: 10px; }
.container > .head{ position: absolute; top: 0; height: 20px; left: 0; right: 0; }
.container > .head > .path{ float: left; width: auto; height: 20px; line-height: 20px; }

.container > .body{ position: absolute; top: 20px; bottom: 60px; left: 0; right: 0; }
.container > .body > .list{ width: 200px; height: auto; margin: 100px auto 0; }
.container > .body > .list > .row{ height: 20px; text-align: center }

.container > .foot{ position: absolute; height: 60px; bottom: 0px; left: 0; right: 0; padding-top: 10px; }
.container > .foot > div{ height: 20px; line-height: 20px; text-align: center; }