.header-css{
  height: 60px;
  width: 100vw;
  /* 背景透明 */
  background-color: rgba(255,255,255,0.5);
  position: fixed;
  top: 0;
  z-index: 1000;
}

.logo{
  padding: 0 20px;
}

.c-title{
  font-size: 20px;
  font-weight: bold;
}


.logo-img{
  width: 40px;
  height: 40px;
}