.marin-0{
	margin:0;
}
.padding-0{
	padding:0;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.display-block{
	display: block;
}
.display-line{
	display: inline;
}
.display-inline-block{
	display: inline-block;
}
.display-flex{
	display: flex;
}
.flex-flow-column{
	flex-flow: column;
}
.flex-warp-warp{
	flex-wrap: wrap;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-space-between{
	justify-content: space-between;
}
.align-items-center{
	align-items: center;
}
.flex-grow-1{
	flex-grow: 1;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clear-f{
	clear: both;
	zoom: 1;
}
.width-all{
	width: 100%;
}
.width-25{
	width: 25%;
}
.width-px-25{
	width: 25px;
}
.font-size-0{
	font-size: 0;
}
.font-size-14{
	font-size: 14px;
}
.font-size-rem-1{
	font-size: 1rem;
}
.font-weight-bold{
	font-weight: bold;
}
.font-weight-normal{
	font-weight: normal;
}
.bg-color-b5{
	background-color: #b5b5b5;
}
.bg-color-fea555{
	background-color: #fea555;
}
.color-b5{
	color: #b5b5b5;
}
.position-re{
	position: relative;
}
.position-ab{
	position: absolute;
}
.top-0{
	top: 0;
}
.bottom-0{
	bottom: 0;
}
.right-0{
	right: 0;
}
.left-0{
	left: 0;
}
.margin-right-0-i{
	margin-right: 0!important;
}
.margin-left-0-i{
	margin-left: 0!important;
}
.margin-right-rem-2{
	margin-right: 2rem;
}
.margin-right-px-10{
	margin-right: 10px;
}
.text-column-1{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.text-column-2{
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.text-column-3{
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.border-top-0-i{
	border-top: 0!important;
}
.border-right-0-i{
	border-right: 0!important;
}
.border-bottom-0-i{
	border-bottom: 0!important;
}
.border-left-0-i{
	border-left: 0!important;
}
