
html {
  scroll-behavior: smooth;
}
:root {
  scroll-padding-top: 3em;
}
body{
	font-family: 微軟正黑體, Franklin Gothic Book;
	background-size: auto;
	background-color: #fffef6;
	font-weight: normal;
  	font-style: normal;
	font-size:14px;
	line-height:16px;
	margin:0px;
	padding:0px;
	text-align:center;
	scroll-behavior: smooth;
	overflow-x: hidden;
	color: #000;
}

img{
	border:0px;
}

ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul > li{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration:none;
}
.text-yellow{
	color: #ffe300;
}

.responsive_img{
	width: 100%;
}
.disnone{
	display: none;
}
.fadein-ani{
	animation: fadeIn 3s;
}
.text-red{
	color:#f00;
	font-weight: bolder;
	font-size: 1.2rem;
}
/*----裝飾----*/
.decorate-leaf{
	position: absolute;
	top:250%;
	left: -5%;
	width: 8%;
	/*  套上 rotation 動畫效果 */
	 animation-name: decorate-leaf;
	 animation-duration: 3s;
	 animation-delay: 1s;
	animation-iteration-count:infinite;
}
@keyframes decorate-leaf{
  0%{
    transform: rotate(0deg);
	left: -5%;
  }
  50%{
    transform: rotate(15deg);
	left: -4%;
  }
  100%{
    transform: rotate(0deg);
	left: -5%;
  }
}
.decorate-hotpot1{
	position: absolute;
	top:200%;
	left: -10%;
	width: 20%;
	/*  套上 rotation 動畫效果 */
	 animation-name: decorate-hotpot1;
	 animation-duration: 3s;
	 animation-delay: 0s;
	animation-iteration-count:infinite;
}
@keyframes decorate-hotpot1{
  0%{
    transform: rotate(0deg);
	left: -10%;
  }
  30%{
    transform: rotate(-10deg);
	left: -12%;
  }
  100%{
    transform: rotate(0deg);
	left: -10%;
  }
}

.decorate-hotpot2{
	position: absolute;
	top:300%;
	right: -10%;
	width: 20%;
	/*  套上 rotation 動畫效果 */
	 animation-name: decorate-hotpot2;
	 animation-duration: 3s;
	 animation-delay: 0s;
	animation-iteration-count:infinite;
}
@keyframes decorate-hotpot2{
  0%{
    transform: rotate(0deg);
	right: -10%;
  }
  30%{
    transform: rotate(-10deg);
	right: -12%;
  }
  100%{
    transform: rotate(0deg);
	right: -10%;
  }
}
.decorate-mushroom{
	position: absolute;
	top:270%;
	right: -4%;
	width: 8%;
	/*  套上 rotation 動畫效果 */
	 animation-name: decorate-mushroom;
	 animation-duration: 3s;
	 animation-delay: 0s;
	animation-iteration-count:infinite;
}
@keyframes decorate-mushroom{
  0%{
    transform: rotate(0deg);
	right: -4%;
  }
  30%{
    transform: rotate(10deg);
	right: -5%;
  }
  100%{
    transform: rotate(0deg);
	right: -4%;
  }
}
/*----裝飾end----*/
#header_top{
	position: fixed;
 	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	background: #ed798d;
	z-index: 10000;
}
.header_area{
	width: 100%;
	max-width: 1000px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}
.header_logo{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 13%;
	margin-top: -10px;
	vertical-align: top;
}
.header_menu{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 70%;
	vertical-align: top;
	margin-top: 15px;
}
.header_menu img{
		height: 2.7rem;
}

.menu-icon{
	margin-bottom:12px;
	max-height: 20px;
	margin-left: 1%;
}
@media screen and (max-width: 820px) {
	.header_logo{
		margin-top: 0px;
	}
	.header_menu{
		width: 72%;
		margin-top: 20px;
	}
	.header_menu img{
		height: 2.5rem;
	}
}
/*-----主視覺區域-----*/
.kv{
	width: 100%;
	padding-top: 80px;
	margin-bottom: 20px;
}
.kv_area{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.kv_area .upload{
	margin: 2% 0;
	width: 20%;
}
.kv1{
	position: relative;
}
.kv2,.kv3,.kv4,.kv5,.kv6,.kv7,.kv8{
	position: absolute;
	top:0;
	left: 0;
}
.kv2,.kv3,.kv4,.kv5,.kv6,.kv7,.kv8{
	opacity: 0;
}

.kv1 {
   	animation-name: fadeIn;
   	animation-duration:2s;
   	z-index: 9;
}
.kv2 { 
	opacity: 0;
 	 -webkit-animation: LeftToRight 1s linear 0.1s 1 normal forwards;
	animation-delay:0.5s;
}

.kv3 { 
	opacity: 0;
 	 -webkit-animation: LeftToRight 1s linear 0.1s 1 normal forwards;
	animation-delay:1s;
}
.kv4 { 
	opacity: 0;
 	 -webkit-animation: LeftToRight 1s linear 0.1s 1 normal forwards;
	animation-delay:1.5s;
	z-index: 10;
}

.kv5 { 
	opacity: 0;
 	 -webkit-animation: RightToLeft 1s linear 0.1s 1 normal forwards;
	animation-delay:1.5s;
}
.kv6 { 
	opacity: 0;
 	 -webkit-animation: RightToLeft 1s linear 0.1s 1 normal forwards;
	animation-delay:2s;
}

.kv7 { 
	opacity: 0;
 	 -webkit-animation: RightToLeft 1s linear 0.1s 1 normal forwards;
	animation-delay:2.2s;
}
.kv8 { 
	opacity: 0;
 	 -webkit-animation: RightToLeft 1s linear 0.1s 1 normal forwards;
	animation-delay:2.5s;
}
@keyframes fadeIn {
  0% { 
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes LeftToRight {
  0% { 
    left: 0;
	opacity: 0;
  }
  100% {
    left: 10px;
	opacity: 1;
  }
}
@keyframes RightToLeft {
  0% { 
   left: 10px;
	opacity: 0;
  }
  100% {
    left: 0px;
	opacity: 1;
  }
}
.hr-blue{
	margin-top:-15px; 
	width: 100%;
	height: 7px;
	background: url("../images/line-blue.png") repeat-x;
	background-size: 32px;
}
.hr-white{
	margin-top:-15px; 
	width: 100%;
	height: 7px;
	background: url("../images/line-white.png") repeat-x;
	background-size: 32px;
}
.hr-pink{
	margin-top:-5px; 
	width: 100%;
	height: 10px;
	background: url("../images/line-pink.png") repeat-x;
	background-size: 32px;
}
.hr-orange{
	margin-top:-15px; 
	width: 100%;
	height: 10px;
	background: url("../images/line-orange.png") repeat-x;
	background-size: 32px;
}
.blue_area{
	width: 100%;
	background: url("../images/bg_line.png")#2db3bf;
	text-align: center;
	padding: 3% 0;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #fff;
}
.orange_area{
	margin-top: -5px;
	width: 100%;
	background: url("../images/bg_line.png")#ee7951;
	text-align: center;
	padding: 3% 0;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #fff;
}
.content{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.blue_area .title{
	width: 45%;
	margin: 1% auto;
}
.blue_area .title-long{
	width: 60%;
	margin: 1% auto;
}
.white_area .title{
	width: 45%;
	margin: 1% auto;
	color: #000;
}
.orange_area .title{
	width: 45%;
	margin: 1% auto;
}
.icon-list{
	width: 95%;	
	margin: 0 auto;
	margin-bottom: 2%;
}
.icon-list li{
	display: inline-block;
	width: 30%;
	margin: 0 1%;
	vertical-align: top;
}
.icon-list li h4{
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}
.icon-list li .text{
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.2rem;
}

.white_area{
	width: 100%;
	background: #fffef6;
	text-align: center;
	padding: 3% 0;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #fff;
}
.article-list{
	width: 90%;
	margin: 0 auto;
}
.article-list li{
	width: 43%;
	margin: 1%;
	position: relative;
	display: inline-block;
	border-radius: 2rem;
	color: #000;
	vertical-align: top;
}
.article-list li:nth-child(4n+1){
	border: 10px solid #519c58;
}
.article-list li:nth-child(4n+2){
	border: 10px solid #ee7951;
}
.article-list li:nth-child(4n+3){
	border: 10px solid #ed798d;
}
.article-list li:nth-child(4n+4){
	border: 10px solid #8280bc;
}
.article-list li:hover{
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);

}
.article-list li .tag{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 1.3rem 0 0 0;
	z-index: 10;
}

.article-list li .pic{
	position: relative;
	border-radius: 1.3rem 1.3rem 0 0;
}
.article-list li .text-area{
	width: 95%;
	text-align: left;
	padding: 2% 3% 5% 3%;
	font: 1rem;
	line-height: 1.4rem;
}
.article-list li .text-area .text{
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.btn-ebook{
	background-color: #fede84;
	border-radius: 5rem;
	width: 90%;
	text-align: center;
	margin: 2.5% auto;
	font-weight: bolder;
	line-height: 3rem;
}
.good-shop-list{
	margin: 5% auto;
}
.shop-title{
	position: relative;
	margin: 0 auto;
	width: 60%;
	background-color: #ed798d;
	border-radius: 3rem;
	font-weight: bolder;
	font-size: 1.5rem;
	line-height: 45px;
	height: 49px;
	text-align: left;
	padding-left: 10%;
}
.shop-title-btn{
	position: absolute;
	top: 0;
	right:0;
	background: #fff;
	border: 2px solid #ed798d;
	border-radius: 2rem;
	color: #ed798d;
	width: 150px;
	font-size: 1rem;
	height: 45px;
	text-align: center;
}
.good-shop-list ul{
	width: 80%;
	margin: 0 auto;
	color: #000;
	margin-top: 2%;
}
.good-shop-list ul li{
	display: inline-block;
	margin: 0.5% ;
}

/*========分享=========*/
.mission-list{
	width:80%;
	margin: 5% auto;
	margin-top: 50px;
}
.mission-list li{
	position: relative;
	border: 2px #fff solid;
	padding: 5%;
	font-size: 1rem;
	line-height: 1.4rem;
	text-align: left;
	margin-bottom: 8%;
}
.mission-title{
	position: absolute;
	width: 45%;
	top: -40%;
	left: -5%;
	z-index: 10;
}
.mission-btn{
	position: absolute;
	width: 25%;
	bottom: -28%;
	right: 1%;
	z-index: 10;
}
.award-title{
	width: 70%;
	margin: 0 auto;
	background: #ed798d;
	border-radius: 3rem;
	font-size: 1rem;
	font-weight: bolder;
	line-height: 1.5rem;
	padding: 10px;
}
.award-list{
	color: #000;
	margin: 3% 0;
}
.award-list li{
	display: inline-block;
	font-size: 1rem;
	width: 18%;
	
}
.gift-list{
	width: 90%;
	margin: 0 auto;
}
.gift-list li{
	display: inline-block;
	width: 27%;
	margin: 1%;
}
.gift-line{
	border: 0px;
	border-top:2px dotted #fff;
	margin-bottom: 30px;
	margin-top:0; 
}
.rule-list{
	width: 80%;
	margin: 0 auto;
	text-align: left;
	color: #000;
	font-size: 0.8rem;
	line-height: 1.4rem;
}
/*=========精選鍋物==========*/
.hotpot-menu{
	width: 100%;
	margin: 0 auto;
}
.hotpot-menu li{
	display: inline-block;
	width: 20%;
	margin: 0.5%;
}
.hotpot-list{
	margin: 2% auto;
	text-align: left;
}
.hotpot-list li{
	border: 8px solid #8280bc;
	border-radius: 0.5rem;
	width: 28%;
	display: inline-block;
	padding: 0;
	margin: 1%;
	font-size: 1rem;
	vertical-align: top;
}
#hotpot-list2 li{
	border: 8px solid #f29a7a;
	border-radius: 0.5rem;
	width: 28%;
	display: inline-block;
	padding: 0;
	margin: 1%;
	font-size: 1rem;
	vertical-align: top;
}
#hotpot-list3 li{
	border: 8px solid #2db3bf;
	border-radius: 0.5rem;
	width: 28%;
	display: inline-block;
	padding: 0;
	margin: 1%;
	font-size: 1rem;
	vertical-align: top;
}
#hotpot-list4 li{
	border: 8px solid #519c58;
	border-radius: 0.5rem;
	width: 28%;
	display: inline-block;
	padding: 0;
	margin: 1%;
	font-size: 1rem;
	vertical-align: top;
}

.hotpot-title{
	text-align: center;
	background-color: #8280bc;
	font-weight: bolder;
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding-top: 2%;
	padding-bottom: 2%;
}
.hotpot-title-shop{
	font-size: 0.7rem;
	vertical-align: middle; 
}
#hotpot-list2 .hotpot-title{
	text-align: center;
	background-color: #f29a7a;
	font-weight: bolder;
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding-top: 2%;
	padding-bottom: 2%;
}
#hotpot-list3 .hotpot-title{
	text-align: center;
	background-color: #2db3bf;
	font-weight: bolder;
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding-top: 2%;
	padding-bottom: 2%;
}
#hotpot-list4 .hotpot-title{
	text-align: center;
	background-color: #519c58;
	font-weight: bolder;
	font-size: 1.2rem;
	padding-top: 2%;
	padding-bottom: 2%;
}
.hotpot-pic{
	position: relative;
	padding: 0;
	margin: 0;
}
.tag-go{
	position: absolute;
	bottom: 0px;
	right:0;
	width: 50%;
	padding: 0;
	margin: 0;
}
.hotpot-pop{
	margin-top: -7px;
	position: relative;
	border-top: 2px solid #8280bc;
	color: #8280bc;
	line-height: 2rem;
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
	font-weight: bolder;
}
#hotpot-list2 .hotpot-pop{
	margin-top: -7px;
	position: relative;
	border-top: 2px solid #f29a7a;
	color: #f29a7a;
	line-height: 2rem;
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
	font-weight: bolder;
}
#hotpot-list3 .hotpot-pop{
	margin-top: -7px;
	position: relative;
	border-top: 2px solid #2db3bf;
	color: #2db3bf;
	line-height: 2rem;
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
	font-weight: bolder;
}
#hotpot-list4 .hotpot-pop{
	margin-top: -7px;
	position: relative;
	border-top: 2px solid #519c58;
	color: #519c58;
	line-height: 2rem;
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
	font-weight: bolder;
}
.hotpot-popup{
	position: absolute;
	top: 5px;
	left: 2%;
	background-color: #8280bc;
	color: #fff;
	border-radius: 3rem;
	width: 40%;
	text-align: center;
}
#hotpot-list2 .hotpot-popup{
	position: absolute;
	top: 5px;
	left: 2%;
	background-color: #f29a7a;
	color: #fff;
	border-radius: 3rem;
	width: 40%;
	text-align: center;
}
#hotpot-list3 .hotpot-popup{
	position: absolute;
	top: 5px;
	left: 2%;
	background-color: #2db3bf;
	color: #fff;
	border-radius: 3rem;
	width: 40%;
	text-align: center;
}
#hotpot-list4 .hotpot-popup{
	position: absolute;
	top: 5px;
	left: 2%;
	background-color: #519c58;
	color: #fff;
	border-radius: 3rem;
	width: 40%;
	text-align: center;
}
.hotpot-sale{
	margin-top: 5px;
	background: #ed798d;
	color: #fff;
	font-weight: bolder;
	padding: 2% 0;
	font-size: 1rem;
	line-height: 1.2rem;
	text-align: center;
}
.hotpot-list li:nth-child(11){
	border: 0px;
	width: 55%;
}
#hotpot-list2 li:nth-child(8){
	border: 0px;
	width: 55%;
}

#hotpot-list4 li:nth-child(8){
	border: 0px;
	width: 55%;
}
.btn-more1{
	background-color: #df808e;
	border: 2px solid #df808e;
	box-shadow: 5px 5px 0px #973b48;
	width: 40%;
	margin: 2% auto;
	padding: 0 3% 0.2% 3%;
	border-radius: 2rem;
	font-size: 1.2rem;
	font-weight: bolder;
	vertical-align: top;
}
.btn-more2{
	background-color: #e69e80;
	border: 2px solid #e69e80;
	box-shadow: 5px 5px 0px #b16344;
	width: 40%;
	margin: 2% auto;
	padding: 0 3% 0.2% 3%;
	border-radius: 2rem;
	font-size: 1.2rem;
	font-weight: bolder;
	vertical-align: top;
}
.btn-more3{
	background-color: #33b6c0;
	border: 2px solid #16838b;
	box-shadow: 5px 5px 0px #16838b;
	width: 40%;
	margin: 2% auto;
	padding: 0 3% 0.2% 3%;
	border-radius: 2rem;
	font-size: 1.2rem;
	font-weight: bolder;
	vertical-align: top;
}
.btn-more4{
	background-color: #649a5f;
	border: 2px solid #649a5f;
	box-shadow: 5px 5px 0px #44723f;
	width: 40%;
	margin: 2% auto;
	padding: 0 3% 0.2% 3%;
	border-radius: 2rem;
	font-size: 1.2rem;
	font-weight: bolder;
	vertical-align: top;
}
.btn-more1 img, .btn-more2 img, .btn-more3 img, .btn-more4 img{
	max-width: 8px;
	margin: 8px 10px 0 10px;
	
}
.btn-url{
	color: #fff;
	
}

.hotpot-big-content{
	width: 80%;
	margin: 0 auto;
	color: #000;
	font-size: 1rem;
	line-height: 1.4rem;
	text-align: left;
}
.hotpot-big-sale a{
	color: #fff;
	font-weight: bolder;
	text-decoration: underline;
}
.hotpot-big-sale a:hover{
	color: #ff0;
}
.mgtop-3{
	margin-top: 3%;
}
.hotpot-big-shop{
	margin: 1% 0;
	font-size: 1.8rem;
	font-weight: bolder;
	color: #b3364c;
}
.hotpot-big-text1{
	margin-bottom: 3%;
}
.hotpot-big-text2{
	margin-bottom: 6%;
}
.hotpot-big-product{
	margin: 1% 0;
	font-size: 1.2rem;
	font-weight: bolder;
	color: #b3364c;
}
.hotpot-big-contact{
	width: 20px;
	margin-top: -3px;
	vertical-align: top;
}
.hotpot-big-contact a:hover{
	color: #b3364c;
}
.hotpot-big-div{
	margin:30px 0;
}

.hotpot-big-sale{
	margin-top: 3%;
	width: 100%;
	background-color: #b3364c;
	padding: 3%;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8rem;
	border-radius: 1rem;
}


/*=====上傳頁=====*/
.upload-area{
	vertical-align: top;
	width: 40%;
	margin: 0 auto;
	color: #000;
	font-size: 1rem;
	text-align: left;
	margin-bottom: 5%;
}
.upload-area input[type="text"]{
	width: 100%;
	border: 2px solid #33b6c0;
	line-height: 2rem;
	border-radius: 3px;
	margin-bottom: 3%;
}
.upload-area input[type="checkbox"] {
	border: 2px solid #33b6c0;
}
.upload-area select {
	width: 103%;
	border: 2px solid #33b6c0;
	height: 40px;
	border-radius: 3px;
	margin-bottom: 3%;
}
.upload-state{
	text-align: center;
}
.text-blue{
	color:#33b6c0;
	font-size: 1.5rem;
	font-weight: bolder;
}
.btn-send{
	width: 50%;
	margin: 2% auto;
}
.agree-rule{
	cursor: pointer; 
}
.agree-rule:hover{
	color:#33b6c0;
}
/*========lightbox設定=======*/

.lightbox{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 100000;
}
.lightbox-area{
	position: relative;
	width: 70%;
	max-height: 60%;
	background-color: #fff;
	border-radius: 2rem;
	margin: 12% auto;
	padding: 3%;
    overflow: auto;
    overscroll-behavior: contain;
    -ms-scroll-chaining: contain;
}
.lightbox-title{
	color:#ed798c;
	font-size: 2rem;
	font-weight: bolder;
	
}
.lightbox-close{
	position: fixed;
	top:5%;
	right: 5%;
	width: 30px;
}
.agree-rule-list{
	text-align: left;
}


@media screen and (max-width: 768px) {
	.m-disapper{
		display: none;
	}
	.disnone-m{
		display: none;
	}
	.blue_area .title{
		width: 80%;
		margin: 1% auto;
	}
	.blue_area .title-long{
		width: 100%;
		margin: 1% auto;
	}
	.white_area .title{
		width: 80%;
		margin: 1% auto;
	}
	.orange_area .title{
		width: 80%;
		margin: 1% auto;
	}
	.kv_area .upload{
		margin: 2% 0;
		width: 50%;
	}
	/*========lightbox設定=======*/
	.lightbox-area{
		position: relative;
		width: 80%;
		max-height: 70%;
		background-color: #fff;
		border-radius: 1rem;
		margin: 20% auto;
		padding: 3%;
		overflow: auto;
		overscroll-behavior: contain;
		-ms-scroll-chaining: contain;
	}
	.lightbox-title{
		color:#ed798c;
		font-size: 2rem;
		font-weight: bolder;

	}
	.lightbox-close{
		position: fixed;
		top:2%;
		right: 2%;
		width: 30px;
	}
	.agree-rule-list{
		text-align: left;
	}
	.hotpot-big-content{
		width: 90%;
		margin: 0 auto;
		color: #000;
		font-size: 1rem;
		line-height: 1.4rem;
		text-align: left;
	}
	.hotpot-big-tel, .hotpot-big-add{
		word-wrap:break-word;
	}
	.hotpot-big-shop{
		margin: 1% 0;
		font-size: 1.8rem;
		line-height: 2rem;
	}
	#header_top{
		position: fixed;
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 0;
		background: #ed798d;
		z-index: 10000;
	}
	.header_area{
		position: relative;
		width: 100%;
		
	}
	.header_logo{
		position: absolute;
		width: 18%;
		top: -10px;
		left: 5%;
		text-align: left;
	}
	.header_logo img{
		vertical-align: top;
	}
	.header_menu{
		display: none;
	}
	
	.header_menu_icon{
		display: block;
		position: absolute;
		width: 6%;
		top: 6px;
		right: 2%;
		text-align: left;
	}
	.header_menu_m{
		position: fixed;
		background-color: #ed798d;
		width: 100%;
		height: 100vh;
	}
	.header_menu_m ul{
		margin-top:20%;
	}
	.header_menu_m li{
		margin-top:5%;
		width: 100%;
	}
	.menu-close{
		position: absolute;
		width: 30px;
		top:2%;
		right:5%;
	}
	
	.article-list li{
		width: 90%;
		margin: 10px;
		border-radius: 1rem;
	}
	.article-list li:nth-child(4n+1){
		border: 6px solid #519c58;
	}
	.article-list li:nth-child(4n+2){
		border: 6px solid #ee7951;
	}
	.article-list li:nth-child(4n+3){
		border: 6px solid #ed798d;
	}
	.article-list li:nth-child(4n+4){
		border: 6px solid #8280bc;
	}
	.article-list li .tag{
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 0.5rem 0 0 0;
		z-index: 10;
	}

	.article-list li .pic{
		position: relative;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	.article-list li .text-area .text{
		display: -webkit-box;
		-webkit-line-clamp: 2; 
		-webkit-box-orient: vertical;  
		overflow: hidden;
	}
	.btn-ebook{
		border-radius: 2rem;
	}
	.good-shop-list{
		margin-top: 5%;
	}
	.shop-title{
		position: relative;
		margin: 0 auto;
		width: 90%;
		padding: 10px;
		background-color: #ed798d;
		border-radius: 1rem;
		font-weight: bolder;
		font-size: 1.2rem;
		line-height: 2rem;
		height: 70px;
		text-align: center;
	}
	.shop-title-btn{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		margin-right: 5px;
		background: #fff;
		border-radius: 2rem;
		color: #ed798d;
		font-size: 1rem;
		height: 36px;
		text-align: center;
	}
	.good-shop-list ul{
		width: 90%;
		margin: 0 auto;
		color: #000;
		margin-top: 2%;
	}
	.good-shop-list ul li{
		display: inline-block;
		margin: 0.5% ;
	}
	/*-----分享抽好禮-----*/
	.rule{
		display: none;
	}
	.rule_m{
		display: block;
	}
	.icon-list{
		width: 100%;	
		margin: 0 auto;
		margin-bottom: 2%;
	}
	.icon-list li{
		display: inline-block;
		width: 32%;
		margin: 2% 0% 4% 0%;
		vertical-align: top;
	}
	.icon-list li h4{
		margin: 0 0 5px 0;
		padding: 0;
		font-size: 1rem;
		line-height: 1.2rem;
		letter-spacing: -0.05rem;
	}
	.icon-list li .text{
		margin: 0;
		padding: 0;
		font-size: 1rem;
		line-height: 1.2rem;
	}
	/*=========精選鍋物==========*/
	.hotpot-menu{
		width: 100%;
		margin: 0 auto;
	}
	.hotpot-menu li{
		display: inline-block;
		width: 45%;
		margin: 0.2%;
	}
	.hotpot-list, #hotpot-list2, #hotpot-list3, #hotpot-list4{
		width: 100%;
		margin: 2% auto;
		text-align: left;
	}
	.hotpot-list li{
		border: 3px solid #8280bc;
		border-radius: 0.5rem;
		width: 45%;
		display: inline-block;
		padding: 0;
		margin: 1%;
		font-size: 1rem;
		vertical-align: top;
	}
	#hotpot-list2 li{
		border: 4px solid #f29a7a;
		border-radius: 0.5rem;
		width: 45%;
		display: inline-block;
		padding: 0;
		margin: 0.5%;
		font-size: 1rem;
		vertical-align: top;
	}
	#hotpot-list3 li{
		border: 4px solid #2db3bf;
		border-radius: 0.5rem;
		width: 45%;
		display: inline-block;
		padding: 0;
		margin: 0.5%;
		font-size: 1rem;
		vertical-align: top;
	}
	#hotpot-list4 li{
		border: 4px solid #519c58;
		border-radius: 0.5rem;
		width: 45%;
		display: inline-block;
		padding: 0;
		margin: 0.5%;
		font-size: 1rem;
		vertical-align: top;
	}

	.hotpot-title{
		text-align: center;
		background-color: #8280bc;
		font-weight: bolder;
		font-size: 0.8rem;
		line-height: 1rem;
		padding: 5px 0;
	}
	.hotpot-title-shop{
		font-size: 0.6rem;
		vertical-align: middle; 
	}
	#hotpot-list2 .hotpot-title{
		text-align: center;
		background-color: #f29a7a;
		font-weight: bolder;
		font-size: 0.8rem;
		line-height: 1rem;
		padding: 5px 0;
	}
	#hotpot-list3 .hotpot-title{
		text-align: center;
		background-color: #2db3bf;
		font-weight: bolder;
		font-size: 0.8rem;
		line-height: 1rem;
		padding: 5px 0;
	}
	#hotpot-list4 .hotpot-title{
		text-align: center;
		background-color: #519c58;
		font-weight: bolder;
		font-size: 0.8rem;
		line-height: 1rem;
		padding: 5px 0;
	}
	.hotpot-pic{
		position: relative;
		padding: 0;
		margin: 0;
	}
	.tag-go{
		position: absolute;
		bottom: 0px;
		right:0;
		width: 50%;
		padding: 0;
		margin: 0;
	}
	.hotpot-pop{
		margin-top: -8px;
		position: relative;
		border-top: 2px solid #8280bc;
		color: #8280bc;
		line-height: 2rem;
		padding-top: 5px;
		padding-right: 15px;
		text-align: right;
		font-weight: bolder;
	}
	#hotpot-list2 .hotpot-pop{
		margin-top: -8px;
		position: relative;
		border-top: 2px solid #f29a7a;
		color: #f29a7a;
		line-height: 2rem;
		padding-top: 5px;
		padding-right: 15px;
		text-align: right;
		font-weight: bolder;
	}
	#hotpot-list3 .hotpot-pop{
		margin-top: -8px;
		position: relative;
		border-top: 2px solid #2db3bf;
		color: #2db3bf;
		line-height: 2rem;
		padding-top: 5px;
		padding-right: 15px;
		text-align: right;
		font-weight: bolder;
	}
	#hotpot-list4 .hotpot-pop{
		margin-top: -8px;
		position: relative;
		border-top: 2px solid #519c58;
		color: #519c58;
		line-height: 2rem;
		padding-top: 5px;
		padding-right: 15px;
		text-align: right;
		font-weight: bolder;
	}
	.hotpot-popup{
		position: absolute;
		top: 5px;
		left: 2%;
		background-color: #8280bc;
		color: #fff;
		border-radius: 3rem;
		width: 40%;
		text-align: center;
		font-size: 0.9rem;
		cursor: pointer;
	}
	#hotpot-list2 .hotpot-popup{
		position: absolute;
		top: 5px;
		left: 2%;
		background-color: #f29a7a;
		color: #fff;
		border-radius: 3rem;
		width: 40%;
		text-align: center;
		cursor: pointer;
	}
	#hotpot-list3 .hotpot-popup{
		position: absolute;
		top: 5px;
		left: 2%;
		background-color: #2db3bf;
		color: #fff;
		border-radius: 3rem;
		width: 40%;
		text-align: center;
		cursor: pointer;
	}
	#hotpot-list4 .hotpot-popup{
		position: absolute;
		top: 5px;
		left: 2%;
		background-color: #519c58;
		color: #fff;
		border-radius: 3rem;
		width: 40%;
		text-align: center;
		cursor: pointer;
	}
	.hotpot-sale{
		margin-top: 5px;
		background: #ed798d;
		color: #fff;
		font-weight: bolder;
		padding: 2% 0;
		font-size: 0.9rem;
		line-height: 1rem;
		text-align: center;
	}
	.hotpot-list li:nth-child(11){
		display: none;
	}
	#hotpot-list2 li:nth-child(8){
		border: 0px;
		width: 45%;
		padding-top: 15%;
	}

	#hotpot-list4 li:nth-child(8){
		border: 0px;
		width: 45%;
		padding-top: 15%;
	}
	/*========分享=========*/
	.mission-list{
		width:90%;
		margin: 8% auto;
		margin-top: 50px;
	}
	.mission-list li{
		position: relative;
		border: 2px #fff solid;
		padding: 5%;
		font-size: 1rem;
		line-height: 1.4rem;
		text-align: left;
		margin-bottom: 15%;
	}
	.mission-title{
		position: absolute;
		width: 65%;
		top: -40%;
		left: -5%;
		z-index: 10;
	}
	.mission-btn{
		position: absolute;
		width: 35%;
		bottom: -28%;
		right: 1%;
		z-index: 10;
	}
	
	.award-title{
		width: 95%;
		margin: 0 auto;
		background: #ed798d;
		border-radius: 1rem;
		font-size: 1rem;
		font-weight: bolder;
		line-height: 1.4rem;
		padding: 10px;
		margin-bottom: 7%;
	}
	.award-gift-title{
		margin: 20px auto;
		border: 2px #ed798d dashed;
		color: #000;
		width: 100%;
	}
	.award-list{
		color: #000;
		margin: 3% 0;
	}
	.award-list li{
		display: inline-block;
		font-size: 1rem;
		width: 45%;
	}
	.gift-list{
		width: 100%;
		margin: 0 auto;
	}
	.gift-list li{
		display: inline-block;
		width: 45%;
		margin: 0.5%;
	}
	/*=====上傳頁=====*/
	.upload-area{
		vertical-align: top;
		width: 80%;
		margin: 0 auto;
		color: #000;
		font-size: 1rem;
		text-align: left;
		margin-bottom: 5%;
	}
	.upload-area input[type="text"]{
		width: 100%;
		border: 2px solid #33b6c0;
		line-height: 2rem;
		border-radius: 3px;
		margin-bottom: 3%;
	}
	.upload-area input[type="checkbox"] {
		border: 2px solid #33b6c0;
	}
	.upload-state{
		text-align: center;
		width: 100%;
	}
	.btn-more1, .btn-more2, .btn-more3, .btn-more4{
		width: 70%;
		margin: 5% auto;
	}
	
	.fb_m{
		margin-bottom: 11px;
		width: 55px;
	}
}
@media screen and (max-width: 400px) {
	#header_top{
		position: fixed;
		width: 100%;
		height: 60px;
		margin: 0;
		padding: 0;
		background: #ed798d;
		z-index: 10000;
	}
	.header_area{
		position: relative;
		width: 100%;
		
	}
	.header_logo{
		position: absolute;
		width: 20%;
		top: 10px;
		left: 5%;
		text-align: left;
	}
	.header_logo img{
		vertical-align: top;
	}
	.header_menu{
		display: none;
		border: 1px solid #000;
	}
	
	.header_menu_icon{
		visibility: visible;
		position: absolute;
		width: 10%;
		top: 10px;
		right: 5%;
		text-align: left;
	}
	.header_menu_m{
		position: fixed;
		background-color: #ed798d;
		height: 100vh;
	}
	.header_menu_m ul{
		margin-top:20%;
	}
	.header_menu_m li{
		margin-top:5%;
		width: 100%;
	}
	.menu-close{
		position: absolute;
		width: 30px;
		top:2%;
		right:5%;
	}
	
	.hotpot-list-icon{
		display: none;
	}
	
}

.footer_area{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
}

.footer {
	padding-top: 2%;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.footer iframe{
	width: 350px;
	height: 130px;
	margin: 0 auto;
}

.pc_footer{
	display: block;

}
.mobile_footer{
	display: none;
}
@media screen and (max-width: 768px) {
	.pc_footer{
		display: none;
		
	}
	.mobile_footer{
		display: block;
		max-width:340px; 
		margin-top: 10px;
	}
}
.award-list-title{
		color: #000;
	}
.award-small{
	padding-top: 10px;
	font-size: 1rem;
	color: #ed798d;
	font-weight: bolder;
	border: 1px solid #ed798d;
	margin-bottom: 20px;
}