.tabList{
	height:54px;
	border-bottom:1px solid #E9E9E9;
	display: inline-block;
	width:100%;
}
.tabList>li{
	float:left;
	height:53px;
	font-size:24px;
	font-weight:500;
	color:rgba(34,34,34,1);
	line-height:50px;
	border-bottom:3px solid transparent;
	margin-right:69px;
	cursor: pointer;
}
.tabList>li.active{
	color:rgba(99,194,198,1);
	border-bottom:3px solid rgba(99,194,198,1);
}
.tabCon{
	margin-top:20px;
}
.toolList>div{
	float:left;
}
.listNum{
	margin-right:20px;
}
.toolItemTit,.listNum{
	font-size:20px;
	font-weight:500;
	color:rgba(34,34,34,1);
	line-height:30px;
}
.toolList{
	width:100%;
	display: inline-block;
	position: relative;
	margin-bottom:40px;
}
.toolItemInfo{
	height:30px;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:30px;
	width:840px;
	word-break: break-all;
}
.toolList .downLoadBtn{
	height:40px;
	background:rgba(99,194,198,1);
	border-radius:4px;
	float:right;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:40px;
	width:120px;
	text-align:center;
	position: absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	cursor: pointer;
}
.tabCon1{
	display: block;
}
.tabCon2{
	display: none;
}