@charset "utf-8";.calendar{width:6.9rem;height:6.6rem}.calendar-modal{display:none;position:fixed;background:var(--new-white);box-shadow:0 .15rem .2rem -.12rem rgba(51,51,51,.06);border-radius:.15rem}.calendar-inner{position:relative;z-index:1;-ms-perspective:1000;perspective:1000}.calendar-views{transform-style:preserve-3d}.calendar .view{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;top:0;left:0;overflow:hidden;height:6.6rem;transition:.6s}.calendar-d .view-month,.calendar-m .view-date{transform:rotateY(180deg);visibility:hidden;z-index:1}.calendar-d .view-date,.calendar-m .view-month{transform:rotateY(0deg);visibility:visible;z-index:2}.calendar-ct,.calendar-hd,.calendar-views .week,.calendar-views .days{overflow:hidden}.calendar-views{width:100%}.calendar-hd{display:flex;align-items:center;padding:.4rem .3rem 0}.calendar-hd .prev,.calendar-hd .next{width:.5rem;height:.5rem}.calendar-hd .prev{background:url(https://img.keepyoga.com/assets/img_weixin/normal/calendar-left-arrow@2x.png) no-repeat left center;background-size:.15rem auto}.calendar-hd .next{background:url(https://img.keepyoga.com/assets/img_weixin/normal/calendar-right-arrow@2x.png) no-repeat right center;background-size:.15rem auto}.calendar-display{flex:1;font-size:.38rem;font-weight:700;line-height:1;text-align:center}.calendar-ct .week{display:flex;align-items:center;justify-content:space-between;padding:0 .3rem;margin:.2rem auto .12rem;color:var(--new-text-sub)}.calendar-views .days{display:flex;flex-wrap:wrap;padding-left:.3rem}.calendar li[disabled]{color:var(--new-text-sub)}.calendar li.old[disabled],.calendar li.new[disabled]{color:var(--new-text-sub)}.calendar-views .days li[data-calendar-day],.calendar-views .view-month li[data-calendar-month]{cursor:pointer}.calendar li[disabled]{cursor:not-allowed}.calendar ol li{position:relative;text-align:center}.calendar .week li,.calendar .days li{width:.58rem;height:.58rem;line-height:.58rem}.calendar .days li{margin-bottom:.2rem;margin-right:.366rem}.calendar .days li:nth-child(7n){margin-right:0}.calendar .days .old,.calendar .days .new,.calendar .days .dis{color:var(--new-text-sub)}.calendar .month-items{display:flex;flex-wrap:wrap;justify-content:space-around}.calendar .month-items li{width:1.725rem;height:1.725rem;line-height:1.725rem}.calendar .view-month li[data-calendar-month]:hover{background:var(--bd-normal)}.calendar .calendar-views .now{color:var(--new-text-normal);background:rgba(65,195,168,.4);border-radius:50%}.calendar .calendar-views .selected{color:var(--white);background:rgba(65,195,168,1)!important;border-radius:50%}.calendar .calendar-views .dot{position:absolute;left:50%;bottom:4px;margin-left:-2px;width:4px;height:4px;background:#ff808e;border-radius:50%}.calendar-views .now .dot{background:var(--white)}.calendar .date-items{display:flex;width:300%;margin-left:-100%}.calendar-label{display:none;position:absolute;top:50%;left:50%;z-index:2;padding:5px 10px;line-height:22px;color:var(--white);background:var(--text-normal);border-radius:3px;opacity:.7;filter:alpha(opacity=70)}.calendar-label i{display:none;position:absolute;left:50%;bottom:-12px;width:0;height:0;margin-left:-3px;border:6px solid transparent;border-top-color:var(--text-normal)}