body{
	background: url('../images/cruve.png') no-repeat fixed center;
	padding-top: 90px;
	
}

.container {
	padding-top: 0px !important;
	width: 90%;
}
.container .small_txt p {
	font-size:10px;
	color: gray;
	text-align: center;

}
.title {
	color: #f60;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
}
.content {
	width: 60%;
	height: 400px;
	margin: 0 auto;
	overflow: auto;
	margin-bottom: 20px;
	margin-top:20px;
	font-size: 14px;
}
.bottom{
	width: 60%;
	margin: 0 auto;
}

.txt, .tip {
	font-size: 12px;
}
.tip {
	color: #f60;
	display: none;
}
.next {
	text-align: right;
}
.btn{
	display: inline-block;
	padding:4px 10px;
	background-color: #f60;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
}
