 .header-top-icon {
            margin: 5px;
        }

        .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
            color: #007aff;
            border-bottom: 2px solid #007aff;
            background: 0 0;
        }
        
        /*.mui-control-content {
            height: 150px;
        }*/
        body {
            background: white;
        }

        #segmentedControl {
            margin: 0 auto;
            font-size: 12px;
            width: 96%;
        }

        .top-title-icon {
            margin-left: 10px;
            font-weight: 800;
            font-size: 30px;
        }

        .top-title-title {
            font-size: 18px;
            font-weight: bolder;
            line-height: 30px;
        }

		h4{
    		white-space: pre-wrap;
    		word-wrap: break-word;
    		line-height: 20px;
    	}
        .content-item {
            background: white;
            width: 100%;
            border-bottom: 1px solid #ddd;
            text-align: center;
        }
        
        .mui-table-view li {
               border-bottom: 1px solid #eee;
        }

        .mui-table-view h4 {
            letter-spacing: 1px;
    		font-size: 15px;
    		font-weight: 500;
        }

        .mui-ellipsis-3 {
            display: -webkit-box;
            overflow: hidden;
            white-space: normal !important;
            text-overflow: ellipsis;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .mui-h6 {
            font-size: 9px;
        }

        .mui-table-cell span {
            font-size: 12px;
            color: #8B8686;
        }

        .mui-table-cell p {
            font-size: 13px;
            margin-bottom: 10px;
        }

        .mui-content > .mui-table-view:first-child {
            margin-top: 0px;
        }

        .mui-table-view-cell:before {
            background-color: #FFFFFF;
        }

        .mui-table-view:after {
            background-color: #FFFFFF;
        }
         .mui-table-view:before {
            height: 0px;
        }
         .mui-table-view-cell:after {
            height: 0px;
        }
        

/*依据内容显示开始*/
a{
	    	 text-decoration: none;
	    	 color: #000000;
	    	}
	    	
    	.fz16{
    		/*color: #000000;*/
		    /*font-size: 15px;*/
		    /*font-weight: 500;*/
		    /*margin-top: 5px;*/
    		/*margin-bottom: 5px;*/
    		/*line-height: 20px;*/
    	}
    	
    	.fz16 p{
    		font-size: 15px !important;
    		color: #000000;
    	}
    	.fz14{
    		font-size: 13px;
    		margin-bottom: 10px;
    		height:50px;
    		font-weight: 400;
    		color: #8f8f94;
    		
    	}
    	
    	.mui-table-view li{
    		line-height: 21px;
    		height: auto;
    	}
    	
    	.cGray{
    		font-size: 12px;
    		color: #8B8686;
    		display: block;
    		margin: 5px 0;
    	}
    	.mui-table-view-cell>a:not(.mui-btn) {
		    position: relative;
		    display: block;
		    overflow: hidden;
		    margin: 0px;
		    padding: 0px;
		    white-space: inherit; 
		    text-overflow: ellipsis;
		    color: inherit;
		}
		#Ul li{
			padding: 11px 15px;
			width: auto;
		}
		.mui-table-view-chevron .mui-table-view-cell>a:not(.mui-btn) {
    		 margin-right: 0px; 
		}
		.mui-table-view-chevron .mui-table-view-cell {
		    padding-right: 0px;
		}
		
		
			em{font-style:normal}
			
/*依据内容显示结束*/
			
			

