@charset "UTF-8";
/*
 * Ghvzon
 * 共用元件 js_link-v4.0
 *******************************************************************
 *  --2021.01.12--改用vue(v4.0)
 *******************************************************************
 */
/* --------------------------------------
 * uiLayout 共用區塊、共用元件、共用動畫
 * -------------------------------------- */
/* --------------------------------------
 * 共用區塊
 * -------------------------------------- */
/*共用--for平台開關*/
.for_phone {
  display: none !important;
}

@media all and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .for_phone {
    display: inherit !important;
  }
}

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

img {
  border: 0px;
  vertical-align: top;
}

a {
  text-decoration: none;
}

/*共用--區塊_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;
  transition: all 0.2s ease;
}

.Area .go_bt:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

@media all and (min-width: 768px) {
  .Area .go_bt:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.Area1220, .Areaclass,
.Area960 {
  margin: 0 auto;
  width: 100%;
}

.Area1098 {
  margin: 0 auto;
  width: 100%;
}

.Areabottom {
  margin-bottom: 24px;
}

@media all and (min-width: 768px) {
  .Area1220 {
    width: 1220px;
  }
  .Areaclass {
    width: 1360px;
  }
  .Area960 {
    width: 960px;
  }
  .Area1098 {
    width: 1098px;
  }
  .Areabottom {
    margin-bottom: 75px;
  }
}

@media all and (max-width: 767px) {
  .m_Area95p {
    width: 95%;
  }
}

/*共用--區塊_切割*/
.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;
}

@media all 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%;
  }
}

@media all 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_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: -1px !important;
}

.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: 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;
}

/*tag錨點定位問題*/
.tag {
  position: absolute !important;
  display: block !important;
  width: 0;
  height: 0;
}

@media all and (max-width: 767px) {
  .tag {
    position: absolute;
    top: -50px;
    display: block;
  }
}

/*活動標*/
.Area_logo {
  z-index: 10;
  position: absolute;
}

.Area_logo a {
  display: block;
}

.Area_logo img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 767px) {
  .Area_logo {
    display: block;
    top: 0%;
    left: 1.67%;
    width: 15%;
    -webkit-transform: none;
    transform: none;
    /* filter: drop-shadow(0 5px 7px rgba(0,0,0,0.4));*/
  }
}

@media all and (min-width: 768px) {
  .Area_logo {
    display: block;
    top: 50px;
    left: 50%;
    width: 112px;
    -webkit-transform: translateX(-598px);
    transform: translateX(-598px);
  }
}

.Area_logo2 {
  z-index: 10;
  position: absolute;
}

.Area_logo2 a {
  display: block;
}

.Area_logo2 img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 767px) {
  .Area_logo2 {
    display: block;
    top: 0%;
    left: 2%;
    width: 19%;
    -webkit-transform: none;
    transform: none;
    /* filter: drop-shadow(0 5px 7px rgba(0,0,0,0.4));*/
  }
}

@media all and (min-width: 768px) {
  .Area_logo2 {
    display: none;
    top: 0px;
    left: 50%;
    width: 130px;
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}

/*分享*/
.Area_topshare {
  display: none;
}

@media all and (max-width: 767px) {
  .Area_topshare {
    /*用SVG格式(改顏色搜尋【fill%3A%23】)*/
  }
  .Area_topshare {
    z-index: 50;
    position: absolute;
    display: block;
    top: 1vw;
    right: 1vw;
    width: 30%;
    text-align: right;
  }
  .Area_topshare a {
    display: block;
    display: inline-block;
    height: 30px;
    margin-left: 1%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    vertical-align: middle;
  }
  .Area_topshare .fbShare,
  .Area_topshare .lineShare {
    width: 40%;
    height: 30px;
    background-color: rgba(78, 61, 17, 0.6);
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  .Area_topshare .fbShare {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_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%20112.2%20112.2%22%20style%3D%22enable-background%3Anew%200%200%20112.2%20112.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M70.2%2C58.3h-10V95H45V58.3h-7.2V45.4H45v-8.3c0-6%2C2.8-15.3%2C15.3-15.3l11.2%2C0v12.5h-8.2c-1.3%2C0-3.2%2C0.7-3.2%2C3.5%20v7.6h11.3L70.2%2C58.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .Area_topshare .fbShare:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_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%20112.2%20112.2%22%20style%3D%22enable-background%3Anew%200%200%20112.2%20112.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23ffe089%22%20d%3D%22M70.2%2C58.3h-10V95H45V58.3h-7.2V45.4H45v-8.3c0-6%2C2.8-15.3%2C15.3-15.3l11.2%2C0v12.5h-8.2c-1.3%2C0-3.2%2C0.7-3.2%2C3.5%20v7.6h11.3L70.2%2C58.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .Area_topshare .lineShare {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22line_icon%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%20240%20240%22%20style%3D%22enable-background%3Anew%200%200%20240%20240%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.9%2C32.8c-51.3%2C0-93.1%2C33.8-93.1%2C75.6c0%2C37.3%2C33.1%2C68.9%2C78%2C74.7c3%2C0.7%2C7.2%2C2.1%2C8.2%2C4.6%20c0.9%2C2.4%2C0.5%2C6.1%2C0.3%2C8.4c0%2C0-1.2%2C6.6-1.4%2C7.9c-0.3%2C2.6-1.9%2C9.3%2C8.2%2C5.1s53.7-31.7%2C73.2-54.2c13.5-15%2C20.1-29.9%2C19.8-46.7%20C213%2C66.6%2C171.2%2C32.8%2C119.9%2C32.8z%20M87%2C130.6c0%2C1.2-0.9%2C1.9-1.9%2C1.9H59c-0.5%2C0-0.9-0.3-1.2-0.5s-0.5-0.7-0.5-1.2V90.2%20c0-1.2%2C0.9-1.9%2C1.9-1.9h6.6c1.2%2C0%2C1.9%2C0.9%2C1.9%2C1.9v32.2h17.7c0.9%2C0%2C1.9%2C0.7%2C1.6%2C1.6C87%2C124%2C87%2C130.6%2C87%2C130.6z%20M102.8%2C130.8%20c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-6.6c-1.2%2C0-1.9-0.9-1.9-1.9V90.2c0-1.2%2C0.9-1.9%2C1.9-1.9h6.6c1.2%2C0%2C1.9%2C0.9%2C1.9%2C1.9V130.8z%20M148.8%2C131%20c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-6.6c-0.3%2C0-0.3%2C0-0.5%2C0c-0.3%2C0-0.3%2C0-0.3%2C0c-0.3-0.3-0.3-0.3-0.5-0.5l-18.7-25.2v24.1%20c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-6.6c-1.2%2C0-1.9-0.9-1.9-1.9V90.7c0-1.2%2C0.9-1.9%2C1.9-1.9h6.6c0.3%2C0%2C0.3%2C0.3%2C0.3%2C0.3l18.7%2C25.2V90.2%20c0-1.2%2C0.9-1.9%2C1.9-1.9h6.6c0.9%2C0%2C1.9%2C0.9%2C2.8%2C2.1L148.8%2C131L148.8%2C131z%20M184.1%2C96.3c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-17.7v6.7h17.7%20c1.2%2C0%2C1.9%2C0.9%2C1.9%2C1.9v6.6c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-17.7v6.7h17.7c1.2%2C0%2C1.9%2C0.9%2C1.9%2C1.9v6.6c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-26.2%20c-0.5%2C0-0.9-0.3-1.2-0.5s-0.5-0.7-0.5-1.2V90c0-0.5%2C0.3-0.9%2C0.5-1.2c0.3-0.3%2C0.7-0.5%2C1.2-0.5h26.2c0.9%2C0%2C1.6%2C0.9%2C1.9%2C1.4V96.3%20L184.1%2C96.3z%22%2F%3E%20%3C%2Fsvg%3E%20");
  }
  .Area_topshare .lineShare:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22line_icon%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%20240%20240%22%20style%3D%22enable-background%3Anew%200%200%20240%20240%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23ffe089%22%20d%3D%22M119.9%2C32.8c-51.3%2C0-93.1%2C33.8-93.1%2C75.6c0%2C37.3%2C33.1%2C68.9%2C78%2C74.7c3%2C0.7%2C7.2%2C2.1%2C8.2%2C4.6%20c0.9%2C2.4%2C0.5%2C6.1%2C0.3%2C8.4c0%2C0-1.2%2C6.6-1.4%2C7.9c-0.3%2C2.6-1.9%2C9.3%2C8.2%2C5.1s53.7-31.7%2C73.2-54.2c13.5-15%2C20.1-29.9%2C19.8-46.7%20C213%2C66.6%2C171.2%2C32.8%2C119.9%2C32.8z%20M87%2C130.6c0%2C1.2-0.9%2C1.9-1.9%2C1.9H59c-0.5%2C0-0.9-0.3-1.2-0.5s-0.5-0.7-0.5-1.2V90.2%20c0-1.2%2C0.9-1.9%2C1.9-1.9h6.6c1.2%2C0%2C1.9%2C0.9%2C1.9%2C1.9v32.2h17.7c0.9%2C0%2C1.9%2C0.7%2C1.6%2C1.6C87%2C124%2C87%2C130.6%2C87%2C130.6z%20M102.8%2C130.8%20c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-6.6c-1.2%2C0-1.9-0.9-1.9-1.9V90.2c0-1.2%2C0.9-1.9%2C1.9-1.9h6.6c1.2%2C0%2C1.9%2C0.9%2C1.9%2C1.9V130.8z%20M148.8%2C131%20c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-6.6c-0.3%2C0-0.3%2C0-0.5%2C0c-0.3%2C0-0.3%2C0-0.3%2C0c-0.3-0.3-0.3-0.3-0.5-0.5l-18.7-25.2v24.1%20c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-6.6c-1.2%2C0-1.9-0.9-1.9-1.9V90.7c0-1.2%2C0.9-1.9%2C1.9-1.9h6.6c0.3%2C0%2C0.3%2C0.3%2C0.3%2C0.3l18.7%2C25.2V90.2%20c0-1.2%2C0.9-1.9%2C1.9-1.9h6.6c0.9%2C0%2C1.9%2C0.9%2C2.8%2C2.1L148.8%2C131L148.8%2C131z%20M184.1%2C96.3c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-17.7v6.7h17.7%20c1.2%2C0%2C1.9%2C0.9%2C1.9%2C1.9v6.6c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-17.7v6.7h17.7c1.2%2C0%2C1.9%2C0.9%2C1.9%2C1.9v6.6c0%2C1.2-0.9%2C1.9-1.9%2C1.9h-26.2%20c-0.5%2C0-0.9-0.3-1.2-0.5s-0.5-0.7-0.5-1.2V90c0-0.5%2C0.3-0.9%2C0.5-1.2c0.3-0.3%2C0.7-0.5%2C1.2-0.5h26.2c0.9%2C0%2C1.6%2C0.9%2C1.9%2C1.4V96.3%20L184.1%2C96.3z%22%2F%3E%20%3C%2Fsvg%3E%20");
  }
}

/*注意事項*/
.Area_msg {
  color: #7ba491 !important;
}

@media all and (max-width: 767px) {
  .Area_msg {
    color: #7ba491 !important;
  }
}

/*注意事項*/
.Area_bgfooter {
  z-index: 1;
  color: #fff;
}

.Area_bgfooter a {
  color: #FFFF00;
  display: inline;
}

.Area_bgfooter h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 7vw;
}

.Area_bgfooter h2 span {
  display: inline-block;
  margin: 1rem;
  padding: 0.2rem 2rem;
  border-radius: 100px;
  border: 0.7vw solid currentColor;
}

.Area_bgfooter .process img {
  border-radius: 10px;
  overflow: hidden;
}

.Area_bgfooter > .box {
  z-index: 1;
  position: relative;
  padding: 0 0 5% 0;
  font-size: 4.3vw;
  line-height: 1.5;
  text-align: justify;
}

.Area_bgfooter > .box .title {
  margin: 0 auto 2vw;
}

.Area_bgfooter > .box .box_:nth-of-type(2) {
  margin-top: 4vw;
}

.Area_bgfooter > .box ol {
  margin: 0;
  padding: 0 5% 0 10%;
}

.Area_bgfooter > .box ul {
  margin: 0;
  padding: 0 7% 0 7%;
  list-style: none;
}

.Area_bgfooter > .box li {
  margin-bottom: 3vw;
}

.Area_bgfooter > .box ul ul,
.Area_bgfooter > .box ol ol,
.Area_bgfooter > .box ul ol,
.Area_bgfooter > .box ol ul {
  padding: 0 0 0 1.5em;
}

.Area_bgfooter > .box strong {
  color: #000;
}

.Area_bgfooter > .box table {
  margin: 0;
  margin-top: 1vw;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E95444;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  color: #000;
}

.Area_bgfooter > .box th {
  padding: 10px 2px;
  /*border:1px solid #fff;*/
  background: #E95444;
  color: #fff;
  font-size: 0.8em;
}

.Area_bgfooter > .box td {
  padding: 10px 2px;
  border: 1px solid #E95444;
  background-color: #fff;
  font-size: 0.8em;
  vertical-align: middle;
}

.Area_bgfooter > .box .table_1 td:nth-of-type(1) {
  width: 25%;
}

.Area_bgfooter > .box .table_1 td:nth-of-type(2) {
  width: 30%;
}

.Area_bgfooter > .box .table_1 td:nth-of-type(3) {
  width: 15%;
}

.Area_bgfooter > .box .table_1 td:nth-of-type(4) {
  width: 30%;
}

@media all and (min-width: 768px) {
  .Area_bgfooter {
    margin-bottom: 40px;
  }
  .Area_bgfooter img {
    display: block;
    width: 45%;
    height: auto;
  }
  .Area_bgfooter .process img {
    width: 70%;
  }
  .Area_bgfooter h2 {
    font-size: 32px;
  }
  .Area_bgfooter h2 span {
    border-width: 3px;
  }
  .Area_bgfooter > .box {
    margin: 20px auto 50px;
    padding-right: 0%;
    padding: 0%;
    font-size: 24px;
  }
  .Area_bgfooter > .box .box_ {
    margin-top: 80px;
  }
  .Area_bgfooter > .box ol {
    margin-top: 20px;
  }
  .Area_bgfooter > .box ol:nth-child(2) {
    margin-bottom: 50px;
  }
  .Area_bgfooter > .box li {
    margin-bottom: 16px;
  }
}

@media all and (max-width: 767px) {
  .Area_bgfooter > .box table {
    text-shadow: none;
  }
  .Area_bgfooter > .box .table_1 td:nth-of-type(1) {
    width: 25%;
  }
  .Area_bgfooter > .box .table_1 td:nth-of-type(2) {
    width: 25%;
  }
  .Area_bgfooter > .box .table_1 td:nth-of-type(3) {
    width: 15%;
  }
  .Area_bgfooter > .box .table_1 td:nth-of-type(4) {
    width: 25%;
  }
}

/*可拖移廣告icon*/
.Area_hammerAD {
  z-index: 300;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 200px, 0);
          transform: translate3d(0, 200px, 0);
  /*background-color: rgba(0,0,0,0.5);*/
}

.Area_hammerAD img {
  width: 100%;
  height: auto;
}

.Area_hammerAD .box {
  position: relative;
  margin-right: 10px;
  opacity: 1;
}

.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;
}

@media all and (min-width: 768px) {
  .Area_hammerAD {
    display: none;
    width: 90px;
  }
  .Area_hammerAD .closeButton a {
    top: 0;
    right: 0;
  }
}

@media all and (max-width: 767px) {
  .Area_hammerAD {
    display: block;
    width: 22%;
  }
  .Area_hammerAD .closeButton a {
    top: 1vw;
    right: 1vw;
  }
}

/*回版頭*/
#gotopBtn {
  display: none !important;
}

#gotop {
  position: fixed;
  z-index: 201;
  right: 0;
  padding: 14px 6px 3px 10px;
  font: 12px/30px Verdana;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(200%);
          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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.8);
}

#gotop.cate-open.cate-open.cate-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#gotop {
  color: #000;
}

#gotop::before {
  border-color: transparent transparent #000;
}

#gotop::after {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 0 #f2f2f2, 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #f2f2f2, 0 0 10px rgba(0, 0, 0, 0.2);
}

/*20210319--Phone置底黏人精--活動紀錄*/
.fixedfooterArea {
  pointer-events: none;
  z-index: 201;
  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: 20px;
  bottom: calc(20px + constant(safe-area-inset-bottom)*0.6);
  bottom: calc(20px + env(safe-area-inset-bottom)*0.6);
}

.fixedfooterArea li {
  pointer-events: all;
}

.fixedfooterArea img {
  width: 100%;
  height: auto;
}

.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;
  -webkit-box-shadow: 0 1px 0 #f2f2f2, 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #f2f2f2, 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: -webkit-box;
  display: -ms-flexbox;
  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 .icon_ {
  background-size: 100%;
  background-repeat: no-repeat;
}

.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");
}

.fixedfooterArea .icon_2 {
  background-position: center 2px;
  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%22M17.1%2C4.7c-6.1%2C0-11%2C4.9-11%2C11c0%2C6.1%2C4.9%2C11%2C11%2C11c6.1%2C0%2C11-4.9%2C11-11C28.1%2C9.6%2C23.2%2C4.7%2C17.1%2C4.7z%20M18.9%2C19.7c-0.8%2C1.2-1.7%2C2.2-3.1%2C2.2c-1-0.2-1.4-0.9-1.2-1.6l1.8-6.1c0-0.1%2C0-0.3-0.2-0.4c-0.1%2C0-0.4%2C0.1-0.6%2C0.4l-1.1%2C1.3%20c0-0.2%2C0-0.6%2C0-0.7c0.8-1.2%2C2.2-2.2%2C3.1-2.2c0.9%2C0.1%2C1.3%2C0.8%2C1.1%2C1.6l-1.8%2C6.1c0%2C0.1%2C0%2C0.3%2C0.2%2C0.3c0.1%2C0%2C0.4-0.1%2C0.6-0.4l1.1-1.3%20C18.9%2C19.2%2C18.9%2C19.6%2C18.9%2C19.7z%20M18.6%2C11.8c-0.7%2C0-1.3-0.5-1.3-1.3c0-0.8%2C0.6-1.3%2C1.3-1.3c0.7%2C0%2C1.3%2C0.5%2C1.3%2C1.3%20C19.9%2C11.3%2C19.3%2C11.8%2C18.6%2C11.8z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}

.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% {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

/*Phone置底選單*/
.footerArea {
  display: none !important;
}

/*Phone置底選單*/
.footerArea { display:none!important;} /*把系統手機版原本的地關掉*/
.Fixedfooter { z-index:1000; position: fixed; bottom: 0; width:100%;}
.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: 50px;
								height: calc(50px + constant(safe-area-inset-bottom)*0.6 );
								height: calc(50px + 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: -6px; margin: 0; padding: 0; width: 100%; list-style: outside none none;}
.Fixedfooter .Fixedfooter_box li { float: left; position:relative; padding-top:2px; width:25%; height:45px; text-align: left; list-style: outside none none;}
.Fixedfooter .Fixedfooter_box li a { position:relative; display:block; color: #282d33; font-size:12px; line-height:12px; text-align:center; text-decoration: none; cursor: pointer;}
.Fixedfooter .Fixedfooter_box li a i { position:relative; display:block; margin:0 auto; width:36px; height:36px; background-repeat: no-repeat; background-position: center center; background-size: auto 40px;}
	/*icon*/
	.Fixedfooter .Fixedfooter_box li:nth-of-type(1) i { background-image: url(Fixedfooter_icon_1.png?t=1748486342289);}
	.Fixedfooter .Fixedfooter_box li:nth-of-type(2) i { background-image: url(Fixedfooter_icon_2.png?t=1748486342289);}
	.Fixedfooter .Fixedfooter_box li:nth-of-type(3) i { background-image: url(Fixedfooter_icon_3.png?t=1748486342289);}
	.Fixedfooter .Fixedfooter_box li:nth-of-type(4) i { background-image: url(Fixedfooter_icon_4.png?t=1748486342289);}
	/*高亮*/
	.Fixedfooter .Fixedfooter_box li.cate-hover { -webkit-transform:translateY(-13px); transform:translateY(-13px); }
	.Fixedfooter .Fixedfooter_box li.cate-hover a { color:#282d33;}
	/*icon高亮*/
	.Fixedfooter .Fixedfooter_box li.cate-hover a i { top:5px; width:40px; height:40px;}
	.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(1) i { background-image: url(Fixedfooter_icon_1_on.png?t=1748486342289);}
	.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(2) i { background-image: url(Fixedfooter_icon_2_on.png?t=1748486342289);}
	.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(3) i { background-image: url(Fixedfooter_icon_3_on.png?t=1748486342289);}
	.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(4) i { background-image: url(Fixedfooter_icon_4_on.png?t=1748486342289);}
	.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:30px; 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:30%; width: 800%; height: 180%; background: #f6f6f6; box-shadow:0px 3px #fff inset;} /*top:40%*/
	.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(-14px); transform:translateY(-14px);}
			.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:-12px; left:50%; margin-left:-38px; width:75px; height:75px; 
        /* background-image:url(Fixedfooter_icon_bg.png?t=1748486342289); */
         background-position: center; background-size:62px; background-repeat:no-repeat;}
			.Fixedfooter .Fixedfooter_box li:after { transform:scale(0); transition:0.2s; transition-timing-function:cubic-bezier(.98,.47,.53,1.3);}
			.Fixedfooter .Fixedfooter_box li.cate-hover:after { transform:scale(1); }
			
		/*顆數--4顆(預設4個)
		.Fixedfooter .Fixedfooter_box li { width:25%;}
		.Fixedfooter .Fixedfooter_box .bg i { left: calc((25% - 75px) * 0.5 );}
		.Fixedfooter .Fixedfooter_box .bg b { left: calc((25% - 75px) * 0.5 );}*/
		/*顆數--3顆
		.Fixedfooter .Fixedfooter_box li { width:33.3%;}
		.Fixedfooter .Fixedfooter_box .bg i { left: calc((33.3% - 75px) * 0.5 );}
		.Fixedfooter .Fixedfooter_box .bg b { left: calc((33.3% - 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.8);}
					.Fixedfooter.cate-open .Fixedfooter_bg { display: block;}
		
			/*浮層區-Phone置底選單*/
			.Fixedfooter_agree { display:none; z-index:10;  position: fixed; background-color:#FF213C;  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: bold 14px/30px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; color:#fff; background-color: rgba(0,0,0,0.4); }
			.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; }
			.Fixedfooter_agree li.cate-hover { background-color: #fff;}
			.Fixedfooter_agree li.cate-hover a { color:#F92D4F;}
				/*箭頭(預設4個)
				.Fixedfooter_agree1 .trainglelist { left:33.6%;}
				.Fixedfooter_agree2 .trainglelist { left:61.5%;}
				.Fixedfooter_agree3 .trainglelist { left:89.0%;}*/
				/*箭頭(3個)
				.Fixedfooter_agree1 .trainglelist { left:47.0%;}
				.Fixedfooter_agree2 .trainglelist { left:84%;}*/
				/*特殊狀況--排數(第1排2個,其它3個)
				.Fixedfooter_agree3 li:nth-of-type(1),
				.Fixedfooter_agree3 li:nth-of-type(2) { width:49%; background-color:#000;}
				.Fixedfooter_agree3 li:nth-child(3n+1) { margin-left:2%; }
				.Fixedfooter_agree3 li:nth-child(1),
				.Fixedfooter_agree3 li:nth-child(3),
				.Fixedfooter_agree3 li:nth-child(6) { margin-left:0; }
				.Fixedfooter_agree3 li:nth-child(3) {margin-top:3%; }*/
				/*特殊狀況--排數(1排2個)*/
				.Fixedfooter_agree2 li { width:49%;}
				.Fixedfooter_agree2 li:nth-child(3) { margin-top:3%; }
				.Fixedfooter_agree2 li:nth-child(3n+1) { margin-left:2%; }
				.Fixedfooter_agree2 li:nth-child(2n+1) { margin-left:0%; }
				.Fixedfooter_agree2 li.x1 { width:100%;}



/*PC錨點選單*/
.Area_pcmenu {
  z-index: 10;
  position: relative;
  margin: 0 auto 70px;
}

.Area_pcmenu .box {
  position: relative;
  border-radius: 10px;
  /*background-color:rgba(60,60,60,0.8);*/
  /*box-shadow:inset 2px 2px 2px rgba(0,0,0,0), 1px 1px 0 rgba(255,255,255,0);*/
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.Area_pcmenu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.Area_pcmenu li {
  position: relative;
  display: inline-block;
  width: 11.8%;
  text-align: center;
}

.Area_pcmenu li a {
  display: block;
  font-weight: 800;
  font-size: 28px;
  line-height: 80px;
  color: #fff;
}

.Area_pcmenu li:hover a {
  color: #f4ff47 !important;
}

.Area_pcmenu li.cate-hover a {
  color: #f4ff47 !important;
}

.Area_pcmenu li::after {
  content: "";
  position: absolute;
  top: 30%;
  left: -2%;
  display: block;
  width: 1px;
  height: 40%;
  background-color: #fff;
}

.Area_pcmenu li:first-child::after {
  display: none;
}

.Area_pcmenu.cate-fixed .box {
  position: fixed;
  top: 0;
  width: 1120px;
  -position: absolute;
  -top: expression(eval(document.documentElement.scrollTop));
}

/*選單_保留區*/
.Area_pcmenu .Nav_target {
  display: none;
  height: 80px;
}

/*【程式切換】cate-fixed置頂後*/
.Area_pcmenu.cate-fixed .Nav_target {
  display: block;
}

/*PC分會場header*/
.cantantBase {
  background-color: #ffc76d;
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*opacity: 80%;*/
}

.cantantBase.fixactive {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.cantantBase .box {
  position: relative;
  margin: 0 auto;
  width: 1220px;
  height: 50px;
}

.cantantBase .momologo {
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-transform: scale(0.95); transform: scale(0.95); transform-origin: left center;
}

.cantantBase .momologo a {
  display: block;
  width: 200px;
  height: 22px;
  background-image: url(momologo.png?t=1675085721961);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cantantBase .momologo a:hover {
  background-image: url(momo_logo_on.png?t=1675085721961);
}

.cantantBase ul {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.cantantBase li {
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 50px;
}

.cantantBase li a {
  display: block;
  color: #fff;
  opacity: 1;
}

.cantantBase li:hover a {
  color: #936f23;
  opacity: 1;
}

.cantantBase li.cate-hover a {
  color: #936f23;
  opacity: 1;
}

.cantantBase li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  border-radius: 0px;
  width: 1px;
  height: 30px;
  background-color: #fff;
  opacity: .3;
}

.cantantBase li:first-child::before {
  display: none;
}

/*分會場用*/
.cantantBase li {
  padding: 0 10px;
}








/*PC左側黏人精-*/
.fixarea {
  z-index: 100;
  position: fixed;
  left: 26px;
  top: 100px;
  width: 146px;
  text-align: center;
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial;
  background: url(fixed_Area_bg.png?t=1675085721961) no-repeat center 182px;
  background-size: 100% calc(100% - 284px);
  -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;
  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;
  transition: all 0.2s ease;
}

.fixarea .go_bt:hover {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.fixarea .fix_title {
  position: relative;
}

.fixarea .fix_box {
  margin: 0 auto;
}

.fixarea ul {
  margin: 0;
  padding: 0 10px 0 14px;
  list-style: none;
}

.fixarea ul:after {
  content: "";
  display: block;
  clear: both;
}

.fixarea li {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}

.fixarea a {
  display: block;
  text-decoration: none;
  color: #396e78;
}

.fixarea a:hover {
  color: #ff7171;
}

.fixarea .cate-hover a {
  color: #ff7171;
}

.fixarea .fix_main a:hover {
  color: #ff7171;
}

.fixarea .fix_main .cate-hover a {
  color: #ff7171;
}

.fixarea *:before,
.fixarea *:after {
  background-color: #396e78;
  opacity: 0.3;
}

/*好康以下按鈕*/
/*.fixarea .fix_main *:before,
.fixarea .fix_main *:after { opacity: 1;}*/
.fixarea .fix_main li {
  padding: 10px 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=1675085721961) repeat-y center top;}*/
/*下方區塊--用寫的(圓弧要提上去)
.fixarea .fix_other:after { content:""; display:block; z-index:-1; position:absolute; top:0; left:10px; border-radius:0 0 100px 100px; width:122px; height:112%; background-color:#34615d;  opacity:1;}*/
/*下方區塊--用圖(圓弧要提上去)*/
.fixarea .fix_footer {
  position: relative;
  z-index: -1;
  top: -32px;
}

.fixarea .fix_other:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 0px);
  opacity: 1;
}

.fixarea .fix_other:after {
  background-color: inherit;
}

/*(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: 0 21px;
}

.fixarea .fix_other_x2 li {
  float: left;
  padding: 10px 0;
  width: 50%;
	height: 20px;
}

.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 a { 
          -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 a {  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 .fix_top {
  z-index: 1;
  /*margin-bottom: -141px; margin-left: -84px;*/
}

.fixarea .fix_top *:before,
.fixarea .fix_top *:after {
  opacity: 1;
}

.fixarea .fix_top_box {
  z-index: 0;
  position: relative;
left: 0; 

}

.fixarea .fix_top_box > img {
  z-index: -1;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.fixarea .fix_top_box a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fixarea .fix_top_box a > img {
  position: relative;
  left: 0px;
}

.fixarea .fix_top_box .bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 164px;
  background: none;
  background-size: 100% 100%;
  background-image: url("flower.png?t=1675085721961");
}

.fixarea .fix_top_box::after {
  content: "";
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 164px;
  background: none;
  background-size: 100% 100%;
  background-image: url(fixed_Area_top.png?t=1675085721961);
}


/*浮出*/
.fix_top_box a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

/*動畫*/
.fixarea .fix_top_box .bg {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}




/*主會場BN背景動畫*/
/*動畫
        .fixarea .fix_top_box::after { 
                                            -webkit-animation-name: fix_topbg-play;  
                                                    animation-name: fix_topbg-play;  
                                            -webkit-animation-duration: 0.4s;  
                                                    animation-duration: 0.4s;
                                            -webkit-animation-timing-function: steps(3);
                                                    animation-timing-function: steps(3);
                                            -webkit-animation-iteration-count: infinite;    
                                                    animation-iteration-count: infinite;
                                            -webkit-animation-direction: alternate;
                                                    animation-direction: alternate;
                                            -webkit-animation-play-state: paused;
                                                    animation-play-state: paused;}
        .fixarea .fix_top_box:hover::after { 
                                            -webkit-animation-play-state: running;
                                                    animation-play-state: running;}
            @-webkit-keyframes fix_topbg-play {
               from { background-position: 0%; }
                 to { background-position: -300%; }
            }
            @keyframes fix_topbg-play {
               from { background-position: 0%; }
                 to { background-position: -300%; }
            }*/
/*SVG*/
#fixed_Area_top .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}

#fixed_Area_top .st1 {
  fill: #FFFFFF;
}

#fixed_Area_top .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.2862;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#fixed_Area_top2 {
  position: absolute;
  top: 0;
  left: 0;
}

#fixed_Area_top2 .st2 {
  -webkit-clip-path: url(#SVGID_2_);
          clip-path: url(#SVGID_2_);
  fill: none;
  stroke: #ffaa69;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

/*PC右側黏人精-區塊錨點*/
.fixarea_tabbar {
  z-index: 99;
  position: fixed;
  right: 0;
  top: 60px;
  border-radius: 20px 0 0 20px;
  width: 110px;
  background-color: rgba(156, 210, 185, 0.9);
  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;
  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;
  transition: all 0.2s ease;
}

.fixarea_tabbar .go_bt:hover {
  -webkit-filter: brightness(105%);
          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: #fff6e5;
}

.fixarea_tabbar a:hover,
.fixarea_tabbar .cate-hover a {
  color: #396e78;
}

.fixarea_tabbar .fix_other {
  /*錨點icon--用SVG格式(改顏色搜尋【fill%3A%23】)*/
}

.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 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%23396e78%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_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 #fff6e5 transparent;
}

.fixarea_tabbar .fix_footer:hover a::before {
  border-color: transparent transparent #396e78 transparent;
}

/*浮層嘿嘿*/
.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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          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 .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;
}

.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 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.agreeArea .box_pic .pic_swiper li {
  margin: 0;
  padding: 0;
}

/*商品大圖*/
.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 .Boxclose {
  cursor: pointer;
}

.agree_piczoom .agreeArea {
  pointer-events: none;
}

.agree_piczoom .box {
  position: relative;
  top: -8vh;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.agree_piczoom .box img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          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: white;
}

.agree_piczoom .box .but-close a i::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.agree_piczoom .box .but-close a i::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*分享浮層*/
.floatBox {
  position: relative;
  margin: 2% auto;
  padding: 2% 0;
  width: 700px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: relative;
  border-radius: 20px;
}

.floatBox img {
  width: 100%;
  height: auto;
}

.floatBox .go_bt {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.floatBox .go_bt:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.floatBox .closeButton a {
  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.4em "微軟正黑體","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_btn a {
  display: block;
  margin: 3% 0;
}

.floatBox .box_btn img {
  width: 100%;
}

.floatBox .box_btn .btn {
  margin: 0 auto;
  width: 60%;
}

.floatBox .box_btn2 a {
  float: left;
  margin: 0 1%;
  width: 48%;
}

@media all 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: 1.4em;
  }
  .floatBox .box_btn {
    margin: 2% auto 0;
  }
  .floatBox .box_btn .btn {
    margin: 0 auto;
    width: 80%;
  }
}

/*適用商品btn*/
.floatBox .box_buy a {
  display: block;
  margin: 20px auto 0;
  padding: 10px 40px;
  border-radius: 25px;
  width: 20%;
  color: #000;
  font: bold 24px/1em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;
  background-color: #DABA82;
}

@media all and (max-width: 767px) {
  .floatBox .box_buy a {
    margin: 3vw auto 0;
    padding: 1.5vw 5vw;
    width: 35%;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
}

/*輸入框*/
.floatBox .input {
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.7);
          box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.7);
}

.floatBox .input input {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 70px;
  font-size: 40px;
  line-height: 70px;
  font-family: "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;
  text-align: left;
  background-color: transparent;
}

/* Safari 和 Chrome，常用於iOS下移除內建樣式 + 取消選取藍框*/
.floatBox .input input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (max-width: 767px) {
  .floatBox .input {
    padding: 1vw;
    width: 100%;
    border-radius: 10px;
  }
  .floatBox .input input {
    padding: 0 2vw;
    height: 12vw;
    font-size: 5.5vw;
    line-height: 12vw;
  }
}

/*活動紀錄查詢浮層*/
.refArea {
  width: 700px;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
}

.refArea .closeBN a {
  z-index: 2;
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  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;
}

.refArea .closeBN a:hover {
  background-color: #666;
  text-decoration: none;
}

.refArea .title {
  margin: 0 50px 10px;
  border-bottom: 1px solid #ffd800;
  font: bold 45px/2em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;
  letter-spacing: -0.05em;
  color: #ffd800;
  text-align: center;
}

.refArea .title2 {
  margin: 20px auto 0px;
  font: bold 28px/1em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.refArea .title3 {
  margin-top: 10px;
  font: bold 18px/1em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.refArea .box_txt {
  padding: 10px 40px;
  font: 18px/1.7rem "微軟正黑體", "Microsoft JhengHei", "Century Gothic";
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
}

.refArea .ref_Date ul {
  margin: 0 auto;
  padding: 10px 50px;
}

.refArea .ref_Date li {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-shadow: rgba(0, 0, 0, 0.15) 1px 1px;
  color: #333;
  letter-spacing: -0.05em;
  text-align: center;
  background-color: #979797;
  text-align: center;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15), 0px 0px 0px 5px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15), 0px 0px 0px 5px rgba(255, 255, 255, 0.1) inset;
}

.refArea .ref_Date li .month {
  margin: 5px auto 0 auto;
  border-bottom: #333 solid 1px;
  width: 80%;
  margin-top: 8px;
  font: bold 20px/1.2em "Century Gothic";
}

.refArea .ref_Date li .date {
  margin: 0;
  margin-top: 0px;
  font: bold 20px/1em "Century Gothic";
}

/*填色
    .refArea .ref_Date li.opendate { background-color:#8D0000; box-shadow: 0px 0px 3px 3px rgba(0%,0%,0%,0.15),0px 0px 0px 5px rgba(100%,100%,100%,0.1) inset;color:#fff;  }*/
/*背景*/
.refArea .ref_Date li {
  background: url(ref_Date_bg.png?t=1675085721961) no-repeat top center;
  background-size: 100%;
}

.refArea .ref_Date li i {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url(ref_Date_on.png?t=1675085721961) no-repeat top center;
  background-size: 100%;
}

.refArea .ref_Date li.opendate i {
  display: block;
}

.refArea .ref_List table {
  margin: 0 auto;
  padding: 10px 0;
}

.refArea .ref_List .table2 {
  font: bold 20px/1.2em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;
  letter-spacing: -0.05em;
  color: #FFF;
  text-align: center;
  background-color: #999;
}

.refArea .ref_List .table3 {
  font: bold 20px/1.2em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;
  letter-spacing: 0.0001em;
  color: #000;
  text-align: center;
  background-color: #FFF;
}

.refArea .ref_List table td,
.refArea .ref_List table td {
  border: 1px solid #340d4d;
  font: bold 20px/1.5em "微軟正黑體", "Microsoft JhengHei", "Century Gothic";
}

.refArea .ref_List .txtsmall {
  padding: 40px;
  padding-top: 10px;
  font: 12px/18px "微軟正黑體", "Microsoft JhengHei", "Century Gothic";
  color: #fff;
  text-align: left;
}

@media all and (max-width: 767px) {
  .refArea {
    width: 90%;
  }
  .refArea .closeBN a {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .refArea .title {
    margin: 0 5%;
    font-size: 30px;
  }
  .refArea .title2 {
    margin: 10px auto 0px;
    font-size: 20px;
  }
  .refArea .title3 {
    margin: 10px auto 0px;
    font-size: 14px;
  }
  .refArea .box_txt {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: left;
  }
  .refArea .ref_Date ul {
    margin: 0 auto;
    padding: 10px 20px 20px;
  }
  .refArea .ref_Date li {
    margin: 3px;
    width: 40px;
    height: 40px;
  }
  .refArea .ref_Date li .month {
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 4px;
  }
  .refArea .ref_Date li .date {
    margin-top: 2px;
    font-size: 12px;
  }
  .refArea .ref_List .table2 {
    font-size: 12px;
  }
  .refArea .ref_List .table3 {
    font-size: 12px;
  }
  .refArea .ref_List .table2 td,
  .refArea .ref_List .table3 td {
    font-size: 12px;
    line-height: 1.2em;
  }
  .refArea .ref_List .txtsmall {
    padding: 20px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: left;
  }
}

/*投票活動用*/
.refArea .ref_Date.for_vote {
  padding: 0 0 10px 0;
}

.refArea .votebox_Date {
  margin: 10px auto 10px;
  padding: 2% 1% 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  text-align: center;
  font: 18px/18px "Century Gothic","Microsoft JhengHei",Helvetica;
  letter-spacing: 0px;
  color: #333;
  background-color: #fbfbfb;
}

.refArea .votebox_Date:after {
  content: "";
  display: block;
  clear: both;
}

.refArea .votebox_Date1 {
  margin-bottom: 0;
}

.refArea .votebox_Date2 {
  margin-top: 0;
  background-color: #FFEC93;
}

.refArea .votebox_Date .votebox_Date_title {
  float: left;
  width: 20%;
}

.refArea .votebox_Date .votebox_Date_title b {
  display: block;
  margin-top: 14px;
  margin-bottom: 5px;
  color: #333;
}

.refArea .votebox_Date ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 80%;
}

.refArea .votebox_Date li {
  float: left;
  margin: 0;
  margin-left: 1%;
  padding: 0;
  width: 65px;
  height: 65px;
  border: none;
  background-color: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media all and (max-width: 767px) {
  .refArea .votebox_Date {
    font: 12px/12px "Century Gothic","Microsoft JhengHei",Helvetica;
  }
  .refArea .votebox_Date .votebox_Date_title {
    width: 23%;
  }
  .refArea .votebox_Date .votebox_Date_title b {
    margin-top: 30px;
  }
  .refArea .votebox_Date ul {
    width: 77%;
  }
  .refArea .votebox_Date li {
    margin-bottom: 1%;
    width: 40px;
    height: 40px;
  }
  .refArea .votebox_Date li .month {
    margin-top: 5px;
  }
}

/*
 * Autumn
 * 你可能會喜歡機制edmBgw.js-v1.1
 *******************************************************************
 *  --2020.03.27--延遲讀圖調整設定,輪播改v5.2.1版本(v1.1)
 *  --2019.01.06--將edmBgw.js incude在您可能會喜歡區塊語法的後面即可，不一定要緊接著(v1.0)
 *  --2019.01.06--簡易模組化公版#bt_0_layout_b268_ (PD_layout-v1.0)(v1.0)
 *******************************************************************
 */
/*基本款*/
#bt_0_layout_b268 .PD_layout {
  position: relative;
  margin: 0 auto;
  font-family: "微軟正黑體","Microsoft JhengHei",Helvetica;
  text-align: center;
  overflow: hidden;
}

#bt_0_layout_b268 .PD_layout a {
  display: block;
  text-decoration: none;
  color: #000;
}

#bt_0_layout_b268 .PD_layout ul {
  margin: 0 auto;
  padding: 10px 0;
  min-height: auto;
  list-style: none;
}

#bt_0_layout_b268 .PD_layout ul::after {
  content: "";
  display: block;
  clear: both;
}

#bt_0_layout_b268 .PD_layout li {
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#bt_0_layout_b268 .PD_layout .BN img {
  width: 175px;
  height: 175px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#bt_0_layout_b268 .PD_layout .PD .youLikePic img {
  width: 100%;
}

#bt_0_layout_b268 .PD_layout .PD .youLikePic:hover img {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

#bt_0_layout_b268 .PD_layout .PD .youLikePic .prdPrice img {
  width: 45px;
  height: auto;
}

#bt_0_layout_b268 .PD_layout .PD_slide {
  background-color: #fff;
  border-radius: 10px;
}

#bt_0_layout_b268 .PD_layout .PD_slide:hover {
  z-index: 5;
}

#bt_0_layout_b268 .PD_layout .PD {
  position: relative;
}

#bt_0_layout_b268 .PD_layout .PD {
  margin: 10px;
  margin-bottom: 0;
}

#bt_0_layout_b268 .PD_layout .PD .PD_img {
  width: 100%;
  height: auto;
}

#bt_0_layout_b268 .PD_layout .PD h4 b {
  display: block;
}

#bt_0_layout_b268 .PD_layout .PD h4 br {
  display: none;
}

#bt_0_layout_b268 .PD_layout .PD .prdName {
  margin: 0 auto 5px;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

#bt_0_layout_b268 .PD_layout .PD .prdName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#bt_0_layout_b268 .PD_layout .PD .prdName {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

#bt_0_layout_b268 .PD_layout .PD:hover .prdName {
  color: #d92670;
}

#bt_0_layout_b268 .PD_layout .PD .PD_prdPrice {
  display: block;
}

#bt_0_layout_b268 .PD_layout .PD p {
  padding-right: 5px;
  height: auto;
  font-family: Century Gothic,"微軟正黑體";
  color: #5e5e5e;
}

#bt_0_layout_b268 .PD_layout .PD p .prdPrice {
  display: block;
  width: 100%;
  /*height: 40px;*/
  font-size: 20px;
  font-family: Century Gothic;
  letter-spacing: -1px;
  overflow: hidden;
}

#bt_0_layout_b268 .PD_layout .PD p .prdPrice img {
  display: inline-block;
  float: left;
}

#bt_0_layout_b268 .PD_layout .PD p .prdPrice b {
  display: inline-block;
  float: right;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  #bt_0_layout_b268 .PD_layout .PD_slide:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  #bt_0_layout_b268 .PD_layout .PD_slide:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}

@media all and (max-width: 767px) {
  #bt_0_layout_b268 .PD_layout,
  #bt_0_layout_b268 .PD_layout * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bt_0_layout_b268 .PD_layout ul {
    margin: 0 auto;
    padding: 0;
    min-height: auto;
    list-style: none;
    overflow: inherit;
  }
  #bt_0_layout_b268 .PD_layout .PD_slide {
    text-align: left;
  }
  #bt_0_layout_b268 .PD_layout .PD_slide:hover {
    -webkit-transform: none;
    transform: none;
  }
  #bt_0_layout_b268 .PD_layout .PD .PD_img {
    margin: 0;
  }
  #bt_0_layout_b268 .PD_layout .PD .prdName {
    margin: 0 auto 5px;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
  }
  #bt_0_layout_b268 .PD_layout .PD p {
    margin-bottom: 8%;
    padding: 0;
    font-size: 15px;
    line-height: 16px;
  }
  #bt_0_layout_b268 .PD_layout .PD p b {
    font-size: 20px;
    line-height: 1;
  }
  #bt_0_layout_b268 .PD_layout .PD p .prdPrice {
    font-size: 24px;
    font-weight: 300;
    vertical-align: bottom;
  }
}

/*改成輪播用公版*/
#bt_0_layout_b268 .b268_swiper ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  padding: 10px 0;
}

#bt_0_layout_b268 .b268_swiper li {
  float: none;
  margin: 0;
  width: 195px;
}

#bt_0_layout_b268 .b268_swiper {
  position: static;
  overflow: hidden;
  overflow: inherit;
}

@media all and (min-width: 768px) {
  #bt_0_layout_b268 .b268_swiper {
    margin: 0;
    padding: 0 60px;
    padding-top: 10px;
  }
}

@media all and (max-width: 767px) {
  #bt_0_layout_b268 .b268_swiper {
    margin: 0 2.8vw;
    padding: 0 1%;
    padding-top: 10px;
    padding-bottom: 1%;
  }
  #bt_0_layout_b268 .b268_swiper ul {
    padding: 0;
  }
  #bt_0_layout_b268 .b268_swiper li {
    width: 30%;
  }
}

/*1排3品微調*/
@media screen and (max-width: 768px) {
  #bt_0_layout_b268 .PD_layout .PD p {
    /*height: 15vw;*/
  }
  #bt_0_layout_b268 .PD_layout .PD .prdName {
    height: auto;
    font-size: 3.5vw;
    line-height: 1.3;
    color: #000;
    overflow: hidden;
  }
  #bt_0_layout_b268 .PD_layout .PD .youLikePic .prdPrice img {
    width: 8vw;
    height: auto;
  }
  #bt_0_layout_b268 .PD_layout .PD p .prdPrice b {
    font-size: 4vw;
    padding-right: 2px;
  }
}

/* --------------------------------------
 * 共用動畫
 * -------------------------------------- */
/*3D旋轉**/
.rotator {
  -webkit-animation: rotate3d 20s ease 0s inifite normal;
  animation: rotate3d 20s ease 0s inifite normal;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  20% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  20% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
/*# sourceMappingURL=js_link-uiLayout.css.map */
