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

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

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

.page_phone .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(110%);
          filter: brightness(110%);
}

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

/*寬度,間距*/
.Area1220 {
  margin: 0 auto;
  width: 100%;
}

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

.Areabottom {
  margin-bottom: 6vw;
}

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

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

/*@media screen and (max-width:767px){*/
.page_phone .Area1220 {
  width: 100%;
}

.page_phone .Area960 {
  width: 100%;
}

.page_phone .Areabottom {
  margin-bottom: 24px;
}

/*}*/
/*共用--區塊_切割*/
.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%;
	border-radius: 10px;
	overflow: hidden;
  }
  .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%;
	border-radius: 2vw;
	overflow: hidden;	  
  }
  .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: 0px !important;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.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 screen and (max-width: 767px) {
  .Area_swiper_box {
    padding-bottom: 5vw;
  }
}

/*按忸*/
.button.swiper-button-next,
.button.swiper-button-prev {
  outline: none;
}

@media screen and (max-width: 767px) {
  .button.swiper-button-next,
  .button.swiper-button-prev {
    display: none !important;
  }
}

/*輪播套公版時修正*/
.Area_swiper_box .PD_layout {
  position: static;
}

/* --------------------------------------
 * 共用元件--功能
 * -------------------------------------- */
/*延載預設圖
.articleList img.lazy_off {background-image:url(data:image/gif;base64,R0lGODlhTAFMAcQSAO/v7/T09P7+/vHx8fPz8/X19fz8/Pf39/////Dw8P39/fn5+fr6+vv7+/Ly8vb29vj4+O7u7v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkU4RDM1NjdDM0NEQkU4MTE5QzMzODE4NkNGQjI5ODY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVCMzg2RDEwRjFFNjExRTg4MDFDQjVCRDU3QkQ4NjQ3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVCMzg2RDBGRjFFNjExRTg4MDFDQjVCRDU3QkQ4NjQ3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkI4OUE4MkFFNUYxRTgxMTk4ODc4QkI4QzVDMjFEQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RThEMzU2N0MzQ0RCRTgxMTlDMzM4MTg2Q0ZCMjk4NjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAASACwAAAAATAFMAQAF/6AkjmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvter/gsHhMLpvP6LR6zW673/C4fE6v2+/4vH7P7/v/gIGCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLChw4cQIwoUsKCAgwAQDCCQ6EZAgwcDIogcGQEAgQMNNv9yLKMAAgEAJGPGBBBggYCVXwwccCCzp88IDiAowInFAMifSH8OODCUKBQFB0ImnYo06E2nSQRA4Em169QADFRiDYKAQQCvaLsmOHB1LA+jCdLOPFlAqlyRAAoYcIuDIte7QFGKlSCAwVHADhYM5uvCKMy7NG2yULAgwOO0CSC0ZZyiLAHACQqElVG2wGWvazdzHiHgQFy5oRvkKGs5LQC2q0UoeHC6a96UPvxihrDYqYECd8EW97G7d9IEirE2+Jx2qWoiCBb8pTpA9koG26n+ftLgrFcCTR+Cr655igLTvnEzXI82gHcrAnirZaCwQfikADyQXhatOedTANcB5B//WgNE90V+BsoEwAIDKWBeVwTwR8Z7GCaID4ReBbAXGgZQB6CG+iAAQYQ9idgGA3YhVYCH8cDoVQEDsoHAASyONMCI9Chg4lc5viHkVBPOo2KPJLl4BwOvybhcOg3EiBQBQOIhwIU/OUAjOQIgR5UD9+Ew5RZQPpflOWlOBV0PBxwwhgBD9gRAmWBy+dNtZ9YQEgRkQDAVheW0mRSOPxgwUkYMQPAAoV0YEKVPgIqDwAPc4cmDmDN9iV+dMskJjgFW2kkcEEv2BCkYByT1wDcLMBkBepPNoNWkTZbBQI+iaoMApz8lgOIKBdD6ggK4xrRmGA0kS1Kv1yjwn0wIvsAT/wDDotAWh5SeoUCpJFVqTQNMYhvDZTOaQFEBCeRIak8EoCEAuCNlG80CUxHgqQkKxPSjCDr9FcAJmPa0LxcCTIvXss4UvKe4MDAAb7IMtxpBAg0o0MACBzAsRsLBHkwMAnrK9O8MDiflAAqC6gsHyD450GcxdCZVLQ2g+mSvCAs8MPMZ8/70ajMw/wTtDM6a3FkdyP6kqTFB77lzxF1BzIcBESYgMi9R+zRAkTBsqdbPdUh8YDJdw7v1Cc2eN4jFPU39CwIKi1QA2dqm3NXTfOR88dq1IOC3SEfH8K5cKwsiQNKF/wKsTFbHAPddq/5htoRg8yLoT5HHoFXdz+FdR//JdgvTAFKd0wAVvagPIoCBAGSOy+JGJ6o3gIDLsblMQ/syeO8/gAtAAgM4QEAABRTwgMd7IOAsALmzsju1QzwewQDR64FvT6nXokCEXg6xvY/Z6+F8T4nv4ne7RPQ7EvuPTE6S7LKMPxPfPjwG/yOvc6/L+RJqHBA+AwDmKYJ08crF9EYCAJkdgUf4W4T9GCi6VPRPQgb0QQMiuAgB+ISDrZDfSIDXi2l1zxUA7FQwbheBAtzicjERoC4mKJIE1iJn0DNdTwZgiwvGhIS+8KCEbEFDkdAvF0KUiS2sB5Ri+KSCpXDWCXfxRFokMSZHzAUCfFKL08kkAThwwADGSMb/MpqxQSz41RnXyEafpaAubFwjEE8AgTjacYw3U52darHAGuJAVs9aQdEA47ITgI56KvgVYHyUxRR40V+1YOEcz4UWGUpAUoskydcMWR8VDHKRd6JBH2dVC9JNsQWAHIkMd5XJ+5ngkDEZGAow2UqSVM4FTJxkK3ImtxekknAsq6X/SADLXJ2AlcIkiRthMK1bvoKXf6ykCRSZTN6JpZgjkWUJRpnMQrbAhyTJoCqmBUIW/DICR/tkNUdSSGyKRJsioOY6/dVICcRKQlAkBTmj6RVo0XKeJhuKOyMAT3UCtCTltExv4CkLaN6AAQuIqAhDRYKkHZSHG4voPZECz8Ed/9RTrwOASC/jzGfG7S1TgdY5W8nDEjCpowf9iadiNdLL1BMVTDwlDBSVFJU+JwBADapQh2pRkbSUBC8lgUdLMtSmCpV1I/GUA2oqUlLaYqK6nAFPkeLTK71gqUcdQVJHsFQwuoCFMflSsxJA1QiU9BVFtGEOtlo7sSZFrisAqwnGKoKyvgCtJPlSABJA2Jpq7RaPJAkAUNpTpN71q0kJqwj4KgG/nnUqNKrSAAjLVpFm1RVXDOcO6OqTrv4EryrQq0ttptTn/BWzKCCZGDdb2NjlAlyWNFxKHetVF6iWtz+BKVLM2gLARhUFDCCAA2bLWRfmgomorQFpe2Jan0QXBf+/tStHWzvc1yYlQVsigHKZu78X+uSmK5guRbV7WsgiRbISoKxliwtbE0CgAAEQ73LH+FlYgFOVOlBvDJUq3gIbWLz9JWtk98raETzgwBBmqAqMK5LrfCR5+R2vA9DLipwlIJ8nEHAgf5DdyTbYBxSOgGq0coAHYFi/OoVFEZOEAxEDWINFvR6Dt8scqFaYBGWBQJxcjF8C3K0X/xXpAEBcAhsDkweX4s6Og+uDjX6XBBkVcosxLM5Z6G2kb32Bk9H5FmzCl7J9IZ1P2mIABkB0AUJ+gIvDbIvvKVbJ5QPYbnWwIq+c+cQ4aJtXrqKxBrg5olo+FTCAVdMEq2DMuXX/Qc3Q4lzgns1MKY6JAwVggE5v8M0QaE8w7FwSqpYzBZDGgaHE40w0a9XHodqIABSggE4bwNBv5rCXqTpS7El3zzQIU1qMNeVL16DPfh4RAmZNa1t/usuz6yxVExAAJqeaBofzzQldfaylyiRdEli2AJhd61s3ANq5oKlhCRvpWQIbBjuqTga53QJk7mcE4h43uW3NZFoodKScfZMMrg0DaaVlmSqgtyeZeKW2IODh+h43rWndb1oga92E7c7A390CK1MFYy5QOAoE7ZtVPfzk+WZ2xWuxK4AHXOM75bgn1RzcrYm8BPFGy4anifKIC2DlV3V5xot3aj03tgUkZzUl/3k8mYGiczkoT/kzSCbSlxcvQ2KW+TQzTZKdL53KLPD4VGB+gqifPBoJs/rVCUDnERB8lrCOIYhvLjZKf8nsQN+FtDg7xuUeDyP7ert9z3myGYh81W7qZTyjXo29k9F4fy8AU9KrdcJ4+4d5pnd+hi2ys0drtn4HavIe0LFHax3xzyl6CridbfHE2BtCWrvoSX8ACDTAQ4IXdn3yzF5jj4BHOtc1N7YEeeQpr/YQWAADwPb21iOp7b4E9JHQgvB2tOZ4o49T8t18btW8/Zxe14F80QLyeVRGeaRPvvLPbQAF/Nzt7/7lAfJu6RZxlyrgpodR0r/9DXaa1uO2Ed/HHf/oBgPjhySK5w4UUXsRxQD+N3H6hgADeCi8t3qA5m3Elg8G0IAO+H/uF4ET6BPCIgQH6BMA8HrwUBgOeG4QGIASGH8xtUPFZn8KFoMyUYHMoDEeGHEPF4I2aFQziEh99YNpVQ4IUGsA6IIveHQmRoRAuFpMV1lOeFzmsGwf+HM9CINT+GdReHnVhIPQkG8n54M/yIVgN4RTqGLrIG5ZyITxlYZm6HtemExgOA1jqIVOGIc0iIZTWIfVQIY2qIdCKIVp6IfUAIgxKIixdH9OaIjT8B7JE4mSmDzDMomWeImYmImTWDiamDwQc1+dGIqiGImOmBumeIqomIqquIqs2Ir/rviKsBiLsjiLtFiLKrAbTpWLuihU8kECrbGLwNhUDkICxxGMxhhUikaMD3CMwSga3IA1AHVYI9A068RQRVRLDjQC5DJP7eYMcZccjFhNkPJf1dQrKbROBZgM7nNQixVPMaVNMDRP6TNmIuEAxZJjN3YN9LhIrBFTNnSNwnRUidUTqUECq+Mq2bCPgNGPB/WPiaiNSFF9QCZ2ypSQNsiQMcR+traRHHlrJeOQMSWQIihOBtcTjrYM0+UAbraSDGA9D8CSbpYsGDkSlfYCCGAlIEkSogGT/6F8MKk0IjCQIlFenjQtJ6kM0yVhInRLpTKTIoGCNchOI0BDhQMqRQKU/xIglBFQgLTzQxa5iCWwlCbQlCIQWhEAlXzoRzyzXuEYAVcJSUHJOzLQR0eZDElpAmJZAmRJGJAzA3WSk/kYlSPxlpoEkVhEGrhSl8hwl2EpE0ypRGXZlzLwl1PJloJpRCaAlQMJX7jkldjAmCSQlySwl2aJloQolWs5YCVglZkJl1kJlnPpmfo4iCIgmiNAmpIZA5SZmiPWloTpI4aZTTQwQYp5DKD5e445lpDJlzFhmrtpT5aZlphZApqpaaIkm9ZwnLWZnHq5nKXplzEBmE/mm61ZmHGpWJuxbC2gJ8VpDNopAbYpAripmjEQHuJJZqspE7/5hK/ZnPjGdmnUG//tWQzvGZ8SMJ8kkQDpSEP3WZX6WZ7AeZ6K1RT4UpPBhJ1/SJvwyZ2j6Z0myGsgOlLwUpn0eZluCaH8qZXhIyYRtI0YeogaaqAIOk8NagKsSZ2uqZVAsRt4kYz4RpERMKDEUKAcepse2pAk2psmup86JqESwiU0AQGHxi5C85XGFJpFKp/LeaAH1StUaaMPiqPmSRgr1RUJ2AxEGhOPGRMkEI/CJI3QWaLSeaJiGqHbKY/09wtpakvKyaZt+o1IEgAD8qX5eZh1yp8iAAH4qBb5Z4uO+qiQGqmSOqmUWqmWeqmYmqmauqmc2qme+qmgGqqiOqqkWqqmeqqomqqquqpXrNqqrvqqsBqrsjqrtFqrtnqruJqrurqrvNqrvvqrwBqswjqsxFqsxnqsyJqsyrqszNqszvqs0Bqt0jqt1Fqt1nqt2Jqt2rqt3Nqt3vqt4Bqu4jquDxECADs=);}
*/
/*版頭動畫控制*/
.an_paused.an_paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.an_running.an_running {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

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

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

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

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

.Area_logo a {
  display: block;
}

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

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

@media screen and (min-width: 768px) {
  .Area_logo {
    top: 50px;
    left: 50%;
    width: 105px;
    -webkit-transform: translateX(-590px);
    transform: translateX(-590px);
  }
}

/*@media screen and (max-width:767px){*/
.page_phone .Area_logo {
  top: 0%;
  left: 2%;
  width: 19%;
}

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

@media screen and (max-width: 767px) {
  .Area_topshare {
    z-index: 50;
    position: absolute;
    display: block;
  }
  .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;
  }
  .Area_topshare {
    top: 1vw;
    right: 1vw;
    width: 30%;
    text-align: right;
  }
  /*分享icon*/
  .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%;
  }
  /*用SVG格式(改顏色搜尋【fill%3A%23】)*/
  .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: #8f6645 !important;
}

@media screen and (max-width: 767px) {
  .Area_msg {
    color: #8f6645 !important;
  }
}

/*產品標示*/
.Area_msg_PDmark {
  color: #262626 !important;
}

/*APPLE-APP警語*/
.Area_msg_apple {
  color: #262626 !important;
}

/*注意事項*/
.Area_bgfooter {
  margin-top: 100px;
  text-align: left;
  color: #8f6645;
  background-color: transparent;
}

.Area_bgfooter .box {
  margin: 0 auto;
  padding: 60px 160px;
}

.Area_bgfooter p {
  margin: 0;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
}

.Area_bgfooter ul,
.Area_bgfooter ol {
  margin-top: 1.2rem;
}

.Area_bgfooter ul ol,
.Area_bgfooter ul ul {
  margin-top: 0.5rem;
}

.Area_bgfooter li {
  margin-bottom: 1.2rem;
  font-size: 18px;
  line-height: 1.8rem;
  text-align: justify;
  word-break: break-all;
}

.Area_bgfooter li p {
  margin-top: 1.2rem;
  font-size: 24px;
}

.Area_bgfooter li a {
  display: inline;
  color: #e9db00;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .Area_bgfooter {
    margin-top: 50px;
  }
  .Area_bgfooter .box {
    width: 90%;
    padding: 5%;
  }
  .Area_bgfooter p {
    font-size: 24px;
  }
  .Area_bgfooter ul,
  .Area_bgfooter ol {
    margin-top: 1rem;
    padding-left: 8%;
  }
  .Area_bgfooter ul ol,
  .Area_bgfooter ul ul {
    margin-top: 0rem;
  }
  .Area_bgfooter li {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.7rem;
  }
  .Area_bgfooter li p {
    margin-top: 1rem;
    font-size: 16px;
  }
}

/*可拖移廣告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 .box {
  position: relative;
  margin-right: 10px;
  opacity: 1;
}

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

.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 screen and (min-width: 768px) {
  .Area_hammerAD {
    display: none;
    width: 90px;
  }
  .Area_hammerAD .closeButton a {
    top: -10px;
    right: 0;
  }
}

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

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

/*把系統手機版原本的Gotop關掉*/
#gotop {
  display: none;
  position: fixed;
  z-index: 201;
  right: 0;
  padding: 14px 6px 3px 10px;
  font: 12px/30px Verdana;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -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 {
  -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: 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;
  -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 .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;
}

/*把系統手機版原本的地關掉*/
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  background: linear-gradient(to top, #d4d4d4, #fff);
  border-radius: 6vw 6vw 0 0;
}

.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: #154699;
  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: -10px auto 0;
  width: 52px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 54px;
}

/*顆數--5顆*/
.Fixedfooter .Fixedfooter_box [data-num="5"] li {
  width: 20%;
}

.Fixedfooter .Fixedfooter_box [data-num="5"] .bg i {
  left: calc((20% - 75px) * 0.5);
}

.Fixedfooter .Fixedfooter_box [data-num="5"] .bg b {
  left: calc((20% - 75px) * 0.5);
}

/*顆數--4顆*/
.Fixedfooter .Fixedfooter_box [data-num="4"] li {
  width: 25%;
}

.Fixedfooter .Fixedfooter_box [data-num="4"] .bg i {
  left: calc((25% - 75px) * 0.5);
}

.Fixedfooter .Fixedfooter_box [data-num="4"] .bg b {
  left: calc((25% - 75px) * 0.5);
}

/*顆數--3顆*/
.Fixedfooter .Fixedfooter_box [data-num="3"] li {
  width: 33.3%;
}

.Fixedfooter .Fixedfooter_box [data-num="3"] .bg i {
  left: calc((33.3% - 75px) * 0.5);
}

.Fixedfooter .Fixedfooter_box [data-num="3"] .bg b {
  left: calc((33.3% - 75px) * 0.5);
}

/*顆數--2顆*/
.Fixedfooter .Fixedfooter_box [data-num="2"] li {
  width: 50%;
}

.Fixedfooter .Fixedfooter_box [data-num="2"] .bg i {
  left: calc((50% - 75px) * 0.5);
}

.Fixedfooter .Fixedfooter_box [data-num="2"] .bg b {
  left: calc((50% - 75px) * 0.5);
}

/*icon*/
.Fixedfooter .Fixedfooter_box li:nth-of-type(1) i {
  background-image: url(Fixedfooter_icon_1.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li:nth-of-type(2) i {
  background-image: url(Fixedfooter_icon_2.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li:nth-of-type(3) i {
  background-image: url(Fixedfooter_icon_3.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li:nth-of-type(4) i {
  background-image: url(Fixedfooter_icon_4.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li:nth-of-type(5) i {
  background-image: url(Fixedfooter_icon_5.png?t=1751273445962);
}

/*icon2*/
/*icon*/
/*icon高亮*/
.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(1) i {
  background-image: url(Fixedfooter_icon_1_on.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(2) i {
  background-image: url(Fixedfooter_icon_2_on.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(3) i {
  background-image: url(Fixedfooter_icon_3_on.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(4) i {
  background-image: url(Fixedfooter_icon_4_on.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(5) i {
  background-image: url(Fixedfooter_icon_5_on.png?t=1751273445962);
}

/*icon高亮2*/
.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(1) i,
.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(2) i,
.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(3) i,
.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(4) i,
.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(5) i {
  margin: -25px auto 0px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  bottom: .5vw;
}

/*      .Fixedfooter .Fixedfooter_box li:nth-of-type(3):after { content:""; display: block;  z-index:-1; position:absolute; top: -22px; left:50%; transform: translateX(-50%); width:80px; height:80px; background-size: auto 80px; background-position: center top;  background-repeat:no-repeat; pointer-events:none;}
        .Fixedfooter .Fixedfooter_box li:nth-of-type(3):after { background-image:url(Fixedfooter_icon_3_bg.png?t=1751273445962);}
*/
/*中間特別突出*/
        /*.Fixedfooter .Fixedfooter_box li:nth-of-type(3) i { margin-top: -16px; margin-bottom: 2px; width:50px; height:50px; background-size: auto 41px;}*/
        /*.Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(3) i {
          -webkit-animation: rotate3d 3s ease-in-out 0s infinite normal;
                  animation: rotate3d 3s ease-in-out 0s infinite normal;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;}*/
/*高亮
    .Fixedfooter .Fixedfooter_box li.cate-hover { -webkit-transform:translateY(-7px); transform:translateY(-7px); transition: none;}
    .Fixedfooter .Fixedfooter_box li.cate-hover a { color:#fff;}
    .Fixedfooter .Fixedfooter_box li span { display:block;}
    .Fixedfooter .Fixedfooter_box li.cate-hover span { -webkit-transform:translateY(7px); transform:translateY(7px); transition: none;}*/
/*高亮背景換圖
    .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(1):after {background-image:url(Fixedfooter_icon_1_on.png?t=1751273445962);}
    .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(2):after {background-image:url(Fixedfooter_icon_2_on.png?t=1751273445962);}
    .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(3):after {background-image:url(Fixedfooter_icon_3_on.png?t=1751273445962);}
    .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(4):after {background-image:url(Fixedfooter_icon_4_on.png?t=1751273445962);}
    .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(5):after {background-image:url(Fixedfooter_icon_5_on.png?t=1751273445962);}*/
/*選單_黑底*/
.Fixedfooter .Fixedfooter_bg {
  -webkit-transition: none;
  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置底選單*/
.Fixedfooter_agree {
  z-index: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  border-radius: 8px;
  /*background-color: #4a204e;*/
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 65px;
  padding-bottom: calc(65px + constant(safe-area-inset-bottom)*0.6);
  padding-bottom: calc(65px + env(safe-area-inset-bottom)*0.6);
}

/*【程式切換】cate-open 展開後*/
.Fixedfooter.cate-open .Fixedfooter_agree.cate-open {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.Fixedfooter_agree * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Fixedfooter_agree ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3% 3% 10%;
}

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

.Fixedfooter_agree li {
  float: left;
  display: block;
  margin-left: 1%;
  margin-top: 3%;
  width: 32%;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
}

.Fixedfooter_agree li a {
  display: block;
}

.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_agree2 ul li:first-child {background: #0b0b0f;width:100%;border-radius: 8px;margin: 1% 1% 3% 1%;height: 33px;}
.Fixedfooter_agree2 ul li:nth-child(4) {margin-left: 1%;} */

/*特殊狀況--排數(1排2個)*/
.Fixedfooter_agree li { width:49%;}
.Fixedfooter_agree li:nth-child(3n+1) { margin-left:2%; }
.Fixedfooter_agree li:nth-child(2n+1) { margin-left:0%; }
.Fixedfooter_agree li.x1 { width:100%;}    

/*配色*/
.Fixedfooter .Fixedfooter_box .bg b::before,
.Fixedfooter .Fixedfooter_box .bg b::after {
  background: transparent;
}

/*
.Fixedfooter .Fixedfooter_box li a {
  color: #ff5656;
}
*/
.Fixedfooter_agree {
  /*background-color: #dbd9d9;*/
  background-image: linear-gradient(to top , #184d6c, #2b7fb1);
}

.Fixedfooter_agree {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.Fixedfooter_agree li {
  background-color: #d10e15;
}

.Fixedfooter_agree li a {
  color: #fff;
}

.Fixedfooter_agree li.cate-hover {
  background-color: #ffffff;
}

.Fixedfooter_agree li.cate-hover a {
  color: #000;
}

/*背景用做圖3張接*/
.Fixedfooter .Fixedfooter_box .bg_transition {
  -webkit-transition: 1s cubic-bezier(0.43, -0.37, 0.4, 1.61);
  transition: 1s cubic-bezier(0.43, -0.37, 0.4, 1.61);
}

/*選單底圖移動*/
.Fixedfooter .Fixedfooter_box .bg b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 130%;
  background-image: url(Fixedfooter_bg_icon.png?t=1751273445962);
  background-size: 100%;
  background-repeat: no-repeat;
  display: none; /*選單底圖移動關閉*/
}

.Fixedfooter .Fixedfooter_box .bg {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
	
}

.Fixedfooter .Fixedfooter_box .bg::before {
  pointer-events: none;
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.Fixedfooter .Fixedfooter_box .bg::after {
  pointer-events: none;
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.Fixedfooter .Fixedfooter_box .bg,
.Fixedfooter .Fixedfooter_box .bg::before,
.Fixedfooter .Fixedfooter_box .bg::after {
  background-size: 100%;
  background-repeat: no-repeat;
}

.Fixedfooter .Fixedfooter_box .bg::before {
  top: 0;
  height: 37.5vw;
}

.Fixedfooter .Fixedfooter_box .bg::before {
  left: -150%;
  width: 300vw;
  background-size: 140vw;
  background-position: 10% top;
  background-repeat: repeat-x;
	
}

.Fixedfooter .Fixedfooter_box .bg::before {
  /* background: #ffffff; */
}

.Fixedfooter .Fixedfooter_box li {
  margin-top: 6px;
}

/*ICON樣式*/
.Fixedfooter .Fixedfooter_box li:nth-of-type(1) i::before {
  background-image: url(Fixedfooter_icon_1.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li:nth-of-type(2) i::before {
  background-image: url(Fixedfooter_icon_2.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li:nth-of-type(3) i::before {
  background-image: url(Fixedfooter_icon_3.png?t=1751273445962);
}

/*icon高亮*/
.Fixedfooter .Fixedfooter_box li:nth-of-type(1) i::after {
  background-image: url(Fixedfooter_icon_1_on.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li:nth-of-type(2) i::after {
  background-image: url(Fixedfooter_icon_2_on.png?t=1751273445962);
}

.Fixedfooter .Fixedfooter_box li:nth-of-type(3) i::after {
  background-image: url(Fixedfooter_icon_3_on.png?t=1751273445962);
}

/*高亮變化*/
.Fixedfooter .Fixedfooter_box li i::before {
  -webkit-transform: translateY(7px) scale(1);
  transform: translateY(7px) scale(1);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0, 1.65);
  transition: 0.2s cubic-bezier(0, 0, 0, 1.65);
}

.Fixedfooter .Fixedfooter_box li.cate-hover i::before {
  -webkit-transform: translateY(-7px) scale(0);
  transform: translateY(-7px) scale(0);
}

.Fixedfooter .Fixedfooter_box li i::after {
  -webkit-transform: translateY(7px) scale(0);
  transform: translateY(7px) scale(0);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0, 1.65);
  transition: 0.2s cubic-bezier(0, 0, 0, 1.65);
}

.Fixedfooter .Fixedfooter_box li.cate-hover i::after {
  -webkit-transform: translateY(-3px) scale(1);
  transform: translateY(-3px) scale(1);
}

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

.Area_pcmenu .box {
  position: relative;
  border-radius: 12px;
  background-color: rgb(49 49 49 / 45%);
  -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: 10.8%;
  text-align: center;
}

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

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

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

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

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

.Area_pcmenu.cate-fixed .box {
  position: fixed;
  top: 0;
  width: 1120px;
}

/*
    @media screen and (max-width:767px){
      .Area_pcmenu { margin: 3vw auto;}
      .Area_pcmenu .box { border-radius: 2vw; overflow-y: hidden; white-space: nowrap; -webkit-transition:0s; -moz-transition:0s; -ms-transition:0s; -o-transition:0s; transition:0s;
                   -webkit-overflow-scrolling: touch;
                    -moz-overflow-scrolling: touch; 
                     -ms-overflow-scrolling: touch; 
                      -o-overflow-scrolling: touch; 
                       overflow-scrolling: touch;}
      .Area_pcmenu ul { }
      .Area_pcmenu li { padding: 0 3%; width: auto; }
      .Area_pcmenu li a { font-size: 4.4vw; line-height: 3rem;}
      .Area_pcmenu li:after { top: 35%; left: -2%; height: 30%;}
      .Area_pcmenu.cate-fixed .box { width: 100%;}
    }*/
/*選單_保留區*/
.Area_pcmenu .Nav_target {
  display: none;
  height: 80px;
}

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

/*PC分會場header*/
.cantantBase {
  z-index: 100;
  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;
}

.cantantBase {
  background-color: rgba(211, 232, 255, 0.25);
}

.cantantBase.fixactive {
  background-color: rgba(73, 179, 180, 0.9);
}

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

.cantantBase .momologo {
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/*momologo*/
.cantantBase .momologo a {
  display: block;
  width: 197px;
  height: 22px;
  background-size: 197px 22px;
  background-repeat: no-repeat;
}


/*momologo 正桃色+黑字*/
.cantantBase .momologo a {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22logo%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%20319.5%2035.7%22%20style%3D%22enable-background%3Anew%200%200%20319.5%2035.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23000%3B%7D%20.st1%7Bfill%3A%23D6006D%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M241.3%2C12.6c0.9%2C0%2C1.4%2C0.4%2C1.4%2C1.2v13.4c0%2C0.7-0.3%2C1.2-1%2C1.3c0.1%2C0.1%2C0.2%2C0.3%2C0.2%2C0.4c0.2%2C1.8%2C0.5%2C3.4%2C1%2C5%20c0.1%2C0.2%2C0.2%2C0.4%2C0.2%2C0.6c0%2C0.3-0.1%2C0.4-0.2%2C0.5c-0.1%2C0.2-0.3%2C0.3-0.7%2C0.3c-0.3%2C0-0.5-0.2-0.8-0.4c-0.4-1.2-0.8-2.5-1-4%20c-0.2-0.9-0.2-1.6-0.2-1.9c0-0.2%2C0-0.4%2C0.1-0.5h-1.8c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.2-0.1%2C0.3-0.1%2C0.5c-0.5%2C2.1-1.1%2C3.9-1.7%2C5.4%20c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.3c-0.6%2C0-0.9-0.3-0.9-0.7c0-0.2%2C0-0.3%2C0.1-0.4c0.6-1.4%2C1.1-3.2%2C1.8-5.3c0-0.1%2C0-0.1%2C0-0.1%20c-0.8-0.1-1.2-0.5-1.2-1.3V13.8c0-0.8%2C0.4-1.2%2C1.3-1.2H241.3z%20M241%2C17.3v-2.5c0-0.4-0.2-0.6-0.6-0.6h-1.9c-0.4%2C0-0.5%2C0.2-0.5%2C0.6%20v2.5H241z%20M241%2C22v-3.2H238V22H241z%20M241%2C26.3v-2.8H238v2.8c0%2C0.5%2C0.2%2C0.7%2C0.5%2C0.7h1.9C240.8%2C27%2C241%2C26.8%2C241%2C26.3z%20M259.4%2C14.2%20c0%2C0.5-0.3%2C0.8-0.7%2C0.8h-3.4v1.3h2.9c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.7c0%2C0.5-0.2%2C0.7-0.7%2C0.7h-2.9v1.7h3.8c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.7%20c0%2C0.5-0.2%2C0.8-0.7%2C0.8h-6.7v1.7h4.3c1.2%2C0%2C1.7%2C0.5%2C1.7%2C1.6v5.3h0.8c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.5-0.3%2C0.8-0.8%2C0.8h-0.8v1.6%20c0%2C1.6-1%2C2.4-2.8%2C2.4c-0.8%2C0-1.7-0.2-2.7-0.4c-0.4-0.2-0.6-0.4-0.6-0.8c0-0.7%2C0.2-1%2C0.7-1c0.2%2C0%2C0.3%2C0%2C0.6%2C0.1%20c0.8%2C0.2%2C1.4%2C0.3%2C1.9%2C0.3c0.9%2C0%2C1.3-0.3%2C1.3-1v-1.2h-10.1v3.3c0%2C0.5-0.3%2C0.8-0.9%2C0.8c-0.5%2C0-0.8-0.3-0.8-0.8v-3.3h-0.9%20c-0.5%2C0-0.8-0.3-0.8-0.8c0-0.5%2C0.3-0.8%2C0.8-0.8h0.9v-5.3c0-1.1%2C0.6-1.6%2C1.7-1.6h4.1V21h-6.4c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.7%2C0.7-0.7h3.3v-1.7h-2.6c-0.5%2C0-0.7-0.2-0.7-0.7c0-0.5%2C0.2-0.7%2C0.7-0.7h2.6V15h-3.2c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.7%2C0.7-0.7h3.2v-1c0-0.5%2C0.3-0.8%2C0.8-0.8c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.8v1h4.3v-0.9c0-0.6%2C0.3-0.9%2C0.9-0.9%20c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.9v0.9h3.4C259.1%2C13.5%2C259.4%2C13.8%2C259.4%2C14.2z%20M250.6%2C26.1v-1.9h-3.8c-0.2%2C0-0.3%2C0.2-0.3%2C0.6v1.3H250.6z%20M250.6%2C29.7v-2.1h-4.1v2.1H250.6z%20M253.4%2C15h-4.3v1.3h4.3V15z%20M253.4%2C17.8h-4.3v1.7h4.3V17.8z%20M252.3%2C26.1h4.3v-1.3%20c0-0.4-0.2-0.6-0.4-0.6h-3.9V26.1z%20M252.3%2C29.7h4.3v-2.1h-4.3V29.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M268.5%2C14c0%2C1.1-0.1%2C2.1-0.1%2C3h2.1v-4.3c0-0.6%2C0.3-0.9%2C0.9-0.9c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.9v4.3h1.6%20c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.6-0.3%2C0.9-0.8%2C0.9h-1.6v5.9c0.4-0.3%2C0.9-0.6%2C1.4-0.9c0.3-0.1%2C0.4-0.1%2C0.4-0.1c0.6%2C0%2C0.9%2C0.3%2C0.9%2C1%20c0%2C0.3-0.2%2C0.5-0.5%2C0.8c-0.6%2C0.5-1.4%2C1-2.3%2C1.6v7.4c0%2C0.6-0.3%2C0.9-0.9%2C0.9c-0.6%2C0-0.9-0.3-0.9-0.9v-6.5c-1.1%2C0.5-2.1%2C1-3.1%2C1.3%20c-0.2%2C0.1-0.4%2C0.1-0.6%2C0.1c-0.6%2C0-0.9-0.3-0.9-1c0-0.5%2C0.2-0.9%2C0.7-1c1.4-0.5%2C2.5-0.9%2C3.4-1.4c0.2-0.1%2C0.3-0.1%2C0.4-0.2v-7h-2.2%20c-0.2%2C1.5-0.5%2C2.9-0.9%2C4.2c-0.1%2C0.5-0.5%2C0.8-1.1%2C0.8c-0.5%2C0-0.7-0.2-0.7-0.7c0-0.3%2C0-0.5%2C0.1-0.7c0.7-2.3%2C1.1-5.1%2C1.2-8.6%20c0-0.5%2C0.3-0.8%2C0.8-0.8C268.2%2C13%2C268.5%2C13.4%2C268.5%2C14z%20M278.6%2C12.5c-0.1%2C1-0.2%2C1.9-0.3%2C2.7h9.2c1.3%2C0%2C1.9%2C0.5%2C1.9%2C1.6%20c0%2C5.5-0.2%2C9.8-0.6%2C13c-0.3%2C2.1-0.8%2C3.5-1.5%2C4.2c-0.7%2C0.8-1.8%2C1.2-3.2%2C1.2c-0.7%2C0-1.7-0.2-2.9-0.6c-0.5-0.2-0.7-0.5-0.7-1%20c0-0.7%2C0.3-1%2C0.9-1c1.3%2C0.4%2C2.2%2C0.6%2C2.7%2C0.6c0.9%2C0%2C1.5-0.3%2C2-0.9c0.4-0.7%2C0.7-1.8%2C0.9-3.2c0.3-2.1%2C0.5-5.9%2C0.5-11.5%20c0-0.5-0.3-0.7-0.7-0.7h-0.8c0%2C0.4-0.1%2C0.7-0.1%2C1.1c-0.3%2C2.2-0.8%2C4.4-1.7%2C6.7c-0.7%2C1.8-1.5%2C3.5-2.6%2C5.1c-1.1%2C1.6-2.6%2C3.1-4.3%2C4.6%20c-0.2%2C0.1-0.4%2C0.2-0.7%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.3%2C0.1-0.5%2C0.3-0.7c1.7-1.5%2C3.1-2.9%2C4-4.2%20c1-1.4%2C1.9-3%2C2.5-4.7c0.8-1.9%2C1.3-4.3%2C1.6-7h-2.2c0%2C0.1-0.1%2C0.2-0.1%2C0.3c-0.5%2C2.1-1%2C3.8-1.6%2C5.2c-0.6%2C1.5-1.4%2C3-2.3%2C4.3%20c-0.7%2C1.1-1.6%2C2.1-2.5%2C3c-0.2%2C0.2-0.4%2C0.2-0.6%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.2%2C0.1-0.4%2C0.3-0.6%20c0.9-0.9%2C1.7-1.8%2C2.4-2.8c0.8-1.2%2C1.5-2.6%2C2.1-4c0.5-1.3%2C1-2.8%2C1.4-4.5H278c-0.1%2C0.2-0.1%2C0.4-0.2%2C0.6c-0.5%2C1.7-1.3%2C3.1-2.2%2C4.3%20c-0.3%2C0.4-0.7%2C0.5-0.9%2C0.5c-0.8%2C0-1.1-0.3-1.1-1c0-0.1%2C0.1-0.3%2C0.3-0.5c1-1.2%2C1.7-2.5%2C2.1-3.9c0.4-1.2%2C0.6-2.7%2C0.8-4.5%20c0-0.5%2C0.3-0.8%2C0.9-0.8C278.3%2C11.7%2C278.6%2C12%2C278.6%2C12.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M301.6%2C11.9c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6c0%2C0.2-0.1%2C0.3-0.1%2C0.5c-0.8%2C1.7-1.7%2C3.2-2.7%2C4.4c0.6%2C0.5%2C1.1%2C1%2C1.6%2C1.6%20c0.7-1.1%2C1.4-2.2%2C2-3.4c0.2-0.3%2C0.4-0.4%2C0.8-0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2c0.2%2C0.2%2C0.2%2C0.4%2C0.2%2C0.6c0%2C0.2-0.1%2C0.4-0.2%2C0.6%20c-0.8%2C1.4-1.6%2C2.8-2.5%2C4.1c-0.5%2C0.7-1%2C1.3-1.5%2C1.9c1-0.1%2C1.9-0.3%2C2.8-0.5c-0.1-0.2-0.1-0.4-0.2-0.5c-0.1-0.2-0.1-0.3-0.1-0.4%20c0-0.5%2C0.3-0.7%2C0.8-0.7c0.2%2C0%2C0.4%2C0.2%2C0.6%2C0.4c0.4%2C0.8%2C0.7%2C1.7%2C0.9%2C2.7c0.1%2C0.2%2C0.1%2C0.4%2C0.1%2C0.6c0%2C0.5-0.3%2C0.7-1%2C0.7%20c-0.3%2C0-0.5-0.2-0.6-0.6c-0.1-0.3-0.1-0.5-0.2-0.7c-0.5%2C0.1-1%2C0.2-1.4%2C0.3v10.6c0%2C0.5-0.3%2C0.8-0.9%2C0.8c-0.5%2C0-0.8-0.3-0.8-0.8%20V24.4c-1.1%2C0.2-2.1%2C0.4-3.2%2C0.5c-0.5%2C0-0.8-0.4-0.8-1.1c0-0.5%2C0.3-0.8%2C0.8-0.8c0.3%2C0%2C0.5%2C0%2C0.8-0.1c0.7-0.8%2C1.4-1.6%2C2-2.5%20c-0.1-0.1-0.2-0.1-0.3-0.2c-0.7-0.7-1.2-1.2-1.6-1.5c-0.4-0.3-0.8-0.6-1.3-1c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.5%2C0.3-0.8%2C0.8-0.8%20c0.2%2C0%2C0.3%2C0.1%2C0.6%2C0.2c0.1%2C0.1%2C0.1%2C0.1%2C0.1%2C0.1c0.8-1.1%2C1.6-2.5%2C2.3-4.2c0.1-0.3%2C0.3-0.5%2C0.7-0.5%20C301.1%2C11.7%2C301.3%2C11.8%2C301.6%2C11.9z%20M298.8%2C26.9c0%2C2.5-0.2%2C4.8-0.7%2C6.9c-0.1%2C0.5-0.5%2C0.8-1.1%2C0.8c-0.5%2C0-0.7-0.2-0.7-0.7%20c0-0.3%2C0-0.5%2C0.1-0.7c0.5-1.8%2C0.8-3.9%2C0.8-6.6c0-0.5%2C0.2-0.7%2C0.7-0.7C298.4%2C25.9%2C298.8%2C26.2%2C298.8%2C26.9z%20M304.3%2C26.7%20c0.2%2C0.9%2C0.4%2C2.3%2C0.6%2C4.2c0.1%2C0.4%2C0.1%2C0.7%2C0.1%2C0.8c0%2C0.5-0.3%2C0.7-0.8%2C0.7c-0.5%2C0-0.7-0.2-0.7-0.7c-0.2-1.7-0.4-3.2-0.6-4.4%20l-0.1-0.4c0-0.4%2C0.2-0.6%2C0.7-0.6C303.9%2C26.2%2C304.1%2C26.4%2C304.3%2C26.7z%20M317.7%2C12.4c1.2%2C0%2C1.8%2C0.6%2C1.8%2C1.8v19.4%20c0%2C1.4-0.9%2C2.1-2.6%2C2.1c-0.8%2C0-1.7-0.1-2.8-0.4c-0.4-0.2-0.6-0.4-0.6-0.7c0-0.7%2C0.2-1%2C0.7-1c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1%20c0.8%2C0.2%2C1.5%2C0.3%2C2%2C0.3c0.7%2C0%2C1-0.3%2C1-1V14.6c0-0.4-0.2-0.6-0.4-0.6h-9.6c-0.2%2C0-0.3%2C0.2-0.3%2C0.6v20.2c0%2C0.5-0.3%2C0.8-0.9%2C0.8%20c-0.5%2C0-0.8-0.3-0.8-0.8V14.2c0-1.2%2C0.6-1.8%2C1.8-1.8H317.7z%20M316%2C15c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6c0%2C0.2-0.1%2C0.4-0.2%2C0.6%20c-0.3%2C0.7-0.5%2C1.4-0.9%2C2.1c-0.1%2C0.3-0.3%2C0.5-0.4%2C0.7h1.6c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.8c0%2C0.5-0.2%2C0.8-0.7%2C0.8h-3.2v2.2h3.3%20c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.6-0.3%2C0.8-0.8%2C0.8H311V28c0%2C0.4%2C0.2%2C0.5%2C0.5%2C0.5h4.5c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.8c0%2C0.5-0.3%2C0.8-0.9%2C0.8%20h-4.9c-1.2%2C0-1.8-0.6-1.8-1.7v-3.9h-0.6c-0.5%2C0-0.8-0.3-0.8-0.8c0-0.5%2C0.3-0.8%2C0.8-0.8h2.7v-2.2H309c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.8%2C0.7-0.8h4.2c0.2-0.4%2C0.4-0.8%2C0.5-1.2c0.3-0.9%2C0.6-1.8%2C0.9-2.7c0.2-0.3%2C0.4-0.4%2C0.8-0.4%20C315.6%2C14.7%2C315.8%2C14.9%2C316%2C15z%20M311.2%2C15.4c0.1%2C0.4%2C0.3%2C1.1%2C0.4%2C2c0%2C0.2%2C0.1%2C0.3%2C0.1%2C0.4c0%2C0.5-0.3%2C0.7-0.8%2C0.7%20c-0.5%2C0-0.8-0.2-0.8-0.7c-0.2-0.8-0.3-1.5-0.5-2l-0.1-0.2c0-0.5%2C0.3-0.7%2C0.8-0.7C310.7%2C15%2C311%2C15.1%2C311.2%2C15.4z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M103.4%2C0H64.2c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v24.5c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6h39.2c3.1%2C0%2C5.6-2.5%2C5.6-5.6V5.6%20C109%2C2.5%2C106.5%2C0%2C103.4%2C0z%20M99.2%2C23.9c0%2C1.6-1.3%2C3-3%2C3H71.5c-1.6%2C0-3-1.3-3-3v-12c0-1.6%2C1.3-3%2C3-3h24.7c1.6%2C0%2C3%2C1.3%2C3%2C3V23.9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M218.5%2C0h-39.2c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v24.5c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6h39.2c3.1%2C0%2C5.6-2.5%2C5.6-5.6V5.6%20C224.1%2C2.5%2C221.6%2C0%2C218.5%2C0z%20M207.1%2C30.4c-0.9%2C0.3-3.1%2C0.5-3.2%2C0.5c-0.1%2C0-1.4%2C0-2-0.1c-9.9-1-8.9-7.5-8.9-7.5s-2.3%2C0.9-2.9%2C3.8%20c-0.2%2C1.1%2C0.1%2C2.9%2C0.9%2C3.7c0.5%2C0.5-2.1-0.6-4-2.3c-2.7-2.5-4.3-5.6-4.3-8.7c0-9.9%2C10.9-14.1%2C15.1-14.8c13.2%2C1.3%2C17.3%2C10%2C17.3%2C14.5%20C215.1%2C25.9%2C211.4%2C29.5%2C207.1%2C30.4z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M46.9%2C0H5.6C2.5%2C0%2C0%2C2.5%2C0%2C5.6v30.1h10.5V10.5H21v25.2h10.5V10.5H42v25.2h10.5V5.6C52.5%2C2.5%2C50%2C0%2C46.9%2C0z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M162%2C0h-41.3c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v30.1h10.5V10.5h10.5v25.2h10.5V10.5h10.5v25.2h10.5V5.6%20C167.6%2C2.5%2C165.1%2C0%2C162%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
/*momologo #ecd8bf.cantantBase .momologo a {  display:block; width:197px; height:22px;background-size: 197px 22px; background-repeat: no-repeat; background:url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22logo%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%20319.5%2035.7%22%20style%3D%22enable-background%3Anew%200%200%20319.5%2035.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ecd8bf%3B%7D%20.st1%7Bfill%3A%23ecd8bf%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M241.3%2C12.6c0.9%2C0%2C1.4%2C0.4%2C1.4%2C1.2v13.4c0%2C0.7-0.3%2C1.2-1%2C1.3c0.1%2C0.1%2C0.2%2C0.3%2C0.2%2C0.4c0.2%2C1.8%2C0.5%2C3.4%2C1%2C5%20c0.1%2C0.2%2C0.2%2C0.4%2C0.2%2C0.6c0%2C0.3-0.1%2C0.4-0.2%2C0.5c-0.1%2C0.2-0.3%2C0.3-0.7%2C0.3c-0.3%2C0-0.5-0.2-0.8-0.4c-0.4-1.2-0.8-2.5-1-4%20c-0.2-0.9-0.2-1.6-0.2-1.9c0-0.2%2C0-0.4%2C0.1-0.5h-1.8c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.2-0.1%2C0.3-0.1%2C0.5c-0.5%2C2.1-1.1%2C3.9-1.7%2C5.4%20c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.3c-0.6%2C0-0.9-0.3-0.9-0.7c0-0.2%2C0-0.3%2C0.1-0.4c0.6-1.4%2C1.1-3.2%2C1.8-5.3c0-0.1%2C0-0.1%2C0-0.1%20c-0.8-0.1-1.2-0.5-1.2-1.3V13.8c0-0.8%2C0.4-1.2%2C1.3-1.2H241.3z%20M241%2C17.3v-2.5c0-0.4-0.2-0.6-0.6-0.6h-1.9c-0.4%2C0-0.5%2C0.2-0.5%2C0.6%20v2.5H241z%20M241%2C22v-3.2H238V22H241z%20M241%2C26.3v-2.8H238v2.8c0%2C0.5%2C0.2%2C0.7%2C0.5%2C0.7h1.9C240.8%2C27%2C241%2C26.8%2C241%2C26.3z%20M259.4%2C14.2%20c0%2C0.5-0.3%2C0.8-0.7%2C0.8h-3.4v1.3h2.9c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.7c0%2C0.5-0.2%2C0.7-0.7%2C0.7h-2.9v1.7h3.8c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.7%20c0%2C0.5-0.2%2C0.8-0.7%2C0.8h-6.7v1.7h4.3c1.2%2C0%2C1.7%2C0.5%2C1.7%2C1.6v5.3h0.8c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.5-0.3%2C0.8-0.8%2C0.8h-0.8v1.6%20c0%2C1.6-1%2C2.4-2.8%2C2.4c-0.8%2C0-1.7-0.2-2.7-0.4c-0.4-0.2-0.6-0.4-0.6-0.8c0-0.7%2C0.2-1%2C0.7-1c0.2%2C0%2C0.3%2C0%2C0.6%2C0.1%20c0.8%2C0.2%2C1.4%2C0.3%2C1.9%2C0.3c0.9%2C0%2C1.3-0.3%2C1.3-1v-1.2h-10.1v3.3c0%2C0.5-0.3%2C0.8-0.9%2C0.8c-0.5%2C0-0.8-0.3-0.8-0.8v-3.3h-0.9%20c-0.5%2C0-0.8-0.3-0.8-0.8c0-0.5%2C0.3-0.8%2C0.8-0.8h0.9v-5.3c0-1.1%2C0.6-1.6%2C1.7-1.6h4.1V21h-6.4c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.7%2C0.7-0.7h3.3v-1.7h-2.6c-0.5%2C0-0.7-0.2-0.7-0.7c0-0.5%2C0.2-0.7%2C0.7-0.7h2.6V15h-3.2c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.7%2C0.7-0.7h3.2v-1c0-0.5%2C0.3-0.8%2C0.8-0.8c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.8v1h4.3v-0.9c0-0.6%2C0.3-0.9%2C0.9-0.9%20c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.9v0.9h3.4C259.1%2C13.5%2C259.4%2C13.8%2C259.4%2C14.2z%20M250.6%2C26.1v-1.9h-3.8c-0.2%2C0-0.3%2C0.2-0.3%2C0.6v1.3H250.6z%20M250.6%2C29.7v-2.1h-4.1v2.1H250.6z%20M253.4%2C15h-4.3v1.3h4.3V15z%20M253.4%2C17.8h-4.3v1.7h4.3V17.8z%20M252.3%2C26.1h4.3v-1.3%20c0-0.4-0.2-0.6-0.4-0.6h-3.9V26.1z%20M252.3%2C29.7h4.3v-2.1h-4.3V29.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M268.5%2C14c0%2C1.1-0.1%2C2.1-0.1%2C3h2.1v-4.3c0-0.6%2C0.3-0.9%2C0.9-0.9c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.9v4.3h1.6%20c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.6-0.3%2C0.9-0.8%2C0.9h-1.6v5.9c0.4-0.3%2C0.9-0.6%2C1.4-0.9c0.3-0.1%2C0.4-0.1%2C0.4-0.1c0.6%2C0%2C0.9%2C0.3%2C0.9%2C1%20c0%2C0.3-0.2%2C0.5-0.5%2C0.8c-0.6%2C0.5-1.4%2C1-2.3%2C1.6v7.4c0%2C0.6-0.3%2C0.9-0.9%2C0.9c-0.6%2C0-0.9-0.3-0.9-0.9v-6.5c-1.1%2C0.5-2.1%2C1-3.1%2C1.3%20c-0.2%2C0.1-0.4%2C0.1-0.6%2C0.1c-0.6%2C0-0.9-0.3-0.9-1c0-0.5%2C0.2-0.9%2C0.7-1c1.4-0.5%2C2.5-0.9%2C3.4-1.4c0.2-0.1%2C0.3-0.1%2C0.4-0.2v-7h-2.2%20c-0.2%2C1.5-0.5%2C2.9-0.9%2C4.2c-0.1%2C0.5-0.5%2C0.8-1.1%2C0.8c-0.5%2C0-0.7-0.2-0.7-0.7c0-0.3%2C0-0.5%2C0.1-0.7c0.7-2.3%2C1.1-5.1%2C1.2-8.6%20c0-0.5%2C0.3-0.8%2C0.8-0.8C268.2%2C13%2C268.5%2C13.4%2C268.5%2C14z%20M278.6%2C12.5c-0.1%2C1-0.2%2C1.9-0.3%2C2.7h9.2c1.3%2C0%2C1.9%2C0.5%2C1.9%2C1.6%20c0%2C5.5-0.2%2C9.8-0.6%2C13c-0.3%2C2.1-0.8%2C3.5-1.5%2C4.2c-0.7%2C0.8-1.8%2C1.2-3.2%2C1.2c-0.7%2C0-1.7-0.2-2.9-0.6c-0.5-0.2-0.7-0.5-0.7-1%20c0-0.7%2C0.3-1%2C0.9-1c1.3%2C0.4%2C2.2%2C0.6%2C2.7%2C0.6c0.9%2C0%2C1.5-0.3%2C2-0.9c0.4-0.7%2C0.7-1.8%2C0.9-3.2c0.3-2.1%2C0.5-5.9%2C0.5-11.5%20c0-0.5-0.3-0.7-0.7-0.7h-0.8c0%2C0.4-0.1%2C0.7-0.1%2C1.1c-0.3%2C2.2-0.8%2C4.4-1.7%2C6.7c-0.7%2C1.8-1.5%2C3.5-2.6%2C5.1c-1.1%2C1.6-2.6%2C3.1-4.3%2C4.6%20c-0.2%2C0.1-0.4%2C0.2-0.7%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.3%2C0.1-0.5%2C0.3-0.7c1.7-1.5%2C3.1-2.9%2C4-4.2%20c1-1.4%2C1.9-3%2C2.5-4.7c0.8-1.9%2C1.3-4.3%2C1.6-7h-2.2c0%2C0.1-0.1%2C0.2-0.1%2C0.3c-0.5%2C2.1-1%2C3.8-1.6%2C5.2c-0.6%2C1.5-1.4%2C3-2.3%2C4.3%20c-0.7%2C1.1-1.6%2C2.1-2.5%2C3c-0.2%2C0.2-0.4%2C0.2-0.6%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.2%2C0.1-0.4%2C0.3-0.6%20c0.9-0.9%2C1.7-1.8%2C2.4-2.8c0.8-1.2%2C1.5-2.6%2C2.1-4c0.5-1.3%2C1-2.8%2C1.4-4.5H278c-0.1%2C0.2-0.1%2C0.4-0.2%2C0.6c-0.5%2C1.7-1.3%2C3.1-2.2%2C4.3%20c-0.3%2C0.4-0.7%2C0.5-0.9%2C0.5c-0.8%2C0-1.1-0.3-1.1-1c0-0.1%2C0.1-0.3%2C0.3-0.5c1-1.2%2C1.7-2.5%2C2.1-3.9c0.4-1.2%2C0.6-2.7%2C0.8-4.5%20c0-0.5%2C0.3-0.8%2C0.9-0.8C278.3%2C11.7%2C278.6%2C12%2C278.6%2C12.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M301.6%2C11.9c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6c0%2C0.2-0.1%2C0.3-0.1%2C0.5c-0.8%2C1.7-1.7%2C3.2-2.7%2C4.4c0.6%2C0.5%2C1.1%2C1%2C1.6%2C1.6%20c0.7-1.1%2C1.4-2.2%2C2-3.4c0.2-0.3%2C0.4-0.4%2C0.8-0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2c0.2%2C0.2%2C0.2%2C0.4%2C0.2%2C0.6c0%2C0.2-0.1%2C0.4-0.2%2C0.6%20c-0.8%2C1.4-1.6%2C2.8-2.5%2C4.1c-0.5%2C0.7-1%2C1.3-1.5%2C1.9c1-0.1%2C1.9-0.3%2C2.8-0.5c-0.1-0.2-0.1-0.4-0.2-0.5c-0.1-0.2-0.1-0.3-0.1-0.4%20c0-0.5%2C0.3-0.7%2C0.8-0.7c0.2%2C0%2C0.4%2C0.2%2C0.6%2C0.4c0.4%2C0.8%2C0.7%2C1.7%2C0.9%2C2.7c0.1%2C0.2%2C0.1%2C0.4%2C0.1%2C0.6c0%2C0.5-0.3%2C0.7-1%2C0.7%20c-0.3%2C0-0.5-0.2-0.6-0.6c-0.1-0.3-0.1-0.5-0.2-0.7c-0.5%2C0.1-1%2C0.2-1.4%2C0.3v10.6c0%2C0.5-0.3%2C0.8-0.9%2C0.8c-0.5%2C0-0.8-0.3-0.8-0.8%20V24.4c-1.1%2C0.2-2.1%2C0.4-3.2%2C0.5c-0.5%2C0-0.8-0.4-0.8-1.1c0-0.5%2C0.3-0.8%2C0.8-0.8c0.3%2C0%2C0.5%2C0%2C0.8-0.1c0.7-0.8%2C1.4-1.6%2C2-2.5%20c-0.1-0.1-0.2-0.1-0.3-0.2c-0.7-0.7-1.2-1.2-1.6-1.5c-0.4-0.3-0.8-0.6-1.3-1c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.5%2C0.3-0.8%2C0.8-0.8%20c0.2%2C0%2C0.3%2C0.1%2C0.6%2C0.2c0.1%2C0.1%2C0.1%2C0.1%2C0.1%2C0.1c0.8-1.1%2C1.6-2.5%2C2.3-4.2c0.1-0.3%2C0.3-0.5%2C0.7-0.5%20C301.1%2C11.7%2C301.3%2C11.8%2C301.6%2C11.9z%20M298.8%2C26.9c0%2C2.5-0.2%2C4.8-0.7%2C6.9c-0.1%2C0.5-0.5%2C0.8-1.1%2C0.8c-0.5%2C0-0.7-0.2-0.7-0.7%20c0-0.3%2C0-0.5%2C0.1-0.7c0.5-1.8%2C0.8-3.9%2C0.8-6.6c0-0.5%2C0.2-0.7%2C0.7-0.7C298.4%2C25.9%2C298.8%2C26.2%2C298.8%2C26.9z%20M304.3%2C26.7%20c0.2%2C0.9%2C0.4%2C2.3%2C0.6%2C4.2c0.1%2C0.4%2C0.1%2C0.7%2C0.1%2C0.8c0%2C0.5-0.3%2C0.7-0.8%2C0.7c-0.5%2C0-0.7-0.2-0.7-0.7c-0.2-1.7-0.4-3.2-0.6-4.4%20l-0.1-0.4c0-0.4%2C0.2-0.6%2C0.7-0.6C303.9%2C26.2%2C304.1%2C26.4%2C304.3%2C26.7z%20M317.7%2C12.4c1.2%2C0%2C1.8%2C0.6%2C1.8%2C1.8v19.4%20c0%2C1.4-0.9%2C2.1-2.6%2C2.1c-0.8%2C0-1.7-0.1-2.8-0.4c-0.4-0.2-0.6-0.4-0.6-0.7c0-0.7%2C0.2-1%2C0.7-1c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1%20c0.8%2C0.2%2C1.5%2C0.3%2C2%2C0.3c0.7%2C0%2C1-0.3%2C1-1V14.6c0-0.4-0.2-0.6-0.4-0.6h-9.6c-0.2%2C0-0.3%2C0.2-0.3%2C0.6v20.2c0%2C0.5-0.3%2C0.8-0.9%2C0.8%20c-0.5%2C0-0.8-0.3-0.8-0.8V14.2c0-1.2%2C0.6-1.8%2C1.8-1.8H317.7z%20M316%2C15c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6c0%2C0.2-0.1%2C0.4-0.2%2C0.6%20c-0.3%2C0.7-0.5%2C1.4-0.9%2C2.1c-0.1%2C0.3-0.3%2C0.5-0.4%2C0.7h1.6c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.8c0%2C0.5-0.2%2C0.8-0.7%2C0.8h-3.2v2.2h3.3%20c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.6-0.3%2C0.8-0.8%2C0.8H311V28c0%2C0.4%2C0.2%2C0.5%2C0.5%2C0.5h4.5c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.8c0%2C0.5-0.3%2C0.8-0.9%2C0.8%20h-4.9c-1.2%2C0-1.8-0.6-1.8-1.7v-3.9h-0.6c-0.5%2C0-0.8-0.3-0.8-0.8c0-0.5%2C0.3-0.8%2C0.8-0.8h2.7v-2.2H309c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.8%2C0.7-0.8h4.2c0.2-0.4%2C0.4-0.8%2C0.5-1.2c0.3-0.9%2C0.6-1.8%2C0.9-2.7c0.2-0.3%2C0.4-0.4%2C0.8-0.4%20C315.6%2C14.7%2C315.8%2C14.9%2C316%2C15z%20M311.2%2C15.4c0.1%2C0.4%2C0.3%2C1.1%2C0.4%2C2c0%2C0.2%2C0.1%2C0.3%2C0.1%2C0.4c0%2C0.5-0.3%2C0.7-0.8%2C0.7%20c-0.5%2C0-0.8-0.2-0.8-0.7c-0.2-0.8-0.3-1.5-0.5-2l-0.1-0.2c0-0.5%2C0.3-0.7%2C0.8-0.7C310.7%2C15%2C311%2C15.1%2C311.2%2C15.4z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M103.4%2C0H64.2c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v24.5c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6h39.2c3.1%2C0%2C5.6-2.5%2C5.6-5.6V5.6%20C109%2C2.5%2C106.5%2C0%2C103.4%2C0z%20M99.2%2C23.9c0%2C1.6-1.3%2C3-3%2C3H71.5c-1.6%2C0-3-1.3-3-3v-12c0-1.6%2C1.3-3%2C3-3h24.7c1.6%2C0%2C3%2C1.3%2C3%2C3V23.9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M218.5%2C0h-39.2c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v24.5c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6h39.2c3.1%2C0%2C5.6-2.5%2C5.6-5.6V5.6%20C224.1%2C2.5%2C221.6%2C0%2C218.5%2C0z%20M207.1%2C30.4c-0.9%2C0.3-3.1%2C0.5-3.2%2C0.5c-0.1%2C0-1.4%2C0-2-0.1c-9.9-1-8.9-7.5-8.9-7.5s-2.3%2C0.9-2.9%2C3.8%20c-0.2%2C1.1%2C0.1%2C2.9%2C0.9%2C3.7c0.5%2C0.5-2.1-0.6-4-2.3c-2.7-2.5-4.3-5.6-4.3-8.7c0-9.9%2C10.9-14.1%2C15.1-14.8c13.2%2C1.3%2C17.3%2C10%2C17.3%2C14.5%20C215.1%2C25.9%2C211.4%2C29.5%2C207.1%2C30.4z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M46.9%2C0H5.6C2.5%2C0%2C0%2C2.5%2C0%2C5.6v30.1h10.5V10.5H21v25.2h10.5V10.5H42v25.2h10.5V5.6C52.5%2C2.5%2C50%2C0%2C46.9%2C0z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M162%2C0h-41.3c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v30.1h10.5V10.5h10.5v25.2h10.5V10.5h10.5v25.2h10.5V5.6%20C167.6%2C2.5%2C165.1%2C0%2C162%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');}
*/
/*momologo 正桃色+白字*/
.cantantBase .momologo a:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22logo%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%20319.5%2035.7%22%20style%3D%22enable-background%3Anew%200%200%20319.5%2035.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFF%3B%7D%20.st1%7Bfill%3A%23D6006D%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M241.3%2C12.6c0.9%2C0%2C1.4%2C0.4%2C1.4%2C1.2v13.4c0%2C0.7-0.3%2C1.2-1%2C1.3c0.1%2C0.1%2C0.2%2C0.3%2C0.2%2C0.4c0.2%2C1.8%2C0.5%2C3.4%2C1%2C5%20c0.1%2C0.2%2C0.2%2C0.4%2C0.2%2C0.6c0%2C0.3-0.1%2C0.4-0.2%2C0.5c-0.1%2C0.2-0.3%2C0.3-0.7%2C0.3c-0.3%2C0-0.5-0.2-0.8-0.4c-0.4-1.2-0.8-2.5-1-4%20c-0.2-0.9-0.2-1.6-0.2-1.9c0-0.2%2C0-0.4%2C0.1-0.5h-1.8c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.2-0.1%2C0.3-0.1%2C0.5c-0.5%2C2.1-1.1%2C3.9-1.7%2C5.4%20c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.3c-0.6%2C0-0.9-0.3-0.9-0.7c0-0.2%2C0-0.3%2C0.1-0.4c0.6-1.4%2C1.1-3.2%2C1.8-5.3c0-0.1%2C0-0.1%2C0-0.1%20c-0.8-0.1-1.2-0.5-1.2-1.3V13.8c0-0.8%2C0.4-1.2%2C1.3-1.2H241.3z%20M241%2C17.3v-2.5c0-0.4-0.2-0.6-0.6-0.6h-1.9c-0.4%2C0-0.5%2C0.2-0.5%2C0.6%20v2.5H241z%20M241%2C22v-3.2H238V22H241z%20M241%2C26.3v-2.8H238v2.8c0%2C0.5%2C0.2%2C0.7%2C0.5%2C0.7h1.9C240.8%2C27%2C241%2C26.8%2C241%2C26.3z%20M259.4%2C14.2%20c0%2C0.5-0.3%2C0.8-0.7%2C0.8h-3.4v1.3h2.9c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.7c0%2C0.5-0.2%2C0.7-0.7%2C0.7h-2.9v1.7h3.8c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.7%20c0%2C0.5-0.2%2C0.8-0.7%2C0.8h-6.7v1.7h4.3c1.2%2C0%2C1.7%2C0.5%2C1.7%2C1.6v5.3h0.8c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.5-0.3%2C0.8-0.8%2C0.8h-0.8v1.6%20c0%2C1.6-1%2C2.4-2.8%2C2.4c-0.8%2C0-1.7-0.2-2.7-0.4c-0.4-0.2-0.6-0.4-0.6-0.8c0-0.7%2C0.2-1%2C0.7-1c0.2%2C0%2C0.3%2C0%2C0.6%2C0.1%20c0.8%2C0.2%2C1.4%2C0.3%2C1.9%2C0.3c0.9%2C0%2C1.3-0.3%2C1.3-1v-1.2h-10.1v3.3c0%2C0.5-0.3%2C0.8-0.9%2C0.8c-0.5%2C0-0.8-0.3-0.8-0.8v-3.3h-0.9%20c-0.5%2C0-0.8-0.3-0.8-0.8c0-0.5%2C0.3-0.8%2C0.8-0.8h0.9v-5.3c0-1.1%2C0.6-1.6%2C1.7-1.6h4.1V21h-6.4c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.7%2C0.7-0.7h3.3v-1.7h-2.6c-0.5%2C0-0.7-0.2-0.7-0.7c0-0.5%2C0.2-0.7%2C0.7-0.7h2.6V15h-3.2c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.7%2C0.7-0.7h3.2v-1c0-0.5%2C0.3-0.8%2C0.8-0.8c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.8v1h4.3v-0.9c0-0.6%2C0.3-0.9%2C0.9-0.9%20c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.9v0.9h3.4C259.1%2C13.5%2C259.4%2C13.8%2C259.4%2C14.2z%20M250.6%2C26.1v-1.9h-3.8c-0.2%2C0-0.3%2C0.2-0.3%2C0.6v1.3H250.6z%20M250.6%2C29.7v-2.1h-4.1v2.1H250.6z%20M253.4%2C15h-4.3v1.3h4.3V15z%20M253.4%2C17.8h-4.3v1.7h4.3V17.8z%20M252.3%2C26.1h4.3v-1.3%20c0-0.4-0.2-0.6-0.4-0.6h-3.9V26.1z%20M252.3%2C29.7h4.3v-2.1h-4.3V29.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M268.5%2C14c0%2C1.1-0.1%2C2.1-0.1%2C3h2.1v-4.3c0-0.6%2C0.3-0.9%2C0.9-0.9c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.9v4.3h1.6%20c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.6-0.3%2C0.9-0.8%2C0.9h-1.6v5.9c0.4-0.3%2C0.9-0.6%2C1.4-0.9c0.3-0.1%2C0.4-0.1%2C0.4-0.1c0.6%2C0%2C0.9%2C0.3%2C0.9%2C1%20c0%2C0.3-0.2%2C0.5-0.5%2C0.8c-0.6%2C0.5-1.4%2C1-2.3%2C1.6v7.4c0%2C0.6-0.3%2C0.9-0.9%2C0.9c-0.6%2C0-0.9-0.3-0.9-0.9v-6.5c-1.1%2C0.5-2.1%2C1-3.1%2C1.3%20c-0.2%2C0.1-0.4%2C0.1-0.6%2C0.1c-0.6%2C0-0.9-0.3-0.9-1c0-0.5%2C0.2-0.9%2C0.7-1c1.4-0.5%2C2.5-0.9%2C3.4-1.4c0.2-0.1%2C0.3-0.1%2C0.4-0.2v-7h-2.2%20c-0.2%2C1.5-0.5%2C2.9-0.9%2C4.2c-0.1%2C0.5-0.5%2C0.8-1.1%2C0.8c-0.5%2C0-0.7-0.2-0.7-0.7c0-0.3%2C0-0.5%2C0.1-0.7c0.7-2.3%2C1.1-5.1%2C1.2-8.6%20c0-0.5%2C0.3-0.8%2C0.8-0.8C268.2%2C13%2C268.5%2C13.4%2C268.5%2C14z%20M278.6%2C12.5c-0.1%2C1-0.2%2C1.9-0.3%2C2.7h9.2c1.3%2C0%2C1.9%2C0.5%2C1.9%2C1.6%20c0%2C5.5-0.2%2C9.8-0.6%2C13c-0.3%2C2.1-0.8%2C3.5-1.5%2C4.2c-0.7%2C0.8-1.8%2C1.2-3.2%2C1.2c-0.7%2C0-1.7-0.2-2.9-0.6c-0.5-0.2-0.7-0.5-0.7-1%20c0-0.7%2C0.3-1%2C0.9-1c1.3%2C0.4%2C2.2%2C0.6%2C2.7%2C0.6c0.9%2C0%2C1.5-0.3%2C2-0.9c0.4-0.7%2C0.7-1.8%2C0.9-3.2c0.3-2.1%2C0.5-5.9%2C0.5-11.5%20c0-0.5-0.3-0.7-0.7-0.7h-0.8c0%2C0.4-0.1%2C0.7-0.1%2C1.1c-0.3%2C2.2-0.8%2C4.4-1.7%2C6.7c-0.7%2C1.8-1.5%2C3.5-2.6%2C5.1c-1.1%2C1.6-2.6%2C3.1-4.3%2C4.6%20c-0.2%2C0.1-0.4%2C0.2-0.7%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.3%2C0.1-0.5%2C0.3-0.7c1.7-1.5%2C3.1-2.9%2C4-4.2%20c1-1.4%2C1.9-3%2C2.5-4.7c0.8-1.9%2C1.3-4.3%2C1.6-7h-2.2c0%2C0.1-0.1%2C0.2-0.1%2C0.3c-0.5%2C2.1-1%2C3.8-1.6%2C5.2c-0.6%2C1.5-1.4%2C3-2.3%2C4.3%20c-0.7%2C1.1-1.6%2C2.1-2.5%2C3c-0.2%2C0.2-0.4%2C0.2-0.6%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.2%2C0.1-0.4%2C0.3-0.6%20c0.9-0.9%2C1.7-1.8%2C2.4-2.8c0.8-1.2%2C1.5-2.6%2C2.1-4c0.5-1.3%2C1-2.8%2C1.4-4.5H278c-0.1%2C0.2-0.1%2C0.4-0.2%2C0.6c-0.5%2C1.7-1.3%2C3.1-2.2%2C4.3%20c-0.3%2C0.4-0.7%2C0.5-0.9%2C0.5c-0.8%2C0-1.1-0.3-1.1-1c0-0.1%2C0.1-0.3%2C0.3-0.5c1-1.2%2C1.7-2.5%2C2.1-3.9c0.4-1.2%2C0.6-2.7%2C0.8-4.5%20c0-0.5%2C0.3-0.8%2C0.9-0.8C278.3%2C11.7%2C278.6%2C12%2C278.6%2C12.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M301.6%2C11.9c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6c0%2C0.2-0.1%2C0.3-0.1%2C0.5c-0.8%2C1.7-1.7%2C3.2-2.7%2C4.4c0.6%2C0.5%2C1.1%2C1%2C1.6%2C1.6%20c0.7-1.1%2C1.4-2.2%2C2-3.4c0.2-0.3%2C0.4-0.4%2C0.8-0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2c0.2%2C0.2%2C0.2%2C0.4%2C0.2%2C0.6c0%2C0.2-0.1%2C0.4-0.2%2C0.6%20c-0.8%2C1.4-1.6%2C2.8-2.5%2C4.1c-0.5%2C0.7-1%2C1.3-1.5%2C1.9c1-0.1%2C1.9-0.3%2C2.8-0.5c-0.1-0.2-0.1-0.4-0.2-0.5c-0.1-0.2-0.1-0.3-0.1-0.4%20c0-0.5%2C0.3-0.7%2C0.8-0.7c0.2%2C0%2C0.4%2C0.2%2C0.6%2C0.4c0.4%2C0.8%2C0.7%2C1.7%2C0.9%2C2.7c0.1%2C0.2%2C0.1%2C0.4%2C0.1%2C0.6c0%2C0.5-0.3%2C0.7-1%2C0.7%20c-0.3%2C0-0.5-0.2-0.6-0.6c-0.1-0.3-0.1-0.5-0.2-0.7c-0.5%2C0.1-1%2C0.2-1.4%2C0.3v10.6c0%2C0.5-0.3%2C0.8-0.9%2C0.8c-0.5%2C0-0.8-0.3-0.8-0.8%20V24.4c-1.1%2C0.2-2.1%2C0.4-3.2%2C0.5c-0.5%2C0-0.8-0.4-0.8-1.1c0-0.5%2C0.3-0.8%2C0.8-0.8c0.3%2C0%2C0.5%2C0%2C0.8-0.1c0.7-0.8%2C1.4-1.6%2C2-2.5%20c-0.1-0.1-0.2-0.1-0.3-0.2c-0.7-0.7-1.2-1.2-1.6-1.5c-0.4-0.3-0.8-0.6-1.3-1c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.5%2C0.3-0.8%2C0.8-0.8%20c0.2%2C0%2C0.3%2C0.1%2C0.6%2C0.2c0.1%2C0.1%2C0.1%2C0.1%2C0.1%2C0.1c0.8-1.1%2C1.6-2.5%2C2.3-4.2c0.1-0.3%2C0.3-0.5%2C0.7-0.5%20C301.1%2C11.7%2C301.3%2C11.8%2C301.6%2C11.9z%20M298.8%2C26.9c0%2C2.5-0.2%2C4.8-0.7%2C6.9c-0.1%2C0.5-0.5%2C0.8-1.1%2C0.8c-0.5%2C0-0.7-0.2-0.7-0.7%20c0-0.3%2C0-0.5%2C0.1-0.7c0.5-1.8%2C0.8-3.9%2C0.8-6.6c0-0.5%2C0.2-0.7%2C0.7-0.7C298.4%2C25.9%2C298.8%2C26.2%2C298.8%2C26.9z%20M304.3%2C26.7%20c0.2%2C0.9%2C0.4%2C2.3%2C0.6%2C4.2c0.1%2C0.4%2C0.1%2C0.7%2C0.1%2C0.8c0%2C0.5-0.3%2C0.7-0.8%2C0.7c-0.5%2C0-0.7-0.2-0.7-0.7c-0.2-1.7-0.4-3.2-0.6-4.4%20l-0.1-0.4c0-0.4%2C0.2-0.6%2C0.7-0.6C303.9%2C26.2%2C304.1%2C26.4%2C304.3%2C26.7z%20M317.7%2C12.4c1.2%2C0%2C1.8%2C0.6%2C1.8%2C1.8v19.4%20c0%2C1.4-0.9%2C2.1-2.6%2C2.1c-0.8%2C0-1.7-0.1-2.8-0.4c-0.4-0.2-0.6-0.4-0.6-0.7c0-0.7%2C0.2-1%2C0.7-1c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1%20c0.8%2C0.2%2C1.5%2C0.3%2C2%2C0.3c0.7%2C0%2C1-0.3%2C1-1V14.6c0-0.4-0.2-0.6-0.4-0.6h-9.6c-0.2%2C0-0.3%2C0.2-0.3%2C0.6v20.2c0%2C0.5-0.3%2C0.8-0.9%2C0.8%20c-0.5%2C0-0.8-0.3-0.8-0.8V14.2c0-1.2%2C0.6-1.8%2C1.8-1.8H317.7z%20M316%2C15c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6c0%2C0.2-0.1%2C0.4-0.2%2C0.6%20c-0.3%2C0.7-0.5%2C1.4-0.9%2C2.1c-0.1%2C0.3-0.3%2C0.5-0.4%2C0.7h1.6c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.8c0%2C0.5-0.2%2C0.8-0.7%2C0.8h-3.2v2.2h3.3%20c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.6-0.3%2C0.8-0.8%2C0.8H311V28c0%2C0.4%2C0.2%2C0.5%2C0.5%2C0.5h4.5c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.8c0%2C0.5-0.3%2C0.8-0.9%2C0.8%20h-4.9c-1.2%2C0-1.8-0.6-1.8-1.7v-3.9h-0.6c-0.5%2C0-0.8-0.3-0.8-0.8c0-0.5%2C0.3-0.8%2C0.8-0.8h2.7v-2.2H309c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.8%2C0.7-0.8h4.2c0.2-0.4%2C0.4-0.8%2C0.5-1.2c0.3-0.9%2C0.6-1.8%2C0.9-2.7c0.2-0.3%2C0.4-0.4%2C0.8-0.4%20C315.6%2C14.7%2C315.8%2C14.9%2C316%2C15z%20M311.2%2C15.4c0.1%2C0.4%2C0.3%2C1.1%2C0.4%2C2c0%2C0.2%2C0.1%2C0.3%2C0.1%2C0.4c0%2C0.5-0.3%2C0.7-0.8%2C0.7%20c-0.5%2C0-0.8-0.2-0.8-0.7c-0.2-0.8-0.3-1.5-0.5-2l-0.1-0.2c0-0.5%2C0.3-0.7%2C0.8-0.7C310.7%2C15%2C311%2C15.1%2C311.2%2C15.4z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M103.4%2C0H64.2c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v24.5c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6h39.2c3.1%2C0%2C5.6-2.5%2C5.6-5.6V5.6%20C109%2C2.5%2C106.5%2C0%2C103.4%2C0z%20M99.2%2C23.9c0%2C1.6-1.3%2C3-3%2C3H71.5c-1.6%2C0-3-1.3-3-3v-12c0-1.6%2C1.3-3%2C3-3h24.7c1.6%2C0%2C3%2C1.3%2C3%2C3V23.9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M218.5%2C0h-39.2c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v24.5c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6h39.2c3.1%2C0%2C5.6-2.5%2C5.6-5.6V5.6%20C224.1%2C2.5%2C221.6%2C0%2C218.5%2C0z%20M207.1%2C30.4c-0.9%2C0.3-3.1%2C0.5-3.2%2C0.5c-0.1%2C0-1.4%2C0-2-0.1c-9.9-1-8.9-7.5-8.9-7.5s-2.3%2C0.9-2.9%2C3.8%20c-0.2%2C1.1%2C0.1%2C2.9%2C0.9%2C3.7c0.5%2C0.5-2.1-0.6-4-2.3c-2.7-2.5-4.3-5.6-4.3-8.7c0-9.9%2C10.9-14.1%2C15.1-14.8c13.2%2C1.3%2C17.3%2C10%2C17.3%2C14.5%20C215.1%2C25.9%2C211.4%2C29.5%2C207.1%2C30.4z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M46.9%2C0H5.6C2.5%2C0%2C0%2C2.5%2C0%2C5.6v30.1h10.5V10.5H21v25.2h10.5V10.5H42v25.2h10.5V5.6C52.5%2C2.5%2C50%2C0%2C46.9%2C0z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M162%2C0h-41.3c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v30.1h10.5V10.5h10.5v25.2h10.5V10.5h10.5v25.2h10.5V5.6%20C167.6%2C2.5%2C165.1%2C0%2C162%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
/*momologo #FFFFFF*/
.cantantBase .momologo a:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22logo%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%20319.5%2035.7%22%20style%3D%22enable-background%3Anew%200%200%20319.5%2035.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23ffffff%3B%7D%20%3C%2Fstyle%3E%20%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M241.3%2C12.6c0.9%2C0%2C1.4%2C0.4%2C1.4%2C1.2v13.4c0%2C0.7-0.3%2C1.2-1%2C1.3c0.1%2C0.1%2C0.2%2C0.3%2C0.2%2C0.4c0.2%2C1.8%2C0.5%2C3.4%2C1%2C5%20c0.1%2C0.2%2C0.2%2C0.4%2C0.2%2C0.6c0%2C0.3-0.1%2C0.4-0.2%2C0.5c-0.1%2C0.2-0.3%2C0.3-0.7%2C0.3c-0.3%2C0-0.5-0.2-0.8-0.4c-0.4-1.2-0.8-2.5-1-4%20c-0.2-0.9-0.2-1.6-0.2-1.9c0-0.2%2C0-0.4%2C0.1-0.5h-1.8c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.2-0.1%2C0.3-0.1%2C0.5c-0.5%2C2.1-1.1%2C3.9-1.7%2C5.4%20c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.3c-0.6%2C0-0.9-0.3-0.9-0.7c0-0.2%2C0-0.3%2C0.1-0.4c0.6-1.4%2C1.1-3.2%2C1.8-5.3c0-0.1%2C0-0.1%2C0-0.1%20c-0.8-0.1-1.2-0.5-1.2-1.3V13.8c0-0.8%2C0.4-1.2%2C1.3-1.2H241.3z%20M241%2C17.3v-2.5c0-0.4-0.2-0.6-0.6-0.6h-1.9c-0.4%2C0-0.5%2C0.2-0.5%2C0.6%20v2.5H241z%20M241%2C22v-3.2H238V22H241z%20M241%2C26.3v-2.8H238v2.8c0%2C0.5%2C0.2%2C0.7%2C0.5%2C0.7h1.9C240.8%2C27%2C241%2C26.8%2C241%2C26.3z%20M259.4%2C14.2%20c0%2C0.5-0.3%2C0.8-0.7%2C0.8h-3.4v1.3h2.9c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.7c0%2C0.5-0.2%2C0.7-0.7%2C0.7h-2.9v1.7h3.8c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.7%20c0%2C0.5-0.2%2C0.8-0.7%2C0.8h-6.7v1.7h4.3c1.2%2C0%2C1.7%2C0.5%2C1.7%2C1.6v5.3h0.8c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.5-0.3%2C0.8-0.8%2C0.8h-0.8v1.6%20c0%2C1.6-1%2C2.4-2.8%2C2.4c-0.8%2C0-1.7-0.2-2.7-0.4c-0.4-0.2-0.6-0.4-0.6-0.8c0-0.7%2C0.2-1%2C0.7-1c0.2%2C0%2C0.3%2C0%2C0.6%2C0.1%20c0.8%2C0.2%2C1.4%2C0.3%2C1.9%2C0.3c0.9%2C0%2C1.3-0.3%2C1.3-1v-1.2h-10.1v3.3c0%2C0.5-0.3%2C0.8-0.9%2C0.8c-0.5%2C0-0.8-0.3-0.8-0.8v-3.3h-0.9%20c-0.5%2C0-0.8-0.3-0.8-0.8c0-0.5%2C0.3-0.8%2C0.8-0.8h0.9v-5.3c0-1.1%2C0.6-1.6%2C1.7-1.6h4.1V21h-6.4c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.7%2C0.7-0.7h3.3v-1.7h-2.6c-0.5%2C0-0.7-0.2-0.7-0.7c0-0.5%2C0.2-0.7%2C0.7-0.7h2.6V15h-3.2c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.7%2C0.7-0.7h3.2v-1c0-0.5%2C0.3-0.8%2C0.8-0.8c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.8v1h4.3v-0.9c0-0.6%2C0.3-0.9%2C0.9-0.9%20c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.9v0.9h3.4C259.1%2C13.5%2C259.4%2C13.8%2C259.4%2C14.2z%20M250.6%2C26.1v-1.9h-3.8c-0.2%2C0-0.3%2C0.2-0.3%2C0.6v1.3H250.6z%20M250.6%2C29.7v-2.1h-4.1v2.1H250.6z%20M253.4%2C15h-4.3v1.3h4.3V15z%20M253.4%2C17.8h-4.3v1.7h4.3V17.8z%20M252.3%2C26.1h4.3v-1.3%20c0-0.4-0.2-0.6-0.4-0.6h-3.9V26.1z%20M252.3%2C29.7h4.3v-2.1h-4.3V29.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M268.5%2C14c0%2C1.1-0.1%2C2.1-0.1%2C3h2.1v-4.3c0-0.6%2C0.3-0.9%2C0.9-0.9c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.9v4.3h1.6%20c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.6-0.3%2C0.9-0.8%2C0.9h-1.6v5.9c0.4-0.3%2C0.9-0.6%2C1.4-0.9c0.3-0.1%2C0.4-0.1%2C0.4-0.1c0.6%2C0%2C0.9%2C0.3%2C0.9%2C1%20c0%2C0.3-0.2%2C0.5-0.5%2C0.8c-0.6%2C0.5-1.4%2C1-2.3%2C1.6v7.4c0%2C0.6-0.3%2C0.9-0.9%2C0.9c-0.6%2C0-0.9-0.3-0.9-0.9v-6.5c-1.1%2C0.5-2.1%2C1-3.1%2C1.3%20c-0.2%2C0.1-0.4%2C0.1-0.6%2C0.1c-0.6%2C0-0.9-0.3-0.9-1c0-0.5%2C0.2-0.9%2C0.7-1c1.4-0.5%2C2.5-0.9%2C3.4-1.4c0.2-0.1%2C0.3-0.1%2C0.4-0.2v-7h-2.2%20c-0.2%2C1.5-0.5%2C2.9-0.9%2C4.2c-0.1%2C0.5-0.5%2C0.8-1.1%2C0.8c-0.5%2C0-0.7-0.2-0.7-0.7c0-0.3%2C0-0.5%2C0.1-0.7c0.7-2.3%2C1.1-5.1%2C1.2-8.6%20c0-0.5%2C0.3-0.8%2C0.8-0.8C268.2%2C13%2C268.5%2C13.4%2C268.5%2C14z%20M278.6%2C12.5c-0.1%2C1-0.2%2C1.9-0.3%2C2.7h9.2c1.3%2C0%2C1.9%2C0.5%2C1.9%2C1.6%20c0%2C5.5-0.2%2C9.8-0.6%2C13c-0.3%2C2.1-0.8%2C3.5-1.5%2C4.2c-0.7%2C0.8-1.8%2C1.2-3.2%2C1.2c-0.7%2C0-1.7-0.2-2.9-0.6c-0.5-0.2-0.7-0.5-0.7-1%20c0-0.7%2C0.3-1%2C0.9-1c1.3%2C0.4%2C2.2%2C0.6%2C2.7%2C0.6c0.9%2C0%2C1.5-0.3%2C2-0.9c0.4-0.7%2C0.7-1.8%2C0.9-3.2c0.3-2.1%2C0.5-5.9%2C0.5-11.5%20c0-0.5-0.3-0.7-0.7-0.7h-0.8c0%2C0.4-0.1%2C0.7-0.1%2C1.1c-0.3%2C2.2-0.8%2C4.4-1.7%2C6.7c-0.7%2C1.8-1.5%2C3.5-2.6%2C5.1c-1.1%2C1.6-2.6%2C3.1-4.3%2C4.6%20c-0.2%2C0.1-0.4%2C0.2-0.7%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.3%2C0.1-0.5%2C0.3-0.7c1.7-1.5%2C3.1-2.9%2C4-4.2%20c1-1.4%2C1.9-3%2C2.5-4.7c0.8-1.9%2C1.3-4.3%2C1.6-7h-2.2c0%2C0.1-0.1%2C0.2-0.1%2C0.3c-0.5%2C2.1-1%2C3.8-1.6%2C5.2c-0.6%2C1.5-1.4%2C3-2.3%2C4.3%20c-0.7%2C1.1-1.6%2C2.1-2.5%2C3c-0.2%2C0.2-0.4%2C0.2-0.6%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.2%2C0.1-0.4%2C0.3-0.6%20c0.9-0.9%2C1.7-1.8%2C2.4-2.8c0.8-1.2%2C1.5-2.6%2C2.1-4c0.5-1.3%2C1-2.8%2C1.4-4.5H278c-0.1%2C0.2-0.1%2C0.4-0.2%2C0.6c-0.5%2C1.7-1.3%2C3.1-2.2%2C4.3%20c-0.3%2C0.4-0.7%2C0.5-0.9%2C0.5c-0.8%2C0-1.1-0.3-1.1-1c0-0.1%2C0.1-0.3%2C0.3-0.5c1-1.2%2C1.7-2.5%2C2.1-3.9c0.4-1.2%2C0.6-2.7%2C0.8-4.5%20c0-0.5%2C0.3-0.8%2C0.9-0.8C278.3%2C11.7%2C278.6%2C12%2C278.6%2C12.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M301.6%2C11.9c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6c0%2C0.2-0.1%2C0.3-0.1%2C0.5c-0.8%2C1.7-1.7%2C3.2-2.7%2C4.4c0.6%2C0.5%2C1.1%2C1%2C1.6%2C1.6%20c0.7-1.1%2C1.4-2.2%2C2-3.4c0.2-0.3%2C0.4-0.4%2C0.8-0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2c0.2%2C0.2%2C0.2%2C0.4%2C0.2%2C0.6c0%2C0.2-0.1%2C0.4-0.2%2C0.6%20c-0.8%2C1.4-1.6%2C2.8-2.5%2C4.1c-0.5%2C0.7-1%2C1.3-1.5%2C1.9c1-0.1%2C1.9-0.3%2C2.8-0.5c-0.1-0.2-0.1-0.4-0.2-0.5c-0.1-0.2-0.1-0.3-0.1-0.4%20c0-0.5%2C0.3-0.7%2C0.8-0.7c0.2%2C0%2C0.4%2C0.2%2C0.6%2C0.4c0.4%2C0.8%2C0.7%2C1.7%2C0.9%2C2.7c0.1%2C0.2%2C0.1%2C0.4%2C0.1%2C0.6c0%2C0.5-0.3%2C0.7-1%2C0.7%20c-0.3%2C0-0.5-0.2-0.6-0.6c-0.1-0.3-0.1-0.5-0.2-0.7c-0.5%2C0.1-1%2C0.2-1.4%2C0.3v10.6c0%2C0.5-0.3%2C0.8-0.9%2C0.8c-0.5%2C0-0.8-0.3-0.8-0.8%20V24.4c-1.1%2C0.2-2.1%2C0.4-3.2%2C0.5c-0.5%2C0-0.8-0.4-0.8-1.1c0-0.5%2C0.3-0.8%2C0.8-0.8c0.3%2C0%2C0.5%2C0%2C0.8-0.1c0.7-0.8%2C1.4-1.6%2C2-2.5%20c-0.1-0.1-0.2-0.1-0.3-0.2c-0.7-0.7-1.2-1.2-1.6-1.5c-0.4-0.3-0.8-0.6-1.3-1c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.5%2C0.3-0.8%2C0.8-0.8%20c0.2%2C0%2C0.3%2C0.1%2C0.6%2C0.2c0.1%2C0.1%2C0.1%2C0.1%2C0.1%2C0.1c0.8-1.1%2C1.6-2.5%2C2.3-4.2c0.1-0.3%2C0.3-0.5%2C0.7-0.5%20C301.1%2C11.7%2C301.3%2C11.8%2C301.6%2C11.9z%20M298.8%2C26.9c0%2C2.5-0.2%2C4.8-0.7%2C6.9c-0.1%2C0.5-0.5%2C0.8-1.1%2C0.8c-0.5%2C0-0.7-0.2-0.7-0.7%20c0-0.3%2C0-0.5%2C0.1-0.7c0.5-1.8%2C0.8-3.9%2C0.8-6.6c0-0.5%2C0.2-0.7%2C0.7-0.7C298.4%2C25.9%2C298.8%2C26.2%2C298.8%2C26.9z%20M304.3%2C26.7%20c0.2%2C0.9%2C0.4%2C2.3%2C0.6%2C4.2c0.1%2C0.4%2C0.1%2C0.7%2C0.1%2C0.8c0%2C0.5-0.3%2C0.7-0.8%2C0.7c-0.5%2C0-0.7-0.2-0.7-0.7c-0.2-1.7-0.4-3.2-0.6-4.4%20l-0.1-0.4c0-0.4%2C0.2-0.6%2C0.7-0.6C303.9%2C26.2%2C304.1%2C26.4%2C304.3%2C26.7z%20M317.7%2C12.4c1.2%2C0%2C1.8%2C0.6%2C1.8%2C1.8v19.4%20c0%2C1.4-0.9%2C2.1-2.6%2C2.1c-0.8%2C0-1.7-0.1-2.8-0.4c-0.4-0.2-0.6-0.4-0.6-0.7c0-0.7%2C0.2-1%2C0.7-1c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1%20c0.8%2C0.2%2C1.5%2C0.3%2C2%2C0.3c0.7%2C0%2C1-0.3%2C1-1V14.6c0-0.4-0.2-0.6-0.4-0.6h-9.6c-0.2%2C0-0.3%2C0.2-0.3%2C0.6v20.2c0%2C0.5-0.3%2C0.8-0.9%2C0.8%20c-0.5%2C0-0.8-0.3-0.8-0.8V14.2c0-1.2%2C0.6-1.8%2C1.8-1.8H317.7z%20M316%2C15c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6c0%2C0.2-0.1%2C0.4-0.2%2C0.6%20c-0.3%2C0.7-0.5%2C1.4-0.9%2C2.1c-0.1%2C0.3-0.3%2C0.5-0.4%2C0.7h1.6c0.5%2C0%2C0.7%2C0.3%2C0.7%2C0.8c0%2C0.5-0.2%2C0.8-0.7%2C0.8h-3.2v2.2h3.3%20c0.5%2C0%2C0.8%2C0.3%2C0.8%2C0.8c0%2C0.6-0.3%2C0.8-0.8%2C0.8H311V28c0%2C0.4%2C0.2%2C0.5%2C0.5%2C0.5h4.5c0.6%2C0%2C0.9%2C0.3%2C0.9%2C0.8c0%2C0.5-0.3%2C0.8-0.9%2C0.8%20h-4.9c-1.2%2C0-1.8-0.6-1.8-1.7v-3.9h-0.6c-0.5%2C0-0.8-0.3-0.8-0.8c0-0.5%2C0.3-0.8%2C0.8-0.8h2.7v-2.2H309c-0.5%2C0-0.7-0.3-0.7-0.8%20c0-0.5%2C0.2-0.8%2C0.7-0.8h4.2c0.2-0.4%2C0.4-0.8%2C0.5-1.2c0.3-0.9%2C0.6-1.8%2C0.9-2.7c0.2-0.3%2C0.4-0.4%2C0.8-0.4%20C315.6%2C14.7%2C315.8%2C14.9%2C316%2C15z%20M311.2%2C15.4c0.1%2C0.4%2C0.3%2C1.1%2C0.4%2C2c0%2C0.2%2C0.1%2C0.3%2C0.1%2C0.4c0%2C0.5-0.3%2C0.7-0.8%2C0.7%20c-0.5%2C0-0.8-0.2-0.8-0.7c-0.2-0.8-0.3-1.5-0.5-2l-0.1-0.2c0-0.5%2C0.3-0.7%2C0.8-0.7C310.7%2C15%2C311%2C15.1%2C311.2%2C15.4z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M103.4%2C0H64.2c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v24.5c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6h39.2c3.1%2C0%2C5.6-2.5%2C5.6-5.6V5.6%20C109%2C2.5%2C106.5%2C0%2C103.4%2C0z%20M99.2%2C23.9c0%2C1.6-1.3%2C3-3%2C3H71.5c-1.6%2C0-3-1.3-3-3v-12c0-1.6%2C1.3-3%2C3-3h24.7c1.6%2C0%2C3%2C1.3%2C3%2C3V23.9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M218.5%2C0h-39.2c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v24.5c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6h39.2c3.1%2C0%2C5.6-2.5%2C5.6-5.6V5.6%20C224.1%2C2.5%2C221.6%2C0%2C218.5%2C0z%20M207.1%2C30.4c-0.9%2C0.3-3.1%2C0.5-3.2%2C0.5c-0.1%2C0-1.4%2C0-2-0.1c-9.9-1-8.9-7.5-8.9-7.5s-2.3%2C0.9-2.9%2C3.8%20c-0.2%2C1.1%2C0.1%2C2.9%2C0.9%2C3.7c0.5%2C0.5-2.1-0.6-4-2.3c-2.7-2.5-4.3-5.6-4.3-8.7c0-9.9%2C10.9-14.1%2C15.1-14.8c13.2%2C1.3%2C17.3%2C10%2C17.3%2C14.5%20C215.1%2C25.9%2C211.4%2C29.5%2C207.1%2C30.4z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M46.9%2C0H5.6C2.5%2C0%2C0%2C2.5%2C0%2C5.6v30.1h10.5V10.5H21v25.2h10.5V10.5H42v25.2h10.5V5.6C52.5%2C2.5%2C50%2C0%2C46.9%2C0z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M162%2C0h-41.3c-3.1%2C0-5.6%2C2.5-5.6%2C5.6v30.1h10.5V10.5h10.5v25.2h10.5V10.5h10.5v25.2h10.5V5.6%20C167.6%2C2.5%2C165.1%2C0%2C162%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}

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

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

.cantantBase li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -1px;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  opacity: .15;
}

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

.cantantBase li a {
  display: block;
  color: #fff;
  /*opacity: 0.65;*/
}

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

.cantantBase ul .cate-hover a {
  color: #000;
  opacity: 1;
}

/*分享icon*/
.cantantBase .fbShare {
  display: inline-block;
  width: 40px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
}

.cantantBase .lineShare {
  display: inline-block;
  width: 40px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}

/*用SVG格式(改顏色搜尋【fill%3A%23】)*/
.cantantBase .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%236C5927%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");
}

.cantantBase .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%23ff009a%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");
}

.cantantBase .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%236C5927%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");
}

.cantantBase .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%23ff009a%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");
}

/*分會場用*/
/*機制頁用*/
.cantantBase2 {
  display: none;
}

/*.cantantBase2 li {  padding:0 15px;}*/
/*PC黏人精-分會場*/
.fixarea {
  z-index: 100;
  position: fixed;
  left: 26px;
  top: 100px;
  width: 160px;
  text-align: center;
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial;
  -webkit-transform: rotate3d(0, 0, 0, 0deg) translate3d(-150px, 0, 0);
  transform: rotate3d(0, 0, 0, 0deg) translate3d(-150px, 0, 0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*PC黏人精7月短促調整*/
.fixarea {
  top: 95px;
}

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

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

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

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

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

.fixarea *:before,
.fixarea *:after {
  background-color: #000;
  opacity: .5;
}

/*好康*/
.fixarea .fix_main {
  background: url(fixed_Area_repeat2.png?t=1751273445963) repeat-y center top;
}

/*.fixarea .fix_main *:before,
    .fixarea .fix_main *:after { opacity: 1;}*/
.fixarea .fix_main ul {
  padding: 3px 0;
}

.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=1751273445963) 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: -40px;
}

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

.fixarea .fix_other:after {
  background: url(fixed_Area_repeat2.png?t=1751273445963) repeat-y center top;
}

/*(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: 8px 25px 5px 28px;
}

.fixarea .fix_other_x2 li {
  float: left;
  padding: 8px 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: 7px;
  /*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::before {
  content: "";
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 157px;
  height: 164px;
  background: none;
  background-image: url(fixed_Area_topbg.png?t=1751273445963);
}

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

/*動畫
      .fix_top_box:hover a {-13px
        -webkit-animation-name: fix_top_box-play;  
                animation-name: fix_top_box-play;  
        -webkit-animation-duration: 0.3s;  
                animation-duration: 0.3s;
        -webkit-animation-iteration-count: infinite;    
                animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
                animation-direction: alternate;
      }
        @-webkit-keyframes fix_top_box-play {   
          0%   { -webkit-transform: translate3d(0,0%,0) transform: translate3d(0,0%,0);}
          100% { -webkit-transform: translate3d(0,-3%,0); transform: translate3d(0,-3%,0);}
        }
        @keyframes fix_top_box-play { 
          0%   { -webkit-transform: translate3d(0,0%,0) transform: translate3d(0,0%,0);}
          100% { -webkit-transform: translate3d(0,-3%,0); transform: translate3d(0,-3%,0);}
        }*/
/*主會場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: #FFF;
}

#fixed_Area_top .st1 {
  fill: #FFF;
}

#fixed_Area_top .st3 {
  fill: none;
  stroke: #FFF;
  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(0, 0, 0, .65);
  /*background:url(./fixarea_tabbar_repeat.png?t=1751273445963) repeat-y;*/
  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: #fff;
}

.fixarea_tabbar a:hover {
  color: #ffdf6f;
}

.fixarea_tabbar .cate-hover a {
  color: #ffdf6f;
}

.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: #fff;
  opacity: 1;
}

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

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

.fixarea_tabbar .fix_footer a:hover {
  color: #ffdf6f;
}

/*錨點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%23ffdf6f%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 #ffdf6f 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 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: 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 screen 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 screen 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=1751273445963) 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=1751273445963) 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 screen 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 screen 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: 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: block;
  float: left;
}

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

@media screen 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 screen 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 screen and (min-width: 768px) {
  #bt_0_layout_b268 .b268_swiper {
    margin: 0;
    padding: 0 60px;
    padding-top: 10px;
  }
}

@media screen 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);
  }
}

.rotator_01 {
  -webkit-animation: rotation 20s ease 0s inifite normal;
  animation: rotation 20s ease 0s inifite normal;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

