body {
	line-height: 1.15;
	font-size: 0.16rem;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0 / cover;
}

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul {
	list-style: none;
	margin-bottom: 0 !important;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

i,
em {
	font-style: normal;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0 ;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none !important;
	color: #55DC72 !important;
}

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}


img {
	vertical-align: middle;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.j-between {
	justify-content: space-between;
}

.a-items {
	align-items: center;
}

.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2;
}

.flex-3 {
	flex: 3;
}

.flex-4 {
	flex: 4;
}

.light-4 {
	font-weight: 400;
}

.light-5 {
	font-weight: 500;
}

.light-6 {
	font-weight: 600;
}

.light-7 {
	font-weight: 700;
}