body,html{ width:100%;height:100%;}
#divss{
	position: absolute;
	z-index: 100;
	width:290px;
	height:288px; 
	background:url("../images/help/bg.png");
	margin: auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display:none;
}
.mouse0{
	position: absolute;
	top: 68px;
	left: 106px;
	display: none;
}
.help-over{
	position: relative;
    margin-top: 42px;
    margin-left: 24px;
    z-index: 9999;
   display: none;
   pointer-events: none;
   
    			
}
#closeBtn{
	position: absolute;
	left: 266px;
	top: 23px;
	cursor: pointer;
	transition: all .35s ease-in;
}
#closeBtn:hover(){
	transform: rotate(180deg);
}


#closeBtn1{
	width: 33px;
	height: 33px;
	z-index: 100;
	position: absolute;
	top: -18px;
	right: -36px;
	cursor: pointer;
	transition: all .35s ease-in;
}
#closeBtn1:hover(){
	transform: rotate(180deg);
}





#share{
	z-index: 999;
	position: fixed;
	bottom: 0;
	left:0;
	top:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.7);
	padding:10px;
	display: none;
	width:160px;
	height:200px
}
#share-text{
z-index: 999;
display:none;
color:#fff;
font-size:16px;
text-align:center;
margin-bottom: 1px;
font-family: Arial, "微软雅黑";

	
}

#qrcode{
	z-index: 999;
	width: 150px;
	height: 150px;
	position:relative ;
	left:0;
	top:0;
	right:0;
	padding:5px;
	background-repeat:no-repeat;
	display: none;
	background-color: #fff
}



