body {
	margin: 0 auto;
	font-family:MicrosoftYaHei,Microsoft YaHei,PingFangSC-Regular, sans-serif,Verdana, Arial, Helvetica,'Times New Roman',PingFangTC;
	background-color: #F9F9FA;
	line-height: 26px;
	max-width: 1920px;
}

.tab_selected{
	font-size: 28px;
	font-weight: 600;
	color: #f65b5b;
	text-align:right;
	border-bottom:solid 3px #f65b5b;
	padding-bottom: 5px;
}

.tab_unselected{
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-shadow: 0 2px 4px rgba(132, 0, 0, 0.13);
}