.certitle {
	font-size: 40px;
	text-align: center;
}

.selectcer_g {
	width: 1182px;
	overflow: hidden;
	margin: 20px auto;
	border-radius: 10px;
	border: #d80c18 2px solid;
}

.selectcer_g_1 {
	width: 1154px;
	overflow: hidden;
	border-radius: 10px;
	border: #d80c18 2px dotted;
	margin: 12px;
	background: linear-gradient(to bottom, #ffffff, #faedd9);
}

.selectcer_g_1 table {
	margin: 0;
}

.selectcer_g_1 tr td:first-child {
	height: 66px;
	line-height: 66px;
	padding: 0 0 0 66px;
	width: 270px;
	border-right: #d80c18 2px dotted;
	font-size: 18px;
}

.selectcer_g_1 tr td:last-child {
	padding-left: 30px;
}

.selectcer_g_1 .checkbox input[type=checkbox],
.selectcer_g_1 .checkbox-inline input[type=checkbox],
.selectcer_g_1 .radio input[type=radio],
.selectcer_g_1 .radio-inline input[type=radio] {
	margin-top: 16px;
	background-color: #d80c18 !important;
	border: #d80c18 !important;
}

.selectcer_g_1 .form-group {
	margin-bottom: 0;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
}

.selectcer_g_1 .input-sm {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	border-radius: 12px;
	border: none;
}

.cerselect {
	width: 246px;
	height: 60px;
	display: block;
	margin: 20px auto;
	background-color: #d80c18;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	border-radius: 20px;
}

.cerselect:hover {
	color: #ffffff;
}

#year {
	height: 44px;
	border: #d80c18 1px solid;
	border-radius: 12px;
	background-color: #eee;
}

#cerbox tr:first-child{
	background-color: #d80c18;
	color: #FFF;
}

#cerbox .viewcer{
	background-color:#d80c18;
	border-color: #d80c18;
}

@media screen and (max-width: 480px) {

	.selectcer_g,
	.selectcer_g_1 {
		width: 100%;
		border: none;
		margin: 0;
	}

	.selectcer_g_1 {
		border: #d80c18 1px dotted;
	}

	.selectcer_g_1 tr td:first-child {
		width: 20%;
		padding-left: 10px;
		height: auto;
	}

	.selectcer_g_1 tr td:first-child small,
	.selectcer_g_1 tr td:first-child span {
		display: none;
	}

	.selectcer_g_1 tr td:last-child {
		padding-left: 5px;
		height: auto;
	}

	.selectcer_g_1 .form-group {
		height: auto;
	}

	.certitle {
		font-size: 24px;
	}

	.cerselect {
		width: 120px;
		height: 36px;
		display: block;
		margin: 20px auto;
		background-color: #d80c18;
		color: #ffffff;
		text-align: center;
		line-height: 36px;
		font-size: 14px;
		border-radius: 4px;
	}
}
