body {
  padding-top: 104px;
}

.swiper-pagination-bullet-active {
  background: #4685c2;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #4685c2;
}

.side1 {
  background: #4685c2;
}

.header .navbar-nav .nav-link:after {
  background: #4685c2;
}

.header .navbar-brand > img {
  height: 2rem;
}

.footer {
  background: black;
  color: white;
}
.footer a {
  color: white !important;
}
.footer .text-muted {
  color: white !important;
}

/*

.side2{
   top:151px;
}
.side3{
   top: 202px;
}
.side5{
   top: 253px;
}
.side6{
   top: 304px;
}
*/
/*.header-wrap .navbar-transparent.liveheader{
   box-shadow: none;
   background-color: #f1f3f5 !important;

}*/
aside .side-1 {
  top: 202px;
}
aside .side4 {
  top: 304px;
}
aside .side3 {
  top: 253px;
}
aside .side5 {
  top: 355px;
}
aside .side6 {
  top: 406px;
}

.header .navbar-nav .product-item .dropdown-menu .menu-product-box > li {
  width: calc(17% - 1rem);
}

@media (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .footer {
    margin-bottom: 3rem;
  }

  .header .navbar-brand > img {
    height: 1.5rem;
    width: auto;
  }

  .header .navbar-nav .product-item .dropdown-menu .menu-product-box > li {
    width: 100%;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .shipin_box video {
    height: 460px;
  }
}
@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=mypublic.css.map */
