.logo {
  width: 142px !important;
  min-width: 142px !important;
  height: 38px !important;
  background: url("/assets/duoduo-logo.png") left center / contain no-repeat !important;
}

.logo .logo-mark,
.logo small {
  display: none !important;
}

@media (max-width: 700px) {
  .logo {
    width: 120px !important;
    min-width: 120px !important;
    height: 33px !important;
  }
}
