body {
  min-width: 1000px;
  color: #333;
  font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "新細明體", "sans-serif";
}
.hd_m {
  display: none;
}
.hd_pc {
  margin: auto;
}
.header, .footer {
  text-align: center;
  background: #fff;
}
:focus {
  outline: none;
}
.main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.kv_wrapper {
  background: #c80000;
}
.kv_container {
  width: 900px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.kv_container:after {
  content: '';
  display: table;
  clear: both;
}
.qrcode_container {
  text-align: center;
  margin-top: -10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.gift_container {
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: -50px;
}
.prod_kv {
  transform: scale(1.1);
  margin-top: 40px;
	cursor: pointer;
}
.prod_wrapper {
  background: #fff1cf;
  padding-top: 40px;
  padding-bottom: 40px;
}
.prod_container:after {
  content: '';
  display: table;
  clear: both;
}
.prod_container {
  width: 900px;
  margin: 0 auto;
  cursor: pointer;
}
.prod_container li {
  float: left;
  line-height: 0;
  transition: all .2s ease-in-out;
  position: relative;
}
.prod_container li:hover {
filter: brightness(1.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.prod_container li.due:before{
	content:'本檔已結束';
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 180px;
	display: block;
	text-align: center;
	width: 180px;
	height: 180px;
	background-color: rgba(0,0,0,.8);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top:0;
	bottom:0;
	left: 0;
	right:0;
	margin: auto
}
.gotop {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  position: fixed;
  left: calc(50% + 620px);
  width: 60px;
  border-radius: 30px;
  bottom: 250px;
  z-index: 900;
  display: none;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    min-width: inherit;
  }
  * {
    box-sizing: border-box;
  }
  .header {
    width: 100vw;
  }
  .footer {
    display: none;
  }
  .hd_pc {
    display: none;
  }
  .hd_m {
    display: block;
  }
	.kv_container{
		width: 100vw;
	}
	.slogan{
		width: 100vw;
		text-align: center;
		position: relative;
	}
	h1 img{
		width: 75vw;
	}
	.qrcode_container img{
		width: 38vw;
	}
	.gift_container{
		bottom:-6vw;
		left: -1vw;
	}
	.gift_container img{
		width:  110vw;
	}
	.prod_kv{
		transform: scale(1);
		margin-top: 6vw;
		box-shadow: -5px 0 5px 2px rgba(0,0,0,0.3);
	}
	.prod_kv img{
		width: 100vw;
	}
	.prod_wrapper{
padding: 0;
	}
	.prod_container{
		width: 100vw;
	}
	.prod_container li img{
		width:100%;
	}
}