.table-bordered h2 {
	color: #E12323;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 24px;
	margin-top: 5px;
}

.table-bordered>thead>tr>th {
	border-bottom-width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: 400;
}

.table-bordered>caption {
	text-align: center;
	font-size: 16px;
	color: #333;
}

.table-bordered {
	margin-bottom: 70px;
	min-height: 400px;
}

.table-bordered>thead>tr>th{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 200px;
}

.table-bordered>thead>tr>th:nth-of-type(odd) {
   background: #ffb4b4;
}
.table-bordered>thead>tr>td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*按钮*/
.appeal{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.appeal>bottom{
cursor: pointer;
    color: #FFFFFF;
    background: #e12323;
    border: 1px solid #e12323;
    display: inline-block;
    line-height: 45px;
    width: 75px;
    border-radius: 10px;
    }
    .appeal>bottom:nth-child(1){
    	margin-right: 20px;
    }
