html {
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	overflow: hidden;
	font-size: 1vh;
}

body {
	background: #fff 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: 85%;
	position: relative;
	margin: .1vh auto 0;
	top: 0;
	z-index: 10;
	height: 9%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row;
}

.header .logo {
	height: 100%;
	width: auto;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

.header img {
	height: 100%;
}

.main {
	width: 100%;
	height: 48%;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: -5.2vh;
}

.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%;
	position: relative;
	margin-top: .8vh;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 50%;
}

.footer .item {
	height: 16.5%;
	width: calc(42vh);
	text-align: center;
	position: relative;
	margin-top: .2vh;
	margin-bottom: .8vh;
	box-sizing: border-box;
}

.footer .item a {
	text-align: center;
	color: #3d4959;
	background: no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0 2.4vh;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	font-size: 2vh;
}

.footer .item a.boxbg {
	background: #fff;
	box-shadow: rgba(207, 216, 230, 0.8) 0px 2px 8px;
	border-radius: 1.4vh;
}

.footer .item a.boxbg:hover {
	box-shadow: rgba(190, 204, 227, 0.8) 0px 2px 8px;
}

span.grey {
	background-color: #adb6cc;
}

span.blue55 {
	background: #0049ff;
}

span.orange {
	background-color: #caa33b;
}

span.green {
	background-color: #0c913f;
}

span.purpleg {
	background-color: #d730f0;
}

span.blue56 {
	background-color: #3380fc;
}

span.blue66 {
	background-color: #32A8FF;
}

.footer .item a span {
	height: 52%;
	width: 12vh;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.88vh;
	border-radius: 6vh;
}

.footer .item a img {
	height: 62%;
	padding-right: 1vh;
}

.footer_text {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1.44vh;
	color: #666;
	line-height: 3vh;
}

.bottomLabel {
    position: relative;
    bottom: 2.6rem;
    right: 0%;
    margin-right: -24rem;
    overflow: hidden;
    z-index: 999999;  
    width: 8.6rem;
    height: auto;
}

.bottomLabel img {
	width: 100%;
	height: auto;	
}

@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;
	}

	.main {
		height: 60%;
	}

	.footer {
		margin-top: .4vh;
		height: 44%;
	}

	.footer .item {
		height: 23%;
		width: calc(52vh);
		text-align: center;
		position: relative;
		margin-bottom: 1vh;
		box-sizing: border-box;
	}

	.footer .item a {
		padding: 0 3vh;
	}

	.footer .item a img {
		height: 70%;
		padding-right: 1vh;
	}

	.footer .item a span {
		height: 56%;
		width: 15vh;
		font-size: 2vh;
	}

	.footer_text {
		font-size: 1.9vh;
		line-height: 4vh;
	}

	.header {
		margin: 0 auto;
	}

	.bottomLabel {		
		bottom: 3.2rem;
		margin-right: -28rem;
		width: 10rem;
		height: auto;
	}
}