.el-dialog__wrapper,.el-overlay-dialog{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}.el-dialog.k-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto!important;max-height:86%}.el-dialog.k-dialog .el-dialog__header{border-radius:3px 3px 0 0!important;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-dialog.k-dialog .el-dialog__headerbtn{top:0}.el-dialog.k-dialog .el-dialog__footer{border-radius:0 0 3px 3px!important;padding:8px 16px!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-dialog.k-dialog .el-dialog__footer:empty{display:none}.el-dialog.k-dialog .el-dialog__body{padding:16px!important;overflow-y:auto;background-color:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1}.el-dialog.k-dialog .el-dialog__header{padding:0 15px!important;height:44px!important;line-height:44px;font-size:14px;color:#333;border-bottom:1px solid #e6eaec}.el-dialog.k-dialog .el-dialog__header .el-dialog__title{font-size:14px}.el-dialog.k-dialog .el-dialog__header .el-dialog__headerbtn{position:absolute;top:12px;right:15px}.el-dialog.k-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{font-size:18px!important;color:#909399!important}.k-dialog__footer{margin-bottom:10px}.k-dialog__footer:empty{display:none}.website{width:100%;height:100%;position:relative}.website .iframe{width:100%;height:100%;position:absolute;left:0;top:0;border:0}.k-textArea-dialog-title{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.k-textArea-dialog-title,.k-textArea-dialog-title-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.k-textArea-dialog-title-right-item{cursor:pointer;margin-bottom:2px}.k-textArea-dialog-title-right .fullscreen{margin-right:24px}.k-textArea-dialog.k-base-dialog{padding-bottom:20px;min-height:260px;max-height:60%!important}.k-textArea-dialog.k-base-dialog .el-textarea__inner{height:265px}.k-textArea-dialog.k-base-dialog .k-textarea-content{height:auto;white-space:pre-wrap}.tip-class .el-dialog__header{font-size:16px;margin-bottom:0;font-weight:700}.tip-class .el-dialog__body{padding:20px;padding-top:0}:root{--k6-primary-color:#3296fa;--k6-secondary-color:#c2e0fe;--k6-third-color:#ebf5ff}.k-checkbox-group.is-row .k-checkbox{margin-right:10px}.k-checkbox-group.is-column .k-checkbox{display:table}.k-checkbox{-webkit-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;position:relative;display:inline-table;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:14px;min-height:14px}.k-checkbox__input{width:14px;display:table-cell;vertical-align:top;text-align:center;height:100%}.k-checkbox__original{position:absolute;right:0;top:0;left:0;bottom:0;padding:0;border:0;background-color:transparent;z-index:1;vertical-align:top;outline:none;width:0;height:0;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.k-checkbox__inner{display:inline-block;position:relative;background-color:#fff;width:100%;vertical-align:top;margin-top:9px;border-radius:2px}.k-checkbox__inner:before{width:14px;height:14px;-webkit-transition:background-color .1s linear .2s,border-color .1s linear .2s;transition:background-color .1s linear .2s,border-color .1s linear .2s;background-clip:padding-box;border:1px solid #dcdfe6;border-radius:2px;left:0;-webkit-transition:background-color .1s linear .2s;transition:background-color .1s linear .2s}.k-checkbox__inner:after,.k-checkbox__inner:before{content:"";position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background:transparent}.k-checkbox__inner:after{-webkit-transition:background-color .1s linear .2s,border-color .1s linear .2s;transition:background-color .1s linear .2s,border-color .1s linear .2s;top:4px;left:3px;width:8px;height:4px;border:1px solid #dcdfe6;border-width:1px;border-top:none;border-right:none;border-radius:0;opacity:0;-webkit-transform:scale(0) rotate(-45deg);transform:scale(0) rotate(-45deg)}.k-checkbox.is-indeterminate .k-checkbox__inner:before{background:var(--k6-primary-color);border:none;-webkit-transition:background-color .1s linear;transition:background-color .1s linear}.k-checkbox.is-indeterminate .k-checkbox__inner:after{opacity:1;width:8px;height:1px;top:6px;left:3px;border-width:0;-webkit-transform:scale(1);transform:scale(1);background-color:#fff}.k-checkbox__original:checked+.k-checkbox__inner:before{background:var(--k6-primary-color);border:none;-webkit-transition:background-color .1s linear;transition:background-color .1s linear}.k-checkbox__original:checked+.k-checkbox__inner:after{top:4px;left:3px;width:8px;height:4px;opacity:1;border-width:1px;background-color:transparent;-webkit-transform:scale(1) rotate(-45deg);transform:scale(1) rotate(-45deg);-webkit-transition:-webkit-transform .1s ease .1s;transition:-webkit-transform .1s ease .1s;transition:transform .1s ease .1s;transition:transform .1s ease .1s,-webkit-transform .1s ease .1s}.k-checkbox__original:disabled+.k-checkbox__inner{cursor:default;pointer-events:none;background-color:#f2f6fc}.k-checkbox__original:disabled+.k-checkbox__inner:before{background-color:#f2f6fc;border:1px solid #dcdfe6}.k-checkbox__original:disabled+.k-checkbox__inner:after{border-color:#c0c4cc}.k-checkbox__original:disabled:active+.k-checkbox__inner{background:transparent}.k-checkbox__label{display:table-cell;vertical-align:top;line-height:32px;font-size:14px;word-break:break-all;padding:0 10px 0;color:#606266;cursor:pointer}.k-checkbox__label:empty{display:none}.k-checkbox.is-checked .k-checkbox__label{color:var(--k6-primary-color)}.k-checkbox.is-disabled{cursor:default;pointer-events:none}.k-checkbox.is-disabled .k-checkbox__label{cursor:default;pointer-events:none;color:#c0c4cc}.k-checkbox.is-disabled .k-checkbox__label .k-item-tag{opacity:.5}.building-wrap{width:100%;height:100%}.building-wrap .building-title{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;font-size:20px;font-weight:700;color:#333;margin:10px}.building-wrap .building-title-num{font-size:18px;color:#86909c}.building-wrap .building-item-sum{font-size:14px;text-align:center;font-weight:600}.building-wrap .building-item-sum,.building-wrap .building-unit-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.building-wrap .building-unit-list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.building-wrap .building-unit-house{width:100%}.building-wrap .building-bad,.building-wrap .building-unit-house{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}.building-wrap .building-bad{height:100%}.building-wrap .building-bad-tip{text-align:center;margin-top:-30px;font-size:14px}.building-wrap .building-bad-tip-label{margin-top:10px!important;font-family:PingFang SC;font-style:normal;font-weight:400;font-size:14px;color:#86909c}.building-wrap .building-bad-tip-label span{cursor:pointer;color:#3296fa}.building-unit-wrap{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;margin:60px 30px 10px 30px;-webkit-box-sizing:content-box;box-sizing:content-box}.building-unit-wrap .no-bottom-border{border-bottom:none!important}.building-unit-wrap .building-unit{position:relative;width:100%;height:100%;border:1px solid #8cb3a2}.building-unit-wrap .building-unit-top{font-size:16px;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;height:40px;top:-40px;width:100%;color:#fff;border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:40px solid #79c58c}.building-unit-wrap .building-unit-top__content{margin-top:-10px;height:60px;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.building-unit-wrap .building-unit-top .top-label{width:100%;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.building-unit-wrap .building-unit-house-type{display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;border-bottom:1px solid #8cb3a2}.building-unit-wrap .building-unit-house-type .building-unit-storey-item{border-bottom:none}.building-unit-wrap .building-unit-house-type .unit-room{background-color:transparent!important}.building-unit-wrap .building-unit-storey{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.building-unit-wrap .building-unit-storey-item{min-width:90px;max-width:90px;padding:5px;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-right:1px solid #8cb3a2;border-bottom:1px solid #8cb3a2}.building-unit-wrap .building-unit-storey-item .storey-item-sum{text-align:center;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-overflow:ellipsis}.building-unit-wrap .building-unit-list{max-width:840px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #8cb3a2}.building-unit-wrap .building-unit-extend{padding:3px}.building-unit-wrap .building-unit-item{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;min-width:90px}.building-unit-wrap .building-unit-item__text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.building-unit-wrap .building-unit .unit-room{min-height:25px;overflow:hidden;background-color:#e4e5e4;border-radius:8px;margin:4px 2px;padding:2px 0}.k-calendar{position:relative}.k-calendar .k-calendar-next,.k-calendar .k-calendar-pre{display:none;position:absolute;top:calc(50% - 20px);font-size:20px;cursor:pointer;width:16px;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e8e8e8;z-index:999}.k-calendar .k-calendar-pre{left:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.k-calendar .k-calendar-next{right:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.k-calendar-mobile .head-page{display:none}.k-calendar-mobile .k-calendar-next,.k-calendar-mobile .k-calendar-pre{display:-webkit-box;display:-ms-flexbox;display:flex}.k-calendar-mobile .k-calendar-head__title{font-size:14px}.k-calendar-main{font-size:14px;height:100%;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.k-calendar-head,.k-calendar-main{display:-webkit-box;display:-ms-flexbox;display:flex}.k-calendar-head{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-calendar-head__title{font-size:16px;font-weight:700}.k-calendar-head__right,.k-calendar-head__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.k-calendar-head__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:10px}.k-calendar-head__right .head-button{margin-left:5px;cursor:pointer;color:#9e9e9e;font-weight:700;padding:6px 8px;border-radius:5px}.k-calendar-head__right .head-button:hover{background:#f4f4f4}.k-calendar-head__right .head-button-selected{background:#f4f4f4;color:#2196f3}.k-calendar-head__right .head-page,.k-calendar-head__right .head-today{margin-right:6px}.k-calendar-view{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-x:hidden}.k-calendar-view .calendar-view-head{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.k-calendar-view .calendar-view-head,.k-calendar-view .calendar-view-head .view-head-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.k-calendar-view .calendar-view-head .view-head-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:600!important;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8;height:32px}.k-calendar-view .calendar-view-day{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.k-calendar-view .view-day-item{cursor:pointer;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:80px;font-weight:400!important;border-bottom:1px solid #d3d3d3;border-right:1px solid #d3d3d3}.k-calendar-view .view-day-item__day{z-index:2;padding:4px;height:20px;text-align:right;margin-right:8px}.k-calendar-view .view-day-item__event{z-index:0;height:calc(100% - 34px)}.k-calendar-view .view-day-item .view-event{position:absolute;z-index:2;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 5px;padding:2px 5px;cursor:pointer;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.k-calendar-view .view-day-item .view-event-cross-day{border-color:#c9e6fc;background-color:#c9e6fc;padding-left:8px}.k-calendar-view .view-day-item .view-event-cross-day .view-event__dot{display:none}.k-calendar-view .view-day-item .view-event-num{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-calendar-view .view-day-item .view-event:hover{background:#d0d0d0}.k-calendar-view .view-day-item .view-event-content{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.k-calendar-view .view-day-item .view-event-content,.k-calendar-view .view-day-item .view-event-content span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.k-calendar-view .view-day-item .view-event__dot{background-color:#2196f3;width:8px;min-width:8px;border-radius:8px;height:8px;margin-right:8px}.k-calendar-view .day-current span{display:inline-block;margin-right:-5px;text-align:center;width:22px;height:22px;line-height:22px;border-radius:22px;background:#2196f3}.k-calendar-view .day-current{color:#fff}.k-calendar-view .week-current span{display:inline-block;margin-right:-5px;text-align:center;width:60px;height:24px;line-height:24px;border-radius:20px;background:#2196f3}.k-calendar-view .week-current{color:#fff}.k-calendar-view-month{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.k-calendar-view-month .month-other{background:#e8e8e8}.k-calendar-view-month .month-other .view-day-item__day{color:#9e9e9e}.k-calendar-view-month-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:hidden!important;height:100%}.k-calendar-view-day{height:100%}.k-calendar-view-day .view-head-item{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.k-calendar-view-day .view-day-item{position:relative;margin-top:5px;height:calc(100% - 40px);overflow-x:hidden!important}.k-calendar-popover{margin-top:-1px}.k-calendar-popover .view-event{-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 5px;padding:2px 5px;cursor:pointer;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.k-calendar-popover .view-event-cross-day{border-color:#c9e6fc;background-color:#c9e6fc;padding-left:8px}.k-calendar-popover .view-event-cross-day .view-event__dot{display:none}.k-calendar-popover .view-event-num{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-calendar-popover .view-event:hover{background:#d0d0d0}.k-calendar-popover .view-event-content{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.k-calendar-popover .view-event-content,.k-calendar-popover .view-event-content span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.k-calendar-popover .view-event__dot{background-color:#2196f3;width:8px;min-width:8px;border-radius:8px;height:8px;margin-right:8px}.k-calendar-popover .view-event{margin:5px 0}.k-calendar-bad{height:100%;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}.k-calendar-bad-tip{text-align:center;margin-top:-30px;font-size:14px}.k-calendar-bad-tip-label{margin-top:10px!important;font-family:PingFang SC;font-style:normal;font-weight:400;font-size:14px;color:#86909c}.k-calendar-bad-tip-label span{cursor:pointer;color:#3296fa}.k_video_line_show[data-v-fcead592]{color:#3296fa;cursor:pointer;margin-left:10px}.k_video_line_show .video_name[data-v-fcead592]{margin-left:5px;line-height:20px}.video-item[data-v-4a3ad734]{width:139px}.video-item .describe[data-v-4a3ad734]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:70px;padding:0 10px}.video-item .describe .title[data-v-4a3ad734]{font-size:12px;color:#333;margin-top:5px}.video-item .describe .num[data-v-4a3ad734]{font-size:10px;color:#909399;margin-bottom:5px}.video-item .el-card.is-hover-shadow[data-v-4a3ad734]:hover{-webkit-box-shadow:0 0 10px 0 #a9a6a6;box-shadow:0 0 10px 0 #a9a6a6}.video-item[data-v-4a3ad734] :hover{cursor:pointer}.video-nav{overflow-x:hidden}.video-nav,.video-nav-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video-nav-left{padding:10px;background-color:#e6eaec;border-radius:18px;cursor:pointer}.video-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px}.video-nav-list .video-item{margin-right:10px}.video-help[data-v-5994622f]{background-color:#f6f6f6;padding:10px;margin-top:10px;border-radius:8px}.video-help-title[data-v-5994622f]{font-size:14px;font-weight:700}.k-task-layout{overflow:hidden;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.k-task-layout__title{font-size:16px}.k-task-layout__subtitle,.k-task-layout__title{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;height:50px;padding:0 15px;color:#333;border-bottom:1px solid #eee;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:50px}.k-task-layout__subtitle{font-size:14px}.k-task-layout__tip{margin-top:-1px;padding:0 15px;font-size:14px;border-bottom:1px solid #eee;background-color:#fff}.k-task-layout__top{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;padding:0 15px;line-height:50px;-webkit-box-sizing:border-box;box-sizing:border-box}.k-task-layout__content{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;position:relative;overflow:hidden}.k-task-layout__bottom{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;height:50px;line-height:50px;-webkit-box-sizing:border-box;box-sizing:border-box}.k-task-start-container{width:100%;height:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.k-task-start{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow-y:scroll;padding:0 15px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.k-task__group{height:34px;line-height:34px;position:sticky;top:0;font-size:12px;font-weight:700;color:#111;background-color:#fff;z-index:1}.k-task__group,.k-task__group-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.k-task__group-icon{width:32px;height:32px;margin:0 11px 0 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px}.k-task__grid{min-height:70px;height:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-row-gap:15px;grid-column-gap:15px;padding:5px 0 10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.k-task__grid--item{border:1px solid #dcdfe6;border-radius:4px;cursor:pointer;height:70px;padding:16px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.k-task__grid--item,.k-task__grid--item .definition-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.k-task__grid--item .definition-icon{width:32px;height:32px;background-color:#3296fa;border-radius:4px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;margin-right:10px}.k-task__grid--item .definition-name{font-size:14px;color:#333;-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.k-task__grid--item .definition-name>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.k-task__grid--item .definition-new{width:8px;height:8px;background-color:#3296fa;right:10px;position:absolute;top:50%;margin-top:-4px;border-radius:4px}.k-task__grid--item:hover{cursor:pointer;-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-transition:-webkit-transform .25s cubic-bezier(.165,.84,.44,1);transition:-webkit-transform .25s cubic-bezier(.165,.84,.44,1);transition:transform .25s cubic-bezier(.165,.84,.44,1);transition:transform .25s cubic-bezier(.165,.84,.44,1),-webkit-transform .25s cubic-bezier(.165,.84,.44,1);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.13);box-shadow:0 4px 8px rgba(0,0,0,.13)}.k-task-list-table .k-table__container::-webkit-scrollbar{width:12px;height:12px}.k-task-list-table .k-table__container::-webkit-scrollbar-thumb{border-radius:12px;border-style:dashed;border-color:transparent;border-width:3px;background-color:rgba(144,147,153,.7);background-clip:padding-box;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px}.k-task-list-table .k-table__container::-webkit-scrollbar-thumb:hover{background-color:rgba(144,147,153,.85);background-clip:border-box}.k-task-list-table{height:100%;-ms-flex-flow:nowrap column;font-size:14px}.k-task-list-table,.k-task-list-table__cell{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;overflow:hidden}.k-task-list-table__cell{position:relative;-ms-flex-flow:column nowrap;padding:10px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.k-task-list-table__cell--avatar{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.k-task-list-table__cell .task-name,.k-task-list-table__cell .task-time,.k-task-list-table__cell .task-title{height:22px;line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#222;font-size:12px;max-width:100%}.k-task-list-table__cell .task-title{font-size:14px;color:#303133}.k-task-list-table__cell .task-summary{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:22px;line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#222;font-size:14px;max-width:100%}.k-task-list-table__cell .task-urge{position:absolute;top:0;right:0}.k-task-list-table__cell .task-urge img{width:29px}.k-task-list-table__cell .task-progress{font-size:14px;height:22px;line-height:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#222}.k-task-list-table__cell .task-progress .svg-icon{margin-right:5px}.k-task-list-table__cell .task-progress-time{font-size:14px;height:22px;line-height:22px;color:#222}.k-task-list-table__cell__unread{width:8px;height:8px;display:block;border-radius:50%;background-color:#ff4e4f;position:absolute;left:7px;top:20px}.k-task-list-table em{color:red}.k-loading .loading-mask{top:0}.k-task-fast-search{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.k-task-fast-search-item{height:32px;min-width:60px;border-radius:16px;background-color:#f0f0f0;padding:0 10px;color:#666;font-size:12px;margin-right:16px;line-height:32px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-task-fast-search-item.is-active{background-color:#3296fa;color:#fff}.k-try-version.el-dialog .el-dialog__header{border:0}.k-try-version{height:280px}.k-try-version .version-limit-dialog{height:204px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.k-try-version .version-limit-dialog-context{margin-left:204px}.k-try-version .version-limit-dialog-context_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;font-size:16px;line-height:24px;color:#272e3b}.k-try-version .version-limit-dialog-context_title svg{margin-right:5px;fill:none}.k-try-version .version-limit-dialog-context p{font-weight:400;font-size:14px;line-height:21px;color:#6b7785;margin:13px 0}.k-try-version .version-limit-dialog-context button{position:absolute;bottom:30px}.k-try-version .version-limit-dialog img{position:absolute;top:0;left:0}