.container {
	background: url(../images/featurebg.png) no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
/* html {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} */

.kid-nav {
	top: 21.7% !important;
}

.feature-wrap {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	height: 43.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],
.nav-item[data-v-3] {
	background-image: url(./../images/featureNavFirst.png);
}
.nav-item[data-v-2] {
	background-image: url(./../images/featureNavsecend.png);
}
.header {
	background: url(./../images/indexHeader.png);
}
