@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: #f2e7d3;
}
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-image: url(../images/main_bg_01.png), url(../images/main_bg_02.png);
  background-repeat: no-repeat, repeat;  
  background-position: top center;    
  padding-bottom: 80px;
}

/**kv_wrapper**/
.kv_wrapper {
    background: url(../images/kv_bg.png) no-repeat top center;
}
/**kv_container**/
.kv_container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  height: 1170px;
}
.kv_slogan {
  position: absolute;
  top: 19.5%;
  left: 21.3%;
  z-index: 5;
}
.event_but{ 
  position: absolute;
  width: 390px;
  display: flex;
  justify-content: space-between;
  top: 34.5%;
  left: 34%;
  z-index: 6;
  cursor: pointer;
}
.event_but a img {
  transition: .3s all ease-in-out;
}
@media(hover:hover) {
.event_but a img:hover{ transform: translateY(-7%);}
}


/**people_left**/
.kv_left {
  position: absolute;
  top: 16.5%;
  left: -2%;
  z-index: 6;
}
/**people_right**/
.kv_right {
  position: absolute;
  top: 16.5%;
  right: -1%;
  z-index: 6;
  pointer-events:none;
}
/**kv_text**/
.kv_text_01 {
  position: absolute;
  top: 7.2%;
  left: 27%;
  z-index: 6;
}
/**kv_text_02**/
.kv_text_02 {
  position: absolute;
  top: 49.3%;
  left: -4.5%;
  z-index: 5;
}
.kv_logo{
  position: absolute;
  top: -0.5%;
  left: 7.2%;
  z-index: 6;    
}
.kv_logo a img, .kv_but a img {
  transition: .3s all ease-in-out;
}
@media(hover:hover) {
.kv_logo a img:hover, .kv_but a img:hover{ transform: translateY(-5%);}
}

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

/**prod**/
.prod_wrapper {
  position: relative;
  margin-top: -500px;
}
.prod_container {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  width: 1070px;
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  float: left;
  width: 206px;/**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: 210px;/**4-items**/
  height: 210px;/**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: #221712;
  /**background-image: repeating-linear-gradient(90deg, rgb(14 14 15) -1%, rgb(14 14 15) 101%);**/ 
  padding: 0 5px;
  height: 36px;
  color: #ffdbae;
  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;
}

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

/**產品線區塊**/
.group:before{
	content:'';
	position: absolute;
	top: 170px;
	bottom: 0;
	left: -65px;
	right: 0;
	margin: auto;
    background-image: url("../images/border_02.png");
    width: 1200px;
    height: 942px !important;
	z-index: -1;
}

/**新品搶先看**/
#group_1{
    position: relative;
    left: -65px;
    width: 1200px;
}
#group_1:before{
    display: none;
}

/**下殺最低價**/
#group_3:before{
    content:'';
	position: absolute;
	top: 170px;
	bottom: 0;
	left: -65px;
	right: 0;
	margin: auto;
    background-image: url("../images/border_03.png");
    width: 1200px;
    height: 942px !important;
	z-index: -1;
}


/**新品搶先看裝飾背景**/
#group_1 .group_deco{
    background-image: url("../images/deco_01.png");
    width: 2000px;
    height: 969px;
    left: -400px;
    top: 100px;
    z-index: -2;
    position: absolute;
}

/**福利品專區裝飾背景**/
#group_2 .group_deco_02{
    background-image: url("../images/deco_02.png");
    width: 2000px;
    height: 952px;
    left: -465px;
    top: 0px;
    z-index: -2;
    position: absolute;
}

/**下殺最低價裝飾背景**/
#group_3 .group_deco_03{
    background-image: url("../images/deco_01.png");
    width: 2000px;
    height: 969px;
    left: -465px;
    top: 50px;
    z-index: -2;
    position: absolute;
}

/**下殺最低價**/
#group_3{
    margin-top: 170px;
}

/**本月超優惠**/
#group_4{
    margin-top: 170px;
}

#group_4:before{
	content:'';
	position: absolute;
	top: 70px;
	bottom: 0;
	left: -15px;
	right: 0;
	margin: auto;
    background-image: 
        url("../images/border_top_04.png"), 
        url("../images/border_center.png");
    background-repeat: 
        no-repeat, repeat;
    background-position: 
        top, left;
    width: 1100px;
    height: auto!important;
	z-index: -2;
    box-shadow: 0px 0px 8px rgba(0, 0, 0,0.6);
}

/**注意事項**/
#group_5:before{
	content:'';
	position: absolute;
	top: 70px;
	bottom: 0;
	left: -15px;
	right: 0;
	margin: auto;
    background-image: 
        url("../images/border_top_05.png"), 
        url("../images/border_center.png");
    background-repeat: 
        no-repeat, repeat;
    background-position: 
        top, left;
    width: 1100px;
    height: auto!important;
	z-index: -2;
    box-shadow: 0px 0px 8px rgba(0, 0, 0,0.6);
}

.gift_container{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    background-color:#ffb90e;
    padding-bottom: 50px;
}

.gift_container .bn{
    position: relative;
    margin: 0 auto;
}

.gift_container .bn a{
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: darkred;
    position: absolute;
    right: 35px;
    bottom: 25px;
    transition: ease-out .5s;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

@media(hover:hover) {
.gift_container .bn a:hover{
    transform: scale(.95);
    filter: brightness(120%);
}
}

/**活動遮罩**/
.mask{ position: absolute; top:0; bottom:0; left: 0; right: 0; margin: auto; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.9); font-size: 30px; font-weight: bold; z-index: 999; color: #fff; text-align: center;}

.gift_container .time{
    padding: 0 16px 0;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin: 20px 0 5px 0;
}

.gift_container .title{
    padding: 0 16px 0px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

/**登記送好禮-活動說明內容**/
.text_wrapper{
    width: 1000px;
    /**margin-top: 10px;**/
    background-color: #f4f4f4;
    margin: 0 auto;
}
.text_container{}
.text_container h3{
    border-radius: 20px;
    padding: 5px 20px;
    margin: 20px 0px 10px 20px;
    text-align: center;
    background-color: #dc4500;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.text_container ul li{ 
    margin: 0 30px 7px 40px;
    list-style-type: disc;
}
.flip{ display: flex; }
.flip .but{
    display: inline-block;
    width: 50%;
    line-height: 50px;
    font-size: 24px;
    font-weight: 900;
    color: #221712;
    text-align: center;
    background-color: #fff;
}

.flip .but a{ color: #221712; display: block;}

.flip .but.list{
    background-color: #fff;
    color: #221712;
    border-right: 1px solid #d1d1d1;
    transition: ease-out .1s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flip .but:hover, .flip .but:focus, .flip .but:active{
    background-color: #dbd9d9; 
    cursor: pointer;
}

/**隱藏內容**/
div.panel{
    width: 1000px;
    height: 0;
    overflow: hidden;
    background-color: #f4f4f4;
    transition: .5S linear height;
    padding: 0 50px 0 50px;
}
.active div.panel{
    height: auto;
    overflow-y: auto;
    padding: 0 50px 30px 50px;   
}

/*展開收合的按鈕*/
.open, .close{
    border-radius: 30px;	
    border: 1px solid #2f2f2f;
    color: #2f2f2f;
    display: inline-block;/*可以設定長寬*/
    padding: 6px 15px;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    transition: .3s ease-in-out;
    cursor: pointer;
    margin-left: 10px;
}
.close{display: none;}

.flip .but.list:hover .open, .flip .but.list:hover .close{
background-color: #2f2f2f;	
color: white;
}

/**js有添加active的時候open要關起來**/
.active .open{
display: none;
}

/**js有添加active的時候close要開起來**/
.active .close{
display: block;
}

.panel h3{
    border-radius: 20px;
    padding: 5px 20px;
    margin: 15px 0px 5px 0px;
    text-align: center;
    background-color: #dc4500;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.panel p{text-align: left; font-size: 18px; line-height: 25px;}


table {background: white; border-collapse: collapse; margin: 15px 0; width: 100%; border: 2px solid #060921;}
table tr,table th,table td {border: none; border-bottom: 1px solid #8e8e8e;}
table th,table td {padding: 10px 12px; text-align: left; border-right: 1px solid #8e8e8e;}
table th {background: #060921; 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;}


/* ================================================
- 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;
  width: 1100px;
  height: 180px;
  line-height: 180px;
  margin: 0 auto;
  background: url("../images/title/.png") center no-repeat;
  /**cursor: pointer;**/
  position: relative;
  box-sizing: border-box;
  text-align: center;
  left: -15px;
  margin-bottom: 10px;
}

#group_1 .tit .text{
  background: url("") center no-repeat;
}

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

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

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

#group_5 .tit .text{
  background: url("../images/title_05.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: 1;
  display: none;
  pointer-events: none;
}


/**NavArea右側選單**/
@media screen and (min-width: 1025px) {
/** float **/
.NavArea {
   display: none;
   width: 140px;
   position: fixed;
   top: 100px;
   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: #050a22;
}
/**active highlight**/
.Nav-slide.active a {
   color: #ffdbae;
}
.float_tit {
   position: absolute;
   top: -68px;
   left: 11px;
}    
.go_top {
    display: block;
    cursor: pointer;
}
.Nav-wrapper {
    background: repeating-linear-gradient(120deg, rgb(253 208 77) -1%, rgb(255 154 64) 101%);
    width: 100px;
    margin: 0px auto 0;
    padding-top: 35px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.Nav-wrapper li {
    font-size: 15px;
    text-align: center;
    background: transparent;
    margin: auto;
    padding: 4px 0 4px;
    position: relative;
}
/**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: #ffead9;
    font-size: 15px;
    margin: 7px 5px;
    color: #221712;
    font-weight: bold;
    border: 1px solid #2f2f2f;
}
.Nav-wrapper li.highlight3 a{
    color: #fff;
}
    
/**回首頁**/
.highlight5 {
    background: linear-gradient(275deg, #ffc00e 0%, rgb(255 152 57) 100%);
    border: 1px solid #2f2f2f;
    margin-top: 12px;
    width: 90px;
    margin-left: 25px;
    text-align: center;
    border-radius: 5px;
}
.highlight5 a{
    transition: .3s ease-in-out;
    font-size: 16px;
    font-weight: bold;
    color: #2f2f2f;
    padding: 10px;
} 
.highlight5 a:hover{
    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;
}
.Nav-wrapper li.highlight3{
    display: none;
}
.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; }**/ 

/**下殺最低價**/    
/**#slide_group_3{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: 150vw !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .kv_wrapper{background-size: 150vw !important;}
  .kv_container {
    width: 100vw;
    height: 177vw;
  }
  .kv_container img {
    width: 100%;
  }
  .kv_logo{
    width: 20vw;
    left: 3vw;
    top: -1vw;
  }
  .kv_slogan {
    width: 60vw;
    left: 20vw;
    top: 15vw;
  }
  .event_but{ 
    width: 40vw;
    left: 30vw;
    top: 30vw;
  }    
  .event_but a img { width: 95%;}    
  .kv_text_01{
    width: 55vw;
    left: 26.5vw;
    top: 5.8vw;    
  }
  .kv_text_02{
    width: 78vw;
    left: -2.5vw;
    top: 44.3vw;    
  }   
/**people_left**/
  .kv_left{
    width: 33vw;
    left: -3vw;
    top: 14.3vw;
  }
/**people_right**/    
  .kv_right{
    width: 35vw;
    right: -5vw;
    top: 13.5vw;
  }
   
  .bg_fly {
    display: none;
  }
    
/**活動遮罩**/
.event .mask{ font-size: 20px; border:2px #fff solid; width: 96vw; }    
 

  .tit_prod_content {
    padding-bottom: 0px;
  }
  .tit_prod_btn {
    height: 26%;
  }
  /**prod_m**/
.prod_wrapper{top: 0vw; background-image: none; /**background-color: #cf2b66;**/}    
.prod_container{}    
.ProductList {
	width: 100vw;
    /**overflow: hidden;**/
    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; 
    padding-bottom: 25px;
} 
    
/**新品搶先看**/    
#group_1{
    width: 100vw;
    left: 0px;
} 
#group_1 .group_deco, #group_2 .group_deco_02, #group_3 .group_deco_03{ display: none;}  

/**下殺最低價.本月超優惠**/
#group_3, #group_4{
    margin-top: 30px;
} 
    
/**注意事項**/
#group_5{
    margin-top: 40px;
}     
    
#group_3:before, #group_4:before, #group_5:before{
	top: 10vw;
	left: 0px;
    width: 100vw;
    background-image: none;
    background-color: #ffb90e;
    height: auto !important;
    border-radius: 15px 15px 0 0px;
    border-bottom: 25px solid #221712;
}    
 
.gift_container{
    width: 100vw;
    padding-bottom: 20px;
}
.gift_container .bn{
    width: 96vw;
} 
.gift_container .bn img{ width: 100%;}    

/**活動遮罩**/
.mask{ font-size: 24px; }

.gift_container .time{
    font-size: 20px;
    margin: 10px 0 5px 0;
}

.gift_container .title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
    
.gift_container .bn a{
    font-size: 14px;
    padding: 10px 20px;
    right: 3vw;
    bottom: 3vw;
}

/**本月超優惠-活動說明內容**/
.text_wrapper{
    width: 96vw;
}

.flip .but{
    line-height: 40px;
    font-size: 18px;
}

/**隱藏內容**/
div.panel{
    width: 96vw;
    padding: 0 20px 0 20px;
}
.active div.panel{
    height: auto;
    padding: 0 20px 20px 20px;   
}

/*展開收合的按鈕*/
.open, .close{
    padding: 3px 5px;
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
}
.close{display: none;}

.panel h3{
    padding: 5px 10px;
    margin: 12px 0px 5px 0px;
    font-size: 16px;
}

.panel p{text-align: left; font-size: 16px; line-height: 23px;}
   
    
/**tit**/    
.group .tit .text {
    width: 100vw;
    height: 20vw;
    line-height: 24.5vw;
    font-size: 23px;
    text-shadow: none;
    /**overflow: hidden;**/
    background-size: contain;
    background-repeat: no-repeat;
    top: 0vw;
    left: 0px;
} 
    
#group_1 .tit .text, #group_2 .tit .text, #group_3 .tit .text, 
#group_4 .tit .text, #group_5 .tit .text{ 
    background-size: contain;
    width: 100vw;
}  
    
.group:before{
    top:calc(11vw - 8px);
    background-image: none;
    background-color: #ffb90e;
    height: auto !important;
    border-radius: 20px;
    width: 100vw;
    left: 0px; 
    border-radius: 15px 15px 0 0px;
    border-bottom: 25px solid #221712;
}    
    
.ProductList .item_ .ProducPrice {
    height: 40px;
}

.eventPage_bn_vipMember_wrapper {
    display: none;
}  
    
/**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;
  }
}


