.xdesign-float-v2{position:fixed;right:24px;bottom:30px;z-index:999}.xdesign-float-v2-wrapper{display:flex;align-items:flex-end;flex-direction:column}.xdesign-float-v2__custom{display:flex;align-items:center;justify-content:center;flex-direction:column}.xdesign-float-v2__custom-content{font-size:14px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;padding:0;border:none;background:transparent;outline:none}.xdesign-float-v2__custom-content .text{text-align:center}.xdesign-float-v2__custom-content:hover{color:var(--content-system-selected,#38f)}.xdesign-float-v2__entrance{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;right:0;margin-top:12px;border-radius:22px;box-shadow:0 0 2px rgba(0,0,0,.08),0 6px 24px rgba(0,0,0,.06);background:var(--background-web-primary,#fff);border:1px solid var(--stroke-web-regular,rgba(245,248,255,.35));box-sizing:border-box}.xdesign-float-v2__line{width:28px;height:1px;background-color:var(--stroke-system-separator,#e8e8e8)}.xdesign-feed-back-modal-v2 iframe{width:640px;height:100%;overflow:hidden;border:none}.xdesign-feed-back-modal-v2 .xdesign-modal__close{width:39px;height:39px}.xdesign-feed-back-modal-v2 .xdesign-modal__content{left:50%;top:50%;transform:translate(-50%,-50%);margin:unset;max-height:610px;height:95%;display:flex;flex-direction:column}.xdesign-feed-back-modal-v2 .xdesign-modal__body{display:flex;flex:1}.xdesign-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040}.xdesign-modal--center{display:flex;align-items:center}.xdesign-modal--center .xdesign-modal__content{top:0}.xdesign-modal__mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45)}.xdesign-modal__content{width:640px;color:rgba(0,0,0,.85);font-size:14px;position:relative;top:100px;max-width:calc(100vw - 32px);margin:0 auto;padding:24px 0;box-sizing:border-box;border-radius:12px;background:var(--background-input,#fff);box-shadow:0 0 2px rgba(0,0,0,.08),0 10px 40px rgba(0,0,0,.1);z-index:9999}.xdesign-modal__title{color:var(--content-system-primary);font-weight:700;font-size:16px;text-align:center}.xdesign-modal__body{padding:16px 0 0;overflow:hidden}.xdesign-modal__close{position:absolute;top:0;right:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:39px;height:33px;color:var(--content-system-tertiary,#939599);font-size:12px}.xdesign-modal .effect{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1041}.xdesign-modal .effect>div{position:absolute;z-index:1;top:-10px;border-radius:0;animation:confetti-slow 2.25s linear 1 forwards}@keyframes confetti-slow{0%{transform:translateZ(0) rotateX(0) rotateY(0)}to{transform:translate3d(25px,105vh,0) rotateX(1turn) rotateY(180deg)}}.xdesign-float-help-v2,.xdesign-float-help-v2__unread{display:flex;align-items:center;justify-content:center}.xdesign-float-help-v2__unread{position:absolute;top:-10px;right:-6px;width:14px;height:14px;font-size:12px;border-radius:50%;background:#fd3960;color:#fff}.xdesign-float-help-v2__btn{cursor:pointer;position:relative;color:var(--content-web-primary,#1c1d1f)}.xdesign-float-help-v2__list{position:absolute;right:43px;padding-right:12px;bottom:0;display:none;z-index:9999}.xdesign-float-help-v2:focus-within .xdesign-float-help-v2__btn,.xdesign-float-help-v2:hover .xdesign-float-help-v2__btn{color:#38f}.xdesign-float-help-v2:focus-within .xdesign-float-help-v2__list,.xdesign-float-help-v2:hover .xdesign-float-help-v2__list{display:block}.xdesign-float-help-v2 .xdesign-float-help-v2__inner{width:fit-content;min-width:100px;padding:6px;border-radius:12px;background:var(--background-system-frame-floatpanel,#fff);box-shadow:0 0 2px rgba(0,0,0,.08),0 6px 24px rgba(0,0,0,.06)}.xdesign-float-help-v2 .xdesign-float-help-v2__item{line-height:20px;font-size:14px;color:var(--content-web-primary,#1c1d1f);padding:0 8px;height:34px;text-wrap:nowrap;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;position:relative;text-decoration:none;white-space:nowrap;border-radius:8px}.xdesign-float-help-v2 .xdesign-float-help-v2__item__unread{width:14px;height:14px;font-size:12px;border-radius:50%;background:#fd3960;color:#fff;display:flex;align-items:center;justify-content:center;position:absolute;top:8px;right:4px}.xdesign-float-help-v2__item:hover{background:var(--background-list-hover,rgba(0,0,0,.04))}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modal-slide-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.95)}}.float-help-container{position:absolute;width:400px;height:700px;right:0;bottom:100%;background:var(--background-system-frame-floatpanel,#fff);box-shadow:0 0 2px rgba(0,0,0,.08),0 10px 40px rgba(0,0,0,.1);border-radius:22px;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.float-help-container--visible{animation:modal-slide-in .25s cubic-bezier(.22,1,.36,1) forwards}.float-help-container--closing{animation:modal-slide-out .2s cubic-bezier(.55,0,1,.45) forwards}.float-help-container__header{height:56px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.float-help-container__title{font-style:normal;font-weight:600;font-size:16px;color:var(--content-system-primary);text-align:center;text-indent:1.6em}.float-help-container__close{display:inline-block;margin-right:18px;cursor:pointer;padding:0;border:none;background:transparent;outline:none}.float-help-container__body{flex:1;overflow:hidden;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.float-help-container__body iframe{width:100%;height:100%;border:none}