.w-all {
  width: 100vw;
  border-bottom: 1px solid #273171;
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

.top-body {
  width: 100%;
  background: #fff;
}

.menu-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  body .top {
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
  }
  body .top .media li {
    width: 20px;
    height: 20px;
  }
  body .top .media li .icon {
    font-size: 14px;
  }
  body .menu {
    width: 100vw;
    position: relative;
  }
  body .menu .menu-container .menu-icon {
    display: block;
    text-align: center;
  }
  body .menu .menu-container .menu-icon svg {
    width: 30px;
    fill: #5A3114;
  }
  body .menu .menu-container .menu-list {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    z-index: 999999999;
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-left: 0;
    gap: 0;
    height: 0;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  body .menu .menu-container .menu-list li {
    flex: 1;
    border-bottom: 1px solid #5A3114;
    text-align: center;
  }
  body .menu .menu-container .menu-list li a {
    line-height: 36px;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
  }
  body .menu .menu-book {
    display: none;
  }
  body footer .f-top .ft-list {
    width: 100vw;
    display: grid;
    padding: 0 10px 0 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    gap: 40px 20px;
    overflow: hidden;
  }
  body footer .f-top .ft-list dl {
    width: 48vw;
  }
  body footer .f-top .ft-list dt {
    font-size: 16px;
  }
  body footer .f-top .ft-list dd span {
    font-size: 12px;
  }
}
.top {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  font-family: "Roboto", Sans-serif;
  align-items: center;
  font-weight: 400;
  color: #273171;
  font-size: 16px;
  background: #fff;
}
.top .tel {
  background: #fff;
  display: flex;
}
.top .tel > div {
  padding: 0 5px;
}
.top .tel .email {
  border-left: 1px solid #273171;
}
.top .media {
  display: flex;
  gap: 20px;
  font-size: 18px;
  align-items: center;
}
.top .media li {
  transition: all 0.2s ease;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}
.top .media li:hover {
  background-color: #5A3114;
}
.top .media li:hover a > i {
  color: white;
}
.top .media li a > i {
  color: #5A3114;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1140px;
  height: 100px;
  font-family: "Roboto", Sans-serif;
}
.menu .logo {
  padding: 10px 10px;
  border-right: 1px solid #E5E5E5;
}
.menu .logo img {
  height: 80px;
}
.menu .menu-container {
  flex: 1;
}
.menu .menu-container .menu-list {
  display: flex;
  gap: 30px;
  font-weight: 600;
  margin-left: 60px;
}
.menu .menu-container .menu-list li {
  transition: all 0.2s;
}
.menu .menu-container .menu-list li a {
  font-size: 16px;
  color: #5A3114;
}
.menu .menu-container .menu-list li:hover {
  transform: scale(1.2);
}
@font-face {
  font-family: "Pacifico";
  src: url("/static/fonts/Pacifico-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Adamina";
  src: url("/static/fonts/Adamina-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.menu .menu-book {
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 1px solid #E5E5E5;
}
.menu .menu-book .book-btn {
  font-family: "Adamina", Sans-serif;
  width: 200px;
  height: 56px;
  color: white;
  font-size: 16px;
  background-color: #5A3114;
  border: 2px solid #5A3114;
  transition: all 0.3s ease;
  border-radius: 55px;
  margin-left: 30px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
.menu .menu-book .book-btn:hover {
  background-color: white;
  color: #5A3114;
}

.book-btn {
  font-family: "Adamina", Sans-serif;
  width: 200px;
  height: 56px;
  color: white;
  font-size: 16px;
  background-color: #5A3114;
  border: 2px solid #5A3114;
  transition: all 0.3s ease;
  border-radius: 55px;
  margin-left: 30px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
.book-btn:hover {
  background-color: white;
  color: #5A3114;
}

footer {
  background-color: #5A3114;
  height: 520px;
}
footer .f-top {
  position: relative;
  height: 450px;
}
footer .f-top .ft-bg {
  background: url(/static/images/unsplash-scaled.jpg) no-repeat;
  width: 100%;
  height: 100%;
}
footer .f-top .ft-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
}
footer .f-top .ft-list {
  width: 1300px;
  margin: 120px auto 0;
  display: flex;
}
footer .f-top .ft-list > dl {
  flex: 1;
  height: 100%;
}
footer .f-top .ft-list > dl dt {
  margin-bottom: 20px;
}
footer .f-top .ft-list > dl dd {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
}
footer .f-top .ft-list > dl dd svg {
  width: 20px;
  height: 20px;
}
footer .f-top .ft-list > dl dd span {
  max-width: 93%;
}
footer .f-top .ft-list > dl:last-child dd svg {
  width: 40px;
  height: 40px;
}
footer .f-top .ft-list dt {
  font-family: "Adamina", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.9px;
}
footer .f-top .ft-list svg {
  width: 20px;
  height: 20px;
  fill: white;
  vertical-align: middle;
}
footer .f-bottom {
  text-align: center;
  font-size: 18px;
  color: white;
  height: 70px;
  line-height: 70px;
}

/*# sourceMappingURL=header.css.map */
