﻿html {
	height: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
	height: 100%;
	margin: 0;
	font-family: arial;
	font-size: 14px;
	line-height: 1.3;
	background: #000;
	touch-action: none;
	user-select: none;
	user-drag: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
}

img {
	user-select: none;
	user-drag: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
}


/************************************************* mainscreen *****************************************************************/

#mainscreen {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #f00;
	background: #fff;
	overflow: hidden;
}

/************************************************* imgframe *******************************************************************/

#imgframe {
	display: block;
	position: absolute;
	width: 1366px;
	height: 768px;
	z-index: 1;
}

#divimg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	xbackground: #000;
	xbackground: #fff;
	xbackground-image: url(frames/1.jpg);
	background-image: url(frames/bg.jpg);
	xbackground-position: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	xbackground-size: contain;
	xbackground-size: 100%;
}

#imgwindow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #faa;
	xoverflow-x: auto;
	xoverflow-y: hidden;
	overflow: hidden;
}

#imgwindowscroller {
	position: absolute;
	width: 1000%;
	height: 100%;
	z-index: 1;
	background: #ccc;
}

#imgwindowscroller img {
	position: relative;
	display: inline-block;
}

/************************************************* button *********************************************************************/

button {
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 15px;
	bottom: 0;
	z-index: 10;
}

.divzoom {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	font-size: 16px;
	box-sizing: border-box;
	height: 40px;
	width: 50px;
	padding: 10px 5px;
	border: 1px solid #666;
	line-height: 22px;
	background: #ccc;
	color: #333;
	font-weight: bold;
	text-align: center;
	
	top: 1px;
	height: 37px;
	width: 48px;
	line-height: 18px;
}

#divzoom100 {
	margin-left: -50px;
}

#divzoom150 {
	margin-left: 0px;
}

.zoom150 {
	transform: scale(1.5);
}

.zoom100 {
	transform: scale(1);
}


/************************************************* labels *********************************************************************/

#divframe, #divtime {
	position: absolute;
	top: 0;
	height: 20px;
	width: 115px;
	padding: 5px 0 5px 5px;
	font-size: 15px;
	line-height: 22px;
	xfont-family: lucida console, monospace;
	z-index: 10;
	color: #fff;
	background: #000;

	height: 40px;
	font-size: 20px;
	line-height: 42px;

	font-size: 16px;
	height: 20px;
	padding: 10px 5px;
	line-height: 22px;
	background: transparent;
	color: #333;
	font-weight: bold;
}

#divframe {
	left: 0;
}

#divtime {
	right: 0;
	text-align: right;
}

#divcentertime {
	position: absolute;
	height: 50px;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	top: 50%;
	margin-top: 10px;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	font-family: arial;
	z-index: 10;
	color: #fff;
	xdisplay: none;

	width: 360px;
	margin-left: -180px;
	text-align: center;
	xbackground: #999;
}

#divtop, #divbottom {
	position: absolute;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
}

#divtop {
	top: 0;
	height: 40px;
}

#divbottom {
	bottom: 0;
}

/************************************************* marker *********************************************************************/

#divmarker {
	position: absolute;
	left: 50px;
	bottom: 100px;
	width: 100px;
	height: 60px;
	background: #dc0;
	border: 1px solid #888;
	z-index: 10;

	background: rgb(119,119,119);
	background: linear-gradient(90deg, rgba(119,119,119,1) 0%, rgba(204,204,204,1) 35%, rgba(102,102,102,1) 100%);

	xbackground: rgb(204,204,204);
	xbackground: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(102,102,102,1) 100%);
}

#divmarkerpoint {
	position: absolute;
	left: 49px;
	top: -400px;
	width: 2px;
	height: 400px;
	background: #333;
	xbackground: #fff;
	xborder: 1px solid #fff;
	xborder-color: rgba(200, 200, 200, 0.2);
}

/************************************************* progress *******************************************************************/

#divprogresscontainer {
	position: absolute;
	left: 0;
	bottom: 50px;
	height: 2px;
	width: 100%;
	z-index: 10;
}

#divprogress {
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 0%;
	background: #f00;
	
}

/************************************************* others *********************************************************************/

#output {
	position: absolute;
	width: 200px;
	height: 60px;
	padding: 0;
	top: 45px;
	left: 0;
	overflow-y: auto;
	font: 12px/15px segoe ui, lucida console;
	background: rgba(240, 240, 240, 0.7);
	z-index: 10000;
	display: none;
}

#status {
	position: absolute;
	width: 200px;
	height: 60px;	
	padding: 0;
	top: 110px;
	left: 0;
	overflow-y: auto;
	font: 12px/15px segoe ui, lucida console;
	background: rgba(240, 240, 240, 0.7);
	z-index: 10000;
	display: none;
}

.spacer {
	width: 0;
	height: 0;
	clear: both;
}