/* loading */
#panoroom{
	position: absolute;
	width: 100%;
	height: 100%;
}
#pano2{
	position: absolute;
	width: 100%;
	height: 100%;
}
#pano3{
	position: absolute;
	width: 100%;
	height: 100%;
}
#pano4{
	position: absolute;
	width: 100%;
	height: 100%;
}
.reel {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#Menu-Left{
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url(../img/Group4773@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	bottom: 8px;
	left: 8px;
	cursor: pointer;
}
#Menu-Left-Sub{
	position: absolute;
	width: 332px;
	height: 38px;
	background-image: url(../img/Rectangle486@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	bottom: 8px;
	left: 8px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
.Menu-Left-Sub-Icon{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.Menu-Left-Sub-Icon0{
	width: 32px;
	height: 32px;
	background-image: url(../img/TU_PT_up@2x.png);
}
.Menu-Left-Sub-Icon1{
	background-image: url(../img/Group4828@2x.png);
}
.Menu-Left-Sub-Icon1-Active{
	background-image: url(../img/Group4834@2x.png);
}
.Menu-Left-Sub-Icon2{
	background-image: url(../img/Group4829@2x.png);
}
.Menu-Left-Sub-Icon2-Active{
	background-image: url(../img/Group4838@2x.png);
}
.Menu-Left-Sub-Icon3{
	background-image: url(../img/Group4830@2x.png);
}
.Menu-Left-Sub-Icon3-Active{
	background-image: url(../img/Group4835@2x.png);
}
.Menu-Left-Sub-Icon4{
	background-image: url(../img/Group4831@2x.png);
}
.Menu-Left-Sub-Icon4-Active{
	background-image: url(../img/Group4837@2x.png);
}
.Menu-Left-Sub-Icon5{
	background-image: url(../img/Group4832@2x.png);
}
.Menu-Left-Sub-Icon5-Active{
	background-image: url(../img/Group4836@2x.png);
}
.Menu-Left-Sub-Icon6{
	background-image: url(../img/Group4833@2x.png);
}
.Menu-Left-Sub-Icon6-Active{
	background-image: url(../img/Group4839@2x.png);
}
#index2{
	z-index: -1;
}
#atchain{
	position: absolute;
	width: calc(1024px / 3);
	height: calc(256px / 3);
	background-image: url(../img/atchain.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 299;
	bottom: 420px;
	right: 0px;
	z-index: 999;
}
input{
    background:none;  	
    outline:none;  	
    border:none;
}
#fullscreen-loader{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#logo{
	width: 200px;
	height: 23px;
	margin-bottom: 80px;
}
#pwd{
	width: 290px;
	height: 46px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 56px;
	font-size: 20px;
	text-align: center;
	color: white;
	margin-bottom: 80px;
}
#btn{
	width: 290px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 56px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 1280px){
   #map-area,
   #map-area2,
   #map-area3{
   	position: absolute;
    width: calc(468px * 0.7);
    height:calc(484px * 0.7);
   	z-index: 1002;
   	bottom: -40px;
   	left: -20px;
   	transform: rotate(36deg);
   }
   #map-area{
       width: calc(1044px * 0.3);
       height: calc(866px * 0.3);
   }
   #map-area2{
       width: calc(790px * 0.3);
       height: calc(664px * 0.3);
   }
   #map-area3{
       width: calc(1070px * 0.3);
       height: calc(922px * 0.3);
   }
}
@media (max-width: 1280px){
  #map-area,
  #map-area2,
  #map-area3{
  	position: absolute;
    width: calc(468px * 0.7);
    height:calc(484px * 0.7);
  	z-index: 1002;
  	
  	transform: rotate(36deg);
  }
  #map-area{
      width: calc(1044px * 0.2);
      height: calc(866px * 0.2);
	  bottom: -50px;
	  left: 20px;
  }
  #map-area2{
      width: calc(790px * 0.2);
      height: calc(664px * 0.2);
	  bottom: -20px;
	  left: 10px;
  }
  #map-area3{
      width: calc(1070px * 0.2);
      height: calc(922px * 0.2);
	  bottom: -20px;
	  left: -10px;
  }
}
#map-img{
	width: 100%;
	height: 100%;
	background-image: url(../img/firstview/5map@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	
}
#map-img2{
	width: 100%;
	height: 100%;
	background-image: url(../img/firstview/6map@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	
}
#map-img3{
	width: 100%;
	height: 100%;
	background-image: url(../img/firstview/map_b@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	
}
.map-point{
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: red;
	pointer-events: none;
}
.map-point2{
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: red;
	pointer-events: none;
}
.map-point3{
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: red;
	pointer-events: none;
}
#map-point,
#map-point2,
#map-point3{
	position: absolute;
	width: calc(127px * 0.2);
	height: calc(249px * 0.2);
	top: 0;
	left: 0;
	background-image: url(../img/firstview/point@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform:translate3d(-12px,-15.84px,0);
	pointer-events: none;
}

#tips{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
#tips-img{
	width: 100%;
	height: 15%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}
#tips-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}