@media screen and (max-width: 1200px) {
  html {
    font-size: 90%; } }
nav.navbar {
  background-color: transparent;
  position: absolute;
  width: 100%;
  padding: .5rem 2.5rem; }
  nav.navbar .nav-item a.nav-link {
    color: #fff;
    padding: .5rem 2rem; }
  nav.navbar .nav-item.on a.nav-link {
    color: #fb9d94 !important; }
    nav.navbar .nav-item.on a.nav-link:before {
      content: ' ';
      display: block;
      width: 2rem;
      border: 1px solid #fb9d94;
      position: absolute;
      bottom: .5rem; }
  nav.navbar button {
    color: #fff;
    border-color: #fff; }
    nav.navbar button:hover {
      color: #fff;
      border-color: #fb9d94;
      background-color: #fb9d94; }
  nav.navbar.nav-opaque {
    position: relative; }
    nav.navbar.nav-opaque .nav-item a.nav-link {
      color: #6c757d; }
    nav.navbar.nav-opaque button {
      color: #6c757d;
      border-color: #6c757d; }
      nav.navbar.nav-opaque button:hover {
        color: #fff;
        border-color: #fb9d94;
        background-color: #fb9d94; }

footer {
  padding-top: 2rem; }
  footer .row {
    margin: 0; }
  footer li {
    padding: .5rem; }
    footer li img {
      padding-bottom: 1.5rem; }
  footer p {
    line-height: 2rem; }

.reserve {
  position: fixed;
  color: #fb9d94;
  font-size: 1.25rem;
  right: -6rem;
  top: 30%;
  display: flex;
  align-items: flex-start;
  width: 14.5rem;
  height: 4.75rem;
  transition: all .5s ease-in-out;
  cursor: pointer;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem 0 0 1rem; }
  .reserve .tip {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem 1rem;
    background-color: #fff;
    border-radius: 1rem 0 0 1rem;
    transition: opacity 1s ease-in-out; }
    .reserve .tip p {
      margin: 0 1rem 0 0; }
  .reserve .content {
    z-index: -1;
    background-color: #fff;
    padding: 1rem;
    font-size: 1rem;
    position: absolute;
    height: 100%;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border-radius: 1rem 0 0 1rem; }
    .reserve .content p {
      color: #6c757d;
      text-align: center; }
    .reserve .content img {
      width: 100%; }
  .reserve:hover {
    height: 14.5rem;
    right: 0; }
    .reserve:hover .tip {
      opacity: 0; }
    .reserve:hover .content {
      height: 100%; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #fb9d94;
  border-color: #fb9d94; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 157, 148, 0.5); }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 157, 148, 0.5); }

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #fb9d94; }

nav.navbar:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.jumbotron {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .jumbotron .container-fluid {
    padding: 0; }
    .jumbotron .container-fluid img {
      width: 100%; }

.contact {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  padding: 0 2.5rem;
  display: flex;
  color: #fff;
  align-items: flex-end; }
  .contact .qrcode {
    width: 5rem;
    height: 5rem;
    background: url(../img/qr.png) no-repeat;
    background-size: 100% 100%;
    background-origin: content-box;
    padding: .5rem;
    border: 2px solid #dee2e6;
    border-radius: .5rem;
    cursor: pointer;
    transition: all 2s; }
    .contact .qrcode:hover {
      width: 10rem;
      height: 10rem;
      padding: 1rem;
      border-radius: 1rem;
      background: url(../img/qrcode.png) no-repeat;
      background-size: 100% 100%;
      background-origin: content-box; }
  .contact p {
    font-size: 1.25rem;
    margin: 0 0 0 1.5rem;
    line-height: 2.5rem; }
    .contact p.hotline {
      flex: auto;
      text-align: right; }

.container-fluid {
  padding: 0; }

.sec header {
  padding: 5rem 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }
  .sec header h2 {
    font-size: 1.875rem; }
  .sec header p {
    line-height: 4rem;
    font-size: 1.25rem; }
  .sec header img {
    cursor: pointer; }
.sec .content {
  width: 100%; }

.sec-pro .content {
  position: relative;
  background: url(../img/care.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 33.75rem;
  margin-bottom: 2.5rem; }
  .sec-pro .content .product {
    position: absolute;
    top: 2.5rem;
    bottom: -2.5rem;
    left: 10%;
    display: flex;
    flex-flow: column;
    width: 20rem;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2); }
    .sec-pro .content .product .title {
      background-color: #fff;
      padding: 3.75rem 0;
      border-bottom: 1px solid #dfdfdf;
      border-radius: 0 0 5px 5px;
      text-align: center; }
    .sec-pro .content .product .items {
      background-color: #fff;
      border-radius: 5px 5px 0 0;
      flex: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 2rem; }
      .sec-pro .content .product .items .item {
        flex: 50%;
        padding-top: 50%;
        position: relative; }
        .sec-pro .content .product .items .item span {
          position: absolute;
          top: 50%;
          width: 100%;
          text-align: center;
          font-size: 1.125rem;
          margin-top: -.5rem;
          line-height: 1rem; }
      .sec-pro .content .product .items .bg-food {
        background: url(../img/food.png) no-repeat 50% 50%; }
      .sec-pro .content .product .items .bg-move {
        background: url(../img/move.png) no-repeat 50% 50%; }
      .sec-pro .content .product .items .bg-guide {
        background: url(../img/guide.png) no-repeat 50% 50%; }
      .sec-pro .content .product .items .bg-wash {
        background: url(../img/wash.png) no-repeat 50% 50%; }
.sec-pro .go {
  transition: all .5s; }
  .sec-pro .go:hover {
    transform: rotate(90deg); }

.sec-odds .content {
  background: url(../img/hz-xxyy.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 33.75rem; }
  .sec-odds .content .items {
    height: 100%;
    padding: 10% 10%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .sec-odds .content .items .item {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      width: 15rem;
      height: 18.75rem;
      text-align: center; }
      .sec-odds .content .items .item img {
        margin-bottom: 1.25rem; }
      .sec-odds .content .items .item span {
        font-size: 1.25rem; }
      .sec-odds .content .items .item hr {
        width: 4rem;
        background-color: #424242;
        height: 1px;
        display: none; }
      .sec-odds .content .items .item p {
        display: none; }
      .sec-odds .content .items .item:hover {
        background-color: #fff; }
        .sec-odds .content .items .item:hover p, .sec-odds .content .items .item:hover hr {
          display: block; }

video {
  z-index: -1; }

nav {
  z-index: 10; }

.jumbotron {
  z-index: 1; }

.drop {
  position: relative;
  width: 10rem; }
  .drop .dropdown-menu {
    transition: all 1s;
    height: 0;
    overflow: hidden;
    border-width: 0; }
    .drop .dropdown-menu .dropdown-item:hover {
      color: #fb9d94; }
  .drop:hover .dropdown-menu {
    height: 5rem;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=index.css.map */
