.head_block_1 {
  background-color: rgba(255, 255, 255, 1);
  width: 81vw;
  height: 3.6vw;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.head_image_1 {
  width: 9vw;
  height: 2vw;
  margin: 0;
}

.head_text_2 {
  height: 3.6vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.8vw;
  font-family: PingFang-SC-Medium;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 3.6vw;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s;
  padding: 0 1.5vw;
}
.head_thumbnail_1 {
  width: 1.05vw;
  height: 0.79vw;
  margin: 1.19vw 9.37vw 0 1.66vw;
}
.head_text_1 {
  text-decoration: none;
  height: 3.6vw;
  line-height: 3.6vw;
  overflow-wrap: break-word;
  margin-left: 0;
  color: rgba(102, 102, 102, 1);
  font-size: 0.8vw;
  font-family: PingFang-SC-Heavy;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
  padding: 0 2vw;
}
.head_text_1.active,
.head_text_1:hover,
.head_text_2.active,
.head_text_2:hover {
  background-color: rgba(215, 177, 94, 1);
  color: #fff;
}
.header-right {
  display: flex;
}
<!--0.00014996528625488-->