/* coin详情 */
p.coin-particulars-tit{
	width: 1200px;
	height: 50px;
	color: #FF6600;
	line-height: 50px;
	text-align: center;
	background: rgba(255,102,0,0.1);
	font-weight: bold;
	margin: 40px auto 30px;
}
p.coin-market-tit{
	font-size: 20px;
	font-weight: bold;
	color: #292929;
	text-align: center;
	margin: 28px 0;
}
.coin-market-cont{
	max-width: 1200px;
	margin:0 auto 20px;
	overflow: hidden;
	display: table;
}
ul.coin-market-cont-left{
	float: left;
	margin-right: 40px;
	color: #292929;
}
ul li{
	margin-bottom: 12px;
	overflow: hidden;
}
ul li label{
	text-align: right;
	margin-right: 6px;
	display: block;
	width: 128px;
	float: left;
}
ul li span{
	text-align: left;
	color: #172BE9;
	float: left;
}
.market-cont{
	width: 1152px;
	/* height: 100px; */
	background: #F5F5F7;
	padding:  24px;
	margin: 0 auto 36px;
}
p.market-cont-tit{
	font-size: 18px;
	font-weight: bold;
	color: #292929;
	text-align: center;
	margin-bottom: 16px;
}
span.market-cont-txt{
	line-height: 24px;
	color: #666;
}
.coin-chart-k{
	width: 814px;
	height: 420px;
	margin: 0 auto 24px;
}
img.img-k{
	width: 814px;
	height: 420px;
}
.popular-currency{
	width: 1200px;
	margin: 30px auto 30px;
	overflow: hidden;
}
.popular-currency p.popular-currency-tit{
	float: left;
	font-weight: bold;
	color: #292929;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	/*margin-left: 10px;*/
	margin-bottom: 10px;
}
.popular-currency-link{
	width: 1076px;
	/*margin-left: 10px;*/
	float: left;
}
.popular-currency-link a{
	padding:  0 18px;
	display: inline-block;
	background: #5D8CFD;
	margin-right: 16px;
	margin-bottom: 10px;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}
