.mui-table-view-cell:after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}

.mui-mine-head {
    height: 150px;
    background: #333;
}

    .mui-mine-head .img-filter {
        width: 100%;
        height: 150px;
        /*filter: blur(3px);*/
        -webkit-filter: blur(3px);
        opacity: 0.3;
    }

.mui-ellipsis-5 {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    border-radius: 30px;
}

    .mui-ellipsis-5 img {
        width: 20px;
        vertical-align: middle;
    }

.mui-mine-text {
    top: 7px;
    left: 6px;
    z-index: 1;
}

.app-table-view {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.mine-head {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 2px solid #fff;
    margin-right: 12px;
}

.mine-media-body {
    color: #fff;
    margin-top: 12px;
}

.nav {
    overflow: hidden;
    padding: 10px;
    display: -webkit-flex;
    font-size: 14px;
    position: relative;
    top: -52px;
}

.item {
    color: #fff;
    padding: 0 5px;
    text-align: center;
    /*display: inline-block;*/
    flex: 1;
    -webkit-flex: 1;
}

.img {
    width: 35px;
    height: 35px;
    font-size: 26px;
    color: rgb(249, 249, 249);
    vertical-align: middle;
}

.item + .item {
    border-left: 1px solid #69cad2;
}

.content {
    margin-top: 40px;
}

.mui-zd-yqhy {
    margin-top: 15px;
    font-size: 15px;
    color: #333;
}

.yq-icon {
    width: 20px;
    vertical-align: top;
    margin-right: 3px;
}

.mui-page {
    width: 100%;
    position: absolute;
    height: 150px;
    background: #00aebb;
    top: 0;
}

.mui-hyqy {
    margin-top: 15px;
}

.mui-zd-hyhead {
    padding: 20px 15px 0 15px;
    font-size: 15px;
    color: #333;
}

    .mui-zd-hyhead img {
        width: 20px;
        vertical-align: text-top;
        margin-right: 4px;
    }

.zd-table-view {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #fff;
}

    .zd-table-view .mui-media-object.mui-pull-left {
        margin-right: 10px;
    }

    .zd-table-view .mui-media-object {
        line-height: 100px;
        max-width: 100px;
    }

.zd-media-body {
    font-size: 18px;
    color: #333;
}

.zd-ellipsis {
    width: 37%;
    margin-top: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    display: block;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
}

/*.mui-table-view-cell>a:not(.mui-btn) {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -11px -15px;
	padding: inherit;
	white-space: inherit;
	text-overflow: ellipsis;
	color: inherit;
}*/
.mui-zd-yqhy .mui-table-view-cell > a:not(.mui-btn) {
    position: relative;
    display: block;
    overflow: hidden;
    margin: -11px -15px;
    padding: inherit;
    white-space: inherit;
    text-overflow: ellipsis;
    color: inherit;
}

.zi-yuyue2 {
    position: absolute;
    top: 38px;
    right: 15px;
    float: right;
    border: 1px solid #74d6d3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 0 12px;
    color: #74D6D3;
    font-size: 12px;
}

.zi-yuyue3 {
    position: absolute;
    top: 38px;
    right: 15px;
    float: right;
    border: 1px solid #aaa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 0 12px;
    color: #aaa;
    font-size: 12px;
}

/*.zd-mu-padding {
	padding: 15px 15px;
}*/

.question {
    font-size: 12px;
    height: 100px;
}

.mui-zd-bz {
    margin: -3px 15px;
    color: #8f8f94;
    font-size: 12px;
}

.mui-zd-block2 {
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

/*明细detail*/
.zd-detail-1 {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.zd-detail-2 {
    font-size: 12px;
    color: #999;
    text-align: right;
    position: relative;
    top: 8px;
}

.zd-detail-3 {
    position: absolute;
    font-size: 14px;
    color: #333;
    right: 15px;
    top: 12px;
}


.zi-yuyue2:active {
    position: absolute;
    top: 38px;
    right: 15px;
    float: right;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 0 12px;
    color: #fff;
    background: #74d6d3;
    font-size: 12px;
}
