#cruise .top .Pages-page01 {
	background: url(../images/food/f-img01-4.png) no-repeat;
	background-size: 30%;
	/*原尺寸/1600(最大寬度)*/
	background-position: right;
}

#cruise .top .Pages-page02 {
	background: url(../images/food/f-img02-4.png) no-repeat;
	background-size: 30%;
	background-position: left;
}

#cruise .top .Pages-page04 {
	background: url(../images/food/f-txt-03-2.png) no-repeat;
	background-size: 30%;
	background-position: right;
}

/* #cruise .top .Pages-page03 {
	background: url(../images/food/f-img03-4.png) no-repeat;
	background-size: 34.64%;
	background-position: left bottom;
	text-align: right;
} */

#cruise .top .Pages-video {
	width: 100%;
	max-width: 1920px;
	height: auto;
	max-height: 800px;
	padding:1px 0;
	margin: 0;
	text-align: center;
	/*background: #eee;
	background: url(../images/food/videobg.jpg);
	background: #000;*/
}

@media screen and (max-width: 800px){
	#cruise .top .Pages-page01,
	#cruise .top .Pages-page02,
	#cruise .top .Pages-page04{
		background-size: 20%;
	}
}

@media screen and (max-width: 640px) {
	#cruise .top .Pages-page01,
	#cruise .top .Pages-page02,
	#cruise .top .Pages-page04{
		background: none
	}
}

