.container {
	background: url(../images/featurebg.png) no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-top: 15vw;
}
/* html {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} */

.kid-nav {
	top: 15% !important;
}

.feature-wrap {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	height: 58.3333vw;
}

.feature-item {
	width: 54.4vw;
	height: 10.8vw;
	line-height: 10.8vw;
	background: url(./../images/featureItem.png) no-repeat;
	background-size: 100% 100%;
}

.nav-item {
	line-height: 10.8vw;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.nav-item[data-v-1] {
	background-image: url(./../images/btn/nav-btn-1.png);
}
.nav-item[data-v-2] {
	background-image: url(./../images/btn/nav-btn-2.png);
}
.nav-item[data-v-3] {
	background-image: url(./../images/btn/nav-btn-3.png);
}
.nav-item[data-v-4] {
	background-image: url(./../images/btn/nav-btn-4.png);
}
