/*店铺评分*/
.shop-scope {
	width: 978px;
}
.shop-title {
	padding: 15px;
	background-color: #F6F6F6;
	font-size: 16px;
	border: 1px solid #EDEDED;
}
.scope {
	padding: 15px;
}
.scope-left {
	float: left;
}
.scope-right {
	float: left;
	margin-left: 100px;
}
.scope-m {
	margin-bottom: 20px;
}
.scope-m span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.scope-m span:nth-of-type(2) {
	font-size: 18px;
	color: #FF6000;
}
.scope-m span:nth-of-type(3) {
	margin-left: 20px;
}
.scope-m span:nth-of-type(4) {
	border: 1px solid #FF6000;
	text-align: center;
	width: 116px;
	margin-left: -5px;
}

.scope-m span:nth-of-type(5) {
	height: 32px;
	width: 76px;
	line-height: 32px;
	margin-left: -5px;
	background: #FF6000;
	color: white;
}
/* 交易评价 */

.transaction {
	clear: both;
	width: 978px;
	border: 1px solid #EDEDED;
	margin-top: 10px;
}

.transation-new {
	margin-left: 10px;
}

.transaction-ct {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #F6F6F6;
}

.transaction-ct a {
	display: block;
	float: left;
	width: 128px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 15px;
}

/*点击切换的样式*/
.common-toggle {
	border-top: 2px solid #19BC9D;
	margin-top: -1px;
	color: #16BD9F;
	background-color: #FFFFFF;
}
.transaction-centent {
	width: 948px;
	margin: 0 auto;
	position: relative;
	top: 0;
	display: none;
}
.block {
	display: block;
}

.assessment {
	padding: 12px 0;
	font-size: 0;
}

.assessment span {
	display: inline-block;
	padding: 0 6px 0 0;

	font-size: 13px;
}

.assessment span+span {
	margin-left: 45px;
}

.assessment span i {
	color: #FA6000;
	margin-left: 5px;
}

.compositeScore i {
	color: #FF6000;
	font-weight: bold;
	font-size: 18px;
}

.evaluation {
	height: 35px;
	background-color: #F6F6F6;
	border-radius: 2px;
	line-height: 35px;
}

.evaluation label,
input {
	vertical-align: middle;
}

.evaluation label {
	margin-left: 5px;
}

.evaluation input {
	margin-left: 50px;
}

.all {
	margin-left: 15px !important;
}




.evaluationSearch {
	margin-top: -16px;
}
.companyInfomation {
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px dashed #EBEBEB;
	font-size: 12px;
}

.companyInfomation:last-child {
	border-bottom: none;
}

.companyInfomation>div {
	float: left;
}

.companyInfomationLeft {
	width: 149px;
	padding-left: 26px;
}

.companyInfomationLeft p:nth-child(2) {
	color: #9C9C9C;
}

.companyInfomationCenter {
	margin-left: 55px;
}

.companyInfomationCenter a {
	color: #333333;
	font-size: 14px;
	cursor: default;
}

.companyInfomationCenter .content{
	width: 480px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.population span,
.content span {
	color: #9A9A9A;
}

.population i {
	color: #FF0105;
}

.content span:nth-child(1) {
	color: #333333;
}

.separator {
	width: 8px;
	left: 665px;
	margin-top: 3px;
}

.companyInfomationRight {
	left: 684px;
}

.companyInfomationRight p>a {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	color: #FE690F;
	border: 1px solid #FE690F;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
	margin-left: 5px;
}

.companyInfomationRight span {
	color: #9A9A9A;
	display: inline-block;
}

.companyInfomationRight span:nth-child(3) {
	margin-left: 20px;
}

.companyInfomationRight span:nth-child(5) {
	margin-left: 44px;
}

.companyInfomationRight span>i {
	color: #2BC972;
}
.price {
	color: #FF5C01 !important;
	margin-left: 30px;
	font-size: 14px;
}

/*没有内容的时候显示*/
.nullChance {
	padding: 20px 0;
}
.nullInformation {
	width: 148px;
	position: relative;
	left: 50%;
	margin-left: -74px;
}
.no-chance{
	width: 148px;
	height: 78px;
	background: url("../img/no-chance.png") no-repeat;
	background-size: cover;
}
.no-chance-info {
	margin-top: 16px;
	color: #999999;
	width: 169px;
	font-size: 18px;
	text-align: center;
}
