* {
	margin: 0;
	padding: 0;
	border: 0
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}
.text-c {
	text-align: center;
}

.fr {
	float: right;
}


.pb-0 {
	padding-bottom: 0 !important;
}
.font32 {
	font-size: .42667rem;
}
.font36 {
	font-size: .48rem;
}
.font28 {
	font-size: .3733rem;
}

.font24 {
	font-size: .32rem;
}

.red {
	color: #FF3124 !important;
}
