@charset "utf-8";
/* CSS Document */

/*基本*/
body{ margin: 0; padding: 0;}


/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica; background: url("bg.jpg?t=1755673715284") top center repeat-y, #ff741f;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; }
  .WRAPPER img {  width: 100%;  height: auto;}
}
	
/*背景*/
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.png?t=1755673715284) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 15px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1755673715284) repeat-y center top; mix-blend-mode: lighten; transition: 0.5s linear; pointer-events: none;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.png?t=1755673715284) no-repeat center 44px; background-size: 100%;}
}

/*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { display: block;} 
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);}
.Area .go_bt2 {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt2:hover { 
  filter: brightness(130%);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
		  }
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}
  .Area .go_bt2:hover { 
    filter: brightness(1);
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
        }
  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}
  /*區塊_切割*/
  .Area_1bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn a { float: left; margin: 0 0 2% 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn a { float: left; margin: 0 1% 2%; padding: 0; width: 48%; list-style: none;}
  .Area_3bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn a { float: left; margin: 0 1% 2% ; padding: 0; width: 31.3%; list-style: none;}
  .Area_1bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn_nopadding a { float: left; margin: 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn_nopadding a { float: left; margin: 0; padding: 0; width: 50%; list-style: none;}
  .Area_3bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn_nopadding a { float: left; margin: 0; padding: 0; width: 33.3%; list-style: none;}
}

/*間距*/
.Area_bottom { margin-bottom: 50px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 6vw;}
}

/*共用樣式*/
.pointer-off ul li{ pointer-events: none;}
.box_re{ background: url(box_re.png?t=1755673715284) top center repeat-y;}
.title_bt{ margin-bottom: -160px!important;}
.title_bt02{ margin-bottom: -120px!important;}
.title_bt03{ margin-bottom: -30px!important;}
.title_bt ul li { pointer-events: all!important;}
@media screen and (max-width:767px){
  .box_re{ background-size: 100%;}
  .title_bt{ margin-bottom: -17vw!important;}
  .title_bt02{ margin-bottom: -13.5vw!important;}
  .title_bt03{ margin-bottom: -3vw!important;}
}

/*版頭*/
.Area_top { height: 595px;}
.Area_top .main{ width: 815px; position: absolute; top: 42px; left: 49.5%; transform: translateX(-50%);}
.Area_top .mainsubtitle { position: absolute; top: 332px; width: 100%; left: 7px; z-index: 1;}
.Area_top .mainsubtitle img { width: 77%;}
.Area_top .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 95px;}
.Area_top .mainsubtitle ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; background-image: none;}
@media screen and (max-width:767px){
  .Area_top { height: 55vw;}
  .Area_top .main{ width: 82%; top: 3.5vw;left: 50vw;}
  .Area_top .mainsubtitle { top: 32.5vw; width: 100%; left: 1vw;}
  .Area_top .mainsubtitle img { width: 100vw;}
  .Area_top .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 166px;}
  .Area_top .mainsubtitle ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; background-image: none;}
}


/*00.三格兩行文案*/
.Area00{margin-top: -20px; margin-bottom: 250px;z-index: 5;}
.Area_sale .PD_layout-CSSBG_01 li::after { background-image: url(btn1.png?t=1755673715284);background-repeat: no-repeat;background-size: 100%;}
.Area_sale .layout_sale .PD_img{ display: none;}
.Area_sale .layout_sale ul {height: 20px ;}
.Area_sale .layout_sale ul li .PD h3 {color: #000 !important;font-size: 43px;padding: 20px 0; margin-top: -5px;}
.Area_sale .layout_sale ul li .PD h4 {color: #ff6401 !important; font-size: 43px;padding: -30px 0;font-weight: bold !important;}
.Area_sale .layout_sale ul li .PD h4 b{display: none;}

@media screen and (max-width:767px){
  .Area00{margin-top: 2vw; margin-bottom: -2vw;z-index: 5;}
  .Area_sale .PD_layout-CSSBG_01 li::after { background-image: url(btn1.png?t=1755673715284);background-repeat: no-repeat;background-size: 100%;}
  .Area_sale .layout_sale .PD_img{ display: none;}
  .Area_sale .layout_sale ul {height: 20vw ;}
  .Area_sale .layout_sale ul li .PD h3 {color: #000 !important;font-size: 4.5vw;padding: 2vw 0; margin-top: 0vw;}
  .Area_sale .layout_sale ul li .PD h4 {color: #ff6401 !important; font-size: 4.5vw;padding: -3vw 0;font-weight: bold !important;}
  .Area_sale .layout_sale ul li .PD h4 b{display: none;}
}


/*01.今日限定*/
.Area01 { background: url(Area01_box.png?t=1755673715284)top center no-repeat; height: 860px; top: 70px;}
.Area01 .title{ top: -86px;}
.Area01 .topPD{ position: absolute; top: 160px; left: 177px; border-radius: 20px; padding: 25px 0 10px;}
.Area01 .PD_box .btn_box {position: absolute; width: 32%; top: 160px; right: 172px;}
.Area01 .PD_box .btn_box ul{ grid-gap: 10px;}
.Area01 .PD_box .btn_box .PD_layout .PD h3{ font-size: 1.5em; margin-top: 0; max-height: 1.5em; color: #ff8129;}
.Area01 .PD_box .btn_box .PD_layout .PD h4{ font-size: 1.5em;}
.Area01 .PD_box .btn_box .PD_layout .PD .js-PD_txt1{ display: none;}
.Area01 .PD_box .btn_box ul li{ background: url(PD_bg.jpg?t=1755673715284);}
@media screen and (max-width:767px){
  .Area01 { background: url(m_Area01_box.png?t=1755673715284)top center no-repeat; background-size: 100%; top: 14vw; height: 102vw;}
  .Area01 .title{ top: -9vw;}
  .Area01 .topPD{ top: 14vw; left: 3.7vw; width: 46vw; padding: 0 0 3vw 0;}
  .Area01 .PD_box .btn_box{width: 44%; top: 16vw; right: 3vw;}
  .Area01 .PD_box .btn_box .PD_layout .PD_into{ padding: .1em;}
  .Area01 .PD_box .btn_box ul{ grid-gap: 1.5vw;}
  .Area01 .PD_box .btn_box .PD_layout .PD h3{ font-size: 0.85em;}
  .Area01 .PD_box .btn_box .PD_layout .PD h4{ font-size: 0.85em;}
  .Area01 .PD_box .btn_box ul li{ background: url(PD_bg.jpg?t=1755673715284); background-size: 110%;}
  .Area01 .topPD .js-PD_del{ display: none;}
}

/** 倒數 **/
.time_box{ position: absolute; top: 130px; left: 220px;}
.TimerNick { padding: 0 0 1%; margin: 0 auto; width: 100%; text-align: center; z-index: 0;}
.TimerNick .FontStyle { display: inline-block; margin: 0; padding: 0; width: 34px; font: normal 36px/36px Arial; color: #8c1512; letter-spacing: -1px; text-align: center;}
.TimerNick span { padding-left: 2px; font: bold 36px/36px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #000;}
.TimerNick small{  position: relative; font: bold 15px/24px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0; color: #000;}
  @media screen and (max-width:767px){
    .time_box{ top: 8vw; left: 6vw;}
    .TimerNick { width: 100%; margin: 0 auto 2vw;}
    .TimerNick .FontStyle { width: 1vw; font: normal 4.5vw/4vw Arial; padding:0 0.5vw 0;}
    .TimerNick div:nth-of-type(2),
    .TimerNick div:nth-of-type(3),
    .TimerNick div:nth-of-type(4){ width: 4vw;}
    .TimerNick span { font: bold 3.5vw/4vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0;}
  }

/*02.acty行銷3顆*/
.acty { z-index: 20; position: relative;width: 960px; margin: 0 auto; }
.acty::after { z-index: -2; content: ""; display: block; clear: both; position: absolute; width: 960px; height: 215px; top: 0; left: 0; background: url('acty_bg.png?t=1755673715284') center top/100% no-repeat scroll; } 
.acty img { width: 100%; height: auto; -o-object-fit: contain;
										object-fit: contain; }
.acty ul { display: grid; grid-template-columns: repeat(3, auto); padding: 0; margin: 0; }
.acty li { list-style: none; margin: -20px auto 20px;}
@media screen AND ( max-width: 767px ){
	.acty { width: 100%; }	
	.acty::after { width: 100%; height: 23vw; top: 1vw; left: 0; } 
  .acty li { margin: -0.5vw auto 0vw;}
}

/*03.行銷包套*/
.Area03 {background: url("Area03_bg.png?t=1755673715284") top center no-repeat; padding: 80px 0 30px;}
.Area03 .PD_box_s{ margin-top: 40px;}

@media screen and (max-width:767px){
  .Area03 {background: url("m_Area03_bg.png?t=1755673715284") top center no-repeat; padding: 8vw 0 5vw; background-size: 100%; }
  .Area03 .PD_box_s{ margin-top: 5vw;}
}


/*04.集資首發*/
.Area04 .box5_swiper ul li{ border-radius: 10px 100px 0 0 ;}

/* --------------------------------------
  * 橫式情境圖公版  PD_layout-new_02
  * -------------------------------------- */   

  .PD_layout-new_02[data-pd-style=off] ul { padding: 10px 0 20px; grid-gap: 10px;}
  .PD_layout-new_02 ul li .PD_into{ background-color: #fff; position: relative;}
  .PD_layout-new_02 ul li .PD_into p {position: absolute;bottom:15%;right: 3%;text-align: right;}
  .PD_layout-new_02 ul li .PD h3{color:#000;font-size:18px} 
  .PD_layout-new_02[data-pd-col-phone="2"] li .PD p .Price {font-size:32px;}
  @media screen and (max-width:767px){
  .PD_layout-new_02 .PD_into{padding-bottom: .2em;}
  .PD_layout-new_02[data-pd-style=off] ul {padding: 0 3vw 4%; grid-gap: 8px;}
  .PD_layout-new_02[data-pd-col-phone="2"] li .PD_into p {position:relative;bottom:11%;}
  .PD_layout-new_02 li .PD_into p .Price {font-size:30px;}
  }
/*Area06~07共用logo版區*/
.logo_box .Area_swiper ul li h4 .js-PD_txt2{display: none;}
.logo_box .Area_swiper .PD_layout[data-pd-pdlogo][data-pd-pdimg=off] .PD .PD_logo { width: 200px; height: 200px; }
.logo_box .Area_swiper .PD_layout[data-pd-h4="1"] .PD h4{ font-size: 1.5em; color: #000;}
.logo_box .Area_swiper .PD_layout .PD h4{ line-height: 1em;}
@media screen and (max-width:767px){
  .logo_box { height: 42vw;top: 3vw; }
  .logo_box .Area_swiper .PD_layout[data-pd-pdlogo][data-pd-pdimg=off] .PD .PD_logo { width: 30vw; height: 30vw; }
  .logo_box .layout_text { width: 16%; position: absolute; }
  .logo_box .Area_swiper { width: 98%; position: relative; left: 0vw; }
  .Area_swiper .PD_layout[data-pd-pdlogo][data-pd-pdimg=off] .PD .PD_logo { width: 30vw; height: 30vw; }
  .logo_box .Area_swiper .PD_layout[data-pd-h4="1"] .PD h4{ text-align: center; font-size: 0.8em;}
  .logo_box .Area_swiper_box { padding-bottom: 2vw; margin-bottom: 3vw;}
}

/*08.主打活動*/
.Area08 .PD_layout-CSSBG_01 li::after { background-image: url(btn.png?t=1755673715284);background-repeat: no-repeat;background-size: 100%;padding-bottom: 75%;}
.Area08 .layout_sale .PD_img{ display: none;}
.Area08 .layout_sale ul {height: 5% ;}
.Area08 .layout_sale ul li .PD h3 {color: #000 !important;font-size: 42px;padding: 20px 0; margin-top: 6px;}
.Area08 .layout_sale ul li .PD h4 {color: #ff6401 !important; font-size: 42px;padding: -30px 0;font-weight: bold !important;}
.Area08 .layout_sale ul li .PD h4 b{display: none;}

@media screen and (max-width:767px){
  .Area08 .PD_layout-CSSBG_01 li::after { background-image: url(btn.png?t=1755673715284);background-repeat: no-repeat;background-size: 100%;padding-bottom: 75%;}
  .Area08 .layout_sale .PD_img{ display: none;}
  .Area08 .layout_sale ul {height: 5% ;}
  .Area08 .layout_sale ul li .PD h3 {color: #000 !important;font-size: 4.5vw;padding: 2vw 0; margin-top: 1vw;}
  .Area08 .layout_sale ul li .PD h4 {color: #ff6401 !important; font-size: 4.5vw;padding: -3vw 0;font-weight: bold !important;}
  .Area08 .layout_sale ul li .PD h4 b{display: none;}
}

/*11.家電曝光型包套*/
.Area10{ margin: 70px auto 80px;}
.Area10 .box_re{ padding: 110px 0 0;}
@media screen and (max-width:767px){
  .Area10{ margin: 10vw auto 6vw;}
  .Area10 .box_re{ padding: 14vw 0 0;}
  .Area10 .box_top{ height: 2vw;}
  .Area10 .PD_layout-btn { padding: 2vw 0 2vw;}
}

/*13.家電狂送mo幣*/
.Area11 { position: relative; margin-bottom: 60px;}
.Area11 .boxtop { position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.Area11 .box { margin: 0 auto 0;}
.Area11 .box .PD_layout ul { padding: 0 65px 0 225px;}
.Area11 .PD_layout[data-pd-li=BN] ul{ grid-gap:0 ;}
.Area11 .active{ margin: 30px auto;}
.Area11 .box01-1 { background: url(Area13_bg01-1.png?t=1755673715284)top center no-repeat; background-size: 100%; margin: 0 auto;}
.Area11 .box01-2 { background: url(Area13_bg01-2.png?t=1755673715284)top center no-repeat; background-size: 100%; margin: 0 auto;}
.Area11 .box02-1 { background: url(Area13_bg02-1.png?t=1755673715284)top center no-repeat; background-size: 100%; margin: 0 auto;}
.Area11 .box02-2 { background: url(Area13_bg02-2.png?t=1755673715284)top center no-repeat; background-size: 100%; margin: 0 auto;}
.Area11 .box03-1 { background: url(Area13_bg03-1.png?t=1755673715284)top center no-repeat; background-size: 100%; margin: 0 auto;}
.Area11 .box03-2 { background: url(Area13_bg03-2.png?t=1755673715284)top center no-repeat; background-size: 100%; margin: 0 auto;}
@media screen and (max-width:767px){
  .Area11{ margin-bottom: 5vw;}
  .Area11 .boxtop { width: 100%;}
  .Area11 .title { margin: 0 auto 3%;}
  .Area11 .active{ margin: 3vw auto;}
  .Area11 .box_bg { background-size: 100%;}
  .Area11 .box { width: 100%;}
  .Area11 .box .PD_layout ul { padding: 0 7vw 0 22vw;}
}

/*14.家電&品牌加碼登記*/
.Area12 {}
@media screen and (max-width:767px){
  .Area12 .danji_box .box_1 { padding: 0 1.5vw;}
}

/*隱鑶*/
.for_pc {}
.for_phone { display: none !important;}
	@media screen and (max-width:767px){
		.for_pc { display: none !important;}
		.for_phone { display: inherit !important;}
	}

/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #ff5400;}                 
                    

/*注意事項區*/
.edm_notice{ text-align:center; padding:10px 10px 15px 10px; color:#000; font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }



/* 新增區塊0 */
.Area_fund { padding: 20px 0 ; /*background-image: url(fund_bg.png?t=1755673715284) ; background-size: 100% ;background-repeat: no-repeat ;*/  }
.Area_fund .layout_fund { width: 96% ; }
.Area_fund .layout_fund ul { grid-gap: 0 1em !important; }
@media screen and (max-width:767px){
  .Area_fund { padding: 3vw 0 ; }
  .Area_fund .layout_fund { width: 96% ; }
  .Area_fund .layout_fund ul { grid-gap: 0 .3em  !important; } 
}

/* 新增區塊1、2 */
.PD11_bottom { }
.Area_PD11 { padding-bottom: 10px ; margin-top: 0 ; }
.Area_PD11 .layout_text { width: 8% ; position: absolute; left: 20px ; top: 5px ; }
.Area_PD11 .layout_text ul { padding: 0 !important; }
.Area_PD11 .Area_swiper { padding-left: 100px ; padding-top: 10px ;  }
.Area_PD11 .layout_PD11 .PD_into {  position: relative; top: -10px ; }
.Area_PD11 .layout_PD11 .PD_into h4 { color: #000 !important ; font-size: 15px !important; }
.Area_PD11 .layout_PD11 .PD_into h4 .js-PD_txt2 { display: inline !important; }
.Area_PD11 .layout_PD11 ul { height: 100% !important ;}
.Area_PD11 .PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn { top: 180px ; }
.Area_PD11 .PD_layout[data-pd-h3="5"] .PD h3 span { background-color: rgb(218 218 218 / 90%);  }
.Area_PD11 .Area_swiper_box { padding-bottom: 25px ; }
@media screen and (max-width:767px){
  .PD11_bottom { }
  .Area_PD11 { padding-bottom: 0 ; margin-top: 0; }
  .Area_PD11 .layout_text { width: 11% ; position: absolute; left: 1vw; top: 1vw; }
  .Area_PD11 .Area_swiper { width: 100%; padding-left: 13vw ; padding-top: 1vw; }
  .Area_PD11 .Area_swiper ul { padding-bottom: 0 ;}
  .Area_PD11 .layout_PD11 .PD_into {  position: relative; top: 1vw ; padding-bottom: 0 !important; }
  .Area_PD11 .layout_PD11 .PD_into h4 { color: #000 !important ; font-size: 0.8125em !important; line-height: 1.5em !important;  text-align: left !important; }
  .Area_PD11 .PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn { top: 24vw ; }
  /* .Area_PD11 .Area_swiper_box .swiper-pagination { width: 100% !important ; } */
  .Area_PD11 .Area_swiper_box .PD_layout .PD p .Price { font-size: 22px ; }
}






