.to-home{position:fixed;right:0;top:.53333rem;padding:.26667rem .32rem;border-top-left-radius:1.6rem;border-bottom-left-radius:1.6rem;font-family:PingFangSC,PingFangSC-Semibold;background:#ededed;font-size:.48rem;opacity:.8;color:#1795ff}#calendar{width:100%;height:auto;margin:0 auto;transition:all .5s;overflow:hidden;background:#fafafa}#calendar .year-month{height:1.33333rem;width:100%;display:flex;align-items:center;color:#373d46;justify-content:space-around}#calendar .weekdays{margin:0;height:1.06667rem;font-size:.37333rem;display:flex;flex-wrap:wrap;color:#666;justify-content:space-around}#calendar .weekdays li{display:inline-block;width:13.6%;text-align:center;display:flex;justify-content:center;align-items:center}#calendar .days{padding:.13333rem;margin:0;display:flex;flex-wrap:wrap;justify-content:space-around;overflow:hidden;position:relative}#calendar .days li{list-style-type:none;display:inline-block;height:1.12rem;width:13.4%;text-align:center;font-size:.37333rem;color:#000;position:relative}#calendar .days li .active{border-radius:50%;background:#0091ff;color:#fff;width:.74667rem;height:.74667rem;margin:auto;display:flex;justify-content:center;align-items:center}#calendar .days li .other-month{color:#a2a2a2}#calendar .days li .everyDay,#calendar .days li .other-month{width:1.06667rem;height:1.06667rem;margin:auto;display:flex;justify-content:center;align-items:center}#calendar .days li .circle{border-radius:50%;background-color:#f2553d;bottom:.16rem;left:48%}#calendar .days li .circle,#calendar .days li .o{width:.10667rem;height:.10667rem;position:absolute}#calendar .days li .o{border-radius:50%;border:.02667rem solid #f2553d;bottom:.02667rem;left:49%}#calendar .days li .otherday{width:1.01333rem;height:1.01333rem;margin:auto;display:flex;justify-content:center;align-items:center;border-radius:50%;border:.02667rem solid #b2b2b2}#calendar .fadeOut{animation-name:fadeOut;animation-duration:.5s;animation-timing-function:ease-in-out}#calendar .fadeOutR{animation-name:fadeOutR;animation-duration:.5s;animation-timing-function:ease-in-out}#calendar .fadeIn{animation-name:fadeIn;animation-duration:.5s;animation-timing-function:ease-in-out}#calendar .fadeInR{animation-name:fadeInR;animation-duration:.5s;animation-timing-function:ease-in-out}#calendar .background{position:absolute;top:2.66667rem;width:100%;z-index:-1;overflow:hidden;transition:all .5s}#calendar .background .dbg{background-color:#e1e1e1;height:1.12533rem}#calendar .background .lbg{background-color:#d5d5d5;height:1.12533rem}@keyframes fadeOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}@keyframes fadeIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeOutR{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@keyframes fadeInR{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.dialog-operate{display:flex}.dialog-operate .cus-btn{flex:1}.primary-text{color:#0091ff!important;vertical-align:middle}.success-text{color:#46ae6e}.danger-text{color:#f06464}.warning-text{color:#ffba6d}.info-text{color:#8f9296}.grey-btn{font-size:.32rem;color:#c1c2c5}.font-12-normal{font-size:.32rem;font-weight:400}.danger-btn{font-size:.32rem;color:#f16164}#app{background:#fff;font-family:PingFangSC-Regular;font-weight:400}.van-cell{padding:.34667rem .4rem;font-size:.4rem}.van-cell .van-cell__value{word-break:break-all}.add-btn{position:fixed;bottom:1.2rem;right:1.2rem;background:#ffba6d;width:1.33333rem;height:1.33333rem;border-radius:50%;font-size:.8rem;color:#fff;text-align:center;line-height:1.2rem}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cus-btn{padding:.26667rem;font-size:.4rem;line-height:.8rem;text-align:center;color:#373d46;background-color:#fff}.empty-box{position:absolute;top:0;bottom:0;left:0;right:0}.tabs-card{margin:0 auto;display:flex;padding:0 .4rem;background:#f6f7fb;justify-content:space-between;line-height:1.06667rem;font-size:.4rem;color:#333}.tabs-card .tab{flex:1;text-align:center;background:#fff}.tabs-card .tab.activeA{background:#0091ff;color:#fff;border-top-left-radius:6PX;border-bottom-left-radius:6PX}.tabs-card .tab.activeB{background:#0091ff;color:#fff;border-top-right-radius:6PX;border-bottom-right-radius:6PX}.tabs-card .tab:first-child{border-top-left-radius:6PX;border-bottom-left-radius:6PX}.tabs-card .tab:last-child{border-top-right-radius:6PX;border-bottom-right-radius:6PX}.home .top-box{width:100%;background-color:#f9fafe}.home .top-box .user-box{padding:0 .48rem;padding-top:.53333rem;padding-bottom:.64rem}.home .top-box .user-box .user-info{display:flex;justify-content:space-between;align-items:center}.home .top-box .user-box .user-info .avatar{width:1.49333rem;height:1.49333rem;border-radius:50%;margin-right:.26667rem;-o-object-fit:cover;object-fit:cover}.home .top-box .user-box .user-info .name-role{flex:1;display:-webkit-box;line-height:.6rem;margin-right:.26667rem;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home .top-box .user-box .user-info .name-role .name{width:100%;flex-shrink:0;height:.74667rem;font-size:.53333rem;font-family:PingFangSC,PingFangSC-Semibold;font-weight:600;text-align:left;color:#333;line-height:.74667rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home .top-box .user-box .user-info .name-role .school{margin-top:.21333rem;font-size:.34667rem;font-family:PingFangSC,PingFangSC-Regular;font-weight:400;color:#666;line-height:.42667rem}.home .top-box .user-box .user-info .name-role .role{margin-top:.08rem;font-size:.34667rem;font-family:PingFangSC,PingFangSC-Regular;font-weight:500;color:#666;line-height:.48rem}.home .top-box .user-box .user-info .btns{width:1.6rem;text-align:right;vertical-align:middle;color:#0091ff;line-height:1.2rem;font-size:.37333rem}.home .top-box .user-box .user-info .btns span img{width:.64rem;height:.64rem}.home .top-box .student-info{padding:.26667rem .4rem;font-size:.37333rem;color:#666;line-height:.66667rem;display:flex;justify-content:space-between}.home .top-box .student-info div{flex:1}.home .top-box .student-info div:first-child{margin-right:.26667rem}.clock .calendar{margin:.26667rem 0}.clock .clock-list{background:#fff;padding:.26667rem .53333rem}.clock .clock-list .item{display:flex;justify-content:space-between;padding:.26667rem 0;border-bottom:.02667rem solid hsla(0,0%,66.7%,.15)}.clock .clock-list .item:last-child{border-bottom:none}.clock .clock-list .item .item-left img{width:1.2rem;height:1.2rem;border-radius:50%;margin-right:.32rem;-o-object-fit:cover;object-fit:cover}.clock .clock-list .item .item-left .time{color:#333;font-size:.37333rem}.clock .clock-list .item .item-right span{display:inline-block;line-height:.66667rem;color:#fff;font-size:.32rem;padding:0 .26667rem;border-radius:4PX;margin-top:.26667rem;text-align:center}.clock .clock-list .item .item-right span.status1{background:#ffba6d}.clock .clock-list .item .item-right span.status2{background:#46ae6e}.clock .van-overlay{text-align:center}.clock .van-overlay img{position:absolute;top:50%;left:50%;max-width:100%;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover}