	.mui-bar {
		position: fixed;
		z-index: 10;
		right: 0;
		left: 0;
		height: 38px;
		padding-right: 0px;
		padding-left: 0px;
		border-bottom: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
		box-shadow: 0 0 1px rgba(0, 0, 0, .3);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	.mui-bar .mui-segmented-control {
		top: 0px;
		width: auto;
		margin: 0 auto;
	}
	
	.mui-card .mui-control-content {
		padding: 10px;
	}
	
	.mui-scroll-wrapper {
		/* position: fixed; */
		z-index: 2;
		top: 52px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
	}
	/*.mui-control-content {
				height: 350px;
			}*/
	
	.mui-segmented-control {
		border: 0;
	}
	
	.mui-segmented-control {
		font-size: 15px;
		font-weight: 400;
		position: relative;
		display: table;
		overflow: hidden;
		width: 100%;
		table-layout: fixed;
		border-bottom: 2px solid #1caea9;
		border-radius: 1px;
		background-color: #fff;
		-webkit-touch-callout: none;
	}
	
	.mui-segmented-control .mui-control-item.mui-active {
		color: #fff;
		background-color: #1caea9;
	}
	
	.mui-segmented-control .mui-control-item {
		line-height: 38px;
		display: table-cell;
		overflow: hidden;
		width: 1%;
		-webkit-transition: background-color .1s linear;
		transition: background-color .1s linear;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #1caea9;
		border-color: #1caea9;
		border-left: 1px solid #1caea9;
	}
	
	.mui-ellipsis {
		white-space: normal;
		height: 22px;
		overflow: hidden;
		line-height: 22px;
		text-overflow: ellipsis;
	}
		.mui-ellipsis2 {
		white-space: normal;
		height: 25px;
		overflow: hidden;
		
		text-overflow: ellipsis;
	}
	
	.mui-table-view .mui-media-object {
		line-height: 65px;
		max-width: 65px;
		height: 65px;
	}
	
	.mui-r-date {
		    color: #aaa;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    right: 15px;
	}
	
	.mui-zd-margin ul {
		margin-bottom: 10px;
	}
	
	.mui-scroll-wrapper2 {
		z-index: 2;
		margin-top: 52px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
	}
		.mui-scroll-wrapper3 {
		z-index: 2;
		margin-top: 37px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
	}