* {
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

body {
  user-select: none;
  background: linear-gradient(to bottom, white 0%, rgb(241, 241, 241) 100%);
}

#box {
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
}

#boxMenu {
  min-width: 200px;
  max-width: 200px;

  height: 100vh;
  background-color: rgb(41, 50, 70);
  overflow-y: scroll;
  scrollbar-width: none;
  position: relative;

}

.home_title {
  white-space: nowrap;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* 隐藏整个滚动条 */
html {
  scrollbar-width: none;
  /* Firefox */
}

html::-webkit-scrollbar {
  width: 0px;
}

/* 隐藏整个滚动条 */
html {
  -ms-overflow-style: none;
  /* IE and Edge */
}

#menuTitle {
  padding-right: 10px;
  flex-wrap: nowrap;
  height: 35px;
  display: flex;
  color: white;
  text-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}

#titlePic {
  width: 50px;
  height: 50px;
  min-width: 50px;

  margin-left: 8px;
  border-radius: 100%;
}

#titlePic img {
  width: 100%;
  height: 100%;
}

#boxContent {
  width: 88%;
  margin: 0px auto;
  background-color: #edf4ff;
}

#navHide {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
}

#navHide:hover {
  background-color: rgb(247, 247, 247);
  cursor: pointer;
}

#navHide img {
  width: 100%;
  height: 100%;
}

#nav .index_icon {
  margin-left: 10px;

}

#nav .index_icon:hover,
#nav #Lock_icon:hover {
  background-color: rgb(247, 247, 247);
  cursor: pointer;
}

#nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid rgb(207, 202, 202);
  background-color: white;
}

#control {
  margin-right: 20px;
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: space-between;
}

#ueserName {
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

#totalScreen {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#totalScreen img {
  width: 80%;
  height: 80%;
}

#refresh {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#refresh img {
  width: 80%;
  height: 80%;
}

#totalScreen:hover,
#refresh:hover {
  background-color: rgb(247, 247, 247);
}

#shot {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}

#shot img {
  width: 100%;
  height: 100%;
}

#userInfo {
  position: relative;
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.breadLabel {
  display: flex;
  align-items: center;
  /* margin-left: 0.5%; */
  padding: 0px 10px;
  border: 1px solid black;
}

.breadLabels {
  display: flex;
  margin-left: 4px;
  font-size: 14px;
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.breadLabels::-webkit-scrollbar {
  display: none;
}


.closeBox img.close {
  margin-left: 5px;
  cursor: pointer;
}

.index {
  width: 50px;
  padding: 7px;
  align-items: center;
  display: flex;
}

.close {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 5px;
  display: none;
  justify-content: center;
  align-items: center;
}

.close:hover {
  background-color: rgb(206, 206, 206);
}

.closeBox {
  padding: 5px;
  display: flex;
  justify-content: center;
  margin-left: 2px;
  align-items: center;
}

.closeBox {
  display: inline-flex;
  margin-right: 10px;
  border-radius: 10px;
  padding: 5px 15px;
  cursor: pointer;
  background-color: #f0f0f0;
}

#breadCrumbs {
  display: flex;
  overflow-x: scroll;
  align-items: center;
  height: 55px;
  background-color: white;
  /* border: 1px solid black; */
}

#mainTitle {
  margin-left: 2%;
  width: 60px;
  cursor: pointer;
  margin-right: 3px;
  text-align: center;
  font-size: 14px;
  background-color: #f0f0f0;
  border-radius: 5px 5px 0px 0px;
}

.menuContent {
  margin-top: 20px;

  color: white;
  overflow-y: scroll;
  scrollbar-width: none;
  position: relative;
}

.menuContent>.parentBox {
  padding: 10px;
}

#breadCrumbs .active {
  background-color: rgb(236, 245, 255);
  color: rgb(64, 158, 255);
  font-weight: bold;
  border-bottom: 2px rgb(92, 169, 255) solid;
}

.menuContent .active {
  background-color: rgb(39, 60, 89);
  color: rgb(32, 134, 255);
  font-weight: bold;
  border-right: 4px rgb(24, 144, 255) solid;
}

.active {
  background-color: rgb(66, 185, 131);
  color: #409eff;
  font-weight: bold;
}

.iframes {
  width: 100%;
  height: 80vh;
  margin-bottom: 10px;
}

#iframes {
  width: 100%;
  height: 81vh;
}

.parentNode {
  /* height: 50px; */
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px;
  /* margin-left: 5px; */
  text-align: left;
  display: flex;
}

.icon {
  width: 20px;
  height: 20px;
  /* position: absolute; */
  /* top: 5px;
    left: -20px; */
  margin-right: 10px;
  cursor: pointer;

}


.iconPic {
  width: 20px;
}

.icons {
  width: 20px;
  height: 20px;
  /* position: absolute; */
  margin-top: 10px;
}

.icons {
  cursor: pointer;
}

.childNode {
  font-size: 14px;
  padding: 10px 0px;
}

.childNode span {
  display: block;
}

.arrow {
  width: 12px;
  position: absolute;
  top: 12px;
  right: 20px;
  transform: rotate(180deg);
}

/* 第二个树形菜单 */
.submenus {
  display: none;
  position: absolute;
  /* padding: 10px; */
  text-align: center;
  width: 150px;
  left: 10px;
  top: 0px;
  color: white;
  background-color: rgb(48, 65, 86);
  /* display: flex; */
}

.submenus div {
  padding: 5px 0px;
}

.parentBox {
  min-height: 20px;
  top: -20px;
  position: relative;
}

.parentBox:hover .submenus {
  display: block;
}

/* 悬浮窗口 */
#exitBox {
  position: absolute;
  width: 100px;
  top: 30px;
  padding-top: 10px;
  left: 0px;
  font-size: 14px;
  display: none;
  transition: all 2s;
  border-radius: 10px;
}

#userInfo:hover {
  background-color: rgb(243, 243, 243);

}

#userInfo:hover #exitBox {
  display: flex;
  flex-direction: column;

}

#userBtn {
  padding: 10px;
  justify-content: center;
  align-items: center;
}

#Exit,
#Modifications {
  text-align: center;
  padding: 10px;
  background-color: rgb(229, 230, 232);
  color: black;
  cursor: pointer;
}

#Exit {
  border-radius: 0px 0px 5px 5px;
}

#Modifications {
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid black;
}

#Exit:hover,
#Modifications:hover {
  filter: brightness(0.8);
}

#Cover {
  width: 20%;
  height: 150px;
  border-radius: 5px;
  margin: 18% auto 0%;
  background-color: white;
  position: relative;
}

/* 提示窗主体 */
#alerts_body {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

/* 提示文本 */
#Tips {
  padding-top: 10px;
  text-align: center;
}

/* 提示内容 */
#alerts_content {
  text-align: center;
  font-size: 14px;
  width: 80%;
  height: 40px;
  margin: auto;
  color: rgb(128, 128, 128);
  line-height: 40px;
  border-radius: 0.25rem;
  z-index: 999;
}

/* 按钮外盒子样式 */
#btn {
  display: flex;
  justify-content: center;
}

/* 整体按钮样式 */
#Cover button {
  margin-top: 30px;
  width: 70px;
  height: 30px;
  letter-spacing: 3px;
  border-radius: 5px;
  cursor: pointer;
}

/* 取消按钮样式 */
#btn_Cancel {
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.5);
}

/* 确认按钮样式 */
#btn_confrim {
  border: none;
  color: white;
  background-color: rgb(64, 158, 255);
}

/* 关闭按钮样式 */
#btn_close {
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
  color: gray;
  position: absolute;
  cursor: pointer;
}

#btn_close img {
  width: 100%;
  height: 100%;
}

#checkingLogin {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  display: none;
  top: 0%;
}

#loginContent {
  text-align: center;
  color: #f56c6c;
  width: 40%;
  /* border: 0.5px solid rgb(255, 0, 0); */
  padding: 20px;
  font-size: 18px;
  border-radius: 10px;
  margin: auto;
  margin-top: 20vh;
  background-color: #fef0f0;
}

.childNode:hover {
  color: #409eff;
  background-color: rgb(2, 34, 63);
}

.parentNode:hover {
  color: #409eff;
  /* background-color: rgb(2, 34, 63); */
  background-color: rgb(39, 60, 89);
}

.childBox:hover {
  color: #409eff;
  background-color: rgb(2, 34, 63);
}

#alerts_body {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

/* 提示文本 */
#Tips {
  padding-top: 10px;
  text-align: center;
}

/* 提示内容 */
#alerts_content {
  text-align: center;
  font-size: 14px;
  width: 80%;
  height: 40px;
  margin: auto;
  color: rgb(128, 128, 128);
  line-height: 40px;
  border-radius: 0.25rem;
  z-index: 999;
}

.closeBox:hover {
  color: rgb(64, 158, 255);
  /* transition: all 0.5s; */
}

.closeBox:hover .close {
  display: flex;
}

.footer_text {
  position: relative;
  text-align: center;
  width: 20%;
  z-index: 999;
  transform: translateX(-50%);
  left: 50%;
  background-color: #edf4ff;
}

.footer {
  /* background-color: white; */
  width: 88%;

  position: fixed;
}

.titleText,
.omit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.element-to-hide-scrollbar {
  overflow-y: scroll;
  scrollbar-color: transparent transparent;
}

#Lock_icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Lock_icon img {
  width: 70%;
  height: 80%;

}

.index_icon {
  width: 20px;
  height: 20px;
}

.index_icon img {
  width: 100%;
  height: 100%;
}

#mainTitle .index_icon img {
  width: 100%;
  margin-left: 0px;
  height: 100%;
}

#breadCrumbs .index_icon {
  width: 16px;
  height: 16px;
}

/* 自定义右键菜单样式 */
#customMenu {
  position: absolute;
  font-size: 14px;
  width: 150px;
  padding: 5px;
  background-color: #373737;
  color: white;
  border: 1px solid #ccc;
  display: none;
  z-index: 9999;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#customMenu>div div {
  border-radius: 5px;
  margin: 4px 0px;
  padding: 5px;
  cursor: pointer;
}

#customMenu>div div:hover {
  background-color: rgba(224, 224, 224, 0.66);
}

hr {
  margin: 4px 0px;
}