body,html{ width:100%;height:100%;}
#divss{
	position: absolute;
	z-index: 100;
	width:325px;
	height:300px; 
	background:url("../../bzImg/bg.png");
	margin: auto auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display:none;
}
.wztsdhOne{
	margin-top: 120px;
	margin-left: 60px;
	display: none;
}
.wztsdhTwo{
	position: relative;
    margin-top: 38px;
    margin-left: 30px;
    z-index: 9999;
   display: none;
   pointer-events: none;
   
    			
}
#closeBtn{
	position: absolute;
	left: 296px;
	top: 140px;
	cursor: pointer;
	transition: all .35s ease-in;
}
#closeBtn:hover(){
	transform: rotate(180deg);
}
#updateImgListView{
	z-index: 999;
	width: 200px;
	min-height: 140px;
	max-height: 400px;
	bottom: 20%;
	background: rgba(0,0,0,0.5);
	left: -200px;
	position: absolute;
	display: block;
	transition: all .35s ease-in;
	overflow-y: auto;
}
#updateImgListView::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 14px;
	background: rgba(0,0,0,0.2);
}

#updateImgListView::-webkit-scrollbar
{
	width: 8px;
	background: rgba(0,0,0,0.5);
}
#updateImgListView::-webkit-scrollbar-thumb
{
	border-radius: 14px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #555;
}
#shared{
	z-index: 999;
	width: 130px;
	height: 36px;
	background:rgba(255,255,255,0.8);
	border-radius: 6px 6px 6px 6px;
	position: absolute;
	bottom: 70px;
	left:175px;
	padding-left: 12px;
	display: none;
}
.animateOne{
	width:0px; 
	min-height:356px;
	max-height: 356px;
	background: url('../js/文字.png') no-repeat; 
	position:absolute;
	left: 50%;
	margin-left: -440px;
	
	
}
.animateTwo{
	width:0px; 
	min-height:356px;
	max-height: 356px;
	background: url('../js/文字白.png') no-repeat; 
	position:absolute;
	
	left: 50%;
	margin-left: -440px;

	
}
.animateBigBack{
	background: #000000;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display:none;
	
}
.animateBig{
	width: 1000px;
	height: 494px;
	position: absolute;

	background: url("../js/bjfb.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: 100%;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	margin-top: -247px;
	

}
.door{
	width: 40px;
	height: 50px;
	background:url('../js/11222.png');
	position: absolute;
	bottom: 256px;	
	right: 190px;
	background-position-y:250px;
	opacity: 0;
	transition: opacity 0.3s ease-in;
	cursor: pointer;
			
}
#hand{
	position: absolute;
	right: -100px ;
	top: 100px ;
	opacity: 0.2 ;
	transition: all 0.6s ease-in;
}
.jrqj{
	position: absolute;
	top: 40px;
	width: 160%;
	text-align: center;
	font-size: 14px;
	left: -10px;
}


