.blockchain-banner{
	height: 440px;
	width: 100%;
	background: url(../images/newIndex/bc.png) center center no-repeat;
	min-width: 1280px;
	background-size: cover;
}
.blockchain-banner .banner-container{
	width: 1200px;
	height: 503px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}

.blockchain-banner ul{
	position: absolute;
	top: 120px;
}
.blockchain-banner li{
	width:323px;
	height:60px;
	padding-right: 54px;
	font-size:18px;
	color:#ffffff;
	line-height:60px;
	text-align: right;
	box-sizing: border-box;
	margin-bottom: 10px;
	cursor:pointer;
}
.blockchain-banner li a,
.blockchain-banner li a:hover{
	color:#fff;
}

.blockchain-banner li.active{
	background:linear-gradient(270deg,rgba(0,78,153,1) 0,rgba(5,73,137,0.04) 100%);
}
.blockchain-banner li.active a{
	color:#fff;
}

/* 数据比区块高 */
.block-low{
	width:448px;
	height:185px;
	background: url(../images/newIndex/hill1.png) center center no-repeat;
}
/* 数据比区块低 */
.block-high{
	width:448px;
	height:185px;
	background: url(../images/newIndex/hill2.png) center center no-repeat;
}
.block-equal{
	width:448px;
	height:115px;
	background: url(../images/newIndex/hill-equal.png) center center no-repeat;
}
.img-wrapper{
	position:absolute;
	left:470px;
	width:526px;
	height:503px;
	top:0;
}
.bcHeightImg{
	position:absolute;
	left:30px;
	top:149px;
	z-index:2;
}
.hill-bottom{
	width:526px;
	height:77px;
	background: url(../images/newIndex/hill-bottom.png) center center no-repeat;
	position:absolute;
	top:288px;
	left:0;
	z-index:1;
}
.block-box,
.data-box{
	width:150px;
	height:503px;
	position:absolute;
	top:0;
}
.block-box{
	left:53px;
	text-align: center;
}
.block-box .font,.data-box .font{
	font-size:18px;
	color:#fff;
	font-weight:300;
	position:absolute;
}
.block-box .font{
	left:48px;
}
.data-box .font{
	left:57px;
}
.data-box{
	left:273px;
	text-align: center;
}
.font-equal-low{
	top: 265px;
}
.font-high{
	top: 229px;
}
.num-equal-low{
	padding-top: 165px;
}
.num-high{
	padding-top: 95px;
}

.block-box .line,.data-box .line{
	position:absolute;
	left:73.5px;
	z-index:3;
}
.line-high{
	background: url(../images/newIndex/line-high.png) center center no-repeat;
	width:3px;
	height:216px;
	top:130px;
}
.line-equal-low{
	background: url(../images/newIndex/line-low.png) center center no-repeat;
	width:3px;
	height:146px;
	top:200px;
}

.block-box .num,.data-box .num{
	font-size:16px; 
	font-weight:500;
	color:#fff;
	text-shadow:0 2px 4px rgba(0,0,0,0.5);
    display: inline-block;
}

.data-wrapper{
	width: 1200px;
	margin: 23px auto 60px;
	
}
.data-wrapper .line{
	background-image:linear-gradient(90deg,#48c6d5 0, #3979bc 100%);
	width:1200px;
	height:5px;
}
.data-wrapper table{
	width:1200px;
	table-layout:fixed;
	border-spacing:0;
	border:0 none;
	border-collapse:collapse;
	text-align:left;
	word-wrap:break-word;
}
.data-wrapper table tr{
	height: 50px;
}
.data-wrapper thead tr{
	background:#f1f4f4;
}

.data-wrapper tbody tr:first-child{
	border-top:1px solid #cfd9d9;
}
.data-wrapper tbody tr:last-child{
	border-bottom:1px solid #cfd9d9;
}
.data-wrapper tbody tr:nth-child(2n){
	background:#f1f4f4;
}
.data-wrapper table th,
.data-wrapper table td{
	padding-left:10px;
	padding-right:10px;
}
.header-main .left-item .blockchain-line{
	display: block;                     
}
.header-main .left-item .blockchain-link{
	font-weight:600;
}
