*{
	margin:0;
	padding:0;
}
body{
	font-family:"微軟正黑體", Arial, sans-serif;
	font-size:14px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-size: auto 1200px;
	background-position: center;
	background-color: #0c0f3d;
	overflow-y:scroll

}
.pic{font-size:0px;}

.logo{
	background-image: url(../images/myVideo.png);
	height: 30px;
	width: 120px;
	background-size: 120px 30px;
	margin: 5px;
	font-size: 0px;
}
.star01{ 
	width: 100%; height: 1200px; 
	background-image: url(../images/star01.png);
	background-position: center; position: fixed;
	background-size: 100%;
	opacity: 0.3;
	animation:  star01 4s 4s;
	animation-iteration-count: infinite;
}
.star02{ 
	width: 100%; height: 1200px; 
	background-image: url(../images/star02.png);
	background-position: center; position: fixed;
	background-size: 100%;
	opacity: 0.3;
	animation:  star01 2s 6s;
	animation-iteration-count: infinite;
}
@keyframes star01{
	0%   { opacity: 0.3 }
	40% {opacity: 0.7}
	60% {opacity: 0.5}
	80% {opacity: 0.2}
	100% {opacity: 0.3}
}

.pxs_bg {position: relative; width: 90%; margin: 0 auto; max-width: 1200px; min-width: 1100px;height: 800px;}
.pxs_bg .pxs_bg1{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;

}
.pxs_bg .pxs_bg2{
	width: 32.5%;
	height: auto;
	position: absolute;
	top: 64px;
	z-index: 2;
	opacity: 0;
	animation:  mermaid 1.5s 2.5s;
	animation-fill-mode: forwards;
}
@keyframes mermaid{
	0%   { opacity: 0.0 ; padding: 50px;}
	100% {opacity: 1.0; padding: 0px;}
}
.pxs_bg .pxs_bg3{
	width: 34.4%;
	position: absolute;
	top: 180px;
	left: 13%;
	z-index: 2;
	
	opacity: 0; 
	animation: tangled 1.5s 2.8s;
	animation-fill-mode: forwards;
	/*left negative 1/4 of ww*/
}
@keyframes tangled{
	0%   { opacity: 0.0 ; padding: 100px;}
	100% {opacity: 1.0; padding: 0px;}
}
.pxs_bg .pxs_bg4{
	width: 38.25%;
	position: absolute;
	top: 180px;
	right: 3%;
	z-index: 3;
	
	opacity: 0; 
	animation: belle 1.5s 2.6s;
	animation-fill-mode: forwards;
}
@keyframes belle{
	0%   { opacity: 0.0 ; padding: 100px;}
	100% {opacity: 1.0; padding: 0px;}
}

.pxs_bg .pxs_bg5{
	width: 41%;
	position: absolute;
	top: 64px;
	right: -100px;
	z-index: 2;	
	opacity: 0; 
	animation: belle 1.5s 3s;
	animation-fill-mode: forwards;
}
@keyframes cinderella{
	0%   { opacity: 0.0 ; padding: 50px;}
	100% {opacity: 1.0; padding: 0px;}
}

.pxs_bg .pxs_word01{
	width: 50%;
	position: absolute;
	left: 50%;
	margin-left: -18%;
	margin-top: 19%;
	z-index: 10;	
	opacity: 0.0;
	animation: word01 1.5s 1s;
	animation-fill-mode: forwards;
}

@keyframes word01{
	0%   { opacity: 0.0 ;  width: 70%; margin-left: -35%;}
	100% { opacity: 1.0;   width: 32%; margin-left: -16%;}
}

.pxs_btn1, .pxs_btn2, .pxs_btn3{
	width: 312px;
	line-height: 22px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	z-index: 10;
	opacity: 0;
}
.pxs_bg .pxs_btn1{
	
	background: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -156px;
	animation: btn1 0.5s 2.6s;
	animation-fill-mode: forwards;
}
@keyframes btn1{
	0%   { opacity: 0;  margin-top: 80%;}
	100% { opacity: 1.0;   margin-top: 35%;}
}

.pxs_bg .pxs_btn2{
	background: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -156px;
	animation: btn2 0.5s 2.9s;
	animation-fill-mode: forwards;
}
@keyframes btn2{
	0%   { opacity: 0;  margin-top: 80%;}
	100% { opacity: 1.0;   margin-top: 41%;}
}
.pxs_bg .pxs_btn3{
	background: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -156px;
	animation: btn3 0.5s 3.2s;
	animation-fill-mode: forwards;
}
@keyframes btn3{
	0%   { opacity: 0;  margin-top: 80%;}
	100% { opacity: 1.0;   margin-top: 47%;}
}

.pxs_bg .pxs_btn1:hover, .pxs_bg .pxs_btn2:hover, .pxs_bg .pxs_btn3:hover{
	color: #FFE900;
	border: 1px solid #FFE900;
	background-color: #000;
	transition: border 0.5s ease-in-out;
}

@media (min-width:736px) and (max-width:1100px){


	
}

/*第二段*/
.section-02{
	width: 100%;
	opacity: 0;
	position: absolute;
	top: -3000px;
	transition: opacity 0.3s ease-in-out;
	z-index: 1;
	font-family:  "微軟正黑體", Arial, sans-serif;

	
}
.section-black{
	background: rgba(0,0,0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
}
.section-02:target{
	display: block;
	top: 0;
	bottom:0;
	opacity:1;
	color: #d1d1d1;
	z-index: 15;
}
.preOrder{
	position: relative;
	background: #04214b;
	background-image: url(../images/preOrder.jpg);
	background-repeat: no-repeat;	
	width: 1100px;
	height: 1050px;
	margin: 20px auto 0 auto;
}
.preOrder p{
	padding: 600px 0 0 80px;
	box-sizing: border-box;
	width: 543px;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 1px;
}
.title{
	font-size:27px;
	padding:25px 0 10px 0;
	display:block;
	line-height:30px;
	margin:0 0 0 -20px;
	}
.preOrder ul a{
	color:#FFE900;}
.notice-01{
	font-size:15px;
	letter-spacing: 1px;
	line-height: 25px;
	box-sizing: border-box;
	padding:0 0 0 95px;
	width:520px;
	
}
.notice-01 li{
	list-style-type: decimal;
	color:#cccccc;
}
.btnPreOrder{
	position: absolute;
	border: 1px #fff solid;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	text-decoration: none;
	width: 200px;
	line-height: 60px;
	font-size: 26px;
	letter-spacing: 2px;
	color: #FFF;
	top: 520px;
	left: 150px;
	z-index:999;
}
.video-01{
	position: absolute;
	width: 500px;
	height: 281px;	
	right: 33px;
	top: 455px;
}
.video-02{
	position: absolute;
	width: 500px;
	height: 281px;
	right: 33px;
	top: 755px;
}
.video-01, .video-02{
	
	box-shadow:0px 0px 3px rgba(255, 255, 255, 0.5);
}

/*第三段*/
.section-03{
	width: 100%;
	opacity: 0;
	position: absolute;
	top: -3000px;
	transition: opacity 0.3s ease-in-out;
	z-index: 1;
	font-family:  "微軟正黑體", Arial, sans-serif;

}
.section-03:target{
	display: block;
	top: 0;
	bottom:0;
	opacity:1;
	color: #d1d1d1;
	z-index: 15;
}
.collection{
	position: relative;
	background-color:#000;
	width: 1100px;
	margin: 20px auto 0 auto;

}
.collection-movie3{
	width: 935px;
	height: 260px;
	background-color: rgba(0,30,83,0.7);
	margin: 10px auto 15px auto;
}
.btnCollection{
	border: 1px #fff solid;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	text-decoration: none;
	width: 200px;
	line-height: 60px;
	font-size: 26px;
	letter-spacing: 2px;
	color: #FFF;
	margin:0 auto;
	display:block;

}
.collection-movie3 .right{
	float:left;
	width:450px;
}
.collection-movie3 .left{
	float:right;
	padding: 20px 30px 0 0;
}

.movie-title1{
	background-image: url(../images/movie-title1.png);
	width: 316px;
	height: 69px;
	box-sizing: border-box;
	margin: 15px 0 0 -15px;
	padding: 9px 0 0 50px;
	display: block;
	font-size: 28px;
	color: #876031;
	font-weight:bold;
}
.collection-movie3 p{
	width:  470px;
	height: 69px;
	margin: -15px 0 0 0;
	padding: 5px 0 0 50px;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	box-sizing: border-box;
}
.p_name{
	color: #ffcc00;
}
.collection-movie1{
	width: 453px;
	height: 380px;
	background-color: rgba(0,30,83,0.7);
	margin: 10px 10px 15px 60px;
	float: left;
}
.collection-movie1 .right{
	float:left;
	width:250px;
}
.collection-movie1 .left{
	float:right;
	padding: 20px 30px 0 0;
}

.movie-title2{
	background-image: url(../images/movie-title2.png);
	width: 417px;
	height: 68px;
	box-sizing: border-box;
	margin: 15px 0 0 -15px;
	padding: 8px 0 0 50px;
	display: block;
	font-size: 28px;
	color: #876031;
	font-weight:bold;
}
.collection-movie1 p{
	width:  230px;
	height: 69px;
	margin: -15px 0 0 0;
	padding: 5px 0 0 40px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	box-sizing: border-box;
}

/*第四段*/
.section-04{
	width: 100%;
	opacity: 0;
	position: absolute;
	top: -3000px;
	transition: opacity 0.3s ease-in-out;
	z-index: 1;
	font-family:  "微軟正黑體", Arial, sans-serif;

}
.section-04:target{
	display: block;
	top: 0;
	bottom:0;
	opacity:1;
	color: #d1d1d1;
	z-index: 15;
}
.live-action{
	position: relative;
	background-image:  url(../images/live-action-bg.jpg);
	background-repeat: no-repeat;
	background-color:#000;
	width: 1100px;
	margin: 20px auto 0 auto;
	padding: 330px 40px 0 80px;
	box-sizing: border-box;
	display: block;

}
.actor{
	position: relative;
	display: block;
	width: 460px;
	height: 420px;
	float:left;
	padding: 0 0 0 20px;
}
/* 整个容器，包括透视 */
.actor {
    perspective: 1000;
    transform-style: preserve-3d;
}



/* 翻转速度设置 */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* 翻转页的时候隐藏背面 */
.front, .back {
	margin: 0 auto;
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;

    position: absolute;
    top: 0;
    left: 0;
	width: 456px;
	height: 358px;
	background-color: rgba(0,0,0,1.00);
	border-radius: 8px;
	border: 1px solid #daa352;
}

/*  滑入反轉 */
.T .back {
    transform: rotateY(0deg);
}
.T .front {
    transform: rotateY(180deg);
}

/*  前面初始狀態 */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* 背面初始的时候隐藏 */
.back {
    transform: rotateY(-180deg);
}

.actor-pic{
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
}
.actor .name{
	background-image: url(../images/actor-name.png);
	width: 465px;
	height: 58px;
	position: absolute;
	bottom: -35px;
	left: -5px;
	text-align: center;
	font-size: 27px;
	color: #876031;
	line-height: 50px;
}
.actor-btn{
	position:absolute;
	bottom: 40px;
	z-index: 3;
	text-align: center;
	width: 100%;
}
.actor-see{
	position:absolute;
	bottom: 40px;
	left: 150px;
	z-index: 3;
	text-align: center;
	line-height:28px;
	width: 138px;
	font-size:13px;
	border:1px solid #fff;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	
}
.actor-btn li{
	display:inline-block;
	width:138px;
	line-height:28px;
	font-size:13px;
	border:1px solid #fff;
	background-color: rgba(0,0,0,0.7)
}
.actor-btn li:hover, .actor-see:hover{
	border:1px solid #fff000;
	cursor:pointer;
	background-color: rgba(0,0,0,1);
	color: #fff000;
}
.actor-movie{
	width: 261px;
	float: left;
	padding: 30px 13px 0 20px;
	font-size: 15px;
	line-height: 28px;
	box-sizing: border-box;
	text-align: justify;
}
.actor-moviename{
	font-size:27px;
	color:#ffcc00;
}
.actor-moviepic{
	width:172px;
	height: 247px;
	padding-top:30px;
}

/*lightbox*/
.lightbox-close {
	position: absolute;
	width: 50px;
	height: 50px;
	color:#FFF;
	top: 0px;
	right: 10px;
	z-index:999;
}
.goBack {
	position: absolute;
	border: 1px #fff solid;
	background: rgba(0, 0, 0, 0.7);
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: 70px;
	color:#FFF;
	bottom: -40px;
	right: 5px;
	z-index:999;
}
.goBack:hover, .btnPreOrder:hover , .btnCollection:hover{
	color: #FFE900;
	border: 1px solid #FFE900;
	background-color: #000;
	transition: 0.5s ease-in-out;
}
/* 利用偽元素做出 \ 以及 / 的線條 */
.lightbox-close:after {
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	content: "";
	background: #FFF;
	top: 23px;
	left: 10px;
	transform: rotate(45deg);
}

.lightbox-close:before {
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	content: "";
	background: #FFF;
	top: 23px;
	left: 10px;
	transform: rotate(-45deg);
}