.container {
    position: relative;
    width:100%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 10px;
    background-color: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

section {
    position: relative;
}

hr{
    border-bottom: none !important;
}


header {
    z-index:9999;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
}

.header-row{
    max-width: 640px;
    margin: 0 auto;
    background: #0066cb;
    color: #fff;
    line-height: 6.6em;
}

.header-left {
    margin-left: 2em;
    color: #fff;
}

.header-city {
    padding: 0px .6em;
    font-size: 1.6em;
}

.header-title {
    text-align: center;
    font-size: 1.8em;
}


footer {
    font-size: 1.4em;
    padding: 2em 0 7.2em 0;
    background-color: #fff;
    text-align: center;
}

footer p {
    margin: .8em 0;
}

#page-layer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.section-tabs{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.tab-row{
    max-width: 640px;
    margin: 0 auto;
    background-color: #0066cb;
}

.tab-link{
    padding: 1em 0;
    display: block;
    text-align: center;
}

.tab-icon{
    display: inline-block;
    margin-bottom: .8em;
    width:30%;
}

.tab-text{
    color: #fff;
    font-size:1.4em;
}


.seciton-form{

}

.seciton-list{

}
.list-item{
    padding:8px 10px;
    display: block;
}
.list-item-logo{
    width: 65%;
    border-radius: 50%;
}

.list-item-name{
    color: #333;
    font-weight: bolder;
    font-size: 1.8em;
}

.list-item-tags{
    margin-top: 5px;
}