.main-body {
	padding-bottom: 0;
}
section {
	padding-bottom: 80px;
	color: #555;
}
section .container>div {
	margin-top: 20px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}
section .container p {
	line-height: 2;
}
section .container>.btm {
	padding: 40px;
	color: #555;
	font-size: 14px;
}
section .container>.btm>div {
	padding: 30px 0;
}
section .container>.btm>div div {
	/*float: left;*/
	margin-right: 19px;
}
section .container>.btm>div div img+p {
	font-weight: 700;
}
section .container>.btm>div>div:last-child {
	margin-right: 0;
}
section .container>.btm h4 {
	height: 30px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
}
section .container>.btm>p:nth-last-child(3),
section .container>.btm>p:nth-last-child(2) {
	padding-left: 23px;
}
section .container>.btm>p:last-child {
	padding-top: 30px;
	text-align: center;
}
/*section .container>*/
.btm>p:last-child .btn {
	padding: 0;
	width: 200px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	border: none;
	border-radius: 25px;
}


/*某些页面的两个按钮*/
section .container>.btm>div:last-child {
	padding-bottom: 0;
	text-align: center;
}
section .container>.btm>div:last-child a {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 25px;
}
section .container>.btm>div:last-child>a:first-child {
	margin-right: 40px;
} 