.tab_main {
	padding: 0.21rem;
	width: calc(100% - 0.42rem);
	padding-bottom: 0;
}

.con_ol {
	display: block;
	width: 100%;
}

.con_ol>li {
	display: block;
}

.con_ol>li:nth-child(4n) {
	margin-right: 0 !important;
}

.con_ol>li>a {
	text-align: center;
	font-size: 0.24rem;
	font-family: PingFang;
	font-weight: 500;
	color: rgba(8, 0, 10, 1);

	width: 1.65rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: rgba(255, 255, 255, 1);
	border: 0.01rem solid rgba(208, 206, 206, 1);
	float: left;
	margin-right: 0.10rem;
	margin-bottom: 0.10rem;
}

.con_ol>li a.active {
	width: 1.63rem;
	height: 0.8rem;
	background: rgba(255, 239, 239, 1);
	border: 0.01rem solid rgba(255, 109, 109, 1);
	font-size: 0.24rem;
	font-family: PingFang;
	font-weight: bold;
	color: rgba(220, 0, 0, 1);
}

.tab {
	display: flex;
	padding: 0 0.21rem;
	width: calc(100% - 0.42rem);
}

.tab>li{
	flex: 1;
	font-size: 0.32rem;
	font-family: PingFang;
	font-weight: 500;
	color: rgba(17, 17, 17, 1);
	line-height: 0.7rem;
	text-align: center;
}

.tab>li.active{
	color: #111111;
	border-bottom: 0.06rem solid #dc0000;
}