.lm-ui-action-sheet{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #f3f3f3;
    text-align: center;
    .title {
        line-height: 36px;
        background-color: #fff;
        font-size: 12px;
        color: #666
    }
    .type-wrap {
        margin-top: 10px;
        &:nth-child(1) {
            margin-top: 0;
        }
        li {
            background: #fff;
        }
    }
    .item {
        line-height: 44px;
        background-color: #fff;
        font-size: 16px;
        margin-top: 1px;
        color: #333;
        a {
            display: block;
            color: inherit;
        }
    }
}