.text-center {
	text-align: center;
}
.padding-lg {
	padding: 0.3rem 0.1rem;
}
i.strong {
	color: #C00;
}
.r-banner img {
	background: #e64668;
}
table td,
table th {
	padding: 0.1rem;
	text-align: center;
}
table th {
	color: #FFF;
}
table td,
table th,
table {
	border: 1px solid #CCC;
	font-size: 0.18rem;
}
table {
	margin-bottom: 0.3rem;
	margin-left: 0.05rem;
	margin-right: 0.05rem;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	padding: .5em 0.1em;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 300ms ease-out,border-color 300ms ease-out;
	transition: background-color 300ms ease-out,border-color 300ms ease-out;
	font-size: 0.3rem;
}
a.btn.block {
	display: block;
}
a.btn-danger {
	color: #fff;
	background-color: #dd514c;
	border-color: #dd514c;
}

.kecheng {
	padding: 0.1rem;
	background: #CCC url(../img/tuition/bg.jpg) 0 0 repeat;
}
.kecheng .kecheng_eq {
	display: flex;
	font-size: 0.3rem;
}
.kecheng .kecheng-title p {
	border: 0.02rem dashed #000;
	border-radius: 0.2rem;
	padding: 0.5rem 0.1rem;
}
.kecheng .kecheng-title.u-sm-2 {
	width: 0.5rem;
	padding: 0;
	border: none;
	flex: initial;
}
.kecheng .kecheng-title {
	text-align: center;
	align-self: center;
	flex: 1;
	padding: 0.1rem;
}
.kecheng dl {
	font-size: 0.24rem;
	padding: 0.1rem;
	line-height: 1.8;
}
.kecheng dl dt {
	color: #C00;
}
.kecheng dl dd {
	margin-bottom: 0.2rem;
}

.cert {
	padding:0.2rem 0.1rem;
}
.cert .cf {
	font-size: 0.4rem;
	line-height: 180%;
}
.cert .cf .fl {
	text-align: left;
	padding-left: 1rem;
}
.cert .cf .fr {
	text-align: right;
	padding-right: 1rem;
}
.cert-title small {
	color: #F00;
}
.cert-title {
	margin: 0.2rem;
	padding: 0.22rem;
	border: 1px dashed #000;
	border-radius: 0.2rem;
	font-size: 0.2rem;
	text-align: center;
}

.xiangmu {
	padding: 0.2rem;
}
.faq .title1,
.after .title1,
.xiangmu .title1 {
	font-size: 0.4rem;
	margin-top: 0.2rem;
	margin-bottom: 0.1rem;
}
.faq .title2,
.xiangmu .title2 {
	font-size: 0.28rem;
	margin-bottom: 0.1rem;
}
.xiangmu .title1 i,
.xiangmu .title2 i {
	color: #C00;
	font-style: initial;
}
.xiangmu .item img {
	width: 48%;
}
.xiangmu .item {
	text-align: center;
	padding: 0.1rem;
}
.xiangmu .b,
.xiangmu .a {
	border-radius: 0.2rem;
	font-size: 0.22rem;
	background-color: #333;
	color: #FFF;
	padding: 0.2rem;
	line-height: 160%;
	width: 80%;
}
.xiangmu .a {
	background-color: #e88505;
	float: left;
	margin-top: 0.2rem;
}
.xiangmu .b {
	background-color: #12a48a;
	float: right;
	margin-bottom: 0.2rem;
}

.after {
	padding: 0.2rem 0.4rem;
	color: white;
	background: #292d36;
}
.after .title1 {
	line-height: 180%;
	padding: 0.1rem;
}
.after .cnt {
	margin: 0.2rem auto;
	display: flex;
	text-align: center;
	font-size: 0.24rem;
}
.after .cnt .f1 p {
	color: #0e90d2;
	font-size: 0.28rem;
	padding-bottom: 0.1rem;
}
.after .cnt .f1 {
	flex: 1;
	padding: 0.18rem;
	border: 1px dashed #0e90d2;
	border-radius: 0.1rem;
	line-height: 160%;
}
.after .cnt .f1.img {
	padding: 0;
	border: none;
	padding-top: 0.4rem;
}

.faq {
	padding: 0.2rem 0.4rem;
}
.faq .title1,
.faq .title2 {
	line-height: 180%;
}
.faq .question {
	background: url(../img/tuition/bg2.png) center top no-repeat;
	font-size: 0.24rem;
	line-height: 160%;
	text-shadow: 1px 1px 2px #FFF;
}
.faq .question .text-danger {
	color: #C00;
}
.faq .question .margin-bottom-sm {
	margin-bottom: 0.2rem;
}
