.titlebox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  min-width: 1200px;
  z-index: 999;
  background: #ffffff;
  /* opacity: 0.8; */
  box-shadow: 0px 0px 4px #919194;
}
