.header-wrapper {
  display: flex;
  background-color: transparent;
  position: relative;
  z-index: 10;
  height:55px;
}

.header-wrapper .logo {
  float: left;
  height: 46px
}

.header-wrapper .logo img {
  height: 100%
}

ul{
  margin: 0;
  padding: 0;
  outline: none;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
  box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

body{
  /* 背景图 */
  background-image: url("https://mcsp.midea.com/images/login/login-bg.png");
  background-color: #fcfdfe;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;

}
.logo{
  display: none;
}
.header-wrapper {
  display: flex;
  background-color: transparent;
}
.header-dropdown-list,
.header-right-span {
  position: absolute;
  right: 60px;
  width: 120px;
  color: #848689;
  text-align: center;
  top: 20px;
}
.header-dropdown-list:nth-of-type(1) {
  right: 170px;
}
.header-dropdown-list:hover .header-dropdown-options {
  height: 200px;
}
.header-dropdown-list:hover .header-down-icon {
  transform: rotate(180deg);
}
.header-dropdown-list:hover {
  height: 220px;
}
.dropdown-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  transform: translateY(-1px);
}
.header-down-icon {
  transition: 0.7s;
}
.header-dropdown-options {
  position: absolute;
  top: 30px;
  width: 120px;
  height: 0;
  overflow: hidden;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 40px 40px 0 rgb(0 0 0 / 7%);
  transition: height 0.7s;
}
.header-dropdown-options > ul > li {
  padding: 12px 15px 0;
  margin-top: -1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  word-spacing: normal;
  color: #666;
  list-style: none;
}
.header-dropdown-options > ul > li:hover {
  color: #fa2c19;
}
.header-dropdown-options:before {
  position: absolute;
  top: -16px;
  left: 45%;
  display: block;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  content: '';
}
.copyright,
.footer-wrapper .footer-link a {
  color: #848689 !important;
}
.login-button {
  background-color: #fa2c19;
}
.login-switch .icon {
  color: #fa2c19;
}
.filed-panel--icon {
  color: #fa2c19;
}