.header[data-v-b42dbff2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.maxHeight[data-v-b42dbff2] {
  height: calc(100vh - 10px);
}
.minHeight[data-v-b42dbff2] {
  height: calc(100vh - 100px);
}
.big-box[data-v-b42dbff2] {
  width: 100vw;
  height: 100vh;
  background: rgb(245, 247, 250);
  box-sizing: border-box;
  overflow: hidden;
}
.big-box .content[data-v-b42dbff2] {
  overflow: scroll;
}
.big-box .content ul[data-v-b42dbff2] {
  margin: 10px;
  min-height: 100px;
}
.big-box .content ul li[data-v-b42dbff2] {
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 10px;
}
.big-box .content ul li .top_box .text[data-v-b42dbff2] {
  margin-bottom: 6px;
}
.big-box .content ul li .top_box .time span[data-v-b42dbff2] {
  color: green;
}
.big-box .content ul li .main_text[data-v-b42dbff2] {
  padding-left: 40px;
  box-sizing: border-box;
}
.content[data-v-7be98e72] {
  background: #fff;
}
.content ul li[data-v-7be98e72] {
  margin-top: 20px;
  background: rgb(245, 247, 250);
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.content ul li .icon-btn[data-v-7be98e72] {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.content ul li .main_text[data-v-7be98e72] {
  box-sizing: border-box;
  padding-left: 40px;
}
.content ul li .main_text .sitename[data-v-7be98e72] {
  line-height: 0.9rem;
  color: #fff;
  background: rgb(156, 156, 156);
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 4px;
}
.content ul li .main_text .imgbox[data-v-7be98e72] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  margin-bottom: 10px;
}
.content ul li .main_text .imgbox > div[data-v-7be98e72] {
  width: 100px;
  height: 100px;
  background: #f0f0f0;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.content ul li .main_text .text[data-v-7be98e72] {
  color: #333;
  font-size: 0.95rem;
  line-height: 30px;
}
.content ul li .top_box[data-v-7be98e72] {
  display: flex;
  align-items: center;
  line-height: 40px;
}
.content ul li .top_box .icon[data-v-7be98e72] {
  width: 40px;
  text-align: center;
}
.content ul li .top_box .username[data-v-7be98e72] {
  font-size: 1rem;
  margin-left: 10px;
}
.content ul li .top_box .time[data-v-7be98e72] {
  margin-left: 10px;
  font-size: 0.7rem;
  color: gray;
}
