html {
	height: 100%
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px
}

#mapcontainer {
	height: 93%;
	width: 70%;
	margin-left: 30%;
}

#nav-mobile {
	/* margin-top: 63.5px; */
	height: 93.5%;
}

.card-panel {
	width: 95%;
	margin: 0 auto;
}

.col .btn-large {
	margin: 0 auto;
}

@media screen and (min-width: 1280px) {
	.sidenav {
		width: 720px;
	}
	#mapcontainer {
		margin-left: 720px;
	}
}

@media screen and (max-width: 1279px) {
	.sidenav {
		width: 370px;
	}
	#mapcontainer {
		margin-left: 370px;
	}
}

.productcard {
	width: 330px;
	margin-left: 10px;
	display: inline-block;
}

.productcard img {
	height: 230px;
}

.productcard:hover {
	color: #FF9900;
}


/*SearchInfoWindow*/

.BMapLib_SearchInfoWindow {
	font: 15px arial, 微软雅黑, sans-serif;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
	font-size: 18px;
	text-align: center
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_close {
	background: url(../img/ic_clear_black_18px.svg) no-repeat center center
}

.BMapLib_SearchInfoWindow .BMapLib_sendToPhone {
	background: url(../img/ic_phone_android_black_18px.svg) no-repeat center center
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}