.mh270{
	max-height: 270px;
}
.h45{
	height: 45px;
}
.h25{
    height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.h270{
	height: 270px;
}
.w100p{
	width: 100%;
}
.w80{
	width: 80px;
}
.tct{
	text-align: center;
}
.fs15{
	font-size: 15px;
}
.fs20{
	font-size:20px;
}
.fwb{
	font-weight: bold;
}
.mgb10{
	margin-bottom: 10px;
}
.mgt20{
	margin-top: 20px;
}
.mgt15{
	margin-top:15px;
}
.btn-purple{
	background: #800080;
	color: white;
	text-align: center;
}
.btn-center{
	display: block;
	margin: 10px auto;
}
.img-center{
	margin:0 auto;
	display: block;
}