.article{
	font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", 微软雅黑, sans-serif;
	
	/* width: 900px; */
}
.article h1{
	line-height: 48px;
	font-size: 36px;
	font-weight: bold;
	color: #202d40;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
	margin-bottom:20px;
}

.article h2{
	position: relative;
	line-height: 48px;
	font-size: 28px;
	font-weight: bold;
	color: #202d40;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
.article h2:before{
	position: absolute;
	left: 0;
	top: 12px;
	display: block;
	height: 28px;
	content: "";
	border-left: 5px solid  #6b72e6;
}
.article p{
	line-height: 2.2;
	margin-bottom: 10px;
}
.article img{
	display: block;
	max-width: 100%;
	width: auto;
}
.article a {
	display: inline-block;
	color: #2372fa;
	margin-bottom: 10px;
}

.article .blockBox{
	margin-bottom: 30px !important;
}
.codeS{
	min-height: 40px;
}

table {
    border-collapse: collapse;
    margin: 1rem 0;
    /* display: block; */
    overflow-x: auto;
	font-size: 14px;
	
	width:900px;
}

tr {
    border-top: 1px solid #eaecef
}

tr:nth-child(2n) {
    background-color:#f3f4f4
}

td,th {
    border: 1px solid #eaecef;
    padding: .6em 1em;
	text-align: center;
}
table th{
	font-weight: bold;
}


table th:last-child,
tr td:last-child{
	text-align: left;
}
table th:first-child,
tr td:first-child{
	text-align: center;
}

.m0 p{
	margin-bottom: 0;
	line-height: 1.6;
}