.leftDiv {
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}
.leftDiv::-webkit-scrollbar {
  width: 5px;
}
.leftDiv::-webkit-scrollbar-thumb {
  background-color: #d7d4d4;
  border-radius: 5px;
}

.leftDiv::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 5px;
}
.title {
  height: 22px;
  border-left: 3px solid #457AC6;
  font-size: 16px;
  color: #333333;
  padding-left: 10px;
  line-height: 22px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.title img {
  height: 18px;
  cursor: pointer;
  margin-right: 5px;
}
.listBox {
  margin-bottom: 20px;
}
.zfxx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item {
  width: 125px;
  height: 50px;
  background-image: linear-gradient(90deg, #DDEEFF 0%, #F6FAFF 100%);
  box-shadow: 0 0 14px 0 #6db4ff1f;
  border-radius: 8px;
  margin-top: 10px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  padding: 0px 8px;
}
.item img {
  width: 19px;
  height: 20px;
  margin-right: 5px;
}
.item .itemSpan {
  margin-right: 24px;
}
.bmfw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hot {
  background: #F6FBFF;
  padding: 0 10px;
  border-radius: 8px;
}
.hotLi {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #182a60cc;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotLi:hover {
  color: #1890ff;
}
.history {
  background: #F6FBFF;
  padding: 0 10px;
  border-radius: 8px;
}
.historyLi {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #182a60cc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.historyLi:hover {
  color: #1890ff;
}
.historyLi:hover img {
  display: block;
}
.historyLi .historyTitle {
  width: calc(100% - 20px);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.historyLi img {
  width: 15px;
  height: 16px;
  display: none;
}
.helpAndagreement {
  position: fixed;
  bottom: 20px;
  font-size: 16px;
  color: #182a60cc;
  cursor: pointer;
  background: #fff;
  width: 260px;
  height: 35px;
  text-align: center;
}
.reset {
  width: 14px;
  margin-right: 5px;
  height: 14px !important;
  margin-bottom: 2px;
}