@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;
  background-color: #d6583c;
}
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 {
  margin: auto;
  position: relative;
  width: 100%;
  min-height: 100vh; /* 確保容器至少有視窗高度 */
  overflow: hidden;
  background: 
    url(../images/kv_bg.png) no-repeat top center,
    url(../images/main_bg.png) no-repeat fixed bottom;
}

/**kv_wrapper**/
.kv_wrapper {
  overflow: hidden;
  position: relative;
}

/**kv_container**/
.kv_container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  height: 1270px;
}

/**kv_slogan**/
.kv_slogan {
  position: absolute;
  top: 6%;
  left: 23.5%;
  z-index: 2;
}

/**kv_ribbon**/
.kv_ribbon {
  position: absolute;
  top: 37.5%;
  left: 28.5%;
  z-index: 3;
}

/**kv_left**/
.kv_left {
  position: absolute;
  top: 13.5%;
  left: 16%;
  z-index: 1; 
}

/**kv_right**/
.kv_right {
  position: absolute;
  top: 12%;
  right: 1%;
  z-index: 1; 
}

/**kv_logo**/
.kv_logo a {position: absolute; top: -68px; left: -9px; z-index: 5; margin: auto; transition: linear .2s;}
.kv_logo a:hover {transform: translateY(-3px);}

.kv_but a img, .kv_ribbon a img  {
  transition: .3s all ease-in-out;
}
@media(hover:hover) {
.kv_but a img:hover, .kv_ribbon a img:hover{ transform: translateY(-7%);}
}


.animate__bounceInDown{
  --animate-duration: 2s;
}
.animate__flipInX{
  --animate-duration: 2s;
}
.animate__jackInTheBox{
  --animate-duration: 2s; 
}
.item {
  --animate-duration: 2s;
}

/**bank_wrapper**/
.bank_wrapper{
  position: relative;
  width: 100%;
  z-index: 900;
  margin-top: -650px;
}
.bank_container{
  width: 1100px;
  height: 308px;
  background: url(../images/bank_border.png) no-repeat top center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bank_tit{
  display: flex;
  align-items: center;
  width: 580px;
  margin-top: 8px;
}

.bank{
  display: flex;
  width: 1050px;
  justify-content: space-between;
}

@media (hover:hover) {
  .bank_tit a, .bank a{
    transition: all .4s;
    cursor: pointer;
  }
  .bank_tit a:hover,  .bank a:hover{
    transform: scale(0.95);
    filter: brightness(1.1);
  }
}

/**bn_wrapper**/
.bn_wrapper{
  position: relative;
  width: 100%;
  z-index: 900;
  margin-top: 30px;
}
.bn_container{
  width: 1100px;
  height: 508px;
  background: url(../images/bn_border.png) no-repeat top center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (hover:hover) {
  .bn a {
    transition: all .4s;
    cursor: pointer;
  }
  .bn a:hover {
    transform: scale(0.95);
   filter: brightness(1.1);
  }
}

/**prod**/
.prod_wrapper {
  position: relative;
  margin-top: 40px;
  padding-bottom: 40px;
}
.prod_container {
  position: relative;
  z-index: 100;
  /**overflow: hidden;**/
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  width: 1050px;
  left: -25px;
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  float: left;
  width: 200px;/**5-items**/
  margin-left: 3px;
  margin-right: 3px;
  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;  
  left: 37px;
}

.ProductList .item > a {
  position: relative;
  display: block;
  transform: scale(.95);
}
.ProductList .ProductImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 200px;/**5-items**/
  height: 200px;/**5-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(0, 0, 0) -1%, rgb(0, 0, 0) 101%); 
  padding: 0 5px;
  height: 36px;
  color: #fff;
  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;
}
.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_02/2024_38festival/images/label.png) no-repeat center top; 
  background-size: contain; 
  pointer-events: none;
  display: none;
}

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


/**產品線區塊**/
.group:before{
  content:'';
  position: absolute;
  bottom: 0;
  margin: auto;
  background-image: url("../images/border.png");
  width: 1101px;
  height: 783px !important;
  z-index: -2;
  top: 150px;
}


/**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: 200px; 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: 200px; 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: #153022; font-weight: bold; font-size: 15px; line-height: 36px; background-image: repeating-linear-gradient(90deg, rgb(255 189 67) -1%, rgb(255 129 38) 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 .tit_text {
  position: absolute;
  display: block!important;
  font-size: 40px;
  font-weight: 900;
  width: 800px;
  height: 170px;
  line-height: 170px;
  margin: 0 auto;
  color: #fff;
  text-shadow: #6f0010 0px 3px 0px;
  background: url("../images/title/.png") center no-repeat;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  /**left: 135px;**/
  top: 0px;
  /**cursor: pointer;
  transition: .3s all ease-in-out;**/
}


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

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

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

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

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

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

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

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

/**@media(hover:hover) {
.group .tit .text:hover{ 
    transform: translateY(-5%);
    filter: brightness(1.1);
    }
}**/


/**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_wrapper_float*/
.bg_wrapper02 {
  position: absolute;
  width: 100%; 
  height: 100%; 
  top: 0; 
  z-index: 1; 
  pointer-events: none;
}
.bg_fly02 {
  display: none;
  top: 0; 
  width: 100%; 
  height: 100%;
  background: url("../images/float.png") no-repeat center;
  position: fixed; 
  pointer-events:none;
}

/**bg_wrapper_main_deco**/
.bg_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  display: none;
}
.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/main_deco.png") repeat-y center;
}


@media screen and (min-width: 1025px) {
  .NavArea {display: none; width: 115px; position: fixed; top: 120px; right: 5px; z-index: 250;}
  .Nav-slide.active {background-color: rgb(0 0 0 / 40%);}
  .Nav-slide.active a {color: #fff100;}
  .go_top { display: block; cursor: pointer;}
  .float_tit {position: absolute; top: -73px; left: -3px;}
  .Nav-wrapper li.float_tit:hover {background: none;}
  .Nav-wrapper {width: 115px; background: rgb(55 67 86 / 80%); border-radius: 15px 15px 4em 4em; padding: 7px 5px;}
    
  /*活動攻略*/  
  li.Nav-slide.text {font-size: 16px; background: #efd669; border-radius: 10px 10px 0 0; border-bottom: 1px dotted #fff;}
  li.Nav-slide.text a {color: #000; font-weight: bold;}
    
  /*活動區*/  
  .Nav-wrapper ol.Nav-event {background: #ba6fcc; border-radius: 0 0 10px 10px; margin-bottom: 5px; padding-bottom: 5px;}
  .Nav-wrapper li {font-size: 15px; line-height: 1.2; text-align: center; background: transparent; margin: auto; padding: 5px 0;}
  li.Nav-slide.event {border-bottom: 1px dotted #fff;} 
  li.Nav-slide.event:last-child {border-bottom: 0;}  

  /*產品區*/  
  .Nav-wrapper ol.Nav-event2 {margin: 0;}
  .Nav-wrapper li a {color: #fff; font-weight: bold; cursor: pointer; position: relative; z-index: 500;}
  .Nav-wrapper li a:hover {color: #fff100;}
  .Nav-wrapper li:hover {background: rgb(0 0 0 / 40%);}
  .Nav-wrapper li a span {display: block;}
    
  /*gotop*/
  .Nav-wrapper li.go_top {font-size: 24px; border-radius: 0 0 20px 20px; padding: 7px 0;}
  .Nav-wrapper li.go_top:after {background: #ee703e;}
  .Nav-wrapper li.go_top:hover {background: none;}
}

/**NavArea右側選單_M**/
@media screen and (max-width:1024px) {
/**M版-float**/
/**NavArea-top**/ 
.NavArea {display: none; position: fixed; top: 0; left: 0; right: 0;z-index: 998;}
.NavArea .Nav {position: relative; margin: 0; padding: 0; overflow-x: scroll; background: #000; border-bottom: 2px solid #ccc;}
.NavArea .Nav ul {display: flex;}
.NavArea .Nav li {z-index: 10;flex: none;}
.NavArea .Nav a {color: #fff; padding: 0 15px; height: 50px; font-size: 15px; line-height: 50px; font-weight: bold;}
.NavArea li.highlight0 {display: none;}
.Nav-slide.active a {color: yellow; font-weight: bold; border-bottom: 2px solid yellow; background: #525252;}
ol.Nav-event {display: contents;}
ol.Nav-event2 {display: contents;}
li.Nav-slide.event {background: #ec7946; border-right: 2px dotted #ccc;} 
}

/**rule活動說明**/
.terms_wrapper {width: 1020px;  margin: 0 auto; margin-bottom: 40px;}
.terms_container {background-color: #fff; border: solid 3px #dbdbdb; border-radius: 30px 30px; box-shadow: rgba(0, 0, 0, 0.32) 0px 2px 4px 0px, rgba(0, 0, 0, 0.52) 0px 2px 16px 0px;}
.terms_container h2 {font-size: 36px; font-weight: 800; text-align: center;  background-color: #000; color: #fff; border-radius: 30px 30px 0 0; padding: 13px 0;}
.terms_content {width: 90%;  margin: 30px auto 50px; font-size: 17px;  line-height: 24px;}
.terms_container h3 {background-color: #cc3032; border-radius: 20px;  font-size: 22px; line-height: 30px; font-weight: bold; padding: 5px 20px; display: inline-block; margin: 20px 0; color: #fff;}
.terms_content h3 strong {color: #ffe398; margin-right: 3px;}
.terms_content h4 {font-weight: bold; font-size: 18px;  color: tomato;}
.terms_content ul li {margin: 0 30px 8px 30px; list-style-type: disc;}
.terms_content li.none {list-style-type:none; }/**none**/
.terms_content ul li.circle {list-style-type: circle; margin: 8px 30px 0px 40px;}
.terms_content li strong {color: red;}
.terms_content li span {color: #ff2a1c; font-weight: bold; font-size: 20px; /**background-color: #e5f3e8;**/ margin-right: 5px; line-height: 25px;}
.terms_content a {display: inline-block;  font-weight: bold;  font-size: 18px;  margin: 5px 3px;  border-radius: 30px;  color: #fff;  background-color: #b1b1b1;  padding: 3px 15px;  transition: transform .35s; -webkit-transform: translate(0, 0);
  transform: translate(0, 0);}
@media(hover:hover) {
.terms_content a:hover {-webkit-transform: translate(5%, 0); transform: translate(5%, 0); cursor: pointer;}
}
.terms_content a.over {background-color: lightgray;}
.terms_content a.over:hover {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
.terms_container p { padding-left: 18px; margin-bottom: 5px;}
.terms_prize_list th, .terms_prize_list td {border: 2px solid #66cda3; text-align: center;}

.terms_content a.btn {width: 150px; display: block; text-align: center; font-weight: bold; font-size: 20px; border-bottom: 5px #fa7617 solid; border-radius: 10px;  color: #fff; background-color: #f7993c;  padding: 10px 15px; transition: transform .35s; -webkit-transform: translate(0, 0); transform: translate(0, 0); margin: 0 auto; position: relative; transition: transform .5s;}


@media(hover:hover) {
.terms_content a.btn:hover {color: #000; background-color: #f7993c; transform: translate(10%, 0); cursor: pointer;}
}
table {background: white; border-collapse: collapse; margin: 8px auto 20px; width: 100%; border: 2px solid #08164e;}
table tr,table th,table td {border: none; border-bottom: 1px solid #e4ebeb;}
table th,table td {padding: 10px 12px; text-align: left;}
table th {background: #000; color: #ffffff; text-transform: uppercase;}
table tr td {background: #f5f5f5;}
table tr:nth-of-type(2n+2) td {background: #ffffff;}
table.bt tfoot th,table.bt tfoot td,table.bt tbody td {font-size: 14px; padding: 0;}
table.bt tfoot th:before,table.bt tfoot td:before,table.bt tbody td:before {background: #989898; color: white; margin-right: 10px; padding: 10px 10px 0;}
table.bt tfoot th .bt-content,table.bt tfoot td .bt-content,table.bt tbody td .bt-content {display: inline-block; padding: 10px 5px 0;}
table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {padding-top: 10px;}
table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {padding-bottom: 10px;}

@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: 80px;
  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**/
.main_wrapper{
  background-size: 150vw !important;
  /**background-position: -40vw 0px;**/
}
/**kv_wrapper**/
.kv_wrapper{}
/**kv_container**/
.kv_container {
  width: 100vw;
  height: 51vw;
}
.kv_container img {
  width: 100%;
}

/**kv_slogan**/
.kv_slogan {
  width: 54vw;
  top: 2vw;
  left: 23vw;
}
    
/**kv_ribbon**/
.kv_ribbon {
  width: 48vw;
  top: 37vw;
  left: 25.5vw;
}
   
 
.kv_logo, .bg_fly, .kv_left, .kv_right {
  display: none;
}  
    
/**bank_wrapper**/
.bank_wrapper{
  width: 100vw;
  margin-top: 0px;
}
.bank_container{
  width: 100vw; 
  height: 16vh;
  background-size: cover;
}
 
.bank_tit{
  width: 82vw;
}
 
.bank_tit .tit{
  margin-right: 1vw;
}    
    
.bank_tit img, .bank a img{
  width: 100%;
}  

.bank{ 
  width: 98vw;
}
.bank .bank1, .bank .bank2, .bank .bank3{
  width: 32vw;
}

/*bn_wrapper*/
.bn_wrapper{
  position: relative;
  margin-top: 3vw;
  width: 100vw;
}
    
.bn_container {
  width: 98vw;
  margin: 0 auto;
  background-size: contain;
  height: 21vh;
} 

.bn a{ 
  width: 90vw;
}
.bn a img{
  width: 100%;
} 
    
/**prod_m**/
.prod_wrapper{
  margin-top: 0vw;
  background-image: none;
}    
.prod_container{}    
.ProductList {
  width: 100vw;
  margin-top: 3vw;
  left: 0px;
}
.ProductList .item {
  width: 49vw;
  margin: 0 .5vw;
  margin-bottom: 10px;
  left: 0px;
}   
.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;  
  font-size: 23px;
  margin-bottom: 20px;
} 
       
.group .tit .tit_text {
  width: 100vw;
  height: 23vw;
  line-height: 24.5vw;
  font-size: 23px;
  text-shadow: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0vw;  
  left: 0px;
} 
    
#group_1 .tit .tit_text,    
#group_2 .tit .tit_text,
#group_3 .tit .tit_text,
#group_4 .tit .tit_text,
#group_5 .tit .tit_text,
#group_6 .tit .tit_text,
#group_7 .tit .tit_text{ 
    
  background-size: contain;
  width: 100vw;
}  
    
      
   
/**產品線區塊**/
.group:before{
  top:calc(15vw - 8px);
  background-image: none;
  background: rgba(255, 192, 58, 0.9);
  height: auto !important;
  border-radius: 20px;
  width: 100vw;
  left: 0px;
} 
  
 
/**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: 48vw;}
.hotel_img {width: 48vw!important; height: 48vw!important;}
.hotel_money span.price {font-size: 24px;} 
    
.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;
}  
    
/**活動說明**/
.terms_wrapper {width: 100vw;}
.terms_container {border-radius: 30px 30px;}
.terms_container h2 {font-size: 21px; line-height: 24px; border-radius: 30px 30px 0 0; padding: 10px 0;}
.terms_container h2 span {display: block;}
.terms_content {width: calc(100vw - 6px); font-size: 14px; line-height: 18px; margin: 15px auto 25px;}
.terms_container h3 { font-size: 16px; line-height: 20px; margin-bottom: 10px; margin-left: 20px;}
.terms_content ul li {line-height: 20px;}
.terms_content.rule ul li {margin: 8px 20px 0px 40px;}   
.terms_content ul li.circle {margin: 8px 10px 0px 20px;}
.terms_content ol li { margin: 4px 5px 0 15px;}
.lazy .terms_prize_list { font-size: 14px;  line-height: 20px;}
.terms_prize_list th { display: none;}
.terms_prize_list td { display: block;  text-align: left;  border: none;  border-bottom: 1px dotted #66cda3;  margin: 3px 0;}
.lazy .terms_prize_list td {float: left; border-bottom: none; margin: 0;  }
.terms_prize_list_date {margin-top: 20px !important;}
.terms_prize_list td:before {display: inline-block;  width: 120px;  text-align: center;  font-size: 15px;  color: #fff;  border-radius: 10px;  background-color: #66cda3;  content: attr(data-label);  margin: 3px 5px 3px 0; padding: 3px 0; font-weight: bold;}
.rule .terms_content img {max-width: 80%;}

.rule-img{width:100%; padding-top: 10px;}
.rule-img img{width:100%;}

table { border: 1px solid #e4ebeb;}
table.two-axis tr td:first-of-type,
table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
table.two-axis tr td:first-of-type:before {background: #a1a1a1; color: #ffffff;}
table.two-axis tr td:first-of-type {border-bottom: 1px solid #e4ebeb;}
table.two-axis tr td:first-of-type:before {padding-bottom: 10px;}
table tr,table th,table td {border-bottom: 1px solid #e4ebeb; font-size:14px; padding: 10px 5px;}
table th{background: #000;}    
    
/**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;
}
}

