* {
  margin: 0;
  padding: 0;
}

.header_box {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  height: calc(12px + 4rem);
  background: rgba(0, 0, 0, 0.2);
}

.header {
    height: 100%;
  max-width: 1812px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.header_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(5px + 0.25rem);
}
.header_logo img{
    height:calc(18px + 2rem);
}

.header_logo div {
  width: calc(24px + 10rem);
  height: calc(18px + 2rem);
  background: #FFFFFF;
}

.header_right {
    height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_nav {
    height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(12px + 3rem);
}

.header_nav_item {
    height: 100%;
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: 500;
  font-size: calc(8px + 0.5rem);
  color: #FFFFFF;
  line-height: calc(5px + 1rem);
  display: flex;
  align-items: center;
}

.header_nav_item_act{
    border-bottom:  calc(2px + 0.1rem) #ffffff solid;
}
.header_right .search {
  width: calc(8px + 0.5rem);
  margin-left: calc(20px + 3rem);
}

.header_right .line {
  width: 1px;
  height: calc(2px + 1rem);
  background: #D8D8D8;
  margin-left: calc(4px + 1rem);
}

.header_right .lang{
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #FFFFFF;
line-height: calc(5px + 1rem);
margin-left: calc(4px + 1rem);
}