body{	
	font-family: "-apple-system","system-ui","BlinkMacSystemFont","SF Pro Text","Roboto","sans-serif";
	background: #fff;
}
section{
	padding: 0px 0.64rem;
}

.mt_48px{
	margin-top: 1.28rem;
}
.mt_16px{
	margin-top:0.4266666666666667rem; 
}
.buttonA{
	width: 100%;
	padding: 0.3466666666666667rem 0px;
	background: #1471EB;
	border-radius: 0.24rem;
	color: #fff;
	text-align: center;
}
.buttonB{
	width: 100%;
	padding: 0.3466666666666667rem 0px;
	border:1px solid #1471EB;
	border-radius: 0.24rem;
	color: #1471EB;
	text-align: center;}

.listlu{

	border-top: 1px solid #EAEBEC;
}
.listlu li{
	padding: 0.4533333333333333rem 0px;
	font-size: 0.48rem;
	color: #333333;
	font-weight: 400;
	position: relative;
	border-bottom: 1px solid #EAEBEC;
}
.listlu li:after{
	content: " ";
    background-image: url(../img/arrow_next_3x.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    width: 0.4266666666666667rem;
    height: 0.64rem;
}

.divdl{
	width: 100%;
	display: table;
}
.divdl dl{
	display: table-cell;
}
.divdl dl dt{
	width: 1.493333333333333rem; 
	margin:0px auto;
}
.divdl dl dd{
	font-size: 13px;
	color: #333333;
	text-align: center;
	line-height: 16px;
	font-weight: 600;
}
.tncul , .tncul li ol{
	margin:15px 10px 15px 15px ;
}
.tncul li{
	list-style-type: decimal;
	margin-bottom: 5px;
}
.tncul li ol li{
	list-style-type: lower-alpha;
}
table{
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
}
 table tr td:first-child{
text-align: left;
padding: 5px;
}
 table tr td{
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	text-align: center;
	padding: 5px;
}