body {
  height: 100%;
  padding: 0;
  margin: 0;
}
/* 隐藏预设范围侧边栏 */
.daterangepicker .ranges {
  display: none !important;
}

/* 调整日历部分宽度 */
.daterangepicker .calendar {
  width: 100% !important;
}

.daterangepicker {
  position: fixed !important;
  top: 95px !important;
  left: 57% !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
}

#moreBtn {
  width: 120px;
  height: 30px;
  font-size: 13px;
  background: #4527a0;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin: 20px auto;
  border-radius: 4px;
}

#moreBtn2 {
  width: 120px;
  height: 30px;
  font-size: 13px;
  background: #4527a0;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin: 20px auto;
  border-radius: 4px;
}

#noMoreBtn {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #4527a0;
  margin: 20px auto;
}

#pagelabel {
  background-color: #4527a0 !important;
  min-height: 50px;
  /* transform: translateY(0px); */
  color: #fff;
  text-align: center;
  width: 100%;
  height: 112px;
}

#pagelabel span {
  margin-right: 10px;
  line-height: 40px;
}

#pagelabel .gotobuttonclass {
  margin: 0 2px 0 2px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  box-shadow: inset 0 1px 0 0 #fff, 0 1px 2px #666;
  text-shadow: 0 1px 1px #fff;
  background-color: #e6e6e6;
  margin-bottom: 3px;
}
#pagelabel #gotopagetext {
  width: 30px;
}

#content {
  /* padding-top: 120px; */
  height: calc(100vh - 120px);
  overflow: scroll;
  /* position: static; */
}

#content .listitem {
  position: relative;
  display: flex;
  padding: 12px 0;
}

#content .listitem .listavatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 1px solid red;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
  line-height: normal;
  margin: 16px;
}
#content .listitem .listavatar span {
  font-size: 26px;
}

#content .listitem .listcontent {
  padding: 0 16px;
  font-size: 20px;
}

#content .listitem .listcontent .itemtitle {
  overflow: hidden;
}

#content .listitem .listcontent .itemcontent {
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

#content .listitem .listcontent .itemimage {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  max-width: 100%;
}
