* {
  margin: 0;
  padding: 0;
}

.sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 999;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}

.sidebar .head {
  display: contents;
  cursor: pointer;
}

.sidebar .head img {
  width: 100%;
  height: 146px;
}

.sidebar .sidebaritem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* margin-top: -6px; */
  background: #356fd3;
  background-size: 100% 100%;
  opacity: 0.8;
}

.sidebar-item:nth-child(1) {
  border-bottom: 1px solid #ccc;
}

.sidebar .sidebaritem .sidebar-item {
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
}

.sidebar .sidebaritem .sidebar-item p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 12px;
}

.sidebar .sidebaritem .sidebar-item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.sidebar .sidebaritem .sidebar-item:hover {
  color: #fff;
  background: #85aaf6;
}

.sidebar .sidebaritem span {
  width: 90%;
  height: 1px;
  background: #ccc;
}

.sidebar .sidebarhint {
  width: 150px;
  height: 150px;
  position: absolute;
  border: 2px solid #356fd3;
  left: 100px;
  top: 53%;
  display: none;
}

.sidebar .sidebarhint img {
  width: 100%;
  height: 100%;
}

.sidebar .sidebarhint2 {
  width: 150px;
  height: 150px;
  position: absolute;
  border: 2px solid #356fd3;
  left: 100px;
  top: 55%;
  display: none;
}

.sidebar .sidebarhint2 img {
  width: 100%;
  height: 100%;
}