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

/*回版頭*/
#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
#gotop { display: none; position:fixed; z-index:201; 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: 70px;
        bottom: calc(70px + constant(safe-area-inset-bottom)*0.6 );
        bottom: calc(70px + 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);}

/*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;}
    }

/*tag錨點定位問題*/
.tag { position: absolute !important; display:block !important; width:0; height:0;}
    @media screen and (max-width:767px){
      .tag { position:absolute ; top:-50px; display:block;}
    }
    /*@media screen and (max-width:767px){*/
      .page_phone .tag { position:absolute ; top:-50px; display:block ;}
    /*}*/

/* --------------------------------------
* Page 頁籤_202405291900
* -------------------------------------- */
.NavArea_tabbar_page {margin: 0 auto 20px;width: 96%;}  
.NavArea_tabbar_page .Nav { overflow: visible!important; 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!important; }
.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 #000 !important; background-color: #000 !important;}
/*推編輯按鈕 */  
.NavArea_tabbar_page .Nav input { position: fixed; left: 30%}
  @media screen and (min-width:768px){ 
    .NavArea_tabbar_page { display: block; }
    /*.NavArea_tabbar_page .Nav { overflow: visible!important; transform: translate3d(30.5%, 0, 0);} */ 
  }
  @media screen and (max-width:767px){
  .NavArea_tabbar_page {padding-bottom: 2vw;margin: 0 auto;}  
  }

  /* --------------------------------------
  * 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);
  } 


/*共用--輪播基本設定*/
.Area_swiper { position: relative; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden;}
.Area_swiper_box { z-index: 1; padding-bottom: 25px;}
.Area_swiper_box.Area_swiper_box_relative { position: relative;}
.Area_swiper_box.Area_swiper_box_absolute { position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.Area_swiper_box .swiper-wrapper { margin: 0; padding: 0; list-style: none;}
.Area_swiper_box .swiper-wrapper::after { content: ""; display: block; clear: both;}
.Area_swiper_box .swiper-slide { margin: 0; padding: 0;}
.Area_swiper_box .pagination { bottom: 0px; }
.Area_swiper_box .pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { -webkit-transform: translateX(-50%) scale(0.7); transform: translateX(-50%) scale(0.7);}
    @media all and (max-width: 767px) {
      .Area_swiper_box { padding-bottom: 8.5vw;}
      .Area_swiper_box .pagination { -webkit-transform: scale(0.7); transform: scale(0.7);}
    }
.button.swiper-button-next, .button.swiper-button-prev { outline: none;}
    @media all and (max-width: 767px) {
      .button.swiper-button-next, .button.swiper-button-prev { display: none !important; -webkit-transform: scale(0.5); transform: scale(0.5);}
    }
.Area_swiper_box .PD_layout { position: static;}



/*PC黏人精-分會場*/
.fixarea { z-index:100; position:fixed; left:0px; top:0px; width:142px; text-align: center; font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
      -webkit-transform: rotate3d(0,0,0,0deg) translate3d(-150px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(-150px,0,0); -webkit-transform-origin:top left; transform-origin:top left;
        -webkit-transition: all 0.2s ease;
         -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
           -o-transition: all 0.2s ease;
            transition: all 0.2s ease;}
.fixarea.fixarea_off { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); transform: rotate3d(0,0,0,0deg) translate3d(0,0,0);}
.fixarea .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.fixarea .go_bt:hover { filter: brightness(105%);}
.fixarea .fix_box { margin:0 auto;}
.fixarea ul { margin:0; padding:0; list-style:none;}
.fixarea ul:after { content:""; display:block; clear:both;}
.fixarea li { position:relative; margin:0; padding:0; font-size:15px; line-height:20px;}
.fixarea a { display:block; text-decoration:none; color:#ffe1bb;}
.fixarea a:hover{ color:#ff9f22;}
.fixarea  .cate-hover a { color:#ff9f22; }
.fixarea *:before,
.fixarea *:after { background-color:#fff; opacity:0.3;}
  /*好康*/
  .fixarea .fix_main { background:url(fixed_Area_repeat1.png?t=1750218270029) repeat-y center top; }
  .fixarea .fix_main *:before,
  .fixarea .fix_main *:after { opacity:0.2;}
  .fixarea .fix_main ul { }
  .fixarea .fix_main li { padding:8px 0;}
  .fixarea .fix_main li:before { content: ""; display: block; position: absolute; bottom:0; left:18%; width:64%; height:1px; }
  .fixarea .fix_main li:last-child::before { display:none;}
  /*分會場*/
  .fixarea .fix_other { position:relative;}
  /*下方區塊--用圖*/.fixarea .fix_other { background:url(fixed_Area_repeat2.png?t=1750218270029) repeat-y center top;}
  /*下方區塊--用寫的(圓弧要提上去) .fixarea .fix_other:after { content:""; display:block; z-index:-1; position:absolute; top:0; left:12px; border-radius:0 0 100px 100px; width:119px; height:115%; background-color:#400F5A;  opacity:1;}*/
  /*(1排1個)*/
  .fixarea .fix_other_x1 ul { padding:0;}
  .fixarea .fix_other_x1 li { padding:8px 0; }
  .fixarea .fix_other_x1 li:before { content: ""; display: block; position: absolute; bottom:0; left:18%; width:64%; height:1px;}
  .fixarea .fix_other_x1 li:last-child::before { display:none;}
  /*(1排2個)*/
  .fixarea .fix_other_x2 ul { padding:5px 18px 0;}
  .fixarea .fix_other_x2 li { float:left; padding:8px 0; width:49%; }
  .fixarea .fix_other_x2 li:after { content: ""; position: absolute; top:0; right:0%; display: block; width:1px; height:100%;}
  .fixarea .fix_other_x2 li:nth-of-type(2n+2):after { display:none;}
  .fixarea .fix_other_x2 li:before { content: ""; position: absolute; bottom:0; left:0%; display: block;  width:100%; height:1px;}
   /*單數最後一個隱藏 .fixarea .fix_other_x2 li:last-child::before { display:none;}*/
   /*雙數最後2個隱藏*/.fixarea .fix_other_x2 li:nth-last-child(-n+2)::before { display:none;} 
    /*主會場BN*/
    .fixarea .title_top_box {
            -webkit-transition: all 0.2s ease;
             -moz-transition: all 0.2s ease;
              -ms-transition: all 0.2s ease;
               -o-transition: all 0.2s ease;
                transition: all 0.2s ease;}
    .fixarea .title_top_box:hover {  filter: brightness(110%);
              -webkit-transform:scale(0.95);
               -moz-transform:scale(0.95);
                -ms-transform:scale(0.95);
                 -o-transform:scale(0.95);
                  transform:scale(0.95);}
    /*主會場BN*/
    .fixarea .title { position: relative; /*z-index: 2;*/}
    /*.fixarea .title_top {  z-index: 1; position: absolute; top: -165px; left:0px; overflow: hidden; width: 100%; height: 165px; background:url(fixed_Area_top_bg.png?t=1750218270029) no-repeat center top;}*/
    .fixarea .title_top_box { z-index: 1; position:relative; top:40px; left: -13px; transform-origin: center 80%;}
    /*浮出
    .title_top_box:hover { -webkit-transform: translate3d(-2%,-5%,0) rotate(-2deg); transform: translate3d(-2%,-5%,0) rotate(-2deg); transition-timing-function:ease-in-out;}*/
    /*動畫
    .title_top_box:hover {
      -webkit-animation-name: title_top_box-play;  
          animation-name: title_top_box-play;  
      -webkit-animation-duration: 0.3s;  
          animation-duration: 0.3s;
      -webkit-animation-iteration-count: infinite;    
          animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
          animation-direction: alternate;
      }
      @-webkit-keyframes title_top_box-play {   
        0%   { -webkit-transform: translate3d(0,0%,0) transform: translate3d(0,0%,0);}
        100% { -webkit-transform: translate3d(0,-10%,0); transform: translate3d(0,-10%,0);}
      }
      @keyframes title_top_box-play { 
        0%   { -webkit-transform: translate3d(0,0%,0) transform: translate3d(0,0%,0);}
        100% { -webkit-transform: translate3d(0,-10%,0); transform: translate3d(0,-10%,0);}
      }*/



/*PC黏人精-區塊錨點*/
.fixarea_tabbar { z-index:99; position:fixed; right:0; top:60px; border-radius:20px 0 0 20px; width:110px; background-color:rgba(40, 40, 40, 0.85); text-align: center; font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
      -webkit-transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); -webkit-transform-origin:top right; transform-origin:top right;
        -webkit-transition: all 0.2s ease;
         -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
           -o-transition: all 0.2s ease;
            transition: all 0.2s ease;}
.fixarea_tabbar.fixarea_off { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); transform: rotate3d(0,0,0,0deg) translate3d(0,0,0);}
.fixarea_tabbar .go_bt {
            -webkit-transition: all 0.2s ease;
             -moz-transition: all 0.2s ease;
              -ms-transition: all 0.2s ease;
               -o-transition: all 0.2s ease;
                transition: all 0.2s ease;}
.fixarea_tabbar .go_bt:hover { filter: brightness(105%);}
.fixarea_tabbar .fix_box { margin:20px auto 10px; margin-left:10px;}
.fixarea_tabbar ul { margin:0; padding:0; list-style:none;}
.fixarea_tabbar li { position:relative; margin:0; padding:0; font-weight:800; font-size:15px; line-height:20px;}
.fixarea_tabbar a { display:block; text-decoration:none; color:#fff;}
.fixarea_tabbar a:hover{ color:#ffde58; }
.fixarea_tabbar  .cate-hover a { color:#ffde58;}
.fixarea_tabbar .fix_other { }
.fixarea_tabbar .fix_other li { padding:10px 0; }
.fixarea_tabbar .fix_other li:before { content: ""; display: block; position: absolute; bottom:0; left:18%; width:64%; height:1px; background-color:#5b0000; background-color:rgba(255,255,255,0.2);}
.fixarea_tabbar .fix_other li:last-child::before { display:none;}
.fixarea_tabbar .fix_other li i { display:none; z-index:-1; position: absolute; top:53%; left:-2px; width:12px; height:12px; -webkit-transform:translate(0%,-50%); transform:translate(0%,-50%); background:url('') no-repeat center center; background-size:100%;}
.fixarea_tabbar .fix_other .cate-hover i { display: block;}
.fixarea_tabbar .fix_footer { position: relative; margin-bottom:10px; margin-left: 10px; font-weight:800; font-size:24px;}
.fixarea_tabbar .fix_footer a { display:block; padding-top:11px;}
.fixarea_tabbar .fix_footer a::before { content: ""; position: absolute; top:6px; left:44%; display:block; width: 0; height: 0; border-width: 0 5px 8px 5px; border-style: solid; border-color:transparent transparent #fff transparent;}
  /*錨點icon--白色--ffffff
  .fixarea_tabbar .fix_other li i { background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Im5hdmxpZ2h0X2ljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMCwwQzYuMDIxLDAsMi43OTcsMy4yMjUsMi43OTcsNy4yMDNDMi43OTcsMTIuOTA2LDEwLDIwLDEwLDIwczcuMjAzLTcuMDk0LDcuMjAzLTEyLjc5Nw0KCUMxNy4yMDMsMy4yMjUsMTMuOTc5LDAsMTAsMHogTTEwLDExLjAwNWMtMi4xLDAtMy44MDMtMS43MDMtMy44MDMtMy44MDJDNi4xOTcsNS4xMDMsNy45LDMuNCwxMCwzLjRjMi4xLDAsMy44MDMsMS43MDMsMy44MDMsMy44MDMNCglDMTMuODAzLDkuMzAzLDEyLjEsMTEuMDA1LDEwLDExLjAwNXoiLz4NCjwvc3ZnPg0K');}
  .fixarea_tabbar .fix_footer:hover a::before { border-color: transparent transparent #ffffff transparent;}*/

  /*錨點icon--用SVG格式(改顏色搜尋【fill%3A%23】)*/
  .fixarea_tabbar .fix_other li i { background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22navlight_icon%22%20data-name%3D%22navlight%20icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffde58%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10%2C0A7.17%2C7.17%2C0%2C0%2C0%2C2.8%2C7.2C2.8%2C12.9%2C10%2C20%2C10%2C20s7.2-7.1%2C7.2-12.8A7.17%2C7.17%2C0%2C0%2C0%2C10%2C0Zm0%2C11a3.8%2C3.8%2C0%2C1%2C1%2C3.8-3.8A3.8%2C3.8%2C0%2C0%2C1%2C10%2C11Z%22%2F%3E%3C%2Fsvg%3E');}
  .fixarea_tabbar .fix_footer:hover a::before { border-color: transparent transparent #ffde58 transparent;}


/*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=1750218270029);}
  .Fixedfooter .Fixedfooter_box li:nth-of-type(2) i { background-image: url(Fixedfooter_icon_2.png?t=1750218270029);}
  .Fixedfooter .Fixedfooter_box li:nth-of-type(3) i { background-image: url(Fixedfooter_icon_5.png?t=1750218270029);}
  .Fixedfooter .Fixedfooter_box li:nth-of-type(4) i { background-image: url(Fixedfooter_icon_4.png?t=1750218270029);}

  /*高亮設定
  .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=1750218270029); 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=1750218270029);}
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(2) i { background-image: url(Fixedfooter_icon_2_on.png?t=1750218270029);}
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(3) i { background-image: url(Fixedfooter_icon_3_on.png?t=1750218270029);}
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(4) i { background-image: url(Fixedfooter_icon_4_on.png?t=1750218270029);}
  .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=1750218270029); 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);}*/



