.commonContentDetailStyle .commonH1Style{
	font-size: .48rem !important;
	line-height: .72rem !important;
	font-weight: bold;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonPStyle{
	font-size: .36rem;
	line-height: .72rem;
	text-indent: 0;
}

.commonContentDetailStyle .commonDetailBodyStyle strong{
	font-weight:bold;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonPStyle p{
	margin-bottom: .4rem;
	text-indent: 0;
}

.commonContentDetailStyle .commonDetailBodyStyle h2{
	margin-bottom: .14rem;
	font-size: .44rem;
	line-height: .72rem;
	font-weight: bold;
	padding-left: .3rem;
	position: relative;
	height: auto !important;
}

.commonContentDetailStyle .commonDetailBodyStyle h3{
	margin-bottom: .14rem;
	margin-top: .56rem;
	line-height: .72rem;
	font-size: .4rem;
	font-weight: bold;
	color: #6798FC;
}

.commonContentDetailStyle .commonDetailBodyStyle h2:before{
	position: absolute;
	left: 0;
	top: .14rem;
	width: .1rem;
	height: .44rem;
	content: '';
	border-radius: .6rem;
	background-color: #6798FC;
}

.commonContentDetailStyle .commonDetailBodyStyle h4,
.commonContentDetailStyle .commonDetailBodyStyle h5,
.commonContentDetailStyle .commonDetailBodyStyle h6{
	margin-bottom: .14rem;
	margin-top: .46rem;
	font-size: .36rem;
	line-height: .72rem;
	font-weight: bold;
	color: #666;
}

.commonContentDetailStyle .commonDetailBodyStyle img{
	display: block;
	margin: .4rem auto;
	max-width: 100%;
	border-radius: .12rem;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table{
	margin: .3rem 0;
	text-align: left;
	width: 100%;
	border-radius: .12rem;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #DCE0E7;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table caption{
	font-size: .36rem;
	line-height: .72rem;
	font-weight: bold;
	margin-bottom: .3rem;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table td,
.commonContentDetailStyle .commonDetailBodyStyle.commonTable table th{
	border:1px solid #DCE0E7;
	border-left: 0;
	border-bottom: none;
	padding: .2rem .3rem;
	line-height: .5rem;
	font-size: .34rem;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table td:first-child{
	border-left: 1px solid #DCE0E7;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table th:last-child{
	border-right:none;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table thead th{
	border-top:none;
	color: #fff;
	font-weight: bold;
	background: #6798FC;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table thead th:first-child{
	border-radius: .12rem 0 0 0;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table thead th:last-child{
	border-radius: 0 .12rem 0 0;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table tbody tr:nth-child(odd){
	background: #F6F7FA;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table tbody td:first-child,
.commonContentDetailStyle .commonDetailBodyStyle.commonTable table th:first-child{
	text-align:center;
}

.commonContentDetailStyle .commonDetailBodyStyle.commonTable table tfoot td{
	color:#666;
	text-align: center;
}

.commonContentTipsStyle{
	line-height: 21px;
    font-size: 13px;
    color: #999;
}

.commonContentDetailStyle .commonUlStyle ul,
.commonContentDetailStyle .commonUlStyle ol,
.commonContentDetailStyle .commonUlStyle dl,
.commonContentDetailStyle .commonUlStyle dt,
.commonContentDetailStyle .commonUlStyle dd,
.commonContentDetailStyle .commonUlStyle li{ list-style: initial; }
.commonContentDetailStyle .commonUlStyle ul,
.commonContentDetailStyle .commonUlStyle ol,
.commonContentDetailStyle .commonUlStyle dl{ padding-left:.4rem; }

.mar-b10{ margin-bottom:.1rem; }
.pad-b10{ padding-bottom:.1rem; }
.pad-t10{ padding-top:.1rem; }
.mar-b20{ margin-bottom:.2rem; }
.pad-b20{ padding-bottom:.2rem; }
.pad-t20{ padding-top:.2rem; }
.pad-b30{ padding-bottom:.3rem; }
.pad-t30{ padding-top:.3rem; }
.pad-r10{ padding-right:.1rem; }
.pad-r15{ padding-right:.15rem; }
.pad-r30{ padding-right:.30rem; }
.pad-l10{ padding-left:.1rem; }
.pad-l15{ padding-left:.15rem; }
.pad-l30{ padding-left:.30rem; }
.mar-r10{ margin-right:.1rem; }
.mar-r15{ margin-right:.15rem; }
.mar-r30{ margin-right:.30rem; }
.mar-l10{ margin-left:.1rem; }
.mar-l15{ margin-left:.15rem; }
.mar-l30{ margin-left:.30rem; }

