
.forkit {
	position: absolute;
	right: 100px;
	top: 90px;
	width: 100px;
	height: 83px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	z-index: 99;
	cursor: pointer;
}


.forkit .tag {
	display: block;
	height: 100px;
	width: 83px;
	color: #fff;
	/*background: #aa0000;*/
	background: url(../../image/map_tray_icon.png) no-repeat;
	text-align: center;
	/*font-size: 13px;*/
	/*font-weight: bold;*/
	/*line-height: 30px;*/
	/*box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.4 );*/

	-webkit-transform-origin: 15px 0px;
	   -moz-transform-origin: 15px 0px;
	    -ms-transform-origin: 15px 0px;
	     -o-transform-origin: 15px 0px;
	        transform-origin: 15px 0px;
}



.forkit .tag:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 83px;
	height: 100px;
	margin: 1px;
	/*border: 1px solid rgba( 255, 255, 255, 0.4 );*/
}
.forkit .string {
	display: block;
	height: 1px;
	width: 0px;
	position: absolute;

	background: rgba( 255, 255, 255, 0.7 );
	box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.4 );

	-webkit-transform-origin: 0px 0px;
	   -moz-transform-origin: 0px 0px;
	    -ms-transform-origin: 0px 0px;
	     -o-transform-origin: 0px 0px;
	        transform-origin: 0px 0px;
}
@media screen and (max-width:1024px){
	.forkit {/*right: 30%; top: 0px; width: 36px; height: 51px; z-index: 9999;*/display: none;}
	.forkit .tag {width: 36px; height: 51px; background: url(../../image/m_map_tray_icon.png) no-repeat;}
	.forkit .tag:after {width: 36px; height: 51px;}
	.forkit-curtain {display: none;}
}
.forkit-curtain {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	text-align: center;
	background: rgba( 0, 0, 0, 0.8 );
	/*padding-top: 10%;*/
	z-index: 9999;
	overflow: hidden;
}
.forkit-curtain .close-button {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 20px;
	cursor: pointer;
	background: url(../../image/map_close_btn.png);
}