_help.css 525 Bytes
.installment-help {
	padding: 0 5px;
	margin: 0;
	background-color: #fff;
    font-family: 'Helvetica','黑体','Arial';

	.help-title {
		text-align: center;
		font-size: 40px;
		margin-top: 10px;
	}

	.help-group{
		text-align: left;
		margin: 20px 5px;

	 	h2 {
			font-size: 34px;
	 	}

	 	p {
	 		font-size: 28px;
	 		line-height: 40px;
	 		margin-top: 10px;
	 		text-indent: 2em;
	 	}

	 	.remind {
	 		color: #ff0000;
	 	}

	 	.underline {
	 		text-decoration: underline;
	 	}
	}

}