.mui-table-view-cell:after {
    background-color: #f0f1f0;
}

.mui-content {
    position: relative;
    overflow-y: hidden;
}

.mui-content > .mui-indexed-list {
    margin-top: 44px;
}

.mui-content > .slide-right {
    position: fixed;
    top: 44px;
    right: 0;
    width: 5.4rem;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    z-index: 9999;
    transform: translateX(5.4rem);
}

.mui-content > .slide-right .menu-list > li {
    font-size: 0.28rem;
    padding: 11px 15px;
    color: #303030;
    position: relative;
}

.mui-content > .slide-right .menu-list > li:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    height: 1px;
    content: "";
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #c8c7cc;
}

.mui-content > .slide-right .menu-list > li.list-grop {
    color: #666666;
    background: #f2f2f2;
}

.mui-content > .slide-right .menu-list > li.active {
    color: #f1c01f;
}

.mui-bar-nav {
    background-color: #fff;
    box-shadow: 0 1px 6px #fff;
}

.mui-bar-nav > .mui-title {
    font-size: 0.32rem;
    color: #303030;
}

.mui-indexed-list-bar {
    background: #fff;
    padding-top: 25px;
}

.mui-indexed-list-bar > a {
    color: #303030;
}

.mui-table-view > .mui-indexed-list-group {
    font-size: 0.28rem;
    color: #999;
    padding-top: 11px;
    padding-bottom: 11px;
}
.mui-table-view > .mui-table-view-cell.active {
    color: #F1C01F;
    font-size: 0.28rem;
}

.mui-table-view-divider:before {
    display: none;
}

.mui-table-view-divider:after {
    display: none;
}

.mui-table-view-cell {
    font-size: 0.28rem;
    color: #303030;
}

.mui-indexed-list-inner {
    overflow-y: scroll;
}

/*# sourceMappingURL=index.css.map */
