@charset "UTF-8";
/** variables  **/
#container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#container main {
  flex: 1;
}

.transition-all {
  transition: all 0.3s ease;
}

.icon-input {
  position: relative;
}
.icon-input .btn {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent !important;
}
.icon-input input.form-control {
  padding-left: 3em;
}

@media (min-width: 992px) {
  .txt-lg-up {
    text-transform: uppercase !important;
  }
}
/* 添加图标过渡动画 */
.collapse-btn i {
  transition: transform 0.3s ease-in-out;
}

/* 展开时翻转图标 */
.collapse-btn[aria-expanded=true] i {
  transform: scaleY(-1);
}

#alert .alert-dismissible {
  position: fixed;
  z-index: 10000;
  top: 1em;
  left: 1em;
  width: calc(100% - 2em);
}

.fs-x8 {
  font-size: 0.8em !important;
}

.fs-x6 {
  font-size: 0.6em !important;
}

.hover-shadow:hover {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.bg-img-full {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.video-16-9 {
  aspect-ratio: 16/9;
}

.video-box {
  color: white;
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.78);
}
.video-box .video-loading {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -1em;
}
.video-box .video-loading::before {
  display: block;
  padding: 0.5em;
}
.video-box .video-loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  border: 2px solid white;
  content: "";
  display: block;
  border-radius: 50%;
  border-right-color: transparent;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#logo img {
  height: 2.6em;
}

#navbar {
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0px 0px 3px #CCCCCC;
}

#navbar.bg-light {
  background-color: #fff !important;
}

#navbarSearch > input {
  background-color: transparent !important;
}

@media (min-width: 992px) {
  .z-dropdown-menu-x, .z-dropdown-menu-x-full {
    position: absolute;
    z-index: 1000;
    margin-top: 13px;
    box-shadow: -1px 3px 6px #d7d7d7;
  }
  .z-dropdown-menu-x-full {
    left: 0;
    width: 100%;
  }
  a.nav-link.lead {
    font-weight: 300 !important;
  }
}
@media (max-width: 991px) {
  #navbar .nav-item {
    border-top: 1px solid #d8d8d8;
  }
  #navbar .nav-item .collapse-btn {
    border-radius: 0;
    border-left: 1px solid #d8d8d8;
  }
  #menuProducts, #menuSupport {
    background-color: #ffffff !important;
  }
  #menuProducts .container, #menuSupport .container {
    padding-right: 0 !important;
  }
  #menuProducts .container .navbar-collapse, #menuSupport .container .navbar-collapse {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
.product-thumb .product-thumb-link {
  color: #000;
  font-weight: lighter;
}
.product-thumb:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-thumb:hover .product-thumb-link {
  color: #a39886;
}

body.mfp-zoom-out-cur {
  overflow: hidden;
}

.magnific-popup .img-thumbnail {
  margin-bottom: 1rem;
}

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