.header[data-v-ad9947ac] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.big-box[data-v-ad9947ac] {
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
}
.big-box .content[data-v-ad9947ac] {
  min-height: 100px;
}
.big-box ul[data-v-ad9947ac] {
  margin: 10px;
  min-height: 100px;
}
.big-box ul li[data-v-ad9947ac] {
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
  border-radius: 1rem;
  box-shadow: 0 3px #999;
}
.big-box ul li > div[data-v-ad9947ac] {
  line-height: 30px;
}
.big-box ul li span[data-v-ad9947ac] {
  font-weight: 550;
  color: #000;
}
.big-box ul li .bottom_btn[data-v-ad9947ac] {
  display: flex;
  justify-content: flex-end;
  color: skyblue;
  position: absolute;
  top: 4px;
  right: 10px;
}
.big-box ul li .main_text[data-v-ad9947ac] {
  padding-left: 40px;
  box-sizing: border-box;
}
