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

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


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

/*區塊_all*/
.Area2000 {margin:0 auto;width:2000px;height: 0; }
.Area1220 {margin:0 auto;width:1220px;}
.Area960 {margin:0 auto;width:960px;}
.Area {position: relative;margin:0 auto;padding:0;border-radius:0;text-align:center; }
.Areaa {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);}
.Areabottom { margin-bottom: 89px;}

 @media screen and (max-width:767px){
	.Area1220 { width:100%;}
	.Area960 {width:100%;}
	.Area .go_bt:hover {  
	-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
  .m96 { width: 96%; margin: 0 auto; }
  .Areabottom { margin-bottom: 8.9vw;} 
}



/*LOGO CSS*/
.momologo { z-index:9999; position: absolute; top: 13px; left:2px;}
.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;}
  }

 

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

 /* MB背景 */
 @media screen and (max-width: 767px){
 .bg_01 {z-index: -48;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:repeat-y;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_02 {z-index: -46;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_03 {z-index: -40;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_04 {z-index: -41;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_08 {z-index: -40;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_09 {z-index: -50;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
}





/*Phone影片*/
@media screen and (max-width:767px){
	.m_Area_bgtop_0 { pointer-events: none; z-index: -43; position: absolute; top: -2.5dvw; left: 0; width: 100vw; height: 134vw; overflow: hidden;}
	.m_Area_bgtop_0 video { position: absolute; top: 0; left: 0; width:100vw; height:134vw;  transition-timing-function: ease-out;}
	.m_Area_bgtop span { background-repeat: no-repeat;}
  }
  
/*Phone影片*/
@media screen and (max-width:767px){
	.m_Area_bgtop_2 { pointer-events: none; z-index: -45; position: absolute; top: 80dvw; left: 0; width: 100vw; height: 134vw; overflow: hidden; -moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1); transform:scaleX(-1); }
	.m_Area_bgtop_2 video { position: absolute; top: 0; left: 0; width:100vw; height:134vw;  transition-timing-function: ease-out;}
	.m_Area_bgtop span { background-repeat: no-repeat;}
  }
  

/*PC背景*/
    @media screen and (min-width: 768px){
    .bg_01 { z-index:-48; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;}
    .bg_02 { z-index:-46; position:absolute; top:0px; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
    .bg_03 { z-index:-3; position:absolute; top:1350px; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;  transition: 0.5s linear;}
    .bg_04 { z-index:-2; position:absolute; top:0px; left:0; width:100%; height:100%; background-repeat:no-repeat;  transition: 0.5s linear; background-position: center top; pointer-events:none;}
    .bg_05 { z-index:-5; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat;  transition: 0.5s linear; background-position: center top; pointer-events:none; mix-blend-mode: lighten; }
    .bg_06 { z-index:-5; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat;  transition: 0.5s linear; background-position: center top; pointer-events:none; mix-blend-mode: lighten; }
    .bg_09 { z-index:-5; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat;  transition: 0.5s linear; background-position: center top; pointer-events:none; mix-blend-mode: lighten; }
    
   } 






   @media screen and (min-width: 768px){
   .m_Area_bgtop_0 { pointer-events: none; z-index: -43; position: absolute; top: 0px; left: 0; width: 2000px; height: 860px; overflow: hidden;}
   .m_Area_bgtop_0 video { position: absolute; top: 0; left: 0; width:2000px; height:860px;  transition-timing-function: ease-out;}
   .m_Area_bgtop span { background-repeat: no-repeat;}
  } 


/*輸送帶*/
.bgtop_l-play { -webkit-animation:bgtop_l-play 150s linear infinite; animation:bgtop_l-play 100s linear infinite ;}
@-webkit-keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:2310px 0;}
}
.bgtop_r-play { -webkit-animation:bgtop_r-play 200s linear infinite; animation:bgtop_r-play 80s linear infinite ;}
@-webkit-keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
.bgtop_r-play2 { -webkit-animation:bgtop_r-play 50s linear infinite; animation:bgtop_r-play 50s linear infinite ;}
.bgtop_r-play3 { -webkit-animation:bgtop_r-play 30s linear infinite; animation:bgtop_r-play 30s linear infinite ;}
.bgtop_r-play4 { -webkit-animation:bgtop_r-play 5s linear infinite; animation:bgtop_r-play 5s linear infinite ;}



/* 設定css背景與偽元素的css背景，讓首屏以外的css背景先被隱藏 */
/* css寫法--1104修正 (1)空格異常重KEY、(2)新增第四行*-全部元素背景 */
.articleList .lazy[data-bg=""][data-was-processed="false"],
.articleList .lazy[data-bg=""][data-was-processed="false"]::before,
.articleList .lazy[data-bg=""][data-was-processed="false"]::after,
.articleList .lazy[data-bg=""][data-was-processed="false"] *,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::before,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::after {background-image: none !important;}




/*共用設定*/
.PD_layout li:hover { box-shadow: none!important; }
.PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul, .PD_layout[data-pd-li=PDBN] ul { padding: 0;}
.point-none { pointer-events: none !important; }
.PD_layout ul { grid-gap:1.3vw }
/* .PD_layout .PD:hover h4 {color:#ff005d} */
/* .PD_layout .PD p { color: #ff6c00; } */
.PD_layout[data-pd-btn] .PD_btn { background: #ff6c00; }
.swiper-scrollbar-white { background: rgba(255,255,255,.34) }
.swiper-scrollbar-white .swiper-scrollbar-drag { background: rgba(255,255,255,.89) }
.PD_layout.img-bor .PD img { border-radius: 2.1vw; }
.PD_layout.PD_layout-D1_02 { background: #00000000; padding: 0; }
@media screen and (min-width:768px){
  .PD_layout ul { grid-gap:13px }

}


/* 區標1共用 */
.Aear_title {  background-size: 100%; height: 14vw; margin: 0 0 2.1vw 0;  }
.Aear_title .Areatitle_bg {  z-index: -1; position: absolute; top: 0; left: 0;  }
.PD_title  {  font-family: "Century Gothic","Arial","Noto Sans TC"; }
.PD_title  span { float: left; width: 73%;  font-size: 5.6vw; margin: 0 0 0 13vw; line-height: 13.2vw; letter-spacing: 8vw;  }
.PD_title span:nth-child(1) { color: #FFF; font-weight: 700; }
.PD_title span:nth-child(2) { color: #FFF; font-weight: 700; }
.Aear_title ul.PD_wrapper li img { width: 100%; }
@media screen and (min-width:768px){
  .Aear_title  { margin: 0px auto 21px auto; height: 132px; }
  .PD_title span {  width: 699px; height: 127px; font-size: 55px; margin: 0 0 0 128px; line-height: 125px;   }

}



/* 區標2共用 */
.title_2 { z-index: 5; position: relative; height: 6vw; margin-bottom: 2.1vw; font-family: "Century Gothic","Arial","Noto Sans TC"; text-align: center; }
.title_2 ul { list-style: none; margin: 0; padding: 0; }
.title_2 span {  display: block; width: 96%; margin: 0 auto; font-size: 5.5vw; font-weight: 600;  height: 6vw; line-height: 5.5vw; letter-spacing: 0.21vw; color: #141414;  overflow: hidden; font-family: 'Noto Sans TC';  }
.title_2 .Areatitle_bg {  z-index: -1; position: absolute; top: 0vw; left: 0;  }
@media screen and (min-width:768px){
  .title_2 {   height: 63px; margin: 0 auto 21px auto;  }
  .title_2 span { font-size: 55px; height: 63px; line-height: 51px;   }
  .title_2 .Areatitle_bg {   top: 0px;   }
  }

/* 業界標準無障礙隱藏樣式 */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }






/* 關閉主標hover */
.PD_layout[data-pd-li*="BN"] li:hover { box-shadow: none; filter: brightness(100%);}
.hero .sub .PD_layout ul { background-color: transparent;  }
.hero .sub .PD_layout ul li { border-top:transparent; border-right:transparent;  }
@media screen and (max-width: 767px){
  .hero .sub .PD_layout .PD_img { padding: 0; }
  .hero .PD_layout .PD p .Price { font-size: 24px; }
  }
  


/* 登記高亮字改色 */
/* 文案 */.Area_danji .btn_reg .activityText p,.Area_danji .btn_reg .activityText .Tip,.Area_danji .btn_reg .content p { color: #000; }
/* 送 */.Area_danji .gifts span { color: #f31a36; } 
.Area_danji .danji_box ul li img { border-radius: 2.1vw; }
@media screen and (min-width:768px){
  .Area_danji .danji_box ul li img { border-radius: 21px; }
  }



/* 折價券改色 */
.PD_layout.PD_layout-coupon3 .PD .divine_coupon { color: #f31a36; }
.PD_layout.PD_layout-coupon3 .PD .threshold { color: #f31a36; }








.deco { z-index: 9; position: absolute; pointer-events: none; }
.deco.deco01 {  top: 73vw; right: 4vw; width: 12%; }
.deco.deco02 {  top: -6vw; right: 33vw; width: 9%; }
.deco img { width: 100%; }
@media screen and (min-width:768px){
.deco.deco01 {  top: 680px; right: 35px; width: 12%; }
.deco.deco02 {  top: -62px; right: 324px; width: 8%; }
}






   
      /*IT機制*/
      .Area_it {z-index: 99; position: relative ;top:9px  ;margin: 0 auto;  height: 333px; width: 100%; background: linear-gradient(to right, #fe0e11 0%, #ff4000 21%, #ffd400 100%); border-radius: 34px; }
      .Area_it .target {text-align: left;font: bold 34px/34px "微軟正黑體","Microsoft JhengHei";color: #140202;position: absolute;top: 152px;left: 342px;}
      .Area_it .target span { font-family: "Century Gothic";}
      .Area_it .percent {display: inline-flex;text-align: center;font: bold 43px/43px "Century Gothic";color: #fff;position: absolute;top: 88px;left: 50%;transform: translateX(-50%);}
      .Area_it .percent p { margin: 0; padding: 0;}
      .Area_it .price {display: inline-flex;text-align: left;font: bold 55px/65px "Century Gothic";color: #fff;position: absolute;top: 75px;left: 342px;}
      .Area_it .price p { margin: 0; padding: 0;}
      .Area_it .quantity {display: inline-flex;text-align: left;font: bold 34px/24px "微軟正黑體","Microsoft JhengHei";color: #fff;position: absolute;top: 219px;left: 342px;}
      .Area_it .quantity p { margin: 0; padding: 0; font-family: "Century Gothic";}
    @media screen and (max-width:767px){
      .Area_it {width: 100%;padding: 0;top: 0vw; height: 34.7vw; border-radius: 3.4vw;}
      .Area_it .target {font: bold 5.5vw/5.5vw "微軟正黑體","Microsoft JhengHei"; top: 14.9vw;left: 35.1vw;}
      .Area_it .percent {font: bold 5.5vw/5.5vw "Century Gothic";top: 9vw;letter-spacing: -1px;}
      .Area_it .price {font: bold 5.5vw/5.5vw "Century Gothic"; top: 7.5vw; left: 35.1vw;}
      .Area_it .quantity {font: bold 3.4vw/3.4vw "微軟正黑體","Microsoft JhengHei";top: 24.3vw;left: 35.8vw;}
    }
    /*集資條*/
    @media screen and (min-width:768px){
      .circular_bar {position: absolute; top: 55px;left: 89px;display: block;width: 230px;height: 227px;margin: 0 auto;}
      .circle_process {position: relative;width: 230px;height: 227px;}
      .circle_process .wrapper {width: 112px;height: 225px;position: absolute;top:0;overflow: hidden;}
      .circle_process .border{border-radius: 100%;}
      .circle_process .border .circle{border:30px solid #fff;border-radius: 100%;}
      .circle_process .right { right: 0;}
      .circle_process .left {left: 5px;}
      .circle_process .circle {width: 163px;height: 163px;border: 30px solid transparent;border-radius: 50%;position: absolute;top: 0;transform: rotate(-135deg);}
      .circle_process .rightcircle {border-top: 30px solid #ff5000;border-right: 30px solid #ff5000;right: 0;}
      .circle_process .leftcircle {border-bottom: 30px solid #ff5000;border-left: 30px solid #ff5000;left: 0;}
    }
    @media screen and (max-width:767px){
      .circular_bar {position: absolute;top: 5.5vw;left: 8.9vw;display: block;width: 24vw;height: 23.5vw;margin: 0 auto;}
      .circle_process {position: relative;width: 24vw;height: 23.5vw;}
      .circle_process .wrapper {width: 12vw;height: 24vw;position: absolute;top: 0;overflow: hidden;}
      .circle_process .border{border-radius: 100%;}
      .circle_process .border .circle{border:3vw solid #fff;border-radius: 100%;}
      .circle_process .right { right: 0;}
      .circle_process .left { left: 0;}
      .circle_process .circle {width: 18vw;height: 18vw;border: 3vw solid transparent;border-radius: 50%;position: absolute;top: 0;transform: rotate(-135deg);}
      .circle_process .rightcircle {border-top: 3vw solid #ff5000;border-right: 3vw solid #ff5000;right: 0;}
      .circle_process .leftcircle {border-bottom: 3vw solid #ff5000;border-left: 3vw solid #ff5000;left: 0;}
    }
  
    @-webkit-keyframes circle_right{
      0% { -webkit-transform: rotate(-135deg);}
      50%,100% { -webkit-transform: rotate(45deg);}
    }
    @-webkit-keyframes circle_left{
      0%,50% { -webkit-transform: rotate(-135deg);}
      100% { -webkit-transform: rotate(45deg);}
    }
    /*活動倒數*/
      .TimerNick {position: absolute;top: 219px;left: 506px;width: 39%;display: inline-block;z-index: 1;text-align: left;}
      .TimerNick .FontStyle {display: inline-block;margin: 0;padding: 0;border: 0;font: bold 36px/24px "Century Gothic";color: #fff;letter-spacing: -1px;text-align: left;background: transparent;}
      .TimerNick span {padding-left: 6px;font: bold 29px/24px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: 0.1em;color: #fff;}
    @media screen and (max-width:767px){
      .TimerNick  {width: 100%;top: 23.9vw; left: 53.1vw;}
      .TimerNick .FontStyle {padding: 0;border: 0;font: 4vw/4vw Arial;}
      .TimerNick span {padding-left: 0;margin-left: 0.8vw;font: bold 3vw/4.8vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;}
    }





.selling .PD_layout .PD_img img { border-radius: 8.9vw !important;  }
.selling .PD_layout ul { height: 72vw; }
@media screen and (min-width:768px){
  .selling .PD_layout .PD_img img { border-radius: 89px !important;  }
  .selling .PD_layout ul { height: 720px; }
  }





.kol .box { background: #f3e6d4; border-radius: 14vw 14vw 5.5vw 5.5vw; padding: 5.5vw 0; overflow: hidden; }
.kol .PD_layout ul { height: 82vw; }
.kol .PD_layout .PD_img {  margin-bottom: 3.4vw; padding: 0 2.1vw; }
.kol .PD_layout .PD_logo { display: block; padding: 0 2.1vw; }
@media screen and (min-width:768px){
  .kol .box { border-radius: 144px 144px 55px 55px; padding: 55px 0;  }
  .kol .PD_layout ul { height: 817px; }
  .kol .PD_layout .PD_img {   margin-bottom: 34px; padding: 0 21px; }
  .kol .PD_layout .PD_logo {  padding: 0 21px;  }
  }





.pk .PD_layout .PD_img img { border-radius: 5.5vw !important;  }
@media screen and (min-width:768px){
  .pk .PD_layout .PD_img img { border-radius: 55px !important;  }
  }




@media screen and (max-width:767px){
.shop { z-index: 99; position: fixed; bottom: 5.5vw; left: 50%; transform: translateX(-50%); }
.shop .PD_layout ul { grid-gap:0 }
.shop .PD_layout ul li { padding: 0 2.1vw; }
}

@media screen and (min-width:768px){
  .shop {  margin-bottom: 89px; }
  .shop .PD_layout {   width: 85%; }
  .shop .PD_layout ul li { padding: 0 8px; }
  }



  .footer { margin-bottom: 21vw; }
  @media screen and (min-width:768px){
    .footer { margin-bottom: 21px; }
    }
 

/*黏人精*/
.Area_hammerAD { z-index: 9999; position: fixed; bottom: 0; right: 0;}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto; position: absolute; top: 0; left: 0;}
.Area_hammerAD .closeButton a { display: block; cursor: pointer; position: absolute; width: 20px; height: 20px; border-radius: 50%; font: bold 20px/1em "Century Gothic"; color: #FFF; text-align: center; background-color: rgba(0%,0%,0%,0.5); text-decoration: none; z-index: 2;}
.Area_hammerAD .Ahammer_text { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; width: 90%; color: #000; font-family: "Century Gothic","Noto Sans CJK TC"; font-weight: 700;}
.Area_hammerAD .Ahammer_black .img_0, .Area_hammerAD .img_1 { filter: brightness(0%);}
.Area_hammerAD .Ahammer_black .img_1 { filter: none;}
.Area_hammerAD .Ahammer_black .Ahammer_text { color: #fff;}
@media screen and (min-width:768px){
  .Area_hammerAD { position: fixed; z-index: 300; left: 50%; right: auto; bottom: 300px; display: block; width: 210px; height: 200px; transform: translateX(618px) translate3d(0,200px,0);}
  .Area_hammerAD .closeButton a { top: 0; right: 0;}
  .Area_hammerAD .Ahammer_text { font-size: 2.3em; line-height: 1em; height: 1em; top: 40px;}
}
@media screen and (max-width:767px){
  .Area_hammerAD { display: block; width: 26%; transform: translate3d(0px, -215px, 0px) !important;}
  .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
  .Area_hammerAD .Ahammer_text { font-size: 1.5em; line-height: 1.5em; height: 1.5em; top: 3.6vw;}
}



	  
/*分享浮層*/
.floatBox {position:relative;margin:2% auto;padding: 2% 0;width: 700px;height:auto;background-color:rgba(0,0,0,0.8);text-align:center;border-radius:20px;}
.floatBoximg {width:100%;height:auto;}
.floatBox .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;}
.floatBox .go_bt:hover { filter: brightness(120%);-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px);}
.floatBox .closeButtona {display:block;cursor:pointer;position:absolute;top:-20px;right:-20px;width:40px;height:40px;border-radius:50%;border:solid 2px #999999;font:bold 40px/1em "Century Gothic";color:#FFF;text-align:center;background-color:rgba(0%,0%,0%,0.5);text-decoration: none;z-index:2}
.floatBox .closeButton:hover {background-color:#666;text-decoration:none;}
.floatBox .title  {display:inline-block;margin:0 0 10px 0;border-bottom:1px solid #ffd800;font:bold 45px/1.5em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;color:#ffd800;text-align:center}
.floatBox .box_ {margin:0 auto;width:90%;}
.floatBox .box_:after { content: "";display:block;clear:both;}
.floatBox .box_btn {margin:20px auto 0;width: 80%;}
.floatBox .box_btna {display:block;margin:3% 0;}
.floatBox .box_btnimg {width:100%;}


.floatBox .box_btn .btn {margin:0 auto;width:60%;}
.floatBox .box_btn2a {float:left;margin:0 1%;width:48%;}
 @media screen and (max-width:767px){
  .floatBox { padding:5% 0;width:90%;height: auto;}
  .floatBox .closeButton a {display:block;position:absolute;top:-15px;right:-15px;width:30px;height:30px;border-radius:50%;border:solid 2px #999999;font:bold 30px/1em "Century Gothic";color:#FFF;text-align:center;background-color:rgba(0%,0%,0%,0.5);text-decoration: none;z-index:2}
  .floatBox .closeButton:hover {background-color:#666;text-decoration:none}
  .floatBox .title  {margin:0 5% 3vw;font-size: 6vw;line-height:2rem;}
  .floatBox .box_btn {margin:2% auto 0;}
  .floatBox .box_btn .btn {margin:0 auto;width:80%;}
 }




