.maxbud_header {
  display: flex;
  min-width: 1440px;
  background: #ffffff;
}

.maxbud_header_content {
  width: 734px;
  height: 72px;
  display: flex;
  margin: 45px auto 0;
  padding: 12px 24px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  border-radius: 46px 46px 46px 46px;
  border: 1px solid #f2f4f7;
  padding: 12px 24px;
}

.maxbud_header_logo {
  width: 36px;
  height: 36px;
}

.maxbud_header_content > .nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: var(--sub-text-color);
  line-height: 24px;
  text-transform: none;
  margin: 0 121px;
}

.maxbud_header_content > .nav a,
.maxbud_header_content > .nav a:active,
.maxbud_header_content > .nav a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.maxbud_header_content a {
  cursor: pointer;
}

.maxbud_header_content a:hover {
  color: var(--text-color);
  font-weight: 500;
}

.maxbud_header_content .link.actived {
  color: var(--text-color);
  font-weight: 500;
}

.maxbud_header_content .download {
  width: 162px;
  height: 48px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 8px 8px 8px 8px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  cursor: pointer;
  user-select: none;
}

.maxbud_header_content .icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
