* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
.head-top {
  height: 90px;
}
.head-top .head-top-left {
  display: flex;
  height: 70px;
}
.head-top .head-top-left img {
  height: 100%;
}
.head-top .head-top-left .description {
  border-left: 3px solid #3383e8;
}
.head-top .head-top-right {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
}
.head-top .head-top-right img {
  height: 43px;
}
.head-top .head-top-right span {
  font-size: 34px;
}
.header-navbar {
  height: 63px;
  font-size: 20px;
}
.header-navbar #navbarSupportedContent .nav-link {
  width: 128px;
}
.header-navbar #navbarSupportedContent .triangle {
  position: absolute;
  top: -18px;
  left: 35px;
  font-size: 20px;
  width: 30px;
  z-index: 1;
}
.header-navbar #navbarSupportedContent .dropdown-item {
  position: relative;
  z-index: 2;
}
.header-navbar #navbarSupportedContent .dropdown-item:hover {
  color: #ffffff;
  background-color: #3383e8;
}
.header-navbar .nav-active {
  background: linear-gradient(#2c19a6 0%, #78b0fc 100%);
}
.case-number {
  border-top: 1px solid #66a2ee;
}
.nav-left {
  border-radius: 0px 0px 30px 30px;
  padding-bottom: 33px;
  font-size: 18px;
}
.nav-left .return-home {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.nav-left .return-home span {
  font-size: 24px;
}
.nav-left .nav-link a {
  padding-top: 5px;
  padding-bottom: 1px;
}
.nav-left .span-bottom {
  border-bottom: 1px solid #ffffff;
}
.list_header {
  border-bottom: 3px solid #a0a0a0;
}
.list_header p {
  font-size: 24px;
}
.list_header .bi-house-fill {
  font-size: 28px;
}
.list_header2 p {
  font-size: 24px;
}
.list_header2 .bi-house-fill {
  font-size: 28px;
}
.nav-name {
  width: 15rem;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 700;
  border-bottom: 2px solid #007bff;
}
.nav-subhead {
  font-size: 1.6rem;
  letter-spacing: 5px;
}
.image-hover:hover img {
  transition: 0.8s;
  transform: scale(1.2);
}
@media screen and (max-width: 475px) {
  html {
    font-size: 12px;
  }
  .container .accordion {
    background: #333333 !important;
  }
  .banner-img {
    height: 200px;
    object-fit: cover;
  }
  .contact-banner-img {
    height: 180px;
  }
  .customer-img {
    height: 14rem;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-family: "Noto Sans SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  }
  html {
    font-size: 14px;
    font-family: "Noto Sans CJK SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  }
  .category-heading {
    height: 60px;
    font-size: 20px;
    font-weight: 400;
  }
  .product-name {
    font-size: 18px;
    font-family: "Noto Sans CJK SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  }
  .header-navbar {
    height: 63px;
    font-size: 20px;
  }
  .header-navbar #navbarSupportedContent .nav-link {
    width: 128px;
  }
  .header-navbar #navbarSupportedContent .triangle {
    position: absolute;
    top: -18px;
    left: 35px;
    font-size: 20px;
    width: 30px;
    z-index: 1;
  }
  .header-navbar #navbarSupportedContent .dropdown-item {
    position: relative;
    z-index: 2;
  }
  .header-navbar #navbarSupportedContent .dropdown-item:hover {
    color: #ffffff;
    background-color: #3383e8;
  }
  .header-navbar .nav-active {
    background: linear-gradient(#2c19a6 0%, #78b0fc 100%);
  }
  .banner-img {
    height: 380px;
  }
  .contact-banner-img {
    height: 500px;
  }
  .customer-img {
    height: 16rem;
  }
}
.list-group-item-active {
  background: #1e67c4 !important;
}
.accordion-active {
  background: #3383e8;
}
.accordion-active a {
  color: #FFFFFF !important;
}
.font-size-16 {
  font-size: 16px!important;
}
/*# sourceMappingURL=base.css.map */