.main{
	padding: 0 10px;
}

.main-title{
	padding: 16px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	border-bottom: 1px solid #e5e5e5;
}

.main-content{
	padding: 12px 8px;
	border-bottom: 1px solid #e5e5e5;
}

.main-content .section-title{
	padding: 15px 0;
	font-size: 16px;
	font-weight: 700;
	color: rgb(185,76,53);
}	

.main-content img{
	display: block;
	margin: 8px 0;
	max-width: 100%;
	text-align: center;
}


.main-content .click-item{
	padding: 15px 0;
	height: 32px;
	line-height: 32px;
}

.main-content .click{
	float: left;
}

.main-content .click-link{
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #0B409C;
}

.main .btn-next{
	margin: 15px 0 50px;
	display: block;
	border-radius: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	width: 100%;
	background-color: rgb(97,172,255);
}

.main .click-link{
    font-size: 16px;
    font-weight: 500;
	color: #0B409C;
}