@charset "gb2312";
/* CSS Document */
#content{
	padding: 0 15px;
}
.color-red{
	color: #df3b73;
}
.hr-dotted{
	border: dashed 1px #acacac;
	border-bottom: none;
	margin: 20px auto;
}
.contentTitle{
	font-size: 5rem;
	color: #df3b73;
	margin: 30px auto;
}
.smallTitle{
	font-size: 3rem;
	margin: 20px auto;
}
.pannelTitle{
	background-color: #df3b73;
	height:90px;
	line-height:90px;
	color: white;
	font-size: 6rem;
	margin: 40px auto;
}
.pannelTitle:after{
	content: "";
	display: block;
	width: 10px;
	margin: 0 auto;
	border-style: solid;
	border-width: 10px;
	border-color: #df3b73 transparent transparent;
}
.pannelTitle-green{
	background-color: #308c89;
}
.pannelTitle-green:after{
	border-top-color: #308c89;
}
.pannelTitle-pink{
	background-color: #e68089;
}
.pannelTitle-pink:after{
	border-top-color: #e68089;
}
.pannelContent{
	line-height: 30px;
	font-size: 2.4rem;
}
.pannelItem{
	font-size: 3.5rem;
	color: #df3b73;
}
.introDes{
	font-size: 3.2rem;
	margin-top: 20px;
}
.introDes .feature{
	background-color: #df3b73;
	color: white;
	display: table;
	margin: 20px 0 5px;
	padding: 0 10px;
}
.rowList{
	margin-top: 30px;
	font-size: 2rem;
}
.compact .col-xs-6:first-child{
	padding-right: 0;
}
.compact .col-xs-6:last-child{
	padding-left: 0;
}
.positionSub{
	position: relative;
}
.rowList span.img-circle{
	background-color: #2e3642;
	padding:0 5px;
	color: white;
}
.positionSub span.img-circle{
	position: absolute;
	left: 3px;
	bottom: -5px;
}
.clearPadding{
	margin-left: -15px;
	margin-right:-15px;
}
.gap15{
	height:15px;
}