@charset "utf-8";
.page {
	border: 1px solid #333;
	width: 453px;
	height: 640px;
	background-color: white;
	padding: 0px;
	float: right;
	position: absolute;
	top: 0px;
	left: 0px;
}
.page img {
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	padding: 0;
	margin: 0;
}
.pagefull {
	border: 1px solid #333;
	width: 566px;
	height: 800px;
	background-color: white;
	padding: 0px;
	float: right;
	position: absolute;
	top: 0px;
	left: 0px;
}
.pagefull img {
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	padding: 0;
	margin: 0;
}
#srt {
	position: absolute;
	z-index: 10001;
}
div {
	padding: 0;
	margin: 0;
}
.pagemask img {
	height: 640px;
}
.pagemaskfull img {
	height: 800px;
}
.btn {
	display: inline;
	padding: 2px 4px;
	margin: 2px;
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	box-shadow: 0 0 #74a3b0;
	background-color: #669;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn:hover {
	background-color: #699DD1;
	border-color: #e74c3c
}
.msimg {
	animation-name: mymove;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	/* Safari and Chrome */
	-webkit-animation-name: mymove;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-fill-mode: forwards;
}
.msimgfull {
	animation-name: mymovefull;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	/* Safari and Chrome */
	-webkit-animation-name: mymovefull;
	-webkit-animation-duration: 4s;
	-webkit-animation-fill-mode: forwards;
}
#prc {
	width: 450px;
	height: 100%;
	left: calc((100vw - 430px)/2);
	font-size: calc(0.6vw);
	color: #00F;
	cursor: default;
	position: fixed;
	top: 10px;
	z-index: 10003;
	overflow: hidden;
}
h2::before {
	display: inline-block;
	counter-reset: progress var(--precent);
	content: counter(progress) "%";
	background-color: #2486ff;
 width:calc(1% * var(--precent));
	white-space: nowrap;
	text-align: center;
	color: #fff;
}
#video {
	border: 2px solid #a5adb0;
	border-radius: 5px;
	outline: none;
	width: 180px;
	background-color: black;
	z-index: 10004;
}
input[type='range'] {
	width: 114px;
	height: 10px;
}
input[type='button'] {
	font-size: 12px;
}
#setdiv {
	max-height: 300px;
	max-width: 900px;
	font-size: 14px;
	overflow: hidden;
	position: absolute;
}
