/* CSS Document */

/*基本*/
html, body{ font-size: inherit !important;}
body { margin: 0; padding: 0; background-color: #4059e4;}


/*回版頭(黑色圓型版)
#gotop { display:none; border-radius:20px; position:fixed; padding:10px 10px 3px 10px; right:30px; bottom:30px; font:12px/30px  Verdana;background:#000 url(gotopBtnBk.png?t=1759371650324) no-repeat center 7px; color:#fff; cursor:pointer; z-index:5}
#gotop { filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6}*/

/*回版頭*/
#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);}

	

/*全BOX版面*/
.WRAPPER { position: relative; display:block; margin: 0 auto; padding: 0 0 0px 0; width:100%;  min-width:1220px; font-family:"微軟正黑體","Microsoft JhengHei",Helvetica; overflow:hidden; }
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none;}
	@media screen and (max-width:767px){
		.WRAPPER {  padding-bottom:0; min-width: inherit;background: #4059e4;}
		.WRAPPER img {  width:100%;  height:auto;}
	}


/*背景微亮*/		  
.minbright-play { -webkit-animation:minbright-play .5s linear infinite alternate; animation:minbright-play .8s linear infinite alternate ;}
	@-webkit-keyframes minbright-play {
						 0% { filter:brightness(85%);  }
						100% { filter:brightness(105%);  }
	}
	@keyframes minbright-play {
						 0% { filter:brightness(85%);  }
						100% { filter:brightness(105%);  }
	}


/*背景*/
.bgBox  { z-index: -1; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; pointer-events: none;}
.bgtop  { z-index: 0; top: 0; height:700px; background: url(main_top.jpg?t=1759371650324) no-repeat center top;}
.bgtop_deco  { z-index: 0; top: 0; height: 1024px; background: url(main_top_deco.png?t=1759371650324) no-repeat center top;}
.bgtop_deco2  { z-index: 1; top: 0; height: 1024px; background: url(main_top_deco2.png?t=1759371650324) no-repeat center top;}
.bgtop1  { z-index: 1;  top:145px; height: 465px;  background: url(main_top_1.png?t=1759371650324) no-repeat center top;}
.bgtop1_bg  { z-index: 1; top: 835px; height: 628px; background: url(Area01_bg.png?t=1759371650324) no-repeat center top;}
.bgtop2  { z-index: -1; position: absolute; top:629px;height:992px; background: url(bg_top2.png?t=1759371650324) no-repeat center top;}
.bgtop3  { z-index: -1; position: absolute; top:1692px;height:1000px; background: url(bg_top3.jpg?t=1759371650324) no-repeat center top;}
.bgtop4  { z-index: -1; position: absolute; top:2648px;height:1000px; background: url(bg_top4.jpg?t=1759371650324) no-repeat center top;}
	@media screen and (max-width:767px){
    .bgtop_m  { z-index:-1; position: absolute; height: 100%; pointer-events: none;}
    .bgtop_deco { z-index:1; width: 100%; background: url(m_top_deco.png?t=1759371650324) no-repeat center top; background-size: 100%; transform-origin: top center;}
    .bgtop_m1 { z-index:0; width: 100%; background: url(m_main_top.jpg?t=1759371650324) no-repeat center top; background-size: 100%;}
    .bgtop_m2 { z-index: 1; width: 100%; background: url(m_main_top2.png?t=1759371650324) no-repeat center top; background-size: 100%;}
  }


/*區塊_all*/
.Area { z-index:1; position: relative; margin:0 auto; padding:0; border-radius:0; text-align:center; }
.Area a { position:relative; display:block;} 
.Area .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;}
.Area .go_bt:hover { filter: brightness(100%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.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;}
		.Area1220 { width:100%;}
		.Area960 { margin:0 auto; width:88%;}
	}


/*共用--區塊_切割*/
.Area_grid { margin: 0 auto; padding:0; list-style: none;}
.Area_grid:after  { content: ""; display:block; clear:both;}
.Area_grid .grid-slide { float:left; display:block; padding:0; list-style: none;}
  /*共用--區塊_切割PC*/
  @media screen and (min-width:768px){
    .Area_grid_1bn_PC .grid-slide { margin:0 0 2% 0; width:100%;}
    .Area_grid_2bn_PC .grid-slide { margin:0 1% 2%; width:48%;}
    .Area_grid_3bn_PC .grid-slide { margin:0 1% 2% ; width:31.3%;}
    .Area_grid_4bn_PC .grid-slide { margin:0 0.5% 2% ; width:24%;}
    .Area_grid_1bn_nopadding_PC .grid-slide { width:100%;}
    .Area_grid_2bn_nopadding_PC .grid-slide { width:50%;}
    .Area_grid_3bn_nopadding_PC .grid-slide { width:33.3%;}
    .Area_grid_4bn_nopadding_PC .grid-slide { width:25%;}
    .Area_grid_5bn_nopadding_PC .grid-slide { width:20%;}
    .Area_grid_6bn_nopadding_PC .grid-slide { width:16.6%;}
  }
  /*共用--區塊_切割Phone*/
  @media screen and (max-width:767px){
    .Area_grid_1bn_Phone .grid-slide { margin:0 0 2% 0; width:100%;}
    .Area_grid_2bn_Phone .grid-slide { margin:0 1% 2%; width:48%;}
    .Area_grid_3bn_Phone .grid-slide { margin:0 1% 2% ; width:31.3%;}
    .Area_grid_4bn_Phone .grid-slide { margin:0 0.5% 2% ; width:24%;}
    .Area_grid_1bn_nopadding_Phone .grid-slide { width:100%;}
    .Area_grid_2bn_nopadding_Phone .grid-slide { width:50%; }
    .Area_grid_3bn_nopadding_Phone .grid-slide { width:33.3%;}
    .Area_grid_4bn_nopadding_Phone .grid-slide { width:25%;}
    .Area_grid_5bn_nopadding_Phone .grid-slide { width:20%;}
    .Area_grid_6bn_nopadding_Phone .grid-slide { width:16.6%;}
  }

/*版頭*/
.Area_top { position: relative; margin-bottom: 0; height: 835px;}
.Area_top .knowmore { z-index: 99; position: absolute; top: 141px; right: 112px;}
.Area_top .list { z-index: 99; position: absolute; top: 141px; right: 222px;}
.Area_top .knowmore img { width: 100%;}
	@media screen and (max-width:767px){
		.Area_top { height: 98vw;}
		.Area_top .knowmore { width: 16%; top: 9.5vw; right: 0;}
		}


/*登記區塊*/
.Area_grabgift { margin-bottom: 145px;}
.Area_grabgift .box_grabgift { position: relative; margin-top: 51px;}
  /*按鈕*/
  .Area_grabgift .box_grabgift .grabgift_btn { z-index: 8; position: absolute; top: 50%; left: 676px;}
  /*文案*/
  .Area_grabgift .box_grabgift .grabgift_txt   { position: absolute; left: 56%; font-size: 28px; letter-spacing: -0.04rem; text-align: left;}
  .Area_grabgift .box_grabgift .grabgift_cpNum { top: 58.9%; left: 82.6%; color: #fff; font-size: 22px; font-weight: 700;}
  .Area_grabgift .box_grabgift .grabgift_cpNum span { font-size: 27px; font-family: "Century Gothic", "微軟正黑體", sans-serif; letter-spacing: 0; font-weight: 300;}
  .Area_grabgift .box_grabgift .grabgift_time  { top: 77.5%; color: #fff;margin-bottom:20px}
    @media screen and (max-width:767px){
      .Area_grabgift { margin-bottom: 7vw; background: url(m_Area01_bg.png?t=1759371650324) no-repeat center top; background-size: 100%;}
      .Area_grabgift .box_grabgift { margin-top: inherit;}
      .Area_grabgift .box_grabgift .grabgift_btn { top: 46%; left: 53%; width: 32.3%;}
      .Area_grabgift .box_grabgift .grabgift_txt { font-size: 4vw; top: 42vw; left: 17.5%;}
      .Area_grabgift .box_grabgift .grabgift_cpNum { top: 55.8%; left: 54.4%; font-size: 3.5vw;}	
      .Area_grabgift .box_grabgift .grabgift_cpNum span { font-size: 5vw;}	
    }




  /* demo */
  .Area_demo {height: 1000px; }
  .Area_demo_inner {overflow: hidden; height: 1000px; z-index: 10;}

  .Area.Area_demo .page ul { padding: 2% 3%; list-style: none; display: flex; justify-content: space-around;  }
  .Area.Area_demo .page ul li {padding: 2% 1% 0 0; transition: all 0.3s linear; white-space: nowrap; filter:brightness(0.5);}
  .Area.Area_demo .page ul li.cate-hover { filter:brightness(1); }

  .Area_demo_deco .deco { position: relative; opacity: 0; transition: all 0.2s linear;}
  .Area_demo_deco .deco .deco_item { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }

  .Area_demo_deco .deco:nth-child(odd) { transform: translateX(100px);}
  .Area_demo_deco .deco:nth-child(even) { transform: translateX(-100px);}

  /* 高亮 */
  .Area_demo_deco .deco.cate-hover { opacity: 1;}
  .Area_demo_deco .deco.cate-hover:nth-child(odd) { opacity: 1; transform: translateX(0px);}
  .Area_demo_deco .deco.cate-hover:nth-child(even) { opacity: 1; transform: translateX(0px);}



/*捐贈流程*/
.Area02_1 {}
	  @media screen and (max-width:767px){
      .Area02_1 .title { margin-bottom: 1vw;}	
	  .Area_demo {height: 210vw; }
	  
    }


/*獎項說明*/
.Area02 { margin-top: 186px; margin-bottom: 85px;}
.Area02 .deco_01 { position: absolute; top: -272px; left: 1296px;}
.Area02 .btn { position: absolute; top: 426px; left: 418px;}
	  @media screen and (max-width:767px){
      .Area02 { margin-top: -33vw; margin-bottom: 10.5vw; background: url(mbg_top3.png?t=1759371650324) no-repeat center top; background-size: 100%;}	
      .Area02 .deco_01 { top: -15vw; left:-12vw; width: 40%;}		  
      .Area02 .btn { top: 47vw; left: 20vw; width: 42.8%;}		  		  
    }



/*注意事項(底色版)*/
.footer_02 { /*z-index: 3;*/ position: relative; margin: 0 auto; padding: 0;  font-family: "Century Gothic", "微軟正黑體", sans-serif; text-align: center; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; background-color:#4059e4;}
	@media screen and (max-width:767px){
		.footer_02 { margin-bottom: 40px; width: 100%;background: #4059e4;}
	}




/*浮層嘿嘿*/
.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;}


/*通知浮層*/
.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 a { text-decoration: none;}
.agreeArea img{ width:90%; 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; 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; padding: revert;}
.agreeArea .box li { margin:0 20px 10px 0px; font-size:1em;}
.agreeArea .box ol > ul li { margin-left: -2em;}
.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:1.2em; 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);}

/*PC黏人精-區塊錨點*/
.fixarea_tabbar { z-index:99; position:fixed; right:0; top:60px; border-radius:20px 0 0 20px; width:110px; background-color:rgba(0,0,0,0.8); 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:#fbe075; }
.fixarea_tabbar  .cate-hover a { color:#fbe075; }
.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--用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%23fbe075%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 #fbe075 transparent;}


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



/*兌獎浮層*/
.blackBox_IT .agreeArea.special_ { top: auto !important;}
.agreeArea .box_gift { display: flex; justify-content: center; align-items: center; margin: 3% auto; width: 100%; text-align: center; font-size: 0;}
.agreeArea .box_gift img { width: 100%; height: auto;}
.agreeArea .box_gift .btn_barcode { position: relative; margin: 0 auto; margin-right: 4%; width: 42%;}
.agreeArea .box_gift .btn_gift { position: relative; margin: 0 auto; width: 65%;}
.agreeArea .box_gift .btn_gift a { position: relative; display: block; margin: 0; padding: 1.2rem 0 1rem; border-radius: 50px; font-size: 35px; line-height: 1.6rem; color: #FFF; font-weight: 800; background-color: #5359A0; text-align: center;}
.agreeArea .box_gift .btn_gift a:hover { filter: brightness(110%);}
.agreeArea .box_gift .btn_gift a small { display: block; margin-top: 8px; font-size: 15px; line-height: 1; font-weight: 300;}
.agreeArea .box_gift .btn_gift a.off { background: #6E6E6E; }
.agreeArea .box_gift .btn_gift p { margin: 0; padding: 0; text-align: center; color: #999999; font-size: 15px; line-height: 2; font-weight: 300;}
    @media screen and (max-width:767px){
      .agreeArea .box_gift .btn_gift a { padding: 10px 0 10px; border-radius: 50px; font-size: 24px; }
      .agreeArea .box_gift .btn_gift a small { bottom: 0; margin-top: 4px; font-size: 10px;}
      .agreeArea .box_gift .btn_gift p { font-size: 10px; }
    } 
    /*狀態設定*/
    .agreeArea .box_gift .btn_gift a.off { display: none;}
    .agreeArea .box_gift .btn_gift.cate_off a.on { display: none;}
    .agreeArea .box_gift .btn_gift.cate_off a.off { display: block;}

/*查詢紀錄浮層*/
.agreeArea .box .table3 th { background-color: #fff;}
.agreeArea .box .agree_table { overflow-x: hidden; overflow-y: auto; max-height: 70vh; }
.agreeArea .box .agree_table td { vertical-align: middle;}
.agreeArea .box .agree_table .btn_view { padding: 0.2em 1em; border-radius: 30px; color: #FFF; background: #ff2175; text-decoration: none;}


/*20210319-Phone置底黏人精--活動紀錄*/
.fixedfooterArea { pointer-events: none;  z-index: 201; position: fixed; left: 0; margin: 0; padding: 0; width: 100%; height: 75px; text-align: center; font-size: 14px; line-height: 34px; color: #000; font-family: "微軟正黑體", "Microsoft JhengHei", Arial; background-color: transparent;
    bottom: 55px;
    bottom: calc(55px + constant(safe-area-inset-bottom)*0.6 );
    bottom: calc(55px + env(safe-area-inset-bottom)*0.6 );}
.fixedfooterArea a {display:block; color:inherit; text-decoration:none;}
.fixedfooterArea img { width: 100%; height: auto;}
.fixedfooterArea li { pointer-events: all;}
.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:none; 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 { display: flex; padding: 0 24px 0 20px;}
.fixedfooterArea .fixedBox_1 li span { position:relative; top:4px; display: inline-block; width:24px; height:24px; }


/*兩顆*/
.fixedfooterArea .fixedBox_2 li:first-child { margin-right: 5px;}
    /*我的點數-動畫*/
    .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;}
      }

    /*選單_黑底*/
    .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.2);}
        .Fixedfooter.cate-open .Fixedfooter_bg { display: block;}


/*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;}
.fixedfooterArea .icon_1 {background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034%2034%22%20style%3D%22enable-background%3Anew%200%200%2034%2034%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Crect%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3B%22%20width%3D%2234%22%20height%3D%2234%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23000%3B%22%20d%3D%22M29.3%2C11.9c0.4-0.6%2C0.5-1.3%2C0.3-1.9c-0.2-0.6-0.6-1.2-1.3-1.5l-3.7-2c-0.6-0.3-1.4-0.4-2.1-0.2%20c-0.7%2C0.2-1.3%2C0.6-1.6%2C1.2l-0.5%2C0.8l-1.8%2C2.8L14%2C18.3l-0.5%2C0.8l-0.6%2C8.2h-8v1.7h19.4v-1.7h-8.6l6.2-3.8%20C24.4%2C19.6%2C26.9%2C15.7%2C29.3%2C11.9z%20M22.6%2C8.3C22.7%2C8.2%2C22.8%2C8%2C23%2C8c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1l3.7%2C2c0.2%2C0.1%2C0.3%2C0.3%2C0.4%2C0.4%20c0.1%2C0.2%2C0%2C0.4-0.1%2C0.5l-0.5%2C0.8L22%2C9.2L22.6%2C8.3z%20M20.9%2C10.9l1.1%2C0.6l-4.3%2C6.8l-1.1-0.6L20.9%2C10.9z%20M17.2%2C24.2l-2.1-1.1l0.3-3.7%20c0.8%2C0.3%2C1.6%2C0.9%2C2.3%2C1.8c1.2%2C0%2C2.3%2C0.2%2C3.1%2C0.8L17.2%2C24.2z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);}
.Fixedfooter .Fixedfooter_box { z-index: 1; position: fixed; bottom: 0; width:100%; max-width:767px;
                height: 68px;
                height: calc(68px + constant(safe-area-inset-bottom)*0.6 );
                height: calc(68px + 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: 0; display: flex; justify-content: center; align-items: stretch; margin: 0; padding: 0; width: 100%; height: 100%; list-style: none;}
.Fixedfooter .Fixedfooter_box li {position:relative;padding-top: 4.5px;height: 100%;text-align: center;list-style: none;}
.Fixedfooter .Fixedfooter_box li a {position:relative;display:block;color: #326ead;font-size:12px;line-height:12px;text-decoration: none;cursor: pointer;-webkit-tap-highlight-color: transparent; font-weight: bold;}
.Fixedfooter .Fixedfooter_box li a i {position:relative;display:block;margin: -15px auto 5px; width:52px; height: 45px;background-repeat: no-repeat;background-position: center center;background-size: auto 54px;}

