.head-login {
  margin-left: 10px;
}
.head-login #dropdownMenu1 {
  border: none;
  padding: 15px 40px;
  margin-left: auto;
}
.head-login #dropdownMenu1::after {
  border: 0;
}
.head-login #dropdownMenu1:hover::after {
  border: 0;
  width: 100%;
  margin-left: 0;
}
.head-login #dropdownMenu1 img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.head-login .dropdown-menu {
  width: 100%;
  border: 1px solid #b68140;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: calc(100% + 10px) !important;
  left: 60px;
}
.head-login .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #b68140;
}
.head-login .dropdown-menu li {
  text-align: center;
}

.widget_nav_menu .active a,
.widget_meta .active a,
.widget_pages .active a,
.widget_archive .active a,
.widget_categories .active a {
  color: var(--theme-color);
}

.widget_nav_menu li.active > span,
.widget_meta li.active > span,
.widget_pages li.active > span,
.widget_archive li.active > span,
.widget_categories li.active > span {
  color: var(--theme-color);
}

.banner-img-time {
  position: absolute;
  right: 0;
  top: 0;
}
.banner-img-time img {
  width: 100px;
  height: 100px;
}

.vs-product-card .product-img {
  width: 99.5%;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
}
.vs-product-card .product-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.vs-product-card .product-img a img {
  width: 100%;
}
.vs-product-card .product-content .product-title {
  margin-bottom: 20px;
}
.vs-product-card .product-content .product-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}/*# sourceMappingURL=huaigu.css.map */