@charset "UTF-8";
/* CSS Document */
@import url(https://1d60e4.claudeassets.com/20250609135947cs_/https://www.yinguocha.com/css/public/css/reset.css);
@import url(https://0f14f0.claudeassets.com/20250609135947cs_/https://www.yinguocha.com/css/public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(https://218c7b.claudeassets.com/20250609135947cs_/https://www.yinguocha.com/css/public/css/rwdgrid.css);
@import url(https://c5c12c.claudeassets.com/20250609135947cs_/https://www.yinguocha.com/css/public/css/textEditor.css);
@import url(https://f65bd9.claudeassets.com/20250609135947cs_/https://www.yinguocha.com/css/public/css/contentbuilder.css);
@import url("https://361587.claudeassets.com/20250609135947cs_/https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Serif+TC:wght@400;600&family=Noto+Sans+TC:wght@400;500;700&display=swap");
.pageBox .pageList.number a.firstBtn span, .pageBox .pageList.number a.lastBtn span, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .privacyArea, footer .footerMenu li a::before, footer .footerMenu li a::after, .slideMenuArea .nav a .menuEn, .slideMenuArea .nav a::after, .slideMenuArea .nav a::before, .slideMenuTrigger .text .close, .slideMenuTrigger .text .open, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, .onlineOrder, .socialArea .socialBox .socialList li, header .rightBox .figureSvg, header .logo, .loadingArea, .moduleMask, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btn a.textLink::before, .moduleBox .moduleClose, a, .button_su .button_text_container {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes goTopAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes goTopAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
  width: 100%;
  height: 100%;
  background: #1e545d;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
#cover.show {
  opacity: 1;
}

.figureSvg {
  position: absolute;
  z-index: -1;
  overflow: inherit !important;
}

.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  margin-right: 15px;
}
.button_su .su_button_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}
.button_su .button_su_inner {
  display: inline-block;
  background: #1e545d;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  width: 175px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 400ms;
  transition: 400ms;
  text-decoration: none;
  padding: 10px;
  z-index: 100000;
}
.button_su .button_text_container {
  position: relative;
  z-index: 1;
  display: block;
}
.button_su .explode-circle {
  -webkit-animation: explode 0.5s forwards;
          animation: explode 0.5s forwards;
}
.button_su .desplode-circle {
  -webkit-animation: desplode 0.5s forwards;
          animation: desplode 0.5s forwards;
}
@-webkit-keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(229, 192, 212, 0.3);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #e5c0d4;
  }
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(229, 192, 212, 0.3);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #e5c0d4;
  }
}
@-webkit-keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #e5c0d4;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(229, 192, 212, 0.3);
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #e5c0d4;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(229, 192, 212, 0.3);
  }
}
@-webkit-keyframes explode2 {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fff;
  }
}
@keyframes explode2 {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fff;
  }
}
@-webkit-keyframes desplode2 {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fff;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@keyframes desplode2 {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fff;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.masterBtn .button_su:hover .button_text_container {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.masterBtn .button_su .button_su_inner {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
}
.masterBtn .button_su .button_arrow {
  position: absolute;
  top: 54%;
  right: 15px;
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
}
.masterBtn .button_su .button_arrow::before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body {
  font-size: 15px;
  font-family: "Inter", "Noto Serif TC", "Helvetica", "Arial", "微軟正黑體", "Heiti TC", "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #1e545d;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    height: 360px;
  }
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
}
a:hover {
  color: #1e545d;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.btn_color1 {
  background-color: #1e545d;
  color: #fff;
}
@media (min-width: 1201px) {
  .btn_color1:hover {
    background-color: #0b2023;
    color: #fff;
  }
}
.btn_color_white {
  background-color: #fff;
  color: #1e545d;
}
@media (min-width: 1201px) {
  .btn_color_white:hover {
    background-color: #1e545d;
    color: #fff;
  }
}

/*button*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
  margin: 0;
}
.btn1 a {
  min-width: 190px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 5px;
  padding: 13px 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #1e545d;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #1e545d;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

.outerWrap {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
}

.wrap {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1180px) {
  .wrap {
    padding: 0 20px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #1e545d;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #1e545d;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #0b2023;
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btn a:not(.textLink) {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 15px 25px;
}
.moduleBox.privacy .btn a.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btn a.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1e545d;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btn a.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #1e545d;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: #3493a2;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #246570;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #1e545d;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #1e545d;
}
.moduleBox.cart .cart {
  border-top: 2px solid #1e545d;
  border-bottom: 2px solid #b4b4b4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .buyList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}
.moduleBox.cart .buyList .Img {
  width: 90px;
}
.moduleBox.cart .buyList .Img img {
  display: block;
  width: 100%;
}
.moduleBox.cart .buyList .Txt {
  position: relative;
  width: calc(100% - 90px);
  padding-left: 15px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.moduleBox.cart .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}
.moduleBox.cart .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moduleBox.cart .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.moduleBox.cart .buyList .del {
  position: absolute;
  right: 0;
  top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox.cart .buyList .del:hover {
  background-color: #1e545d;
  color: #fff;
}
.moduleBox.cart .buyList .del svg {
  width: 15px;
  height: 18px;
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 360px;
}
.moduleBox.orderCheck h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left;
}
.moduleBox.orderCheck input[type=text], .moduleBox.orderCheck input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
}
.moduleBox.orderCheck a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.moduleBox.search .searchBox a {
  width: 50px;
  height: 50px;
  background-color: #1e545d;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1e545d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo .loadLogoBox {
  position: relative;
  width: 205px;
  height: 215px;
  margin: 0 auto;
}
.loadingArea .loadLogo .loadLogoBox img {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.loadingArea .loadLogo .loadLogoBox .img2 {
  -webkit-clip-path: circle(0% at 50% 100%);
          clip-path: circle(0% at 50% 100%);
  opacity: 1;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.loadingArea .loadLogo .loadTextTw {
  padding-top: 30px;
  width: 300px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}
.loadingArea .loadLogo .loadTextTw img {
  display: block;
  width: 100%;
}
.loadingArea .loadLogo .loadTextEn {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogoBox .img1 {
  opacity: 1;
}
.loadingArea.show .loadLogoBox .img3 {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.loadingArea.show .loadLogoBox .img2 {
  -webkit-clip-path: circle(100% at 50% 100%);
          clip-path: circle(100% at 50% 100%);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.loadingArea.show .loadLogoBox .img4 {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.loadingArea.show .loadLogoBox .img5 {
  opacity: 1;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.loadingArea.show .loadLogoBox .img6 {
  opacity: 1;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.loadingArea.show .loadLogoBox .img7 {
  opacity: 1;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.loadingArea.show .loadLogoBox .img8 {
  opacity: 1;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.loadingArea.show .loadTextTw {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.loadingArea.show .loadTextEn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.loadingArea.show #component_004 {
  top: 0;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.loadingArea.hide {
  opacity: 0;
}
.loadingArea #component_004 {
  position: absolute;
  top: -130%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  left: 0;
  z-index: 2;
  width: 100%;
  height: 130%;
  pointer-events: none;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  pointer-events: none;
}
header.show .logo {
  color: #f9f9f9;
}
header.show .rightBox .figureSvg {
  color: #f9f9f9;
}
header.show .rightBox .button_su:hover a {
  color: white;
}
header.show .rightBox .button_su .explode-circle {
  -webkit-animation: explode 0.5s forwards;
          animation: explode 0.5s forwards;
}
header.show .rightBox .button_su .desplode-circle {
  -webkit-animation: desplode 0.5s forwards;
          animation: desplode 0.5s forwards;
}
header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
}
header .logo {
  width: 210px;
  margin: 0 30px;
  margin-top: 25px;
  color: #fff;
  pointer-events: fill;
}
@media (max-width: 767px) {
  header .logo {
    width: 130px;
    padding: 0;
    margin: 0;
  }
}
header .logo .figureSvg {
  top: -90px;
  left: -80px;
  width: 419px;
  height: 370px;
  -webkit-filter: drop-shadow(0 0 50px rgba(229, 192, 212, 0.8));
          filter: drop-shadow(0 0 50px rgba(229, 192, 212, 0.8));
  pointer-events: none;
}
@media (max-width: 767px) {
  header .logo .figureSvg {
    top: -50px;
    left: -50px;
    width: 250px;
    height: auto;
  }
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: fill;
}
header .rightBox .figureSvg {
  top: -35px;
  right: -95px;
  color: #fff;
  width: 234px;
  height: 219px;
  -webkit-filter: drop-shadow(0 0 50px rgba(229, 192, 212, 0.8));
          filter: drop-shadow(0 0 50px rgba(229, 192, 212, 0.8));
}
@media (max-width: 767px) {
  header .rightBox .figureSvg {
    width: 150px;
    height: auto;
    top: -60px;
    right: 0px;
  }
}
@media (max-width: 1180px) {
  header .rightBox .button_su {
    display: none;
  }
}
header .rightBox .button_su:hover a {
  color: #1e545d;
}
header .rightBox .button_su .explode-circle {
  -webkit-animation: explode2 0.5s forwards;
          animation: explode2 0.5s forwards;
}
header .rightBox .button_su .desplode-circle {
  -webkit-animation: desplode2 0.5s forwards;
          animation: desplode2 0.5s forwards;
}

.socialArea {
  position: fixed;
  z-index: 50;
  top: 51.8%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .socialArea {
    display: none;
  }
}
.socialArea.show .socialBox .socialList li a, .socialArea.show2 .socialBox .socialList li a, .socialArea.colorChange .socialBox .socialList li a {
  color: #4b4b4b;
}
.socialArea.show2 .socialBox .socialList li a {
  color: #fff;
}
.socialArea.show2 .socialBox .socialList li a:hover {
  color: #fff;
}
.socialArea.show2 .socialBox .socialList li a:hover svg {
  fill: #fff;
}
.socialArea .socialBox {
  display: block;
}
.socialArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.socialArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.socialArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.socialArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.socialArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
}
.socialArea .socialBox .socialList li a svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
.socialArea .socialBox .socialList li a:hover {
  color: #e5c0d4;
}
.socialArea .socialBox .socialList li a:hover svg {
  fill: #e5c0d4;
}

.onlineOrder {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 5%;
}
@media (max-width: 1180px) {
  .onlineOrder {
    display: none;
  }
}
.onlineOrder.hide {
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
.onlineOrder.show {
  bottom: 19%;
}
.onlineOrder .Img {
  position: relative;
  z-index: 0;
  width: 120px;
}
.onlineOrder .Img:hover::before {
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
.onlineOrder .Img::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
  background-image: url(https://bb3fb2.claudeassets.com/20250609135947im_/https://www.yinguocha.com/images/online_order_bg.png);
  width: 163px;
  height: 162px;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.onlineOrder .Img img {
  width: 100%;
  display: block;
}

/*slideMenu*/
.slideMenuTrigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  margin: 8px;
  margin-top: 27px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slideMenuTrigger {
    margin-top: 10px;
  }
}
.slideMenuTrigger.show .line {
  background-color: transparent;
  width: 34px;
}
.slideMenuTrigger.show .line::before {
  background-color: #1e545d;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(30deg);
          transform: translateY(0) rotate(30deg);
}
.slideMenuTrigger.show .line::after {
  background-color: #1e545d;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-30deg);
          transform: translateY(0) rotate(-30deg);
}
.slideMenuTrigger.show .text .open {
  opacity: 0;
}
.slideMenuTrigger.show .text .close {
  opacity: 1;
}
.slideMenuTrigger .line {
  position: relative;
  display: block;
  width: 23px;
  height: 2px;
  background-color: #1e545d;
  z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #1e545d;
  position: absolute;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  top: 0;
  right: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.slideMenuTrigger .text {
  position: relative;
  display: block;
  font-size: 12px;
  color: #1e545d;
  padding-top: 12px;
  padding-right: 8px;
}
.slideMenuTrigger .text .close {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover .line::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .slideMenuTrigger:hover .line::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideMenuArea {
  width: 100%;
  max-width: 695px;
  height: 100vh;
  overflow-x: hidden;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 49;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-overflow-scrolling: touch;
  background-image: url(https://7a95e1.claudeassets.com/20250609135947im_/https://www.yinguocha.com/images/menu_bg.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-clip-path: circle(0.1% at 100% 0);
          clip-path: circle(0.1% at 100% 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #1e545d;
}
@media (max-width: 1180px) {
  .slideMenuArea {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 767px) {
  .slideMenuArea {
    width: 115%;
  }
}
.slideMenuArea.show {
  pointer-events: auto;
  -webkit-clip-path: circle(140% at 100% 0);
          clip-path: circle(140% at 100% 0);
}
@media (max-width: 1180px) {
  .slideMenuArea.show {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideMenuArea.show .nav li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.slideMenuArea.show .nav li:nth-child(1) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.slideMenuArea.show .nav li:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.slideMenuArea.show .nav li:nth-child(3) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.slideMenuArea.show .nav li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.slideMenuArea.show .nav li:nth-child(5) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.slideMenuArea.show .nav li:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.slideMenuArea.show .nav li:nth-child(7) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.slideMenuArea.show .socialBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.slideMenuArea .wrap {
  height: 100%;
}
.slideMenuArea .menuBox {
  max-width: 500px;
  width: 100%;
}
.slideMenuArea .nav {
  padding: 205px 20px 40px 77px;
}
@media (max-width: 1180px) {
  .slideMenuArea .nav {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .slideMenuArea .nav {
    padding-left: 120px;
  }
}
@media (max-width: 440px) {
  .slideMenuArea .nav {
    padding-left: 80px;
  }
}
@media (max-width: 380px) {
  .slideMenuArea .nav {
    padding-top: 140px;
    padding-right: 0;
    padding-left: 40px;
  }
}
.slideMenuArea .nav li {
  padding: 14px 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.slideMenuArea .nav a {
  padding-left: 62px;
  position: relative;
  display: block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #1e545d;
}
@media (max-width: 767px) {
  .slideMenuArea .nav a {
    font-size: 20px;
  }
}
.slideMenuArea .nav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 52px;
  background-image: url(https://461053.claudeassets.com/20250609135947im_/https://www.yinguocha.com/images/menu_logo.png);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slideMenuArea .nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 26px;
  display: block;
  width: 0;
  height: 1px;
  background: #e5c0d4;
}
.slideMenuArea .nav a:hover .menuEn, .slideMenuArea .nav a.current .menuEn {
  color: #e5c0d4;
}
.slideMenuArea .nav a:hover::before, .slideMenuArea .nav a.current::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.slideMenuArea .nav a:hover::after, .slideMenuArea .nav a.current::after {
  width: calc(100% - 26px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slideMenuArea .nav a .menuEn {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  color: #b2b2b2;
}
@media (max-width: 767px) {
  .slideMenuArea .nav a .menuEn {
    font-size: 17px;
  }
}
.slideMenuArea .socialBox {
  padding-left: 124px;
  padding-bottom: 60px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 1181px) {
  .slideMenuArea .socialBox {
    display: none;
  }
}
@media (max-width: 767px) {
  .slideMenuArea .socialBox {
    padding-left: 167px;
  }
}
@media (max-width: 440px) {
  .slideMenuArea .socialBox {
    padding-left: 127px;
  }
}
@media (max-width: 380px) {
  .slideMenuArea .socialBox {
    padding-left: 87px;
  }
}
.slideMenuArea .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideMenuArea .socialBox .socialList li {
  padding: 0 10px;
}
.slideMenuArea .socialBox .socialList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #4b4b4b;
}
.slideMenuArea .socialBox .socialList svg {
  width: 20px;
  height: 20px;
  color: #4b4b4b;
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 48;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-clip-path: circle(0.1% at 100% 0);
          clip-path: circle(0.1% at 100% 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1180px) {
  .slideMenuMask {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}
.slideMenuMask.show {
  pointer-events: auto;
  -webkit-clip-path: circle(150% at 100% 0);
          clip-path: circle(150% at 100% 0);
}
@media (max-width: 1180px) {
  .slideMenuMask.show {
    opacity: 1;
  }
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  float: left;
  margin-left: 70px;
}
.m_menu .m_logo img {
  display: block;
  width: 150px;
  padding-top: 8px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 60px;
  background-color: #fff;
}
.m_menu .controlBox a.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
  display: inline-block;
  vertical-align: middle;
}
.m_menu .controlBox .right {
  float: right;
  line-height: 60px;
  margin-right: 10px;
}
.m_menu .controlBox .right a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
}
.m_menu .controlBox .right a em {
  display: none;
}
.m_menu .controlBox .right i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background: #799A1B;
}
.m_menu .controlBox .right b {
  position: absolute;
  top: 6px;
  right: -5px;
  display: block;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 5px;
  font-size: 13px;
  color: #fff;
  background-color: #C40000;
}
.m_menu .controlBox .language:hover .submenu {
  display: block;
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 60px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
  background: rgb(101, 14, 19);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(101, 14, 19)), to(rgb(178, 24, 27)));
  background: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13", endColorstr="#b2181b", GradientType=0);
  /* IE6-9 */
}
.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #c80303;
}
.m_menu .searchBox_m {
  padding: 20px 0;
  text-align: center;
}
.m_menu .searchBox_m input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  border: 1px solid #ccc;
}
.m_menu .searchBox_m a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #9cc720;
}
.m_menu .m_trans {
  text-align: center;
  padding-top: 30px;
}
.m_menu .m_trans > a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #fff;
  color: #fff;
}
.m_menu .m_trans > a i {
  margin-left: 5px;
}
.m_menu .loginBox {
  padding: 30px 0;
  text-align: center;
}
.m_menu .loginBox a {
  display: inline-block;
  margin: 0 3px;
  font-size: 15px;
  color: #fff;
}
.m_menu .loginBox a i {
  margin-right: 3px;
}
.m_menu .loginBox .submenu {
  margin-top: 10px;
  color: #ccc;
}
.m_menu .loginBox .submenu span {
  margin: 0 5px;
}
.m_menu .mfun {
  padding: 30px 0;
  text-align: center;
}
.m_menu .mfun a {
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #b21d26;
}
.m_menu .nav li {
  border-top: 1px solid #af6568;
}
.m_menu .nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.m_menu .nav a:hover {
  background-color: #d12127;
}
.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}
.m_menu .nav .submenu a:hover {
  background-color: #999;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea ul {
  overflow: hidden;
}
.marqueeArea li {
  line-height: 20px;
}
.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .date {
    display: none;
  }
}
.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}
.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*footer*/
footer {
  position: relative;
  padding: 75px 0 44px;
  margin-top: -50px;
  background-image: url(https://a8fc6e.claudeassets.com/20250609135947im_/https://www.yinguocha.com/images/footer_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  footer {
    padding-top: 60px;
  }
}
footer .wrap {
  max-width: 1115px;
}
footer .footerMenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .footerMenu {
    padding-top: 110px;
  }
}
@media (max-width: 768px) {
  footer .footerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 200px;
  }
}
footer .footerMenu li {
  position: relative;
  padding: 0 15px;
  padding-top: 95px;
}
@media (max-width: 768px) {
  footer .footerMenu li {
    padding: 15px 20px;
  }
}
footer .footerMenu li:not(:first-child, :nth-child(5), .footerLogo)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  footer .footerMenu li:not(:first-child, :nth-child(5), .footerLogo)::before {
    display: none;
  }
}
footer .footerMenu li:nth-child(5)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
}
@media (max-width: 1024px) {
  footer .footerMenu li:nth-child(5)::before {
    display: block;
  }
}
@media (max-width: 768px) {
  footer .footerMenu li:nth-child(5)::before {
    display: none;
  }
}
footer .footerMenu li.footerLogo {
  padding: 0;
  margin: 0 80px;
}
@media (max-width: 1180px) {
  footer .footerMenu li.footerLogo {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  footer .footerMenu li.footerLogo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
footer .footerMenu li.footerLogo a {
  display: block;
  width: 145px;
  margin: 0 auto;
}
footer .footerMenu li.footerLogo a::before, footer .footerMenu li.footerLogo a::after {
  display: none;
}
footer .footerMenu li.footerLogo img {
  width: 100%;
  display: block;
}
footer .footerMenu li a {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
footer .footerMenu li a::before, footer .footerMenu li a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
}
footer .footerMenu li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  background: #e5c0d4;
}
footer .footerMenu li a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background: #fff;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (min-width: 1201px) {
  footer .footerMenu li a:hover {
    color: #e5c0d4;
  }
  footer .footerMenu li a:hover::before {
    width: 100%;
  }
  footer .footerMenu li a:hover::after {
    width: 110%;
  }
}
footer .side_contactInfo {
  padding-top: 45px;
}
@media (max-width: 768px) {
  footer .side_contactInfo {
    padding-top: 30px;
  }
}
footer .side_contactInfo .tel,
footer .side_contactInfo .fax,
footer .side_contactInfo .mail,
footer .side_contactInfo .address {
  padding-bottom: 5px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
}
footer .side_contactInfo .tel a,
footer .side_contactInfo .fax a,
footer .side_contactInfo .mail a,
footer .side_contactInfo .address a {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-size: 17px;
}
footer .side_contactInfo .tel a:hover,
footer .side_contactInfo .fax a:hover,
footer .side_contactInfo .mail a:hover,
footer .side_contactInfo .address a:hover {
  color: #e5c0d4;
}
footer .side_contactInfo .tel span,
footer .side_contactInfo .fax span,
footer .side_contactInfo .mail span,
footer .side_contactInfo .address span {
  color: #fff;
  font-size: 17px;
}
footer .side_contactInfo .phoneBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .side_contactInfo .tel {
  position: relative;
}
footer .side_contactInfo .tel::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
}
footer .side_contactInfo .tel,
footer .side_contactInfo .fax {
  padding: 0 15px;
  letter-spacing: 0.6px;
}
footer .copyrightBox {
  padding-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
footer .copyrightBox .copyright {
  font-size: 13px;
  padding: 5px;
}
footer .copyrightBox .ibestLink {
  padding: 10px;
}
footer .copyrightBox .ibestLink a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 1201px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #e5c0d4;
  }
}
footer .goTop {
  padding-left: 30px;
  position: absolute;
  bottom: 9.7%;
  right: 70px;
  cursor: pointer;
}
@media (max-width: 768px) {
  footer .goTop {
    bottom: auto;
    right: 30px;
    top: 125px;
  }
}
footer .goTop div {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
}
footer .goTop span {
  position: absolute;
  left: 15px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 60px;
  background: #eee;
  -webkit-animation: goTopAnimation 1.8s ease-in-out infinite;
          animation: goTopAnimation 1.8s ease-in-out infinite;
}
footer .goTop span::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 57px;
  display: block;
  width: 10px;
  height: 1px;
  background: #eee;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #1e545d;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #1e545d;
}
.privacyArea .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.privacyArea .btn a {
  letter-spacing: 0.5px;
  padding: 15px 35px;
}
.privacyArea .btn a + a {
  margin-left: 20px;
}
@media (max-width: 640px) {
  .privacyArea .btn {
    width: 100%;
  }
  .privacyArea .btn a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
    text-align: center;
  }
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background: #215863;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.2);
}
.fixedQuickLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  font-size: 18px;
  color: #e5c0d4;
  font-weight: bold;
}
.fixedQuickLink a:hover {
  background: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea a {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.bookingArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #1e545d;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
.bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}
.mainArea::before {
  content: "";
  position: absolute;
  top: -160px;
  right: 0;
  z-index: -1;
  display: block;
  width: 492px;
  height: 602px;
  background-image: url(https://4c5c29.claudeassets.com/20250609135947im_/https://www.yinguocha.com/images/ins_bg1.png);
  pointer-events: none;
}
.mainArea::after {
  content: "";
  position: absolute;
  bottom: -450px;
  left: 0;
  z-index: -1;
  display: block;
  width: 654px;
  height: 1165px;
  background-image: url(https://cdfaa9.claudeassets.com/20250609135947im_/https://www.yinguocha.com/images/ins_bg2.png);
  pointer-events: none;
}
.mainArea .contentBox {
  padding-top: 50px;
  clear: both;
}

.titleBox {
  padding: 40px 0 20px;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.titleBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 32px;
  background-image: url(https://461053.claudeassets.com/20250609135947im_/https://www.yinguocha.com/images/menu_logo.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.titleBox .titleEn {
  padding-top: 10px;
  display: block;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1e545d;
}
@media (max-width: 460px) {
  .titleBox .titleEn {
    font-size: 30px;
  }
}
.titleBox .titleEn::before {
  content: "";
  position: absolute;
  top: 15px;
  right: calc(50% + 30px);
  display: block;
  width: 63px;
  height: 2px;
  background: #e5c0d4;
}
.titleBox .titleEn::after {
  content: "";
  position: absolute;
  top: 15px;
  left: calc(50% + 30px);
  display: block;
  width: 63px;
  height: 2px;
  background: #e5c0d4;
}
.titleBox .titleTw {
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #595959;
}

/*bread*/
.bread {
  padding: 45px 0 42px;
}
.bread .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #1e545d;
}
.bread .wrap a:hover {
  color: #e5c0d4;
}
.bread .wrap span {
  color: #c7c7c7;
}
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread .wrap i {
  padding-right: 7px;
  font-size: 18px;
}
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 20px;
}
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}

/*文章標題*/
.articleTitle {
  border-bottom: 1px solid #1e545d;
  color: #1e545d;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 10px 0;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #232323;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
  background: url("https://3964a6.claudeassets.com/20250609135947im_/https://www.yinguocha.com/images/plus.png") no-repeat 5px center;
  cursor: pointer;
  padding-left: 40px;
}

@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #1e545d;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  border-radius: 50px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    padding: 0 11px 10px;
  }
  .classBoxRow .classLink a {
    display: block;
    min-width: 175px;
    border-radius: 50px;
    padding: 11px 15px;
    font-size: 13px;
    color: #fff;
    background: #1e545d;
    letter-spacing: 2px;
    text-align: center;
  }
  .classBoxRow .classLink a.current {
    background-color: #e5c0d4;
  }
  .classBoxRow .classLink a span {
    position: relative;
  }
}
.classBoxRow .button_su {
  text-align: center;
  margin: 0;
}
.classBoxRow .button_su .button_su_inner {
  text-align: center;
  width: 100%;
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #1e545d;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
  background-color: #f1f1f1;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
  background-color: #e8e8e8;
  color: #1e545d;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after {
  background-color: #1e545d;
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink a {
    color: #2f2f2f;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
    background-color: #1e545d;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > li .button_su_inner.current, .classBoxColumn .classLink > li .button_su_inner.current {
    color: #1e545d;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #434343;
    background-color: #fff;
    display: block;
    font-size: 14px;
    padding: 14px 15px;
    position: relative;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
  background-color: #1e545d;
  color: #fff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  width: 45px;
  height: 45px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: #1e545d;
  color: #fff;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
  position: relative;
  margin: 0 20px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.firstBtn span, .pageBox .pageList.number a.lastBtn span {
  position: absolute;
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border: 1px solid rgba(30, 84, 93, 0.2);
  border-radius: 100%;
  opacity: 0;
}
.pageBox .pageList.number a.firstBtn span::before, .pageBox .pageList.number a.lastBtn span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 1px solid #1e545d;
  border-top: 1px solid #1e545d;
  border-bottom: 1px solid rgba(30, 84, 93, 0.2);
  border-right: 1px solid rgba(30, 84, 93, 0.2);
  border-radius: 100%;
  -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  background-color: #e5c0d4;
}
.pageBox .pageList.number a:hover {
  background-color: #e5c0d4;
}
.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.number a:hover.firstBtn span, .pageBox .pageList.number a:hover.lastBtn span {
  opacity: 1;
}
.pageBox .pageList.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #1e545d;
  font-size: 13px;
  color: #1e545d;
}
.tagBox a:hover {
  color: #fff;
  background-color: #1e545d;
}
.tagBox a.current {
  color: #fff;
  background-color: #1e545d;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  color: #333;
  display: block;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tab a.current {
  background-color: #1e545d;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  padding: 50px 5px 20px;
}
.tabContent .tabContentItem {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt .title a {
  font-size: 16px;
  font-weight: 400;
}
.side_room .Txt .text {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news .sideNewsList {
  margin-top: 20px;
}
.side_news .sideNewsItem {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.side_news .Txt a:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
/*
     FILE ARCHIVED ON 14:01:13 Jun 09, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:42:54 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.748
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.05
  esindex: 0.11
  cdx.remote: 13.884
  LoadShardBlock: 268.47 (3)
  PetaboxLoader3.resolve: 173.914 (4)
  PetaboxLoader3.datanode: 118.051 (4)
  load_resource: 86.382
*/