@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-image: url("/img/background-image.png");
  background-repeat: repeat;
  overflow-y: scroll;
  background-size: 10px 10px;
  padding-top: 150px;
}

img {
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

h2 {
  text-align: center;
  margin: 100px 0 10px 0;
  font-size: 24px;
  font-weight: 900;
  color: #43b9a8;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.poab {
  position: absolute;
}

.pore {
  position: relative;
}

.text-center {
  text-align: center;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.w-100 {
  width: 100%;
}

header {
  width: 100%;
  height: 150px;
  position: -webkit-sticky;
  position: sticky;
  position: fixed;
  background-color: white;
  z-index: 99;
  top: 0;
}

.container {
  width: 1180px;
  height: 100%;
  margin: auto;
}

:target:before {
  content: "";
  display: block;
  height: 100px;
}

.menu {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu {
  width: 100%;
}

.menu .btn {
  color: #43b9a8;
  font-size: 24px;
  margin: 0 20px;
  padding: 10px 10px;
  border-radius: 20px;
  font-weight: 900;
  cursor: pointer;
}

.menu .btn:hover {
  color: aqua;
}

.logo {
  width: 150px;
  height: 120px;
  margin: 10px 0;
}

.logo img {
  border-radius: 45%;
}

nav {
  width: 100%;
  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;
}

nav a {
  font-weight: 900;
}

.humberger {
  position: relative;
  display: none !important;
}

ul {
  display: none;
  position: absolute;
  top: 130px;
  left: -75px;
  z-index: 99;
}

li {
  width: 100%;
  cursor: pointer;
}

a {
  color: #43b9a8;
  font-size: 20px;
}

@media (max-width: 922px) {
  nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    position: relative;
  }
  .menu {
    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;
  }
  .logo {
    position: absolute;
    top: 0;
    right: 33%;
  }
  .humberger {
    display: block !important;
    width: 100%;
  }
  .humberger:hover ~ ul {
    display: block;
    z-index: 99;
  }
  ul:hover {
    display: block;
  }
  li {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #43b9a8;
    padding: 34px 0;
    border: 1px solid black;
    text-align: center;
  }
  a {
    font-size: 24px;
    display: block;
  }
}
.swiper-container {
  width: 100%;
  height: calc(100vh - 10px);
  cursor: pointer;
}

@media (max-width: 767px) {
  .swiper-container {
    height: 60vh;
  }
}

.story {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.story-img {
  width: 30%;
  border-radius: 50%;
}

.story-text h3 {
  font-weight: 900;
}

.story-text {
  padding: 10px;
  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: 18px;
  line-height: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}

.Allstory article .intro {
  position: relative;
}

.decoration-1 {
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 500px;
  height: 100px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media (max-width: 922px) {
  .story {
    display: inline;
  }
  .story h3 {
    text-align: center;
  }
  .story-img {
    width: 100%;
  }
  article .decoration-1 {
    display: none;
  }
  article .decoration-2 {
    display: none;
  }
}

.parallax {
  width: 100%;
  height: 50vh;
  background-image: url("/img/merry_banner.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.news-card {
  width: 31%;
  min-height: 100%;
  margin: 100px 0;
  position: relative;
}

.news-card img {
  width: 100%;
  border-radius: 50%;
}

.news-item {
  position: absolute;
  top: 45px;
  left: 20px;
  padding: 10px;
  background-color: red;
  border-radius: 50%;
  font-weight: 900;
}

.news-time {
  color: red;
  text-align: center;
  font-size: 18px;
  margin: 10px 0 0 0;
}

.news-card .news-text {
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.intro-2 {
  position: relative;
}

.decoration-4 {
  display: inline-block;
  position: absolute;
  top: 0%;
  right: 500px;
  width: 500px;
  height: 100px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media (max-width: 1280px) {
  .decoration-4 {
    display: none;
  }
}

@media (max-width: 767px) {
  .news-card {
    width: 100%;
    min-height: 100%;
    margin: 50px 0;
  }
  .intro {
    display: none;
  }
}

.parallax1 {
  width: 100%;
  height: 50vh;
  background-image: url("/img/our-process-title-img.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 50px 0;
  cursor: pointer;
}

.swiper-container1::before {
  content: "冰品";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #5d5d5d;
}

.swiper-container1 .swiper-slide h4 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.swiper-container2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 50px 0;
  cursor: pointer;
}

.swiper-container2::before {
  content: "甜品";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #5d5d5d;
}

.swiper-container2 .swiper-slide h4 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.socail-card {
  position: relative;
  width: 350px;
  min-height: 100%;
  margin: 20px 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(2000px);
          transform: perspective(2000px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: inset 0 300px 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 300px 0 50px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 2;
}

.socail-card:hover {
  z-index: 100;
  -webkit-transform: perspective(2000px) rotate(-10deg);
          transform: perspective(2000px) rotate(-10deg);
  -webkit-box-shadow: inset 0 20px 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 20px 0 50px rgba(0, 0, 0, 0.5);
}

.socail-card .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.socail-card:hover .imgBox {
  -webkit-transform: rotateY(-140deg);
          transform: rotateY(-140deg);
}

.socail-card .imgBox .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.socail-card .details {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.socail-a {
  text-align: center;
  display: block;
  width: 150px;
  font-size: 20px;
  padding: 20px;
  border: 1px solid #43b9a8;
  border-radius: 20px;
  color: #43b9a8;
  cursor: pointer;
}

.socail-a:hover {
  color: aqua;
  border: 1px solid aqua;
}

.map {
  width: 100%;
}

@media (max-width: 767px) {
  .socail-card {
    width: 80%;
  }
  .swiper-container1 .swiper-slide h4 {
    position: absolute;
    bottom: 0px;
    left: 20px;
  }
  .swiper-container2 .swiper-slide h4 {
    position: absolute;
    bottom: 0px;
    left: 20px;
  }
}

.box-message {
  width: 50%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 30px 0;
}

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

.box-text {
  width: 45%;
  height: 100%;
  position: relative;
  margin: 100px 0;
}

.box-text p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid black;
  height: 150px;
  margin: -10px;
}

.box-text p {
  width: 100%;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .box-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .box-text {
    display: none;
  }
}

#GoToTop {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  -webkit-animation: upDown 0.3s infinite alternate;
          animation: upDown 0.3s infinite alternate;
}

@media (max-width: 767px) {
  #GoToTop {
    position: fixed;
    right: 0px;
    bottom: 0px;
  }
}

@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes upDown {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

svg {
  width: 100%;
}

#text-logo {
  font-family: 'Shrikhand', cursive;
  stroke-dashoffset: 1114px;
  stroke-dasharray: 1114px;
  -webkit-animation: draw 4s forwards ease-in infinite;
          animation: draw 4s forwards ease-in infinite;
  background-clip: text;
  box-reflect: below 10px;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 767px) {
  text {
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
    y: 200;
  }
}
/*# sourceMappingURL=all.css.map */