.dashboard-child{overflow:hidden;position:absolute}.dashboard-child .dashboard-child-wrapper{position:relative;width:100%;height:100%}.dashboard-child .dashboard-child-inner{position:absolute;top:0;right:0;bottom:0;left:0}.dashboard-child .dashboard-image,.dashboard-child .dashboard-text{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard-child .child-index{display:none;position:absolute;left:50%;top:50%;-webkit-transform:translate(-30px,-30px);transform:translate(-30px,-30px);width:60px;height:60px;border:5px solid #1890ff;background:rgba(24,144,255,.5);font-size:32px;font-weight:700;text-align:center;line-height:50px;color:#fff;z-index:999;border-radius:30px}.dashboard-child .active-mask{display:none;position:absolute;z-index:999;width:100%;height:100%;border:5px solid #1890ff;pointer-events:none;-webkit-animation:fade .3s 3;animation:fade .3s 3;padding:6px;background:rgba(24,144,255,.2)}.dashboard-child .active-mask .active-index{width:60px;height:60px;border:5px solid #1890ff;background:rgba(24,144,255,.5);font-size:32px;font-weight:700;text-align:center;line-height:50px;color:#fff;border-radius:30px}.dashboard-child.active .active-mask{display:block}