.bg-white{
    background-color: #fff;
}
.bg-black{
    background-color: #000;
}
.bg-green{
    background-color: greenyellow;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.height-face{
    height: 8rem;
}
.cell-bd-pr .weui_cell_bd{
    text-align: right;
    color: gray;
}
.cell-bd-pr .weui_cells_access .weui_cell_ft:after{
    height: 1rem;
    width: 1rem;
    border-width: .15rem .15rem 0 0;
    border-color: #000;
    top: .1rem;
}

.cell-bd-pr .weui_cell_bd > *{
    float: right;
}
.am-text-gray{
    color: gray;
}
.am-text-white{
    color: #fff;
}
.am-text-black{
    color: black;
}
.inline{
    display: inline;
}
.header-margin{
    padding-top: 50px;
}
.c-header{
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    position: fixed;
    z-index: 2;
    top: 0;
}
.c-header > .am-u-sm-2 > div{
    width: 90px;
}
.c-header > .am-u-sm-2:first-child{
    z-index: 4;
}
.c-header > .am-u-sm-2:last-child > div{
    right: 1rem;
    position: absolute;
    text-align: right;
}
.c-header > .am-u-sm-2:last-child > div > *{

}
.c-header > .am-u-sm-2:last-child > div .weui_btn_mini{
    top: 8px;
}
.am-header .weui_btn_mini{
    top: 8px;
}
.am-header > *:first-child{
    padding-top: 2px;
    /*
    *我无能为力了，这里存在一个问题，顶栏上的内容并不会垂直居中，会受到其他样式的干扰
    *需要移除nop这个class
    */
}

#weui_no_link:after{
    border-width: 0;
}

.cell-color-block{

}

.work-user-face{
    left: 30px;
    top: 30px;
    width: 60px !important;
    height: 60px !important;
    position: absolute;
}

.no-cell-ft .weui_cell_ft{
    display: none;
}
#app{
    padding-bottom: 16px;
}