@charset "utf-8";

/* CSS Document */
html,body{
	display: block;
	height: 100%;
	width: 100%;
}

#bakimg{
	background: linear-gradient(-45deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#left-box{
	position: fixed;
	bottom: -200px;
	left: 100px;
	width: 180px;
	height: 600px;
}

.map-wrap{position: relative;}
.jiuxian{
	width: 140px;
	height: 200px;
	position: absolute;
	bottom: 0px;
	border: 1px dashed #CCC;
}


@media (max-width: 575px) {}
@media (min-width: 576px) and (max-width:767px) {}
@media (min-width: 768px) and (max-width:991px) {
	.jiuxian{left: 0px;}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.jiuxian{right: 0px;}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.jiuxian{right: 50px;}
}
@media (min-width: 1400px) {
	.jiuxian{right: 150px;}
}sss