p img {
    max-width: 100%;
    height: auto;
}
.mui-table-view{
    background-color: inherit;
}
.mui-table-view:before{
    background-color: inherit;
}
.mui-table-view-cell{
    padding: 13px 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15px;
}
.mui-table-view-cell:after{
    background-color: inherit
}
.mui-media-body{
    white-space: normal;
}
.top15{
    margin-top: 15px;
}
.icon_img{
    vertical-align: middle;
    width: 20px;
}
.mui-button-row span{
    font-size: 1rem;
}
/*****************服务列表******************/
.mui-row.mui-fullscreen>[class*="mui-col-"] {
    height: 100%;
}
.mui-fullscreen{
    overflow: hidden;
}
.mui-col-xs-3{
    background-color: #fff;
}
.mui-col-xs-3,.mui-col-xs-9 {
    overflow-y: auto;
    height: 100%;
}
.mui-segmented-control .mui-control-item {
    line-height: 50px;
    width: 100%;
}

.mui-control-content {
    display: block;
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    background-color: #fff;
}
.mui-segmented-control.mui-segmented-control-inverted.mui-segmented-control-vertical .mui-control-item{
    border-bottom: none;
}
#segmentedControls .mui-active{
    border-bottom: none;
}
.wrap_tap{
    overflow-x: auto;
}
.wrap_tap::-webkit-scrollbar{
    display: none;
}
#segmentedControl .mui-active{
    border-bottom: 2px solid #007aff;
}
#segmentedControl .mui-control-item{
    width: 100px;
}
.mui-bar-nav~.mui-content .mui-slider.mui-fullscreen{
	height: 50px;
}
.mui-segmented-control.mui-scroll-wrapper{
	height: 55px;
}
.mui-input-row{
	background-color: #ffffff;
}

body{
	background-color: #ffffff!important;
}
/* .mui-content{
	background-color: #ffffff!important;
} */



/* 服务内部 */
.topImgTitle{
	margin-bottom: 20px;
	height: 60px;
	width: 100%;
}
.topTitle{
	font-size: 17px;
	font-weight: bold;
	color: #194692;
	line-height: 30px;
}
.topSubtitle{
	display: flex;
	font-size: 16px;
	line-height: 30px;
}
.subtitleLeft{
	font-weight: 500;
	color: #777777;
	margin-right: 7px;
}
.subtitleRight{
	font-family: PingFang SC;
	font-weight: 500;
	color: #171717;
}
.tablechange{
	display: flex;
}
.bigochange{
	font-size: 18px;
	font-weight: 500;
	color: #1A1A1A;
	line-height: 40px;
	margin-right: 20px;
}
.bigochanges{
	font-size: 18px;
	color: #194692;
	font-weight: 600;
	border-bottom: 2px solid #194692;
}
.article{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #454545;
	line-height: 30px;
}


.none{
	display: none;
}


/* 评价 */
.evaluategrade{
	display: flex;
	margin-top: 10px;
}
.grade{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4E4E4E;
	line-height: 42px;
	margin-right: 10px;
}
.grade b{
	font-size: 35px;
	font-family: -win10-;
	color: #D50303;
}
.fontS{
	font-size: 12px;
}
.fontS .mui-icon{
	font-size: 12px;
}
.mui-icon-star-filled{
	color: #F4AF48;
}
.scorebtn{
	padding: 6px 12px;
	line-height: 1.42;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	color: #999999;
	margin-right: 5px;
	margin-bottom: 5px;
}
.scorebtn-primary{
	background: #194692;
	color: #FFFFFF;
}
.borderDashed{
	border-top: 1px dashed #F3F3F3;
	margin: 10px 0;
}
.message{
	margin-top: 20px;
}
.messageConter{
	font-size: 14px;
	font-weight: 500;
	color: #313131;
	line-height: 20px;
}
.messageTop{
	display: flex;
}
.messagrImgAndName{
	width: 50%;
}
.messagrImg{
	width: 26px;
	height: 26px;
	vertical-align:middle;
	margin-right: 5px;
}
.messageTime{
	width: 50%;
	text-align: right;
	color: #777777;
	font-size: 14px;
}
.consult{
	width: 130px;
	height: 35px;
	background: #FC8E24;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	line-height: 35px;
	margin-bottom: 10px;
}


.title{
	font-size: 18px;
	line-height: 36px;
	font-weight: 800;
	color: #1A1A1A;
}

.mui-table-view:after{
	background-color: #ffffff;
}



/* .mui-input-row{
	padding: 0 10px;
}

.mui-placeholder{
	padding: 0 10px;
} */



.mediaright{
	height: 60px;
	position: relative;
}
.mediarighttitle{
	width: 100%;
	position: absolute;
	top: 0;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;/*想省略几行就写几*/
	-webkit-box-orient: vertical;
}
.bottomer{
	position: absolute;
	bottom: 0;
	display: flex;
	color: #777777;
}
.someone{
	width: 40%;
}
.people{
	color: #CA0000;
}
.companyname{
	width: 60%;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}


.mui-bar .mui-segmented-control{
	top: 0;
}