.header[data-v-0bb7b602] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.main_box[data-v-0bb7b602] {
  margin-left: 30px;
}
.big-box[data-v-0bb7b602] {
  width: 100vw;
  height: 100%;
  background: rgb(245, 247, 250);
  box-sizing: border-box;
}
.big-box .main[data-v-0bb7b602] {
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
  border-radius: 1rem;
}
.big-box > div[data-v-0bb7b602] {
  margin-bottom: 4px;
}
.big-box span[data-v-0bb7b602] {
  font-weight: 550;
  color: #4e4c4c;
}
.big-box .time[data-v-0bb7b602] {
  font-family: "Microsoft YaHei", sans-serif;
  color: #4e4c4c;
  margin-top: 20px;
}
.big-box .bottom_btn[data-v-0bb7b602] {
  display: flex;
  justify-content: flex-end;
  color: skyblue;
  position: absolute;
  top: 4px;
  right: 10px;
}
.big-box .main_text[data-v-0bb7b602] {
  padding-left: 40px;
  box-sizing: border-box;
}
.big-box .box_right[data-v-0bb7b602] {
  width: 100;
  position: relative;
}
.big-box .box_right .line[data-v-0bb7b602] {
  position: absolute;
  top: 0;
  left: 29%;
  width: 1px;
  background-color: #808080;
  height: 60vh;
  z-index: 10;
}
.big-box .timemain[data-v-0bb7b602] {
  display: flex;
  width: 100%;
  margin-top: 5vh;
}
.big-box .timeleft[data-v-0bb7b602] {
  width: 35%;
  margin-left: 1vh;
}
.big-box .timeright[data-v-0bb7b602] {
  width: 65%;
}
.big-box .timeright .type[data-v-0bb7b602] {
  font-weight: 600;
  font-size: 1.2rem;
}
.big-box .typ[data-v-0bb7b602] {
  margin-top: 3px;
  font-size: 1rem;
}
