@charset "utf-8";

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: clamp(80px, 12vh, 120px); */
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  z-index: 2;
}
.logo {
  position: relative;
  width: 125px;
  height: 57px;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tool-list {
  position: relative;
  width: 120px;
  display: flex;
  justify-content: space-between;
}
.lang img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.my img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.menu img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
