* {
  margin: 0;
  padding: 0;
}
.head {
  z-index: 9999;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header {
  width: 1200px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left a {
  width: 413px;
  height: 80px;
}
.header-center {
  height: 100%;
  display: flex;
}
.header-center a {
  margin-right: 30px;
  font-size: 16px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-center a span {
  margin-top: 39px;
}
.header-center a img {
  display: none;
  margin-top: 7px;
  width: 19px;
  height: 15px;
}
.header-center a:hover {
  color: #804643;
}
.header-center a:hover img {
  display: block;
}
.header-center a:last-child {
  margin-right: 0;
}
.header-right {
  width: 213px;
  height: 46px;
  border: 1px solid #804643;
  box-sizing: border-box;
  border-radius: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-right img {
  width: 29px;
  height: 29px;
}
.header-right div {
  font-size: 22px;
  color: #804643;
  margin-left: 6px;
}
