.bottombar{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 146px;
  background: #1D2129;
  padding-top: 32px;
}
.bottombar .line1{
  display: flex;
  justify-content: space-evenly;
}
.bottombar .line1 .logo{
  display: flex;
  align-items: center;
}
.bottombar .line1 .logo img{
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.bottombar .line1 .logo span{
  font-family: 'DingTalk JinBuTi';
  font-size: 24px;
  color: #4E5969;
}
.bottombar .line1 .bottom-menu{
  color: #4E5969;
  font-size: 14px;
  margin-bottom: 6px;
  cursor: pointer;
}
.bottombar .line1 .bottom-value{
  color: #797C86;
  cursor: default;
}
.bottombar .line2{
  text-align: center;
  padding-top: 12px;
  color: #4E5969;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 24px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.08);
  width: 80%;
}