#app {
    position: relative;
    min-height: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #f9f9f9
}

.page {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    background: #fff;
}

a, body, button, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, html, img, input, li, p, select, span, textarea, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none
}

html {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, PingFang SC, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, sans-serif;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    color: #333
}

body, html {
    height: 100%;
    width: 100%;
    background: #eee;
    position: relative
}

a, button, div, img {
    -webkit-tap-highlight-color: rgba(102, 102, 102, 0)
}

li, ul {
    list-style-type: none
}

a, a:hover {
    text-decoration: none
}

.weui-tabbar {
    max-width: 640px;
}

.logo {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.logo img {
    width: 3.09375rem;
    height: 3.15625rem;
    margin: auto;
    display: block
}

.logo p {
    margin-top:0.1rem;
    text-align: center;
    font-size: 1rem;
    color: #333
}

#ext2SearchInput {
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
}

.weui-cells__title {
    background-color: white;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.weui-tab {
    max-height: 75%;
}

.weui-flex__item {
    margin-left: 5%;
    margin-right: 5%;
}

#history-app {
    position: relative;
    min-height: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #f9f9f9
}

#history-page {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: scroll;
    background: #fff;
}