.shares {}

.tab {
	width: 100px;
	height: 40px;
	border: 1px solid #E4E4E4;
	line-height: 40px;
	cursor: pointer;
}

.tab:hover,
.tabAct {
	background: #D7000F;
	border: 1px solid #D7000F;
	color: #fff;
	transition: all .3s;
}

.tabCon .box {
	/* display: none; */
}

.tabCon {
	min-height: 400px;
}
.fs-24{
	font-size: 24px;
}
.red{
	color:red;
}
.green{
	color:green;
}