.custom-select {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}

.custom-select option {
  padding: 5px;
  cursor: pointer;
}
#downloadDiv {
  display: none;

  width: 80px;
  background: rgb(219, 219, 217);
  position: absolute;
  border-radius: 3px;
  margin-top: -30px;
  right: 147px;
}
#downloadDiv p {
  color: #606266;
  margin: 0;
  width: 80px;
  text-align: center;
  cursor: pointer;
  border: 1px;
}
#downloadDiv a {
  text-decoration: none;
}
#downloadDiv p:hover {
  background-color: #007bff; /* 鼠标滑过时的背景色 */
}
#myDiv {
  display: none;
  width: 130px;
  background: rgb(219, 219, 217);
  position: absolute;
  border-radius: 3px;
  margin-top: -30px;
  right: 3px;
}
#myDiv p {
  color: #606266;
  margin: 0;
  width: 111px;
  text-align: left;
  cursor: pointer;
  border: 1px;
  margin-left: 10px;
}
#myDiv a {
  text-decoration: none;
}

#myDiv p:hover {
  background-color: #007bff; /* 鼠标滑过时的背景色 */
}
