.timeview{width:100%;height:100%;background-color:var(--color-theme);padding-top:50px;box-sizing:border-box;position:relative}.navs{height:40px;justify-content:space-between;padding:0 20px;box-sizing:border-box;margin-bottom:53px}.navs,.navs .lt{display:flex;align-items:center}.navs .lt img{width:26px;height:22px;margin-right:35px}.navs .lt div{font-size:30px;font-weight:700;color:#333}.navs .rt{overflow:hidden;display:flex}.navs .rt .time{height:35px;background-color:rgba(0,166,138,.12);border-radius:20px;align-items:center;justify-content:center;cursor:pointer}.navs .rt .time,.select-popup{width:100px;display:flex;font-size:18px;color:#333}.select-popup{max-height:500px;overflow-y:scroll;background-color:#fff;border-radius:5px;box-shadow:0 8px 32px 0 rgba(0,0,0,.08);box-sizing:border-box;text-align:center;flex-direction:column;position:absolute;top:90px;right:20px;transition:all .3s}.select-popup div{height:35px;line-height:35px;border-bottom:1px solid #c2c2c2}.select-popup div:last-child{border-bottom:none}.select-popup .text-active,.select-popup div:hover{color:#00ad90;cursor:pointer}.main{height:calc(100% - 143px)}.main,.main .mains{width:100%;overflow:auto}.main .mains,.main .mains .haed{padding:0 20px;box-sizing:border-box}.main .mains .haed{display:flex;align-items:center;justify-content:space-between}.main .mains .haed .lt span:first-child{font-size:26px;font-weight:700}.main .mains .haed .lt span:nth-child(2){margin-left:25px;font-size:18px;color:#999}.main .mains .box{display:flex;align-items:center;margin-top:20px}.main .mains .box .lt{display:flex;align-items:center;margin-right:40px}.main .mains .box .lt .dian{width:27px;height:27px;border:1px solid #dcdcdc;border-radius:50%;display:flex;align-items:center;margin-right:33px}.main .mains .box .lt .dian div{width:13px;height:13px;background-color:#4b6ffe;line-height:27px;margin:auto;border-radius:50%}.main .mains .box .lt .sj{font-size:18px;color:#999}.main .mains .box .info{flex:1;height:66px;background-color:#fff;border-radius:9px;line-height:66px;padding:0 22px;box-sizing:border-box;font-size:22px;color:#333}.main::-webkit-scrollbar{width:3px}.main::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.2)}.select-popup::-webkit-scrollbar{width:3px}.select-popup::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.2)}