@charset "utf-8";
	
/*回版頭*/
#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
#gotop { display: none; position:fixed; z-index:999; right:0; padding:14px 6px 3px 10px; font:12px/30px Verdana; text-align:center; color:#fff; cursor:pointer; transition: 0.2s; transform: translateX(200%);
        bottom:90px;
        bottom: calc(90px + constant(safe-area-inset-bottom)*0.6 );
        bottom: calc(90px + env(safe-area-inset-bottom)*0.6 );}
#gotop::before { content: ""; position:absolute; top:9px; left:19px; width: 0; height: 0; border: 4px solid #fff; border-color: transparent transparent #fff; }
#gotop::after  { content: ""; z-index:-1; position:absolute; top:50%; left:50%; border-radius:50px 0 0 50px; transform:translate(-50%,-50%); width:44px; height:44px; background-color:rgba(0,0,0,0.8);}
#gotop.cate-open { transform: translateX(0%);}
  /*白色*/
  #gotop { color:#000; }
  #gotop::before { border-color: transparent transparent #000;}
  #gotop::after  { background-color: rgba(255,255,255,0.95);  box-shadow:0 1px 0 rgba(242,242,242,1), 0 0 10px rgba(0,0,0,0.2);}


/*LOGO*/
.momologo { z-index:2; position: absolute; top: 15px; left:15px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#EA27C2; }
.momologo-pink  a path { fill:#EA27C2; }/*LOGO 桃紅色*/
.momologo-white a path { fill:#ffffff; }/*LOGO 白色*/
	@media screen and (max-width:767px){
		.momologo { display:none;}
	}


/*Phone置底黏人精--活動紀錄*/
.fixedfooterArea { z-index:10; position:fixed; left:0; margin:0; padding:0;  width:100%; height:60px; text-align:center;  font-size:14px; line-height:34px; color:#000; font-family:"微軟正黑體", "Microsoft JhengHei", Arial; background-color: transparent;
                    bottom: 14vw; 
                    bottom: calc(14vw + constant(safe-area-inset-bottom)*0.6 );
                    bottom: calc(14vw + env(safe-area-inset-bottom)*0.6 );}
.fixedfooterArea a { display:block; color:inherit; text-decoration:none;}
.fixedfooterArea .fixedBox_1 { z-index:1; position:absolute; top:0px; left:0; width:100%; text-align:center; }
.fixedfooterArea .fixedBox_1 ul { position:relative; margin:0; padding:0; width:100%; list-style:none outside none; white-space: nowrap;}
.fixedfooterArea .fixedBox_1 li { z-index:1; position:relative; display:inline-block;float:inherit; padding:0; border-radius:44px; height:34px; box-shadow:0 1px 0 rgba(242,242,242,1), 0 0 10px rgba(0,0,0,0.2); color:#000; background-color: rgba(255,255,255,0.95);}
.fixedfooterArea .fixedBox_1 li a {padding:0 24px;}
.fixedfooterArea .fixedBox_1 li span { position:relative; top:4px; display: inline-block; width:26px; height:auto; }
/*.fixedfooterArea .fixedBox_1 li span img { filter: invert(1);}*/
  /*我的點數-動畫*/
  .fixedfooterArea .fixedBox_1 {   -webkit-animation:fixedBox_1-play 1s 1; animation:fixedBox_1-play 1s 1;}
    @-webkit-keyframes fixedBox_1-play { 
      0%  { -webkit-transform: translate(0,50px); opacity:0;} 
      100%{ -webkit-transform: translate(0,0);    opacity:1;}
    }
    @keyframes fixedBox_1-play { 
      0%  { transform: translate(0,50px); opacity:0;} 
      100%{ transform: translate(0,0);    opacity:1;}
    }

/*Phone置底選單*/
.footerArea { display:none!important;} /*把系統手機版原本的地關掉*/
.Fixedfooter { z-index:1000; position: fixed; bottom: 0; width:100%; font-family:"微軟正黑體", "Microsoft JhengHei", Arial;}
.Fixedfooter * ,
.Fixedfooter *:before ,
.Fixedfooter *:after { margin:0; padding:0; -webkit-box-sizing:border-box; box-sizing:border-box; transition: all 0.15s cubic-bezier(0.5, 0, 0.5, 1);}
.Fixedfooter .Fixedfooter_box {
                position: fixed;
                bottom: 0;
                width:100%;
                max-width:767px;
                height: 60px;
                height: calc(60px + constant(safe-area-inset-bottom)*0.6 );
                height: calc(60px + env(safe-area-inset-bottom)*0.6 );
                /*-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.5);
                   -moz-box-shadow:0px 0px 8px rgba(0,0,0,0.5);
                  -ms-box-shadow:0px 0px 8px rgba(0,0,0,0.5);
                   -o-box-shadow:0px 0px 8px rgba(0,0,0,0.5);
                    box-shadow:0px 0px 8px rgba(0,0,0,0.5);*/
                }
.Fixedfooter .Fixedfooter_box ul { position: absolute; left: 0; top: 0px; margin: 0; padding: 0; width: 100%; list-style: outside none none; border-radius: 30px;height: 105px;}
.Fixedfooter .Fixedfooter_box li { float: left; position:relative; padding-top:4.5px; width:25%; height:50px; text-align: left; list-style: outside none none;}
.Fixedfooter .Fixedfooter_box li a { position:relative; display:block; color: #fff; font-size:12px;letter-spacing: 0.08em; line-height:12px; text-align:center; text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent;}
.Fixedfooter .Fixedfooter_box li a i { position:relative; display:block; margin:0 auto; width:35px; height:35px; background-repeat: no-repeat; background-position: center center; background-size: auto 34px;}
  /*icon*/
  .Fixedfooter .Fixedfooter_box li:nth-of-type(1) i { background-image: url(Fixedfooter_icon_1.png?t=1763545369873);}
  .Fixedfooter .Fixedfooter_box li:nth-of-type(2) i { background-image: url(Fixedfooter_icon_2.png?t=1763545369873);}
  .Fixedfooter .Fixedfooter_box li:nth-of-type(3) i { background-image: url(Fixedfooter_icon_3.png?t=1763545369873);}
  .Fixedfooter .Fixedfooter_box li:nth-of-type(4) i { background-image: url(Fixedfooter_icon_4.png?t=1763545369873);}

  /*高亮設定
  .Fixedfooter .Fixedfooter_box li.cate-hover { -webkit-transform:translateY(-5px); transform:translateY(-5px); transition: none;}
  .Fixedfooter .Fixedfooter_box li span { display:block;}
  .Fixedfooter .Fixedfooter_box li.cate-hover span { color: #797979; -webkit-transform:translateY(5px); transform:translateY(5px); transition: none;}
  .Fixedfooter .Fixedfooter_box li:after { content:""; display: block;  z-index:-1; position:absolute; top:-13px; left:0; padding-bottom:53px; width:100%; height:0; background-image:url(Fixedfooter_icon_bg.png?t=1763545369873); background-position: center; background-size:58px; background-repeat:no-repeat; pointer-events:none;}
  .Fixedfooter .Fixedfooter_box li:after { transform:rotate(0deg) translate(0,30%) scale(0) ; transition: none;}
  .Fixedfooter .Fixedfooter_box li.cate-hover:after { transform:rotate(0deg) translate(0,0) scale(1);}
  */

  /*icon高亮*/
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(1) i { background-image: url(Fixedfooter_icon_1_on.png?t=1763545369873);}
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(2) i { background-image: url(Fixedfooter_icon_2_on.png?t=1763545369873);}
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(3) i { background-image: url(Fixedfooter_icon_3_on.png?t=1763545369873);}
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(4) i { background-image: url(Fixedfooter_icon_4_on.png?t=1763545369873);}
  .Fixedfooter .Fixedfooter_box .animated { animation-delay:-0.6s;}
  /*特製背景
  .Fixedfooter .Fixedfooter_box .bg { z-index:-1; position:absolute; bottom:25px; left:0; width:100%; height:100%; pointer-events:none;}
  .Fixedfooter .Fixedfooter_box .bg i { display:block; z-index:2; position:absolute; top:0; left: calc((25% - 75px) * 0.5 ); border-radius:50%; width:75px; height:75px; background:#FF213C;
                      -webkit-transform: scale(0.85); transform: scale(0.85);
                      box-shadow: 
                        0px 1px 2px rgba(0, 0, 0, 0.3),
                      0 8px 20px 5px rgba(191,15,26,0.3),
                      0 16px 20px 10px rgba(191,15,26,0.5),
                      0 16px 20px 10px rgba(191,15,26,0.5),
                      0 30px 40px 30px rgba(191,15,26,0.5);}
  .Fixedfooter .Fixedfooter_box .bg b { display:block; z-index:3; position:relative; left: calc((25% - 75px) * 0.5 ); border-radius:50%; width:75px; height:75px; 
                      box-shadow:
                        45px 40px 0 #E41511, 
                        -45px 40px 0 #E41511,
                        0 60px 0 #E41511, 
                        -32px 77px 0 #E41511,
                        32px 77px 0 #E41511,
                        0 75px 0 #E41511;}
  .Fixedfooter .Fixedfooter_box .bg b:before,
  .Fixedfooter .Fixedfooter_box .bg b:after { content: ''; position: absolute; top: 30%; border-top: solid 2px #FF213C; width: 800%; height: 180%; background: #E41511;}
  .Fixedfooter .Fixedfooter_box .bg b:before { right:100%; border-top-right-radius: 20px;}
  .Fixedfooter .Fixedfooter_box .bg b:after  { left:100%;  border-top-left-radius: 20px;}*/
  /*416品牌狂歡版型*/
  .Fixedfooter .Fixedfooter_box .bg {z-index:-1;position:absolute;bottom: 0;left:0;width:100%;height:100%;pointer-events:none;}
  .Fixedfooter .Fixedfooter_box .bg i { display:none;}
  .Fixedfooter .Fixedfooter_box .bg b { display:block; z-index:3; position:relative; left: calc((25% - 75px) * 0.5 ); width:75px; height:75px;}
  .Fixedfooter .Fixedfooter_box .bg b:before,
  .Fixedfooter .Fixedfooter_box .bg b:after {content: '';position: absolute;top: 0;width: 100%;height: 100%;/* background: #c8c7cd; *//*background-image: linear-gradient(-180deg,rgba(255,193,202,0.7)0%,rgba(255,127,145,1)100%);*/}
  .Fixedfooter .Fixedfooter_box .bg b:before { right:0%; }
  .Fixedfooter .Fixedfooter_box .bg b:after  { left:0%;}
      /*高亮*/
      .Fixedfooter .Fixedfooter_box li.cate-hover { -webkit-transform:translateY(-10px); transform:translateY(-10px);}
      .Fixedfooter .Fixedfooter_box li span { display:block;}
      .Fixedfooter .Fixedfooter_box li.cate-hover span { -webkit-transform:translateY(10px); transform:translateY(10px); }
      .Fixedfooter .Fixedfooter_box li:after { content:""; display: block;  z-index:-1; position:absolute; top:-7px; left:0; padding-bottom:58px; width:100%; height:0; background-image:url(Fixedfooter_icon_bg.png?t=1763545369873); background-position: center; background-size:58px; background-repeat:no-repeat; pointer-events:none;}
      .Fixedfooter .Fixedfooter_box li:after { transform:rotate(-360deg) translate(0,-0%) scale(0) ; transition:0.25s; transition-timing-function:cubic-bezier(.98,.47,.53,1.3);}
      .Fixedfooter .Fixedfooter_box li.cate-hover:after { transform:rotate(0deg) translate(0,0) scale(1) ; }
    /*顆數--4顆*/
    .Fixedfooter .Fixedfooter_box li { width:33%;}
    .Fixedfooter .Fixedfooter_box .bg i { left: calc((25% - 75px) * 0.5 );}
    .Fixedfooter .Fixedfooter_box .bg b {left: calc((25% - 75px) * 0.5 );}
      /*選單_黑底*/
      .Fixedfooter .Fixedfooter_bg { transition: none;}
          /*【程式切換】cate-open 展開後*/
          .Fixedfooter.cate-open .Fixedfooter_bg { position: fixed; top:0; left:0; display:none; width:100%; height:100%; background-color:rgba(0,0,0,0.7);}
          .Fixedfooter.cate-open .Fixedfooter_bg { display: block;}
      /*浮層區-Phone置底選單*/
      .Fixedfooter_agree { display:none; z-index:10;  position: fixed; background-color:#651DD3;  border-radius:10px; margin:0 5%; width:90%; /*box-shadow:0px 0px 20px rgba(0,0,0,0.5);*/
                bottom:85px; 
                bottom: calc(85px + constant(safe-area-inset-bottom)*0.6 );
                bottom: calc(85px + env(safe-area-inset-bottom)*0.6 );}
      .Fixedfooter_agree * { box-sizing:border-box;}
      .Fixedfooter_agree .trainglelist { position:absolute; bottom:-10px; left:48%; width:0; height:0; border-style:solid; border-width:10px 10px 0px 10px; border-color:#FF213C transparent transparent transparent;   }
      .Fixedfooter_agree ul { width:100%; height:auto; margin:0 ; padding:3%; }
      .Fixedfooter_agree ul:after { content:""; display:block; clear:both;}
      .Fixedfooter_agree li { float:left; display:block; margin-left:2%; margin-top:3%; width:32%; height:30px; border-radius:50px; text-align:center; font-weight:800; font-size:14px; line-height:30px; color:#fff; background-color: rgba(0,0,0,0.6); }
      .Fixedfooter_agree li:nth-child(3n+1) { margin-left:0; }
      .Fixedfooter_agree li:nth-child(1),
      .Fixedfooter_agree li:nth-child(2),
      .Fixedfooter_agree li:nth-child(3) {margin-top:0; }
      .Fixedfooter_agree li a { color:#fff; display: block; }
      .Fixedfooter_agree li.cate-hover { background-color: #fff;}
      .Fixedfooter_agree li.cate-hover a { color:#c8c7cd;}

    /*配色*/
    /*.Fixedfooter .Fixedfooter_box ul { box-shadow: 0 -3px 6px rgba(111,106,98,0.2); }*/
    .Fixedfooter .Fixedfooter_box .bg b:before,
    .Fixedfooter .Fixedfooter_box .bg b:after {/* background-color:#f1eff6; */}
    .Fixedfooter_agree { background-color:#f1eff6;}
    .Fixedfooter_agree .trainglelist { border-top-color:#f1eff6;}
    /*.Fixedfooter_agree li { background-color: #283348;}*/
    .Fixedfooter_agree li.cate-hover a { color:#f1eff6;}
    .Fixedfooter .Fixedfooter_box li a { }
    .Fixedfooter .Fixedfooter_box ul { /*box-shadow: 7px 0 10px rgb(255 255 255) inset, 5px 0 10px rgb(173 171 177), 0 10px 10px rgb(255 255 255) inset, 0 0 10px 90px #f1eff6 inset;*/ background: #151515; }
    /*.Fixedfooter .Fixedfooter_box li.cate-hover a { text-shadow: 0 0 10px rgba(205,47,206,1), 0 0 10px rgba(205,47,206,1), 0 0 10px rgba(205,47,206,1);}*/



/*區塊_all*/
.Area { position: relative; margin:0 auto; padding:0; text-align:center;  }
.Area .box_bg{position:absolute;top:0;left: 0;z-index: 0;} 
.Area1220 { margin:0 auto; width:1220px;}
.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_1bn_nopadding img  { 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;width:98%;}
.Area_3bn_nopadding p { float:left; margin:0; padding:0; width:33.3%; list-style: none; text-align:center;}
.Area_4bn_nopadding { margin: 0 auto; padding:0;width:1220px; overflow:hidden;}
.Area_4bn_nopadding a { float:left; margin:0; padding:0; width:25%; list-style: none;}		/*區塊_兩邊間距*/
    @media screen and (max-width:767px){
      .Area .go_bt:hover { 
        -webkit-transform:none;
         -moz-transform:none;
          -ms-transform:none;
           -o-transform:none;
            transform:none;}
      .Area1220 { width:100%;}
      .Area img{ width:100%;}
      .Area { position: relative;margin-bottom: 6%}

      /*區塊_切割*/
      .Area_1bn { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_1bn a { float:left; margin:0 0 2% 0; padding:0; width:100%;}
      .Area_2bn { width:96%; margin: 0 2%; padding:0; overflow:hidden;}
      .Area_2bn a { float:left; margin:0 1% 2%; padding:0; width:48%; }
      .Area_3bn { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_3bn a { float:left; margin:0 1% 2% ; padding:0; width:31.3%; }
      .Area_1bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_1bn_nopadding a { position:relative; float:left; margin:0; padding:0; width:100%; }
      .Area_2bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_2bn_nopadding a { float:left; margin:0; padding:0; width:50%;}
      .Area_3bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_3bn_nopadding a { float:left; margin:0; padding:0; width:33.3%;}
      .Area_4bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_4bn_nopadding a { float:left; margin:0; padding:0; width:25%; }		
    }



    /* --------------------------------------
     * Page 頁籤_202405291900
     * -------------------------------------- */
     .NavArea_tabbar_page { margin: 0 auto 32px  ; width: 94%; }  
     .NavArea_tabbar_page .Nav { overflow: visible; transform: translate3d(-30.5%, 0, 0);}  
     .NavArea_tabbar_page .Nav_box { border-radius: 8px; overflow: hidden; padding: 0 2%;}
     .NavArea_tabbar_page[data-num="2"] .Nav-wrapper { transform: translate3d(55.5%, 0, 0)!important}
     .NavArea_tabbar_page[data-num="3"] .Nav-wrapper { transform: translate3d(43.0%, 0, 0)!important}
     .NavArea_tabbar_page[data-num="4"] .Nav-wrapper { transform: translate3d(30.5%, 0, 0)!important}
     .NavArea_tabbar_page[data-light="box"] .Nav ul { padding: 0 }
     .NavArea_tabbar_page .Nav li { overflow: visible; }
      /*頁籤高亮顏色設定 */  
     .NavArea_tabbar_page .Nav .swiper-slide-active a { color:#fff;}
     .NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; border: 1px solid #000000 !important; background-color: #000000 !important;}
      /*推編輯按鈕 */  
     .NavArea_tabbar_page .Nav input { position: fixed; left: 30%}
       @media screen and (min-width:768px){ 
         .NavArea_tabbar_page { display: block; }
       }
 
 



  		@media screen and (max-width:767px){
    	.NavArea_tabbar_page {padding-bottom: 2vw;margin: 4vw auto 0vw;}  
  	  }

      /* --------------------------------------
       * Page 頁面
       * -------------------------------------- */
      /*Phone置頂滑動選單*/
      .tagstyle {
        margin: 0 auto 5vw ;
        width: 94%;
      }

      .tagstyle.cate-fixed {
        width: 100%;
      }

      .tagstyle .Nav_box {
        border-radius: 8px;
        -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
                box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
      }

      .tagstyle .Nav li {
        overflow: visible;
      }

      /*.NavArea_tabbar .Nav a { display:inline-block;}*/
      .tagstyle.cate-fixed .Nav_box {
        border-radius: 0;
        background-color: rgba(255, 255, 255, 1);
        -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
                box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
      } 


/* --------------------------------------
 * Page 頁面
 * -------------------------------------- */
/*Phone置頂滑動選單*/
.NavArea_tabbar {
  margin: 0 auto 5vw;
  width: 94%;
}

.NavArea_tabbar.cate-fixed {
  width: 100%;
}

.NavArea_tabbar .Nav_box {
  border-radius: 8px;
  -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
          box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
}

.NavArea_tabbar .Nav li {
  overflow: visible;
}

/*.NavArea_tabbar .Nav a { display:inline-block;}*/
.NavArea_tabbar.cate-fixed .Nav_box {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
          box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
}

/*.NavArea.cate-open .Nav li, .NavArea.cate-open .Nav span { width: 50%!important;}*/
/*.NavArea.cate-open .Nav ul { padding: 1%;}*/
/*.NavArea .Nav li, .NavArea.cate-open .Nav span { width: 48%!important;}*/



/*寬度,間距*/
.Area1220 { margin: 0 auto; width: 100%;}
.Area960 { margin: 0 auto; width: 100%;}
.Areabottom {margin-bottom: 100px;}

    @media screen and (min-width: 768px) {
      .Area1220 { width: 1220px; }
      .Area960 { width: 960px;  }
      .Areabottom { margin-bottom: 80px; }
    }

    @media screen and (max-width: 767px) {
	 .m_Area96p { width: 96%; }
	.Areabottom {margin-bottom:0%;}
	
    }
	

/*APP限定*/
/*forPhone*/
.boxPhone {z-index: 5;position: relative;width: 96%;margin: 0 2%;}
.boxPhone .mbGOapp {position: absolute;top: 63vw;}
.boxPhone .mbGOapp div { display: inline-block; width: 32%; }
.boxPhone .mbGOapp div img { width: 100%; }
.dowloaded {z-index: 10;position: absolute;left: 50%;transform: translateX(-50%);margin: 3vw auto;padding: 1.75em 0;width: 90%;background-color:#98b107;border-radius: .8em;}
.dowloaded h3 { margin: 0; padding: 0; color: #fff; line-height: 1.3; margin-bottom: 0.5em; font-size: 5.2vw; }
.dowloaded .btn { margin: 0 auto; background-color: #ffdb76; padding: 1.5vw; border-radius: 99em; width: 45%; font-size: 5vw; }
.dowloaded .btn a {display: block;color: #000000;font-weight: bolder;}
@media screen and (min-width: 768px) { .boxPhone { display: none; }
  .dowloaded { display: none; }
  #for_browser .Area00 { margin: 0; } }


/*固定QRcode*/
.fixQrcode { position:fixed; top:460px; right:10px; z-index:99;  }
@media screen and (max-width:767px){
	.fixQrcode{ display:none }
}


/*浮層嘿嘿*/
.blackBox_play {}
.blackBox { display:none; z-index:99999; position:fixed; top:0px; left:0px; width:100%; height:100%; background-color: rgba(34,34,34,0.75); text-align: left;}
.blackBox * { font-family:"微軟正黑體", "Microsoft JhengHei", Arial; box-sizing:border-box;}
/*.blackBox  a { text-decoration:none;}*/
/*浮層基本*/
.blackBox .box .button {  border-top:1px solid #d6d6d6; text-align:center; font-size:1.25rem; line-height:3.5rem; font-weight:bold;}
.blackBox .box .but-close { clear:both; width:100%;}
.blackBox .box .but-close a { display:inline-block;  width:100%; height:100%; color:#333;}
.blackBox .box h3 span.close { position:absolute; top:6px; right:5px; display:block; border:2px solid #333; border-radius:5px; width:63px; height:33px; font-size:1rem; line-height:2rem; text-align:center;}
.blackBox .box h3 span.close a { display:inline-block; width:100%; height:100%; color:#333;}
.blackBox .Boxclose { position:absolute; top:0px; left:0px; width:100%; height:100%; background-color: transparent;}
.blackBox .box h4 { margin: 0 auto; margin-top: 1rem; margin-bottom: 5px; padding: 0 7%; width: 100%; font-size: 1.15em;}
  @media screen and (min-width:768px){
    .blackBox .box h4 { padding: 0 3.5%;}
  }
    /*IT用*/
    .blackBox_IT { display:block; z-index:inherit; position:static; width:auto; height:auto; background: none;}


/*浮層嘿嘿*/
.blackBox_play {}
.blackBox { display:none; z-index:99999; position:absolute; top:0px; left:0px; width:100%; height:100%; background-color: rgba(34,34,34,0.75); }
.blackBox * { font-family:"微軟正黑體", "Microsoft JhengHei", Arial; box-sizing:border-box;}
.blackBox  a { text-decoration:none;}
/*浮層基本*/
.blackBox .box .button {  border-top:1px solid #d6d6d6; text-align:center; font-size:1.25rem; line-height:3.5rem; font-weight:bold;}
.blackBox .box .but-close { clear:both; width:100%;}


.blackBox .box .but-close a { display:inline-block;  width:100%; height:100%; color:#333;}
.blackBox .box h3 span.close { position:absolute; top:6px; right:5px; display:block; border:2px solid #333; border-radius:5px; width:63px; height:33px; font-size:1rem; line-height:2rem; text-align:center;}
.blackBox .box h3 span.close a { display:inline-block; width:100%; height:100%; color:#333;}
.blackBox .Boxclose { position:absolute; top:0px; left:0px; width:100%; height:100%; background-color: transparent;}
.blackBox .box h4 {height: 3rem; font-size: 0.8rem; font-weight: 100; text-align: center; color: #000;}
    /*IT用*/
    .blackBox_IT { display:block; z-index:inherit; position:static; width:auto; height:auto; background: none;}

/*通知浮層*/
.agreeArea { z-index:1; position:relative; top:5%; margin:0 auto 30px; width:94%; max-width:700px; font-family:"Century Gothic", "微軟正黑體", sans-serif; /*text-align:justify; word-break:break-all;*/}
.agreeArea img{ width:100%; height:auto;}
.agreeArea .box { border-radius:10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); background-color:#fff; overflow:hidden;}
.agreeArea .box .txtArea { height:600px; overflow:auto; overflow-y:auto; -webkit-overflow-scrolling:touch;}
.agreeArea .box h3 { margin:0; padding:0; height:3rem; font-size:1.25rem; font-weight:800;line-height:3rem; text-align:center; color:#000; background-color:#ffd710;}
.agreeArea .box p { margin:10px auto; margin-top:1rem; padding:0 0 0 24px; text-align:center; font-size:1em; text-align:left; line-height:1.2em; color:#000;}
.agreeArea .box p b { display:block; padding-bottom:0px;}
.agreeArea .box p span { }
.agreeArea .box .qrcodeimg { text-align:center; }
.agreeArea .box .qrcodeimg a { color:#006afe;}
.agreeArea .box .qrcodeimg img { width:100%; height:auto;}
.agreeArea .box .agree_table table { margin:20px auto; border-collapse:collapse; width:90%; text-align:center;}
.agreeArea .box .agree_table th { padding:5px; border:1px solid #CCC; width:33%; font-size:0.9em; }
.agreeArea .box .agree_table td { padding:5px; border:1px solid #CCC; font-size:0.9em; }
.agreeArea .box .agree_table th a{ color:#c70026; text-decoration:underline;}
.agreeArea .box .xxx{ display:block; width:80%; height:40px; font-size:1.5em; text-align:center; line-height:40px; color:#FFF; background-color:#7048A0; margin:0 auto; margin-bottom:20px; margin-top:10px; font-weight:bold; border-radius:10px;}
.agreeArea .box ul,
.agreeArea .box ol { margin:0; text-align: left; }
.agreeArea .box li { margin:0 20px 10px 0px; font-size:0.9em;}
.agreeArea .box table { margin: 0 5%; width:90%;  border-collapse:collapse;}
.agreeArea .box th { padding:5px; border:1px solid #CCC; background:#eee; font-size:0.8em; }
.agreeArea .box td { padding:5px; border:1px solid #CCC; font-size:0.8em; vertical-align:top; }
.agreeArea .box table ul,
.agreeArea .box table ol { padding:0 0 0 20px;}
.agreeArea .box table li { margin:0 0 10px 0px;}
    /*浮層輪播*/
    .agreeArea .box_pic { padding:5% 5% 0; overflow: hidden; -webkit-box-sizing:border-box; box-sizing:border-box; }
    .agreeArea .box_pic .pic_swiper {}
    .agreeArea .box_pic .pic_swiper ul { margin:0; padding:0; list-style:none;}
    .agreeArea .box_pic .pic_swiper li { margin:0; padding:0;}
    .agreeArea .box_pic .pic_swiper li.cate-active {}
        /*商品大圖*/
        .agreeArea .box_pic .box_picimg { position:relative; overflow:hidden;}
        .agreeArea .box_pic .box_picimg .pagination { padding:0 10px; text-align:right; -webkit-transform-origin:bottom right; transform-origin:bottom right; -webkit-transform: translateZ(0) scale(0.8); transform: translateZ(0) scale(0.8);}
        .agreeArea .box_pic .box_picimg .pagination span { display: inline-block; padding: 0 10px; border-radius: 50px; background-color: rgba(255,255,255,0.7);}
        /*商品列表*/
        .agreeArea .box_pic .box_piclist { padding-top:2%;}
        .agreeArea .box_pic .box_piclist li { background-color:#000; cursor: pointer;}
        .agreeArea .box_pic .box_piclist li img { opacity:0.75;}
        .agreeArea .box_pic .box_piclist li.cate-active img { opacity:1;}
    /*樣式--圖片放大*/
    .agree_piczoom { }
    .agree_piczoom .Boxclose { cursor: pointer;}
    .agree_piczoom .agreeArea { pointer-events: none; }
    .agree_piczoom .box { position: relative; top: -8vh; overflow: visible; box-shadow: none; background: none;}
    .agree_piczoom .box img { width: 100%; height: auto; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}
        /*關閉btn*/
        .agree_piczoom .box .but-close { position: fixed; top:10px; right:10px; width: auto;}
        .agree_piczoom .box .but-close a { display: block;}
        .agree_piczoom .box .but-close a i { display: inline-block; position:relative; top:3px; left:0; width:44px; height:44px;}
        .agree_piczoom .box .but-close a i { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); -webkit-transform-origin:50% 50%; transform-origin:50% 50%; }
        .agree_piczoom .box .but-close a i::before,
        .agree_piczoom .box .but-close a i::after { content: ""; position:absolute; top:50%; left:0;  width:100%; height:6%; background-color:rgba(255,255,255,1);}
        .agree_piczoom .box .but-close a i::before { transform: rotate(45deg);}
        .agree_piczoom .box .but-close a i::after  { transform: rotate(135deg);}


/*移除公版設定*/
.Area .remove_box_style ul { background-color: transparent; grid-gap: 10px;}
.Area .remove_box_style ul li { border: none!important;}
@media screen and (max-width:767px){
  .Area .remove_box_style ul { width: 100%; grid-gap: 0.2em;}
  .Area .remove_box_style ul {}
}

/*輪播移除公版設定*/
.Area .swiper_remove_box_style ul {display: flex;background-color: transparent;grid-gap: 0;padding: 0;}
.Area .swiper_remove_box_style ul li { border: none!important; background-color: #fff0;}
.Area .swiper_remove_box_style ul li,
.Area .swiper_remove_box_style ul li .PD_img img { border-radius: 10px;}
@media screen and (max-width:767px){
  .Area .swiper_remove_box_style ul { width: 100%; grid-gap: 0.2em;}
  .Area .swiper_remove_box_style ul {}
}

.Area .PD_layout-add2cart ul { padding: 20px;}
@media screen and (max-width:767px){
  .Area .PD_layout-add2cart ul { padding: 0.2em 0;}
  .Area .PD_layout-add2cart ul li { padding: 0.2em;}
}

