html {
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	font-size: 1vh;
}

body {
	background: #fafdf6 url(../img/bg.jpg) top center no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 100vh;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	overflow: hidden;
	max-width: 576px;
}

#container {
	height: calc(94vh - 10vh);
	max-height: 94vh;
	margin: 0 auto;
	margin-top: 1.2vh;
	position: absolute;
	width: 100vw;
}

.header {
	width: 86%;
	position: relative;
	margin: 0 auto 1vh;
	top: 0;
	z-index: 10;
	height: 9%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header .img {
	height: 60%;
	width: auto;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

.header .flag {
	width: auto;
	height: 55%;
}

.header a.kf {
	width: auto;
	height: 55%;
}

.header img {
	height: 100%;
}

.header .language {
	position: relative;
	height: 100%;
}

.header .language ul li a {
	display: flex;
	align-items: center;
	font-size: 1.66vh;
	color: #333;
}

.header .language ul li a img{
	width: 2.6vh;
	height: 2.6vh;
	margin-right: .4vh;
}

.header .language ul li {
	margin-bottom: 1vh;
}

.header .language a i {
	display: flex;
	align-items: center;
	font-size: 1.4vh;

}

.header .language a i img {
	height: 100%;
}

.header .language ul {
	padding-top: 5px;
	width: 200%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
}


.main {
	width: 100%;
	height: 52%;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 5%;
}

.main .photo {
	height: 100%;
	position: relative;
}

.main .photo img {
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.footer {
	width: 100%;
	height: 41%;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .item {
	height: 20%;
	/* width: calc(40vh); */
	width: 86%;
	text-align: center;
	position: relative;
	margin-bottom: 1.8vh;
	box-sizing: border-box;
}

.footer .item a.i-a {
	text-align: center;
	background-color: #24b669;
	border-radius: 1.5vh;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0 2vh;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	font-size: 2.4vh;
}

.item a>* {
	margin: 0;
	padding: 0;
}

.footer .item a.i-a span {
	height: 54%;
	width: 15vh;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	white-space: nowrap;
	align-items: center;
	font-size: 2.4vh;
}
.footer .item a.i-a span i.en {
    font-size: 2vh; /* 可根据需求调整字号 */
}
.footer .item a.i-a img {
	height: 50%;
	margin: 0;
	padding: 0 1vh;
}

.footer_text {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1.6vh;
	color: #666;
	line-height: 4vh;
}



@media screen and (max-width: 576px) {
	#container {
		width: 100vw;
	}
}

@media screen and (min-width:577px) {

	body {
		max-width: 576PX !important;
	}

	#container {
		max-width: 576PX !important;
		height: calc(90vh - 10vh);
		max-height: 90vh;
		margin-top: 4vh;
	}

	.header {
		height: 10%;
	}

	.main {
		height: 62%;
	}

	.footer {
		margin-top: 0;
		height: 45%;
	}

	.footer .item {
		height: 21%;
		width: 88%;
		text-align: center;
		position: relative;
		margin-bottom: 2vh;
		box-sizing: border-box;
	}

	.footer .item a.i-a img {
		height: 54%;

	}

	.footer .item a.i-a span {
		height: 60%;
		min-width: 16vh;
		font-size: 2.8vh;
	}

	.footer_text {
		font-size: 1.8vh;
		line-height: 2vh;
	}

	.header {
		margin: 0 auto 2vh;
	}


}