#calendar{width:100%}#calendar,#calendar .left{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}#calendar .left{width:340px;background-color:#fff;border-radius:4px;position:relative;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-right:1px solid #ebeef5}#calendar .left-list{height:calc(100% - 370px);padding-bottom:15px}#calendar .left-calendar{width:340px;height:361px;border-bottom:1px solid #ebeef5;padding:16px 16px 24px}@media (max-width:1400px){#calendar .left-calendar{padding:12px 12px 24px}}#calendar .left-calendar__date{color:#303133}#calendar .el-date-editor{width:60px}#calendar .el-date-editor .el-input__inner{padding:0;border:0;width:100%;cursor:pointer;font-weight:700;font-size:14px}#calendar .el-date-editor .el-input__prefix{display:none}#calendar .site-group{height:calc(100% - 361px);overflow-y:auto;padding:16px 16px 24px}@media (max-width:1400px){#calendar .site-group{padding:12px 12px 24px}}#calendar .site-group::-webkit-scrollbar{width:6px;height:6px}#calendar .site-group::-webkit-scrollbar-thumb{background:transparent;border-radius:4px}#calendar .site-group:hover::-webkit-scrollbar-thumb{background:hsla(0,0%,53%,.3)}#calendar .site-group:hover::-webkit-scrollbar-track{background:transparent}#calendar .site-group__title{margin-bottom:10px;color:#606266}#calendar .site-group .el-checkbox{margin-top:2px;margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#calendar .site-group .el-checkbox__label{width:calc(100% - 20px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#calendar .el-calendar__header{display:none}#calendar .el-calendar__body{padding:0}#calendar .el-calendar-day{width:44px;height:44px;position:relative}#calendar .el-calendar-day .day-num{position:absolute;right:4px;bottom:2px}#calendar .el-calendar .el-calendar-day{border-radius:50%;padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#calendar .el-calendar .current .has-tag:before{content:"";display:inline-block;position:absolute;width:4px;height:4px;border-radius:50%;background-color:red;bottom:8px;left:50%}#calendar .el-calendar-table thead th{padding:10px 0;background-color:#f5f7fa;font-weight:600}#calendar .el-calendar-table td{border:0;font-size:14px}#calendar .el-calendar-table td.is-selected{background-color:transparent}#calendar .el-calendar-table td.is-selected .el-calendar-day{background-color:#e6ecff;color:#0a44b3}#calendar .right{height:100%;width:calc(100% - 340px);padding:16px 16px 24px}@media (max-width:1400px){#calendar .right{padding:12px 12px 24px}}#calendar .search-rang,#calendar .search-tab{display:-webkit-box;display:-ms-flexbox;display:flex}#calendar .search-rang{border:1px solid #dcdfe6;border-radius:4px;padding:1px;height:28px;margin-right:10px}#calendar .search-rang__item{height:24px;line-height:24px;width:40px;text-align:center;cursor:pointer}#calendar .search-rang__item.active{background-color:#e6ecff;color:#0a44b3;border-radius:4px}