/* 1.004 */
html, body
{
 height:100%;
 margin:0px;
}
body
{
 overflow:hidden;
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none; 
}
#scn
{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background-color:#f8f;-webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none; 
 
}
.icon
{
 position:absolute;
 left:0px;
 top:24px;
 width:56px;
 height:56px;
 cursor:pointer;
}
#bkBtn
{
 position:absolute;
 top:10px;
 left:10px;
 cursor:pointer;
}
#ggeBox
{
 position:absolute;
 top:10px;
 left:10px;
 width:100px;
 height:48px;
 border:solid 2px;
 background-color:#fff;
}
#ggeInner
{
 margin:0%;
 width:0%;
 height:100%;
 background-color:#f00;
}