@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#mask {
  display: none;
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

#modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 50%;
  height: 80vh;
  background-image: none;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

#modal .close-btn {
  font-size: 50px;
}

main .nav-mobile {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100vw;
}

main .nav-mobile .nav-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

main .nav-mobile .nav-banner .nav-items-mobile {
  display: none;
  text-align: center;
}

main .nav-mobile .nav-banner .nav-item-mobile {
  margin: 30px;
}

main .nav-mobile .nav-banner .nav-link-mobile {
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

main .nav-mobile .nav-banner .nav-link-mobile:hover {
  color: #f0bd0c;
}

main #banner {
  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;
  width: 100%;
  padding: 70px 0 180px 0;
  background: url(./images/banner/Banner.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

main #banner .nav {
  position: fixed;
  top: 0px;
  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: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 900;
}

main #banner .nav .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  height: 24px;
}

main #banner .nav .nav-items .logo-item {
  display: none;
  width: 50px;
  height: 34px;
  cursor: pointer;
}

main #banner .nav .nav-items .nav-item {
  margin-left: 60px;
}

main #banner .nav .nav-items .nav-item:hover > .nav-link {
  color: #f0bd0c;
}

main #banner .nav .nav-items .nav-item .nav-link {
  font-weight: 600;
  font-size: 21px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

main #banner .logo {
  margin: 215px 0 70px 0;
  width: 280px;
  height: 240px;
  background: url(./images/banner/logo/logo.svg) no-repeat;
  background-size: contain;
}

main #banner .logo-text {
  font-size: 39.96px;
  color: white;
}

main #banner .slogan {
  margin: 25px 0 75px 0;
  font-size: 21px;
  color: white;
}

main #banner .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 290px;
  height: 50px;
}

main #banner .icons .icon img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 920px) {
  main #banner .nav {
    display: none;
  }
  main #banner .logo {
    width: 200px;
    height: 170px;
  }
  main #banner .logo-text {
    font-size: 30px;
  }
  main #banner .slogan {
    font-size: 18px;
    color: white;
  }
  main .nav-mobile {
    display: block;
  }
  main .nav-mobile .logo-mobile {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 999;
    width: 60px;
    height: 60px;
  }
  main .nav-mobile .logo-mobile:active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-width: 576px) {
  main #banner {
    background-image: url(./images/banner/576banner.jpg);
  }
  main #banner .logo {
    width: 200px;
    height: 170px;
  }
  main #banner .logo-text {
    font-size: 24px;
  }
  main #banner .slogan {
    font-size: 15px;
    color: white;
  }
}

main #concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 130px;
  width: 100%;
  height: 1280px;
  background-color: #fff;
}

main #concept article {
  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;
  width: 70%;
  height: 470px;
  margin-bottom: 75px;
}

main #concept article .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
}

main #concept article .text .concept-title {
  font-size: 48px;
  margin-bottom: 20px;
}

main #concept article .text .dog-img {
  width: 55px;
  height: 70px;
  margin-left: 30px;
}

main #concept article .text .cat-img {
  width: 60px;
  height: 60px;
  margin-left: 15vw;
}

main #concept article .text .concept-text {
  font-size: 1.3vw;
  line-height: 2.6vw;
}

main #concept article .concept-img {
  width: 34.4vw;
  height: 24.5vw;
}

@media screen and (max-width: 1200px) {
  main #concept article {
    width: 80%;
    height: 400px;
    margin-bottom: 0px;
  }
  main #concept article .text {
    width: 50%;
  }
  main #concept article .text .concept-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  main #concept article .text .concept-text {
    font-size: 21px;
    line-height: 45px;
  }
  main #concept article .text .cat-img {
    display: none;
  }
  main #concept article .concept-img {
    width: 413px;
    height: 294px;
  }
}

@media screen and (max-width: 920px) {
  main #concept {
    height: 1910px;
  }
  main #concept article {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 800px;
    padding: 0 64px 0 64px;
  }
  main #concept article .text {
    width: 100%;
    margin-bottom: 20px;
  }
  main #concept article .text .concept-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  main #concept article .text .concept-text {
    font-size: 24px;
    line-height: 45px;
  }
  main #concept article .concept-img {
    width: 580px;
    height: 410px;
    margin-bottom: 30px;
  }
}

main #environment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 980px;
  background-color: #ffffff;
}

main #environment .environment-img {
  position: relative;
  width: 1700px;
  height: 885px;
}

main #environment .environment-img .environment-text1,
main #environment .environment-img .environment-text2,
main #environment .environment-img .environment-text3 {
  display: none;
}

main #environment .environment-img .full-screen-1,
main #environment .environment-img .full-screen-2,
main #environment .environment-img .full-screen-3 {
  cursor: pointer;
}

main #environment .environment-img h1 {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 240px;
  height: 100px;
  background-color: #f0bd0c;
  font-size: 48px;
  text-align: center;
  line-height: 100px;
  z-index: 2;
}

main #environment .environment-img .large-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 535px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
  border-radius: 10px;
  background: url(./images/店家環境/shop01.jpg) no-repeat;
  background-size: cover;
  background-position: left;
}

main #environment .environment-img .large-img:hover > .filter1 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

main #environment .environment-img .large-img .filter1 {
  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;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 530px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
}

main #environment .environment-img .large-img .filter1 i {
  font-size: 50px;
  color: white;
}

main #environment .environment-img .small-img1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 430px;
  background-image: url(./images/店家環境/shop02.JPG);
  background-size: cover;
  background-position: right;
  -webkit-clip-path: polygon(0 22%, 91% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 22%, 91% 0, 100% 100%, 0% 100%);
  border-radius: 10px;
}

main #environment .environment-img .small-img1:hover > .filter2 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

main #environment .environment-img .small-img1 .filter2 {
  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;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 430px;
  -webkit-clip-path: polygon(0 22%, 91% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 22%, 91% 0, 100% 100%, 0% 100%);
}

main #environment .environment-img .small-img1 .filter2 i {
  font-size: 50px;
  color: white;
}

main #environment .environment-img .small-img2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 44%;
  height: 510px;
  background-image: url(./images/店家環境/shop03.JPG);
  background-size: cover;
  background-position: left;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 12% 100%);
          clip-path: polygon(0 15%, 100% 0, 100% 100%, 12% 100%);
  border-radius: 10px;
}

main #environment .environment-img .small-img2:hover > .filter3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

main #environment .environment-img .small-img2 .filter3 {
  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;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 510px;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 12% 100%);
          clip-path: polygon(0 15%, 100% 0, 100% 100%, 12% 100%);
}

main #environment .environment-img .small-img2 .filter3 i {
  font-size: 50px;
  color: white;
}

main #environment .cat-shadow {
  position: absolute;
  bottom: 10px;
  left: 100px;
  width: 155px;
  height: 300px;
  opacity: 0.8;
}

main #environment .environment-text4 {
  display: none;
}

main #environment .dialog-img {
  position: absolute;
  top: 200px;
  right: 100px;
  width: 32vw;
  height: 14vw;
}

@media screen and (max-width: 1200px) {
  main #environment {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 2000px;
  }
  main #environment .environment-img {
    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;
    width: 100%;
    height: 1600px;
  }
  main #environment .environment-img .environment-text1,
  main #environment .environment-img .environment-text2,
  main #environment .environment-img .environment-text3 {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #e19040;
    padding: 50px 0;
    z-index: 3;
  }
  main #environment .environment-img .environment-text1 h2,
  main #environment .environment-img .environment-text2 h2,
  main #environment .environment-img .environment-text3 h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  main #environment .environment-img .environment-text1 p,
  main #environment .environment-img .environment-text2 p,
  main #environment .environment-img .environment-text3 p {
    font-size: 24px;
  }
  main #environment .environment-img h1 {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150px;
    height: 70px;
    font-size: 36px;
    line-height: 70px;
  }
  main #environment .environment-img .large-img {
    position: static;
    width: 80vw;
    height: 50vw;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 0px;
  }
  main #environment .environment-img .large-img:hover > .filter1 {
    display: none;
  }
  main #environment .environment-img .large-img .filter1 {
    display: none;
  }
  main #environment .environment-img .small-img1 {
    position: static;
    width: 80vw;
    height: 50vw;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 0px;
  }
  main #environment .environment-img .small-img1:hover > .filter2 {
    display: none;
  }
  main #environment .environment-img .small-img1 .filter2 {
    display: none;
  }
  main #environment .environment-img .small-img2 {
    position: static;
    width: 80vw;
    height: 50vw;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 10px;
    border-radius: 0px;
  }
  main #environment .environment-img .small-img2:hover > .filter3 {
    display: none;
  }
  main #environment .environment-img .small-img2 .filter3 {
    display: none;
  }
  main #environment .cat-shadow {
    width: 50px;
    height: 96px;
    bottom: 120px;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main #environment .environment-text4 {
    display: block;
    width: 413px;
    height: 98px;
    font-size: 24px;
  }
  main #environment .dialog-img {
    display: none;
  }
}

main #food-card {
  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;
  width: 100%;
  position: relative;
  height: 980px;
  background-color: #f0bd0c;
}

main #food-card h1 {
  font-size: 48px;
  margin: 70px 0 30px 0;
}

main #food-card .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 68.7%;
  margin: 0 0 -30px -30px;
}

main #food-card .row .column {
  width: 33.3%;
  height: 360px;
  -webkit-perspective: 700px;
          perspective: 700px;
  padding: 0 0 30px 30px;
}

main #food-card .row .column .food-img {
  position: relative;
  width: 100%;
  height: 100%;
}

main #food-card .row .column .food-img:hover > .front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

main #food-card .row .column .food-img:hover > .back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

main #food-card .row .column .food-img .front,
main #food-card .row .column .food-img .back {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 100%;
  height: 100%;
}

main #food-card .row .column .food-img .front {
  z-index: 2;
}

main #food-card .row .column .food-img .front .front-img {
  width: 100%;
  height: 100%;
}

main #food-card .row .column .food-img .front .front-img .cover {
  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;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

main #food-card .row .column .food-img .front .front-img .cover span {
  color: white;
  font-size: 36px;
  font-weight: 600;
}

main #food-card .row .column .food-img .front .front-img1 {
  background-image: url(./images/好食餐點/beef.jpg);
  background-size: cover;
  background-position: -37px 0;
}

main #food-card .row .column .food-img .front .front-img2 {
  background-image: url(./images/好食餐點/pork.jpg);
  background-size: cover;
  background-position: -40px 0;
}

main #food-card .row .column .food-img .front .front-img3 {
  background-image: url(./images/好食餐點/cook.jpg);
  background-size: cover;
}

main #food-card .row .column .food-img .front .front-img4 {
  background-image: url(./images/好食餐點/fruit-tea.jpg);
  background-size: cover;
}

main #food-card .row .column .food-img .front .front-img5 {
  background-image: url(./images/好食餐點/covid-fight.jpg);
  background-size: cover;
}

main #food-card .row .column .food-img .front .front-img6 {
  background-image: url(./images/好食餐點/pet-food.jpg);
  background-size: cover;
}

main #food-card .row .column .food-img .back {
  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;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: black;
}

main #food-card .row .column .food-img .back img {
  width: 131px;
}

main #food-card .row .column .food-img .back img,
main #food-card .row .column .food-img .back h2,
main #food-card .row .column .food-img .back p {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(95px) scale(0.81);
          transform: translateZ(95px) scale(0.81);
  font-weight: 600;
  color: white;
}

main #food-card .row .column .food-img .back h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

main #food-card .row .column .food-img .back p {
  font-size: 24px;
}

main #food-card .dog-shadow {
  position: absolute;
  right: 190px;
  bottom: 25px;
  width: 210px;
  height: 245px;
}

@media screen and (max-width: 1300px) {
  main #food-card {
    height: 2400px;
  }
  main #food-card .row {
    width: 80%;
  }
  main #food-card .row .column span {
    font-size: 24px;
  }
  main #food-card .row .column h2 {
    font-size: 24px;
  }
  main #food-card .row .column p {
    font-size: 18px;
  }
  main #food-card .dog-shadow {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  main #food-card {
    height: 1300px;
  }
  main #food-card .row {
    width: 85%;
  }
  main #food-card .row .column span {
    font-size: 18px;
  }
  main #food-card .row .column h2 {
    font-size: 18px;
  }
  main #food-card .row .column p {
    font-size: 14.4px;
  }
}

@media screen and (max-width: 960px) {
  main #food-card .row {
    width: 85%;
  }
  main #food-card .row .column {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  main #food-card {
    height: 2400px;
  }
  main #food-card .row .column {
    width: 100%;
  }
}

main #menu {
  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;
  width: 100%;
  height: 980px;
  background-color: #000000;
}

main #menu .menu-type {
  width: 80%;
  text-align: center;
}

main #menu .menu-type h1 {
  font-size: 48px;
  margin: 70px 0 30px 0;
  color: #f0bd0c;
}

main #menu .menu-type .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

main #menu .menu-type .menu-items .menu-item {
  list-style-type: none;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2vw;
  width: 14%;
  cursor: pointer;
}

main #menu .menu-type .menu-items .menu-item:hover {
  color: #dc8b40;
  font-weight: 600;
}

main #menu .menu-type .menu-items .active {
  position: relative;
  color: #dc8b40;
}

main #menu .menu-type .menu-items .active::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1.2vw;
  height: 1.2vw;
  background-image: url(./images/幸福菜單/icons/foot-print.svg);
}

main #menu .content {
  display: none;
  width: 77%;
}

main #menu .now {
  display: block;
}

main #menu .pasta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 77%;
  height: 665px;
  width: 100%;
}

main #menu .pasta-content .pasta-intro {
  width: 73%;
}

main #menu .pasta-content .pasta-intro .pasta-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  width: 500px;
}

main #menu .pasta-content .pasta-intro .pasta-title img {
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 2px;
}

main #menu .pasta-content .pasta-intro .pasta-title h2 {
  color: #e19040;
  font-size: 2vw;
}

main #menu .pasta-content .pasta-intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

main #menu .pasta-content .pasta-intro .row .column1,
main #menu .pasta-content .pasta-intro .row .column2 {
  width: 50%;
  margin-right: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

main #menu .pasta-content .pasta-intro .row .column1 .meal-content,
main #menu .pasta-content .pasta-intro .row .column2 .meal-content {
  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;
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 30px;
}

main #menu .pasta-content .pasta-intro .row .column1 .meal-content h3,
main #menu .pasta-content .pasta-intro .row .column2 .meal-content h3 {
  color: #f0bd0c;
  font-size: 1.6vw;
}

main #menu .pasta-content .pasta-intro .row .column1 .meal-content span,
main #menu .pasta-content .pasta-intro .row .column2 .meal-content span {
  color: #ffffff;
  font-size: 1.6vw;
}

main #menu .pasta-content .pasta-intro .row .column1 .img,
main #menu .pasta-content .pasta-intro .row .column2 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 180px;
}

main #menu .pasta-content .pasta-intro .row .column1 .img .dog,
main #menu .pasta-content .pasta-intro .row .column2 .img .dog {
  -webkit-transform: translate(180px, 230px);
          transform: translate(180px, 230px);
  width: 140px;
  height: 180px;
}

main #menu .pasta-content .pasta-intro .row .column1 .img .cat,
main #menu .pasta-content .pasta-intro .row .column2 .img .cat {
  -webkit-transform: translate(180px, 250px);
          transform: translate(180px, 250px);
  width: 160px;
  height: 160px;
}

main #menu .pasta-content .pasta-pic {
  overflow: hidden;
}

main #menu .pasta-content .pasta-pic img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .pasta-content .pasta-pic img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 577px) {
  main #menu .pasta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    width: 77%;
    height: 965px;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 450px;
  }
  main #menu .pasta-content .pasta-intro {
    width: 100%;
    height: 400px;
  }
  main #menu .pasta-content .pasta-intro .pasta-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
    width: 100%;
  }
  main #menu .pasta-content .pasta-intro .row {
    width: 100%;
    height: 400px;
  }
  main #menu .pasta-content .pasta-intro .row .column1 {
    width: 60%;
    height: 100%;
  }
  main #menu .pasta-content .pasta-intro .row .column1 .meal-content {
    width: 100%;
    height: 50px;
  }
  main #menu .pasta-content .pasta-intro .row .column2 {
    width: 40%;
  }
  main #menu .pasta-content .pasta-intro .row .column2 .meal-content {
    width: 100%;
    height: 50px;
  }
  main #menu .pasta-content .pasta-intro .row .column2 .dog,
  main #menu .pasta-content .pasta-intro .row .column2 .cat {
    display: none;
  }
  main #menu .pasta-content .pasta-pic {
    margin: 0 auto;
    width: 200px;
    height: 300px;
  }
  main #menu .pasta-content .pasta-pic img {
    width: 100%;
    height: 100%;
  }
}

main #menu .hot-pot-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 77%;
  height: 665px;
  width: 100%;
}

main #menu .hot-pot-content .hot-pot-intro {
  width: 35%;
}

main #menu .hot-pot-content .hot-pot-intro .hot-pot-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}

main #menu .hot-pot-content .hot-pot-intro .hot-pot-title img {
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 2px;
}

main #menu .hot-pot-content .hot-pot-intro .hot-pot-title h2 {
  color: #e19040;
  font-size: 2vw;
}

main #menu .hot-pot-content .meal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6vw;
}

main #menu .hot-pot-content .meal-content .meal-description {
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 144px;
}

main #menu .hot-pot-content .meal-content .meal-description .meal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main #menu .hot-pot-content .meal-content .meal-description .meal-title h3 {
  color: #f0bd0c;
  margin-bottom: 25px;
  font-size: 1.6vw;
}

main #menu .hot-pot-content .meal-content .meal-description .meal-title span {
  color: #ffffff;
  font-size: 1.6vw;
}

main #menu .hot-pot-content .meal-content .meal-description p {
  color: #ffffff;
  font-size: 24px;
}

main #menu .hot-pot-content .meal-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

main #menu .hot-pot-content .meal-content .row .column1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #f0bd0c;
  font-size: 1.3vw;
}

main #menu .hot-pot-content .meal-content .row .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-size: 1.3vw;
}

main #menu .hot-pot-content .meal-content .row span {
  margin-bottom: 20px;
}

main #menu .hot-pot-content .hot-pot-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 670px;
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-left {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
  height: 670px;
  margin-right: 10px;
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-left .left1 {
  overflow: hidden;
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-left .left1 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-left .left1 img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-left .left2 {
  overflow: hidden;
  margin-top: 10px;
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-left .left2 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-left .left2 img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-right {
  overflow: hidden;
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-right img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .hot-pot-content .hot-pot-pic .hot-pot-right img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 577px) {
  main #menu .hot-pot-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    width: 77%;
    height: 965px;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 450px;
  }
  main #menu .hot-pot-content .hot-pot-intro {
    width: 100%;
    height: 500px;
  }
  main #menu .hot-pot-content .hot-pot-intro .hot-pot-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
    width: 100%;
    height: 50px;
    margin-top: -20px;
  }
  main #menu .hot-pot-content .hot-pot-intro .hot-pot-title p {
    font-size: 20px;
  }
  main #menu .hot-pot-content .hot-pot-intro .meal-content {
    width: 100%;
    height: 50px;
  }
  main #menu .hot-pot-content .hot-pot-intro .meal-content .meal-description {
    width: 100%;
  }
  main #menu .hot-pot-content .hot-pot-intro .meal-content .meal-description .meal-title {
    margin: 15px 0px -15px 0px;
    width: 100%;
  }
  main #menu .hot-pot-content .hot-pot-intro .meal-content .meal-description .words {
    font-size: 20px;
    margin-bottom: 15px;
  }
  main #menu .hot-pot-content .hot-pot-intro .column2 {
    width: 40%;
  }
  main #menu .hot-pot-content .hot-pot-intro .column2 .meal-content {
    width: 100%;
    height: 50px;
  }
  main #menu .hot-pot-content .hot-pot-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
    width: 80vw;
    height: 300px;
  }
  main #menu .hot-pot-content .hot-pot-pic .hot-pot-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100vw;
    height: 300px;
  }
  main #menu .hot-pot-content .hot-pot-pic .hot-pot-left .left1 {
    width: 80%;
    height: 150px;
  }
  main #menu .hot-pot-content .hot-pot-pic .hot-pot-left .left2 {
    display: none;
  }
  main #menu .hot-pot-content .hot-pot-pic .hot-pot-right {
    width: 80vw;
    height: 150px;
  }
}

main #menu .chef-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 77%;
  height: 665px;
  width: 100%;
}

main #menu .chef-content .chef-intro {
  width: 35%;
}

main #menu .chef-content .chef-intro .chef-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}

main #menu .chef-content .chef-intro .chef-title img {
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 2px;
}

main #menu .chef-content .chef-intro .chef-title h2 {
  color: #e19040;
  font-size: 2vw;
}

main #menu .chef-content hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
}

main #menu .chef-content .meal-content {
  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;
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6vw;
}

main #menu .chef-content .meal-content h3 {
  color: #f0bd0c;
  font-size: 1.6vw;
}

main #menu .chef-content .meal-content span {
  color: #ffffff;
  font-size: 1.6vw;
}

main #menu .chef-content .meal-content p {
  color: #ffffff;
  font-size: 1.3vw;
}

main #menu .chef-content .meal-content .meal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main #menu .chef-content .chef-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 670px;
}

main #menu .chef-content .chef-pic .chef-left {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
  height: 670px;
  margin-right: 10px;
}

main #menu .chef-content .chef-pic .chef-left .chef1 {
  overflow: hidden;
}

main #menu .chef-content .chef-pic .chef-left .chef1 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .chef-content .chef-pic .chef-left .chef1 img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

main #menu .chef-content .chef-pic .chef-left .chef2 {
  overflow: hidden;
}

main #menu .chef-content .chef-pic .chef-left .chef2 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .chef-content .chef-pic .chef-left .chef2 img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

main #menu .chef-content .chef-pic .chef-right {
  overflow: hidden;
}

main #menu .chef-content .chef-pic .chef-right img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .chef-content .chef-pic .chef-right img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 577px) {
  main #menu .chef-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    width: 77%;
    height: 965px;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 450px;
  }
  main #menu .chef-content .chef-intro {
    width: 100%;
    height: 530px;
  }
  main #menu .chef-content .chef-intro .chef-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
    width: 100%;
    height: 60px;
  }
  main #menu .chef-content .chef-intro .row {
    width: 100%;
    height: 400px;
  }
  main #menu .chef-content .chef-intro .row .column1 {
    width: 60%;
    height: 100%;
  }
  main #menu .chef-content .chef-intro .row .column1 .meal-content {
    width: 100%;
    height: 50px;
  }
  main #menu .chef-content .chef-intro .row .column2 {
    width: 40%;
  }
  main #menu .chef-content .chef-intro .row .column2 .meal-content {
    width: 100%;
    height: 50px;
  }
  main #menu .chef-content .chef-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
    width: 80vw;
    height: 300px;
  }
  main #menu .chef-content .chef-pic .chef-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100vw;
    height: 300px;
  }
  main #menu .chef-content .chef-pic .chef-left .chef1 {
    width: 80%;
    height: 150px;
  }
  main #menu .chef-content .chef-pic .chef-left .chef2 {
    display: none;
  }
  main #menu .chef-content .chef-pic .chef-right {
    width: 80vw;
    height: 150px;
  }
}

main #menu .light-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 77%;
  height: 665px;
  width: 100%;
}

main #menu .light-content .light-intro {
  width: 73%;
  height: 670px;
}

main #menu .light-content .light-intro .light-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}

main #menu .light-content .light-intro .light-title img {
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 2px;
}

main #menu .light-content .light-intro .light-title h2 {
  color: #e19040;
  font-size: 2vw;
}

main #menu .light-content .light-intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main #menu .light-content .light-intro .row .column1 {
  width: 512px;
  margin-right: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

main #menu .light-content .light-intro .row .column1 .meal-content1 {
  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;
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6vw;
}

main #menu .light-content .light-intro .row .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 512px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

main #menu .light-content .light-intro .row .column2 .img .dog {
  -webkit-transform: translate(185px, 120px);
          transform: translate(185px, 120px);
  width: 140px;
  height: 180px;
}

main #menu .light-content .light-intro .row .column2 .img .cat {
  -webkit-transform: translate(185px, 120px);
          transform: translate(185px, 120px);
  width: 160px;
  height: 160px;
}

main #menu .light-content .light-intro .row h3 {
  color: #f0bd0c;
  font-size: 1.6vw;
}

main #menu .light-content .light-intro .row span {
  color: #ffffff;
  font-size: 1.6vw;
}

main #menu .light-content .light-intro .row p {
  color: #ffffff;
  font-size: 24px;
  margin-top: 30px;
}

main #menu .light-content .light-intro .row .meal-content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 140px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

main #menu .light-content .light-intro .row .meal-content2 .meal-title {
  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;
}

main #menu .light-content .light-intro .row .meal-content3 {
  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;
  height: 140px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6vw;
}

main #menu .light-content .light-pic {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
  height: 670px;
}

main #menu .light-content .light-pic .light1 {
  width: 350px;
  height: 330px;
  overflow: hidden;
}

main #menu .light-content .light-pic .light1 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .light-content .light-pic .light1 img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

main #menu .light-content .light-pic .light2 {
  width: 350px;
  height: 330px;
  overflow: hidden;
}

main #menu .light-content .light-pic .light2 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .light-content .light-pic .light2 img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 577px) {
  main #menu .light-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    width: 77%;
    height: 965px;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 450px;
  }
  main #menu .light-content .light-intro {
    width: 100%;
    height: 530px;
  }
  main #menu .light-content .light-intro .light-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
    width: 100%;
    height: 60px;
  }
  main #menu .light-content .light-intro .row {
    width: 100%;
  }
  main #menu .light-content .light-intro .row .column1 {
    width: 100%;
  }
  main #menu .light-content .light-intro .row .column1 .meal-content2 {
    position: relative;
    height: 84px;
  }
  main #menu .light-content .light-intro .row .column1 .meal-content2 .meal-title {
    width: 100%;
  }
  main #menu .light-content .light-intro .row .column1 .meal-content2 .meal-title p {
    display: none;
  }
  main #menu .light-content .light-intro .row .column1 .meal-content2 .words {
    margin-top: 34px;
  }
  main #menu .light-content .light-intro .row .column2 {
    display: none;
  }
  main #menu .light-content .light-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 70vw;
    height: 300px;
  }
  main #menu .light-content .light-pic .light1 {
    width: 40%;
    height: 150px;
  }
  main #menu .light-content .light-pic .light2 {
    width: 40%;
    height: 150px;
  }
}

main #menu .snack-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 77%;
  height: 665px;
  width: 100%;
}

main #menu .snack-content .snack-intro {
  width: 73%;
}

main #menu .snack-content .snack-intro .snack-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  width: 500px;
}

main #menu .snack-content .snack-intro .snack-title img {
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 2px;
}

main #menu .snack-content .snack-intro .snack-title h2 {
  color: #e19040;
  font-size: 2vw;
}

main #menu .snack-content .snack-intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

main #menu .snack-content .snack-intro .row .column1,
main #menu .snack-content .snack-intro .row .column2 {
  width: 50%;
  margin-right: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

main #menu .snack-content .snack-intro .row .column1 .meal-content,
main #menu .snack-content .snack-intro .row .column2 .meal-content {
  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;
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6vw;
}

main #menu .snack-content .snack-intro .row .column1 .meal-content h3,
main #menu .snack-content .snack-intro .row .column2 .meal-content h3 {
  color: #f0bd0c;
  font-size: 1.6vw;
}

main #menu .snack-content .snack-intro .row .column1 .meal-content span,
main #menu .snack-content .snack-intro .row .column2 .meal-content span {
  color: #ffffff;
  font-size: 1.6vw;
}

main #menu .snack-content .snack-intro .row .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 180px;
}

main #menu .snack-content .snack-intro .row .img .dog {
  -webkit-transform: translate(180px, 310px);
          transform: translate(180px, 310px);
  width: 140px;
  height: 180px;
}

main #menu .snack-content .snack-intro .row .img .cat {
  -webkit-transform: translate(180px, 330px);
          transform: translate(180px, 330px);
  width: 160px;
  height: 160px;
}

main #menu .snack-content .snack-pic {
  width: 350px;
  height: 670px;
  overflow: hidden;
}

main #menu .snack-content .snack-pic img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .snack-content .snack-pic img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 577px) {
  main #menu .snack-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    width: 77%;
    height: 965px;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 450px;
  }
  main #menu .snack-content .snack-intro {
    width: 100%;
    height: 530px;
  }
  main #menu .snack-content .snack-intro .snack-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
    width: 100%;
    height: 60px;
    margin-top: -30px;
  }
  main #menu .snack-content .snack-intro .row {
    width: 100%;
  }
  main #menu .snack-content .snack-intro .row .column1 {
    width: 100%;
  }
  main #menu .snack-content .snack-intro .row .column1 .meal-content {
    position: relative;
    height: 64px;
  }
  main #menu .snack-content .snack-intro .row .column2 {
    display: none;
  }
  main #menu .snack-content .snack-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 40vw;
    height: 180px;
    margin: -70px auto;
  }
  main #menu .snack-content .snack-pic .snack1 {
    width: 40%;
    height: 150px;
  }
  main #menu .snack-content .snack-pic .snack2 {
    width: 40%;
    height: 150px;
  }
}

main #menu .drink-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 77%;
  height: 665px;
  width: 100%;
}

main #menu .drink-content .drink-intro {
  width: 73%;
}

main #menu .drink-content .drink-intro .drink-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  width: 500px;
}

main #menu .drink-content .drink-intro .drink-title img {
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 2px;
}

main #menu .drink-content .drink-intro .drink-title h2 {
  color: #e19040;
  font-size: 2vw;
}

main #menu .drink-content .drink-intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

main #menu .drink-content .drink-intro .row .column1,
main #menu .drink-content .drink-intro .row .column2,
main #menu .drink-content .drink-intro .row .column3 {
  width: 33.3%;
  margin-right: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

main #menu .drink-content .drink-intro .row .column1 .meal-content,
main #menu .drink-content .drink-intro .row .column2 .meal-content,
main #menu .drink-content .drink-intro .row .column3 .meal-content {
  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;
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6vw;
}

main #menu .drink-content .drink-intro .row .column1 .meal-content h3,
main #menu .drink-content .drink-intro .row .column2 .meal-content h3,
main #menu .drink-content .drink-intro .row .column3 .meal-content h3 {
  color: #f0bd0c;
  font-size: 1.6vw;
}

main #menu .drink-content .drink-intro .row .column1 .meal-content span,
main #menu .drink-content .drink-intro .row .column2 .meal-content span,
main #menu .drink-content .drink-intro .row .column3 .meal-content span {
  color: #ffffff;
  font-size: 1.6vw;
}

main #menu .drink-content .drink-pic {
  width: 350px;
  height: 670px;
  overflow: hidden;
}

main #menu .drink-content .drink-pic img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .drink-content .drink-pic img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 577px) {
  main #menu .drink-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    width: 77%;
    height: 965px;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 450px;
  }
  main #menu .drink-content .drink-intro {
    width: 100%;
    height: 530px;
  }
  main #menu .drink-content .drink-intro .drink-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
    width: 100%;
    height: 60px;
    margin-top: -30px;
  }
  main #menu .drink-content .drink-intro .row {
    width: 100%;
  }
  main #menu .drink-content .drink-intro .row .column1 {
    width: 33%;
    height: 64px;
  }
  main #menu .drink-content .drink-intro .row .column1 .meal-content {
    width: 100%;
  }
  main #menu .drink-content .drink-intro .row .column1 .meal-content .words {
    width: 103px;
    font-size: 12px;
  }
  main #menu .drink-content .drink-intro .row .column2 {
    width: 33%;
    height: 64px;
  }
  main #menu .drink-content .drink-intro .row .column2 .meal-content {
    width: 100%;
  }
  main #menu .drink-content .drink-intro .row .column2 .meal-content .words {
    width: 103px;
    font-size: 12px;
  }
  main #menu .drink-content .drink-intro .row .column3 {
    width: 33%;
    height: 64px;
  }
  main #menu .drink-content .drink-intro .row .column3 .meal-content {
    width: 100%;
  }
  main #menu .drink-content .drink-intro .row .column3 .meal-content .words {
    width: 103px;
    font-size: 12px;
  }
  main #menu .drink-content .drink-pic {
    display: none;
  }
}

main #menu .pet-food-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 77%;
  height: 665px;
  width: 100%;
}

main #menu .pet-food-content .pet-food-intro {
  width: 35%;
}

main #menu .pet-food-content .pet-food-intro .pet-food-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}

main #menu .pet-food-content .pet-food-intro .pet-food-title img {
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 2px;
}

main #menu .pet-food-content .pet-food-intro .pet-food-title h2 {
  color: #e19040;
  font-size: 2vw;
}

main #menu .pet-food-content hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
}

main #menu .pet-food-content .meal-content {
  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;
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6vw;
}

main #menu .pet-food-content .meal-content h3 {
  color: #f0bd0c;
  font-size: 1.6vw;
}

main #menu .pet-food-content .meal-content span {
  color: #ffffff;
  font-size: 1.6vw;
}

main #menu .pet-food-content .meal-content p {
  color: #ffffff;
}

main #menu .pet-food-content .dog {
  -webkit-transform: translate(-78px, 485px);
          transform: translate(-78px, 485px);
  width: 140px;
  height: 180px;
}

main #menu .pet-food-content .cat {
  -webkit-transform: translate(-78px, 505px);
          transform: translate(-78px, 505px);
  width: 160px;
  height: 160px;
}

main #menu .pet-food-content .pet-food-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 670px;
}

main #menu .pet-food-content .pet-food-pic .pet-food-left {
  width: 350px;
  height: 670px;
  margin-right: 10px;
}

main #menu .pet-food-content .pet-food-pic .pet-food-left .pet-food1 {
  width: 100%;
  height: 330px;
  margin-bottom: 10px;
  overflow: hidden;
}

main #menu .pet-food-content .pet-food-pic .pet-food-left .pet-food1 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .pet-food-content .pet-food-pic .pet-food-left .pet-food1 img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

main #menu .pet-food-content .pet-food-pic .pet-food-left .pet-food2 {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

main #menu .pet-food-content .pet-food-pic .pet-food-left .pet-food2 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .pet-food-content .pet-food-pic .pet-food-left .pet-food2 img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

main #menu .pet-food-content .pet-food-pic .pet-food-right {
  width: 350px;
  height: 670px;
  overflow: hidden;
}

main #menu .pet-food-content .pet-food-pic .pet-food-right img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main #menu .pet-food-content .pet-food-pic .pet-food-right img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 577px) {
  main .now {
    display: inline-block;
    width: 100%;
  }
  main .now .pet-food-content {
    width: 90vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  main .now .pet-food-content .pet-food-intro {
    width: 100% !important;
  }
  main .now .pet-food-content .pet-food-intro .pet-food-title {
    margin-top: -30px;
  }
  main .now .pet-food-content .dog {
    display: none !important;
  }
  main .now .pet-food-content .cat {
    display: none !important;
  }
  main .now .pet-food-content .pet-food-pic {
    margin-top: 70px;
    width: 100% !important;
  }
  main .now .pet-food-content .pet-food-pic .pet-food-left {
    width: 150% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  main .now .pet-food-content .pet-food-pic .pet-food-left .pet-food1 {
    height: 35% !important;
  }
  main .now .pet-food-content .pet-food-pic .pet-food-left .pet-food2 {
    height: 35% !important;
  }
  main .now .pet-food-content .pet-food-pic .pet-food-right {
    width: 70% !important;
    height: 35% !important;
  }
}

main #adoption-info {
  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;
  width: 100%;
  background-color: #fff;
  height: 980px;
}

main #adoption-info h1 {
  font-size: 48px;
  margin: 70px 0 30px 0;
}

main #adoption-info .questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main #adoption-info .questions .question {
  position: relative;
  list-style: none;
  text-align: center;
  width: 18vw;
  height: 5vw;
  line-height: 5vw;
  margin: 0 0 30px 12px;
  background-color: #dc8b40;
  font-size: 1.9vw;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

main #adoption-info .questions .question:hover {
  background-color: #000000;
  color: #f0bd0c;
}

main #adoption-info .questions .radio {
  display: none;
}

main #adoption-info .questions #q1:checked + label,
main #adoption-info .questions #q2:checked + label,
main #adoption-info .questions #q3:checked + label {
  background-color: #000000;
  color: #f0bd0c;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

main #adoption-info .questions #q1:checked + label::before,
main #adoption-info .questions #q2:checked + label::before,
main #adoption-info .questions #q3:checked + label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #000000;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}

main #adoption-info .questions #q1:checked + label::after {
  content: "";
  position: absolute;
  top: -4.7vw;
  left: -4vw;
  width: 7vw;
  height: 7vw;
  background-image: url(./images/寵物認養/cat-dialog.svg);
  background-size: cover;
}

main #adoption-info .dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 70vw;
  min-height: 630px;
  padding: 50px;
  border-radius: 20px;
  background-color: #f0bd0c;
}

main #adoption-info .dialog .profile-pic {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-image: url(./images/寵物認養/profile-pic.svg);
  background-size: cover;
}

main #adoption-info .dialog .message {
  width: 50vw;
  height: 26vw;
  border-radius: 6px;
}

main #adoption-info .dialog .message p {
  background-color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.5vw;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

main #adoption-info .dialog .message .from-customers {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  line-height: 87px;
  background-color: #ffffff;
  border-radius: 20px;
}

main #adoption-info .dialog .message .from-customers::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 34px solid transparent;
  border-right-color: #ffffff;
  border-left: 0;
  border-top: 0;
  margin-top: 8px;
  margin-left: -15px;
}

main #adoption-info .dialog .message .from-us-1,
main #adoption-info .dialog .message .from-us-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50vw;
  padding: 30px;
  margin-left: 50px;
  margin-bottom: 20px;
}

main #adoption-info .dialog .message .from-us-1::after,
main #adoption-info .dialog .message .from-us-2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 34px solid transparent;
  border-left-color: #ffffff;
  border-right: 0;
  border-top: 0;
  margin-top: 140px;
  margin-right: -15px;
}

main #adoption-info .dialog .logo-pic {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-image: url(./images/寵物認養/logo.svg);
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  main #adoption-info .questions .question {
    font-size: 24px;
  }
  main #adoption-info .dialog {
    width: 85%;
    min-height: 700px;
    padding: 40px;
  }
  main #adoption-info .dialog .profile-pic {
    width: 80px;
    height: 80px;
    margin-right: 25px;
    background-size: cover;
  }
  main #adoption-info .dialog .message {
    width: 49vw;
    height: 26vw;
    border-radius: 6px;
  }
  main #adoption-info .dialog .message p {
    font-size: 18px;
    border-radius: 20px;
  }
  main #adoption-info .dialog .message .from-customers {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    width: 60vw;
    line-height: 87px;
    background-color: #ffffff;
    border-radius: 20px;
  }
  main #adoption-info .dialog .logo-pic {
    bottom: 20px;
    right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 50px 50px 0;
  }
}

@media screen and (max-width: 710px) {
  main #adoption-info {
    height: 980px;
  }
  main #adoption-info h1 {
    font-size: 30px;
  }
  main #adoption-info .questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #adoption-info .questions .question {
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px 10px;
    font-size: 24px;
  }
  main #adoption-info .questions::before {
    display: none;
  }
  main .dialog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    min-height: 900px !important;
    padding: 10px;
  }
  main .dialog .profile-pic {
    width: 80px;
    height: 80px;
  }
  main .dialog .message {
    width: 500px;
    height: 26vw;
    border-radius: 6px;
  }
  main .dialog .message p {
    background-color: #ffffff;
    margin-bottom: 10px;
    font-size: 24px;
  }
  main .dialog .message .from-customers {
    margin-bottom: 10px;
    line-height: 24px !important;
    width: 100%;
    padding: 10px;
  }
  main .dialog .message .from-customers::after {
    display: none;
  }
  main .dialog .message .from-us-1,
  main .dialog .message .from-us-2 {
    width: 300px !important;
    padding: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
  }
  main .dialog .message .from-us-1::after,
  main .dialog .message .from-us-2::after {
    display: none;
  }
  main .dialog .logo-pic {
    position: absolute;
    right: 50px;
    bottom: 20px;
    width: 80px !important;
    height: 80px !important;
  }
}

@media screen and (max-width: 576px) {
  main .dialog {
    padding: 0;
  }
  main .dialog p {
    font-size: 18px !important;
  }
  main .dialog .from-customers {
    margin-bottom: 10px;
    width: 100%;
  }
  main .dialog .from-customers .from-us-1,
  main .dialog .from-customers .from-us-2 {
    width: 350px;
    padding: 10px !important;
    margin-left: 50px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 428px) {
  main .question {
    width: 120px;
    height: 30px;
  }
  main .dialog {
    width: 400px;
  }
}

main #story {
  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;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

main #story h1 {
  font-size: 48px;
  margin: 70px 0 30px 0;
}

main #story .swiper {
  width: 1440px;
  height: 100%;
}

main #story .swiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 460px;
  height: 530px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

main #story .swiper .swiper-slide:hover img {
  z-index: 0;
}

main #story .swiper .swiper-slide:hover img {
  z-index: 0;
}

main #story .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

main #story .swiper .swiper-slide .img-words {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 56, 57, 0.7);
}

main #story .swiper .swiper-slide .img-words h2 {
  margin: 25px 0px;
  font-size: 40px;
  color: #e19040;
}

main #story .swiper .swiper-slide .img-words p {
  margin: 0px 30px 45px 30px;
  font-size: 24px;
  color: white;
}

main #story .swiper .swiper-slide .img-words a {
  font-size: 24px;
  color: #e19040;
}

@media screen and (max-width: 710px) {
  main #story {
    margin-top: 100px;
  }
}

@media screen and (max-width: 577px) {
  main #story {
    width: 100%;
  }
  main #story h1 {
    font-size: 24px;
  }
  main #story .swiper {
    width: 600px;
    height: 100%;
  }
  main #story .swiper .swiper-slide {
    width: 500px;
    height: 100%;
  }
  main #story .swiper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 577px) {
  main #story {
    width: 100%;
  }
  main #story .swiper {
    width: 600px;
    height: 100%;
  }
  main #story .swiper .swiper-slide {
    width: 500px;
    height: 100%;
  }
  main #story .swiper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  main #story .swiper .swiper-slide .img-words {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 56, 57, 0.7);
  }
  main #story .swiper .swiper-slide .img-words .img-words {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 56, 57, 0.7);
  }
  main #story .swiper .swiper-slide .img-words .img-words h2 {
    margin: 25px 0px;
    font-size: 36px;
    color: #e19040;
  }
  main #story .swiper .swiper-slide .img-words .img-words p {
    margin: 0px 20px 15px 20px;
    font-size: 30px;
    color: white;
  }
  main #story .swiper .swiper-slide .img-words .img-words a {
    font-size: 28px;
    color: #e19040;
  }
  main .slide-3:hover {
    width: 100%;
    height: 100%;
    background-image: url(./i);
  }
  main .slide-3:hover .slide-3:hover {
    width: 100%;
    height: 100%;
    background-image: url(./images/下一站家/dog-3@2x.png);
  }
}

main svg {
  display: none;
  width: 70%;
}

main svg .st0 {
  fill: #e19040;
}

main svg .st1 {
  fill: #000;
}

main svg .st2 {
  fill: #ffffff;
}

main svg .st3 {
  fill: #747472;
}

main svg .st4 {
  fill: none;
  stroke: #1e0c0c;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

main svg .st5 {
  fill: #1e0c0c;
}

main svg .ball-bg {
  fill: #f5c20c;
}

main svg .ball {
  fill: none;
  stroke: #1e0c0c;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

main svg .ball,
main svg .ball-bg {
  /* transform-origin: top center; */
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(47px);
            transform: translateY(47px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(47px);
            transform: translateY(47px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

main svg .extend {
  -webkit-animation-name: extend;
          animation-name: extend;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes extend {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1.7);
            transform: scale(1, 1.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes extend {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1.7);
            transform: scale(1, 1.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

main svg .angry {
  -webkit-animation-name: angry;
          animation-name: angry;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes angry {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes angry {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main svg .right-hand {
  -webkit-animation-name: right-hand;
          animation-name: right-hand;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes right-hand {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes right-hand {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (max-width: 1700px) {
  main svg {
    padding: 30px 90px 130px;
  }
}

@media screen and (max-width: 1300px) {
  main svg {
    padding: 30px 90px 130px;
  }
  main svg .business-hours .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main svg .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 160px;
  }
  main svg .related-groups {
    height: 330px;
    -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;
  }
  main svg .related-groups .related-groups-icons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: unset;
    height: unset;
  }
  main svg .related-groups .related-groups-icons li {
    padding: 10px;
  }
  main svg .related-groups .copyright {
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
  }
}

footer {
  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;
  width: 100%;
  padding: 110px 300px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: black;
  color: white;
}

footer .footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-title img {
  width: 36px;
  padding-right: 10px;
}

footer h1 {
  color: #f5c20c;
}

footer .business-hours {
  width: 100%;
}

footer .business-hours .weekdays-title {
  color: #e19040;
}

footer .business-hours .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .business-hours .row .column {
  padding: 20px;
}

footer .business-hours .line-break {
  width: 100%;
  height: 30px;
}

footer .contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .line {
  width: 100%;
  padding: 45px 0;
}

footer .related-groups {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .related-groups h1 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
}

footer .related-groups .related-groups-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 620px;
  height: 50px;
}

footer .related-groups .related-groups-icons .icon img {
  width: 100px;
  height: 100px;
}

footer .related-groups .copyright {
  font-size: 18px;
  font-weight: bold;
  color: #e19040;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

@media screen and (max-width: 1700px) {
  footer {
    padding: 30px 90px 130px;
  }
}

@media screen and (max-width: 1300px) {
  footer {
    padding: 30px 90px 130px;
  }
  footer .business-hours .footer-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 160px;
  }
  footer .contact-details .contact-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .contact-details .contact-detail h1 {
    padding-right: 20px;
  }
  footer .related-groups {
    height: 330px;
    -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;
  }
  footer .related-groups .related-groups-icons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: unset;
    height: unset;
  }
  footer .related-groups .related-groups-icons li {
    padding: 10px;
  }
  footer .related-groups .copyright {
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
  }
}
/*# sourceMappingURL=style.css.map */