.calendar-box[data-v-81be8b76]{width:100%;background-color:#fff}.calendar-box .title[data-v-81be8b76]{display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 20px;box-sizing:border-box;position:relative}.calendar-box .title[data-v-81be8b76]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#eee}.calendar-box .title .year[data-v-81be8b76]{font-size:16px;font-weight:700}.calendar-box .title .toggle-icon[data-v-81be8b76]{display:flex;align-items:center;font-size:18px}.calendar-box .title .toggle-icon .icons[data-v-81be8b76]{width:12px;height:12px;border-radius:50%;border:1px solid;margin:0 5px}.calendar-box .calendar-content[data-v-81be8b76]{width:100%;display:flex;justify-content:center;flex-wrap:wrap}.calendar-box .calendar-content .month[data-v-81be8b76]{width:25%;font-size:16px;display:flex;align-items:center;justify-content:center;padding:10px 0;position:relative}.calendar-box .calendar-content .month.hasTag[data-v-81be8b76]{cursor:pointer}.calendar-box .calendar-content .month .tag[data-v-81be8b76]{position:absolute;width:8px;height:8px;background-color:#f2bd42;border-radius:50%;margin-left:3px;top:50%;transform:translateY(-50%)}