/* **********长者版组件样式********** */
.elderly-version-bar {
 /* position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  z-index: 10000;
  display: flex;
  justify-content: center;
  gap: 10px;
  white-space: nowrap; 
  overflow-x: auto; 
  overflow-y: hidden; 
}

.elderly-version-bar button {
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 14px;
  white-space: nowrap; 
  flex-shrink: 0; 
}

.elderly-version-bar button:hover {
  background-color: #0056b3;
}