@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  /**font-family: 'Noto Sans TC', 'Microsoft JhengHei', "sans-serif", Arial;**/
  font-family: "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
  color: #333;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  display: inline-block;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
.header, .footer {
  text-align: center;
  background: #fff;
}
.display_pc {
  display: block;
}
.display_m {
  display: none;
}

/**main_wrapper**/
.main_wrapper {
  position: relative;    
  overflow: hidden;
  background: url(../images/kv_bg.png) no-repeat top center, url(../images/main_bg.png) repeat center;
  padding-bottom: 80px;
}
/**kv_wrapper**/
.kv_wrapper {
  position: relative;
}
/**kv_container**/
.kv_container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  height: 850px;
}
.kv_slogan {
  position: absolute;
  top: 0%;
  left: 28%;
  z-index: 5;
  pointer-events:none;
}
/**活動說明**/
.kv_but {
  position: absolute;
  top: 10%;
  right: 15%;
  z-index: 4;
}
/**swiper主打輪播**/
.kv_swiper {
  position: absolute;
  top: 33.5%;
  right: 25%;
  z-index: 6;
}
/**kv_text**/
.kv_event {
  position: absolute;
  top: 76%;
  left: 31.5%;
  z-index: 5;
  pointer-events:none;
    
}
/**balloon_white**/
.kv_left_01 {
  position: absolute;
  top: 14.5%;
  left: 3.5%;
  z-index: 2;
  pointer-events:none;
}
/**balloon_red**/
.kv_left_02 {
  position: absolute;
  top: 8.5%;
  left: 12%;
  z-index: 1;
  pointer-events:none;
}
/**balloon_blue**/
.kv_right {
  position: absolute;
  top: 16.5%;
  right: 4%;
  z-index: 1;
  pointer-events:none;
}
.kv_deco{
  position: absolute;
  top: 5%;
  left: -8%;
  z-index: 6;
  pointer-events:none; 
}
.kv_logo{
  position: absolute;
  top: 3.5%;
  left: 8%;
  filter: drop-shadow(0px 0px 3px #862f2d); 
  z-index: 6;    
}
.kv_logo a img, .kv_event a img, .kv_but a img {
  transition: .3s all ease-in-out;
}

@media(hover:hover) {
.kv_logo a img:hover, .kv_event a img:hover{ 
  transform: translateY(-8%); 
  filter: brightness(1.2);
}
}
    
.kv_but a img:hover{ 
  transform: translateY(-3%); 
  filter: brightness(1.2);
}

.kv_logo, .kv_slogan, .kv_event{
  --animate-duration: 2s;
}

.kv_but{
  --animate-duration: 2.5s;
}
    
/*event*/
.event_wrapper {
  position: relative;
  width: 100%;
  z-index: 998;
  margin-top: -60px;
}
.event_container {
  width: 1024px;
  position: relative;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}
.event_container .event_block04 {
  width: 1024px;
  position: relative;
  margin: auto;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;  
}
.event {
  text-align: center;
  position: relative;
  cursor: pointer; 
}
.event .event1{
  position: relative;
  margin:  0 auto;
}
.event .event2{
  position: relative;
  left: 10px;
}
.event .event3{
  position: relative;
  left: 6px;
}
.event .event4{
  position: relative; 
}
.event .event5{
  position: relative;
  right: 6px;
}
.event .event6{
  position: relative;
  right: 10px;
}
.event .event9{
  position: relative;
  width: 514px;
}
.event.event_block01, .event.event_block02, .event.event_block03{
  width: 1024px;
  display: flex; 
  justify-content: center;
}
.event.event_block02{
  position: relative;
  margin-top: -14px; 
}
.event.event_block03{
  position: relative;
  margin-top: -16px; 
}
.event.event_block04{
  position: relative;
  margin-top: -10px; 
}
.event2:after, .event3:after, .event4:after, .event5:after{
  content: '';
  position: absolute;
  top: 70px;
  left: 200px;
  background-image: url(../images/arrow.png);
  width: 12px;
  height: 23px;
}

@media (hover:hover) {
  .event a {
    transition: all .4s;
  }
  .event a:hover {
    transform: translateY(-8px);
    filter: brightness(1.2);
  }
}

/**swiper主打輪播**/
.prod_rota .swiper_prod {
  width: 600px;
  height: 400px;
  overflow: hidden;
  margin: auto;
}
/**swiper銀行輪播**/
.prod_rota .swiper_bank {
  width: 514px;
  height: 208px;  
  background-image: url("../images/event_09.png");
  overflow: hidden;
  margin: auto;
}
/**coupon輪播**/
.coupon_item_rota .swiper_coupon {
  position: relative;
  width: 960px; 
  height: 125px;
  top: 115px;
  left: 38px;
  overflow: hidden;
}

@media (hover:hover) {
  .prod_rota a {
    transition: all .4s;
  }
  .prod_rota a:hover {
    transform: scale(0.95);
    filter: brightness(1.2);
  }
}
/*設定swiper點點的位置*/
.prod_rota .swiper_prod .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  bottom: -80px;
}
.prod_rota .swiper_bank .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
}
.coupon_item_rota .swiper_coupon .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
}
.swiper-pagination-bullet {
  background: #fff;
}

/**bn_wrapper**/
.bn_wrapper{
  position: relative;
  width: 100%;
  margin-top: -30px;
  clear: both;
}

.bn_container{
  position: relative;
  margin: auto;
  width: 1133px;
  height: 551px;  
  background: url("../images/bn_border.png") no-repeat;
  z-index: 500;
}

/**swiper_bn**/
.prod_rota .swiper_bn{
  position: relative;
  top: 65px;
  width: 1000px;
  height: 430px;
  overflow: hidden;
  margin: 0 auto;
}
	  
.swiper-button-next, .swiper-button-prev {
  top: 52%!important;
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 50px!important;
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 50px!important;
}

.prod_rota .swiper_bn .swiper-pagination{
  margin: auto;
  left: 0px;
  right: 0;
  bottom: 0px;
}

.swiper_bn .swiper-pagination-bullet {
  background: #fff;
}

/**每週折價券**/
.coupon_wrapper{
  position: relative;
  width: 100%;
  z-index: 999;
  margin-top: -10px;
}
.coupon_container{
  width: 1024px;
  height: 267px;
  position: relative;
  margin: 0 auto;
  background-image: url("../images/coupon_border.png");
}
.coupon_tit{
  position: absolute;
  left: 278px;
  top: 36px;
  z-index: 999;
}
.coupon_item_rota li a { 
  text-align: center; 
  float: left; 
  transition: .2s ease-in-out;
}
.coupon_item_rota li a:hover{
  transform: translateY(5px);
  filter: brightness(1.2);
}
.deco_01{
  position: absolute;
  left: 140px;
  top: 25px;
}
.deco_02{
  position: absolute;
  right: -10px;
  top: 65px;
}

/**prod**/
.prod_wrapper {
  position: relative;
  margin-top: 40px;
}
.prod_container {
  position: relative;
  z-index: 100;
  /**overflow: hidden;**/
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  width: 992px;
  /**overflow: hidden;**/
  /**margin-top: -110px;**/
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  float: left;
  width: 240px;/**5-items**/
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow:0px 0px 4px rgba(0, 0, 0,0.4);  
  transition: ease-out .1s;    
}

.ProductList .item > a {
  position: relative;
  display: block;
  transform: scale(.95);
}
.ProductList .ProductImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 240px;/**4-items**/
  height: 240px;/**4-items**/
}
.ProductList .ProductImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: ease-out .1s;
  transition: ease-out .1s;
}
.ProductList .item > a:hover .ProductImg img {
  transform: scale(1.05);
  filter: brightness(110%);
}

/**.ProductList .item:hover{
  transform: translateY(-5px);
}**/

.ProductList .ProductDesc {
  overflow: hidden;
  margin: 0 0px;/**margin: 0 3px;**/
  border-radius: 20px;    
  /**background-color: #8a4242;**/
  background-image: repeating-linear-gradient(90deg, rgb(252 209 81) -1%, rgb(255 159 35) 101%);   
  padding: 0 5px;
  height: 36px;
  color: #3b1718;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}

.item .ProductName {
  overflow: hidden;
  padding: 4px 5px;
  height: 45px;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}
.item .ProducPrice, .item .Event_Condition {
  padding: 3px 2px 0 2px;
  color: #F00;
  height: 45px;    
}
.item .ProducPrice label {
  cursor: pointer;
}
.item .ProducPrice i{
	display: flex;
	flex-direction: column-reverse;
}
.item .ProducPrice i em span {
  margin: 0 10px 0 0;
  color: #747474;
    text-decoration: line-through;
}
.item .ProducPrice .prePrice span, .item .Event_Condition i span {
  margin: 0 2px 0 2px;
  font-weight: 500;
  font-size: 34px;/**font-size: 36px;**/
  line-height: 30px;
}
.item .ProducPrice i em {
  color: #747474;
  font-style: normal;
	  font-size: 13px;
}
.item .ProducPrice .price_txt {
  color: #F00;
  font-size: 15px;
  line-height: 26px;
}

/*標籤*/
.item .ProductImg .event_label{ 
	position: absolute;
	top:0;
	left: 0;	
	z-index: 1; 
	width: 40%; 
	padding-top: 40%; 
	background:  url(//www.payeasy.com.tw/pay_event/event_09/19anniversary/images/label.png) no-repeat center top; 
	background-size: contain; 
	pointer-events: none;
    display: none;
}

/**group**/
.group{
	position: relative;
    margin-bottom: 90px;
}

/**產品線區塊**/
.group:before{
	content:'';
	position: absolute;
	top: 125px;
	bottom: 0;
	left: -80px;
	right: 0;
	margin: auto;
    background-image: url("../images/pid_border_02.png");
    width: 1150px;
    height: 945px !important;
	z-index: -2;
}

/**週末下殺**/
#group_1{
    position: relative;
    left: -180px;
    width: 1340px;
    margin-bottom: 50px;
}
#group_1:before{ display: none;}
/**OTOP城鄉商品**/
#group_2:before{
    content:'';
	position: absolute;
	top: 125px;
	bottom: 0;
	left: -80px;
	right: 0;
	margin: auto;
    background-image: url("../images/pid_border_01.png"), url("../images/border_02.png");
    width: 1150px;
    height: 583px !important;
	z-index: -2;
}

/**hotel**/
.hotel_main { width: 1050px; margin: 0 auto; margin-bottom: 70px;}
.hotel_title { position: relative; height: 90px; text-align: center;}
.hotel_product { position: relative; text-align: center; background: #fff; overflow: hidden; width: 240px; top: 0px; margin-left: 4px; margin-right: 4px; margin-bottom: 10px; 
    border-radius: 10px; overflow: hidden;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%);}
.hotel_img { width: 100%; height: 240px; background-size: cover; background-position: 50%; background-repeat: no-repeat; transition: all .5s linear; background-color: #fff;}
.hotel_product a { position: relative; display: block; transition: all .4s; }
@media(hover:hover) {
.hotel_product a:hover, .hotel_product a:focus, .hotel_product a:active { transform: translateY(-5px);}
}
.hotel_detail {height: 129px;}
.hotel_desc {overflow: hidden;padding: 0 5px; height: 36px; color: #3b1718; font-weight: bold; font-size: 15px; line-height: 36px; background-image: repeating-linear-gradient(90deg, rgb(252 209 81) -1%, rgb(255 159 35) 101%);  width: 90%; margin: 2px auto; border-radius: 50px;}
.hotel_tit { overflow: hidden; padding: 4px 5px; height: 43px; color: #000; text-align: center; font-size: 16px; line-height: 21px;}
.hotel_money { padding: 0px 10px 0 10px; height: 45px; color: #e34357; position: relative; margin-top: 3px;}
.hotel_money span.price { margin: 0 2px 0 2px; font-weight: 500; font-size: 33px; line-height: 37px;}
.hotel_money span.price { font-size: 32px;}

/* ================================================
- Loading
================================================ */
.loading_container {
    background: url("//www.payeasy.com.tw/privilege/Pmarket/images/loading-white.gif") no-repeat center;
    background-color: #282828;
    background-size: 120px;
    border-radius: 20px;
    position: absolute;
    top: 70px; bottom: 0;
    left: 5px; right: 5px;
    z-index: 12;}

/**title***/
.tit {
  /**display: none;**/
  margin: auto;
}
.group .tit .text{
  position: absolute;
  display: block!important;
  font-size: 40px;
  font-weight: 900;
  width: 990px;
  height: 200px;
  line-height: 190px;
  margin: 0 auto;
  color: #fff;
  text-shadow: #6f0010 0px 3px 0px;
  background: url("../images/title/.png") center no-repeat;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 5px;
}

#group_1 .tit .text{
  background: url("../images/title/title_01.png") center no-repeat;
}

#group_2 .tit .text{
  background: url("../images/title/title_02.png") center no-repeat;
}

#group_3 .tit .text{
  background: url("../images/title/title_03.png") center no-repeat;
}

#group_4 .tit .text{
  background: url("../images/title/title_04.png") center no-repeat;
}

#group_5 .tit .text{
  background: url("../images/title/title_05.png") center no-repeat;
}

#group_6 .tit .text{
  background: url("../images/title/title_06.png") center no-repeat;
}

#group_7 .tit .text{
  background: url("../images/title/title_07.png") center no-repeat;
}

#group_8 .tit .text{
  background: url("../images/title/title_08.png") center no-repeat;
}

#group_9 .tit .text{
  background: url("../images/title/title_09.png") center no-repeat;
}

#group_10 .tit .text{
  background: url("../images/title/title_10.png") center no-repeat;
}

#group_11 .tit .text{
  background: url("../images/title/title_11.png") center no-repeat;
}


/**.group .tit .text a{
    background: url(../images/more.png) no-repeat center;
    height: 44px;
    width: 112px;
    margin-bottom: 0px;
    margin-left: -10px;
    display:inline-block;
    cursor: pointer;
}**/

/**tag wfe**/
.tag_wfe {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(//www.payeasy.com.tw/pezlib/images/tag_wfe_s.png) left;
  background-size: cover;
  display: none;
}
.tag_wfe.checked {
  background-position: right;
}
.tag_wfe .brief {
  position: absolute;
  top: -5px;
  left: 25px;
  z-index: 10;
  display: none;
  width: 64px;
  background: #E36E1A;
  color: #f6f6f6 !important;
  text-align: center;
  font-size: 12px !important;
  line-height: 16px !important;
}
.tag_wfe:hover .brief {
  display: block;
}
.tag_wfe.checked:hover .brief {
  display: none;
}
.tag_wfe .brief:after {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 0;
  height: 0;
  border-color: transparent #E36E1A transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: '';
  font-size: 0;
  line-height: 0;
}
.tag_wfe:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: text-bottom;
}
/**promotionBlock_forVIPday**/
.promotionBlock {
  position: relative;
}
.promotionBlock .activity {
  left: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
  line-height: 0;
}
.promotionBlock .activity img {
  width: 100%;
}
.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/float.png") no-repeat center;
  position: fixed;
  z-index: 999;
  display: none;
  pointer-events: none;
}

/**NavArea右側選單**/
@media screen and (min-width: 1025px) {
/** float **/
.NavArea {
  display: none;
  width: 140px;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 999;
  animation: slideLeft 1s ease-in-out 1;
}
@keyframes slideLeft {
  0% { transform: translateX(150%);}
  50% { transform: translateX(-8%);}
  65% { transform: translateX(4%);}
  80% { transform: translateX(-4%);}
  95% { transform: translateX(2%);}
  100% { transform: translateX(0%);}
}
/**active 背景highlight**/
.Nav-slide.active {
  background-color: #560200;
}
/**active highlight**/
.Nav-slide.active a {
  color: #ffdbae;
}
.float_tit {
  position: absolute;
  top: -65px;
  left: 22px;
}
/**代購王**/
.float_tit2 {
  position: absolute;
  bottom: -105px;
  left: 21px;
}   
.go_top {
  display: block;
  cursor: pointer;
}
.Nav-wrapper {
  background: repeating-linear-gradient(120deg, rgb(253 208 77) -1%, rgb(255 154 64) 101%);
  width: 120px;
  margin: 0px auto 0;
  padding-top: 35px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.Nav-wrapper li {
  font-size: 15px;
  text-align: center;
  background: transparent;
  margin: auto;
  padding: 2px 0 2px;
  position: relative;
}
.NavArea .Nav li span {
  display: block;
}     
/**TOP**/
.Nav-wrapper li.highlight2 {
  font-size: 24px;
  border-radius: 0 0 20px 20px;
  padding-bottom: 8px;
  padding-left: 2px;
}
/**活動說明**/
.Nav-wrapper li.highlight3 {
  background-color: #c0100f;
  font-size: 15px;
  border-radius: 15px;
  margin: 2px 2px;
}
.Nav-wrapper li.highlight3 a{
  color: #fff;
} 
.Nav-wrapper li a {
  color: #0e0e0f;/**分類標題顏色**/
  cursor: pointer;
  position: relative;
  z-index: 500;
  font-weight: bold;
}
.Nav-wrapper li a:hover {
  color: #fff;/**分類標題hover顏色**/
}
.Nav-wrapper li:after {
  background: #fff;/**分類標題hover線條顏色**/
  height: 2px;
  position: absolute;
  right: 51%; left: 51%;
  bottom: 0;
  z-index: 1;
  content: "";
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left, right;
  transition-property: left, right;
}
.Nav-wrapper li:hover:after {
  right: 10%;
  left: 10%;
}
.Nav-wrapper li.highlight0:after {
  background: transparent;
}   
}

/**NavArea右側選單_M**/
@media screen and (max-width:1024px) {
/**M版-float**/
.NavArea {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.NavArea .Nav {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: scroll;
  background-color: #000;
}
.NavArea .Nav ul {
  white-space: nowrap;
}
.NavArea .Nav li {
  z-index: 10;
  position: relative;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  width: auto;
  font-weight: inherit;
  text-align: center;
}
.NavArea .Nav li span {
  display: inline-block;
}
.NavArea .Nav li:nth-child(odd){
  background-color: #131313;
}    
.NavArea .Nav a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0 12px;
  height: 44px;
  line-height: 44px;
}
.Nav-slide.active a {
  color: salmon;
}
    
.float_tit, .float_tit2, .float_tit3{ display: none; }    
/**.float_tit, .go_top { display: none; }**/ 
}

@media screen and (max-width:768px) {
.gotop {
  background: url(//www.payeasy.com.tw/pay_event/pezlib/images/icon_top.png) no-repeat; 
  height: 36px; 
  position: fixed; 
  right: 5px;
  width: 36px;
  bottom: 60px;
  z-index: 999; 
  display: none;
}
.gotop a {
  display: block; 
  width: 48px; 
  height: 36px;
}
.header {
  width: 100vw;
}
.display_m {
  display: block;
}
.display_pc {
  display: none;
}
.main_wrapper{
  background-size: 195vw !important;
}   
.kv_wrapper{
  background: none;
}
.kv_container {
  width: 100vw;
  height: 83vw;
}
.kv_container img {
  width: 100%;
}
.kv_slogan {
  width: 53vw;
  left: 24vw;
  top: -2.5vw;
}
.kv_but {
  width: 34vw;
  top: 6vw;
  right: 3.5vw;
} 
.kv_swiper {
  top: 27vw;
  right: 19vw;
}  
.kv_event {
  width: 48vw;
  top: 65vw;
  left: 26vw;
}   
.kv_left_01 {
  width: 32vw;
  top: 13vw;
  left: -8vw;
}     
.kv_left_02 {
  width: 32vw;
  top: 9vw;
  left: 5vw
}
.kv_right {
  width: 32vw;
  top: 14vw;
  right: -10vw
} 
.kv_deco, .kv_logo{
  display: none;
}    
.bg_fly {
  display: none;
}  
/**bn_wrapper**/
.bn_wrapper{
  width: 100vw;
  margin-top: -4vw;
}
.bn_container{
  width: 100vw;
  height: 50vw;
  background-size: contain;
  background-repeat: no-repeat;
}  
/**swiper_bn**/
.prod_rota .swiper_bn{
  top: 5vw;
  width: 86vw;
  height:auto
} 
.prod_rota .swiper_bn img { 
  width: 100%;
}   

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 20px!important;
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 20px!important;
}
      
/*event_wrapper*/
.event_wrapper{
  width: 100vw;
  margin-top: -2vw; 
}
.event_container{
  width: 100vw;
  height: auto;
} 
.event img{
  width: 100%;
}   
.event.event_block01, .event.event_block02, 
.event.event_block03, .event.event_block04{
  width: 96vw;
  margin: 0 auto;
}    
.event.event_block02{
  display: flex;
  flex-wrap: wrap;
  margin-top: -2px; 
}
.event.event_block03{
  margin-top: -2px; 
} 
.event.event_block04{
  margin-top: 0px; 
}    
.event .event2{
  width: 48vw;
  left: 0px;
}
.event .event3{
  width: 48vw;
  left: 0px;
}
.event .event4{
  width: 32vw;
  margin-top: -3px;
}
.event .event5{
  width: 32vw;
  right: 0px;
  margin-top: -3px;
}
.event .event6{
  width: 32vw;
  right: 0px;
  margin-top: -3px;
} 
.event .event9{
  width: 48vw;
}  
.event .event10{
  width: 48vw;
}     
.event2:after, .event3:after, .event4:after, .event5:after{
  top: 8vw;
  left: 31.2vw;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8vw;
}   
.event2:after{
  top: 5vw;
  left: 47.2vw;
}     
.event3:after{
  display: none;
}    

/**swiper主打輪播**/
.prod_rota .swiper_prod{
  width: 62vw;
  height: auto;
  background-image: url("../images/");
  background-size:contain;
  background-repeat: no-repeat;
} 
/**swiper銀行輪播**/
.prod_rota .swiper_bank {
  width: 48vw;
  height: 18vw;
  background-size: cover;
  background-repeat: no-repeat;
} 
/**coupon輪播**/
.coupon_item_rota .swiper_coupon {
  width: 46vw;
  height: auto;
  top: 2.5vw;
  left: -4vw;
}       
.prod_rota .swiper_prod img, .prod_rota .swiper_bank img{ width: 100%;}
.coupon_item_rota .swiper_coupon img{ width: 100%;}   
 
/*設定swiper點點的位置*/
.prod_rota .swiper_prod .swiper-pagination {
  bottom: -37px;
}    
.prod_rota .swiper_bank .swiper-pagination {
  bottom: -8px;
}    

/**每週折價券**/
.coupon_wrapper{
  width: 100vw;
  margin-top: 0px;
}
.coupon_container{
  width: 96vw;
  height: auto;
  background-image: url("../images/coupon_border_M.png");
  background-size:contain;
  background-repeat: no-repeat;
  display: flex;    
}
.coupon_tit{
  position: relative;
  width: 50vw;
  left: 0vw;
  top: -0.5vw;
} 
.coupon_tit img{ 
  width: 90%;
}     
    
/**prod_m**/
.prod_wrapper{
  margin-top: 4vw;
}    
.prod_container{}    
.ProductList {
  width: 100vw;
  margin-top: 3vw;
}
.ProductList .item {
  width: 49vw;
  margin: 0 .5vw;
  margin-bottom: 10px;
}   
.ProductList .ProductImg {
  width: 49vw;
  height: 49vw;
  border: 0;
  overflow: hidden;
}
.ProductList .ProductDesc {
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  font-size: 14px;
  padding: 0 3px;
}
.item .ProductName {
  color: #000;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  padding: 4px 5px;
  line-height: 18px;
}
.item .ProducPrice .prePrice span, .item .Event_Condition i span {
  font-size: 24px;
}
     
/**group**/
.group{
  padding-top: 0vw;
  margin-bottom: 10px;
}
#group_1{
  width: 100vw;
  left: 0px;
  margin-bottom: 20px;
}
/**title***/
.tit {}
.group .tit .text {
  width: 100vw;
  height: 25vw;
  background-size: contain;
  background-repeat: no-repeat;
} 
    
#group_1 .tit .text, #group_2 .tit .text, #group_3 .tit .text,
#group_4 .tit .text, #group_5 .tit .text, #group_6 .tit .text,
#group_7 .tit .text, #group_8 .tit .text, #group_9 .tit .text,
#group_10 .tit .text, #group_11 .tit .text{ 
  background-size: contain;
  width: 100vw;
}     

/**產品線區塊**/
.group:before{
  top: 15vw;
  background-image: none;
  background: repeating-linear-gradient(120deg, #a20006 -1%, #5a0201 101%);
  height: auto !important;
  border-radius: 20px;
  width: 100vw;
  left: 0px;
} 
    
/**OTOP城鄉商品**/
#group_2:before{
  top: 15vw;
  background-image: none;
  background: repeating-linear-gradient(120deg, #a20006 -1%, #5a0201 101%);
  height: auto !important;
  border-radius: 20px;
  width: 100vw;
  left: 0px; 
}
    
.ProductList .item_ .ProducPrice {
  height: 40px;
}
.prod_wrapper_bg {
  width: 100vw;
}
.prod_bg_item {
  height: calc(494vw + 1319px);
  margin-top: 16vw;
}
.prod_bg_item.prod_bg_00 {
  margin-top: 18vw;
}
.eventPage_bn_vipMember_wrapper {
  display: none;
}  
    
/**hotel_title**/
.hotel_title {width: 100vw; height: 29vw; background: none;}
.hotel_main {width: 100vw;}
.hotel_detail {height: 124px;}
.hotel_desc {font-size: 14px; width: 95%;}
.hotel_tit {line-height: 18px; font-size: 14px; height: 43px;}
.hotel_money {padding: 0; margin-top: 0;}
.hotel_money span.sign {font-size: 14px;}
.hotel_product {width: 47.5vw;}
.hotel_img {width: 47.5vw!important; height: 47.5vw!important;}
.hotel_money span.price {font-size: 24px;}  
    
/**floatM-bottom**/
.float_wrapper { display: none;}
.M_menu_wrap { position: fixed;  bottom: 0; z-index: 999; }
.M_menu_block{ width: 100vw; background-color: rgb(0 0 0 / 70%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);  }
.M_menu_block ul { border-top: 2px solid #999; display: flex; justify-content: center; align-items: center; }
.M_menu_block li {width: 100%;font-size: 18px;line-height: 18px;height: 50px;display: flex;flex: auto;justify-content: center;align-items: center;text-align: center;border-left: 1px solid #222;border-right: 1px solid #666;padding-bottom: 8px;}
.M_menu_block li a{ color: #fff; }
.M_menu_block a{ color: #fff; display: block;}     
    
}


@media screen and (max-width:320px) {
.item .ProducPrice i em span {
  font-size: 11px;
}
.item .ProducPrice .price_txt {
  font-size: 13px;
}
.tag_wfe {
  width: 16px;
  height: 16px;
}
}

