@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

/*  font: 700 30px/1.8 "Noto Sans TC", "微軟正黑體";*/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
body {}

#mtkContainer,
#mtkContainer * {
  box-sizing: border-box;
}

#mtkContainer {}



.heroImg {
  position: relative;
  height: 611px;
  background: url(../images/heroimg_japan.jpg) top center no-repeat;
  overflow: hidden;
}

h1 {
  display: none;
}



.ph{
  position: relative;
}


.gobalMenu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.gobalMenu ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.gobalMenu ul li {
  position: relative;
  display: inline-block;
  width: calc(100% / 2);
  background: #d9cece;
}

.gobalMenu ul li:nth-child(even) {
  background: #e5dada;
}

.gobalMenu ul a {
  display: block;
  padding: 15px 0;
  font: 300 24px/1.3 "Noto Sans TC", "微軟正黑體";
  text-align: center;
  color: black;
  letter-spacing: 2px;
}

.gobalMenu ul li.on {
  position: relative;
  background: white;
  box-shadow: 0 5px 10px rgba(130, 105, 105, 0.5);
  z-index: 2;
}

.gobalMenu ul li.on::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: white;
}

.gobalMenu ul li.on::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #b51d0f;
}

.gobalMenu ul li.on a {
  transform: translateY(-5px);
  font-weight: 700;
}

.gobalMenu ul a span {
  display: block;
}

.locationMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  background: #ac0f03;
  width: 100%;
}

.locationMenu a {
  display: inline-block;
  padding: 5px 10px;
  font: 300 24px/1.3 "Noto Sans TC", "微軟正黑體";
  text-align: center;
  color: white;
  letter-spacing: 1px;
}

.locationMenu a.on {
  color: #ac0f03;
  font-weight: 700;
  background: white;
  border-radius: 99em;
}


.pageMenu {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  background: #ebdc9c;

}

.pageMenu a {
  display: inline-block;
  padding: 5px 10px;
  font: 300 20px/1.3 "Noto Sans TC", "微軟正黑體";
  text-align: center;
  color: rgb(0, 0, 0);
  letter-spacing: 2px;
}

@media screen and (max-width:1024px) {
  .heroImg {
    height: auto;
    background: none;
  }

  h1 {
    display: block;
    line-height: 0;
  }

  h1 img {
    width: 100%;
  }
}

@media screen and (max-width:600px) {
  h1 {
    padding-bottom: 50px;
  }

  .locationMenu a {
    font-size: 16px;
    padding: 5px 3px;
  }

  .gobalMenu ul a {
    padding: 6px 0;
    font: 300 16px/1.3 "Noto Sans TC", "微軟正黑體";
  }
}









/***楓葉月曆********/

.mapletimeDate {
  padding: 20px 0 20px 0;
  background: #e9cdc3;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e9cdc3 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e9cdc3 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e9cdc3 100%);
}

.mapletimeDate-content {
  display: none;
  margin: 0 auto;
  padding: 20px 50px;
  width: 95%;
  max-width: 1400px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
}

.mapletimeDate-content.on {
  display: block;
}

.mapletimeDate-content h2 {
  font: 700 22px/1.3 "Noto Sans TC", "微軟正黑體";
  text-align: center;
  letter-spacing: 2px;
}

.mapletimeDate-content-state {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.mapletimeDate-content-state li {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 25px;
  font: 300 18px/1.3 "Noto Sans TC", "微軟正黑體";
  text-align: center;
}

.mapletimeDate-content-state li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 25px;
  height: 23px;
  background: url(../images/maple.png) center center no-repeat;
}

.mapletimeDate-content-state li.step1::after,
.mapletimeDate-content-local ul li.step1 {
  /* -webkit-filter: brightness(6) hue-rotate(-27deg); */
  background: #9fc57a;
}

.mapletimeDate-content-state li.step2::after,
.mapletimeDate-content-local ul li.step2 {
  /* -webkit-filter: brightness(3) hue-rotate(-22deg); */
  background: #ff8113;
}
.mapletimeDate-content-state li.step3::after,
.mapletimeDate-content-local ul li.step3 {
  /* -webkit-filter: brightness(0.7) hue-rotate(375deg); */
  background: #ff183a;
}
.mapletimeDate-content-state li.step4::after,
.mapletimeDate-content-local ul li.step4 {
  /* -webkit-filter: brightness(0.7) hue-rotate(375deg); */
  background: #85200c;
}

.mapletimeDate-content-state li.step5::after,
.mapletimeDate-content-local ul li.step5 {
  /* -webkit-filter: brightness(4) saturate(0); */
  background: #d5d5d5;
}

.mapletimeDate-content-local,
.mapletimeDate-content-mm {
  display: flex;
}

.mapletimeDate-content-local p,
.mapletimeDate-content-mm p {
  display: inline-block;
  flex-shrink: 0;
  width: 150px;
  font: 300 18px/1.3 "Noto Sans TC", "微軟正黑體";
  text-align: right;
}

.mapletimeDate-content-local ul,
.mapletimeDate-content-mm ul {
  display: inline-flex;
  flex-shrink: 0;
  padding: 0 10px;

  width: calc(100% - 150px)
}

.mapletimeDate-content-mm ul {
  margin: 30px 0 20px 0;
}

.mapletimeDate-content-mm li {
  display: inline-block;
  width: calc(100%/4);
  font: 500 24px/1.3 "Noto Sans TC", "微軟正黑體";
  text-align: center;
}

.mapletimeDate-content-local ul li {
  display: inline-block;
  width: calc(100%/12);
  margin-bottom: 20px;
  height: 25px;
  background: #7e2d00;
}

.mapletimeDate-content-local ul li:first-child {
  border-radius: 99em 0 0 99em;
}

.mapletimeDate-content-local ul li:last-child {
  border-radius: 0 99em 99em 0;
}

.mapletimeDate-content-local ul li:nth-child(3n+3) {
  border-right: 2px solid white;
}


.mapletimeDate nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.mapletimeDate nav a {
  display: inline-block;
  flex-shrink: 0;
  width: 45%;
  font-size: 16px;
  color: white;
  border-radius: 2em;
  padding: 8px 18px;
  transition: all .3s;
  text-align: center;
  background: #ffaf02;
  background: -moz-linear-gradient(left, #ffaf02 0%, #ff0541 100%);
  background: -webkit-linear-gradient(left, #ffaf02 0%, #ff0541 100%);
  background: linear-gradient(to right, #ffaf02 0%, #ff0541 100%);
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.mapletimeDate_infor {
  padding: 40px 0 20px 0;
  font: 300 15px/1.6 "Noto Sans TC", "微軟正黑體";
  text-align: center;
  color: black;
}


.mapletimeDate_IO {
  display: block;
  padding: 5px 10px;
  margin: 10px auto 0 auto;
  max-width: 150px;
  font: 300 15px/1.6 "Noto Sans TC", "微軟正黑體";
  text-align: center;
  color: #ef8a69;
  font-size: 18px;
  border: 1px #ef8a69 solid;
  text-decoration: none;
  position: relative;
  box-shadow: inset 0em 0 0 #ef8a69;
  transition: all 0.4s linear;
  background: white;
  border-radius: 4em;
}

@media screen and (max-width:1024px) {
  .mapletimeDate-content {
    padding: 1%;
  }

  .mapletimeDate-content-local p,
  .mapletimeDate-content-mm p {
    width: 90px;
  }

  .mapletimeDate-content-local ul,
  .mapletimeDate-content-mm ul {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width:600px) {
  .mapletimeDate-content {
    border-radius: 20px;
  }

  .mapletimeDate-content-mm ul {
    margin: 20px 0 10px 0;
  }

  .mapletimeDate-content-mm li {
    font-size: 18px;
  }

  .mapletimeDate-content-state li {
    padding: 0 9px 0 17px;
    font-size: 14px;
  }

  .mapletimeDate-content-state li::after {
    width: 18px;
    height: 16px;
    background-size: cover;
  }

  .mapletimeDate-content-local p,
  .mapletimeDate-content-mm p {
    width: 70px;
    font-size: 14px;
  }

  .mapletimeDate-content-local ul,
  .mapletimeDate-content-mm ul {
    width: calc(100% - 70px);
  }

  .mapletimeDate-content-local ul li {
    margin-bottom: 14px;
    height: 17px;

  }

  .mapletimeDate nav {
    gap: 10px;
  }

  .mapletimeDate nav a {
    width: 100%;
  }
}





/*******商品內容***********/



.itemContent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 98%;
  max-width: 1400px;
  justify-content: center;
}

.itemContent_infor {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 98%;
  margin: 20px auto;
}



.itemContent_poi {
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
}


.twSpot{
  text-align: center;

  background: #ffffff;
  font-size: 18px;
  margin: 40px 10px -10px 10px;
  color: #ac0f03;
  padding: 20px;
  border-radius: 42px;
  line-height: 1.4;

}

.twSpot span{
  font-weight: bold;
  position: relative;
  z-index: 0;
}

.twSpot span::after{
  content: "";
  background: #ffffb4;
  height: 10px;
  width: 100%;
  bottom: -2px;
  left: 0;
  position: absolute;
  z-index: -1;
}

/***地點介紹*****/
.city {
  width: 33.3%;
  background: #ffece5;
  border: solid 1px #7e2d00;
  padding: 30px 18px;
  margin: 45px 0;
  position: relative;
}

.city h3 {
  display: inline-block;
  font-size: 39px;
  padding: 10px 20px;
  background: #7e2d00;
  color: white;
  font-weight: bold;
  position: absolute;
  top: -35px;
}

.city nav {
  padding: 10px 0 20px 0;
}

.city nav ul {
  overflow: hidden;
}

.city nav li {
  display: inline-block;
  float: left;
  margin: 10px 10px 0 0;
}

.city nav li a {
  display: block;
  font-size: 15px;
  padding: 10px 20px;
  background: white;
  border: solid 1px #ffd0bf;
  transition: all 0.3s;
  text-decoration: none;
  color: black;
}

.city nav li a.active,
.city nav li a:hover {
  background: #e7906f;
  color: white;
}

.city img {
  width: 100%;
  padding: 20px 0;
  border-top: solid 1px #7e2d00;
}

.city article {
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width:1024px) {
  .city{    width: 50%; }
}

@media screen and (max-width:768px) {
  .itemContent_infor {
    order: 3;
    width: 94%;
  }

  .itemContent_poi {
    width: 100%;
  }
  .city {
      width: 100%;
  }
}









.ph-menu-arrow-left,
.ph-menu-arrow-right {
  display: none;
}

/*************************/


.itemContent .ph-group {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 0 0 20px;
}

.itemContent.itemContentShow .ph-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 0 0 20px;
}

.titleShow .ph-title,.fakephtitle.ph-title {
  display: block !important;
  color: rgb(172, 15, 3);
  text-align: center;
  margin: 50px 0px 30px;
  font: bold 36px / 1 "微軟正黑體";
}

.ph-group.on {
  display: flex;
}

.itemContent .slidecontain {
  display: flex;
  margin: 37px 0 20px 0;
  justify-content: center;
  gap: 8px;
}

.itemContent .slidecontain li {
  display: inline-block;
  padding: 5px 10px;
  /* margin-right: 1em; */
}

.itemContent .slidecontain li a {
  font: 20px/1 "微軟正黑體";
  color: #ac0f03;
}

.itemContent .slidecontain li.on {
  border-radius: 99em;
  background: #ac0f03;
}

.itemContent .slidecontain li.on a {
  color: white;
}

.itemContent .slidecontain img {
  display: none !important;
}


.itemContent.itemContentShow .slidecontain li{
  background: #FFF;
  border-radius: 20px;
}
.itemContent.itemContentShow .slidecontain li:hover{
  
  background: #ac0f03;
}
.itemContent.itemContentShow .slidecontain li:hover a{
  
  color: #FFF;
}


.itemContent .ph-group-content {
  display: inline-block;
  margin: 0 0 2% 0;
  width: calc(100% / 3 - 20px);
  flex-shrink: 0;
  flex-grow: 0;
  background: white;
  position: relative;
  padding: 0 0 43px 0;
}
.itemContent .poi_4 .ph-group-content{
  width: calc(100% / 4 - 20px);
}

.itemContent .ph-group-content-photo img {
  width: 100%;
}

.itemContent .ph-group-content-text {
  padding: 10px;
}

.itemContent .ph-group-content-text-name {
  display: block;
  font: 17px/1.4 "微軟正黑體";
  color: #ac0f03;
  text-align: left;
}

.itemContent .ph-group-content-text-detail {
  display: block;
  font: 15px/1.4 "微軟正黑體";
  color: black;
  text-align: left;
  margin: 5px auto;
}

.itemContent .ph-group-content-text-detail a {
  color: #000;
}

.itemContent .ph-group-content-text-price {
  display: block;
  /* margin-top: 10px; */
  padding: 5px 0;
  font: 15px/1.4 "微軟正黑體";
  color: white;
  text-align: center;
  background: #ac0f03;
  position: absolute;
  width: 90%;
  bottom: 10px;
  left: 5%;
  margin: 0 auto;
  text-align: center;
}

.itemContent .ph-group-title {
  display: none;
  margin: 15px 0;
  font: 25px/1 "微軟正黑體";
  color: #ac0f03;
  text-align: center;
}

.itemContent.itemContentShow .ph-group-title{
  margin-top: 40px;
  display: block;
  font: bold 28px/1 "微軟正黑體";
  color: #000;
}


.itemContent .itemContent .ph-group-title.on {
  display: block;
}

.itemContent .ph-group-content-tag {
  position: absolute;
  top: 0px;
  left: 10px;
  background: #f3a300;
  color: #FFF;
  font: 16px/1.4 "微軟正黑體";
  border-radius: 0 0 10px 10px;
  padding: 0 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}


.itemContent .ph-group-content-text-sale {}

.itemContent .ph-group-content-text-sale a {
  background: #ffe465;
  font: bold 16px/1.6 "微軟正黑體";
  color: #000;
  display: block;
  padding: 0 5px;
  margin: 5px auto;
}



/*combine*/
.itemContent_combine .itemContent_poi{
  display: none;
}
.itemContent_combine .itemContent_poi.on{
  display: inline-block;
}
.itemContent_combine .ph-group{
  display: flex;
}
.itemContent_combine .ph-menu{
  display: none;
}
.tabs-nav{
    display: flex;
    margin: 37px 0 20px 0;
    justify-content: center;
    width: 100%;
}
.tabs-nav li {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 1em;
}
.tabs-nav li.on {
    border-radius: 99em;
    background: #ac0f03;
}
.tabs-nav li a {
    font: 24px/1 "微軟正黑體";
    color: #ac0f03;
}
.tabs-nav li.on a {
    color: white;
}



@media screen and (max-width:1400px) {
  .itemContent .poi_4 .ph-group-content {
      width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width:1024px) {
  .itemContent .poi_4 .ph-group-content {
      width: calc(100% / 2 - 20px);
  }
  .itemContent .ph-group-content {
    display: inline-block;
    flex-shrink: 0;
    margin-bottom: 20px;
    width: calc(100% / 2 - 20px);
    background: white;
  }
}



@media screen and (max-width:500px) {

  .itemContent.itemContentShow .ph-group {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: left;
    margin-bottom: 20%;
  }

  .itemContent .ph-group {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: left;
    margin-bottom: 20%;
  }

  .itemContent .slidecontain li a {
    font: 18px/1 "微軟正黑體";

  }

  .itemContent .poi_4 .ph-group-content {
    margin: 0 3% 0% 0%;
    width: 75%;
  }
  .itemContent .ph-group-content {
    margin: 0 3% 0% 0%;
    width: 75%;
  }

  .itemContent .ph-group-content.one {
    margin: 0 auto;
    width: 80%;
  }

  .itemContent .slidecontain {
    flex-wrap: nowrap;
    justify-content: left;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-left: 5%;
  }

  .itemContent .slidecontain li {
    padding: 5px;
  }


  /*combine*/
  .tabs-nav {
      flex-wrap: nowrap;
      justify-content: left;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      padding-left: 5%;
  }
  .tabs-nav li {
      padding: 5px;
  }
  .tabs-nav li a {
      font: 18px/1 "微軟正黑體";
  }

}






/*country-nav*/
.country-nav{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.country-nav li a{
  position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #ac0f03;
    background: white;
    letter-spacing: 0.1em;
    margin: 0.5em;
    padding: 0.25em 2em 0.2em;
    border-radius: 5em;
}
.country-nav li a.active{
    color: white;
    background: #ac0f03;
}
.country-nav li a.active:after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 0;
  border-top: 0.3em solid #ac0f03;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  transform: translate(50%, 100%);
}

@media screen and ( max-width: 500px){
  .country-nav{
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .country-nav li{
    flex-shrink: 0;
  }
  .country-nav li a{
    font-size: 22px;
  }
}




.youtube .ph {
  display: block;
  margin: 0 auto 100px auto;
  width: 95%;
  max-width: 800px;
}

.youtube .ph-menu,
.blog .ph-menu,
.youtube h1,
.blog h1 {
  display: none;
}

.youtube .ph-group-title,
.blog .ph-group-title {
  display: none;
}


.youtube .ph-title,
.blog .ph-title {
  display: block !important;
  margin: 50px 0 30px 0;
  font: bold 30px/1 "微軟正黑體";
  color: #ac0f03;
  text-align: center;
}

.youtube .ph-group-content {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  background: white;
}

.youtube .ph-group-content-photo img {
  width: 100%;
}

.youtube .ph-group-content-text {
  padding: 10px;
}

.youtube .ph-group-content-text-name {
  display: block;
  font: 17px/1.4 "微軟正黑體";
  color: #ac0f03;
  text-align: left;
}

.youtube .ph-group-content-text-detail {
  display: block;
  font: 15px/1.4 "微軟正黑體";
  color: black;
  text-align: left;
  margin: 5px auto;
}

.youtube .ph-group-content-text-detail a {
  color: black;
}

.youtube .ph-group-content-text-price {
  display: block;
  /* margin-top: 10px; */
  padding: 5px 0;
  font: 15px/1.4 "微軟正黑體";
  color: white;
  text-align: center;
  background: #ac0f03;
  width: 90%;
  margin: 30px auto 0 auto;
  text-align: center;
}





.blog .ph {
  display: block;
  margin: 0 auto 0px auto;
  padding-bottom: 50px;
  width: 95%;
  max-width: 1200px;
}

.blog .ph-group-content {
  position: relative;
  display: flex;
  margin: 0 auto 30px auto;
  width: 90%;
  background: white;
 
}

.blog .ph-group-content:hover .ph-group-content-text-price {
  background: #f1690d;
}

.blog .ph-group-content-photo{
  width: 40%;
}


.blog .ph-group-content-text {
  width: 50%;
  flex-grow: 1;
  padding: 20px 20px 50px 20px;
  position: relative;
}

.blog .ph-group-content:nth-of-type(even) .ph-group-content-photo{
  order: 2;
}
.blog .ph-group-content:nth-of-type(even) .ph-group-content-text{
  order: 1;
}




.blog .ph-group-content-photo img {
  width: 100%;
}



.blog .ph-group-content-text-name {
  display: block;
  font: bold 20px/1.4 "微軟正黑體";
  color: #ac0f03;
  text-align: left;
}

.blog .ph-group-content-text-detail {
  display: block;
  font: 15px/1.4 "微軟正黑體";
  color: black;
  text-align: left;
  margin: 5px auto;
}

.blog .ph-group-content-text-detail a {
  color: black;
}

.blog .ph-group-content-text-price {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  /* margin-top: 10px; */
  padding: 5px 0;
  font: 15px/1.4 "微軟正黑體";
  color: white;
  text-align: center;
  background: #ac0f03;
  width: calc(100% - 40px);
  margin: 30px auto 0 auto;
  text-align: center;
  transition: 0.3s;
}


@media screen and (max-width:600px) {

  .youtube .ph-group-content,
  .blog .ph-group-content {
    display: block;
  }

  .blog .ph-group-content-photo,
  .blog .ph-group-content-text {
    width: 100%;
  }
}




.twMap {
  margin: 0 auto;
  padding: 20px;
  width: 95%;
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.85);
}

.twMap img {
  width: 100%;
}

.twMapTitle {
  display: block;
  margin: 50px 0 30px 0;
  font: bold 30px/1 "微軟正黑體";
  color: #ac0f03;
  text-align: center;
}

/*************背景**********************/
.repeatBg1 {
  background: url(../images/bg-repeat-1.jpg) top center repeat-y;
}

.bg1 {
  background: url(../images/bg-1.jpg) top center no-repeat;
}

/*國外攻略頁複寫*/

.foreign.blog .ph-group-title{
  display: block !important;
  margin: 50px 0 30px 0;
  font: bold 30px/1 "微軟正黑體";
  color: #ac0f03;
  text-align: center;
}

.foreign.blog .ph-title{
  display: none !important;
}



.link-right{

  background: #ff7332;
  border-radius: 20px;
  padding: 5px 10px;
  color: #FFF;
  text-align: center;
  display: block;
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  font-size: 16px;

}


@media screen and (max-width:600px) {
  .link-right{
    bottom: -50px;
  }
}




nav.nav {
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: 0.3s;
  /*黏*/
}
/* 

nav.nav .nav-list {
  color: unset;
  background: #4AC0EB;
  padding: 0 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px;
}
nav.nav .nav-list * {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .nav-list * {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  nav.nav .nav-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    margin: 0px auto;
    padding: 0 8px;
  }
}
nav.nav .nav-list .nav-tab {
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 16px;
  white-space: nowrap;
  color: #fff;
  background: unset;
}
nav.nav .nav-list .nav-tab:hover {
  color: #fff;
  background: #22A285;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab:hover {
    color: #fff;
    background: unset;
  }
}
nav.nav .nav-list .nav-tab.on {
  color: #fff;
  background: #22A285;
} */


nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: unset;
  background: #ffcc8d;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  padding: 16px 24px;
  position: relative;
}
nav.nav .poi-list * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .poi-list * {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  nav.nav .poi-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
nav.nav .poi-list .poi-tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  color: #ac0f03;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #ff3d3d;
  background: unset;
}


.hideMenu .ph .ph-menu {
    display: none;
}