.kindergarten-basic {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.6667vw;

	background: #fff;
	color: #8e8e8e;
	font-size: 3.2vw;
}
.kindergarten {
	margin-top: 16vw;
}
.single {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kid-info {
	padding: 1.3333vw 0;
}

.down {
	position: relative;
	left: 50%;
	/* transform: translateX(-50%); */
	display: inline-block;
	/* padding: 2.6667vw; */
	width: 3.2vw;
	height: 2vw;
	/* background: red !important; */
	background: url(../images/dwonArrow.png) no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.name {
	color: #363636;
	font-weight: 700;
	font-size: 3.7333vw;
}

/* footer */
.no-margin {
	width: 100%;
	height: 13.3333vw;
}

.kd-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 13.3333vw;
	background: #fff;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.6667vw;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 -0.2667vw 0.6667vw rgba(136, 136, 136, 0.1);
}

.kd-footer-btn {
	width: 59.4667vw;
	background: url(./../images/indexHeader.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 6.6667vw;
	text-align: center;
	line-height: 10.6667vw;
	height: 10.6667vw;
	color: #fff;
	font-size: 4.8vw;
}

.kd-item-wrap {
	width: 35%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
