﻿html, body {
	background-color: #fffbf4;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, 微軟正黑體," sans-serif";
	margin: 0; 
	padding: 0;
}
.gary{
	color:#333333;}	

@media screen and (min-width: 741px){
	.mobile{display: none;}	
	.pc{
	display: block;
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
	.warp{
	background-image:url(../images/pc_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	.pc_video{
	position: absolute;
    left: 80px;
    top: 1340px;
	}
	.hongbao{
	position: absolute;
	left: 220px;
    top: 340px;
	background-image: url(../images/pc_hongbao.png);
	width:543px;
	height: 328px;
	cursor: pointer;
	}
	.hongbao_open{
	display: none;
	position: absolute;
	background-image: url(../images/hongbao_open_pc_bg.png);
	width: 1000px;
	height: 364px;
	}
	.movie_post{
	background-image: url(../images/post.jpg);
	background-size:cover;
    	width: 170px;
    	height: 243px;
	position: absolute;
	top: 3px;
    	left: 230px;
	font-size: 0;
	}
	
	.movie_title{
	position: absolute;
	color: #252525;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	width: 360px;
    top: 65px;
    right: 168px;
	}

	.movie_name{
	position: absolute;
	color: #c55456;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	width: 360px;
    top: 105px;
    right: 168px;
	}
	.btn_free{
	position: absolute;
	background-image: url(../images/btn_free.png);
	width: 364px;
	height: 85px;
	top: 154px;
	right: 165px;
	font-size: 0;
	}
	.btn_download{
	position: absolute;
	background-image: url(../images/btn_download.png);
	width: 364px;
	height: 85px;
    top: 250px;
    right: 165px;
	font-size: 0;
	}

}

@media screen and (max-width: 740px){
	.pc{display: none;}	
	.warp{display: none;}	
	.mobile{display: block;}
	
	.mobile_hongbao_bg{
	display: block;
	position: relative;
	}
	.hongbao{
    position: absolute;
	background-image: url(../images/pc_hongbao.png);
	background-size:cover;
    width: 90vw;
    height: 54vw;
    margin: auto 3%;
	font-size: 0;
	}
	.hongbao_open{
	display: none;
	position: absolute;
	background-image: url(../images/hongbao_open_pc_bg.png);
	width: 100%;
	}
	.movie_post{
	position: absolute;
	background-image: url(../images/post.jpg);
	background-size:cover;
	width: 40vw;
	height: 57vw;
    left: 8%;
	font-size: 0;
	}
	
	.movie_title_1{
	position: absolute;
	color: #252525;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
    width: 50%;
	top: 3vw;
    right: 0;
	}
	.movie_title_2{
	position: absolute;
	color: #252525;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
    width: 50%;
	top: 10vw;
    right: 0;
	}
	.movie_name{
	position: absolute;
	color: #c55456;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
    width: 45%;
	height: 20vw;
    top: 18vw;
    right: 3%;
	overflow: hidden;
    text-overflow: ellipsis;
	}
	.btn_free{
	position: absolute;
	background-image: url(../images/btn_free.png);
	background-size:cover;
    width: 45%;
    height: 10vw;
    top: 47vw;
    right: 4%;
	font-size: 0;
	}
	.btn_download{
	position: absolute;
	background-image: url(../images/btn_download.png);
	background-size:cover;
    width: 45%;
    height: 10vw;
    top: 35vw;
    right: 4%;
	font-size: 0;
	}
	.video_mobile{
	position: absolute;
	width: 90%;
    height: 50vw;
	}

}
@media screen and (max-width: 375px){
.movie_title_1{
	position: absolute;
	color: #252525;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
    width: 50%;
	top: 3vw;
    right: 0;
	}
.movie_name{
	position: absolute;
	color: #c55456;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
    width: 45%;
	height: 20vw;
    top: 18vw;
    right: 3%;
	overflow: hidden;
    text-overflow: ellipsis;
	}
	}