.currency-cont{
	width: 1200px;
	margin: 0 auto;
}
p.currency-cont-tit{
	font-size: 20px;
	font-weight: bold;
	color: #015EAA;
	margin-top: 40px;
	margin-bottom: 36px;
}
/* 分类 */
ul.classify{
	margin-top: 10px;
	margin-bottom: 24px;
	overflow: hidden;
}
.classify li.classify-list{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 20px;
	font-size: 16px;
	color: #555555;
}
.classify li.classify-list:hover{
	cursor: pointer;
}
li.classify-list.active{
	color: #fff;
	background: #1FB81C;
}
.btn-slide{
	/* width: 46px; */
	height: 30px;
	float: right;
}
span.btn-slide-left{
	width: 20px;
	height: 30px;
	display: inline-block;
	/*background: url(../assets/images/btn_left.png) no-repeat;*/
	background-size: 100% 100%;
}
span.btn-slide-right{
	/*background: url(../assets/images/btn_right.png) no-repeat;*/
	background-size: 100% 100%;
	margin-left: 6px;
}

/* 表格 */
table.single-currency-table{
	width: 100%;
	color: #000;
	border-spacing:0;
}
tbody tr td{
	border-bottom: 1px solid #e8e8e8;
}
table thead{
	width: 1176px;
	height: 44px;
	background: #EDEDED;
	line-height: 44px;
	color: #000000;
	text-align: left;
	font-weight: 400;
}
th.table-header{
	padding-left: 60px;

}
.table-header i{
	width: 10px;
	height: 12px;
	display: inline-block;
	/*background:url(../images/ico_sort.png) no-repeat;*/
	background-size: 100% 100%;
	vertical-align: -2px;
	margin-left: 14px;
}
tbody tr{
	height: 56px;
	line-height: 56px;
	background: #fff;
	color: #000;
	text-align: left;
	font-weight: 400;
}
td.table-cont{
	padding-left: 64px;
}
span.icon-coin{
	width: 22px;
	height: 22px;
	display: inline-block;
	/*background: url(../assets/images/img_b.png) no-repeat;*/
	background-size: 100% 100%;
	margin-right: 10px;
	vertical-align: -6px;
}
p.table-header-name{
	font-weight: bold;
	color: #000000;
	display: inline-block;
}
span.table-name-txt{
	font-weight: normal;
	color: #666;
}

td.table-cont a{
	color: #477DFD;
	text-decoration:none;
}
td.table-cont-one{
	max-width: 236px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.table-cont-two{
	max-width: 194px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.table-cont-thr{
	max-width: 204px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.table-cont-four{
	max-width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.table-cont-five{
	max-width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.table-cont-link{
	max-width: 110px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 币对行情表格 */
span.currency-pair-table-txt{
	color: #888;
}
td.curr-table-cont-one{
	min-width: 90px;
	max-width: 190px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.curr-table-cont-two{
	min-width: 100px;
	max-width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.curr-table-cont-thr{
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.curr-table-cont-four{
	max-width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.curr-table-cont-five{
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
td.curr-table-cont-six{
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*What is a blockchain coin?*/
p.what-blockchain-tit{
	font-size: 20px;
	font-weight: bold;
	color: #00ACEA;
	margin-bottom: 8px;
	margin-top: 20px;
}
p.what-blockchain-txt{
	font-size: 14px;
	color: #5B6368;
	line-height: 20px;
	margin-bottom: 8px;
}
