:root{--van-pull-refresh-head-height:50px;--van-pull-refresh-head-font-size:var(--van-font-size-md);--van-pull-refresh-head-text-color:var(--van-text-color-2);--van-pull-refresh-loading-icon-size:16px}.van-pull-refresh{overflow:hidden}.van-pull-refresh__track{position:relative;height:100%;transition-property:transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--van-pull-refresh-head-height);overflow:hidden;color:var(--van-pull-refresh-head-text-color);font-size:var(--van-pull-refresh-head-font-size);line-height:var(--van-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.van-pull-refresh__loading .van-loading__spinner{width:var(--van-pull-refresh-loading-icon-size);height:var(--van-pull-refresh-loading-icon-size)}:root{--van-index-bar-sidebar-z-index:2;--van-index-bar-index-font-size:var(--van-font-size-xs);--van-index-bar-index-line-height:var(--van-line-height-xs);--van-index-bar-index-active-color:var(--van-danger-color)}.van-index-bar__sidebar{position:fixed;top:50%;right:0;z-index:var(--van-index-bar-sidebar-z-index);display:flex;flex-direction:column;text-align:center;transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.van-index-bar__index{padding:0 var(--van-padding-xs) 0 var(--van-padding-md);font-weight:var(--van-font-weight-bold);font-size:var(--van-index-bar-index-font-size);line-height:var(--van-index-bar-index-line-height)}.van-index-bar__index--active{color:var(--van-index-bar-index-active-color)}:root{--van-index-anchor-z-index:1;--van-index-anchor-padding:0 var(--van-padding-md);--van-index-anchor-text-color:var(--van-text-color);--van-index-anchor-font-weight:var(--van-font-weight-bold);--van-index-anchor-font-size:var(--van-font-size-md);--van-index-anchor-line-height:32px;--van-index-anchor-background-color:transparent;--van-index-anchor-sticky-text-color:var(--van-danger-color);--van-index-anchor-sticky-background-color:var(--van-background-color-light)}.van-index-anchor{z-index:var(--van-index-anchor-z-index);box-sizing:border-box;padding:var(--van-index-anchor-padding);color:var(--van-index-anchor-text-color);font-weight:var(--van-index-anchor-font-weight);font-size:var(--van-index-anchor-font-size);line-height:var(--van-index-anchor-line-height);background:var(--van-index-anchor-background-color)}.van-index-anchor--sticky{position:fixed;top:0;right:0;left:0;color:var(--van-index-anchor-sticky-text-color);background:var(--van-index-anchor-sticky-background-color)}:root{--van-sticky-z-index:99}.van-sticky--fixed{position:fixed;z-index:var(--van-sticky-z-index)}:root{--van-search-padding:10px var(--van-padding-sm);--van-search-background-color:var(--van-background-color-light);--van-search-content-background-color:var(--van-gray-1);--van-search-input-height:34px;--van-search-label-padding:0 5px;--van-search-label-color:var(--van-text-color);--van-search-label-font-size:var(--van-font-size-md);--van-search-left-icon-color:var(--van-gray-6);--van-search-action-padding:0 var(--van-padding-xs);--van-search-action-text-color:var(--van-text-color);--van-search-action-font-size:var(--van-font-size-md)}.van-search{display:flex;align-items:center;box-sizing:border-box;padding:var(--van-search-padding);background:var(--van-search-background-color)}.van-search__content{display:flex;flex:1;padding-left:var(--van-padding-sm);background:var(--van-search-content-background-color);border-radius:var(--van-border-radius-sm)}.van-search__content--round{border-radius:var(--van-border-radius-max)}.van-search__label{padding:var(--van-search-label-padding);color:var(--van-search-label-color);font-size:var(--van-search-label-font-size);line-height:var(--van-search-input-height)}.van-search__field{flex:1;align-items:center;padding:0 var(--van-padding-xs) 0 0;height:var(--van-search-input-height);background-color:transparent}.van-search__field .van-field__left-icon{color:var(--van-search-left-icon-color)}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:var(--van-search-action-padding);color:var(--van-search-action-text-color);font-size:var(--van-search-action-font-size);line-height:var(--van-search-input-height);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.van-search__action:active{background-color:var(--van-active-color)}:root{--van-cell-group-background-color:var(--van-background-color-light);--van-cell-group-title-color:var(--van-text-color-2);--van-cell-group-title-padding:var(--van-padding-md) var(--van-padding-md) var(--van-padding-xs);--van-cell-group-title-font-size:var(--van-font-size-md);--van-cell-group-title-line-height:16px;--van-cell-group-inset-padding:0 var(--van-padding-md);--van-cell-group-inset-border-radius:var(--van-border-radius-lg);--van-cell-group-inset-title-padding:var(--van-padding-md) var(--van-padding-md) var(--van-padding-xs) var(--van-padding-xl)}.van-cell-group{background:var(--van-cell-group-background-color)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-border-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}#id_form_searchUser #id_div_avatar[data-v-6db91702],#id_form_searchUser[data-v-6db91702]{display:flex;flex-direction:column;align-items:center;justify-content:center}#id_form_searchUser #id_div_avatar[data-v-6db91702]{margin-top:25px;margin-bottom:15px;width:60px;height:60px;background-color:#36659b;border-radius:30px;background-size:cover}#id_form_searchUser #id_div_avatar #id_nameFirst[data-v-6db91702]{font-size:30px;color:#d3d3d3}#id_table[data-v-e0d8066e]{overflow-x:hidden;overflow-y:scroll}#id_table .cls_cellCont[data-v-e0d8066e]{width:100%;height:60px;display:flex;align-items:center;justify-content:center}#id_table .cls_cellCont .cls_cellMain[data-v-e0d8066e]{display:flex;align-items:center;justify-content:flex-start;width:62%;margin-right:10px;margin-left:15px}#id_table .cls_cellCont .cls_cellMain .cls_cellAvatar[data-v-e0d8066e]{margin-right:10px;margin-left:15px;border-radius:20px;overflow:hidden}#id_table .cls_cellCont .cls_cellMain .cls_cellAvatar .cls_cellAvatarImg[data-v-e0d8066e]{width:40px;height:40px}#id_table .cls_cellCont .cls_cellMain .cls_cellTitle[data-v-e0d8066e]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}#id_table .cls_cellCont .cls_cellMain .cls_cellTitle .cls_cellName[data-v-e0d8066e]{font-weight:650;font-size:18px}#id_table .cls_cellCont .cls_cellMain .cls_cellTitle .cls_cellMobile[data-v-e0d8066e]{font-weight:500;font-size:14px}#id_table .cls_cellCont .cls_cellOpr[data-v-e0d8066e]{padding-right:15px;display:flex;align-items:center;justify-content:space-between;width:38%}#id_table .cls_cellCont .cls_cellOpr .cls_btnSmall[data-v-e0d8066e]{width:auto;font-size:12px}#id_table_GroupAddMod[data-v-75cbbc36]{overflow-x:hidden;overflow-y:scroll;height:40vh}#id_table_GroupAddMod .cls_cellCont .cls_cellCont_teamate[data-v-75cbbc36]{width:100%;height:28px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-left:30px}#id_table_GroupAddMod .cls_cellCont .cls_cellCont_teamate .cls_cellAvatar[data-v-75cbbc36]{margin-right:10px;margin-left:5px;border-radius:15px;overflow:hidden;width:30px;height:30px;background-size:cover;background-color:#36659b;display:flex;flex-direction:column;align-items:center;justify-content:center}#id_table_GroupAddMod .cls_cellCont .cls_cellCont_teamate .cls_cellAvatar .cls_nameFirst[data-v-75cbbc36]{font-size:17px;color:#d3d3d3}#id_table_GroupAddMod .cls_cellCont .cls_cellCont_teamate .cls_cellTitle[data-v-75cbbc36]{width:50%;text-align:left}.cls_nodata_cell[data-v-75cbbc36]{height:60px;color:grey;display:flex;flex-direction:column;align-items:center;justify-content:center}#id_remove_group[data-v-75cbbc36]{color:#a9a9a9;text-align:center;font-size:14px;width:100%;text-decoration:underline;margin-top:15px;margin-bottom:15px}:root{--van-divider-margin:var(--van-padding-md) 0;--van-divider-text-color:var(--van-text-color-2);--van-divider-font-size:var(--van-font-size-md);--van-divider-line-height:24px;--van-divider-border-color:var(--van-border-color);--van-divider-content-padding:var(--van-padding-md);--van-divider-content-left-width:10%;--van-divider-content-right-width:10%}.van-divider{display:flex;align-items:center;margin:var(--van-divider-margin);color:var(--van-divider-text-color);font-size:var(--van-divider-font-size);line-height:var(--van-divider-line-height);border-color:var(--van-divider-border-color);border-style:solid;border-width:0}.van-divider:after,.van-divider:before{display:block;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:var(--van-border-width-base) 0 0}.van-divider:before{content:""}.van-divider--hairline:after,.van-divider--hairline:before{transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center:before,.van-divider--content-left:before,.van-divider--content-right:before{margin-right:var(--van-divider-content-padding)}.van-divider--content-center:after,.van-divider--content-left:after,.van-divider--content-right:after{margin-left:var(--van-divider-content-padding);content:""}.van-divider--content-left:before{max-width:var(--van-divider-content-left-width)}.van-divider--content-right:after{max-width:var(--van-divider-content-right-width)}.cls_cell_task[data-v-4aa4d1e6]{width:92vw;height:auto;max-height:25vh;padding-top:18px;padding-bottom:8px;margin-top:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 5px #7c7c7c;border-radius:8px}.cls_cell_task .cls_cellTask_topCont[data-v-4aa4d1e6]{width:90%;height:14px;margin-bottom:5px;display:flex;flex-direction:row;justify-content:space-between}.cls_cell_task .cls_cellTask_topCont .cls_cellTaskTopCont_left[data-v-4aa4d1e6]{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:15px;color:#525252;font-weight:400}.cls_cell_task .cls_cellTask_topCont .cls_cellTaskTopCont_left .cls_cellTaskTopContLeft_time[data-v-4aa4d1e6]{border-radius:5px;padding:2px 7px}.cls_cell_task .cls_cellTask_topCont .cls_cell_class[data-v-4aa4d1e6]{display:flex;flex-direction:row;justify-content:center;align-items:center}.cls_cell_task .cls_cellTask_line[data-v-4aa4d1e6]{width:90%;height:.8px;background-color:#c5c5c5;color:#525252}.cls_cell_task .cls_cellTask_title[data-v-4aa4d1e6]{margin-top:6px;margin-bottom:8px;margin-left:9px;margin-right:9px;font-size:19px;font-weight:600;text-align:center}.cls_cell_task .cls_cellTask_title .cls_cellTask_title1[data-v-4aa4d1e6]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}.cls_cell_task .cls_cellTask_title .cls_cellTask_title2Cont[data-v-4aa4d1e6]{height:0}.cls_cell_task .cls_cellTask_title .cls_cellTask_title2Cont .cls_cellTask_title2[data-v-4aa4d1e6]{font-size:14px;width:60vw;color:grey;font-weight:400;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}.cls_cell_task .cls_cellTask_bottomCont[data-v-4aa4d1e6]{width:90%;font-size:14px;display:flex;flex-direction:row;justify-content:space-between;min-height:13px}.cls_cell_task .cls_cellTask_bottomCont .cls_cellTaskBottom_repeatModeCont[data-v-4aa4d1e6]{width:auto;height:25px}.cls_cell_task .cls_cellTask_bottomCont .cls_cellTaskBottom_repeatModeCont .cls_cellTaskBottom_repeatMode[data-v-4aa4d1e6]{width:auto;height:auto;padding:0 2px;border-radius:5px;background-color:rgba(214,108,38,.2);display:flex;flex-direction:row;justify-content:center;align-items:center}.cls_cell_task .cls_cellTask_bottomCont .cls_cooperate_group[data-v-4aa4d1e6],.cls_cell_task .cls_cellTask_bottomCont .cls_cooperate_people[data-v-4aa4d1e6]{width:34px;height:25px;border-radius:17px;display:flex;flex-direction:row;justify-content:center;align-items:center}.cls_main[data-v-ed791b7e]{display:flex;flex-direction:column;align-items:center;background-color:#f0f0f0}.cls_main .cls_cell_teamate[data-v-ed791b7e]{display:flex;flex-direction:row;justify-content:space-between;width:95%;padding-top:15px;padding-bottom:15px;padding-left:30px;padding-right:30px;background-color:#fff}.cls_main .cls_cell_teamate .cls_cellTeamate_left[data-v-ed791b7e]{display:flex;flex-direction:row}.cls_main .cls_cell_teamate .cls_cellTeamate_left .cls_cellAvatar[data-v-ed791b7e]{margin-right:10px;margin-left:10px;border-radius:22px;overflow:hidden;width:44px;height:44px;background-size:cover;background-color:#36659b;display:flex;flex-direction:column;align-items:center;justify-content:center}.cls_main .cls_cell_teamate .cls_cellTeamate_left .cls_cellAvatar .cls_nameFirst[data-v-ed791b7e]{font-size:24px;color:#d3d3d3}.cls_main .cls_cell_teamate .cls_cellTeamate_left .cls_cellTitle[data-v-ed791b7e]{display:flex;flex-direction:column;justify-content:flex-start}.cls_main .cls_cell_teamate .cls_cellTeamate_left .cls_cellTitle .cls_cellName[data-v-ed791b7e]{font-weight:500;font-size:18px}.cls_main .cls_cell_teamate .cls_cellTeamate_left .cls_cellTitle .cls_cellMobile[data-v-ed791b7e]{font-size:14px;color:grey}.cls_main .cls_cont_vanList[data-v-ed791b7e]{display:flex;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:scroll;width:100%;height:62vh}.cls_main[data-v-543ab422]{display:flex;flex-direction:column;align-items:center;background-color:#f0f0f0}.cls_main .cls_cell_teamate[data-v-543ab422]{display:flex;flex-direction:row;justify-content:space-between;width:95%;padding-top:15px;padding-bottom:15px;padding-left:30px;padding-right:30px;background-color:#fff}.cls_main .cls_cell_teamate .cls_cellTeamate_left[data-v-543ab422]{display:flex;flex-direction:row}.cls_main .cls_cell_teamate .cls_cellTeamate_left .cls_cellAvatar[data-v-543ab422]{margin-right:10px;margin-left:10px;border-radius:22px;overflow:hidden;width:44px;height:44px;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center}.cls_main .cls_cell_teamate .cls_cellTeamate_left .cls_cellAvatar .cls_nameFirst[data-v-543ab422]{font-size:24px;color:#d3d3d3}.cls_main .cls_cell_teamate .cls_cellTeamate_left .cls_cellTitle[data-v-543ab422]{display:flex;flex-direction:row;align-items:center;justify-content:center}.cls_main .cls_cell_teamate .cls_cellTeamate_left .cls_cellTitle .cls_cellName[data-v-543ab422]{font-weight:500;font-size:18px}.cls_main .cls_cont_vanList[data-v-543ab422]{display:flex;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:scroll;width:100%;height:62vh}#id_cont_team[data-v-4420fbd8]{height:100vh;background-color:#fff;text-align:left;overflow:hidden}#id_cont_team #id_list_main[data-v-4420fbd8]{background-color:#f0f0f0;overflow-y:scroll}#id_cont_team .cls_cell_group[data-v-4420fbd8]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:40px;margin-left:8px}#id_cont_team .cls_cell_group .cls_cellGroup_left[data-v-4420fbd8]{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}#id_cont_team .cls_cell_group .cls_cellGroup_left .cls_cellGroup_name[data-v-4420fbd8]{height:40px;font-size:18px;margin-left:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}#id_cont_team .cls_cell_group .cls_cellGroup_r[data-v-4420fbd8]{color:grey;font-size:14px}#id_cont_team #id_btn_addGrp[data-v-4420fbd8]{position:absolute;right:12px;top:-25px;color:grey}#id_cont_team #id_grp_teamate .cls_cell_teamate[data-v-4420fbd8]{display:flex;flex-direction:row}#id_cont_team #id_grp_teamate .cls_cell_teamate .cls_cellAvatar[data-v-4420fbd8]{margin-right:10px;margin-left:5px;border-radius:22px;overflow:hidden;width:44px;height:44px;background-size:cover;background-color:#36659b;display:flex;flex-direction:column;align-items:center;justify-content:center}#id_cont_team #id_grp_teamate .cls_cell_teamate .cls_cellAvatar .cls_nameFirst[data-v-4420fbd8]{font-size:24px;color:#d3d3d3}#id_cont_team #id_grp_teamate .cls_cell_teamate .cls_cellTitle[data-v-4420fbd8]{display:flex;flex-direction:column;justify-content:flex-start}#id_cont_team #id_grp_teamate .cls_cell_teamate .cls_cellTitle .cls_cellName[data-v-4420fbd8]{font-weight:500;font-size:18px}#id_cont_team #id_grp_teamate .cls_cell_teamate .cls_cellTitle .cls_cellMobile[data-v-4420fbd8]{font-size:14px;color:grey}#id_cont_team .cls_nodata_cell[data-v-4420fbd8]{height:60px;color:grey;display:flex;flex-direction:column;align-items:center;justify-content:center}