@charset "UTF-8";@-webkit-keyframes PhotoView__rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes PhotoView__rotate{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes PhotoView__rotate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes PhotoView__delayShow{0%,50%{opacity:0}to{opacity:1}}@-moz-keyframes PhotoView__delayShow{0%,50%{opacity:0}to{opacity:1}}@keyframes PhotoView__delayShow{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{-webkit-animation:PhotoView__delayShow .4s linear both;-moz-animation:PhotoView__delayShow .4s linear both;animation:PhotoView__delayShow .4s linear both}.PhotoView__Spinner svg{-webkit-animation:PhotoView__rotate .6s linear infinite;-moz-animation:PhotoView__rotate .6s linear infinite;animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;will-change:transform}.PhotoView__Photo:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}@-webkit-keyframes PhotoView__animateIn{0%{opacity:.4;-webkit-transform:scale(.2);transform:scale(.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes PhotoView__animateIn{0%{opacity:.4;-moz-transform:scale(.2);transform:scale(.2)}to{opacity:1;-moz-transform:scale(1);transform:scale(1)}}@keyframes PhotoView__animateIn{0%{opacity:.4;-webkit-transform:scale(.2);-moz-transform:scale(.2);transform:scale(.2)}to{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@-webkit-keyframes PhotoView__animateOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.2);transform:scale(.2)}}@-moz-keyframes PhotoView__animateOut{0%{opacity:1;-moz-transform:scale(1);transform:scale(1)}to{opacity:0;-moz-transform:scale(.2);transform:scale(.2)}}@keyframes PhotoView__animateOut{0%{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.2);-moz-transform:scale(.2);transform:scale(.2)}}.PhotoView__animateIn{-webkit-animation:PhotoView__animateIn .4s cubic-bezier(.25,.8,.25,1) both;-moz-animation:PhotoView__animateIn .4s cubic-bezier(.25,.8,.25,1) both;animation:PhotoView__animateIn .4s cubic-bezier(.25,.8,.25,1) both;opacity:.4}.PhotoView__animateOut{-webkit-animation:PhotoView__animateOut .4s cubic-bezier(.25,.8,.25,1) both;-moz-animation:PhotoView__animateOut .4s cubic-bezier(.25,.8,.25,1) both;animation:PhotoView__animateOut .4s cubic-bezier(.25,.8,.25,1) both;opacity:1}.PhotoView__PhotoWrap{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:10}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center}.PhotoView__PhotoMask{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.PhotoView-SlideWrap{height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:2000}@-webkit-keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}@-moz-keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowLeft,.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowRight,.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__BannerWrap,.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__FooterWrap{opacity:0}.PhotoView-PhotoSlider__willClose .PhotoView-PhotoSlider__BannerWrap:hover{opacity:0}.PhotoView-PhotoSlider__Backdrop{background:rgba(0,0,0,.6);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.PhotoView-PhotoSlider__fadeIn{-webkit-animation:PhotoView__fade .4s linear both;-moz-animation:PhotoView__fade .4s linear both;animation:PhotoView__fade .4s linear both;opacity:0}.PhotoView-PhotoSlider__fadeOut{animation:PhotoView__fade .4s linear reverse both;opacity:0}.PhotoView-PhotoSlider__BannerWrap{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5);color:#fff;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-PhotoSlider__BannerWrap:hover{opacity:1}.PhotoView-PhotoSlider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-PhotoSlider__BannerRight{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.PhotoView-PhotoSlider__toolbarIcon{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.PhotoView-PhotoSlider__toolbarIcon:hover{opacity:1}.PhotoView-PhotoSlider__ArrowLeft,.PhotoView-PhotoSlider__ArrowRight{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;cursor:pointer;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-PhotoSlider__ArrowLeft:hover,.PhotoView-PhotoSlider__ArrowRight:hover{opacity:1}.PhotoView-PhotoSlider__ArrowLeft svg,.PhotoView-PhotoSlider__ArrowRight svg{fill:#fff;background:rgba(0,0,0,.3);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-PhotoSlider__ArrowLeft{left:0}.PhotoView-PhotoSlider__ArrowRight{right:0}.PhotoView-PhotoSlider__FooterWrap{background-color:rgba(0,0,0,.5);bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#ccc;font-size:14px;left:0;line-height:1.5;min-height:44px;padding:10px;position:absolute;text-align:justify;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:100%;z-index:20}.yida-m-image-viewer .PhotoView-PhotoSlider__BannerWrap{background-color:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:4px 4px 0}.yida-m-image-viewer .PhotoView-PhotoSlider__Counter{background-color:rgba(0,0,0,.6);border-radius:4px;color:#f5f2f0;opacity:1;padding:10px}.yida-m-image-viewer .PhotoView-PhotoSlider__BannerRight{background-color:rgba(0,0,0,.6);border-radius:4px}.yida-m-image-viewer .viewer-img{background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yida-m-image-viewer .svg-icon{fill:currentColor}.yida-m-image-viewer .next-icon{margin-top:-2px}.yida-m-image-viewer .viewer-actions{background-color:rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.6);border-radius:20px;bottom:60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);z-index:20}.yida-m-image-viewer .viewer-actions .actions{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.yida-m-image-viewer .viewer-actions .action{cursor:pointer;padding:7px 0}.yida-m-image-viewer .viewer-actions .action:hover{background-color:hsla(0,0%,100%,.4)}.yida-m-image-viewer .viewer-actions .action:first-child{border-bottom-left-radius:20px;border-top-left-radius:20px}.yida-m-image-viewer .viewer-actions .action:first-child .action-content{border-left-width:0}.yida-m-image-viewer .viewer-actions .action:last-child{border-bottom-right-radius:20px;border-top-right-radius:20px}.yida-m-image-viewer .viewer-actions .action-content{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid hsla(0,0%,100%,.6);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:24px;padding:0 14px}.yida-m-image-viewer .viewer-actions--mobile{bottom:48px;color:#fff;position:absolute;right:4.267vw;z-index:20}.yida-m-image-viewer .viewer-actions--mobile .actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.yida-m-image-viewer .viewer-actions--mobile .action,.yida-m-image-viewer .viewer-actions--mobile .actions{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center}.yida-m-image-viewer .viewer-actions--mobile .action{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,60%,.4);border-radius:50%;font-size:18px;height:40px;margin-top:32px;width:40px}.yida-m-image-viewer--photo{overflow:hidden;position:relative}.yida-m-image-viewer--photo .svg-icon{fill:currentColor}.yida-m-image-viewer--photo .photo-item{height:100%;position:relative;-webkit-transition:-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:-webkit-transform .3s cubic-bezier(.23,1,.32,1);-o-transition:transform .3s cubic-bezier(.23,1,.32,1);-moz-transition:transform .3s cubic-bezier(.23,1,.32,1),-moz-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1),-moz-transform .3s cubic-bezier(.23,1,.32,1);width:100%}.yida-m-image-viewer--photo .photo-item>img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.yida-m-image-viewer--photo .photo-before{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(51,51,51,.6);border-radius:16px 16px;color:#fff;cursor:pointer;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;font-size:16px;height:32px;justify-content:center;left:50%;margin:-16px 0 0 -16px;opacity:0;position:absolute;top:50%;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2);-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;-moz-transition-property:transform,opacity,-moz-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform,-moz-transform;-webkit-transition-timing-function:cubic-bezier(.23,1,.32,1);-moz-transition-timing-function:cubic-bezier(.23,1,.32,1);-o-transition-timing-function:cubic-bezier(.23,1,.32,1);transition-timing-function:cubic-bezier(.23,1,.32,1);width:32px;z-index:2}.yida-m-image-viewer--photo:after{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background-color;-o-transition-property:background-color;-moz-transition-property:background-color;transition-property:background-color;-webkit-transition-timing-function:cubic-bezier(.23,1,.32,1);-moz-transition-timing-function:cubic-bezier(.23,1,.32,1);-o-transition-timing-function:cubic-bezier(.23,1,.32,1);transition-timing-function:cubic-bezier(.23,1,.32,1);width:100%;z-index:1}.yida-m-image-viewer--photo:hover .photo-item{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.yida-m-image-viewer--photo:hover .photo-before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.yida-m-image-viewer--photo:hover:after{background-color:rgba(0,0,0,.1)}.re-schema-empty{background:#fafafa;border:1px dashed #ccc;left:50%;margin-left:-68px;margin-top:-24px;padding:10px 20px;position:fixed;top:50%;width:136px}.re-schema-empty-icon{height:26px;margin-top:-1px;vertical-align:middle;width:26px}.re-schema-empty-content{color:#999;font-size:14px;padding-left:10px}.re-page-unmatched{background:url(https://img.alicdn.com/tps/TB1EbGMNFXXXXb9XVXXXXXXXXXX-316-128.png) 50% no-repeat;background-image:url(https://img.alicdn.com/tps/TB1XhCzNFXXXXcIaXXXXXXXXXXX-315-128.svg),none;background-size:contain;height:128px;left:50%;margin-left:-64px;margin-top:-64px;position:fixed;top:50%;width:128px}.check-guide-dialog{line-height:1.5;width:350px}.group-guide-dialog-pc{height:-webkit-calc(100vh - 80px);height:-moz-calc(100vh - 80px);height:calc(100vh - 80px);width:640px}.group-guide-dialog-pc .next-dialog-header{border-bottom:none}.group-guide-dialog-pc .next-dialog-footer{border-top:none;position:relative}.group-guide-dialog-pc .next-dialog-body{padding:0 20px!important}.group-guide-dialog-pc .group-guide-pc{font-size:0;height:-webkit-calc(100vh - 191px);height:-moz-calc(100vh - 191px);height:calc(100vh - 191px);overflow-y:auto}.group-guide-dialog-pc .group-guide-pc img{width:100%}.group-guide-dialog-pc .group-guide-check{left:26px;position:absolute;top:24px}.group-guide-dialog-mobile{width:100vw}.group-guide-dialog-mobile .mt-dialog-container{padding:0}.group-guide-dialog-mobile .mt-dialog-container .mt-dialog-header{border-bottom:1px solid #e5e6e8;padding-left:0}.group-guide-dialog-mobile .mt-dialog-container .mt-dialog-header .mt-dialog-title{font-family:PingFangSC-Medium;font-size:16px;line-height:24px;margin-bottom:0;margin-top:0;padding:16px;text-align:left}.group-guide-dialog-mobile .mt-dialog-container .mt-dialog-inner-content{padding:0}.group-guide-dialog-mobile .mt-dialog-container .mt-dialog-inner-content .group-guide-mobile{font-size:0;overflow-y:auto;padding:16px 10px}.group-guide-dialog-mobile .mt-dialog-container .mt-dialog-inner-content .group-guide-mobile img{width:100%}.group-guide-dialog-mobile .mt-dialog-footer{border-top:1px solid #e5e6e8;height:60px;padding:10px 16px}.group-guide-dialog-mobile .mt-dialog-footer .guide-no-btn,.group-guide-dialog-mobile .mt-dialog-footer .guide-yes-btn{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.group-guide-dialog-mobile .mt-dialog-footer .guide-yes-btn{margin-left:16px}.free-group-guide-dialog-pc{width:640px}.free-group-guide-dialog-pc .next-dialog-body{padding:0!important}.free-group-guide-dialog-pc .free-group-guide-pc-img{height:280px;width:100%}.free-group-guide-dialog-pc .free-group-guide-pc-title{color:#171a1d;font-size:24px;margin:12px 0;padding:0 16px}.free-group-guide-dialog-pc .free-group-guide-pc-desc{line-height:1.6;padding:0 16px}.free-group-guide-dialog-pc .free-group-guide-pc-desc-line{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.free-group-guide-dialog-pc .free-group-guide-pc-desc-line-text{margin-left:6px}.free-group-guide-dialog-mobile .free-group-guide-mobile-img{height:137px;width:100%}.free-group-guide-dialog-mobile .free-group-guide-mobile-title{color:#171a1d;font-size:24px;margin:12px 0;padding:0 16px 0 0}.free-group-guide-dialog-mobile .free-group-guide-mobile-desc{line-height:1.6;padding:0 16px 0 0}.free-group-guide-dialog-mobile .free-group-guide-mobile-desc-line{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.free-group-guide-dialog-mobile .free-group-guide-mobile-desc-line-text{margin-left:6px}.business-window-mobile{border-radius:0;width:100vw}.business-window-mobile .mt-dialog-content{height:-webkit-calc(100vh - 110px - constant(safe-area-inset-bottom));height:-moz-calc(100vh - 110px - constant(safe-area-inset-bottom));height:calc(100vh - 110px - constant(safe-area-inset-bottom));height:-webkit-calc(100vh - 110px - env(safe-area-inset-bottom));height:-moz-calc(100vh - 110px - env(safe-area-inset-bottom));height:calc(100vh - 110px - env(safe-area-inset-bottom));max-height:none!important}.business-window-mobile .mt-dialog-inner-content{padding:0!important}.business-window-box{background-image:url(https://img.alicdn.com/imgextra/i1/O1CN01cU5ovW1GztfaCUqYZ_!!6000000000694-2-tps-38-38.png);background-repeat:repeat;font-size:0;position:relative;text-align:center}.business-window-title{height:72px;margin-top:38px}.business-window-desc{color:#0e161f;font-size:14px;font-weight:700;letter-spacing:1px;line-height:16px;margin-top:20px;opacity:.8}.windw-guide-custom{margin:20px auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.business-window-points{margin-top:36px;width:100%}.business-window-footer{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.business-window-checkbox{color:#171a1d;font-size:18px;font-weight:400;margin-bottom:30px;margin-top:5px}.business-window-checkbox .next-checkbox-input{opacity:1!important}.business-window-btns{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:space-between}.windw-guide-consult{margin-right:12px}.business-window-pc{border-top-left-radius:8px;border-top-right-radius:8px;max-width:450px}.business-window-pc .next-dialog-body{padding:0}.business-window-pc .business-window-box{border-radius:0}.business-window-pc .business-window-title{margin-top:30px;width:90%}.business-window-pc .business-window-desc{font-size:18px;letter-spacing:1.28px;line-height:20px;margin-top:40px}.business-window-pc .windw-guide-custom{margin-top:25px}.business-window-pc .business-window-points{margin-top:15px}.business-window-pc .business-window-footer{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:space-between}.business-window-pc .business-window-checkbox{margin:0}.business-window-pc .business-window-checkbox .next-checkbox-input{opacity:0!important}.business-window-pc .business-window-btns{-webkit-box-pack:end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.create-success-dialog{width:90vw}.create-success-dialog .mt-dialog-footer--centered{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.create-success-dialog .create-success-button{margin-bottom:12px;width:90%}.create-success-dialog .create-success-button-first{margin-top:12px}.create-success-dialog .create-success-info-wrapper{text-align:center}.create-success-dialog .create-success-icon{color:#0089ff;line-height:64px}.create-success-dialog .create-success-title{color:#111f2c;font-size:20px}.create-success-dialog .create-success-text{display:block;font-size:14px}.create-success-dialog .create-success-text-shallow{color:rgba(23,26,29,.4)}.create-success-dialog .create-success-image{width:100%}.contact-admin-dialog .mt-icon-help{display:none}.contact-admin-dialog .admin-list-wrapper{max-height:50vh;overflow:auto}.admin-list-item{line-height:35px}.next-yida-button-simple{background-color:transparent;border:none}.next-yida-button-simple>.next-icon{color:#878f95}.next-yida-button-simple:hover{background-color:#f1f2f3}.next-yida-button-simple:hover>.next-icon{color:#171a1d}.next-yida-button-simple:active{background-color:#e5e6e8}.next-yida-button-simple.disabled,.next-yida-button-simple[disabled]{background-color:transparent}.next-yida-button-simple.disabled>.next-icon,.next-yida-button-simple[disabled]>.next-icon{color:#cfd2d5}.next-btn.next-yida-button-iconOnly.iconOnly-small{padding:0;width:28px}.next-btn.next-yida-button-iconOnly.iconOnly-medium{padding:0;width:32px}.next-btn.next-yida-button-iconOnly.iconOnly-large{padding:0;width:36px}.next-yida-button-simple .next-icon-arrow-down{display:none}.next-yida-button-simple.next-yida-menu-button.alone i{margin-right:0!important}.m-header-actions{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.m-header-actions .action-icon{margin-right:4px}.m-header-actions .action-icon .next-yida-button-simple .next-icon-arrow-down{display:inline-block}.m-header-actions .actionBtnDisabled .action-icon>button>.next-icon{color:#cfd2d5;cursor:not-allowed!important}.m-header-actions .actionBtnHide{display:none}.m-header-actions .next-badge,.m-header-actions .next-badge .next-icon{color:#666}.m-header-actions .next-badge .next-badge-dot{right:0;top:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}.yida-header-actions_list .next-menu-item{border-radius:4px;margin:0 4px;min-width:150px;padding-left:6px!important;padding-right:6px!important}.yida-header-actions_list .next-menu-icon-arrow.next-icon:before{vertical-align:top}.yida-header-actions_list .action-item{margin-top:2px;text-align:left;vertical-align:top;width:100%}.yida-header-actions_list .action-item .next-icon{margin-right:6px}.yida-header-actions--share{margin-bottom:30px;width:500px!important}.yida-header-actions--share .next-input-group-addon.next-after{background-color:#fff;padding:0}.yida-header-actions--share_copy{color:#666;cursor:pointer;font-size:14px;line-height:30px;padding:0 16px}.yida-app-m-action-group{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.copyaction_disabled .next-icon{color:#cfd2d5}.copyaction_disabled:hover{background-color:transparent}.copyaction_disabled:hover .next-icon{color:#cfd2d5}.g-yida-add-body{padding-top:52px}.g-yida-add-header{background:#fff;border-bottom:1px solid #e8ebee;-webkit-box-shadow:0 0 3px -3px #e8ebee;box-shadow:0 0 3px -3px #e8ebee;color:#333;height:52px;left:0;position:fixed;right:0;top:0;z-index:9}.top-header_add{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0 24px}.top-header_add .header-title{font-size:18px;line-height:27px}.next-yida-default{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.next-yida-default.normal .top-img{height:200px;margin-bottom:4px;width:200px}.next-yida-default.normal .mid-text{margin-bottom:24px;text-align:center}.next-yida-default.normal .mid-text .main-text{color:#747677;font-size:18px;margin-bottom:8px}.next-yida-default.normal .mid-text .sub-text{color:#b9babb;font-size:14px}.next-yida-default.light .top-img{height:36px;margin-bottom:4px;width:36px}.next-yida-default.light .mid-text{margin-bottom:16px;text-align:center}.next-yida-default.light .mid-text .main-text{color:#b9babb;font-size:14px;margin-bottom:8px}.next-yida-default.light .mid-text .sub-text{color:#b9babb;font-size:12px}.next-yida-default .bottom-buttons .single-button{margin:0 4px}.next-yida-default .bottom-buttons .single-button:first-child{margin-left:0}.next-yida-default .bottom-buttons .single-button:last-child{margin-right:0}.base-info-actions{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.base-info-actions .base-info-actions-item{margin-left:8px}.base-info-actions .base-info-actions-active{background-color:#e5e6e8}.base-info-actions .base-info-actions-active .next-icon{color:#171a1d}.base-info-actions .base-info-actions-active:hover{background-color:#e5e6e8}.base-info-todo-and-agent-wrapper{width:400px}.base-info-todo-and-agent-wrapper.next-balloon{padding:16px}.base-info-todo-and-agent{text-align:left}.base-info-todo-and-agent-item{border-radius:6px;cursor:pointer;padding:12px 8px}.base-info-todo-and-agent-item:hover{background-color:#f1f2f3;color:#171a1d}.base-info-actions-todo-count{background:#ff5219;border-radius:8px;color:#fff;font-size:12px;height:16px;line-height:16px;margin-left:4px;min-width:16px;padding:0;text-align:center;white-space:nowrap;width:auto;z-index:10}.base-info-actions-todo-count-long{padding:0 4px}.task-content-wrapper-v4 .task-content-title{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:8px}.task-content-wrapper-v4 .task-content-title-task-center{color:#171a1d;font-size:16px;font-weight:500;line-height:28px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.task-content-wrapper-v4 .task-content-body{margin:0 -8px 8px;text-align:center}.task-content-wrapper-v4 .task-content-body .task-content-loading-img{height:36px;margin:12px 0;width:36px}.task-content-wrapper-v4 .task-content-body .task-content-body-empty{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;height:380px;justify-content:center}.task-content-wrapper-v4 .task-content-body .task-content-body-empty,.task-content-wrapper-v4 .task-content-body .task-content-item{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.task-content-wrapper-v4 .task-content-body .task-content-item{height:56px;text-align:left;width:100%}.task-content-wrapper-v4 .task-content-body .task-content-item:hover{background-color:#f1f2f3;border-radius:6px;cursor:pointer}.task-content-wrapper-v4 .task-content-body .task-content-item-avatar{border-radius:8px;height:40px;margin:0 16px 0 8px;width:40px}.task-content-wrapper-v4 .task-content-body .task-content-item-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.task-content-wrapper-v4 .task-content-body .task-content-item-info-title{color:#171a1d;display:block;font-size:14px;font-weight:500;margin-bottom:4px;overflow:hidden;text-align:left;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:100%}.task-content-wrapper-v4 .task-content-body .task-content-item-info-detail{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;overflow:hidden;width:100%}.task-content-wrapper-v4 .task-content-body .task-content-item-info-detail-originator{margin-right:16px}.task-content-wrapper-v4 .task-content-body .task-content-item-info-detail-time{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.yida-next-nav-base-info-custom{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.5}.yida-next-nav-base-info-custom,.yida-next-nav-base-info-custom .base-info-corp{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.yida-next-nav-base-info-custom .base-info-corp{border-radius:6px;cursor:pointer;height:32px;line-height:32px;padding:0 4px}.yida-next-nav-base-info-custom .base-info-corp:hover{background-color:#f1f2f3}.yida-next-nav-base-info-custom .base-info-corp .custom-corpName{font-size:14px;max-width:98px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.yida-next-nav-base-info-custom .base-info-user{border-radius:6px;cursor:pointer;margin-left:8px;padding:4px}.yida-next-nav-base-info-custom .base-info-user .custom-avatar{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik0zNzguNDEgODUwLjQ1MWMtMTMuOTE4IDAtMjcuNzk5LTUuMTU4LTM4LjM4LTE1LjUxMkwyMC45MiA1MjMuNTNjLTIxLjItMjAuNzA3LTIxLjItNTQuMjM0IDAtNzQuOTQxIDIxLjIwMS0yMC43MDggNTUuNTYyLTIwLjcwOCA3Ni43NjMgMGwyODAuNzI4IDI3My45MzkgNTQ3LjM0Ny01MzQuMDM1YzIxLjItMjAuNzA4IDU1LjU2MS0yMC43MDggNzYuNzYyIDAgMjEuMiAyMC42NyAyMS4yIDU0LjE5NiAwIDc0LjkwNEw0MTYuNzkyIDgzNC45MzljLTEwLjYyIDEwLjM1NC0yNC41IDE1LjUxMi0zOC4zODEgMTUuNTEyeiIgZmlsbD0iIzAwODlmZiIvPjwvc3ZnPg==);background-size:cover;border-radius:6px;display:inline-block;height:24px;overflow:hidden;vertical-align:top;width:24px}.yida-next-nav-base-info-custom .base-info-user:hover{background-color:#f1f2f3}.yida-next-nav-base-info-pop-corp{width:308px}.yida-next-nav-base-info-pop-corp.next-balloon{padding:16px}.yida-next-nav-base-info-pop-corp .base-info-pop-corp-title{font-size:16px;font-weight:500;line-height:22px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.yida-next-nav-base-info-pop-corp .base-info-corp-loading{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:auto;justify-content:center;margin-top:16px;min-height:64px}.yida-next-nav-base-info-pop-corp .base-info-corp-loading .base-info-corp-loading-img{height:36px;width:36px}.yida-next-nav-base-info-pop-corp .base-info-corp{height:auto;margin-top:16px;max-height:335px;overflow:auto}.yida-next-nav-base-info-pop-corp .base-info-corp .base-info-corp-item{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #fff;border-radius:6px;cursor:pointer;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:56px;margin-bottom:8px;padding:10px 12px}.yida-next-nav-base-info-pop-corp .base-info-corp .base-info-corp-item:hover{background-color:#f1f2f3;border-color:#f1f2f3}.yida-next-nav-base-info-pop-corp .base-info-corp .base-info-corp-item.active{background-color:#fff;border-color:#0089ff}.yida-next-nav-base-info-pop-corp .base-info-corp .base-info-corp-item.active .base-info-corp-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik0zNzguNDEgODUwLjQ1MWMtMTMuOTE4IDAtMjcuNzk5LTUuMTU4LTM4LjM4LTE1LjUxMkwyMC45MiA1MjMuNTNjLTIxLjItMjAuNzA3LTIxLjItNTQuMjM0IDAtNzQuOTQxIDIxLjIwMS0yMC43MDggNTUuNTYyLTIwLjcwOCA3Ni43NjMgMGwyODAuNzI4IDI3My45MzkgNTQ3LjM0Ny01MzQuMDM1YzIxLjItMjAuNzA4IDU1LjU2MS0yMC43MDggNzYuNzYyIDAgMjEuMiAyMC42NyAyMS4yIDU0LjE5NiAwIDc0LjkwNEw0MTYuNzkyIDgzNC45MzljLTEwLjYyIDEwLjM1NC0yNC41IDE1LjUxMi0zOC4zODEgMTUuNTEyeiIgZmlsbD0iIzAwODlmZiIvPjwvc3ZnPg==);background-size:cover}.yida-next-nav-base-info-pop-corp .base-info-corp .base-info-corp-item-logo{background-size:cover;border-radius:8px;height:36px;margin-right:12px;width:36px}.yida-next-nav-base-info-pop-corp .base-info-corp .base-info-corp-item-name{-webkit-box-flex:1;-moz-box-flex:1;color:rgba(0,0,0,.8);-ms-flex:1;flex:1;font-size:16px;height:22px;line-height:22px;margin-right:5px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.yida-next-nav-base-info-pop-corp .base-info-corp .base-info-corp-item-icon{height:16px;margin-right:8px;width:16px}.yida-next-nav-base-info-pop-user{padding:8px;width:240px}.yida-next-nav-base-info-pop-user .base-info-pop-user-avator{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;padding:8px 8px 12px}.yida-next-nav-base-info-pop-user .base-info-pop-user-avator .base-info-pop-userAvatar{background-size:cover;border-radius:10px;height:40px;margin-right:8px;width:40px}.yida-next-nav-base-info-pop-user .base-info-pop-user-avator .base-info-pop-userName{-webkit-box-flex:1;-moz-box-flex:1;color:#171a1d;-ms-flex:1;flex:1;font-size:16px;font-weight:500;line-height:24px;overflow:hidden}.yida-next-nav-base-info-pop-user .base-info-pop-user-menu{-webkit-box-shadow:none;box-shadow:none;padding:0}.yida-next-nav-base-info-pop-user .base-info-pop-user-menu .user-menu-icon{margin-right:8px}@media screen and (max-width:990px){.yida-next-nav-base-info-custom .base-info-corp .custom-corpName{width:40px}}#top-bg .light .site-right{display:none}.yida-next-nav-base-info-v4,.yida-next-nav-base-info-wrap{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.yida-next-nav-base-info-v4{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.yida-next-nav-base-info-v4 .base-info-split{border-right:1px solid #e5e6e8;height:16px;margin:0 8px}.saasenter-wrap{padding:8px;width:300px}.saasenter-wrap .saasenter-title{color:#fff;font-size:16px;font-weight:500;line-height:24px;margin-bottom:8px}.saasenter-wrap .saasenter-content{color:#fff;font-size:14px;font-weight:400;line-height:24px;margin-bottom:16px}.saasenter-wrap .saasenter-bottom{text-align:right}.saas-ver-tips div{line-height:24px}.saas-ver-tips .btn-jjdq{background-color:#ff5219;border-radius:4px;color:#fff;display:inline-block;font-size:12px;height:24px;margin-left:8px;text-align:center;width:72px}.saas-ver-img-cxsj{display:inline-block;height:16px;margin-right:8px;vertical-align:middle;width:16px}.vc-shell.empty-guide{background-color:#1f385899;color:#fff;height:56px;line-height:56px;text-align:center}.vc-shell .deep-shell-toggle-nav,.vc-shell .next-shell-aside.next-shell-navigation{-webkit-transition:none;-o-transition:none;-moz-transition:none;transition:none}.vc-shell-without-nav{min-height:100vh}.vc-shell .nav-menu-icon{margin-right:8px}.vc-shell .deep-shell.is-desktop .fusion-shell-main .fusion-shell-appbar{height:34px;line-height:34px;min-height:34px}.vc-shell .next-shell-sub-main{position:relative}.vc-shell .is-phone .deep-shell-action-tip svg,.vc-shell .is-tablet .deepLauncher .deep-shell-action-tip svg{position:absolute;right:14px;top:14px}.vc-shell .deep-shell .deep-shell-actions .DeepMyCollection .my-collect-text:hover{text-decoration:underline}.vc-shell .deep-shell .deep-shell-actions .DeepCollect .collect-action .next-icon-star-filling:before{color:#f9bd0f}.vc-shell .deep-shell.next-shell-brand .next-shell-main{background:transparent}.vc-shell .deep-shell .deep-shell-actions .actions-split-line{cursor:auto;margin-right:0}.vc-shell .deep-shell .deep-shell-actions .actions-split-line>.deep-shell-action-tip{background:#e5e5ea;cursor:auto;display:block;display:inline-block;font-size:0;height:16px;margin:18px 16px 18px 8px;min-width:auto;width:1px!important}.vc-shell .deep-shell .deep-shell-actions .action-nav-base-info{margin-right:0}.vc-shell .deep-shell .deep-shell-actions .action-nav-base-info .yida-next-nav-base-info-v4{height:52px;vertical-align:top}.vc-shell .deep-shell .deep-shell-actions .action-nav-base-info .next-icon{margin-left:0!important;margin-right:0!important}.vc-shell .deep-shell .deep-shell-actions .DeepPrint .print-action-in-dingtalk{border:1px solid rgba(17,31,44,.12);border-radius:16px;color:#111f2c!important;font-size:14px!important;padding:7px 16px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.vc-shell .deep-shell .deep-shell-actions .DeepPrint:hover .print-action-in-dingtalk{background-color:rgba(0,0,0,.08);border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.vc-shell .deep-shell .deep-shell-actions .DeepCopyLink .deep-shell-action-tip,.vc-shell .deep-shell .deep-shell-actions .DeepOpenInBrowser .deep-shell-action-tip{position:relative}.vc-shell .deep-shell .deep-shell-actions .DeepCopyLink .deep-shell-action-tip .next-icon,.vc-shell .deep-shell .deep-shell-actions .DeepOpenInBrowser .deep-shell-action-tip .next-icon{margin:0;opacity:1}.vc-shell .deep-shell .deep-shell-actions .DeepCopyLink .deep-shell-action-tip .next-icon:before,.vc-shell .deep-shell .deep-shell-actions .DeepOpenInBrowser .deep-shell-action-tip .next-icon:before{color:#111f2c;opacity:.99;width:32px}.vc-shell .deep-shell .deep-shell-actions .DeepCopyLink .deep-shell-action-tip:before,.vc-shell .deep-shell .deep-shell-actions .DeepOpenInBrowser .deep-shell-action-tip:before{border:1px solid rgba(17,31,44,.12);border-radius:50%;content:" ";display:inline-block;height:32px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:32px}.vc-shell .deep-shell .deep-shell-actions .DeepCopyLink .deep-shell-action-tip:hover:before,.vc-shell .deep-shell .deep-shell-actions .DeepOpenInBrowser .deep-shell-action-tip:hover:before{background-color:rgba(0,0,0,.08);border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.vc-shell .deep-copy-link-balloon,.vc-shell .deep-open-in-browser-balloon{background-color:rgba(17,31,44,.85);border:none;border-radius:14px;color:#fff;font-size:12px;line-height:20px;padding:4px 16px;top:0!important}.vc-shell .deep-copy-link-balloon:after,.vc-shell .deep-open-in-browser-balloon:after{display:none}.vc-shell .deep-shell .deep-shell-actions .DeepDingTalkShare .deep-ding-talk-share{border:none;border-radius:16px;color:#fff;font-size:14px;padding:9px 16px}.vc-shell .deep-shell .next-shell-navigation .next-nav.next-ver .next-icon .next-icon-remote,.vc-shell .deep-shell .next-shell-navigation .next-nav.next-ver .next-icon:before{vertical-align:middle}.vc-shell .next-shell-appbar+.yida-submit-result--wrap{top:34px}.deep-shell-more-control-triger{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;align-items:center;color:#384250;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:space-between}.deep-shell-more-control-triger .deep-shell-more-wrap{position:relative}.deep-shell-more-control-triger .deep-shell-more-wrap .more-ctrl-icon-new-tag{background-image:url(https://img.alicdn.com/imgextra/i2/O1CN01xclTqI1LxfjmoQ1Ia_!!6000000001366-55-tps-28-14.svg);height:14px;position:absolute;right:-30px;top:6px;vertical-align:middle;width:28px}.deep-shell-more-control-triger .deep-shell-more-wrap .deep-shee-more-actions{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.deep-shell-more-control{min-width:120px}.deep-shell-more-control .deep-shell-more-menu-item{padding:0 8px!important}.deep-shell-more-control .deep-shell-more-menu-item .next-menu-item-text{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.deep-shell-more-control .deep-shell-more-control-item{color:#171a1d;font-size:14px;margin-left:10px}.deep-shell-more-control .deep-shell-red-circle{background-color:#ff3700;border-radius:100%;height:8px;position:absolute;width:8px}.deep-shell-more-control .deep-shell-red-circle.red-circle-page{right:-2px;top:6px}.deep-shell-more-control .deep-shell-red-circle.red-circle-group{right:11px;top:6px}.deep-shell-more-ctrl-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:16px;width:16px}.deep-shell-more-ctrl-icon.more-ctrl-icon-print{background-image:url(https://img.alicdn.com/imgextra/i1/O1CN01OAx5j41omnBvZkoNw_!!6000000005268-55-tps-48-48.svg)}.deep-shell-more-ctrl-icon.more-ctrl-icon-group{background-image:url(https://img.alicdn.com/imgextra/i2/O1CN01ndWyOz1udWsLEuEuq_!!6000000006060-55-tps-48-48.svg)}.deep-shell-more-ctrl-icon.more-ctrl-icon-app-to-group{background-image:url(https://img.alicdn.com/imgextra/i2/O1CN01CMggTr1w3Sv4A46z3_!!6000000006252-55-tps-48-48.svg)}.deep-shell-more-ctrl-icon.more-ctrl-icon-page-to-group{background-image:url(https://img.alicdn.com/imgextra/i4/O1CN01IQrFO81tOaKnIegMN_!!6000000005892-55-tps-48-48.svg)}.deep-shell-share-ctrl-icon,.deep-shell-share-ctrl-trigger{background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;vertical-align:middle}.deep-shell-share-ctrl-trigger.share-ctrl-icon-link-out:before{background-image:url(https://img.alicdn.com/imgextra/i3/O1CN01e0g7Uh1Z2n81yHfXT_!!6000000003137-55-tps-16-16.svg);background-size:cover;content:"";display:inline-block;height:13px;margin-right:4px;width:13px}.deep-shell-share-control .deep-shell-share-control-item{color:#171a1d;font-size:14px;margin-left:12px;vertical-align:middle}.deep-shell-share-control .deep-shell-share-menu-item{padding:0 8px!important}.deep-shell-share-ctrl-icon{height:16px;width:16px}.deep-shell-share-ctrl-icon.share-ctrl-icon-i18n{background-image:url(https://img.alicdn.com/imgextra/i1/O1CN01y715ln1tTce8P1GiL_!!6000000005903-55-tps-17-16.svg)}.deep-shell-share-ctrl-icon.share-ctrl-icon-link{background-image:url(https://img.alicdn.com/imgextra/i4/O1CN01zghcIl1Mmy3LYq2zt_!!6000000001478-55-tps-17-16.svg)}.deep-shell-share-ctrl-icon.share-ctrl-icon-comment{background-image:url(https://img.alicdn.com/imgextra/i1/O1CN01Hj8Mjv1Y7XcgSdppX_!!6000000003012-55-tps-48-48.svg)}.deep-shell-task-center-link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row}.deep-shell-task-center-link-badge{margin-left:4px}.DeepDingTips{cursor:auto;margin-right:15px}.DeepDingTips .deep-shell-action-tip{cursor:auto}.DeepDingTips .ding-to-group-tips{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;align-items:center;background-color:rgba(0,137,255,.12);border-radius:4px;color:#171a1d;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;font-size:14px;height:32px;justify-content:flex-start;line-height:32px;padding:0 5px}.DeepDingTips .ding-to-group-tips span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.DeepDingTips .ding-to-group-tips .icon-warning{color:#0089ff!important;font-weight:700}.DeepDingTips .ding-to-group-tips .icon-warning:before{color:#0089ff!important}.DeepDingTips .ding-to-group-tips .icon-close{cursor:pointer;margin-left:12px}.ding-to-group-alert{line-height:20px}@media only screen and (max-width:768px){.DeepDingTips{display:none}}.deep-shell-avatar-language-changer .next-input{border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.deep-shell-avatar-language-changer-popup,.deep-shell-avatar-language-changer-popup .next-select-menu{min-width:120px}.DeepMoreCtrl .deep-shell-action-tip,.DeepShareCtrl .deep-shell-action-tip{font-size:14px}.yida-shell-action-item--wrap{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-style:normal;height:52px;vertical-align:top}.yida-shell-action-item--wrap .next-icon{margin-left:0!important}.next-nav.next-line .next-nav-item.next-menu-item .next-nav-icon.next-icon{color:#747677!important}.yida-submit-result{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;min-height:500px;padding:24px}.yida-submit-result--wrap{bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:0;overflow:auto;padding:16px;position:absolute;top:0;width:100%}.yida-submit-result .result-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.yida-submit-result .result-icon{color:#0089ff}.yida-submit-result .result-tips{font-size:18px;font-weight:500;margin-top:19px}.yida-submit-result .result-sub-tips{color:rgba(0,0,0,.4);font-size:14px;margin-top:6px}.yida-submit-result .result-actions{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:12px}.yida-submit-result .result-actions .next-btn{margin-left:8px}.yida-submit-result .result-actions .next-btn:first-child{margin-left:0}html.deep-shell-popup-show::-webkit-scrollbar{width:0}.deep-shell{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:“Helvetica Neue”,Helvetica,”PingFang SC”,”Hiragino Sans GB”,”Microsoft YaHei”,”微软雅黑”,Arial,sans-serif}.deep-shell .next-date-picker,.deep-shell .next-number-picker,.deep-shell .next-range-picker,.deep-shell .next-select,.deep-shell .next-time-picker{width:100%}.deep-shell .next-time-picker-panel-header .next-input.next-time-picker-panel-input:hover{border-color:transparent}.deep-shell .next-time-picker-panel-header .next-input.next-time-picker-panel-input.next-focus{border-color:transparent}.deep-shell .next--shell-sub-main::-webkit-scrollbar{width:0}.deep-shell .next-pagination-size-selector .next-select{width:unset!important}.deep-shell.close-grid-display .next-shell-content-inner{display:block}.deep-shell .next-shell-aside.next-shell-navigation .next-nav.next-ver .next-nav-group-label .next-menu-item-inner{font-size:14px;padding:0 12px}.deep-shell .next-shell-aside.next-shell-navigation .next-nav.next-ver.next-icon-only .next-nav-group-label .next-menu-item-inner{font-size:16px;padding:0 6px;width:22px}.deep-shell .next-shell-aside.next-shell-navigation::-webkit-scrollbar{width:0!important}.deep-shell>.next-shell-main{overflow:hidden}.deep-shell>.next-shell-main .next-shell-sub-main>.next-overlay-wrapper .next-message-wrapper{position:fixed}.deep-shell-logo{vertical-align:middle}.deep-shell-logo img{cursor:pointer;display:block;height:52px}.deep-shell-title{height:52px;line-height:52px;max-width:-webkit-calc(100vw - 440px);max-width:-moz-calc(100vw - 440px);max-width:calc(100vw - 440px);overflow:hidden;padding-left:20px;padding-right:20px;position:relative;-o-text-overflow:ellipsis;text-overflow:ellipsis}.deep-shell-title.showNameInMobile{font-weight:700;padding-left:0;padding-right:0}.deep-shell-title .deep-shell-title-icon{color:#878f95}.deep-shell-title .deep-shell-title-text{color:#fff;display:inline-block;font-size:18px;margin:10px 0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:100%}.deep-shell-title .deep-shell-title-text a{color:#fff;font-size:18px;text-decoration:none}.deep-shell-title .deep-shell-title-text a:hover{-webkit-text-decoration:linen;-moz-text-decoration:linen;text-decoration:linen}.deep-shell-title.spliter{padding-left:40px}.deep-shell-title.spliter:before{background:#fff;content:"";height:16px;left:20px;opacity:.6;position:absolute;top:18px;width:1px}.deep-shell-actions{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.deep-shell-action-item{cursor:pointer;display:block;height:52px;line-height:52px;margin-right:8px;text-align:center}.deep-shell-action-item:last-child{margin-right:-10px}.deep-shell-action-item.hover .deep-shell-action-tip{border-radius:20px;height:32px;line-height:30px;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.deep-shell-action-item.hover .deep-shell-action-tip:hover{background:#33a0ff}.deep-shell-action-item.hover .deep-shell-action-tip .next-icon:hover{opacity:1}.deep-shell-action-item.deepLauncher:hover{background:#33a0ff}.deep-shell-action-item.deepLauncher:hover .next-icon:hover{opacity:1}.deep-shell-action-tip{cursor:pointer;display:inline-block;font-size:16px}.deep-shell-action-tip .next-select .next-select-trigger-search input::-webkit-input-placeholder{color:#fff}.deep-shell-action-tip .next-select .next-select-trigger-search input::-moz-placeholder{color:#fff}.deep-shell-action-tip .next-select .next-select-trigger-search input:-ms-input-placeholder{color:#fff}.deep-shell-action-tip .next-select .next-select-trigger-search input::-ms-input-placeholder{color:#fff}.deep-shell-action-tip .next-select .next-select-trigger-search input::placeholder{color:#fff}.deep-shell-avatar img{border-radius:50%;height:28px;vertical-align:middle;width:28px}.deep-shell-avatar-title{border-bottom:1px solid #f1f2f3}.deep-shell-avatar-title img{border-radius:50%;height:32px;vertical-align:middle;width:32px}.deep-shell-avatar-title p{line-height:24px;margin:0;padding:0}.deep-shell-avatar>span{color:#fff;display:inline-block;height:48px;line-height:48px;margin-left:12px;width:48px}.deep-shell-goto{height:30px;margin-top:10px}.deep-shell-goto,.deep-shell-toggle-nav{border-top:1px solid #f1f2f3;line-height:40px;text-align:center}.deep-shell-toggle-nav{background:#fff;border-right:1px solid #f1f2f3;bottom:0;color:#878f95;cursor:pointer;height:40px;position:absolute;-webkit-transition:width .2s ease;-o-transition:width .2s ease;-moz-transition:width .2s ease;transition:width .2s ease;width:220px;z-index:11}.deep-shell-toggle-nav.collapse{width:68px}.deep-shell-toggle-nav-side{background:#ddd;border-bottom-right-radius:4px;border-top-right-radius:4px;color:#fff;cursor:pointer;height:40px;left:220px;line-height:40px;position:absolute;top:50%;width:16px;z-index:999}.deep-shell-toggle-nav-side.collapse{left:68px}.deep-shell-custom-side-bar{margin-bottom:30px;overflow-y:scroll}.deep-shell.next-shell,.deep-shell.next-shell .next-shell-aside,.deep-shell.next-shell .next-shell-content,.deep-shell.next-shell .next-shell-header,.deep-shell.next-shell .next-shell-navigation{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.deep-shell.next-shell-brand .next-shell-main{background:#f1f2f3}.deep-shell.next-shell-brand .next-shell-navigation.next-shell-aside{border-right-color:#f1f2f3;overflow-x:hidden;padding-bottom:40px;width:220px}.deep-shell.next-shell-brand .next-shell-navigation.next-shell-aside ul{margin:0 -1px 0 0}.deep-shell.next-shell-brand .next-shell-navigation.next-shell-aside.next-shell-collapse.next-shell-mini{width:68px}.deep-shell.next-shell-brand .next-shell-navigation.next-shell-aside.next-shell-collapse.next-shell-mini .next-menu-item.next-nav-item{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center;width:36px!important}.deep-shell.has-launcher .next-shell-header{padding-right:10px}.deep-shell.next-shell-brand .next-shell-header{border-bottom:none;-webkit-box-shadow:none;box-shadow:none;padding-left:20px}.deep-shell.next-shell-brand .next-shell-header .next-shell-navigation{-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 20px}.deep-shell.next-shell-brand .next-shell-header .next-shell-navigation .next-menu.next-hoz.next-nav,.deep-shell.next-shell-brand .next-shell-header .next-shell-navigation .next-menu.next-hoz.next-nav .next-menu-item.next-nav-item,.deep-shell.next-shell-brand .next-shell-header .next-shell-navigation .next-menu.next-hoz.next-nav .next-menu-item.next-nav-item .next-menu-item-inner{height:52px;line-height:52px}.deep-shell.next-shell-brand .next-shell-header .next-shell-branding{height:52px}.deep-shell.next-shell-brand.shell-type-light .next-shell-header .next-shell-navigation .next-menu.next-hoz.next-nav,.deep-shell.next-shell-brand.shell-type-light .next-shell-header .next-shell-navigation .next-menu.next-hoz.next-nav .next-menu-item.next-nav-item,.deep-shell.next-shell-brand.shell-type-light .next-shell-header .next-shell-navigation .next-menu.next-hoz.next-nav .next-menu-item.next-nav-item .next-menu-item-inner,.deep-shell.next-shell-brand.shell-type-white .next-shell-header .next-shell-navigation .next-menu.next-hoz.next-nav,.deep-shell.next-shell-brand.shell-type-white .next-shell-header .next-shell-navigation .next-menu.next-hoz.next-nav .next-menu-item.next-nav-item,.deep-shell.next-shell-brand.shell-type-white .next-shell-header .next-shell-navigation .next-menu.next-hoz.next-nav .next-menu-item.next-nav-item .next-menu-item-inner{height:51px}.deep-shell .next-shell-action .deep-shell-search-cancel,.deep-shell .next-shell-action .next-icon{color:#fff;margin:0 5px;opacity:.8}.deep-shell .next-shell-action .deep-shell-search-cancel:before,.deep-shell .next-shell-action .next-icon:before{color:#fff}.deep-shell .next-shell-action .deep-shell-search-cancel{margin-left:12px}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium,.deep-shell .next-shell-action .next-search-simple .next-search-left{background:#006dcc;border-color:#0089ff;border-radius:18px}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium.next-focus,.deep-shell .next-shell-action .next-search-simple .next-search-left.next-focus{background:#006dcc}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium.next-focus .next-icon:before,.deep-shell .next-shell-action .next-search-simple .next-search-left.next-focus .next-icon:before{color:#fff}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium.next-focus input,.deep-shell .next-shell-action .next-search-simple .next-search-left.next-focus input{color:#fff}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::-webkit-input-placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left.next-focus input::-webkit-input-placeholder{color:#fff}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::-moz-placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left.next-focus input::-moz-placeholder{color:#fff}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium.next-focus input:-ms-input-placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left.next-focus input:-ms-input-placeholder{color:#fff}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::-ms-input-placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left.next-focus input::-ms-input-placeholder{color:#fff}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left.next-focus input::placeholder{color:#fff}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium .next-icon:before,.deep-shell .next-shell-action .next-search-simple .next-search-left .next-icon:before{color:#fff}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium input,.deep-shell .next-shell-action .next-search-simple .next-search-left input{color:#fff}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium input::-webkit-input-placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left input::-webkit-input-placeholder{color:#fff;opacity:.6}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium input::-moz-placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left input::-moz-placeholder{color:#fff;opacity:.6}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium input:-ms-input-placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left input:-ms-input-placeholder{color:#fff;opacity:.6}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium input::-ms-input-placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left input::-ms-input-placeholder{color:#fff;opacity:.6}.deep-shell .next-shell-action .next-search-simple .next-input.next-medium input::placeholder,.deep-shell .next-shell-action .next-search-simple .next-search-left input::placeholder{color:#fff;opacity:.6}.deep-shell .next-shell-action .next-select .next-input.next-medium{background:none;border-color:#0089ff;border-radius:18px;color:#fff}.deep-shell .next-shell-action .next-select .next-input.next-medium .next-icon:before{font-size:16px;width:16px}.deep-shell .next-shell-action .next-select.next-search-input .next-input.next-medium{background:#006dcc}.deep-shell .next-shell-navigation .next-nav.next-hoz .next-nav-sub-nav-item .next-menu-item-inner{margin-right:5px}.deep-shell .next-shell-navigation .next-nav.next-hoz .next-icon .next-icon-remote,.deep-shell .next-shell-navigation .next-nav.next-hoz .next-icon:before,.deep-shell .next-shell-navigation .next-nav.next-ver .next-icon .next-icon-remote,.deep-shell .next-shell-navigation .next-nav.next-ver .next-icon:before{font-size:16px;vertical-align:bottom;width:16px}.deep-shell .next-shell-navigation .next-nav.next-ver.next-left .next-nav-item.next-selected:before{left:0}.deep-shell .next-shell-navigation .next-nav.next-ver.next-right .next-nav-item.next-selected:before{right:1px}.deep-shell .next-shell-navigation .next-nav.next-ver.next-right .next-nav-sub-nav-item .next-nav-item.next-selected:before{right:2px}.deep-shell .next-shell-navigation .next-nav.next-ver.next-right .next-nav-sub-nav-item .next-nav-sub-nav-item .next-nav-item.next-selected:before{right:3px}.deep-shell .next-shell-navigation .next-nav.next-line,.deep-shell .next-shell-navigation .next-nav.next-normal,.deep-shell .next-shell-navigation .next-nav.next-primary,.deep-shell .next-shell-navigation .next-nav.next-secondary{border:none;-webkit-box-shadow:none;box-shadow:none}.deep-shell .next-shell-navigation .next-nav.next-line .next-nav-item.next-menu-item:hover:before,.deep-shell .next-shell-navigation .next-nav.next-normal .next-nav-item.next-menu-item:hover:before,.deep-shell .next-shell-navigation .next-nav.next-primary .next-nav-item.next-menu-item:hover:before,.deep-shell .next-shell-navigation .next-nav.next-secondary .next-nav-item.next-menu-item:hover:before{background-color:#0089ff}.deep-shell .next-shell-navigation .next-nav.next-line.next-ver,.deep-shell .next-shell-navigation .next-nav.next-normal.next-ver,.deep-shell .next-shell-navigation .next-nav.next-primary.next-ver,.deep-shell .next-shell-navigation .next-nav.next-secondary.next-ver{border-bottom:none;margin-bottom:40px}.deep-shell .next-shell-navigation .next-nav.next-icon-only .next-nav-icon.next-icon{margin-left:0;margin-right:0}.deep-shell .next-shell-navigation .next-nav.next-icon-only.next-line .next-nav-icon.next-icon{margin-left:-1px;margin-right:2px}.deep-shell .next-shell-navigation .next-nav.next-icon-only .next-menu-item-inner,.deep-shell .next-shell-navigation .next-nav.next-icon-only .next-menu-sub-menu .next-menu-item-inner{font-size:16px;width:16px}.deep-shell .next-shell-navigation .next-nav .next-nav-item.next-menu-item.next-disabled{color:#b9babb}.deep-shell .next-shell-navigation .next-nav .next-nav-item.next-menu-item.next-disabled:hover{color:#b9babb}.deep-shell .next-shell-navigation .next-nav .deep-shell-nav-item-hidden,.deep-shell .next-shell-navigation .next-nav .deep-shell-sub-nav-item-hidden{display:none}.deep-shell .next-shell-navigation .next-nav .next-menu-item-text img{margin-right:8px;vertical-align:sub}.deep-shell.is-phone .next-shell-header{height:52px}.deep-shell.is-phone .next-shell-header .next-shell-branding{height:48px}.deep-shell.is-phone .next-shell-header .deep-shell-action-item,.deep-shell.is-phone .next-shell-header .next-shell-branding .deep-shell-title{height:48px;line-height:48px}.deep-shell.is-phone .next-shell-header .deep-shell-logo img{height:48px}.deep-shell.is-phone .next-shell-main .next-shell-content{padding:0}.deep-shell.is-tablet .next-shell-header{height:52px}.deep-shell.is-tablet .next-shell-header .deep-shell-action-item{height:52px;line-height:52px}.deep-shell.is-tablet .next-shell-header .deep-shell-logo img{height:52px}.deep-shell.is-tablet .next-shell-main .next-shell-content{padding:0}.deep-shell.is-desktop .next-shell-main .next-shell-appbar{border-bottom:none;height:34px;line-height:34px;min-height:34px;padding:8px 44px 0}.deep-shell.is-desktop .next-shell-main .next-shell-appbar .next-breadcrumb-text{color:#a2a3a5;cursor:pointer;height:18px;line-height:18px}.deep-shell.is-desktop .next-shell-main .next-shell-appbar .next-breadcrumb-text:hover{color:#0089ff}.deep-shell.is-desktop .next-shell-main .next-shell-appbar .next-breadcrumb-text.activated{color:#747677}.deep-shell.is-desktop .next-shell-main .next-shell-appbar .next-breadcrumb-separator{color:#878f95}.deep-shell.is-desktop .next-shell-main .next-shell-content{padding:0}.deep-shell.hide-header .next-shell-header{display:none}.next-balloon-medium.deep-shell-action-popup{border:none;margin-top:-2px;min-height:50px;padding:0}.next-balloon-medium.deep-shell-action-popup .next-card{border-top:none;min-height:228px;min-width:200px}.next-balloon-medium.deep-shell-action-popup .next-card .next-card-head{padding:0}.next-balloon-medium.deep-shell-action-popup .next-card.deep-shell-avatar-content .next-card-body{max-height:530px;overflow-y:hidden}.next-balloon-medium.deep-shell-action-popup .next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main{max-height:504px;overflow-y:scroll}.next-balloon-medium.deep-shell-action-popup .next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main::-webkit-scrollbar{width:0!important}.next-balloon-medium.deep-shell-action-popup .next-card .next-card-body{max-height:500px;overflow-y:scroll;padding:0}.next-balloon-medium.deep-shell-action-popup .next-card .next-card-body::-webkit-scrollbar{width:0!important}.next-card.deep-shell-avatar-content{padding:0;position:relative}.next-card.deep-shell-avatar-content .next-card-body{padding-bottom:0;padding-top:0}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main{padding-bottom:40px}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main.has-content{margin-bottom:26px}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-title .deep-shell-avatar-name-card{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;color:#171a1d;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-items:center;margin-bottom:12px;padding:16px 10px 16px 20px}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-title .deep-shell-avatar-name-card.is-mobile{margin-bottom:0}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-title .deep-shell-avatar-name-card p{font-size:12px}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-title .deep-shell-avatar-name-card p.deep-shell-avatar-name-card-info{font-size:16px;font-weight:700}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-title .deep-shell-avatar-name-card>div img{height:48px;width:48px}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-title .deep-shell-avatar-name-card>div:first-child{width:68px}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default{background:#fff;font-size:14px;line-height:48px;list-style:none;margin-bottom:16px;padding:20px 0 0}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default .deep-shell-avatar-language-changer{display:inline-block}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile{line-height:56px;padding-top:0}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li>a,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li span.span{border-bottom:1px solid #f1f2f3;font-size:16px}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li>a .deep-shell-avatar-language-changer,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li span.span .deep-shell-avatar-language-changer{width:-webkit-calc(100% - 60px);width:-moz-calc(100% - 60px);width:calc(100% - 60px)}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li>a .deep-shell-avatar-language-changer .next-input .next-input-text-field,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li span.span .deep-shell-avatar-language-changer .next-input .next-input-text-field{font-size:16px;padding:0}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li>a .deep-shell-avatar-language-changer .next-input-control,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li span.span .deep-shell-avatar-language-changer .next-input-control{display:none}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li:last-child>a,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default.is-mobile li:last-child span{border-bottom:none}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li{cursor:pointer}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a{color:#171a1d;display:inline-block;margin-left:24px;padding-right:24px;text-decoration:none;width:-webkit-calc(100% - 24px);width:-moz-calc(100% - 24px);width:calc(100% - 24px)}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span i,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a i{color:#878f95}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span:active,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span:hover,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span:visited,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span a:link,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a:active,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a:hover,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a:visited,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a a:link{color:#171a1d;text-decoration:none}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span .deep-shell-avatar-language-changer,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a .deep-shell-avatar-language-changer{border:none!important}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span .deep-shell-avatar-language-changer .next-input,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a .deep-shell-avatar-language-changer .next-input{background:transparent;border:none!important}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span .deep-shell-avatar-language-changer .next-input:hover,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a .deep-shell-avatar-language-changer .next-input:hover{background:transparent}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li>span .deep-shell-avatar-language-changer .next-input .next-input-text-field,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li a .deep-shell-avatar-language-changer .next-input .next-input-text-field{font-size:14px;padding:0}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-main .deep-shell-avatar-default li:hover{background:#f1f2f3;color:#006dcc}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-logout{background:#fff;border-top:1px solid #f1f2f3;bottom:0;cursor:pointer;height:60px;line-height:40px;padding:10px 24px;position:absolute;text-align:right;width:100%;z-index:1}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-logout button{padding:0 20px}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-logout.is-mobile{height:64px;padding:12px;position:fixed}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-logout.is-mobile.is-tablet{background:#fff;width:400px;z-index:999}.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-logout.is-mobile .button,.next-card.deep-shell-avatar-content .next-card-body .deep-shell-avatar-logout.is-mobile button{border:none;font-size:16px;height:100%;margin-top:-2px;width:100%}.deep-shell-ver-nav-popup.next-nav.next-ver.next-line{background:#fff}.next-shell-sub-main{position:relative}.deep-shell-drawer .deep-shell-ver-action-popup-select{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.deep-shell-drawer .deep-shell-ver-action-popup-select>div{font-size:16px;height:48px;line-height:48px}.deep-shell-drawer .deep-shell-ver-action-popup-select>div:first-child{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.deep-shell-drawer .deep-shell-ver-action-popup-select>div:last-child{width:20px}.deep-shell-drawer .deep-shell-ver-action-popup-select>div:last-child .next-icon{color:#33a0ff}.deep-shell-drawer.next-drawer-right{border:none;margin-top:52px;overflow-x:hidden;width:400px}.deep-shell-drawer.next-drawer-right.is-phone{background:#f1f2f3;margin-top:48px}.deep-shell-drawer.next-drawer-right.is-phone .next-shell-navigation .next-ver.next-nav li .next-menu-item-inner{font-size:14px}.deep-shell-drawer.next-drawer-right.is-phone .next-shell-navigation .next-ver.next-nav>li .next-menu-item-inner{border-bottom:1px solid #f1f2f3;font-size:16px}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-drawer-box{margin-bottom:12px}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-drawer-box .deep-shell-launcher-title{background:#fff;color:#171a1d;font-size:16px;font-weight:500;line-height:24px;margin:0;padding-bottom:4px;padding-left:16px;padding-top:12px}.deep-shell-drawer.next-drawer-right.is-phone .next-slick.next-slick-hoz .next-slick-list,.deep-shell-drawer.next-drawer-right.is-phone .next-slick.next-slick-hoz .next-slick-list .next-slick-slider{height:70px}.deep-shell-drawer.next-drawer-right.is-phone .next-card-head{margin-bottom:12px}.deep-shell-drawer.next-drawer-right.is-phone .next-card-body{padding:0}.deep-shell-drawer.next-drawer-right.is-phone .next-card-body .next-card-content{background:#f1f2f3}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-ver-actions{background:#fff;padding:0 10px}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-ver-actions .deep-shell-ver-action-item{border-bottom:1px solid #f6f6f6;height:56px;line-height:56px;margin:0 10px 0 16px;position:relative}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-ver-actions .deep-shell-ver-action-item:last-child{border:none}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-ver-actions .deep-shell-ver-action-item .deep-shell-ver-action-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-ver-actions .deep-shell-ver-action-item .deep-shell-ver-action-content>div{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;font-size:16px}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-ver-actions .deep-shell-ver-action-item .deep-shell-ver-action-content>div.icon:first-child{-webkit-box-flex:unset;-moz-box-flex:unset;-ms-flex:unset;flex:unset;width:30px}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-ver-actions .deep-shell-ver-action-item .deep-shell-ver-action-content>div:last-child{-webkit-box-flex:unset;-moz-box-flex:unset;-ms-flex:unset;flex:unset;text-align:right;width:40px}.deep-shell-drawer.next-drawer-right.is-phone .deep-shell-ver-actions .deep-shell-ver-action-item .deep-shell-ver-action-content .deep-shell-action-new-dot{background:red;border-radius:4px;display:inline-block;height:8px;line-height:8px;position:absolute;right:20px;top:24px;width:8px}.deep-shell-drawer.next-drawer-right.is-phone{max-width:100%;width:100%}.deep-shell-drawer.next-drawer-right.is-desktop .deep-shell-launcher-title,.deep-shell-drawer.next-drawer-right.is-tablet .deep-shell-launcher-title{border-bottom:1px solid #f1f2f3;font-size:14px;font-weight:700;height:50px;line-height:50px;padding:0 20px}.deep-shell-drawer.next-drawer-right .next-card{background:none;border:none;padding:0}.deep-shell-drawer.next-drawer-right .next-card-body{padding:0}.deep-shell.shell-type-transparent .next-shell-header,.deep-shell.shell-type-transparent .next-shell-header .next-nav.next-secondary,.deep-shell.shell-type-transparent .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item,.deep-shell.shell-type-transparent .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected,.deep-shell.shell-type-transparent .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected{background:transparent}.deep-shell.shell-type-transparent .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item:before{background:transparent}.deep-shell.shell-type-transparent .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected{background:transparent}.deep-shell.shell-type-transparent .next-nav.next-secondary .next-nav-item.next-menu-item:hover{background:transparent}.deep-shell.shell-type-transparent .deep-shell-action-item.deepLauncher:hover{background:transparent}.deep-shell.shell-type-transparent .deep-shell-action-item.hover .deep-shell-action-tip:hover{background:transparent}.deep-shell.shell-type-transparent .next-shell-action .next-select .next-input.next-medium{background:none;border:none;color:#fff}.deep-shell.shell-type-transparent .next-shell-action .next-search-simple .next-input.next-medium,.deep-shell.shell-type-transparent .next-shell-action .next-search-simple .next-search-left{background:transparent;border:none}.deep-shell.shell-type-transparent .next-shell-action .next-search-simple .next-input.next-medium input,.deep-shell.shell-type-transparent .next-shell-action .next-search-simple .next-search-left input{height:26px}.deep-shell.shell-type-transparent .next-shell-action .next-search-simple .next-search-left{border:1px solid #e5e6e8}.deep-shell.shell-type-transparent.next-shell-brand .next-shell-main .next-shell-appbar{background:transparent}.deep-shell.shell-type-transparent.next-shell-brand .next-shell-main .next-shell-appbar .next-breadcrumb-text{color:#cfd2d5}.deep-shell.shell-type-transparent.next-shell-brand .next-shell-main .next-shell-appbar .next-breadcrumb-text.activated{color:#f1f2f3}.deep-shell.shell-type-transparent.next-shell-brand .next-shell-main .next-shell-appbar .next-breadcrumb-separator{color:#e5e6e8}.deep-shell.shell-type-black .next-shell-header,.deep-shell.shell-type-black .next-shell-header .next-nav.next-secondary,.deep-shell.shell-type-black .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item,.deep-shell.shell-type-dark .next-shell-header,.deep-shell.shell-type-dark .next-shell-header .next-nav.next-secondary,.deep-shell.shell-type-dark .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item{background:rgba(0,0,0,.4)}.deep-shell.shell-type-black .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected,.deep-shell.shell-type-black .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected,.deep-shell.shell-type-dark .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected,.deep-shell.shell-type-dark .next-shell-header .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected{background:#0089ff}.deep-shell.shell-type-black .next-shell-action .next-search-simple .next-input.next-medium,.deep-shell.shell-type-black .next-shell-action .next-search-simple .next-search-left,.deep-shell.shell-type-dark .next-shell-action .next-search-simple .next-input.next-medium,.deep-shell.shell-type-dark .next-shell-action .next-search-simple .next-search-left{background:transparent;border:none}.deep-shell.shell-type-black .next-shell-action .next-search-simple .next-search-left,.deep-shell.shell-type-dark .next-shell-action .next-search-simple .next-search-left{background:#1a1c1e}.deep-shell.shell-type-black .next-shell-action .next-select .next-input.next-medium,.deep-shell.shell-type-dark .next-shell-action .next-select .next-input.next-medium{background:none;border:none;color:#fff}.deep-shell.shell-type-black .next-shell-action .deep-shell-action-item.deepLauncher:hover,.deep-shell.shell-type-dark .next-shell-action .deep-shell-action-item.deepLauncher:hover{background:#56585b}.deep-shell.shell-type-black .next-shell-action .deep-shell-action-item.hover .deep-shell-action-tip:hover,.deep-shell.shell-type-dark .next-shell-action .deep-shell-action-item.hover .deep-shell-action-tip:hover{background:#56585b}.deep-shell.shell-type-light .next-shell-header,.deep-shell.shell-type-white .next-shell-header{background:#fff;border-bottom:1px solid #e5e6e8;-webkit-box-shadow:0 0 3px -3px #e5e6e8;box-shadow:0 0 3px -3px #e5e6e8;color:#171a1d}.deep-shell.shell-type-light .next-shell-header ul.next-nav,.deep-shell.shell-type-white .next-shell-header ul.next-nav{-webkit-box-shadow:0 0 3px -3px #e5e6e8;box-shadow:0 0 3px -3px #e5e6e8}.deep-shell.shell-type-light .next-shell-header .deep-shell-title.spliter:before,.deep-shell.shell-type-white .next-shell-header .deep-shell-title.spliter:before{background:#171a1d}.deep-shell.shell-type-light .next-shell-header .deep-shell-title-text,.deep-shell.shell-type-light .next-shell-header .deep-shell-title-text a,.deep-shell.shell-type-white .next-shell-header .deep-shell-title-text,.deep-shell.shell-type-white .next-shell-header .deep-shell-title-text a{color:#171a1d}.deep-shell.shell-type-light .next-shell-action .next-select .next-input.next-medium,.deep-shell.shell-type-white .next-shell-action .next-select .next-input.next-medium{background:none;border:none;color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select .next-input.next-medium input,.deep-shell.shell-type-white .next-shell-action .next-select .next-input.next-medium input{color:#4c6079}.deep-shell.shell-type-light .next-shell-action .next-select .next-input.next-medium input::-webkit-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-select .next-input.next-medium input::-webkit-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select .next-input.next-medium input::-moz-placeholder,.deep-shell.shell-type-white .next-shell-action .next-select .next-input.next-medium input::-moz-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select .next-input.next-medium input:-ms-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-select .next-input.next-medium input:-ms-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select .next-input.next-medium input::-ms-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-select .next-input.next-medium input::-ms-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select .next-input.next-medium input::placeholder,.deep-shell.shell-type-white .next-shell-action .next-select .next-input.next-medium input::placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select.next-search-input .next-input.next-medium,.deep-shell.shell-type-light .next-shell-action .next-select.next-search-input .next-input.next-medium.next-focus,.deep-shell.shell-type-white .next-shell-action .next-select.next-search-input .next-input.next-medium,.deep-shell.shell-type-white .next-shell-action .next-select.next-search-input .next-input.next-medium.next-focus{background:#e5e6e8}.deep-shell.shell-type-light .next-shell-action .next-select.next-search-input .next-input.next-medium.next-focus .next-icon:before,.deep-shell.shell-type-white .next-shell-action .next-select.next-search-input .next-input.next-medium.next-focus .next-icon:before{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select.next-search-input .next-input.next-medium input,.deep-shell.shell-type-white .next-shell-action .next-select.next-search-input .next-input.next-medium input{color:#4c6079}.deep-shell.shell-type-light .next-shell-action .next-select.next-search-input .next-input.next-medium input::-webkit-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-select.next-search-input .next-input.next-medium input::-webkit-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select.next-search-input .next-input.next-medium input::-moz-placeholder,.deep-shell.shell-type-white .next-shell-action .next-select.next-search-input .next-input.next-medium input::-moz-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select.next-search-input .next-input.next-medium input:-ms-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-select.next-search-input .next-input.next-medium input:-ms-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select.next-search-input .next-input.next-medium input::-ms-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-select.next-search-input .next-input.next-medium input::-ms-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-select.next-search-input .next-input.next-medium input::placeholder,.deep-shell.shell-type-white .next-shell-action .next-select.next-search-input .next-input.next-medium input::placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-icon,.deep-shell.shell-type-white .next-shell-action .next-icon{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-icon:hover:before,.deep-shell.shell-type-white .next-shell-action .next-icon:hover:before{color:#4c6079}.deep-shell.shell-type-light .next-shell-action .next-icon:before,.deep-shell.shell-type-white .next-shell-action .next-icon:before{color:#79889b}.deep-shell.shell-type-light .next-shell-action .deep-shell-action-item.deepLauncher:hover,.deep-shell.shell-type-white .next-shell-action .deep-shell-action-item.deepLauncher:hover{background:#f1f2f3}.deep-shell.shell-type-light .next-shell-action .deep-shell-action-item.hover .deep-shell-action-tip:hover,.deep-shell.shell-type-white .next-shell-action .deep-shell-action-item.hover .deep-shell-action-tip:hover{background:#f1f2f3}.deep-shell.shell-type-light .next-shell-action .deep-shell-search-cancel,.deep-shell.shell-type-white .next-shell-action .deep-shell-search-cancel{color:#79889b}.deep-shell.shell-type-light .next-shell-action .deep-shell-search-cancel:hover,.deep-shell.shell-type-white .next-shell-action .deep-shell-search-cancel:hover{color:#0089ff}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-input.next-medium.next-focus,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-input.next-medium.next-focus{background:#e5e6e8}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-input.next-medium.next-focus .next-icon:before,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-input.next-medium.next-focus .next-icon:before{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::-webkit-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::-webkit-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::-moz-placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::-moz-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-input.next-medium.next-focus input:-ms-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-input.next-medium.next-focus input:-ms-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::-ms-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::-ms-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-input.next-medium.next-focus input::placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-search-left,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-search-left{background:#e5e6e8;border:none;color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-search-left.next-focus .next-icon:before,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-search-left.next-focus .next-icon:before{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-search-left .next-icon:before,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-search-left .next-icon:before{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-search-left input,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-search-left input{color:#4c6079}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-search-left input::-webkit-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-search-left input::-webkit-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-search-left input::-moz-placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-search-left input::-moz-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-search-left input:-ms-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-search-left input:-ms-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-search-left input::-ms-input-placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-search-left input::-ms-input-placeholder{color:#79889b}.deep-shell.shell-type-light .next-shell-action .next-search-simple .next-search-left input::placeholder,.deep-shell.shell-type-white .next-shell-action .next-search-simple .next-search-left input::placeholder{color:#79889b}.shell-type-black .next-shell-navigation .next-nav.next-hoz.next-menu,.shell-type-dark .next-shell-navigation .next-nav.next-hoz.next-menu,.shell-type-default .next-shell-navigation .next-nav.next-hoz.next-menu{border-radius:0}.shell-type-black .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-focused,.shell-type-black .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused,.shell-type-black .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused:hover,.shell-type-black .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus,.shell-type-black .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus:hover,.shell-type-black .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:hover,.shell-type-black .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled):hover,.shell-type-dark .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-focused,.shell-type-dark .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused,.shell-type-dark .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused:hover,.shell-type-dark .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus,.shell-type-dark .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus:hover,.shell-type-dark .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:hover,.shell-type-dark .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled):hover,.shell-type-default .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-focused,.shell-type-default .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused,.shell-type-default .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused:hover,.shell-type-default .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus,.shell-type-default .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus:hover,.shell-type-default .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:hover,.shell-type-default .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled):hover{background:#33a0ff;color:#fff}.shell-type-light .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-focused,.shell-type-light .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused,.shell-type-light .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused:hover,.shell-type-light .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus,.shell-type-light .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus:hover,.shell-type-light .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:hover,.shell-type-light .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled):hover,.shell-type-white .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-focused,.shell-type-white .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused,.shell-type-white .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused:hover,.shell-type-white .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus,.shell-type-white .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus:hover,.shell-type-white .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:hover,.shell-type-white .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled):hover{background:none;color:#33a0ff}.shell-type-light .deep-iconfont.deep-icon-hamburger,.shell-type-light .deep-iconfont.deep-icon-notice,.shell-type-light .deep-iconfont.deep-icon-task,.shell-type-white .deep-iconfont.deep-icon-hamburger,.shell-type-white .deep-iconfont.deep-icon-notice,.shell-type-white .deep-iconfont.deep-icon-task{color:#79889b}.shell-type-transparent .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-focused,.shell-type-transparent .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused,.shell-type-transparent .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected.next-focused:hover,.shell-type-transparent .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus,.shell-type-transparent .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:focus:hover,.shell-type-transparent .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled).next-selected:hover,.shell-type-transparent .next-shell-navigation .next-nav.next-hoz.next-menu .next-menu-item:not(.next-disabled):hover{background:none;color:#fff}.shell-type-transparent.next-shell-brand .next-shell-main{background:transparent}.next-overlay-wrapper .next-nav-item.next-menu-item.next-child-selected,.next-overlay-wrapper .next-nav-item.next-menu-item.next-selected{background:#f1f2f3;font-weight:700}.deepLauncher.is-phone .next-menu-item .next-icon:before,.deepLauncher.is-tablet .next-menu-item .next-icon:before{font-size:20px;vertical-align:top;width:20px}.vc-shell .deep-shell-logo{padding-left:0}.vc-shell .deep-shell-title-text{border-radius:6px;display:inline-block;font-size:14px;font-weight:500;line-height:32px;padding:0 8px}.vc-shell .deep-shell-title-text:hover{background-color:#f1f2f3}.vc-shell .deep-shell-title-text .next-icon{margin-left:0!important}.vc-shell .deep-shell-title-text .next-icon:before{color:#878f95!important}.vc-shell .deep-shell-title-text a{font-size:14px}.vc-shell .deep-shell-title.spliter{padding-left:24px}.vc-shell .deep-shell-title.spliter:before{background-color:#e5e6e8!important;left:16px}.vc-shell .deep-shell-actions .actions-split-line>.deep-shell-action-tip{background-color:#e5e6e8!important;margin-left:0!important;margin-right:0!important}.vc-shell .next-shell-header{border-bottom-color:#f1f2f3!important}.vc-shell .vc-rootcontent{border-radius:6px}.deep-shell-logo{padding:10px 0 10px 10px}.deep-shell-logo img{height:32px!important;width:auto!important}.deep-shell-avatar img{border-radius:3px!important}.deep-shell-avatar-title img{border-radius:6px!important}@media only screen and (max-width:480px){.vc-shell .deep-shell-logo a{display:inline-block;overflow-x:hidden;width:32px}}@media only screen and (max-width:640px){.vc-shell .deep-shell-logo{display:none}.vc-shell .deep-shell-title{max-width:-webkit-calc(100vw - 260px);max-width:-moz-calc(100vw - 260px);max-width:calc(100vw - 260px)}.vc-shell .deep-shell-title:before{display:none}.vc-shell .deep-shell-title .deep-shell-title-text,.vc-shell .deep-shell-title.spliter{padding:0}.vc-shell .next-shell-action .next-btn.next-btn{padding:0 6px}.vc-shell .next-shell-action .next-btn.next-btn>i{margin-right:0}.vc-shell .next-shell-action .next-btn-helper{display:none}}.deep-shell-nav-skeleton-paragraph{margin:0 16px!important;padding-top:24px}.deep-shell-nav-skeleton-paragraph>li{-webkit-animation:deep--skeleton-loading 1.4s ease infinite;-moz-animation:deep--skeleton-loading 1.4s ease infinite;animation:deep--skeleton-loading 1.4s ease infinite;background:-webkit-gradient(linear,left top,right top,color-stop(25%,hsla(0,0%,75%,.2)),color-stop(37%,hsla(0,0%,51%,.24)),color-stop(63%,hsla(0,0%,75%,.2)));background:-webkit-linear-gradient(left,hsla(0,0%,75%,.2) 25%,hsla(0,0%,51%,.24) 37%,hsla(0,0%,75%,.2) 63%);background:-moz-linear-gradient(left,hsla(0,0%,75%,.2) 25%,hsla(0,0%,51%,.24) 37%,hsla(0,0%,75%,.2) 63%);background:-o-linear-gradient(left,hsla(0,0%,75%,.2) 25%,hsla(0,0%,51%,.24) 37%,hsla(0,0%,75%,.2) 63%);background:linear-gradient(90deg,hsla(0,0%,75%,.2) 25%,hsla(0,0%,51%,.24) 37%,hsla(0,0%,75%,.2) 63%);background-size:400% 100%;border-radius:4px;height:16px;list-style:none;margin-bottom:16px;width:100%}@-webkit-keyframes deep--skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@-moz-keyframes deep--skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes deep--skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.deep-shell-ver-nav-search-wrap{padding:8px 16px 4px}.deep-shell-ver-nav-search-wrap.hasCollapse{border-radius:6px;cursor:pointer;height:36px;line-height:36px;margin:0 16px;padding:0 8px;width:36px}.deep-shell-ver-nav-search-wrap.hasCollapse:hover{background:#f1f2f3}.deep-shell-ver-nav-search-wrap .deep-shell-ver-nav-search-popup{min-width:187px}.deep-shell-ver-nav-search-wrap .deep-shell-ver-nav-search-popup .next-tree-node-inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.deep-shell-ver-nav-search-wrap .deep-shell-ver-nav-search-popup .next-tree-node-inner .next-tree-switcher.next-noop-noline{display:none}.deep-shell-ver-nav-search-wrap .deep-shell-ver-nav-search-popup .next-tree-node-inner .next-tree-switcher.next-noop-noline+.next-tree-node-label-wrapper .next-tree-node-label{padding-left:0}.deep-shell-ver-nav-search-wrap .deep-shell-ver-nav-search-popup .next-tree-node-inner .next-tree-node-label-wrapper{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.deep-shell-ver-nav-search-wrap .deep-shell-ver-nav-search-popup .next-tree-node-inner .next-tree-node-label-wrapper .next-tree-node-label{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.deep-shell-ver-nav-search-wrap .deep-shell-ver-nav-search-popup .next-tree-node[data-selectable=false]>.next-tree-node-inner{background:transparent;color:#747677;cursor:default}.deep-shell-ver-nav-search-wrap .deep-shell-ver-nav-search-popup .next-tree-select-dropdown-content{margin-right:0!important}.deep-shell-ver-nav-search-wrap .next-select-trigger.next-has-clear:hover .deep-shell-ver-nav-search-icon{display:none}