.container-fluid{
	padding:0;
}

@media screen and (min-width:640px){
	
	.content{
		width:100%;
		margin-top: 20px;
	}
	.title h3{
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.title span{
		color:#ababab;
	}
	.title{
		border-bottom: #ececec solid 1px;
		padding-bottom: 10px;
	}
	.context{
		line-height: 30px;
		margin: 20px auto;
		font-size: 16px;
	}
	.money{
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-align:center;
		color:#333;
		border: #aaa solid 1px;
		cursor:pointer;
		margin: 0px auto;
		display:block;
	}
	.money:hover{
		color:#3e3eff;
		border: #3e3eff solid 1px;
	}
}

@media screen and (max-width:640px){
	.content{
		width:100%;
		margin-top:20px;
	}
	.title h3{
		font-size: 16px;
		font-weight: normal;
	}
	.title span{
		color:#ababab;
	}
	.title{
		border-bottom: #ececec solid 1px;
		padding-bottom: 10px;
	}
	.context{
		/* line-height: 100px; */
		margin: 30px auto;
		font-size: 14px;
	}
	.money{
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-align:center;
		color:#333;
		border: #aaa solid 1px;
		cursor:pointer;
		margin: 0 auto;
		display: block;
	}
	.money:hover{
		color:#3e3eff;
		border: #3e3eff solid 1px;
	}
}

