/*reset style*/

body{
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

ul, ol, li{
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;
}

/*rule main*/
.rule-wrapper{
	padding:0 10px 10px;
}

.rule-header, .rule-content{
	margin-top: 10px;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.rule-header h2, .rule-content h2{
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 10px 0;
	line-height: 22px;
	color: #ff9a57;
}

.rule-header p{
	margin: 0;
	font-size: 13px;
	line-height: 20px;
}

.rule-content table{
	width: 100%;
	border: 1px solid #e7e1e0;
	border-collapse: collapse;
	border-spacing: 0;
}
.rule-content table th, .rule-content table td{
	text-align: center;
	border: 1px solid #e7e1e0;
	font-size: 12px;
	line-height: 18px;
	padding: 6px 3px;
	color: #666;
}
.rule-content table th{
	font-weight: normal;
	background-color: #fff2e9;
	color: #333;
}

.rule-content table tbody tr:nth-child(even){
	background-color: #f8f8f8;
}


.integral-max table tbody tr td{
	width: 25%;
}


.integral-max h2{
	display: flex;
	justify-content: space-between;
}
.integral-max h2 span:last-child{
	font-size: 12px;
	color: #999;
}
