body {
	font-family: "微软雅黑";
	font-size: 16px;
}

.mui-bar {
	background: linear-gradient(#18a7ee, #0691e6);
}

.mui-icon {
	color: #FFFFFF;
}

.mui-title {
	color: #FFFFFF;
}

.listtopa {
	width: 50%;
	height: 55px;
	line-height: 45px;
	font-size: 16px;
	float: left;
	background-color: #EBEBEB;
}

.listtopb {
	width: 50%;
	height: 60px;
	line-height: 45px;
	font-size: 16px;
	float: left;
	background-color: #EBEBEB;
}

.listname {
	background-color: #FFFFFF;
	height: 50px;
	margin: 5px;
	text-align: center;
	border: 2px solid #16a6ed;
	border-radius: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	color: #000000;
}

.mb_0 {
	margin-bottom: 0;
}

.cl_left {
	clear: left;
}

.cl_right {
	clear: right;
}

.mui-popover {
	height: 220px;
}

.cando {
	margin-left: 17px;
	border-bottom: 1px dotted #EBEBEB;
	height: 30px;
	margin-bottom: 0;
}

.xiaodie {
	background: url(../img/xuancaie.png);
	background-size: cover;
	position: fixed;
	bottom: 20px;
	right: 0;
	height: 75px;
	width: 75px;
}

.detailline {
	position: relative;
	margin: 0 10px;
	height: 13px;
	border-top: 1px solid #ddd;
	margin-top: 25px;
}

.detailline span {
	position: absolute;
	left: 50%;
	margin-top: -12px;
	margin-left: -75px;
	display: block;
	width: 150px;
	background: #fff;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

.mark {
	text-align: center;
	margin-bottom: 25px;
}

.mark a {
	position: relative;
	padding-left: 22px;
	display: inline-block;
	font-size: 13px;
	line-height: 26px;
}

.mark .good {
	color: #1e90d9;
}

.mark .bad {
	color: #666 !important;
	margin-right: 22px;
}

.mark p {
	display: none;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}

.mark .good:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../img/custom.png) no-repeat;
	background-position: -103px -50px;
	background-size: 321px 91px;
	width: 18px;
	height: 18px;
}

.mark .bad:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../img/custom.png) no-repeat;
	background-position: -80px -50px;
	background-size: 321px 91px;
	width: 18px;
	height: 18px;
}

.mark .good.ani {
	margin-right: 0;
	-webkit-transform: translateX(-15px);
	-webkit-animation: move-right .2s linear forwards;
}

.mark .bad.ani {
	-webkit-transform: translateX(15px);
	-webkit-animation: move-left .2s linear forwards;
}

@-webkit-keyframes move-right {
	0% {
		-webkit-transform: translateX(-15px);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}

@-webkit-keyframes move-left {
	0% {
		-webkit-transform: translateX(15px);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}

.detailliline {
	height: 10px;
	list-style: none;
}

.color_666 {
	color: #666666;
}

.detailtop {
	background-color: #FFFFFF;
	padding: 10px;
}

.detailtop .detailtitle {
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 18px;
}

.detailtop .detailname {
	font-size: 14px;
	color: #666666;
}

.diesolve {
	color: #a89f9f;
	font-size: 12px;
	margin: 0 12px;
	padding-top: 5px;
	border-bottom: 1px solid #999999;
}
img{max-width: 100%;}
.mui-table-view-cell .mui-navigate-right .title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 17px;
	}
