@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');

html,body{
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
	background: #000;
}

body{
	//background:url(http://cdn-t2.tsla7000.cc/images/videoPageBg_v3-2.jpg?v=3) no-repeat center center fixed;
	background:url(../images/videoPageBg_v3-2.jpg?v=3) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	
	position: relative;
}


.pageloading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000000 url(../images/loader.png) no-repeat;
	background-size: 10%;
	background-position: center center;
}


.videoBox{
	width: 35%;
	height: auto;
	position: absolute;
	right:5.3%;
	bottom:23%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	
	padding-left: env(safe-area-inset-left); /* Apply safe area */
	padding-right: env(safe-area-inset-right);
}

.videoBox video{
	width:100%;
	height: auto;
	margin-bottom: 30px;
}

.videoBox a:link,.videoBox a:visited,.videoBox a:hover{
	width:200px;
	height: 40px;
	font-size: .9rem;
	font-family: 'Noto Serif TC', serif;
	color:#000;
	text-decoration: none;
	display: flex;
	position: relative;
	align-items: start;
}

.videoBox a img{
	position: absolute;
	width: 100%;
	height:auto;
	top: 5%;
}

.videoBox a p{
	color:#000;
	z-index: 2;
	position: relative;
	margin: auto;
	margin-left: 13px;
}


a.albumLinkPc{
	width:35%;
	height:23%;
	margin: auto;
	/* background: green; */
	position: absolute;
	bottom:3%;
	right:0;
}


a.toHome{
	font-size: 11px;
	font-family: Georgia;
	font-weight: 400;
	color: #5b5b5b;
	text-decoration: none;
	position: absolute;
	bottom:20px;
	left:30px;
	z-index: 999;
	width: 75px;
}

a.toHome img{
	width:100%;
	height:auto;
}

/* a.albumLinkPc img{
	width: 100%;
	height: auto;
} */

#pointer {
	width:38%;
	height:43%;
	margin: auto;
	/* background: red; */
	position: absolute;
	bottom:30%;
	right:2%;
}

#pointer_m{
	display: none;
}



.backImgM{
	display:none;
}

/* 手機版 */
@media (max-width: 767px) { 
	
	.pageloading {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background: #000000 url(../images/loader.png) no-repeat;
		background-size: 30%;
		background-position: center center;
	}
	
	
	a.toHome{
		font-size: 11px;
		font-family: Georgia;
		font-weight: 400;
		color: #5b5b5b;
		text-decoration: none;
		position: absolute;
		bottom:20px;
		left:10px;
		z-index: 999;
		width:75px;
	}
	
	a.toHome img{
		width:100%;
		height:auto;
	}
	
	
	body{
		
		/* background:url(../images/videoPageBg_m.jpg?v=3) no-repeat bottom center fixed; */
		background:#fff !important;
		background-size:auto !important;
	}
	
	.videoBox{
		width:100%;
		height: auto;
		position:relative;
		right: 0;
		bottom:0;
		/* padding-top:10%; */
	}
	
	.videoBox video {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		background: #000;
	}
	
	.backImgM{
		display: block;
		padding: 0;
		margin:0;
		width:100%;
		height: 100%;
		background: #000;
		
	}

	
	.backImgM img{
		width:100%;
		height: auto;
	}
	
	.videoBox a:link,.videoBox a:visited,.videoBox a:hover{
		margin-right:10px;
	}
	
}
