@charset "UTF-8";
@keyframes balloon {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 4deg;
    transform: translateY(-8px);
  }
}
@keyframes title {
  0% {
    rotate: 0;
  }
  100% {
    scale: 1.05;
  }
}
body {
  background: #f9f9f9;
}
body .banner {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1512/580;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .banner .bg,
body .banner video {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
body .banner .title {
  position: relative;
  width: 41.1522633745%;
  left: 30px;
  animation: title 1.2s linear infinite alternate;
}
body .banner .balloon {
  width: 24.6913580247%;
  position: relative;
  right: 30px;
  animation: balloon 1.2s linear infinite alternate;
}
@media screen and (max-width: 767px) {
  body .banner {
    aspect-ratio: unset;
    height: 352px;
  }
  body .banner .title {
    width: 350px;
    position: relative;
    left: unset;
    z-index: 1;
  }
  body .banner .balloon {
    width: 400px;
    position: absolute;
    top: -8%;
    right: -15%;
  }
}
body main {
  max-width: 100%;
  width: 1266px;
  margin: 0 auto;
  padding: 0 30px 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body main {
    padding: 0 15px 30px;
  }
}
body main .hotel-anchors {
  position: relative;
  width: 100vw;
  position: relative;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
body main .hotel-anchors .anchors {
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-y: hidden;
  overflow-x: scroll;
  z-index: 2;
  margin: 0 auto;
  background: #448be2;
  padding: 6px 0;
  color: white;
  scrollbar-width: none;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.8px;
}
body main .hotel-anchors .anchors::-webkit-scrollbar {
  display: none;
}
body main .hotel-anchors .anchors > div {
  padding: 0 35px;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media screen and (max-width: 767px) {
  body main .hotel-anchors .anchors > div {
    padding: 0 16px;
  }
}
body main .hotel-anchors .anchors > div a,
body main .hotel-anchors .anchors > div > div {
  padding: 12px 20px;
  border-radius: 6px;
  transition: 0.3s ease;
  cursor: pointer;
}
body main .hotel-anchors .anchors > div a:hover,
body main .hotel-anchors .anchors > div > div:hover {
  background: rgba(255, 255, 255, 0.2);
}
body main .hotel-anchors .anchors > div > span {
  width: 1px;
  height: 20px;
  border-left: 1px dashed white;
}
body main .hotel-anchors .anchors > div .recommend {
  position: relative;
}
body main .hotel-anchors .anchors > div .recommend span {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body main .hotel-anchors .anchors > div .recommend div {
  position: absolute;
  width: 230px;
  height: 50px;
  top: 40px;
  left: 0;
  opacity: 0;
  z-index: 1;
  display: none;
}
body main .hotel-anchors .anchors p {
  display: none;
}
@media screen and (max-width: 767px) {
  body main .hotel-anchors .anchors p {
    display: block;
  }
}
body main .hotel-anchors ul {
  padding: 0 20px;
  z-index: 2;
  background: #1e1e1e;
  position: absolute;
  top: 52px;
  color: white;
  right: -130px;
  width: -moz-max-content;
  width: max-content;
  display: none;
  border-radius: 2px;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.8px;
  border-radius: 2px;
}
@media screen and (max-width: 1519px) {
  body main .hotel-anchors ul {
    right: 0;
  }
}
body main .hotel-anchors ul li {
  padding: 10px 0;
}
body main .hotel-anchors ul li a {
  transition: 0.3s ease;
  padding: 10px 6px;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
}
body main .hotel-anchors ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
body main .hotel-anchors ul li:nth-of-type(2) {
  border-top: 1px solid rgba(57, 57, 57, 0.4784313725);
  border-bottom: 1px solid rgba(57, 57, 57, 0.4784313725);
}
body main .hotel-anchors.act ul {
  display: block;
}
body main section {
  width: 100%;
  margin: 0 auto;
}
body main section > .title {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  align-items: center;
}
body main section > .title img {
  mix-blend-mode: multiply;
  width: 50px;
}
body main section > .title p:first-of-type {
  color: #1e1e1e;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
body main section > .title p:last-of-type {
  color: #5e5e5e;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.8px;
}
body main .card-wrapper {
  margin: 32px auto 50px;
  display: flex;
  position: relative;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  body main .card-wrapper {
    margin: 15px auto 30px;
  }
}
body main .card-wrapper a {
  z-index: 0;
  position: relative;
  width: calc((100% - 40px) / 3);
  transition: 0.3s ease;
}
body main .card-wrapper a:hover {
  transform: translateY(-5px);
}
body main .card-wrapper a img:first-of-type {
  width: 100%;
  transition: 0.3s ease;
}
body main .card-wrapper a img:last-of-type {
  width: 15.4639175258%;
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  body main .card-wrapper {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  body main .card-wrapper a {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 850px) {
  body main .card-wrapper {
    flex-direction: column;
    row-gap: 5px;
  }
  body main .card-wrapper a {
    width: 100%;
  }
}
body main .card-wrapper .right,
body main .card-wrapper .left {
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  body main .card-wrapper .right,
  body main .card-wrapper .left {
    display: none;
  }
}
body main .card-wrapper .left {
  bottom: -50px;
  left: -70px;
}
body main .card-wrapper .right {
  bottom: -80px;
  right: -70px;
}
body main .selected-wrapper .hotel-wrapper {
  margin: 22px auto 80px;
}
body main .selected-wrapper .hotel-wrapper .hotel {
  padding: 28px 45px;
  border-radius: 22px;
  border-top: 3px solid #44b9b8;
  margin-bottom: 80px;
  background: #fff;
  position: relative;
}
body main .selected-wrapper .hotel-wrapper .hotel hr {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: -130px;
}
@media screen and (max-width: 767px) {
  body main .selected-wrapper .hotel-wrapper .hotel {
    padding: 28px 15px;
  }
}
body main .selected-wrapper .hotel-wrapper .hotel .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media screen and (max-width: 1023px) {
  body main .selected-wrapper .hotel-wrapper .hotel .top {
    flex-direction: column;
    row-gap: 35px;
  }
  body main .selected-wrapper .hotel-wrapper .hotel .top img {
    width: 100% !important;
  }
}
body main .selected-wrapper .hotel-wrapper .hotel .top img {
  aspect-ratio: 530/258;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px;
  width: 43.9469320066%;
}
body main .selected-wrapper .hotel-wrapper .hotel .top h3 {
  color: #1e1e1e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Helvetica;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  padding-bottom: 22px;
  border-bottom: 1px dashed #cacaca;
  margin-bottom: 22px;
}
body main .selected-wrapper .hotel-wrapper .hotel .top p {
  color: #393939;
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.25px;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* 限制顯示最多 5 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  body main .selected-wrapper .hotel-wrapper .hotel .top p {
    display: block;
    -webkit-line-clamp: unset;
  }
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper {
  max-height: 0;
  opacity: 0;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan {
  padding: 6px 0;
}
@media screen and (max-width: 599px) {
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan {
    padding: 0;
  }
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan:first-of-type > div {
    padding-top: 0 !important;
  }
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan:last-of-type {
  border: none;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner {
  width: 100%;
  padding: 40px 36px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (max-width: 1199px) {
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner {
    padding: 25px 25px;
  }
}
@media screen and (max-width: 1023px) {
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner {
    flex-direction: column;
    row-gap: 12px;
  }
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner .image {
    width: 100% !important;
    padding: 0 !important;
  }
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner .image > div {
    width: 100% !important;
    aspect-ratio: 333/227 !important;
  }
}
@media screen and (max-width: 599px) {
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner {
    padding: 20px 0;
    box-shadow: none !important;
  }
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner .image {
  flex-shrink: 0;
  padding-right: 35px;
}
@media screen and (max-width: 1199px) {
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner .image {
    padding-right: 20px;
  }
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner .image > div {
  width: 333px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 333/227;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner .image img {
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div {
    flex-direction: column;
  }
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  row-gap: 15px;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .info > * {
  width: 100%;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .info .note {
  display: block;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .info .title h3 {
  color: #1e1e1e;
  margin-bottom: 8px;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .info .title p {
  color: #5e5e5e;
  margin-bottom: 12px;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .info .title p:last-of-type {
  margin-bottom: 0;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .info .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .info .tag-wrapper a {
  color: #fff;
  padding: 2px 12px;
  border-radius: 4px;
  transition: 0.3s ease;
  background: rgba(45, 45, 45, 0.5);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .info .tag-wrapper a:hover {
  background: #15aa93;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .price {
  padding-left: 35px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .price {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .price {
    padding: 0;
    margin-top: 22px;
    flex-direction: row-reverse;
  }
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .price p span:first-of-type {
  color: #b0b0b0;
  text-decoration: line-through;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .price p span:last-of-type {
  display: block;
  margin-top: 8px;
  color: #1e1e1e;
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .price button {
  background: #15aa93;
  color: #fff;
  padding: 11px 33px;
  border-radius: 40px;
  transition: 0.3s ease;
}
@media screen and (max-width: 413px) {
  body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner > div .price button {
    padding: 6px 25px;
  }
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner:hover {
  box-shadow: 0px 4px 20px 0px rgba(181, 181, 181, 0.25);
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner:hover .image img {
  transform: scale(1.1);
}
body main .selected-wrapper .hotel-wrapper .hotel .plan-wrapper .plan .plan-inner:hover .price button {
  background: #1e1e1e;
}
body main .selected-wrapper .hotel-wrapper .hotel .unfold-btn {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: 0.3s ease;
}
body main .selected-wrapper .hotel-wrapper .hotel .unfold-btn:hover {
  bottom: -34px;
}
body main .selected-wrapper .hotel-wrapper .hotel .unfold-btn span {
  border-radius: 0px 0px 22px 22px;
  padding: 10px 30px;
  display: inline-block;
  background-color: white;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #1e1e1e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.25px;
}
body main .selected-wrapper .hotel-wrapper .hotel .unfold-btn i {
  font-style: normal;
}
body main .selected-wrapper .hotel-wrapper .hotel.act .plan-wrapper {
  margin-top: 20px;
  max-height: 5000px;
  opacity: 1;
}
body main .recommend-wrapper {
  padding: 28px 45px;
  border-radius: 22px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body main .recommend-wrapper {
    padding: 28px 15px;
  }
}
body main .recommend-wrapper > .title {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #cacaca;
}
body main .recommend-wrapper .guide {
  display: flex;
  align-items: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
  cursor: pointer;
  position: relative;
}
body main .recommend-wrapper .guide hr {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: -130px;
}
body main .recommend-wrapper .guide img {
  width: 47.533632287%;
  aspect-ratio: 530/322;
  border-radius: 8px;
  flex-shrink: 0;
}
body main .recommend-wrapper .guide > div .title {
  color: #1e1e1e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Helvetica;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  padding-bottom: 22px;
  border-bottom: 1px dashed #cacaca;
}
body main .recommend-wrapper .guide > div .content {
  margin: 22px auto 30px;
  overflow: hidden;
  color: #393939;
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.25px;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* 限制顯示最多 6 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body main .recommend-wrapper .guide > div .more {
  border-radius: 40px;
  border: 1px solid #c7c7c7;
  padding: 10px 30px;
  color: #1e1e1e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.25px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1023px) {
  body main .recommend-wrapper .guide {
    flex-direction: column;
    row-gap: 35px;
  }
  body main .recommend-wrapper .guide img {
    width: 100%;
  }
}
body main .recommend-wrapper .guide:hover > div .more {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: white;
}
body main .recommend-wrapper .guide:nth-child(3) {
  margin: 100px auto;
}
@media screen and (max-width: 1023px) {
  body main .recommend-wrapper .guide:nth-child(3) {
    margin: 45px auto;
  }
  body main .recommend-wrapper .guide:nth-child(3) img {
    order: -1;
  }
}
body #article-pop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.59);
}
body #article-pop.act {
  z-index: 100;
  opacity: 1;
}
body #article-pop > div {
  background: white;
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  scrollbar-width: none;
}
body #article-pop > div::-webkit-scrollbar {
  display: none;
}
body #article-pop > div > div {
  margin: 0 auto;
  width: 900px;
  max-width: 96%;
}
body #article-pop > div > div img {
  border-radius: 8px;
  display: block;
  margin-bottom: 45px;
  width: 100%;
}
body #article-pop > div > div .title {
  color: #1e1e1e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Helvetica;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  padding-bottom: 22px;
  border-bottom: 1px dashed #cacaca;
  margin-bottom: 22px;
}
body #article-pop > div > div .content {
  color: #393939;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.25px;
}
@media screen and (max-width: 599px) {
  body #article-pop > div {
    padding: 20px;
  }
  body #article-pop > div > div img {
    margin-bottom: 25px;
  }
  body #article-pop > div > div .title {
    font-size: 26px;
  }
}
body #article-pop button {
  top: 10px;
  right: 10px;
  padding: 10px 30px;
  color: white;
  background: #1e1e1e;
  position: absolute;
  z-index: 2;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 40px;
  line-height: 150%; /* 24px */
  letter-spacing: 0.25px;
}