#bg{
    background-image: url("../images/jiancai.jpg");
    background-color: #050a10;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.mdui-theme-accent-pink .mdui-color-theme-accent{
    background: aquamarine !important;
}
.mdui-appbar .mdui-toolbar,body.mdui-loaded .mdui-drawer{background: #fff!important;}
.mdui-list-dense .mdui-list-item{
    width: 150px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}
small{display: block;}
.mdui-color-transparent{background: #fff!important;margin: 0!important;}