<?php
include("_databaselink.php");
include("_redirect.php");
$page='index';
?>
<!doctype html>
<html lang="zh-tw">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>禮尚網來 Gift888 禮品 客製 團體訂做 團購 台灣正品</title>
<?php include("_meta.php");?>
<style>
<?php 
if( $_GET["cat"] == '' ){
?>#content-start{padding-top:30px;}
<?php
}
?>
@media(max-width:767px){
 .brand{/*filter: invert(2);*//*padding:0 10px 45vh;*//*transform: rotate(180deg);*/padding-top:35vh;}
 .brand-bg{background-image:url(brand-mobi.jpg);/*transform:rotate(180deg);*/margin-top:-30px;background-size:100% 100%;background-position:center top;}
}
@media(min-width:768px){
 .brand{padding-top:35vh;/*filter: invert(2);*/}
  .brand-bg{background-image:url(brand0521-2.jpg);background-size:100% 100%;}
}
</style>
</head>

<body>
<!--<div><img src="banner.jpg" style="width:100%;"></div>-->
<?php if($_GET["cat"] == ''){?><div style="width:100%;height:100vh;" class="brand-bg"><?php }?>
<?php if($_GET["cat"] == ''){?><div class="brand"><?php }?><?php include("_header.php");?><?php if($_GET["cat"] == ''){?></div><?php }?>
<?php if($_GET["cat"] == ''){?></div><?php }?>
<div id="content-start"></div>
<?php
$nun=12;

if($_GET["cat"] != ''){
	$category=$_GET["cat"];
}

?>
<?php include("_meta.php");?>

<?php
if(!$_GET["cat"]){ //型錄清單
  include("_special-video.php");
}
?>

<center>
<?php include("_menu.php");?>
<div id="page">
<?php 


if($_GET["cat"]){ //型錄清單
  include("_dmlist.php");
}else{
  include("_home.php");
}
?>
<!--
<div>
<a href="https://www.gift888.com.tw" target="_blank" style="color:#f00;"><div style="font-size:2em;border-radius:15px;padding:20px;border:1px solid #f00;margin:20px 0;display:inline-block;">前往購物</div></a>
</div>
-->
<?php include("_footer.php");?>
</center>

</body>
</html>