
.tabselect{
	width: 2rem;
	height: 0.6rem;
	border: 1px solid #dcdcdc;
	outline: 0;
	margin: 0.3rem 0;
	font-size: 0.26rem
}
.schedule_table {
	width: 100%;
	border: 1px solid #dcdcdc;
	font-size: 0.24rem;
	color: #333;
	text-align: center;
	margin-bottom: 0.6rem;
}

.schedule_table tr {
	height: 0.5rem;
	line-height: 0.4rem;
	padding: 0.1rem;
	border-top: 1px solid #dcdcdc;
}

.schedule_table td,
.schedule_table th {
	border-right: 1px solid #dcdcdc;
	padding: 0.1rem 0;
}

.schedule_table th {
	font-size: 0.28rem;
	font-weight: bold;
	text-align: center
}

.schedule_table th:last-of-type,
.schedule_table tr th:last-of-type{
border-right: 0;	
}

