body,html{
	width: 100%;
	height: 100%;
	position: relative;
}
.bg-wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: url(../image/map_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.buildings-item{
	text-align: center;
	position: absolute;
	z-index: 2;
	color: red;
	text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
	font-size: 0.62vw;
	transform: scale(0.8);
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.buildings-item:hover{
	z-index: 999;
	cursor: pointer;
	font-weight: bold;
	transform: scale(1.4);
}
/*社区列表*/
.community-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.community-wrap .community-item{
	position: absolute;
	z-index: 3;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 3px 8px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	display: none;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.community-item1{
	width: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px 0px!important;
}
.community-item1 .iconfont{
	margin: 0;
}
/*社区弹窗*/
.communitycpm-wrap{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.communitycpm-content{
	position: absolute;
	left: 50%;
	top: 15%;
	z-index: 8;
	width: 40%;
	height: 70%;
	border-radius: 30px;
	background-color: white;
	margin-left: -20%;
}
/*建筑弹窗*/
.buildingscpm-wrap{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.buildingscpm-content{
	position: absolute;
	left: 4%;
	top: 20%;
	z-index: 8;
	width: 45%;
	height: 60%;
	border-radius: 30px;
	background-color: white;
}
.content-route{
	position: absolute;
	right: 4%;
	top: 20%;
	z-index: 8;
	width: 45%;
	height: 60%;
	border-radius: 30px;
	background-color: white;
}
.content-route #container{
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
.building-img{
	position: absolute;
	top: -95px;
	left: 50px;
	z-index: -1;
	width: 30%;
}
.building-img img{
	width: 100%;
	height: 100%;
}
.content-route .shut-btn{
	position: absolute;
	right: -10px;
	top: -75px;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 42px;
	color: #ffffff;
	font-size: 50px;
	cursor: pointer;
	border-radius: 50%;
	background: linear-gradient(to right, #ffb863, #fe8364);
}
.buildingscpm-content .content-header{
	position: absolute;
	top: 20px;
	right: 40px;
	width: 55%;
	height: 60px;
	border-radius: 30px;
	background: linear-gradient(to right, #ffb863, #fe8364);
}
.buildingscpm-content .header-title{
	color: white;
	font-size: 28px;
}
.buildingscpm-content .content-box{
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: scroll;
	padding: 20px 30px;
	margin-top: 50px;
}
.content-box p{
	font-size: 16px;
}
.content-box::-webkit-scrollbar {
  	width: 6px;
    height: 6px;
}
.content-box::-webkit-scrollbar-thumb {
	background: linear-gradient(to right, #ffb863, #fe8364);
	background-clip: padding-box;
    border-radius: 5px;
}





.shut-btn{
	position: absolute;
	right: 20px;
	top: 0px;
	color: white;
	font-size: 50px;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.content-header{
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background-color: #e53f3b;
}
.header-title{
	font-size: 30px;
	color: white;
}
.content-box{
    width: 100%;
    height: calc(100% - 120px);
    overflow-y: scroll;
	padding: 20px 50px;
}
/*进入网页的遮罩层*/
.mark-wrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.mark-content{
	position: absolute;
	left: 50%;
	top: 30%;
	z-index: 8;
	width: 40%;
	height: 26%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 30px;
	background-color: white;
	color: white;
	background-color: transparent;
	margin-left: -20%;
}
.title-1{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 60px;
}
.title-2{
	width: 100%;
	height: auto;
	font-size: 40px;
	text-align: center;
}
.title-btn{
	width: 200px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	margin: 0 auto;
	background-color: red;
	text-align: center;
	font-size: 18px;
}
/*音乐播放*/
.musicWrap {
    position: fixed;
    right: 4.62963vh;
    top: 4.62963vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.60417vw;
    height: 2.60417vw;
    z-index: 9999;
    border: 2px solid #fff;
    border-radius: 50%;
}
.music-icon {
    display: inline-block;
    width: 1.5625vw;
    height: 1.5625vw;
    background: url(../image/musiceicon.png) no-repeat;
    background-size: 100% 100%;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

.rotate {
	-webkit-transform: rotate(360deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite
}







