.top {
  position: fixed;
  width: 100%;
  height: 8vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: calc(0.55rem + 0.4vw);
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* 确保导航栏在其他内容之上 */
  background-color: white;
}

/* 当屏幕高度大于等于1080px时，大屏设备 */

.top-center {
  display: flex;
  width: 45%;
  justify-content: space-between;
  margin: 0 2%;
}

.link {
  margin: 1%;
  text-decoration: none;
  color: black;
}

.top-img {
  width: 8vw;
  margin-left: 8vw;
  margin-right: 2%;
  /* padding: 3px 0; */
}

.top-right {
  width: 15%;
  display: flex;
  align-items: center;
  /* text-align: center; */
  margin-right: 8vw;
}

.top-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-phone img {
  width: 6%;
  margin: 0 1%;
}

.active {
  /* color: #1d54f6; */
  /* 你可以设置任何你想要的颜色 */
}
.top-color {
  color: #1d54f6;
}
