.App__header {
  width: 1200px;
  height: 168px;
}
.App__header .content {
  display: flex;
  align-items: center;
  height: 110px;
}
.App__header .login-button {
  border-radius: 6px;
  border: 1px solid #b1333e;
  background-color: #e9c50d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}
.App__header .login-button.blue {
  background-color: #1890ff;
  color: #fff;
}
.App__header .search-btn {
  border-radius: 6px;
  border: 1px solid #b1333e;
  background-color: #e9c50d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
  color: #333;
}
.App__header .name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.App__header .search-bar {
  height: 58px;
}
.App__header .search-bar .ant-form-item {
  margin-bottom: 0;
}
.App__header .friends-link {
  margin-right: 30px;
  color: #fff;
}
.App__header .friends-link .a {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}
.brand-logo {
  height: 80px;
  cursor: pointer;
}
.brand-small-logo {
  height: 50px;
  cursor: pointer;
}
.brand-small-logo-wrap {
  justify-content: center;
  display: flex;
  align-items: center;
}
.header-login-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-login-wrap .login-guest-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.header-login-wrap .ant-dropdown-link {
  color: #fff;
}
.header-login-wrap .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

