
.calendar-body[data-v-6f0dc43c] {
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.wrapper[data-v-6f0dc43c] {
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.week-line[data-v-6f0dc43c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.week-line span[data-v-6f0dc43c] {
  display: inline-block;
  text-align: center;
  color: #9d9d9d;
  font-size: 0.7rem;
  width: 100%;
  height: 1.7rem;
}
.item-box[data-v-6f0dc43c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #eee;
}
.day-box[data-v-6f0dc43c] {
  display: inline-block;
  text-align: center;
  color: #9d9d9d;
  font-size: 0.7rem;
  width: 100%;
  height: 7.3rem;
  margin-bottom: 0.5rem;
}
.day-box .dateDesc[data-v-6f0dc43c] {
  color: #8ab9f1;
  height: 0.6rem;
  font-size: 0.6rem;
  margin-bottom: 0.2rem;
  padding-top: 0.3rem;
}
.day-box .day[data-v-6f0dc43c] {
  height: 1.3rem;
  width: 1.3rem;
  line-height: 1.3rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.day-box .day-active[data-v-6f0dc43c] {
  background-color: #e56660;
  color: #fff;
  border-radius: 50%;
}
.day-box .topic[data-v-6f0dc43c] {
  height: 4.68rem;
  font-size: 0.5rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-align: left;
  color: #555;
}
.color-disable[data-v-6f0dc43c] {
  color: #d8d8d8;
}
.year-line[data-v-6f0dc43c] {
  height: 3rem;
  line-height: 3rem;
}
.calendar-item-box[data-v-6f0dc43c] {
  height: calc(100% - 5rem);
  width: 100%;
  overflow-y: scroll;
}
.year-box[data-v-6f0dc43c] {
  color: #000;
  font-size: 1.2rem;
  margin-right: 0.3rem;
}
.month-box[data-v-6f0dc43c] {
  color: #bd0416;
  font-size: 1.2rem;
}
.year-prev[data-v-6f0dc43c] {
  color: #9e9e9e;
  line-height: 2rem ;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.year-next[data-v-6f0dc43c] {
  color: #9e9e9e;
  line-height: 2rem ;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  display: inline-block;
}
.importDialog[data-v-6f0dc43c] {
  height: 350px;
}

