/* 头部 */
.header{
    height: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logo-wrapper{
    margin-left: 1.35rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.logo-img{
    width: 1.75rem;
    height: 1.5rem;
}
.logo-name{
    margin-left: .45rem;
    font-size: .7rem;
    font-weight: bold;
}
.menu-icon{
    margin-right: 1.2rem;
    font-weight: lighter;
    font-size: 1rem;
}

/* 菜单 */
.menu{
    width: 100%;
    min-height: 256px;
    background: #F2F5F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-a{
    width: 100%;
    border-top: 1px solid #D8D8D8;
    color: #16100B;
    font-size: .7rem;
    line-height: 2em;
    display: inline-block;
}
.ui-collapsible-inset{
    width: 100%;
}
h4{
    font-size: .7rem;
    font-weight: normal;
}
.ui-page-theme-a .ui-body-inherit{
    background-color: initial;
    border: 0;
}
ul{
    list-style-type: none;
}

/* 页脚 */
.foot{
    padding: 0 2em;
    width: 100%;
    height: 74px;
    background: #333333;
    color: #FFF;
    font-size: .8em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.f-p{
    margin: 0;
    height: 74px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
