body {
    color: #666;
    margin: 0px;
    font-size: 14px;
    background: rgb(241,241,241);
}

.userBody {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .userBody {
     overflow: hidden;
    }

}
.userBg {
    width: 375px;
    height: 180px;
    background-image: url(../imgs/bg_primary.jpg?v=1.13);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 375px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.usertop {
    width: 375px;
    height: 60px;
}

.userface {
    width: 60px;
}

.left {
    float: left;
}

.userlevel {
    width: 70%;
    margin-left: 5%;
}

ul {
    border: none !important;
}

li {
    border: none !important;
}

ul li img {
    width: 45px;
    height: 45px;
    margin: 1px auto;
}

.level {
    width: auto;
    font-size: 14px;
    padding: 3px 8px;
    height: 20px;
    margin-top: 5px;
    line-height: 15px;
    margin-left: 10px;
    border-radius: 50px;
    background: rgb(255,192,0);
}
.copy {
    width: auto;
    font-size: 14px;
    padding: 3px 8px;
    height: 20px;
    margin-top: 5px;
    line-height: 15px;
    margin-left: 10px;
    border-radius: 50px;
    background: #1E9FFF;
}
.infos {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.money {
    width: 100%;
    float: left;
}

.per25 {
    color: white;
    width: 33.3%;
    float: left;
    text-align: center;
    font-size: 14px;
}

.order {
    width: 336px;
    height: 150px;
    margin: 0 18px;
    background: white;
    border-radius: 10px;
    clear: both;
}

    .order .title {
        width: 100%;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #f1f1f1;
        margin: 0 auto;
    }

    .order .func {
        width: 100%;
        height:100px;
    }

.mui-col-xs-20 {
    width: 20% !important;
}

.mui-col-sm-20 {
    width: 20% !important;
}


.mui-grid-view.mui-grid-9 .mui-table-view-cell {
    padding: 5px 5px;
}

.Have {
    display: none !important;
}

p {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0px;
    color: white;
}
.team {
    display: none !important;
}
.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
    font-size: 12px;
    line-height: 15px;
    display: block;
    width: 100%;
    height: 45px;
    margin-top: 8px;
    color: #333;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    white-space:normal;
}
.mui-table-view-cell > .mui-badge, .mui-table-view-cell > .mui-btn, .mui-table-view-cell > .mui-switch, .mui-table-view-cell > a > .mui-badge, .mui-table-view-cell > a > .mui-btn, .mui-table-view-cell > a > .mui-switch {
    top: 40%;
}
.mui-grid-view.mui-grid-9 .mui-table-view-cell > a:not(.mui-btn) {
    padding:  0;
}
.mui-grid-9{
    height: 100px;
}