.title {
  height: 80px;
  background: #061a25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}

.titleText > img {
  height: 100%;
}

.titleText {
  display: flex;
  align-items: center;
  width: 500px;
  height: 100%;
}

.titleText > text {
  color: #e5cd8a;
  font-size: 20px;
  margin-left: 2%;
}

.titleText > b {
  color: white;
  margin-left: 1%;
  font-size: 15px;
}

body {
  padding: 0;
  margin: 0 auto;
}

html {
  height: 100%;
  background-color: #101010;
  font-size: 10px;
  font-family: Microsoft Yahei;
}

.tableList {
  height: 100%;
  align-items: center;
  display: flex;
  margin-right: 80px;
}

.tableList > a {
  border: none;
  background: none;
  color: #e5cd8a;
  font-weight: bold;
  cursor: pointer;
  /* padding: 0 20px; */
  font-size: 1.4em;
  text-decoration: none;
  width: 150px;
  text-align: center;
}

.tableList > a:hover {
  color: #fff9ea;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0%;
}

.bottom {
  display: block;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

.bottom::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.bottom::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #e5cd8a;
}

.bottom::-webkit-scrollbar-track {
  background: #101010;
  opacity: 0;
}

.accountInfo {
  display: flex;
  align-items: center;
  width: 380px;
}

.accountInfo > img {
  width: 30px;
  height: 30px;
}

.accountInfo > text {
  color: #e5cd8a;
  font-weight: bolder;
  margin-left: 10px;
  font-size: 12px;
}

#logOut {
  margin-left: 20px;
  cursor: pointer;
  display: flex;
}

.refreshTime {
  width: 520px;
  color: #e5cd8a;
  font-weight: bold;
  margin-left: 5%;
}

.refreshTime > div {
  display: flex;
  align-items: center;
}

.refreshTime > div > p {
  margin: 0;
  padding: 5px 0;
  width: 70px;
}

.lf {
  display: flex;
  align-items: center;
  z-index: 2;
}

.bannerBg_01 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
}
