.main{
	
	box-sizing: border-box;
	padding: 0.5rem;
	position: relative;
	overflow: auto;
}
.main h4{
	font-size: 1.5rem;
	font-weight: bold;
	color: #0882c4;
	margin: 1rem 0;
	text-align: center;
}
.main form div{
	display: flex;
	justify-content: space-between;
}
.main form div select{
	border: 1px solid #eee;
	width: 6.72rem;
	height: 2.18rem;
	border-radius:0.3rem;
	font-size: 1rem;
	color: #999999;
}
.main form div input{
	border: 1px solid #eee;
	width: 6.72rem;
	height: 2.18rem;
	border-radius:0.3rem;
	font-size: 1rem;
	color: #999999;
	box-sizing: border-box;
	padding-left: 0.5rem;
	font-size: 1rem;
}

.main form input.sub{
	width: 4.54rem;
	height: 1.81rem;
	text-align: center;
	line-height: 1.81rem;
	background: #ffa14e;
	color: #fff;
	font-size: 1.2rem;
	margin: 2rem auto;
	display: block;
}
.main table{
	width: 100%;
	box-shadow: 0px -2px 5px #f5f5f5;
	margin-bottom: 1rem;
}
.main table tr th,.main table tr td{
	width: 25%;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
}
.main table tr{
	height:4rem;
}
.main table tr th{
	color: #0882c4;
	border-bottom: 1px solid #0aa3f5;
	font-weight: normal;
}
.main table tr td{
	color: #5c5c5c;
	border-bottom: 1px dashed #dedede;
	font-size: 1rem;
}
.main table tr td a{
	display: block;
	width:5.09rem;
	height: 1.81rem;
	text-align: center;
	line-height: 1.81rem;
	background: #0882c4;
	color: #fff;
	margin: 0 auto;
}
.main table tr td a:active{
	background: #0aa3f5;
}
.main table tr:last-child td{
	border: none;
}
