@charset "gb2312";
/* CSS Document */
#content{
	padding: 0 15px;
}
#content p{
	font-size: 2.5rem;
}
.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;
	display: table;
	margin: 10px auto 30px;
}
.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;
}
.methodItem{
	font-size: 2.8rem;
	background-color: #df3b73;
	color: white;
	display: table;
	margin: 20px auto;
	padding: 0 10px;
}
.clearPadding{
	margin-left: -15px;
	margin-right:-15px;
}
.gap15{
	height:15px;
}