@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;outline:0}body,html{width:100%;min-width:1000px;height:100%}table{border-collapse:collapse;border-spacing:0}button,fieldset,input,textarea{padding:0;*overflow:visible}body{font:12px/1.5 PingFang SC,Microsoft Yahei,Hiragino Sans GB,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans;background-color:#fff}input,textarea{outline:0;resize:none}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}li,ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%}q:after,q:beforce{content:""}abbr,acronym{border:0}legend{margin-left:0}*+html legend,html legend{margin-left:-7px;margin-top:-7px;padding-bottom:10px}a{outline:0}a,a:hover{text-decoration:none}.f12{font-size:12px}.f13{font-size:13px}.f14{font-size:14px}.f16{font-size:16px}.f18{font-size:18px}.f20{font-size:20px}.fYaHei{font-family:Microsoft Yahei}.fHei{font-family:"黑体"}.fb{font-weight:700}.fn{font-weight:400;font-style:normal}.unl{text-decoration:underline}.del{text-decoration:line-through}.tl{text-align:left}.tc{text-align:center}.tr{text-align:right}.bc{margin-left:auto;margin-right:auto}.fl{float:left}.fl,.fr{display:inline}.fr{float:right}.cb{clear:both}.cl{clear:left}.cr{clear:right}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.vm{vertical-align:middle}.pr{position:relative}.pa{position:absolute}.hidden{visibility:hidden}.none{display:none}.nb{border:0}.nbt{border-top:0}.nbb{border-bottom:0}.nbr{border-right:0}.nbl{border-left:0}.w0{width:0}.w10{width:10px}.w20{width:20px}.w30{width:30px}.w40{width:40px}.w50{width:50px}.w60{width:60px}.w70{width:70px}.w80{width:80px}.w90{width:90px}.w100{width:100px}.w180{width:180px}.w200{width:200px}.w250{width:250px}.w300{width:300px}.w400{width:400px}.w500{width:500px}.w600{width:600px}.w700{width:700px}.w980{width:980px}.w1000{width:1000px}.w{width:100%}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt16{margin-top:16px}.mt20{margin-top:20px}.mt24{margin-top:24px}.mt30{margin-top:30px}.mb5{margin-top:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb16{margin-bottom:16px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr30{margin-right:30px}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml30{margin-left:30px}.ml37{margin-left:37px}.padd5{padding:5px}.padd10{padding:10px}.pt1{padding-top:1px}.pt5{padding-top:5px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt40{padding-top:40px}.pb5{padding-bottom:5px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb40{padding-bottom:40px}.pl5{padding-left:5px}.pl10{padding-left:10px}.pl15{padding-left:15px}.pl20,.pl30{padding-left:20px}.pr5{padding-right:5px}.pr10{padding-right:10px}.pr15{padding-right:15px}.pr20{padding-right:20px}.pr35{padding-right:35px}.dib{display:inline-block}.db{display:block}.wordbreak{white-space:nowrap;word-break:keep-all;text-overflow:ellipsis}.oh,.wordbreak{overflow:hidden}.dis-flex,.flex-left{display:flex}.flex-left{justify-content:flex-start}.flex-right{display:flex;justify-content:flex-end}.flex-between{display:flex;justify-content:space-between}.center-flex{display:flex;align-items:center}.flex{flex:1 1}.pointer{cursor:pointer}::-webkit-scrollbar,::-webkit-scrollbar-track{background-color:#f5f5f5}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background-color:silver;border-radius:6px}.ant-drawer{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.dark-theme{--color1:#273c5c;--color2:#2a2a2a;--color3:#b0b0b0}.red-theme{--color1:#ececec;--color2:#fff;--color3:#363636}.block{padding:20px;background:#fff;border-radius:3px}.block .block-title{padding-bottom:20px;line-height:1;font-size:16px;font-weight:700;border-bottom:1px solid #e7e7e9}.loading{z-index:999;left:50%;top:50%;position:absolute;margin-left:-10px;margin-top:-60px}.main-loading{height:100%;justify-content:center;align-items:center}.main-loading img{width:140px}.main-loading p{padding:30px 0 200px;font-size:30px}.main-main-loading__noAuth{height:100%;justify-content:center;align-items:center;flex-direction:column}.main-main-loading__noAuth img{width:140px}.main-main-loading__noAuth p{padding:30px 0 200px;font-size:30px}.main-main-loading__noAuth .main-main-loading__noAuth-test,.main-main-loading__noAuth .main-main-loading__noAuth-test button{margin-top:24px}.hidden-loading{display:none}.body{height:100%;background:#f7f8fa}.body .left{width:70px}.body .left .avatar{top:15px;left:15px;width:40px;height:40px;line-height:40px;color:#fff;background:#326eff;border-radius:6px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.body .left .ant-menu{height:100%;background:var(--color1)}.body .left .ant-menu-inline{border:0}.body .left .ant-menu-item{display:block;width:100%;height:60px;padding:5px 0!important;overflow:inherit;margin:20px 0 0;font-size:12px;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none}.body .left .ant-menu-item a{display:block;color:#aaa}.body .left .ant-menu-item:after{border:0}.body .left .ant-menu-item:active{background:none}.body .left .ant-menu-item:first-child{margin-top:140px}.body .left .ant-menu-item-icon{display:block;width:30px;height:30px;margin:auto;background-repeat:no-repeat;background-size:30px 30px}.body .left .ant-menu-item-icon.home{background-image:url(https://img14.360buyimg.com/imagetools/jfs/t1/128970/32/20074/1491/60b889c2Ea727087c/a79cbdce645bb78c.png)}.body .left .ant-menu-item-icon.news{background-image:url(https://img14.360buyimg.com/imagetools/jfs/t1/187206/39/6064/1622/60b5de0dEc9f4c569/f38393a72d4cb921.png)}.body .left .ant-menu-item-icon.feeds{background-image:url(https://img10.360buyimg.com/imagetools/jfs/t1/35403/38/15577/1182/60e667c3Ecc0b2830/c0a96a9480058905.png)}.body .left .ant-menu-item-icon.calendar{background-image:url(https://img11.360buyimg.com/imagetools/jfs/t1/193498/18/5859/2220/60b5ee3eEec4d8086/4f3d4be8f06ee717.png)}.body .left .ant-menu-item-icon.mail-list{background-image:url(https://img11.360buyimg.com/imagetools/jfs/t1/183938/15/6926/1425/60b5e13dEa70d4855/13110968d194a4b1.png)}.body .left .ant-menu-item-icon.staging{background-image:url(https://img10.360buyimg.com/imagetools/jfs/t1/196130/10/5892/1040/60b5e13dE28f84c15/d6eedfdd53c74915.png)}.body .left .ant-menu-item-selected{background:none}.body .left .ant-menu-item-selected .home{background-image:url(https://img11.360buyimg.com/imagetools/jfs/t1/181898/29/7149/2238/60b889c2E9c62bc6b/13624bddca3f5dcc.png)}.body .left .ant-menu-item-selected .news{background-image:url(https://img10.360buyimg.com/imagetools/jfs/t1/179709/23/6802/2513/60b5e0e6E837ff1ed/42e1c62240c6e274.png)}.body .left .ant-menu-item-selected .feeds{background-image:url(https://img10.360buyimg.com/imagetools/jfs/t1/189085/12/12099/1424/60e667c3E04a3c565/05c99e150d29e82a.png)}.body .left .ant-menu-item-selected .calendar{background-image:url(https://img13.360buyimg.com/imagetools/jfs/t1/190714/10/6066/5137/60b5ee3eE7807b6f8/7b07bb4a67ed9c25.png)}.body .left .ant-menu-item-selected .mail-list{background-image:url(https://img13.360buyimg.com/imagetools/jfs/t1/176157/36/12364/2118/60b5e13dE25af077a/70844db76a8d3600.png)}.body .left .ant-menu-item-selected .staging{background-image:url(https://img13.360buyimg.com/imagetools/jfs/t1/184229/19/6882/2140/60b5e13dE1c66c7d8/5f9c8549be13bf1c.png)}.body .left .ant-menu-title-content{display:block;width:100%;line-height:25px}.body .left .ant-menu-item-selected a{color:#02a7f0;font-weight:700}.body .left .logo{left:15px;top:15px;width:35px;height:35px;border-radius:2px}.body .left-app{height:100%;background:#fff;overflow-y:hidden}.body .right{overflow-y:auto}.body .right .header{height:50px;line-height:50px;background:#fff;align-items:center;padding-left:13px;padding-right:39px;justify-content:space-between}.body .right .header .header-search{width:359px;height:32px;border:1px solid rgba(149,161,179,.2);border-radius:15px;padding-left:9px;padding-right:14px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#95a1b3}.body .right .header .header-search .header-search-left{display:flex;align-items:center}.body .right .header .header-search .header-search-left .search-img{width:16px;height:18px}.body .right .header .header-search .header-search-left .search-text{margin-left:5px;line-height:17px}.body .right .header .header-org-name{height:20px;line-height:20px;font-size:14px;font-weight:600;color:#393c4c}.body .right .ant-dropdown-open .header-select-icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.body .right .anticon-notification{margin-right:5px;font-size:18px;vertical-align:8px}.body .right .header-notice .ant-carousel{display:inline-block;width:500px;height:35px;padding-right:20px;margin-top:10px}.body .right .header-notice .ant-carousel div{height:35px}.body .right .header-notice-item{width:100%;line-height:35px}.body .right .header-notice-item span{cursor:pointer}.body .right .header-notice-item span:hover{color:#1998ff}.body .right .header-download-mac{padding-left:35px;color:#262d50;background:url(https://img13.360buyimg.com/imagetools/jfs/t1/195741/21/6933/1331/60bdfa37Ebc213a30/1a36cbf21157b07f.png) 0 no-repeat;background-size:25px auto}.body .right .right-con{position:relative;height:calc(100% - 60px);overflow-y:auto}.body .right .right-con.full-height{height:100%}.header-select-list{width:180px;padding:10px;background:#fff;border:1px solid rgba(149,161,179,.4);border-radius:4px}.header-select-list li{position:relative;padding:10px 0 10px 10px;font-size:14px;color:#393c4c;cursor:pointer;transition:.3s}.header-select-list li:hover{background:#f2f2f2}.header-select-list li.active{padding-right:23px;color:#326eff}.header-select-list li.active:before{content:"";position:absolute;width:10px;height:5px;background:transparent;bottom:18px;right:10px;border:2px solid #326eff;border-top:none;border-right:none;-webkit-transform:rotate(-50deg);transform:rotate(-50deg)}@-webkit-keyframes Tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}to{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes Tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}to{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.point-menu{top:0;color:#fff;border-radius:50px;font-size:12px;min-width:20px;padding:0 4px;height:20px;line-height:20px;text-align:center;display:none}.point-menu,.point-unread-red{position:absolute;right:5px;background:#ff4d4f}.point-unread-red{top:5px;width:8px;height:8px;display:block!important;border-radius:4px}.point-app-num{position:absolute;right:-8px;top:-8px;display:none}.point-app-mark-num,.point-app-num{background:#ff4d4f;color:#fff;border-radius:50px;font-size:12px;min-width:20px;padding:0 4px;height:20px;line-height:20px;text-align:center}.point-app-mark-num{display:inline-block;-webkit-transform:translate(-5px,-10px);transform:translate(-5px,-10px);display:none}.show-point .point-app-num,.show-point .point-menu{display:block}.show-point .point-app-mark-num{display:inline-block}.org-list-mask{width:100%;height:100%;background-color:rgba(0,0,0,.6);position:absolute;z-index:999;left:0;right:0;top:0;bottom:0}.org-list-container{width:480px;height:400px;position:absolute;left:50%;top:50%;margin-left:-175px;margin-top:-231px;z-index:1000;background-color:#fff;border-radius:4px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.org-list-container .org-list-header{width:100%;height:50px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6eef9;padding-right:10px}.org-list-container .org-list-header .title{font-size:14px;font-weight:600;color:#1d2129;margin-left:24px}.org-list-container .org-list-header .title .org-arrow{width:5px;height:7px}.org-list-container .org-list-header .close{width:50px}.org-list-container .org-list-header .close img{width:13px;height:12px;margin-left:24px}.org-list-container .org-list-content{overflow:auto;width:100%;height:334px;display:flex;flex-direction:column}.org-list-container .org-list-content .org-list-title{display:flex;justify-content:space-between}.org-list-container .org-list-content .org-list-title .org-change-btn{margin:10px 16px 0 0}.org-list-container .org-list-content .org-list-title .org-change-btn .ant-btn{height:40px}.org-list-container .org-list-content .org-change{align-self:flex-start;margin-top:20px;margin-left:24px;margin-bottom:20px;font-size:14px;color:rgba(57,60,76,.4)}.org-list-container .org-list-content .zone-row-container{height:40px;display:flex;align-items:center;padding-left:24px;padding-right:16px;position:relative;width:100%}.org-list-container .org-list-content .zone-row-container .zone-row-icon{width:18px;height:18px}.org-list-container .org-list-content .zone-row-container .zone-row-content{flex:1 1;margin-left:16px;height:40px;line-height:40px;font-size:14px;color:#393c4c}.org-list-container .org-list-content .zone-row-container .zone-row-content span{margin-left:6px}.org-list-container .org-list-content .zone-row-container .zone-row-content-select{color:#326eff;background:rgba(68,104,255,.08);border-radius:4px}.org-list-container .org-list-content .zone-row-container .zone-row-img{width:12px;height:9px;margin-right:10px}.org-list-container .org-list-content .zone-row-container .zone-v-line{position:absolute;width:1px;height:10px;background:hsla(0,0%,59.2%,.4);left:27px;top:40px}.org-list-container .org-list-content .org-content-container{height:40px;display:flex;align-items:center;margin-left:27px;margin-right:27px;position:relative}.org-list-container .org-list-content .org-content-container:nth-of-type(n+1):before{content:"";position:absolute;top:17px;left:0;bottom:0;width:1px;background-color:hsla(0,0%,59.2%,.4)}.org-list-container .org-list-content .org-content-container:last-child:before{content:"";display:none}.org-list-container .org-list-content .org-content-container .org-line{width:18px;height:20px;align-self:flex-start;border-left:1px solid hsla(0,0%,59.2%,.4);border-bottom:1px solid hsla(0,0%,59.2%,.4);border-bottom-left-radius:4px;margin-bottom:0}.org-list-container .org-list-content .org-content-container .org-content-outter{height:40px;display:flex;align-items:center;margin-left:5px;flex:1 1}.org-list-container .org-list-content .org-content-container .org-content{height:20px;font-size:14px;margin-left:15px;color:#393c4c;margin-bottom:0;flex:1 1}.org-list-container .org-list-content .org-content-container .org-content-select{color:#326eff}.org-list-container .org-list-content .org-content-container .org-row-img{width:12px;height:9px;margin-right:10px}.org-list-container .org-list-content .org-container-select,.org-list-container .org-list-content .zone-row-select{background:rgba(127,155,221,.1);border-radius:4px}.menu-icon{display:inline-block;width:22px;height:22px;margin-right:8px;vertical-align:middle;background-size:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-radius:6px}.left-app::-webkit-scrollbar{display:none}.ant-menu-title-content,.menu-item-link,.menu-item-linktext{-webkit-user-select:none;-ms-user-select:none;user-select:none}.ant-menu-inline .ant-menu-title-content .menu-item-linktext{overflow:hidden;text-overflow:ellipsis}.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left{border-right:none}.ant-menu-submenu-arrow{display:none}.parse-item-top{position:relative}.parse-item-top:before{content:"";position:absolute;right:0;top:0;left:0;height:2px;border-top:2px dashed #326eff}.parse-item-bottom{position:relative}.parse-item-bottom:before{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;border-bottom:2px dashed #326eff}.ant-menu.ant-menu-inline-collapsed>.ant-menu-item,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title{padding:0 16px}.left-app-light{background:#fff}.left-app-light .left-app-t{box-shadow:0 0 2px 2px rgba(29,33,41,.04)}.left-app-light .left-app-t .org-info-container .org-name{color:#383c4d}.left-app-light .left-app-t .dot-img:hover{background:rgba(29,33,41,.04)}.left-app-light .left-app-t .org-mode-wrap{background:#fff;border:1px solid rgba(29,33,41,.08);box-shadow:10px 10px 10px 0 rgba(29,33,41,.1)}.left-app-light .left-app-t .org-mode-wrap .org-mode-title{font-size:12px;color:rgba(29,33,41,.4)}.left-app-light .left-app-t .org-mode-wrap .org-mode-multiple:hover,.left-app-light .left-app-t .org-mode-wrap .org-mode-single:hover{background:rgba(68,104,255,.09);color:#326eff}.left-app-light .left-app-t .org-mode-wrap .org-mode-selected{background:rgba(68,104,255,.09);color:#326eff!important}.left-app-light .left-app-t .org-mode-wrap .org-mode-single{font-size:14px;color:rgba(29,33,41,.9)}.left-app-light .left-app-t .org-mode-wrap .org-mode-multiple{font-size:14px;font-weight:500;color:rgba(29,33,41,.9)}.left-app-light .all-app-item{border-bottom:1px solid rgba(29,33,41,.04)}.left-app-light .all-app-item.all-app-item-selected .all-app-workbench{background-image:url(//img13.360buyimg.com/imagetools/jfs/t1/206453/34/19274/338/622214a6Ebed7db58/ee40b627f537d427.png)}.left-app-light .all-app-item.all-app-item-selected .all-app-text{color:#326eff}.left-app-light .all-app-item.all-app-item-selected .all-app-arrow{background-image:url(//storage.360buyimg.com/public-static-resource/saas/arrow-blue.png)}.left-app-light .all-app-item:hover .all-app-workbench{background-image:url(//img13.360buyimg.com/imagetools/jfs/t1/206453/34/19274/338/622214a6Ebed7db58/ee40b627f537d427.png)}.left-app-light .all-app-item:hover .all-app-text{color:#326eff}.left-app-light .all-app-item:hover .all-app-arrow{background-image:url(//storage.360buyimg.com/public-static-resource/saas/arrow-blue.png)}.left-app-light .all-app-item .all-app-workbench{background-image:url(//img10.360buyimg.com/imagetools/jfs/t1/168488/8/25087/331/61ef90f8Ec5e938e2/356f42ee87a86ec7.png)}.left-app-light .all-app-item .all-app-text{color:#1d2129}.left-app-light .all-app-item .all-app-arrow{background-image:url(//storage.360buyimg.com/public-static-resource/saas/arrow-gray.png)}.left-app-light .left-bottom-menu{background:#fff}.left-app-light .left-bottom-menu .bottom-menu-wrap{border-top:1px solid rgba(29,33,41,.04)}.left-app-light .left-bottom-menu .bottom-menu-wrap:hover{background:#f7f8fa}.left-app-light .menu-item-linktext{color:rgba(29,33,41,.9)}.left-app-light.narrow .ant-menu-submenu.ant-menu-submenu-vertical>.ant-menu-submenu-title{height:48px;line-height:48px;margin-top:0;margin-bottom:0}.left-app-light.narrow .ant-menu-item-selected{width:44px;border-radius:9px;margin:3px 5px;padding:0 11px;height:44px!important}.left-app-light.narrow .ant-menu-item-selected .ant-menu-item-icon{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.left-app-light.narrow .ant-menu-submenu-selected.ant-menu-submenu-vertical>.ant-menu-submenu-title{background-color:rgba(50,110,255,.1);width:44px;height:44px;border-radius:9px;margin:3px 5px;padding:0 11px;line-height:42px}.left-app-light.wide .ant-menu.ant-menu-root>.ant-menu-item-group:not(:last-child):after{background:rgba(29,33,41,.04)}.left-app-light.wide .ant-menu.ant-menu-root>.ant-menu-item-group .ant-menu-item-group-title{color:rgba(29,33,41,.4)}.left-app-light.wide .ant-menu.ant-menu-root>.ant-menu-item.ant-menu-item-active,.left-app-light.wide .ant-menu.ant-menu-root>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active{position:relative}.left-app-light.wide .ant-menu.ant-menu-root>.ant-menu-item.ant-menu-item-active:before,.left-app-light.wide .ant-menu.ant-menu-root>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active:before{content:"";position:absolute;top:17px;left:0;width:14px;height:14px;background-image:url(//img10.360buyimg.com/imagetools/jfs/t1/133098/23/24349/431/620f45b1Ecf23c321/7f922b5e1ddf7253.png);background-size:100%}.left-app-light.wide .ant-menu-item.ant-menu-item-active{background:#f6f7fb}.left-app-light.wide .ant-menu-item.ant-menu-item-active .menu-item-linktext{color:#326eff}.left-app-light.wide .ant-menu-item.ant-menu-item-selected{background:rgba(68,104,255,.1)}.left-app-light.wide .ant-menu-item.ant-menu-item-selected .menu-item-linktext{color:#326eff!important}.left-app-light.wide .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active{background:#f6f7fb}.left-app-light.wide .ant-menu-submenu.ant-menu-submenu-inline>.ant-menu-submenu-title{position:relative}.left-app-light.wide .ant-menu-submenu.ant-menu-submenu-inline>.ant-menu-submenu-title:after{content:"";position:absolute;top:50%;right:16px;-webkit-transform:translateY(-6px);transform:translateY(-6px);width:12px;height:12px;background-image:url(//img12.360buyimg.com/imagetools/jfs/t1/211553/10/15664/345/61e0ea89E7b718893/2868c55328efed11.png);background-size:100% 100%}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-item.ant-menu-item-active .ant-menu-title-content .menu-item-linktext{color:rgba(29,33,41,.9);-webkit-user-select:none;-ms-user-select:none;user-select:none}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline>.ant-menu-item.ant-menu-item-active>.ant-menu-title-content,.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline>.ant-menu-item.ant-menu-item-selected>.ant-menu-title-content,.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline>.ant-menu-item>.ant-menu-title-content{padding-left:0;position:relative}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active>.ant-menu-submenu-title{color:rgba(29,33,41,.9)}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected>.ant-menu-submenu-title{color:#326eff!important}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-title-content{color:#326eff!important;position:relative}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-title-content:before{background-color:#326eff}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu-submenu-title{position:relative}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu-submenu-title:after{content:"";position:absolute;top:50%;right:16px;-webkit-transform:translateY(-6px);transform:translateY(-6px);width:12px;height:12px;background-image:url(//img12.360buyimg.com/imagetools/jfs/t1/89633/4/19978/385/61e0eadcE0bc164ab/1fad26dfd76b9582.png);background-size:100% 100%}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline{background-color:rgba(144,147,153,.05)}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title{color:rgba(29,33,41,.9)}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title .ant-menu-title-content{position:relative}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title .ant-menu-title-content:before{background-color:#a5a6a9}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active .ant-menu-submenu-title .ant-menu-title-content{color:rgba(29,33,41,.9);position:relative}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active .ant-menu-submenu-title .ant-menu-title-content:before{background-color:#326eff}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-title-content{color:#326eff;position:relative}.left-app-light.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-title-content:before{background-color:#326eff}.left-app-dark{background:linear-gradient(180deg,rgba(31,40,57,.9),#1f2839)!important}.left-app-dark .left-app-t{box-shadow:0 0 1px 1px rgba(20,27,41,.6)}.left-app-dark .left-app-t .org-info-container .org-name{color:#fff}.left-app-dark .left-app-t .dot-img:hover{background:#0f1725}.left-app-dark .left-app-t .org-mode-wrap{background-color:#0f1725;border:1px solid rgba(29,33,41,.08);box-shadow:10px 10px 10px 0 rgba(29,33,41,.1)}.left-app-dark .left-app-t .org-mode-wrap .org-mode-title{font-size:12px;color:hsla(0,0%,100%,.4)}.left-app-dark .left-app-t .org-mode-wrap .org-mode-multiple:hover,.left-app-dark .left-app-t .org-mode-wrap .org-mode-single:hover{background:rgba(50,110,255,.6);color:#fff}.left-app-dark .left-app-t .org-mode-wrap .org-mode-selected{background:rgba(50,110,255,.6);color:#fff!important}.left-app-dark .left-app-t .org-mode-wrap .org-mode-single{font-size:14px;color:hsla(0,0%,100%,.8)}.left-app-dark .left-app-t .org-mode-wrap .org-mode-multiple{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.8)}.left-app-dark .all-app-item{border-bottom:1px solid rgba(20,27,41,.6)}.left-app-dark .all-app-item.all-app-item-selected{background:rgba(50,110,255,.6)}.left-app-dark .all-app-item.all-app-item-selected .all-app-workbench{background-image:url(//img10.360buyimg.com/imagetools/jfs/t1/162225/6/26027/283/622231aaE854aef04/b32ba2854f1e8026.png)}.left-app-dark .all-app-item.all-app-item-selected .all-app-text{color:#fff}.left-app-dark .all-app-item:hover{background:rgba(50,110,255,.6)}.left-app-dark .all-app-item:hover .all-app-workbench{background-image:url(//img10.360buyimg.com/imagetools/jfs/t1/162225/6/26027/283/622231aaE854aef04/b32ba2854f1e8026.png)}.left-app-dark .all-app-item:hover .all-app-text{color:#fff}.left-app-dark .all-app-item .all-app-workbench{background-image:url(//img14.360buyimg.com/imagetools/jfs/t1/129517/9/22793/284/61ef5e86E15fd2f16/2157dfc836aaecc3.png)}.left-app-dark .all-app-item .all-app-text{color:hsla(0,0%,100%,.9)}.left-app-dark .all-app-item .all-app-arrow{background-image:url(//img12.360buyimg.com/imagetools/jfs/t1/206698/27/16693/308/61ef635fEe145c046/a1a6518638c05f10.png)}.left-app-dark .left-bottom-menu{background:#1f2839}.left-app-dark .left-bottom-menu .bottom-menu-wrap{border-top:1px solid #141b29}.left-app-dark .left-bottom-menu .bottom-menu-wrap:hover{background:#0f1725}.left-app-dark.narrow .ant-menu-submenu.ant-menu-submenu-vertical>.ant-menu-submenu-title{height:48px;line-height:48px;margin-top:0;margin-bottom:0}.left-app-dark.narrow .ant-menu-item-selected{width:44px;border-radius:9px;margin:3px 5px;padding:0 11px;height:44px!important}.left-app-dark.narrow .ant-menu-item-selected .ant-menu-item-icon{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.left-app-dark.narrow .ant-menu-submenu-selected.ant-menu-submenu-vertical>.ant-menu-submenu-title{background:rgba(50,110,255,.6);width:44px;height:44px;border-radius:9px;margin:3px 5px;padding:0 11px;line-height:42px}.left-app-dark.wide .ant-menu.ant-menu-root>.ant-menu-item-group:not(:last-child):after{background:rgba(20,27,41,.6)}.left-app-dark.wide .ant-menu.ant-menu-root>.ant-menu-item-group .ant-menu-item-group-title{color:hsla(0,0%,100%,.4)}.left-app-dark.wide .ant-menu.ant-menu-root>.ant-menu-item.ant-menu-item-active,.left-app-dark.wide .ant-menu.ant-menu-root>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active{position:relative}.left-app-dark.wide .ant-menu.ant-menu-root>.ant-menu-item.ant-menu-item-active:before,.left-app-dark.wide .ant-menu.ant-menu-root>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active:before{content:"";position:absolute;top:17px;left:0;width:14px;height:14px;background-image:url(//img12.360buyimg.com/imagetools/jfs/t1/130799/33/22327/352/620f4573Ee5ee8463/5ce5392a8ed52999.png);background-size:100%}.left-app-dark.wide .ant-menu-item.ant-menu-item-active{background:#0f1725}.left-app-dark.wide .ant-menu-item.ant-menu-item-active .menu-item-linktext{color:#fff!important}.left-app-dark.wide .ant-menu-item.ant-menu-item-selected{background:rgba(68,104,255,.6)}.left-app-dark.wide .ant-menu-item.ant-menu-item-selected .menu-item-linktext{color:#fff!important}.left-app-dark.wide .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active{background:#0f1725}.left-app-dark.wide .ant-menu-submenu.ant-menu-submenu-inline>.ant-menu-submenu-title{position:relative}.left-app-dark.wide .ant-menu-submenu.ant-menu-submenu-inline>.ant-menu-submenu-title:after{content:"";position:absolute;top:50%;right:16px;-webkit-transform:translateY(-6px);transform:translateY(-6px);width:12px;height:12px;background-image:url(//img12.360buyimg.com/imagetools/jfs/t1/206698/27/16693/308/61ef635fEe145c046/a1a6518638c05f10.png);background-size:100% 100%}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-item.ant-menu-item-active .ant-menu-title-content .menu-item-linktext{color:#fff;-webkit-user-select:none;-ms-user-select:none;user-select:none}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline>.ant-menu-item.ant-menu-item-active>.ant-menu-title-content,.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline>.ant-menu-item.ant-menu-item-selected>.ant-menu-title-content,.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline>.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline>.ant-menu-item>.ant-menu-title-content{padding-left:0;position:relative}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active>.ant-menu-submenu-title{color:#fff}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active>.ant-menu-submenu-title .ant-menu-title-content{color:#fff;position:relative}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active>.ant-menu-submenu-title .ant-menu-title-content:before{background-color:#a5a6a9}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected>.ant-menu-submenu-title{color:#fff!important}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-title-content{color:#fff!important;position:relative}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-title-content:before{background-color:#fff}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu-submenu-title{position:relative}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu-submenu-title:after{content:"";position:absolute;top:50%;right:16px;-webkit-transform:translateY(-6px);transform:translateY(-6px);width:12px;height:12px;background-image:url(//img10.360buyimg.com/imagetools/jfs/t1/157574/27/25979/254/61e0ebf1E5dbeeb5e/57208583aabe9eee.png);background-size:100% 100%}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline{background-color:transparent}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title{color:#fff}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title .ant-menu-title-content{position:relative}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title .ant-menu-title-content:before{background-color:#a5a6a9}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active .ant-menu-submenu-title .ant-menu-title-content{color:#fff;position:relative}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-active .ant-menu-submenu-title .ant-menu-title-content:before{background-color:#fff}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-title-content{color:#fff;position:relative}.left-app-dark.wide .ant-menu.ant-menu-root.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-title-content:before{background-color:#fff}.left-app{display:flex;flex-direction:column;border-right:1px solid rgba(29,33,42,.08)}.left-app .all-app-item{display:flex;height:48px;align-items:center;justify-content:space-between;padding:0 15px 0 19px;cursor:pointer}.left-app .all-app-item .all-app-workbench{background-size:100% 100%;width:16px;height:16px}.left-app .all-app-item .all-app-text{flex:1 1;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:8px;opacity:1;transition:opacity .3s cubic-bezier(.645,.045,.355,1),margin .3s,color .3s}.left-app .all-app-item .all-app-arrow{background-size:100% 100%;width:9px;height:12px}.left-app.narrow .left-app-t .dot-img,.left-app.narrow .left-app-t .org-info-container{display:none}.left-app.narrow .all-app-item .all-app-text{opacity:0;margin-left:0}.left-app.narrow .all-app-item .all-app-arrow{display:none}.left-app.narrow .left-bottom-menu{flex-direction:column-reverse;height:unset}.left-app.narrow .left-bottom-menu .bottom-menu-wrap{height:48px}.left-app.narrow .org-mode-wrap{display:none}.left-app.wide .ant-menu.ant-menu-root>.ant-menu-item,.left-app.wide .ant-menu.ant-menu-root>.ant-menu-submenu.ant-menu-submenu-inline>.ant-menu-submenu-title{padding-left:16px!important}.left-app.wide .org-mode-mask{position:fixed;top:0;right:0;bottom:0;left:0;background-color:transparent;z-index:997}.left-app.wide .org-mode-wrap{position:fixed;top:0;left:199px;width:156px;height:142px;z-index:998;overflow:hidden;border-radius:0 4px 4px 0}.left-app.wide .org-mode-wrap .org-mode-title{height:46px;line-height:48px;padding:0 14px}.left-app.wide .org-mode-wrap .org-mode-multiple,.left-app.wide .org-mode-wrap .org-mode-single{height:48px;line-height:48px;padding:0 14px}.left-app .ant-menu-submenu{padding-bottom:0}.left-app .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title{margin-top:0;margin-bottom:0;height:48px;line-height:48px}.left-app .ant-menu-item,.left-app .ant-menu-item.ant-menu-item-only-child{height:48px;line-height:48px}.left-app .menu-item-link{width:100%;height:48px;display:flex;align-items:center;justify-content:flex-start}.left-app .menu-item-link:before{bottom:48px}.left-app .menu-item-linktext{flex:1 1;font-size:14px;font-weight:400;height:48px;line-height:48px}.left-app .left-app-t{height:64px;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;padding-left:12px;position:relative}.left-app .left-app-t .dot-img{position:absolute;right:5px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.left-app .left-app-t .dot-img:hover{border-radius:2px}.left-app .left-app-t .dot-img .dot-image{width:14px;height:14px}.left-app .left-app-t .org-logo{width:30px;height:30px;min-width:30px;border-radius:3px;margin-right:10px;background-color:#326eff;color:#fff;font-size:12px;display:flex;justify-content:center;align-items:center}.left-app .left-app-t .org-info-container{display:flex;align-items:center;max-width:98px}.left-app .left-app-t .org-info-container .org-name{display:inline-block;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center;font-size:14px;font-weight:500}.left-app .left-app-t .org-info-container .org-icon{width:5px;height:7px;margin-top:6px}.left-app .left-bottom-menu{cursor:pointer}.left-app .ant-layout-sider-children{display:flex;flex-direction:column}.left-app .ant-menu-item{margin-top:0;margin-bottom:0!important}.left-app .ant-menu-item.ant-menu-item-selected:after{content:"";border-right-color:transparent;-webkit-transform:none;transform:none;opacity:0;transition:none}.left-app .ant-menu-item .ant-menu-title-content,.left-app .ant-menu-submenu-title .ant-menu-title-content{margin-left:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.left-app .ant-menu.ant-menu-root>.ant-menu-item-group:not(:last-child):after{content:"";position:absolute;bottom:0;left:10px;right:10px;height:1px}.left-app .ant-menu.ant-menu-root>.ant-menu-item-group{margin-top:16px;position:relative}.left-app .ant-menu.ant-menu-root>.ant-menu-item-group .ant-menu-item-group-title{font-size:12px;font-weight:400;height:30px;line-height:30px;padding:0 0 0 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.left-app .ant-menu.ant-menu-root>.ant-menu-item-group .ant-menu-item-group-list>.ant-menu-item,.left-app .ant-menu.ant-menu-root>.ant-menu-item-group .ant-menu-item-group-list>.ant-menu-submenu-title,.left-app .ant-menu.ant-menu-root>.ant-menu-item-group .ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title{padding:0 0 0 16px!important}.left-app .ant-menu.ant-menu-root>.ant-menu-submenu.ant-menu-submenu-inline>.ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-submenu-title .ant-menu-title-content,.left-app .ant-menu.ant-menu-root>.ant-menu-submenu.ant-menu-submenu-inline>.ant-menu.ant-menu-sub.ant-menu-inline>.ant-menu-item>.ant-menu-title-content{padding-left:0;position:relative}.left-app .left-app-menu{flex:1 1;overflow-y:auto;background:unset}.left-app .left-app-menu::-webkit-scrollbar{display:none}.left-app .left-app-menu.ant-menu-inline .ant-menu-item-divider{width:86%;margin:10px auto}.hidden-menu{display:none}body .ant-menu-submenu.ant-menu-submenu-popup.ant-menu.ant-menu-submenu-placement-rightTop,body .ant-tooltip.ant-menu-inline-collapsed-tooltip.ant-tooltip-placement-right{top:-100000px!important;left:-100000px!important}.add-style{margin-left:-10px}.left-bottom-menu{height:48px}.left-bottom-menu,.left-bottom-menu .bottom-menu-wrap{width:100%;display:flex;justify-content:center;align-items:center}.left-bottom-menu .bottom-menu-wrap{height:54px;flex-direction:column;position:relative}.left-bottom-menu .bottom-menu-wrap .bottom-menu-icon{width:16px;height:16px;cursor:pointer}.left-bottom-menu .bottom-menu-wrap .bottom-menu-title{margin-top:3px;height:20px;line-height:20px;font-size:12px;color:#fff;cursor:pointer}.left-bottom-menu .bottom-menu-wrap .bottom-hover-dialog{position:absolute;top:-9px;height:20px;z-index:999;color:#fff;background:rgba(0,0,0,.8);border-radius:1px;font-size:12px;padding:2px 3px}.left-bottom-menu .bottom-menu-wrap .bottom-hover-dialog:before{position:absolute;left:50%;-webkit-transform:translateX(-3px);transform:translateX(-3px);bottom:-6px;content:"";width:0;height:0;border:3px solid transparent;border-top-color:rgba(0,0,0,.8)}.wide .app-list-panel{left:200px}.narrow .app-list-panel{left:55px}.dark-theme .app-list-panel,.light-theme .app-list-panel{background-color:#fff;box-shadow:2px 0 7px 0 rgba(0,0,0,.23)}.dark-theme .app-list-panel-header,.light-theme .app-list-panel-header{color:rgba(29,33,41,.6)}.dark-theme .app-list-panel-header .app-list-panel-closeicon,.light-theme .app-list-panel-header .app-list-panel-closeicon{background-image:url(//img13.360buyimg.com/imagetools/jfs/t1/174453/32/27588/546/6214b98aE5a4c90fe/a08b6b2b2ffae9ae.png)}.dark-theme .app-list-panel-searchbar,.light-theme .app-list-panel-searchbar{background:#fff}.dark-theme .app-list-panel-searchbar .search-icon,.light-theme .app-list-panel-searchbar .search-icon{background-image:url(//img12.360buyimg.com/imagetools/jfs/t1/118026/8/22026/1587/6214b9c7E2db2db37/aa402cafc6ef4190.png)}.dark-theme .app-list-panel-searchbar .search-input,.light-theme .app-list-panel-searchbar .search-input{background:transparent}.dark-theme .app-list-panel-searchbar .search-input::-webkit-input-placeholder,.light-theme .app-list-panel-searchbar .search-input::-webkit-input-placeholder{color:rgba(29,33,41,.4)}.dark-theme .app-list-panel-searchbar .search-input:-ms-input-placeholder,.light-theme .app-list-panel-searchbar .search-input:-ms-input-placeholder{color:rgba(29,33,41,.4)}.dark-theme .app-list-panel-searchbar .search-input::placeholder,.light-theme .app-list-panel-searchbar .search-input::placeholder{color:rgba(29,33,41,.4)}.dark-theme .app-list-panel-list .ant-tabs-tab .ant-tabs-tab-btn,.light-theme .app-list-panel-list .ant-tabs-tab .ant-tabs-tab-btn{color:#1d2129}.dark-theme .app-list-panel-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.light-theme .app-list-panel-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#326eff}.app-list-panel{position:fixed;top:0;bottom:0;z-index:998;width:810px;transition:all .2s linear;padding:18px 14px;display:flex;flex-direction:column}.app-list-panel-header{display:flex;align-items:center;justify-content:space-between;height:20px;font-size:14px;font-weight:500}.app-list-panel-header .app-list-panel-closeicon{width:14px;height:14px;background-size:100%;cursor:pointer}.app-list-panel-searchbar{display:flex;align-items:center;justify-content:flex-start;height:36px;margin-top:22px;margin-bottom:18px;border:1px solid #d9d9d9;border-radius:18px;width:354px}.app-list-panel-searchbar .search-icon{width:16px;height:16px;margin:0 8px 0 12px;background-size:100%}.app-list-panel-searchbar .search-input{flex:1 1;outline:none;border:none}.app-list-panel-list{flex:1 1;overflow:auto}.app-list-panel-list::-webkit-scrollbar{display:none}.transparent-mask{position:fixed;top:0;right:0;bottom:0;left:0;background-color:transparent;z-index:997}.transparent-mask .right-mask{position:absolute;left:865px;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.8)}.loadding-wrap{height:100%;position:relative;display:flex;align-items:center;justify-content:center}.dark-theme .app-list-panel-listitem .group-list .group-item,.light-theme .app-list-panel-listitem .group-list .group-item{color:rgba(29,33,41,.9)}.dark-theme .app-list-panel-listitem .group-list .group-item-one:hover,.light-theme .app-list-panel-listitem .group-list .group-item-one:hover{color:#326eff;background:rgba(50,110,255,.1)}.dark-theme .app-list-panel-listitem .group-list .group-item-one:hover .group-hover,.light-theme .app-list-panel-listitem .group-list .group-item-one:hover .group-hover{background-image:url(//storage.360buyimg.com/public-static-resource/saas/icon-ding-2.png)}.dark-theme .app-list-panel-listitem .group-list .group-item-one .group-hover,.light-theme .app-list-panel-listitem .group-list .group-item-one .group-hover{background-image:url(//storage.360buyimg.com/public-static-resource/saas/icon-ding-1.png)}.dark-theme .app-list-panel-listitem .group-list .group-item-one .group-hover.group-favorited,.light-theme .app-list-panel-listitem .group-list .group-item-one .group-hover.group-favorited{background-image:url(//storage.360buyimg.com/public-static-resource/saas/icon-ding-3.png)}.dark-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child,.light-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child{color:rgba(29,33,41,.7)}.dark-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child:hover,.light-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child:hover{color:#326eff;background:rgba(50,110,255,.1)}.dark-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child:hover .group-child-hover,.light-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child:hover .group-child-hover{background-image:url(//storage.360buyimg.com/public-static-resource/saas/icon-ding-2.png)}.dark-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child .group-child-hover,.light-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child .group-child-hover{background-image:url(//storage.360buyimg.com/public-static-resource/saas/icon-ding-1.png)}.dark-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child .group-child-hover.group-child-favorited,.light-theme .app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child .group-child-hover.group-child-favorited{background-image:url(//storage.360buyimg.com/public-static-resource/saas/icon-ding-3.png)}.dark-theme .app-list-panel-listitem .group-list .group-item .expand-group-child,.light-theme .app-list-panel-listitem .group-list .group-item .expand-group-child{padding-left:50px;height:40px}.dark-theme .app-list-panel-listitem .group-list .group-item .expand-group-child .expand-text,.light-theme .app-list-panel-listitem .group-list .group-item .expand-group-child .expand-text{color:rgba(29,33,41,.7)}.app-list-panel-listitem{height:100%;margin-top:14px;overflow:auto}.app-list-panel-listitem::-webkit-scrollbar{display:none}.app-list-panel-listitem .group-list{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.app-list-panel-listitem .group-list .group-item{width:246px;margin-bottom:30px;margin-right:10px;border-radius:9px;border:1px solid #f2f3f5}.app-list-panel-listitem .group-list .group-item.no-child{margin-bottom:10px}.app-list-panel-listitem .group-list .group-item.no-child .group-item-one{border-radius:8px!important}.app-list-panel-listitem .group-list .group-item-one{display:flex;align-items:center;justify-content:flex-start;background:#f5f7fa;height:60px;font-size:14px;padding:0 14px;cursor:pointer;border-radius:8px 8px 0 0;margin:-.2px}.app-list-panel-listitem .group-list .group-item-one .group-item-icon{margin-right:8px;border-radius:9px}.app-list-panel-listitem .group-list .group-item-one .group-item-name{flex:1 1;line-height:20px}.app-list-panel-listitem .group-list .group-item-one .group-hover{width:24px;height:24px;background-size:100%;position:relative}.app-list-panel-listitem .group-list .group-item-one .group-hover:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-190px}.app-list-panel-listitem .group-list .group-item .group-child-wrap{max-height:121px;transition:max-height .3s linear;overflow:hidden}.app-list-panel-listitem .group-list .group-item .group-child-wrap.group-child-wrap-expanded{max-height:10000px}.app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child{height:40px;padding-left:50px;font-size:14px;display:flex;align-items:center;justify-content:space-between;padding-right:14px;cursor:pointer}.app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child .group-child-hover{width:24px;height:24px;background-size:100%;position:relative}.app-list-panel-listitem .group-list .group-item .group-child-wrap .group-item-child .group-child-hover:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-190px;min-width:24px;min-height:24px}.app-list-panel-listitem .group-list .group-item .expand-group-child{display:flex;align-items:center;justify-content:flex-start;height:28px;padding-left:34px;cursor:pointer;font-size:12px;margin-right:4px}.open-title{width:calc(100% - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.container-dialog{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:999}.container-dialog .dialog-box{position:relative}.container-dialog .dialog-box .ant-carousel{width:1000px;height:600px}.container-dialog .dialog-box .close-dialog{position:absolute;cursor:pointer;top:-62px;right:-62px}.container-dialog .slick-dots-bottom{bottom:-30px}.search-nav-bar{display:flex;align-items:center;justify-content:space-between;width:100%;height:64px;border-bottom:1px solid rgba(29,33,41,.04);position:relative;box-shadow:0 0 2px 2px rgba(29,33,41,.04);background:linear-gradient(270deg,#f0f6ff,#fef6f5)}.search-nav-bar .page-title{font-size:14px;font-weight:600;color:rgba(29,33,41,.9);margin-left:14px}.search-nav-bar .flex-right{display:flex;align-items:center;justify-content:flex-end;padding-right:20px}.search-nav-bar .flex-right .ant-input-affix-wrapper{width:264px;border-radius:4px}.search-nav-bar .flex-right .ant-input-affix-wrapper .ant-input-prefix img{width:16px;height:16px}.search-nav-bar .flex-right .nav-item{position:relative;padding:0 26px}.search-nav-bar .flex-right .nav-item img{display:block;margin:0 auto}.search-nav-bar .flex-right .nav-item span{text-align:center;white-space:nowrap;font-size:12px;font-weight:400;color:#606266}.search-nav-bar .flex-right .nav-item:not(:last-child):after{position:absolute;right:0;top:calc(50% - 12px);width:1px;height:24px;background:#e5e5e5;content:""}.search-nav-bar:after{position:absolute;right:0;top:0;content:"";width:30px;height:20px;background-color:#d3e4f5;-webkit-clip-path:polygon(0 0,100% 0,100% 50%);clip-path:polygon(0 0,100% 0,100% 50%)}.search-nav-bar .user-info{display:flex;align-items:center;padding-left:24px}.search-nav-bar .user-info .avatar{width:32px;height:32px;margin-right:8px}.search-nav-bar .user-info .avatar img{width:100%;height:100%}.search-nav-bar .user-info .top{display:flex;align-items:center}.search-nav-bar .user-info .top .name{margin-right:8px;font-size:14px;font-family:PingFang SC,PingFangSC-Regular;font-weight:500}.search-nav-bar .user-info .top .org-name{width:80px;padding:0 4px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#326eff;background:rgba(68,104,255,.08);border:1px solid #326eff;border-radius:2px;font-size:12px}.search-nav-bar .user-info .bottom{color:#999;font-size:12px}.search-nav-bar .user-info .bottom .erp{color:#666}.guide-box{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:999}.guide-box .one-box{padding:10px 20px 20px;margin-left:20px;width:360px;height:140px;background:#fff;border:1px solid #fff;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,.23)}.guide-box .one-box .box-content{color:rgba(29,33,41,.8)}.guide-box .guide-home{height:472px;position:relative;width:812px;background:url(https://img13.360buyimg.com/imagetools/jfs/t1/223949/39/4470/71985/6204dfa4Ecb58d784/daf6fd29da290456.png)}.guide-box .guide-home .guide-1{width:296px;height:40px;position:absolute;top:72px;left:58px}.guide-box .guide-home .guide-2{width:296px;height:40px;position:absolute;top:138px;right:58px}.guide-box .guide-home .guide-3{width:264px;height:64px;background:#fff;border:1px solid #fff;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,.23);position:absolute;bottom:30px;left:274px;display:flex;align-items:center;justify-content:center;cursor:pointer}.guide-box .guide-home .guide-3:hover{background-color:#f5f6f9}.guide-box .guide-home .guide-3 img{width:94px;height:19px}.guide-box .guide-home .guide-text{font-family:PingFangSC;font-weight:400;color:rgba(29,33,41,.6);text-align:center;width:320px;height:44px}.guide-box .guide-home .text1{position:absolute;top:138px;left:46px}.guide-box .guide-home .text2{position:absolute;top:204px;left:446px;padding:0 27px;color:hsla(0,0%,100%,.6)}.guide-box .guide-home .text3{position:absolute;bottom:18px;right:20px;width:225px;height:22px;font-size:12px;font-family:PingFangSC;font-weight:400;color:hsla(0,0%,100%,.4)}.guide-box .guide-step-one{position:absolute;top:48px;left:0}.guide-box .guide-step-one img{width:198px;height:796px}.guide-box .guide-step-one .one-pos{position:absolute;top:0;left:220px;margin-left:0!important}.guide-box .guide-step-two{position:absolute;top:48px;left:2px;display:flex}.guide-box .guide-step-two img{width:198px;height:48px}.guide-box .guide-step-two .img-arrow{width:20px!important;height:20px!important;position:absolute;right:16px;top:35px}.guide-box .guide-step-three{position:absolute;top:107px;left:2px;display:flex}.guide-box .guide-step-three img{width:198px;height:48px}.guide-box .guide-step-three .img-arrow{width:20px!important;height:20px!important;position:absolute;left:8px;top:35px}.guide-box .guide-step-four{position:absolute;left:30px;bottom:4px;display:flex}.guide-box .guide-step-four img{width:40px;height:40px}.guide-box .guide-step-four .img-arrow{width:20px!important;height:20px!important;position:absolute;left:31px;top:20px}.guide-box .guide-step-four .content-pos{position:absolute;bottom:68px;margin-left:0}.guide-box .step{margin-bottom:10px;width:31px;height:27px;font-size:20px;font-family:PingFangSC;font-weight:500;color:#1d2129}.guide-box .btn{text-align:right;margin-top:10px}.guide-box .ok-btn{position:absolute;right:10px;bottom:8px}.guide-box .mt25{margin-top:25px}.guide-box .mt-10{margin-top:-10px}.guide-box .img-box,.oneorg-box{position:relative}.oneorg-box{width:100%;height:100%;background-image:url(https://storage.360buyimg.com/public-static-resource/saas/bg-main.png);background-size:cover}.oneorg-box .oneorg-img{position:absolute;top:60px;left:60px}.oneorg-box .oneorg-img img{height:60px}.oneorg-box .oneorg-content{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%}.oneorg-box .oneorg-content .oneorg-select{margin-top:33px;width:600px;height:520px;background:#fff;border-radius:4px;box-shadow:0 2px 13px 0 rgba(0,0,0,.18);padding:24px;overflow-y:auto}.oneorg-box .oneorg-content .oneorg-select .select-item{height:64px;background:hsla(0,0%,100%,.08);border:1px solid rgba(29,33,41,.1);border-radius:4px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.oneorg-box .oneorg-content .oneorg-select .select-item .slect-text img{margin-left:24px;margin-right:16px;margin-top:-10px;max-width:26px;max-height:26px}.oneorg-box .oneorg-content .oneorg-select .select-item .slect-text span{font-size:18px;font-family:PingFangSC;font-weight:400;color:#393c4c}.oneorg-box .oneorg-content .oneorg-select .select-item .slect-img img{display:none;margin-right:16px}.oneorg-box .oneorg-content .oneorg-select .select-item:hover{box-shadow:0 0 6px 0 rgba(0,0,0,.25)}.oneorg-box .oneorg-content .oneorg-select .select-item:hover span{color:#326eff}.oneorg-box .oneorg-content .oneorg-select .select-item:hover .slect-img img{display:block}.draggable-box{width:87px;height:161px;position:absolute;background-repeat:no-repeat;background-size:cover;top:50%;right:0;z-index:10}.draggable-box .draggable-text{text-align:center;color:#fff;cursor:move;background:#4d82ff;position:absolute;right:-1;height:20px;width:88px;border-radius:9px 0 0 0}.draggable-box .mock-img-icon{width:88px;height:161px;background:#52c41a;border-radius:0 0 0 9px;margin-top:20px;color:#fff;text-align:center;padding-top:6px}.draggable-box .mock-img-icon .mockBtn{border:1px solid #e4e7ed;width:80%;cursor:pointer;border-radius:5px;padding:3px 2px;font-size:12px;margin:4px auto 0}.draggable-box .mock-img-icon .mockBtn:hover{border:1px solid #4d82ff;color:#4d82ff}.draggable-box .mock-img-icon .mockStatus{font-size:12px}.draggable-box .mock-img-icon .mockText{line-height:20px;margin-top:6px}.draggable-box .mock-img-icon.on{background:#ee3c3c}.aichat-sidebar-entry{-webkit-user-drag:none;position:fixed;display:flex;flex-direction:row;justify-content:center;align-items:center;justify-content:left;cursor:pointer;grid-gap:6px;gap:6px;top:35%;right:0;border:1px solid #e6eaf2;box-shadow:0 5px 25px rgba(0,0,0,.0392156862745098),0 3.2px 12px rgba(0,0,0,.0784313725490196);background-color:#fff;height:40px;padding:0 30px 0 8px;border-radius:32px;transition:all .2s ease-in-out,bottom 0s;-webkit-transform:translateX(55px);transform:translateX(55px)}.aichat-sidebar-entry:hover{background-color:#326eff;-webkit-transform:translateX(25px);transform:translateX(25px);color:#fff}.aichat-sidebar-entry:hover>span{opacity:1}.aichat-sidebar-entry>img{display:block;width:24px;height:24px;border-radius:4px}.aichat-sidebar-entry>span{opacity:0;transition:opacity .3s ease}.chat-driver p{margin:0;padding:0}.chat-driver .chat-gpt{width:100%;height:auto}.chat-driver .chat-gpt .chat-dialog{position:relative;height:calc(100vh - 190px);overflow-y:auto;transition:.3s ease-in-out}.chat-driver .chat-gpt .chat-dialog .chat-list{width:95%;margin:20px auto 0;overflow:auto}.chat-driver .chat-gpt .chat-dialog .chat-list .text-xs{text-align:right;line-height:26px;color:#898989;font-size:12px}.chat-driver .chat-gpt .chat-dialog .chat-list .text-xs.text-right{text-align:right}.chat-driver .chat-gpt .chat-dialog .chat-list .text-xs.text-left{text-align:left}.chat-driver .chat-gpt .chat-dialog .chat-list .say{max-width:80%;opacity:.8;font-size:13px;line-height:1.6;font-weight:400;color:#000;text-align:start;padding:8px 12px;margin-bottom:24px;display:inline-block;background:#f6f8fa;border-radius:0 16px 16px 16px}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box{display:flex}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box .item{max-width:85%;opacity:.8;font-size:13px;line-height:1.6;font-weight:400;color:#000;text-align:start;padding:8px 12px;margin-bottom:24px;display:inline-block;word-break:break-all}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box .head{height:34px;border-radius:9999px;width:34px}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box.box-right{flex-direction:row-reverse}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box.box-right .head{margin-left:12px;background-image:url(https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg);background-repeat:no-repeat;background-size:100%}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box.box-right .head>img{width:100%;height:100%;border-radius:100%}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box.box-right .item{color:#fff;background:#6e819c;border-radius:16px 0 16px 16px}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box.box-left{flex-direction:unset}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box.box-left .head{margin-right:12px;background-image:url(//storage.360buyimg.com/public-static-resource/insurance/images/aichat/bxAiLogo.png);background-repeat:no-repeat;background-size:100%}.chat-driver .chat-gpt .chat-dialog .chat-list .text-box.box-left .item{background:#f6f8fa;border-radius:0 16px 16px 16px}.chat-driver .input-panel{position:absolute;left:0;bottom:0;width:100%;box-sizing:border-box;padding:0 16px;z-index:501;background:#f4f6f8;border-top:1px solid rgba(145,158,171,.05)}.chat-driver .input-panel .input-panel_toolbar{height:44px;display:flex;align-items:center;position:relative}.chat-driver .input-panel .input-panel_toolbar .toolbar-btn{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;font-size:12px;height:26px;padding:0 12px;border-radius:4px;background:#3872e0;border:1px solid #3872e0;justify-content:center;color:#fff;line-height:24px;cursor:pointer}.chat-driver .input-panel .input-panel_toolbar .toolbar-btn svg{min-width:14px;min-height:14px}.chat-driver .input-panel .input-panel_input-box{width:100%;position:relative;padding-bottom:16px;margin-top:10px}.chat-driver .input-panel .input-panel_input-box .z-input{width:100%;min-height:78px;background:#fff;border-radius:8px;box-sizing:border-box;padding:8px;display:flex;flex-direction:column;position:relative}.chat-driver .input-panel .input-panel_input-box .z-input .input-text TextArea{position:absolute;left:0;top:0;width:100%;height:100%;resize:none;border:none;font-size:14px;overflow:hidden auto;box-shadow:none;background-color:#fff;padding:4px 16px 4px 12px;color:#212b36}.chat-driver .input-panel .input-panel_input-box .z-input .input-toolbar{height:24px;display:flex;-webkit-user-select:none;-ms-user-select:none;user-select:none}.chat-driver .input-panel .input-panel_input-box .z-input .input-toolbar .input-word{flex:1 1;line-height:24px;font-size:12px;color:#737373;visibility:hidden}.chat-driver .input-panel .input-panel_input-box .z-input .input-toolbar .input-msg-btn{width:30px;height:30px;font-size:18px;color:#737373;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:15px;position:relative;right:0;top:0}.chat-driver .input-panel .input-panel_input-box .z-input .input-toolbar .input-msg-btn .octicon-paper-airplane{display:inline-block;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:text-bottom;overflow:visible}.div-box{filter:alpha(opacity=10);opacity:1;left:0;top:0;position:fixed;height:100%;width:100%;overflow:hidden;z-index:5}.home-page{padding:24px}.home-page .panel-title{margin-bottom:12px;font-size:14px;font-weight:700}.update-time-wrap{display:flex;align-items:center}.update-time-wrap .update-time-text{color:#aaa;margin-right:10px}.update-time-wrap .update-time-icon{color:#aaa;font-size:18px}.announcement-container{display:flex;align-items:center;height:176px;margin-bottom:20px}.announcement-container .list-item-title{font-size:12px;color:#95a1b3}.announcement-container .banner-wrap{width:776px;margin-right:16px}.announcement-container .banner-wrap-bigger{width:100%}.announcement-container .announcement-box{flex:1 1;min-width:245px}.announcement-container .announcement-wrap{background:#fff;border-radius:13px;padding:16px 16px 14px}.announcement-container .announcement-header{height:20px;display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.announcement-container .announcement-header .header-title-main{display:flex;align-items:center}.announcement-container .announcement-header .header-title-main .title-icon{width:3px;height:14px;margin-right:8px}.announcement-container .announcement-header .title{font-size:14px;font-weight:600;color:#243045}.announcement-container .announcement-header .actionText{height:20px;line-height:20px;font-size:12px;font-weight:400;color:#326eff;display:flex;align-items:center}.announcement-container .announcement-header .right-blue{margin-left:6px;width:6px;height:10px}.online-service{height:200px;background-color:#7fffd4;border-radius:4px}.data-focus-list{display:flex;flex-wrap:wrap;margin-left:3px}.data-focus-list .data-focus-list-item{display:flex;width:46.85%;height:66px;margin-top:10px;margin-bottom:20px;margin-right:0;background:#f8f9fa;border-radius:4px;padding:0 16px}.data-focus-list .data-focus-list-item:nth-child(odd){margin-right:12px}.ring-data-wrap{position:relative;height:100%;flex-direction:column}.ring-data-wrap,.ring-data-wrap .ring-data-first{display:flex;align-items:center;justify-content:center}.ring-data-wrap .ring-data-first-title{font-size:14px;font-weight:400;color:#95a1b3}.ring-data-wrap .ring-data-first-who{font-size:16px;font-weight:600;color:#393c4c}.remind-type-wrap{display:flex;align-items:center;justify-content:space-between}.remind-type-wrap .remind-type-head{display:flex;flex-direction:column;padding:0 20px;align-items:center}.remind-type-wrap .remind-type-head .remind-type-head-icon{height:30px;width:30px;border-radius:30px}.remind-type-wrap .remind-type-head .remind-type-head-name{color:#333}.remind-type-wrap .remind-type-data{flex:1 1}.remind-data-list{padding-right:67px;padding-left:19px;display:flex;justify-content:space-between;flex-wrap:wrap}.remind-data-list .remind-data-list-item{width:50%;margin-bottom:6px}.latest-visit-app-row .latest-visit-app-icon,.online-service-row .online-service-icon{width:16px;height:15px;margin-right:8px}.online-service-entry-link{height:23px;line-height:23px;display:block;padding:0 5px;color:#666;text-align:center}.video-list-wrap{display:flex;flex-wrap:wrap}.video-list-wrap .video-list-item{width:276px;height:180px;margin-right:20px;margin-bottom:20px}.mock-img{background-image:url(https://img10.360buyimg.com/imagetools/jfs/t1/162208/28/28514/25187/61c472c9E0bcd1d09/757db628f4c84c77.png);width:87px;height:161px;position:absolute;background-repeat:no-repeat;background-size:cover;top:50%;right:0;z-index:10}.online-service-row .gutter-row{height:100px;border-radius:9px}.online-service-row .list-box{background:#f8f9fa;border-radius:9px;display:flex;align-items:center;justify-content:flex-start;padding-left:20px;height:100px;border:1px solid #e4e7ed}.online-service-row .list-box .text{text-align:left}.online-service-row .list-box .text .name{font-size:16px;font-weight:500;color:#1d2129}.online-service-row .list-box .text .des{color:rgba(29,33,41,.4);margin-top:8px;font-size:12px}.online-service-row .list-box:hover{border:2px solid #326eff}.online-service-row .list-box:hover .name{color:#326eff}.online-service-row .list-box .online-service-icon{width:48px;height:48px}.latest-visit-app-row .gutter-row{height:60px;border-radius:9px}.latest-visit-app-row .list-box{background:#f8f9fa;border-radius:9px;display:flex;align-items:center;justify-content:flex-start;padding-left:12px;height:60px;border:1px solid #e4e7ed}.latest-visit-app-row .list-box .text{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 70px)}.latest-visit-app-row .list-box .text .name{font-size:16px;color:#1d2129;overflow:hidden;text-overflow:ellipsis}.latest-visit-app-row .list-box .text:after{content:"";position:absolute;top:50%;right:22px;-webkit-transform:translateY(-6px);transform:translateY(-6px);width:12px;height:12px;background-image:url(//img12.360buyimg.com/imagetools/jfs/t1/211553/10/15664/345/61e0ea89E7b718893/2868c55328efed11.png);background-size:100% 100%}.latest-visit-app-row .list-box:hover{border:2px solid #326eff}.latest-visit-app-row .list-box:hover .name{color:#326eff}.latest-visit-app-row .list-box:hover .text:after{background-image:url(//img10.360buyimg.com/imagetools/jfs/t1/192858/39/9758/333/60d976deEe366fe1f/442274e417ef0937.png);width:6px;height:10px;right:24px}.latest-visit-app-row .list-box .latest-visit-app-icon{width:32px;height:32px;border-radius:9px}.name-container{padding-left:20px}.name-container .name{color:#1d2129;font-size:16px;font-weight:600}.name-container .erp{color:rgba(29,33,41,.6);font-size:14px;margin-top:8px;padding-bottom:15px}.orgname{height:32px;font-size:14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:88px;line-height:32px;padding:0 16px;text-align:center;color:#326eff;background:rgba(50,110,255,.08);border-radius:5px;margin:10px 0 0;border:1px solid #326eff}.publicedText{margin-left:20px}.product .panel-body,.study .panel-body{margin-left:0}.latest-wrapper{max-height:100%;overflow:hidden}.user-box{position:relative;height:196px}.user-box .name-container{position:absolute;left:15px;top:30px;z-index:99}.user-box .namebgImg{position:absolute;right:0;bottom:0;width:80%;overflow:hidden}.user-box .namebgImg img{height:100%;width:100%}.nodata-box{position:absolute;top:0;left:0;right:0;bottom:30px;margin:63px auto 0;width:130px;height:121px;text-align:center}.nodata-box .imgbox{width:120px;height:93px}.nodata-box .imgbox img{width:100%}.nodata-box .nodata-tip{color:rgba(29,33,41,.4);font-size:14px;margin-top:8px}.todo-service-row{margin-bottom:0;height:150px;overflow:auto}.todo-service-row .todo-list-box{margin-top:8px;display:flex;align-items:center}.todo-service-row .todo-list-box .todo-item{font-size:14px;color:#243045;line-height:22px;height:22px;margin-right:20px;width:128px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.todo-service-row .todo-list-box .progress-wrap{flex:1 1}.todo-service-row .todo-list-box .todo-right-blue{display:none;margin:0 8px 0 4px;width:12px;height:12px}.todo-service-row .todo-list-box .todo-right-gray{display:inline-block;margin:0 8px 0 4px;width:12px;height:12px}.todo-service-row .todo-list-box .todo-action-text{height:20px;line-height:20px;font-size:12px;font-weight:400;color:rgba(36,48,69,.32);display:flex;align-items:center;margin-left:14px}.todo-service-row .todo-list-box .todo-action-text .to-detail{color:rgba(36,48,69,.32)}.todo-service-row .todo-list-box .todo-action-text:hover{color:#326eff}.todo-service-row .todo-list-box .todo-action-text:hover .todo-right-blue{display:inline-block}.todo-service-row .todo-list-box .todo-action-text:hover .todo-right-gray{display:none}.todo-service-row .todo-list-box .todo-action-text:hover .to-detail{color:#326eff}.todo-service-row .todo-list-box:hover .todo-action-text .todo-right-blue{display:inline-block}.todo-service-row .todo-list-box:hover .todo-action-text .todo-right-gray{display:none}.todo-service-row .todo-list-box:hover .todo-action-text .to-detail{color:#326eff}.todo-service-row .ant-progress-bg,.todo-service-row .ant-progress-inner{border-radius:0 3px 3px 0!important}.first-dynamic-floor,.second-dynamic-floor{margin-bottom:20px}.robot-open-content{position:fixed;right:27px;top:450px;display:flex;align-items:flex-end;transition:all 1s}.robot-open-content .robot-open-left{width:428px;height:152px;background-image:linear-gradient(270deg,#2ba4ff,#2ba4ff 10%,#3486ff 42%,#326eff);border-image:linear-gradient(246.2deg,#fff,hsla(0,0%,100%,.2)) 1.3 1.3;border-radius:76px 76px 0 76px;display:flex;justify-content:center;padding-top:24px}.robot-open-content .robot-open-left .robot-img{width:42px;height:80px;margin-right:16px}.robot-open-content .robot-open-left .robot-body{width:240px;display:flex;flex-direction:column}.robot-open-content .robot-open-left .robot-body .robot-desc{width:240px;height:56px;font-size:16px;color:#fff;line-height:28px;margin-bottom:16px}.robot-open-content .robot-open-left .robot-body .robot-desc .todo-num{color:#1ffff9;font-size:20px}.robot-open-content .robot-open-left .robot-body .robot-btn{display:flex;justify-content:flex-end}.robot-open-content .robot-open-left .robot-body .robot-btn .left-btn{display:inline-block;width:88px;height:32px;border:1px solid hsla(0,0%,100%,.56);border-radius:7px;margin-right:12px;line-height:32px;text-align:center;color:#fff;cursor:pointer}.robot-open-content .robot-open-left .robot-body .robot-btn .right-btn{display:inline-block;width:74px;height:32px;background:#fff;border-radius:7px;box-shadow:0 8px 12px 0 rgba(50,89,184,.16);line-height:32px;text-align:center;color:#326eff;cursor:pointer}.robot-open-content .robot-open-left .close-icon{cursor:pointer;width:16px;height:16px;margin-left:32px;margin-top:8px}.robot-open-content .robot-open-right{width:7px;height:31px}.robot-close-content{cursor:pointer;position:fixed;top:514px;right:-100px}.robot-close-content .robot-close-icon{width:70px;height:88px}.robot-open-enter{-webkit-transform:translateX(0);transform:translateX(0)}.robot-open-leave{-webkit-transform:translateX(500px);transform:translateX(500px)}.robot-close-enter{transition-delay:.6s;transition-duration:.5s;-webkit-transform:translateX(-100px);transform:translateX(-100px)}.robot-close-leave{transition:all .5s;-webkit-transform:translateX(100px);transform:translateX(100px)}.panel-wrap{background-color:#fff;margin-bottom:20px;border-radius:13px;min-width:300px}.panel-wrap .panel-header{justify-content:space-between;padding:14px}.panel-wrap .panel-header,.panel-wrap .panel-header .panel-header-main{display:flex;align-items:center}.panel-wrap .panel-header .panel-header-title{font-size:16px;font-weight:700;margin-right:8px}.head-title-wrap{justify-content:space-between;padding:16px}.head-title-wrap,.head-title-wrap .head-title-main{display:flex;align-items:center}.head-title-wrap .head-title-main .head-title-title{font-size:14px;font-weight:700;height:20px;line-height:20px;color:#243045}.head-title-wrap .head-title-main .title-radio{margin-left:8px;height:18px;background:#ea281e;text-align:center;line-height:18px;border-radius:9px;font-size:14px;font-weight:700;color:#fff;padding:0 7px 0 6px}.head-title-wrap .head-title-main .head-title-icon-1{width:3px;height:14px;margin-right:8px}.head-title-wrap .head-title-main .head-title-icon-2{width:4px;height:14px;margin-right:8px}.head-title-wrap .head-title-main .head-title-icon{width:20px;height:20px;margin-right:10px}.head-title-wrap .head-title-footer .action-button{font-size:14px;font-weight:400;color:#326eff}.task-wrap{background-color:#fff;margin-bottom:20px;border-radius:13px;min-width:300px}.task-wrap .panel-header{justify-content:space-between;padding:14px}.task-wrap .panel-header,.task-wrap .panel-header .panel-header-main{display:flex;align-items:center}.task-wrap .panel-header .panel-header-title{font-size:16px;font-weight:700;margin-right:8px}.task-wrap .task-content{height:212px}.task-message-box{position:absolute;top:0;left:0;right:0;bottom:30px;margin:62px auto 0;width:130px;height:121px;text-align:center}.task-message-box .imgbox{width:120px;height:93px;margin-bottom:8px}.task-message-box .imgbox img{width:100%}.task-message-box .message-tip{color:rgba(29,33,41,.4);font-size:14px}.progress-content{height:14px;width:"100%";background:rgba(222,229,237,.32);border-radius:0 3px 3px 0}.progress-inner{height:100%;line-height:14px;text-align:center;font-size:12px;font-weight:600;color:#fff;border-radius:0 3px 3px 0}.message-list-wrap{padding-right:10px;height:110px;overflow:auto}.message-list-wrap .message-list-item{position:relative}.message-list-wrap .message-list-item .list-item-row{display:flex;justify-content:space-between;align-items:center;color:#333}.message-list-wrap .message-list-item .list-item-row .list-item-title{width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#243045}.message-list-wrap .message-list-item .list-item-row .list-item-date{font-size:12px;color:#243045}.message-list-wrap .message-list-item+.message-list-item{margin-top:10px}.message-list-wrap .already-read .list-item-title{color:#243045}.message-list-wrap .already-read .list-item-title:hover{color:#326eff!important}.message-list-wrap .already-read .list-item-date{color:#243045}.message-list-wrap .already-read:before{background:#326eff}.message-container{position:relative}.message-box{position:absolute;top:0;left:0;right:0;bottom:30px;margin:auto;width:130px;height:121px;text-align:center}.message-box .imgbox{width:120px;height:93px;margin-bottom:8px}.message-box .imgbox img{width:100%}.message-box .message-tip{color:rgba(29,33,41,.4);font-size:14px}.video-item-wrap{height:180px;background-color:#fff;border-radius:9px;transition:all .2s linear}.video-item-wrap:hover{-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}.video-item-wrap .tip{position:absolute;z-index:990;height:20px;line-height:20px;width:100%;bottom:0;color:#303133}.video-item-poster-wrap{position:relative;display:block;padding-top:60%;width:100%;height:180px;overflow:hidden}.video-item-poster{width:100%}.video-item-poster,.video-item-poster-mask{position:absolute;top:0;bottom:0;left:0;right:0;height:140px;border-radius:9px}.video-item-poster-mask{display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;background-color:rgba(0,0,0,.2);transition:all .2s linear}.video-item-poster-mask:hover{opacity:1;box-shadow:0 2px 8px 0 rgba(0,0,0,.1)}.video-item-poster-mask .video-play{height:36px;width:36px}.search-wrap{display:flex;flex:1 1;align-items:center;justify-content:space-between;padding-left:10px;position:relative;border-radius:50px;height:32px}.search-wrap .search-input{height:32px;line-height:32px;position:absolute;padding-left:30px;padding-right:10px;top:0;left:0;height:100%;width:100%;border-radius:50px;background-color:transparent;border:1px solid #ddd}.search-wrap .search-quick{color:#999}.news{height:100%}.news .news-l{width:360px;padding:20px 0 0}.news .news-l .loading{position:absolute;left:50%;bottom:20px;margin-left:-14px}.news .news-l .loading.loading-top{top:50%}.news .news-l .news-l-search{padding:0 20px}.news .news-l .news-l-scroll{height:calc(100% - 52px);margin-top:20px;overflow-y:auto}.news .news-l ul li{padding:20px;border-bottom:1px solid #f6f6f6;cursor:pointer}.news .news-l ul li:hover{background:#f6f6f6}.news .news-l ul li.active{background:#f6f6f6;cursor:default}.news .news-l .news-l-title{width:200px}.news .news-l .news-l-icon{width:30px;height:30px;margin-right:5px}.news .news-l .news-l-icon img{width:100%;height:100%}.news .news-l .news-l-con{width:280px;color:#bcbcbf}.news .news-r{overflow-y:auto}.news .news-r img{max-width:100%!important}.news .news-r-time{color:#bcbcbf}.news .news-r-con{padding-top:20px;line-height:26px;font-size:14px}.news .news-r-con a,.news .news-r-con img{display:block;margin:0 auto}.c1{background-color:#14a42a}.c1,.c2{width:12px;height:12px;border-radius:2px}.c2{background-color:#c98822}.c3{background-color:#9c60ca;background-color:#c97493}.c3,.c5{width:12px;height:12px;border-radius:2px}.c5{background-color:#7896c9}.calendar-page-outter{height:100%;overflow:hidden}.calendar-page{position:relative;display:flex;height:calc(100% - 67px);-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;margin-top:11px;overflow:auto}.calendar-page .nav-label{display:flex;justify-content:center;align-items:center;font-size:14px;transition:all .3s}.calendar-page .nav-label .today{height:32px;line-height:32px;padding:0 12px;text-align:center;border:1px solid #e0e2e4;border-radius:5px;cursor:pointer;letter-spacing:2px;transition:all .2s}.calendar-page .nav-label .today:hover{color:#39a3ff;border:1px solid #39a3ff}.calendar-page .nav-label .today.disabled{color:#c8c9cb;border-color:#c8c9cb}.calendar-page .nav-label .nav-btn{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin:0 5px;cursor:pointer}.calendar-page .nav-label .nav-btn:hover{background-color:#eaeced}.calendar-page .nav-label .label-main{font-weight:700;font-size:18px;color:#000;margin-left:6px}.calendar-page-box{position:relative;width:274px;height:100%;background-color:#fff;border-right:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.calendar-page-box .calendar-mini{margin:15px 0;width:260px;padding:0 10px;border-radius:2px}.calendar-page-box .calendar-mini .ant-picker-date-panel .ant-picker-content th{text-align:center}.calendar-page-box .calendar-mini .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before,.calendar-page-box .calendar-mini .ant-picker-cell .ant-picker-cell-inner{border-radius:20px}.calendar-page-box .calendar-mini .ant-picker-panel{font-size:12px}.calendar-page-box .calendar-mini .nav-label{width:250px;justify-content:space-between;font-size:12px;padding-bottom:15px}.calendar-page-box .calendar-mini .nav-label .nav-btn{width:25px;height:25px}.calendar-page-box .calendar-mini .nav-label .label-main{font-size:15px;font-weight:700;flex:1 1;padding-left:5px}.calendar-page-box .search{height:60px;line-height:60px;display:flex;justify-content:center;align-items:center;padding:0 10px}.calendar-page-box .search .ant-input-affix-wrapper{border-radius:5px}.calendar-page-box .search-box{font-size:16px;color:#a2a3a4}.calendar-page-box .search .text-search{background:url(https://img13.360buyimg.com/imagetools/jfs/t1/180241/28/10926/1657/60d455d2E8f024d52/aae422ebd68096d4.png) 5px no-repeat;background-size:18px;padding-left:28px;border:1px solid rgba(149,161,179,.2);border-radius:4px;height:32px;line-height:32px;margin-left:4px;box-shadow:0 0 0 #fff}.calendar-page-box .new-calendar{width:30px;height:30px;background-color:#326eff;display:flex;justify-content:center;align-items:center;flex-shrink:0;border-radius:50px;color:#fff;font-size:16px;margin-left:10px;cursor:pointer}.calendar-page-box .calendar-matter{padding:10px 20px}.calendar-page-box .calendar-matter .title{font-size:14px;color:#747677}.calendar-page-box .calendar-setting{font-size:16px;border-top:1px solid #eaeced;margin:0 10px;display:flex;justify-content:flex-start;align-items:center;padding:10px;color:#747677}.calendar-page-box .calendar-setting .btn{font-size:14px;color:#2a2e30;margin-left:15px}.calendar-page-calendar{flex:1 1}.calendar-page-calendar .tool-bar{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:0 25px}.calendar-page-calendar .tool-bar .nav-wrapper{display:flex;justify-content:center;align-items:center;background-color:#eff0f1;border-radius:5px;padding:5px;font-size:13px;transition:all .35s}.calendar-page-calendar .tool-bar .nav-wrapper .view-btn{width:60px;height:24px;line-height:24px;text-align:center;border-radius:1px;color:#6e7071;cursor:pointer}.calendar-page-calendar .tool-bar .nav-wrapper .active{background-color:#fff;border-radius:5px;color:#000;box-shadow:2px 2px #eff0f1}.calendar-page .calendar-instance{background-color:#fff;height:calc(100vh - 60px)}.calendar-page .calendar-list{width:100%;height:90%;overflow-y:scroll;display:none}.calendar-page .calendar-list-row{display:flex;align-items:flex-start;border-bottom:1px solid #eaeced;box-sizing:border-box;width:100%;padding:10px;overflow:hidden}.calendar-page .calendar-list-row .date{width:160px;display:flex;flex-shrink:0;height:35px;padding:5px 15px}.calendar-page .calendar-list-row .date .day{font-size:18px;color:#2a2e30;width:30px;height:30px;line-height:30px;text-align:center;margin-right:5px}.calendar-page .calendar-list-row .date .sub-day{color:#747677;height:35px;line-height:30px}.calendar-page .calendar-list-row .date.today .day{background-color:#1890ff;color:#fff;border-radius:50%}.calendar-page .calendar-list-row .date.today .sub-day{color:#1890ff}.calendar-page .calendar-list-row .plan{position:relative;overflow:hidden;width:100%}.calendar-page .calendar-list-row .plan .item{display:flex;justify-content:flex-start;align-items:center;border-radius:5px;padding:5px 10px;font-size:14px;cursor:pointer;margin:5px 0;width:100%}.calendar-page .calendar-list-row .plan .item .dot{width:10px;height:10px;background-color:#00b854;border-radius:20px;margin:0 10px;flex-shrink:0}.calendar-page .calendar-list-row .plan .item .time{width:140px;flex-shrink:0}.calendar-page .calendar-list-row .plan .item .content{width:100%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.calendar-page .calendar-list-row .plan .item .content .conflict{color:#1890ff}.calendar-page .calendar-list-row .plan .item:hover{background-color:#ebecee}.calendar-page .calendar-list-row:last-child{border-bottom:0}.calendar-page .calendar-mini .calendar_container_3ie{width:250px;height:220px;overflow:hidden}.calendar-page .calendar-mini .calendar_showMonth_2rY{font-size:16px}.calendar-page .calendar-mini .calendar_weekBox_2u3{height:auto;margin-bottom:10px}.calendar-page .calendar-mini .calendar_weekItem_g_8{font-size:13px;color:#747677}.calendar-page .calendar-mini .calendar_dayItemContainer_Vm_{width:26px;height:26px;line-height:18px}.calendar-page .calendar-mini .calendar_controllerArrow_2U9{width:20px;height:20px}.calendar-page .calendar-mini .calendar_controller_Hhh{height:auto;display:none}.calendar-page .calendar-mini .calendar_dayBox_3Ws .calendar_dayItem_1pA{font-size:13px;height:auto;margin:5px 0;cursor:pointer}.calendar-page .calendar-mini .calendar_dayBox_3Ws .calendar_dayItem_1pA .calendar_dayItemText_117{color:#171a1d}.calendar-page .calendar-mini .calendar_dayBox_3Ws .calendar_dayItem_1pA.calendar_blurDay_15z .calendar_dayItemText_117{color:#e0e2e4}.calendar-page .calendar-mini .calendar_dayBox_3Ws .calendar_dayItem_1pA.calendar_today_2oW .calendar_dayItemContainer_Vm_{background-color:#e6f2fe}.calendar-page .calendar-mini .calendar_dayBox_3Ws .calendar_dayItem_1pA.calendar_today_2oW .calendar_dayItemText_117{background-color:#e6f2fe;color:#088bff}.calendar-page .calendar-mini .calendar_dayBox_3Ws .calendar_dayItem_1pA.calendar_chooseDate_2NB .calendar_dayItemContainer_Vm_{background-color:#0089ff}.calendar-page .calendar-mini .calendar_dayBox_3Ws .calendar_dayItem_1pA.calendar_chooseDate_2NB .calendar_dayItemText_117{background-color:#0089ff;color:#fff}.calendar-page-schedule-popup .ant-modal-footer,.calendar-page-schedule-popup .ant-modal-header{border-width:0}.calendar-page-schedule-popup .ant-modal-footer .ant-btn{border-radius:5px}.calendar-page-schedule-popup-box .list{display:flex;justify-content:flex-start;align-items:center;margin-bottom:15px}.calendar-page-schedule-popup-box .list .input{border-radius:5px;height:35px}.calendar-page-schedule-popup-box .list .icon{font-size:22px;color:#747677;margin-right:15px}.calendar-page-schedule-popup-box .list .is-all-day{flex:1 1;text-align:right}.calendar-page-schedule-popup-box .list .is-all-day .day{margin-right:8px}.calendar-page-schedule-popup-detail .handle{text-align:right}.calendar-page-schedule-popup-detail .handle .icon{font-size:20px;padding:5px;transition:all .2s;border-radius:5px;margin:0 3px;cursor:pointer;color:#747677}.calendar-page-schedule-popup-detail .handle .icon:hover{background-color:#eaeced}.calendar-page-schedule-popup-detail .detail{margin:10px 0}.calendar-page-schedule-popup-detail .detail .item{display:flex;justify-content:flex-start;align-items:center;margin-bottom:15px}.calendar-page-schedule-popup-detail .detail .item .main{line-height:1.5;white-space:pre-wrap;max-height:528px;overflow-y:auto}.calendar-page-schedule-popup-detail .detail .item .icon{margin-right:10px;flex-shrink:0}.calendar-page-schedule-popup-detail .detail .item .dot{width:10px;height:10px;margin-top:6px;border-radius:50%;background-color:#00b854}.calendar-page-schedule-popup-detail .detail .task-title{align-items:flex-start}.calendar-page-schedule-popup-detail .detail .task-title .main{font-weight:bolder}.calendar-page .tui-full-calendar-holiday-sat,.calendar-page .tui-full-calendar-holiday-sat .tui-full-calendar-weekday-grid-header .tui-full-calendar-weekday-grid-date{color:#ff4040!important}.calendar-page .tui-full-calendar-holiday-sat.tui-full-calendar-extra-date .tui-full-calendar-weekday-grid-header .tui-full-calendar-weekday-grid-date{color:rgba(255,64,64,.4)!important}.calendar-page .tui-full-calendar-holiday-sat .tui-full-calendar-dayname-date-area{color:#ff4040!important}.calendar-page .tui-full-calendar-weekday-schedule-title strong{display:none}.sidebar-menu .active-menu{color:#326eff}.sidebar-menu .sidebar-item-wrap{display:flex;cursor:pointer}.sidebar-menu .sidebar-item-wrap .item-left{width:32px;height:32px;border-radius:6px;overflow:hidden;margin:15px 10px 18px 0}.sidebar-menu .sidebar-item-wrap .item-left img{width:100%}.sidebar-menu .sidebar-item-wrap .item-right{flex:1 1;line-height:32px;padding:15px 15px 18px 0;font-family:"PingFangSC";font-size:14px;position:relative}.sidebar-menu .sidebar-item-wrap .item-right .item-right-div{background:url(https://storage.360buyimg.com/imgtools/4f19289e6e-93d50440-e5e3-11eb-a00e-39bc57cd582d.png) no-repeat 100%;background-size:6px 10px}.sidebar-menu .sidebar-item-wrap .item-right .manage-btn{position:absolute;right:15px;top:17px;font-size:12px;color:#326eff;font-family:"PingFangSC"}.sidebar-menu .sidebar-item-wrap .right-border{border-bottom:1px solid #e6eef9}.sidebar-menu .submenu-wrap{display:flex}.sidebar-menu .submenu-wrap .submenu-left{width:32px;height:18px;overflow:hidden;margin-right:10px}.sidebar-menu .submenu-wrap .submenu-left .submenu-icon{width:10px;height:10px;border-left:1px solid #95a1b3;border-bottom:1px solid #95a1b3;margin-left:22px}.sidebar-menu .submenu-wrap .submenu-right{flex:1 1;line-height:18px;font-size:12px;font-family:"PingFangSC";color:#95a1b3;padding-right:15px;cursor:pointer;padding-bottom:24px;border-bottom:1px solid #eff0f2}.sidebar-menu .submenu-wrap .submenu-right .submenu-text{background:url(https://storage.360buyimg.com/imgtools/4f19289e6e-93d50440-e5e3-11eb-a00e-39bc57cd582d.png) no-repeat 100%;background-size:6px 10px}.mail-list-wrap{position:relative;display:flex;height:100%;background:#fff;padding:0}.mail-list-wrap .mail-sidebar{display:flex;flex-direction:column;width:230px;padding-left:14px;border-right:1px solid #e6eef9}.mail-list-wrap .mail-sidebar .sidebar-search-wrap{display:flex;justify-content:center;align-items:center;padding-right:10px;padding-top:14px;padding-bottom:12px;box-sizing:border-box}.mail-list-wrap .mail-sidebar .sidebar-menu-wrap{flex:1 1;overflow:auto}.mail-list-wrap .mail-main{height:100%;width:64%}@media (min-width:576px){.mail-list-wrap .mail-sidebar{width:33.33333%}.mail-list-wrap .mail-main{width:66.66667%}}@media (min-width:768px){.mail-list-wrap .mail-sidebar{width:29.16667%}.mail-list-wrap .mail-main{width:70.83333%}}@media (min-width:992px){.mail-list-wrap .mail-sidebar{width:25%}.mail-list-wrap .mail-main{width:75%}}@media (min-width:1200px){.mail-list-wrap .mail-sidebar{width:20.83333%}.mail-list-wrap .mail-main{width:79.16667%}}.mail-main-header{display:flex;padding:20px;border-bottom:1px solid #e6eef9}.mail-main-header .header-img{width:32px;height:32px;margin-right:14px;border-radius:50%;overflow:hidden}.mail-main-header .header-img img{width:100%}.mail-main-header .header-title{height:32px;line-height:32px;font-size:16px;font-family:"PingFangSC";font-weight:600;color:#393c4c}.org-list{height:100%}.org-list .ant-empty{width:184px;height:184px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.org-list .list-item{display:flex;padding:14px 20px;line-height:32px;cursor:pointer}.org-list .list-item .list-left{background:#326eff;color:#fff;text-align:center;font-size:12px;font-family:"PingFangSC"}.org-list .list-item .left-img,.org-list .list-item .list-left{width:32px;height:32px;border-radius:5px;overflow:hidden;margin-right:10px}.org-list .list-item .left-img img{width:100%}.org-list .list-item .list-right{flex:1 1;line-height:32px;font-size:14px;font-family:"PingFangSC";padding-right:15px;cursor:pointer;background:url(https://storage.360buyimg.com/imgtools/4f19289e6e-93d50440-e5e3-11eb-a00e-39bc57cd582d.png) no-repeat 100%;background-size:6px 10px}.org-list .list-item .list-right-user{background:none}.org-list .list-item:hover{color:#326eff}.org-header{height:50px;line-height:50px;font-size:13px;color:#95a1b3;padding-right:50px}.org-header .org-header-con{padding-left:20px;border-bottom:1px solid #e6eef9}.org-header .org-header-con .headerName{cursor:pointer}.org-header .org-header-con .headerName .header-active{color:#326eff}.org-header .org-header-con .headerName .header-icon{margin:0 10px}.contacts-list-wrap .contacts-list-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px}.contacts-list-wrap .contacts-list-item:hover{background-color:#eee}.contacts-list-wrap .contacts-list-item .contacts-list-item-header{display:flex;align-items:center}.contacts-list-wrap .contacts-list-item .list-item-header-avatar{width:40px;height:40px;border-radius:50px;margin-right:10px}.contacts-list-wrap .contacts-list-item .list-item-header-amount,.contacts-list-wrap .contacts-list-item .list-item-header-name{font-size:14px;color:#333}.mail-list-org-page{height:100%;display:flex;flex-direction:column;position:relative}.mail-list-org-page .add-user{position:absolute;top:22px;right:20px;width:26px;height:26px;background:url(https://storage.360buyimg.com/imgtools/1ac4fecdaf-93b0b360-e5e3-11eb-a00e-39bc57cd582d.png) no-repeat;background-size:contain;cursor:pointer}.mail-list-org-page .page-body{flex:1 1;overflow:auto;position:relative}.mail-list-org-page .page-body .ant-spin-spinning{width:50px;height:50px;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto}.mail-list-org-page .page-body .org-list .org-item{display:flex;padding:14px 20px;line-height:32px;cursor:pointer}.mail-list-org-page .page-body .org-list .org-item .org-img{width:32px;height:32px;border-radius:5px;overflow:hidden;margin-right:10px}.mail-list-org-page .page-body .org-list .org-item .org-img img{width:100%}.mail-list-org-page .page-body .org-list .org-item .member-name{background:#326eff;color:#fff;text-align:center;font-size:12px;font-family:"PingFangSC"}.mail-list-org-page .page-body .org-list .org-item .org-title{flex:1 1;font-size:14px;font-family:"PingFangSC";font-weight:400;background:url(https://storage.360buyimg.com/imgtools/4f19289e6e-93d50440-e5e3-11eb-a00e-39bc57cd582d.png) no-repeat 100%;background-size:6px 10px}.mail-list-group-page{height:100%;display:flex;flex-direction:column}.mail-list-group-page .page-body{flex:1 1;overflow:auto}.mail-list-out-contacts-page{height:100%;display:flex;flex-direction:column}.mail-list-out-contacts-page .page-body{flex:1 1;overflow:auto}.mail-list-new-contacts-page{height:100%;display:flex;flex-direction:column}.mail-list-new-contacts-page .page-body{flex:1 1;overflow:auto}.ant-tabs-nav{margin-bottom:0!important}.flex-wrap{display:flex}.ant-tabs,.ant-tabs-content{height:100%}.application-wrap{-webkit-user-select:none;-ms-user-select:none;user-select:none}.application-wrap .search-box{height:52px;background-color:#fff;padding:10px 0 10px 14px}.application-wrap .search-box input{border:1px solid #95a1b3;border-radius:15px;opacity:1;background:#eee;background:url(https://img13.360buyimg.com/imagetools/jfs/t1/180241/28/10926/1657/60d455d2E8f024d52/aae422ebd68096d4.png) no-repeat 10px;background-size:18px;padding-left:35px;width:252px;height:32px;color:#95a1b3}.application-wrap .block{background:none;margin-bottom:10px}.application-wrap .ad-box{width:364px;height:146px;margin-right:20px;overflow:hidden}.application-wrap .ad-box img{width:100%;height:100%}.application-wrap .used-list{flex-wrap:wrap;align-items:flex-start;align-content:flex-start;padding:10px 10px 0;border:1px dashed rgba(246,247,249,.8);border-radius:4px}.application-wrap .used-list .top-item{height:66px}.application-wrap .used-list .top-item .u-title{position:relative;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#393c4c}.application-wrap .used-list-edit{border-color:#ccc;overflow:hidden}.application-wrap .used-list-hover{border-color:#999}.application-wrap .i-block{display:inline-block}.application-wrap .use-item-drag{width:175px;height:66px;margin:0 12px 10px 0}.application-wrap .use-item-drag .use-item{margin:0}.application-wrap .use-item{align-items:center;width:178px;height:66px;background:#fff;padding:0 0 0 10px;margin:0 12px 10px 0;border-radius:5px;position:relative;cursor:pointer}.application-wrap .use-item .u-title{padding-right:5px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#393c4c}.application-wrap .use-item .use-img{width:36px;height:36px;margin-right:10px}.application-wrap .use-item .icon-del{transition:all .5s;width:20px;height:20px;background:#fff url(https://storage.360buyimg.com/imgtools/495505217e-e539daa0-eed9-11eb-9bca-a5ca8d8390c4.png) no-repeat;position:absolute;left:-5px;top:-5px;border-radius:50%;background-size:20px auto;cursor:pointer;opacity:0}.application-wrap .use-item .icon-drag{right:-5px;top:-5px;width:20px;height:20px;background:url(https://img12.360buyimg.com/imagetools/jfs/t1/180286/15/16409/649/61020feaEe0993926/3a876b76986a8a8a.png) no-repeat;background-size:20px auto}.application-wrap .use-item:hover .icon-del{opacity:1}.application-wrap .drag{cursor:move}.application-wrap .all-application .item-title{font-size:20px}.application-wrap .all-application .a-top{align-items:center}.application-wrap .all-application .category-list{margin:30px 0}.application-wrap .all-application .category-list .separated{margin:0 24px}.application-wrap .all-application .category-list .u-title{position:relative;cursor:pointer;color:#8f959e}.application-wrap .all-application .category-list .cur{cursor:default;color:#326eff}.application-wrap .all-application .category-list .cur .separated{color:#8f959e}.staging-modal .ant-modal-body{padding-bottom:15px}.all-application-modal .used-list{padding-top:10px}.all-application-modal .use-item{align-items:center;width:100%;height:30px;border-bottom:1px solid #eee;background:#fff;padding:30px 0;border-radius:5px;position:relative}.all-application-modal .use-item .use-img{width:36px;height:36px;margin-right:10px}.all-application-modal .use-item .add-app{font-size:12px;position:absolute;right:0;top:15px;padding:0 10px;cursor:pointer}.all-application-modal .use-item:last-child{border:0}.all-application-modal .separated{margin:0 14px}.all-application-modal .u-title{cursor:pointer;font-weight:400;color:#8f959e}.all-application-modal .cur{cursor:default;color:#326eff}.staging,.staging .ant-tabs,.staging .ant-tabs-content{height:100%}.staging .ant-tabs-content-holder{overflow-y:auto}.staging .ant-tabs-tab{margin-top:6px!important;margin-right:3px!important;-webkit-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes apptada{10%,30%,50%,70%,90%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}0%,20%,40%,60%,80%,to{-webkit-transform:rotate(1deg);transform:rotate(1deg)}}@keyframes apptada{10%,30%,50%,70%,90%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}0%,20%,40%,60%,80%,to{-webkit-transform:rotate(1deg);transform:rotate(1deg)}}.staging .tada{-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:apptada;animation-name:apptada}.no-page{padding-top:250px;text-align:center}.set{height:100%;color:#333;padding:0!important}.set .set-box{height:calc(100% - 62px);padding:0 0 20px;margin-top:14px;margin-left:14px;background-color:#fff}.set .set-l{width:180px;padding:10px;border-right:1px solid rgba(149,161,179,.2);font-size:14px;color:#393c4c;margin:0}.set .set-l .anticon{margin:0 10px;font-size:18px;vertical-align:-4px}.set .set-l li{line-height:48px;cursor:pointer;display:flex;align-items:center;font-size:14px;color:#393c4c;border-radius:4px}.set .set-l li.active{color:#326eff;background:#f7f9ff}.set .set-l li.hover{background:#f7f9ff}.set .set-l li .set-icon-item{width:18px;height:18px}.set .set-l li .mr10{margin-right:10px}.set .set-l li img{margin-left:8px;width:24px;height:24px}.set .set-l li .haveNew{background:#f6e1e4;color:#d06867}.set .set-l li .haveNew,.set .set-l li .isNew{float:right;height:25px;line-height:25px;padding:0 5px;margin:12px 10px 0 0;font-size:12px;border-radius:2px}.set .set-l li .isNew{background:#69aeef;color:#fff}.set .set-r{padding:0 20px 60px;overflow-y:auto}.set .set-r-item{border-bottom:1px solid rgba(149,161,179,.2)}.set .set-r-item:first-child{border-top:0}.set .set-r-item .ant-timeline-item-content{color:#aaa}.set .set-r-item .ant-timeline-item-head-blue{border-color:#aaa}.set .set-r-item .ant-timeline-item:first-child .ant-timeline-item-content{color:#393c4c}.set .set-r-item .ant-timeline-item:first-child .ant-timeline-item-head-blue{border-color:#1890ff}.set .set-r-item:last-of-type .set-r-content{border:0;padding-bottom:0}.set .set-r-item:last-child{border-bottom:0}.set .set-r-title{padding:24px 0 10px;line-height:25px;font-size:18px;font-weight:700}.set .set-r-content{padding:10px 30px 24px 0;margin-left:10px;color:#393c4c}.set .set-r-content .block-btn{min-width:120px;height:32px;border-radius:4px}.set .set-r-user{font-size:14px}.set .set-r-user .avatar{width:44px;height:44px;line-height:20px}.set .set-r-user .avatar img{width:100%;height:100%;border-radius:4px}.set .set-r-user .avatar p{margin:0}.set .set-r-user .logout-btn{margin-bottom:10px}.set .set-r-box .title{font-size:14px;color:#393c4c;line-height:20px;margin-bottom:4px}.set .set-r-box .text{font-size:12px!important;width:156px;line-height:18px;color:#393c4c;display:inline-block;opacity:.4}.set .set-r-box .ant-btn-link{height:18px}.set .set-r-box .btn{color:#326eff;padding:0}.set .ml{margin-right:235px}.set .set-item{padding:20px 0;border-bottom:1px solid #f2f2f2}.set .set-item:first-child{padding-top:0}.set .set-item-title{padding-bottom:20px;font-size:14px;font-weight:700}.set .set-item-btn{display:inline-block;width:120px;line-height:26px;margin-right:10px;text-align:center;border-radius:20px;border:1px solid #d8d8d8;color:#363636;cursor:pointer}.set .set-item-btn:hover{background:#f2f2f2}.set .set-item-skinwrap{width:100%;margin-right:40px;display:flex;justify-content:flex-start}.set .set-item-skin{width:190px;cursor:pointer;margin-right:40px}.set .set-item-skin img{width:100%;height:97px}.log-list-modal .ant-modal-content{border-radius:10px}.log-list-modal .ant-modal-content .ant-modal-body{padding:40px 0}.log-wrapper{font-size:14px;line-height:20px}.log-wrapper,.log-wrapper-normal{color:#393c4c}.log-wrapper:not(:last-of-type){padding-bottom:30px;border-bottom:1px solid #eaecf0}.log-wrapper:not(:first-of-type) .log-time{margin-top:30px}.log-wrapper .log-time{height:25px;font-size:16px;font-weight:600;color:#333}.log-wrapper .log-title{margin-top:4px}.log-wrapper .log-content{opacity:.6;margin-top:15px}.log-wrapper .log-content-item:not(:last-of-type){margin-bottom:10px}.set-skin span{display:inline-block;width:20px;height:20px;margin:10px;cursor:pointer}.set-skin span.dark{background:#2a2a2a}.set-skin span.gray{background:#cfcfd0}.set-skin span.purple{background:#9462f1}.set-skin span.blue{background:#649cee}.set-skin span.active{cursor:default}.set-skin span.active:after{content:"";margin:5px;display:table;width:10px;height:10px;background:#fff;border-radius:50%}.logout-frame>iframe{opacity:0;visibility:hidden;position:absolute;z-index:-1000}.ant-modal-mask{background-color:rgba(0,0,0,.45)}.task-modal-box{padding:24px 30px 0}.task-modal-box .ant-modal-content{border-radius:20px}.task-modal-box .ant-modal-content .ant-modal-header{padding:24px 29px 13px 30px;border-radius:20px;border-bottom:none}.task-modal-box .modal-title-wrap{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.task-modal-box .modal-title-wrap .title{height:22px;font-size:16px;font-family:PingFangSC;font-weight:600;color:#393c4c}.task-modal-box .close-icon{position:absolute;top:-50px;right:0;width:30px;height:50px}.task-modal-box .textarea-outter{position:relative}.task-modal-box .textarea-outter .textarea-wrap{border-radius:8px;height:72px}.task-modal-box .textarea-outter .show-count{position:absolute;right:21px;bottom:5px;z-index:9999;font-size:14px;font-family:PingFangSC;font-weight:400;color:rgba(149,161,179,.8)}.task-modal-box .upload-images-box{display:flex;justify-content:flex-end;align-items:center}.task-modal-box .upload-btn{display:flex;align-items:center;font-size:12px;font-family:PingFangSC;font-weight:400;color:#326eff;margin:10px;height:20px}.task-modal-box .upload-btn .icon{width:16px;height:16px;margin-right:3px}.task-modal-box .select-box .staff-model-box{justify-items:center;align-items:center}.task-modal-box .select-box .staff-model-box .handle-user-count{font-size:13px;font-family:PingFangSC;font-weight:400;color:rgba(50,110,255,.8);margin-left:10px}.task-modal-box .select-box .sa-select-selection{border-radius:8px}.task-modal-box .select-box .select-list{margin:14px 0 0;align-items:center}.task-modal-box .select-box .select-list .sa-select-selection--multiple{min-height:32px;padding-bottom:0}.task-modal-box .select-box .select-list .sa-select-selection--multiple ul li{margin-top:2px}.task-modal-box .select-box .select-list .sa-select-selection__rendered{margin-bottom:0;line-height:36px}.task-modal-box .select-box .select-list .avatar{width:20px;height:20px;margin:0 10px 0 0;line-height:20px}.task-modal-box .select-box .select-list .avatar.describe{align-self:flex-start;margin-top:15px}.task-modal-box .select-box .select-list .form-item__label{white-space:nowrap;width:66px;box-sizing:border-box;font-size:14px;color:#393c4c;font-family:PingFangSC;font-weight:400}.task-modal-box .select-box .select-list .form-item__label.describe{align-self:flex-start;margin-top:15px}.task-modal-box .select-box .select-list .date-picker{width:330px;border-radius:8px;height:36px;line-height:36px}.task-modal-box .select-box .select-list .ant-input{border-radius:8px;height:36px;line-height:36px;flex:1 1}.task-modal-box .select-box .select-list .sa-select{width:273px!important;max-height:100px;overflow-y:auto}.task-modal-box .select-box .select-list .ant-select-selector{border-radius:8px;height:36px}.task-modal-box .select-box .select-list .ant-select-selector .ant-select-selection-item{line-height:36px}.task-modal-box .foot-box{margin-top:14px;justify-content:space-between}.task-modal-box .foot-box .more-box .more-text{font-size:13px;font-family:PingFangSC;font-weight:400;color:#393c4c}.task-modal-box .foot-box .more-box .more-img{margin-left:8px;width:10px;height:10px}.task-modal-box .foot-box .checkbox{align-items:center}.task-modal-box .foot-box .checkbox .checkbox-img{width:14px;height:14px;background:url(https://storage.360buyimg.com/imgtools/41bc4f517f-e908c870-e840-11eb-a009-9768a1d6c451.png) no-repeat;background-size:14px auto;cursor:pointer}.task-modal-box .foot-box .checkbox .active{width:14px;height:14px;background:url(https://storage.360buyimg.com/imgtools/41bc4f517f-1bedd8b0-e842-11eb-a009-9768a1d6c451.png) no-repeat;background-size:14px auto;cursor:pointer}.task-modal-box .foot-box .checkbox .checkbox-text{font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c;margin-left:5px}.task-modal-box .ant-modal-title{font-size:16px;font-family:PingFangSC;font-weight:600;color:#393c4c}.task-modal-box .ant-modal-footer{border-top:none;padding:0 18px 20px 0}.task-modal-box .ant-btn{border-radius:4px;color:#326eff;border:1px solid #326eff;margin-right:12px}.task-modal-box .ant-btn,.task-modal-box .ant-btn-primary{width:86px;height:40px;font-size:14px;font-family:PingFangSC;font-weight:400}.task-modal-box .ant-btn-primary{background:#326eff;color:#fff;border-radius:8px}.app-box-wrap{overflow-x:scroll;align-items:center}.app-box-wrap .app-box{flex-basis:64px;flex-shrink:0;white-space:nowrap;height:70px;flex-direction:column;margin:0 20px 10px 0;align-items:center;justify-content:center}.app-box-wrap .app-box .img{width:30px;height:30px}.app-box-wrap .app-box .title{font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c;margin-top:10px}.app-box-wrap .high-light{background:rgba(50,110,255,.1);border-radius:4px}.app-box-wrap .high-light .title{color:#326eff}.app-box-wrap.hide{visibility:hidden;height:0}.app-box-wrap.show{visibility:visible}.app-box-wrap::-webkit-scrollbar{display:none}.app-title-box{position:absolute;top:17px;right:30px}.app-title-box .app-title{font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c;margin-right:10px}.app-title-box .app-more{width:11px;height:5px}.feeds-create{position:relative;background-color:#fff;min-height:100vh;cursor:pointer;padding:42px 0 0 30px;display:flex}.feeds-create .w100{width:100%}.feeds-create .w50{width:50%}.feeds-create .w60{width:60%}.feeds-create-wrap{position:relative;width:100%;margin-right:30px;padding-bottom:30px;overflow:hidden}.feeds-create-wrap .head{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 2px;margin-bottom:10px}.feeds-create-wrap .head .title{font-size:16px;font-family:PingFangSC;font-weight:600;color:#393c4c}.feeds-create-wrap .head .application{font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c}.feeds-create-wrap .head .application .icon{width:13px;height:7px;margin-left:15px}.feeds-create-wrap .app-list .app-title-box{right:0;top:0}.feeds-create-wrap .content{margin-bottom:20px;padding:2px}.feeds-create-wrap .content .textarea-outter{position:relative}.feeds-create-wrap .content .textarea-wrap{border-radius:8px;height:72px}.feeds-create-wrap .content .show-count{position:absolute;right:21px;bottom:5px;z-index:9999;font-size:14px;font-family:PingFangSC;font-weight:400;color:rgba(149,161,179,.8)}.feeds-create-wrap .content .ant-input,.feeds-create-wrap .content .ant-picker,.feeds-create-wrap .content .ant-select-selector{box-sizing:border-box;border-radius:8px}.feeds-create-wrap .content .title{word-break:break-all}.feeds-create-wrap .content .title .ant-input{font-size:14px;font-family:PingFangSC;font-weight:600;color:#393c4c}.feeds-create-wrap .content .checkbox{align-items:center!important}.feeds-create-wrap .content .checkbox .checkbox-img{width:14px;height:14px;background:url(https://storage.360buyimg.com/imgtools/41bc4f517f-e908c870-e840-11eb-a009-9768a1d6c451.png) no-repeat;background-size:14px auto;cursor:pointer}.feeds-create-wrap .content .checkbox .active{width:14px;height:14px;background:url(https://storage.360buyimg.com/imgtools/41bc4f517f-1bedd8b0-e842-11eb-a009-9768a1d6c451.png) no-repeat;background-size:14px auto;cursor:pointer}.feeds-create-wrap .content .checkbox .checkbox-text{font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c;margin-left:5px}.feeds-create-wrap .content .flex-line{display:flex;justify-content:flex-start;align-items:flex-start;margin-top:20px}.feeds-create-wrap .content .flex-line .form-item__label{align-self:center;white-space:nowrap;width:56px;margin-right:10px;margin-left:10px;box-sizing:border-box;font-size:14px;color:#393c4c;font-family:PingFangSC;font-weight:400}.feeds-create-wrap .content .flex-line .select-people-wrap .sa-select-selection--multiple{min-height:32px!important;padding-bottom:0}.feeds-create-wrap .content .flex-line .select-people-wrap .sa-select-selection--multiple ul li{margin-top:0}.feeds-create-wrap .content .flex-line .select-people-wrap .sa-select-selection--single{height:36px}.feeds-create-wrap .content .flex-line .select-people-wrap .sa-select-selection__rendered{line-height:36px}.feeds-create-wrap .content .flex-line .select-people-wrap .sa-select-selection{border-radius:8px}.feeds-create-wrap .content .flex-line .detail{align-items:flex-start;flex:1 1;box-sizing:border-box;border-radius:8px;border:1px solid #d7dbe3;min-height:36px;overflow:hidden}.feeds-create-wrap .content .flex-line .detail .ant-input{word-break:break-all;border:0}.feeds-create-wrap .content .flex-line .detail .ant-input-focused,.feeds-create-wrap .content .flex-line .detail .ant-input:focus{border:0;outline:0;box-shadow:none}.feeds-create-wrap .content .flex-line .detail .box{box-sizing:border-box;padding:10px}.feeds-create-wrap .content .flex-line .detail .box .divider{background:#e6eef9;margin:5px 0 15px}.feeds-create-wrap .content .flex-line .detail .box .uploadBox{display:flex}.feeds-create-wrap .content .flex-line .detail .box .uploadBox .uploadBox_left{flex:1 1}.feeds-create-wrap .content .flex-line .detail .box .uploadBox .uploadBox_right{flex:1 1;border-left:1px solid #ddd}.feeds-create-wrap .content .flex-line .detail .box .uploadBox .uploadBox_img{padding:12px 24px}.feeds-create-wrap .content .flex-line .detail .box .handle{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:400px}.feeds-create-wrap .content .flex-line .detail .box .handle .uploadBox_btn{font-size:12px}.feeds-create-wrap .content .flex-line .detail .box .handle .upload-btn{display:flex;align-items:center;font-size:12px;font-family:PingFangSC;font-weight:400;color:#326eff;margin-left:20px;height:20px}.feeds-create-wrap .content .flex-line .detail .box .handle .upload-btn .icon{width:16px;height:16px;margin-right:3px}.feeds-create-wrap .content .flex-line .detail .box .task-img-wrap{position:relative;width:30px;height:30px;display:inline-block;margin-right:7px;border-radius:4px}.feeds-create-wrap .content .flex-line .detail .box .task-img-wrap .task-img-close{position:absolute;top:-4px;right:-4px;z-index:1}.feeds-create-wrap .content .flex-line .detail .box .upload-area{margin:10px 0}.feeds-create-wrap .content .flex-line .detail .box .upload-area .divider{background-color:#f5f5f5;margin:5px 0}.feeds-create-wrap .content .flex-line .detail .box .upload-area .drag-upload .ant-upload-drag{width:216px;height:216px;float:right}.feeds-create-wrap .content .flex-line .detail .box .upload-area .drag-upload .ant-upload-text{font-size:14px}.feeds-create-wrap .content .flex-line .detail .box .upload-area .show-upload .file-list{margin-top:15px}.feeds-create-wrap .content .flex-line .detail .box .upload-area .show-upload .file-list .file-item{display:flex;align-items:center;justify-content:space-between;background:#f7f8f9;width:50%;border-radius:4px;padding:8px 10px;color:#393c4c;margin-bottom:8px}.feeds-create-wrap .content .flex-line .detail .box .upload-area .show-upload .file-list .file-item:last-child{margin-bottom:0}.feeds-create-wrap .content .flex-line .detail .box .upload-area .show-upload .file-list .file-item .type{display:flex;align-items:center;word-break:break-all}.feeds-create-wrap .content .flex-line .detail .box .upload-area .show-upload .file-list .file-item .type .name{margin-right:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.feeds-create-wrap .content .flex-line .detail .box .upload-area .show-upload .file-list .file-item .file-icon-type{color:#ffc27d;font-size:15px;margin-right:5px}.feeds-create-wrap .content .flex-line .detail .box .upload-area .show-upload .file-list .file-item .file-icon-del{color:#ff4d4f;font-size:12px}.feeds-create-wrap .content .flex-line .item-mark{display:flex;justify-content:flex-start;align-items:center;height:36px}.feeds-create-wrap .content .flex-line .item-mark .icon{width:20px;height:20px}.feeds-create-wrap .content .flex-line .item-input{border-radius:8px;color:#393c4c}.feeds-create-wrap .content .flex-line .item-input input.ant-input{height:36px}.feeds-create-wrap .content .flex-line .item-input .select .ant-select-selector{min-height:36px}.feeds-create-wrap .content .flex-line .item-input .select .ant-select-selection-item{background-color:rgba(228,232,240,.5);font-size:12px;color:#393c4c}.feeds-create-wrap .content .flex-line .item-input .select-time .ant-select-selector{height:36px}.feeds-create-wrap .content .flex-line .item-input .select-time .ant-select-selection-item,.feeds-create-wrap .content .flex-line .item-input .select-time .ant-select-selection-placeholder{height:36px;line-height:36px}.feeds-create-wrap .content .flex-line .item-input .select-time.select-multiple-wrap.ant-select-multiple .ant-select-selection-item{height:30px;line-height:30px;margin:0 2px}.feeds-create-wrap .content .flex-line .item-date-pick .ant-picker-range{width:100%;height:36px}.feeds-create-wrap .content .flex-line .item-info{font-size:13px;font-family:PingFangSC;font-weight:400;color:#326eff;margin-left:14px;width:100px;margin-top:8px;text-align:left;opacity:.8}.feeds-create-wrap .content .flex-line .is-all-see{margin-left:5px;font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c}.feeds-create-wrap .content .flex-line .is-all-see .ant-checkbox-checked:after,.feeds-create-wrap .content .flex-line .is-all-see .ant-checkbox-inner{border-radius:4px}.feeds-create-wrap .footer{display:flex;justify-content:flex-end}.feeds-create-wrap .footer .btn{font-size:12px;margin-left:20px;border-radius:8px;width:86px;height:40px;background-color:#326eff}.user-info{height:100%}.user-info .user-info-avatar{width:80px;height:80px}.user-info .user-info-avatar img{width:100%;height:100%;border-radius:50%}.user-info .user-info-name{padding-bottom:10px;font-size:22px;border-bottom:1px solid #ccc}.user-info .user-info-name img{width:20px;margin-left:10px}.user-info .user-info-name p{color:#595959;font-size:12px}.user-info li{margin-top:10px;line-height:35px;font-size:14px;color:#909090}.user-info li span{display:inline-block;margin-right:10px;font-weight:700;color:#595959}.apply-box{min-height:100%;background:#fff;padding:20px}.apply-box .white-container{height:395px;width:100%;background-color:#fff;border:1px solid #dfe2e8;border-radius:4px;padding:10px 20px 20px;overflow:auto;position:relative}.apply-box .grid-wrapper{margin-top:10px;width:100%;height:395px;position:relative}.apply-box .approval-wrapper .ant-descriptions-view,.apply-box .approval-wrapper td,.apply-box .approval-wrapper th,.apply-box .approval-wrapper tr{border-color:#e6eef9}.apply-box .approval-wrapper .ant-descriptions-item-label{height:20px;line-height:20px;font-size:14px;font-weight:600;color:#393c4c;padding:10px 20px;background:#f8f9fa}.apply-box .approval-wrapper .ant-descriptions-item-content{padding:0;background:#fff}.apply-box .approval-wrapper .ant-descriptions-item-content>span>div{line-height:40px;padding:0 20px;border-bottom:1px solid #e6eef9}.apply-box .approval-wrapper .ant-descriptions-item-content>span>div:last-of-type{border:none}.apply-box .apply-foot{text-align:center;margin:40px auto 20px;padding:20px 0 0;border-top:1px solid #d8d8d8}.apply-box .apply-foot .ant-btn{border-radius:4px;width:134px;height:45px}.apply-box .apply-foot .left{margin-right:60px}.home-pageFive{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.component-info-container{width:100%;height:100%;background:#fff!important;position:relative;border-radius:4px}.component-info-container-title{color:#393c4c;display:inline-block;font-size:14px;font-weight:600;border-bottom:2px solid #acc1f5;margin-bottom:20px;margin-left:20px;margin-top:20px}.component-info-container .ant-table-tbody>tr.ant-table-row:hover>td,.component-info-container .ant-table-tbody>tr>td.ant-table-cell-row-hover{background:transparent}.component-info-container .ant-table{margin:0 44px 20px}.component-info-container .ant-table .ant-table-cell{line-height:20px;height:20px;padding:10px 20px}.component-info-container .ant-table .ant-table-container,.component-info-container .ant-table table,.component-info-container .ant-table td,.component-info-container .ant-table th{border-color:#f0f0f0!important}.component-info-container .ant-tag{height:24px;line-height:24px;margin-top:10px;background:rgba(50,110,255,.1);color:#326eff;border:1px solid #326eff;border-radius:4px}.component-info-container .ant-tag .ant-tag-close-icon{margin-left:10px}.component-info-display{width:100%}.component-info-display-title{display:inline-block;font-size:14px;width:100%;font-family:PingFangSC;font-weight:500;color:rgba(29,33,41,.8);padding-left:20px;height:40px;line-height:40px;background:rgba(29,33,41,.02);border-bottom:1px solid rgba(29,33,41,.08)}.component-info-display-content{background:#f2f4f6;border-radius:4px;padding:17px 20px 20px}.component-info-display-content .ant-tree{height:348px;overflow-y:auto;border-radius:4px}.component-info-display-content .ant-tree .ant-tree-treenode{width:100%;height:32px;padding:0}.component-info-display-content .ant-tree .ant-tree-node-content-wrapper{display:inline-block;width:100%;height:100%;line-height:32px}.component-info-display-content .ant-tree .ant-tree-checkbox,.component-info-display-content .ant-tree .ant-tree-switcher{margin-top:0;align-self:center}.component-container{background:#fff;border:1px solid rgba(29,33,41,.08);border-radius:4px;margin:0 44px 20px}.component-container-title{color:#393c4c;font-size:14px;height:40px;width:auto;font-weight:500;line-height:40px;font-family:PingFangSC;color:rgba(29,33,41,.8);background:rgba(29,33,41,.02);border-radius:4px 0 4px 0 0;border-bottom:1px solid #f0f0f0}.component-container-title-tag{position:absolute;width:20px;height:20px;margin:0 2px 0 -2px;font-size:14px;font-family:PingFangSC;font-weight:400;color:#e93737}.video-center-page .video-list-wrap{display:flex;flex-wrap:wrap}.video-center-page .video-list-wrap .video-list-item{width:33.33%;padding:0 10px}@media (min-width:576px){.video-center-page .video-list-wrap .video-list-item{width:33.33%}}@media (min-width:768px){.video-center-page .video-list-wrap .video-list-item{width:33.33%}}@media (min-width:992px){.video-center-page .video-list-wrap .video-list-item{width:25%}}@media (min-width:1200px){.video-center-page .video-list-wrap .video-list-item{width:20%}}.z-video{overflow:hidden}.z-video,.z-video-box{position:relative;width:100%}.z-video-box{height:100%;font-size:0}.z-video-box-player{width:100%;height:100%;background:#000}.z-video-box-mask{position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.5)}.z-video-box-mask-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-size:50px;cursor:pointer}.z-video-box-close{z-index:3;position:absolute;top:0;right:0;width:64px;height:64px;display:none}.z-video-control{display:table;width:100%}.z-video-control-show{bottom:0}.z-video-control-hide{bottom:-70px}.z-video-control-wrap{width:100%;position:absolute;height:60px;padding-right:15px;padding-left:15px;color:#eaf6f9;background-color:var(--color1);transition:all .5s ease}.z-video-control>div{display:table-cell;vertical-align:middle;text-align:center;width:40px;height:60px}.z-video-control-play .iconfont{padding:10px;cursor:pointer}.z-video-control-progress{width:auto!important;padding:0 10px}.z-video-control-duration{white-space:nowrap}.z-video-control-duration:before{content:" / "}.z-video-control-sound .iconfont{padding:10px;cursor:pointer}.z-video-control-volume{width:120px!important;padding:0 10px}.z-video-control-screen .iconfont{padding:10px;cursor:pointer}.z-video:hover .z-video-box .z-video-box-close{display:block}.z-progress{position:relative}.z-progress-bar-top{position:absolute;top:0;bottom:0;left:0;right:0;background-color:hsla(0,0%,100%,.3)}.z-progress-bar{height:100%;background-color:hsla(0,0%,100%,.3);border-right:1px solid #cdcdcd;transition:width .3s ease}.video-info-wrap{padding:15px;background-color:#fff}.video-info-wrap .video-info-title{font-size:30px;font-weight:400}.video-info-wrap .video-info-intro{color:#616161;text-align:justify}.feeds-detail{position:relative;min-height:100%;overflow:hidden;padding-bottom:100px}.feeds-detail,.feeds-detail .feeds-head{background-color:#fff}.feeds-detail .feeds-head-tab{width:100%;background-color:#f6f7f9;display:flex;justify-content:flex-start;align-items:center;height:40px;padding-top:6px}.feeds-detail .feeds-head-tab .tab-item{height:34px;font-size:13px;font-family:PingFangSC;font-weight:400;color:#393c4c;display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 15px;background:#f2f3f5;border-radius:4px 4px 0 0;opacity:1}.feeds-detail .feeds-head-tab .tab-item .tit{display:flex;align-items:center}.feeds-detail .feeds-head-tab .tab-item .tit .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:500px}.feeds-detail .feeds-head-tab .tab-item .icon{height:16px;width:16px;margin-right:5px;border-radius:2px}.feeds-detail .feeds-head-tab .tab-item.active{background-color:#fff}.feeds-detail .feeds-head-tab .tab-item .close{cursor:pointer}.feeds-detail .feeds-head-tab .close{cursor:pointer;position:absolute;right:30px;top:10px}.feeds-detail .feeds-head-tab .close img{width:14px;height:14px}.feeds-detail .feeds-head-wrap{height:60px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;margin:0 25px 0 20px}.feeds-detail .feeds-head-wrap .fl{display:flex;align-items:center;flex-shrink:0}.feeds-detail .feeds-head-wrap .name{font-weight:700;flex-shrink:0;font-size:16px;font-family:PingFangSC;font-weight:600;color:#393c4c;cursor:pointer;display:flex}.feeds-detail .feeds-head-wrap .name .title{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feeds-detail .feeds-head-wrap .name .icon{width:25px;height:25px;color:rgba(57,60,76,.8);margin-left:5px;font-weight:600;transition:all .3s;flex-shrink:0}.feeds-detail .feeds-head-wrap .name .icon.open{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.feeds-detail .feeds-head-wrap .sign{width:1px;background-color:#95a1b3;height:16px;margin-left:16px;margin-right:20px;opacity:.2}.feeds-detail .feeds-head-info{margin:10px 25px 10px 20px;display:none}.feeds-detail .feeds-head-info .content{padding-bottom:5px;min-height:30px;white-space:pre-line;word-break:break-all;max-height:300px;overflow-y:auto}.feeds-detail .feeds-head-info .content p{font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c;line-height:1.8;word-break:break-all}.feeds-detail .feeds-head-info .group{display:flex;justify-content:flex-end;align-items:flex-end}.feeds-detail .feeds-head-info .group .time-box{display:flex}.feeds-detail .feeds-head-info .group .time-box .time{font-size:14px;font-family:PingFangSC;font-weight:400;color:#95a1b3;margin-left:30px}.feeds-detail .feeds-head-info .group .group__thumbnail-box{flex:1 1}.feeds-detail .feeds-head-info .group .thumbnail_fl_column{display:flex;flex-direction:column}.feeds-detail .feeds-head-info .group .thumbnail_fl_column a{max-width:400px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.feeds-detail .feeds-head-info .group .thumbnail{margin-top:10px;height:60px}.feeds-detail .feeds-head-info .group .thumbnail .ant-image{margin-right:10px}.feeds-detail .feeds-head-info .group .thumbnail .pic{width:60px;height:60px;border-radius:10px}.feeds-detail .feeds-head-info .footer{display:flex;justify-content:space-between;align-items:center}.feeds-detail .feeds-head-info .footer .icon{width:25px;height:25px;margin-right:15px}.feeds-detail .feeds-head-info .footer .icon:first-child{-webkit-transform:translateY(2px);transform:translateY(2px)}.feeds-detail .feeds-head-info .footer .icon:nth-child(2){-webkit-transform:translateY(1px);transform:translateY(1px)}.feeds-detail .feeds-head-info.open{display:block}.feeds-detail .feeds-head .box-line{border-bottom:1px solid #e6eef9;margin:0 25px 0 10px}.feeds-detail .feeds-head .process{width:410px;display:flex;justify-content:center;align-items:center;color:#326eff}.feeds-detail .feeds-head .process .tip{flex-shrink:0;margin:0 8px;font-size:14px;font-family:PingFangSC;font-weight:400;color:rgba(68,104,255,.6);line-height:10px}.feeds-detail .feeds-head .process .tip.ts{font-size:12px}.feeds-detail .feeds-head .process .tip.p-val{margin-left:20px}.feeds-detail .feeds-head .process.warning .tip{color:#ee3c3c}.feeds-detail .feeds-head .process .mark{flex-shrink:0;margin-left:20px;color:#393c4c}.feeds-detail .feeds-head .process .mark .ant-checkbox-wrapper{font-size:12px;font-family:PingFangSC;font-weight:400}.feeds-detail .feeds-head .process .mark .ant-checkbox-checked .ant-checkbox-inner{background-color:#ee3d3c;border-color:#ee3d3c}.feeds-detail .feeds-head .process .mark .ant-checkbox-inner{border-radius:4px}.feeds-detail .feeds-head .process .mark .ant-checkbox-checked:after{border:0}.feeds-detail .feeds-head .process .mark .ant-checkbox-input:focus+.ant-checkbox-inner,.feeds-detail .feeds-head .process .mark .ant-checkbox-wrapper:hover .ant-checkbox-inner,.feeds-detail .feeds-head .process .mark .ant-checkbox:hover .ant-checkbox-inner{border-color:#ee3d3c}.feeds-detail .feeds-head .h-rf .view-line span{font-size:12px}.feeds-detail .feeds-head .h-rf .ant-radio-group{border-radius:20px}.feeds-detail .feeds-head .h-rf .ant-radio-button-wrapper{color:#95a1b3;box-shadow:none;transition:0;padding:0 20px;transition:0s;-webkit-user-select:none;-ms-user-select:none;user-select:none}.feeds-detail .feeds-head .h-rf .ant-radio-button-wrapper-checked{background-color:#326eff;color:#fff}.feeds-detail .feeds-head .h-rf .ant-radio-button-wrapper:first-child{border-radius:4px 0 0 4px;border-right:0}.feeds-detail .feeds-head .h-rf .ant-radio-button-wrapper:first-child.ant-radio-button-wrapper-checked{border-radius:4px}.feeds-detail .feeds-head .h-rf .ant-radio-button-wrapper:last-child{left:-2px;position:relative;border-radius:0 4px 4px 0}.feeds-detail .feeds-head .h-rf .ant-radio-button-wrapper:last-child.ant-radio-button-wrapper-checked{border-radius:4px}.feeds-detail .feeds-head .h-rf .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,.feeds-detail .feeds-head .h-rf .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:transparent}.feeds-detail-box{height:calc(100% - 101px);position:relative;background-color:#fff;overflow-y:auto}.feeds-detail-box .wrap{height:100%}.feeds-detail-box .wrap .view{padding-left:30px;padding-top:30px}.feeds-detail-box .wrap .view .tit{font-size:14px;margin-right:10px}.feeds-detail-box .wrap .box{box-sizing:border-box;width:100%;height:100%}.feeds-detail-box .sidebar{position:absolute;right:0;top:0;border-left:1px solid #bcbcbc;width:40px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:20px}.feeds-detail-box .sidebar .item{width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;margin-top:10px}.feeds-detail-box .sidebar .item .icon{font-size:20px}.feeds-detail .feeds-model{position:absolute;left:0;top:0;height:100vh;width:100%;background-color:rgba(0,0,0,.45);z-index:2}.feeds-detail .submit-bar{position:fixed;bottom:0;display:flex;justify-content:center;width:100%;height:75px;background-color:#fff;border-top:1px solid hsla(0,0%,84.7%,.6);align-items:center;flex-wrap:1}.feeds-detail .submit-bar button{margin:0 10px;width:200px}.calendar-line{-webkit-user-select:none;-ms-user-select:none;user-select:none}.calendar-line .task-line{border:1px solid #e6eef9;border-radius:6px;background:#f9fafb;padding:5px;margin:0 5px 10px}.calendar-line .task-line .info .avatar{font-size:14px;font-family:PingFangSC;color:#95a1b3;display:flex;justify-content:flex-start;align-items:center}.calendar-line .task-line .info .avatar .ant-avatar{width:30px;height:30px;line-height:2}.calendar-line .task-line .info .name{font-size:14px;height:30px;line-height:30px;padding-left:5px}.calendar-line .task-line .info .name .line .icon{margin-right:5px}.calendar-line .task-line .detail .line{font-size:13px;font-family:PingFangSC;font-weight:400;color:#95a1b3;margin-top:8px;word-break:break-all}.calendar-line .task-line .detail .line .icon{margin-right:5px}.calendar-line .task-line .ant-avatar-group .ant-avatar:not(:first-child){margin-left:-13px}.calendar-line .ant-picker-calendar-date-today .task-line,.calendar-line .ant-picker-cell-selected .task-line{border:1px solid #326eff}.calendar-line .ant-picker-calendar-date-today .info .name,.calendar-line .ant-picker-cell-selected .info .name{color:#326eff}.calendar-line .ant-picker-calendar-date-today .detail .line,.calendar-line .ant-picker-cell-selected .detail .line{color:#326eff;word-break:break-all}.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell{vertical-align:top;border-left:1px solid #e8eff9}.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:nth-child(6n+1){border-left:0}.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover{background:#f5f5f5}.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today{background:transparent}.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content{height:auto;overflow:visible}.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date{border-top:1px solid #e8eff9;margin:0}.calendar-line .ant-picker-calendar-mode-switch{display:none}.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected{background-color:#e6f7ff}.calendar-line .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date{transition:background 0s;min-height:90px;overflow:auto;position:relative;max-height:300px}.calendar-line .cal-head{display:flex;justify-content:space-between;align-items:center;padding:25px 0}.calendar-line .cal-head .cal-panel{display:flex;justify-content:flex-start;align-items:center}.calendar-line .cal-head .cal-panel .date{font-size:16px;font-family:"JDLANGZHENGTI--GB1";font-weight:700;color:#393c4c;width:120px;text-align:center}.calendar-line .cal-head .cal-panel .prev{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.calendar-line .cal-head .cal-panel .next{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.calendar-line .cal-head .cal-panel .next,.calendar-line .cal-head .cal-panel .prev{width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:4px;cursor:pointer}.calendar-line .cal-head .cal-panel .next:hover,.calendar-line .cal-head .cal-panel .prev:hover{background-color:#eff0f1}.calendar-line .cal-head .cal-panel .icon{width:10px;height:6px}.calendar-line .cal-head .to-today{width:50px;height:28px;border:1px solid #326eff;background-color:#326eff;border-radius:4px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer}.calendar-line .cal-head .to-today.disable{border:1px solid #95a1b3;background-color:#fff;color:#95a1b3;opacity:.5}.calendar-line .ant-picker-panel{border:1px solid #e6eef9;border-radius:4px}.calendar-line .ant-picker-content thead tr{height:40px}.calendar-line .ant-picker-content thead tr th{color:#393c4c}.calendar-line .ant-picker-content thead tr th:before{content:"周"}.calendar-line .ant-picker-panel .ant-picker-body th{padding-left:10px}.feeds-commentbox .reply-box{min-height:72px;padding-left:25px;border-radius:4px;background:#f8f9fa url(https://img11.360buyimg.com/imagetools/jfs/t1/196788/3/11924/761/60e46026Efdd79ae7/7e032d2beb34e262.png) 10px 11px no-repeat;background-size:15px auto}.feeds-commentbox .reply-box textarea.ant-input{padding:8px 10px 10px}.feeds-commentbox .reply-send{width:76px;height:30px;margin:32px 10px 0 0;padding:0;text-align:center;background:#326eff;border:0;border-radius:6px;opacity:.4;color:#fff;box-shadow:none;cursor:default;pointer-events:none}.feeds-commentbox .reply-send.active{opacity:1;cursor:pointer;pointer-events:inherit}.comments-drawer{padding-left:20px;height:100%}.comments-drawer .title{max-width:277px;font-size:16px;height:22px;font-family:PingFangSC;font-weight:600;color:#393c4c;margin:14px 0 20px}.comments-drawer .titles{height:auto;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.comments-drawer .title-avatar{width:30px;height:30px;margin-top:11px;margin-right:5px}.comments-drawer .title-avatar img{width:100%;height:100%;border-radius:6px}.comments-drawer .feeds-commentbox{padding-right:20px}.comments-drawer .comment-box{padding-right:10px}.comments-drawer .comments-show{height:calc(100% - 156px);padding-right:16px;overflow-y:auto;margin-top:20px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.comments-drawer .comments-show.comments-show-h{height:calc(100% - 186px)}.comments-drawer .comments-content-box{margin:20px 0 0}.comments-drawer .comments-content-box .avatar{width:30px;height:30px;border-radius:50%}.comments-drawer .comments-content-box .comments-info{margin:0 10px}.comments-drawer .comments-content-box .comments-info:hover .comments-replace{color:#326eff}.comments-drawer .comments-content-box .comments-user{font-size:14px;font-family:PingFangSC;font-weight:600;color:#393c4c}.comments-drawer .comments-content-box .comments-user .name-item{max-width:calc(50% - 10px)}.comments-drawer .comments-content-box .comments-user .icon{width:15px;height:22px;background:url(https://storage.360buyimg.com/imgtools/f359c92a02-2302c8d0-e843-11eb-b753-6ba857e1a3a1.png) 50% no-repeat;background-size:15px auto;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.comments-drawer .comments-content-box .comments-content{font-family:PingFangSC;font-weight:400;color:#393c4c}.comments-drawer .comments-content-box .comments-replace{font-size:12px;font-family:PingFangSC;font-weight:400;color:rgba(57,60,76,.8);margin:0 10px 0 0;cursor:pointer}.comments-drawer .comments-content-box .comments-replace .reply-loading{right:-15px;top:0}.comments-drawer .comments-content-box .comments-more{padding-right:15px;background:url(https://storage.360buyimg.com/imgtools/78bc0ec67b-35a8baa0-e95e-11eb-a009-9768a1d6c451.png) 100% no-repeat;background-size:15px auto}.comments-drawer .comments-content-box .comments-time{font-size:12px;font-family:PingFangSC;font-weight:400;color:#95a1b3}.comments-drawer .good-box{width:30px;margin-right:10px;display:table-cell;vertical-align:middle;text-align:center}.comments-drawer .good-box .icon-good{display:inline-block;width:14px;height:14px;background:url(https://img12.360buyimg.com/imagetools/jfs/t1/6036/27/16803/1419/60e6d5beE4ec6cfa8/b99d69066e804158.png);background-size:14px auto;background-repeat:no-repeat;cursor:pointer}.comments-drawer .good-box .icon-good.active{background-image:url(https://storage.360buyimg.com/imgtools/931e9df9c2-5937f780-e4ac-11eb-b377-57572a0b6c4d.png)}.comments-drawer .good-box .icon-good.active-nobg{background-image:none}.comments-drawer .good-box .icon-good div{left:-12px;top:-16px;position:absolute;text-indent:0}.comments-drawer .good-box .good-count{text-align:center;font-size:12px;font-family:PingFangSC;font-weight:400;color:rgba(149,161,179,.6)}.comments-drawer .arrow{margin-left:3px}.feeds-timeline{height:100%;padding:30px 0 30px 20px}.feeds-timeline .ant-timeline-item{padding:0;color:#95a1b3}.feeds-timeline .ant-timeline-item-first{color:#393c4c}.feeds-timeline .ant-timeline-item-label{width:95px!important;padding-right:10px}.feeds-timeline .ant-timeline-item-head,.feeds-timeline .ant-timeline-item-tail{z-index:2;left:105px!important}.feeds-timeline .ant-timeline-item-content{left:107px!important;top:-30px!important;width:calc(100% - 107px)!important;margin:0!important;padding:25px 30px 0 20px;white-space:pre-line;word-break:break-all}.feeds-timeline .ant-timeline-item-content .avatar{width:22px;height:22px;border-radius:50%}.feeds-timeline .ant-timeline-item-content .downfile-box{display:flex;flex-direction:column}.feeds-timeline .ant-timeline-item-content .downfile-box a{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:400px}.feeds-timeline .ant-avatar{width:25px;height:25px;line-height:24px}.feeds-timeline .ant-avatar-group{vertical-align:middle}.feeds-timeline .ant-avatar-group .ant-avatar:not(:first-child){margin-left:-8px}.feeds-timeline .ant-timeline-item-head{width:12px;height:12px;margin-left:-5px!important;background-color:#d6dbe2;border:0;background-repeat:no-repeat;background-size:12px auto}.feeds-timeline .ant-timeline-item-error{background-image:url(https://img14.360buyimg.com/imagetools/jfs/t1/187514/1/12116/1283/60e41d79E6e883635/5b69358c7adbe5b7.png)}.feeds-timeline .ant-timeline-item-success{background-image:url(https://img10.360buyimg.com/imagetools/jfs/t1/185745/6/12880/1198/60e41d79E8446ddf5/7ada5e88baed3eae.png)}.feeds-timeline .ant-timeline-item-icon{display:none;z-index:3;left:105px;top:-5px;position:absolute;width:20px;height:20px;margin-left:-10px;background-color:#d6dbe2;border:0;background-repeat:no-repeat;background-size:20px auto}.feeds-timeline .ant-timeline-item-icon.icon-now{display:block;background-image:url(https://img14.360buyimg.com/imagetools/jfs/t1/14243/37/16157/837/60e444e5E5fcc8747/f1b280783d938081.png)}.feeds-timeline .ant-timeline-item-icon img{display:block;width:100%;height:100%}.feeds-timeline .ant-timeline-item-logo .ant-timeline-item-icon{display:block}.feeds-timeline .ant-timeline-item-logo .ant-timeline-item-head{top:22px}.feeds-timeline .reply-wrap{padding-bottom:0}.feeds-timeline .reply-zan-wrap{height:30px}.feeds-timeline .reply-zan{display:inline-block;min-width:20px;height:25px;line-height:28px;text-indent:20px;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#95a1b3;background-image:url(https://storage.360buyimg.com/imgtools/b513fd6d1e-f85c4830-e4ab-11eb-a00e-39bc57cd582d.png);background-position:0;background-repeat:no-repeat;background-size:15px auto;cursor:pointer;font-family:PingFangSC}.feeds-timeline .reply-zan.active{background-image:url(https://storage.360buyimg.com/imgtools/931e9df9c2-5937f780-e4ac-11eb-b377-57572a0b6c4d.png)}.feeds-timeline .reply-zan.active-nobg{background-image:none}.feeds-timeline .reply-zan div{left:-20px;top:-12px;position:absolute;text-indent:0}.feeds-timeline .reply-comment{width:20px;height:20px;margin:4px 0 0 20px;background:url(https://storage.360buyimg.com/imgtools/e97965625d-7c74ab30-e466-11eb-a009-9768a1d6c451.png) no-repeat;background-size:18px auto;cursor:pointer}.feeds-timeline .reply-tip-wrap{line-height:21px;background:rgba(246,247,249,.8);border-radius:4px}.feeds-timeline .reply-tip-wrap .reply-name-wrap{padding:10px 15px;font-size:12px;color:#326eff}.feeds-timeline .reply-tip-wrap .reply-name-wrap.reply-name-bor{border-bottom:1px solid #e6eef9}.feeds-timeline .reply-tip-wrap .reply-name-wrap img{width:20px;height:20px;margin-right:5px;border-radius:50%}.feeds-timeline .reply-list-item{padding:0 15px;margin-bottom:5px;color:#95a1b3}.feeds-timeline .reply-list-item .name{color:#326eff}.feeds-timeline .reply-list-more span{padding-right:15px;color:#95a1b3;background:url(https://storage.360buyimg.com/imgtools/391982372c-eab88040-ea2d-11eb-bb88-d9c0650fbb17.png) 100% no-repeat;background-size:12px auto}.feeds-box .heart{width:100px;height:100px;background:url(https://cssanimation.rocks/images/posts/steps/heart.png) no-repeat top;background-position:0 0;cursor:pointer;transition:background-position 1s steps(28);transition-duration:0s}.feeds-box .heart.active{transition-duration:1s;background-position:-2800px 0}.feeds-box .list{display:flex;margin-left:20px}.feeds-box .list-icon{padding:0 10px;font-size:16px;cursor:pointer}.feeds-box .list-icon.active{color:coral}.feeds-box .list-icon .num{margin-left:5px;font-size:12px;color:#2a2a2a}.task-level .piece{font-size:12px;border-radius:4px;width:28px;text-align:center;color:#fff;margin-left:10px;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.user-panel-box{display:flex;justify-content:flex-end}.user-panel-box .item{display:flex;justify-content:center;align-items:center;color:#95a1b3;cursor:pointer}.user-panel-box .item:not(:first-child){margin-left:20px}.user-panel-box .item .icons{width:20px;height:20px;box-sizing:border-box}.user-panel-box .item .num{display:inline-block;font-size:14px;font-family:PingFangSC;font-weight:400;padding:0 3px;min-width:15px}.user-panel-box .zan .reply-zan-wrap{height:45px}.user-panel-box .zan .reply-zan{display:inline-block;min-width:20px;height:32px;line-height:30px;text-indent:20px;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#326eff;background-image:url(https://storage.360buyimg.com/imgtools/c3aaf35115-2e6d6de0-e467-11eb-995a-377f565026ba.png);background-position:0;background-repeat:no-repeat;background-size:18px auto;cursor:pointer}.user-panel-box .zan .reply-zan.active{background-image:url(https://storage.360buyimg.com/imgtools/931e9df9c2-5937f780-e4ac-11eb-b377-57572a0b6c4d.png)}.user-panel-box .zan .reply-zan.active-nobg{background-image:none}.user-panel-box .zan .reply-zan div{left:-23px;top:-14px;position:absolute;text-indent:0}.user-panel .user-list{padding:10px 10px 5px;background:rgba(246,247,249,.8);border-radius:4px;color:#326eff;display:inline-block;font-size:12px}.user-panel .user-list .dib{margin:2px 10px 2px 0}.user-panel .user-list .dib:last-child{margin:0}.user-panel .user-list img{width:20px;height:20px;border-radius:50%;margin-right:5px}.modal-box{padding:24px 30px 0}.modal-box .close-icon{position:absolute;top:-50px;right:0;width:30px;height:50px}.modal-box .select-box .select{border:1px solid #d9d9d9;border-radius:4px;opacity:1;height:36px;justify-content:space-between}.modal-box .select-box .add-box{width:auto;height:25px;border:1px dashed #326eff;align-items:center;padding:2px 5px;margin:5px 0 0 5px;border-radius:2px;cursor:pointer}.modal-box .select-box .add-box .add-icon{width:8px;height:8px}.modal-box .select-box .add-box .add-title{font-size:12px;font-family:PingFangSC;font-weight:400;color:#326eff;margin-left:5px}.modal-box .select-box .right-title{font-size:12px;font-family:PingFangSC;font-weight:400;color:rgba(57,60,76,.6);line-height:36px;margin-right:5px}.modal-box .input-box{margin:20px 0 0;align-items:center}.modal-box .input-box .avatar{width:20px;height:20px;margin:0 10px 0 0;line-height:20px;border:1px dotted}.modal-box .input-box .date-picker{width:500px}.modal-box .foot-box{margin-top:15px;justify-content:space-between}.modal-box .foot-box .more-box .more-text{font-size:13px;font-family:PingFangSC;font-weight:400;color:#393c4c}.modal-box .foot-box .more-box .more-img{margin-left:8px;width:10px;height:10px}.modal-box .foot-box .checkbox{align-items:center}.modal-box .foot-box .checkbox .checkbox-img{width:14px;height:14px;background:url(https://storage.360buyimg.com/imgtools/41bc4f517f-e908c870-e840-11eb-a009-9768a1d6c451.png) no-repeat;background-size:14px auto;cursor:pointer}.modal-box .foot-box .checkbox .active{width:14px;height:14px;background:url(https://storage.360buyimg.com/imgtools/41bc4f517f-1bedd8b0-e842-11eb-a009-9768a1d6c451.png) no-repeat;background-size:14px auto;cursor:pointer}.modal-box .foot-box .checkbox .checkbox-text{font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c;margin-left:5px}.modal-box .ant-modal-title{font-size:16px;font-family:PingFangSC;font-weight:600;color:#393c4c}.modal-box .ant-modal-content{border-radius:10px}.modal-box .ant-modal-header{border-radius:10px;border-bottom:none}.modal-box .ant-modal-footer{border-top:none;padding:0 18px 20px 0}.modal-box .ant-btn{border-radius:4px;color:#326eff;border:1px solid #326eff;margin-right:12px}.modal-box .ant-btn,.modal-box .ant-btn-primary{width:86px;height:40px;font-size:14px;font-family:PingFangSC;font-weight:400}.modal-box .ant-btn-primary{background:#326eff;color:#fff}.address-book-box{padding:10px 0;border:1px solid #d9d9d9}.address-book-box .pd15{padding:0 15px}.address-book-box ::-webkit-scrollbar{width:2px}.address-book-box .ant-input-affix-wrapper{border:0}.address-book-box .head-search-box{background:#f8f9fa;border-radius:5px;height:34px;width:100%}.address-book-box .head-search-box .ant-input{background:#f8f9fa;font-size:13px}.address-book-box .head-search-box .search-icon{width:20px;height:20px}.address-book-box .bread-crumb-box{margin:10px 0 4px}.address-book-box .bread-crumb-box .header-title{font-size:13px;font-family:PingFangSC;font-weight:400;color:#95a1b3;cursor:pointer}.address-book-box .bread-crumb-box .header-title:hover{color:#326eff}.address-book-box .bread-crumb-box .header-title-active{font-size:13px;font-family:PingFangSC;font-weight:400;color:#326eff}.address-book-box .bread-crumb-box .header-icon{width:8px;height:10px;margin:0 8px;vertical-align:baseline}.address-book-box .address-content-wrap{height:300px;overflow-y:scroll;overflow-x:hidden}.address-book-box .address-content-box{margin:0 15px}.address-book-box .address-content-box .check-btn{margin-right:10px}.address-book-box .address-content-box .check-btn .ant-checkbox-inner{border-radius:50%}.address-book-box .address-content-box .check-btn .ant-checkbox-checked:after{border:0}.address-book-box .address-content-box .select-all{padding:10px 0}.address-book-box .address-content-box .select-all .ant-checkbox+span{color:#393c4c;font-size:14px;margin-left:4px}.address-book-box .address-content-box .address-content-item{border-top:1px solid #e6eef9;height:50px;width:100%;justify-content:space-between;align-items:center;cursor:pointer}.address-book-box .address-content-box .address-content-item:first-of-type{color:#0f0}.address-book-box .address-content-box .address-content-item .icon-left{width:14px;height:14px;margin-right:11px}.address-book-box .address-content-box .address-content-item .title{font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c;margin-right:4px}.address-book-box .address-content-box .address-content-item .title .erp{color:#95a1b3}.address-book-box .address-content-box .address-content-item .number{font-size:12px;font-family:PingFangSC;font-weight:400;color:#95a1b3}.address-book-box .address-content-box .address-content-item .icon-right{width:8px;height:14px;margin-right:5px}.address-book-box .address-content-box .address-content-item .down{width:15px;height:9px}.address-book-box .address-content-box .address-content-item .flex-box{display:flex;align-items:center}.address-book-box .address-content-box .address-content-item .flex-box .avatar-icon{width:32px;height:32px;border-radius:5px;margin-right:10px;color:#fff;font-size:12px;font-family:"PingFangSC";display:flex;justify-content:center;align-items:center;cursor:pointer}.address-book-box .address-content-box .address-content-item .flex-box .user{background:#326eff}.address-book-box .address-content-box .address-content-item .flex-box .org-icon .icon{border-radius:5px;width:32px;height:32px}.address-book-box .address-content-box .empty{margin-top:60px}.staff-model{position:relative;box-sizing:border-box;width:100%}.staff-model .input-box{justify-items:center;align-items:center}.staff-model .input-box .avatar{width:20px;height:20px;margin:0 10px 0 0;line-height:20px;border:0}.staff-model .select-input{position:relative;border:1px solid #d9d9d9;border-radius:4px;opacity:1;display:flex;flex-wrap:wrap;max-height:111px;overflow-y:auto;width:100%}.staff-model .select-input.active{border-radius:4px 4px 0 0;border-bottom-color:#fff}.staff-model .select-input .right-title{float:right}.staff-model .select-input .clean-all{position:absolute;bottom:8px;right:10px;z-index:15}.staff-model .add-tag{box-sizing:border-box;width:auto;height:27px;border:1px dashed #326eff;align-items:center;padding:2px 5px;border-radius:2px;margin:5px;cursor:pointer}.staff-model .add-tag .add-icon{width:8px;height:8px}.staff-model .add-tag .add-title{font-size:12px;font-family:PingFangSC;font-weight:400;color:#326eff;margin-left:5px}.staff-model .user-tag{margin:5px;display:flex;justify-content:flex-start;align-items:center;height:27px}.staff-model .user-tag .user-head{background-color:#326eff;text-align:center;width:30px;height:20px;line-height:20px;color:#fff;font-size:10px;border-radius:4px;margin-right:4px}.staff-model .user-tag.ant-tag{border:1px solid #eaeced;background-color:#eaeced;border-radius:4px;padding:5px}.staff-model .add-title{min-width:60px}.staff-model .count{font-size:13px;font-family:PingFangSC;font-weight:400;color:#95a1b3;display:inline-block;margin-left:10px;line-height:center}.staff-model .box{box-sizing:border-box;width:calc(100% - 30px);position:absolute;left:30px;top:100%;z-index:98;transition:all 3s;background-color:#fff;border-radius:0 0 5px 5px}.feed-update-container__modal .close-task-btm{width:100%;height:60px;left:0;bottom:0;background:#fff;border-top:1px solid rgba(0,0,0,.1);position:absolute;text-align:center;line-height:60px}.feed-update-container__modal .close-task-btm .ant-btn{width:134px;height:45px;border-radius:4px}.feed-update-container__modal .close-task-btm .btn-primary{margin-left:30px}.feed-update-container__modal .form-input-help{font-size:12px;color:#898989;padding-top:4px}.feeds-container{width:100%;height:100%}.feeds-container .feeds-outter{height:calc(100% - 62px);border-top:1px solid rgba(29,33,41,.04);margin-top:11px}.feeds-wrap{height:100%;width:100%;position:relative}.feeds-wrap .ant-spin-dot-spin{margin-top:300px!important}.feeds-wrap .cursors{cursor:pointer}.feeds-wrap .feed-list-wrapper{height:100%;width:calc(100% - 201px)}.feeds-wrap .f-menu-list{height:100%;border-right:1px solid #f0f0f0;background:#fff;padding-top:10px;position:relative}.feeds-wrap .f-menu-list .ant-layout-sider{background:#fff}.feeds-wrap .f-menu-list .pack-up{width:200px}.feeds-wrap .f-menu-list .pack-up,.feeds-wrap .f-menu-list .pack-up-close{background:url(https://storage.360buyimg.com/imgtools/482c0c38bd-f29b1bf0-e902-11eb-a009-9768a1d6c451.png) no-repeat 20px;background-size:13px 9px;color:#393c4c;font-size:14px;border-top:1px solid #e6eef9;height:40px;line-height:40px;padding-left:40px;position:fixed;bottom:0;cursor:pointer}.feeds-wrap .f-menu-list .pack-up-close{width:80px}.feeds-wrap .f-menu-list .search-wrap{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.feeds-wrap .f-menu-list .search-wrap ::-webkit-input-placeholder{color:#95a1b3}.feeds-wrap .f-menu-list .search-wrap :-ms-input-placeholder{color:#95a1b3}.feeds-wrap .f-menu-list .search-wrap ::placeholder{color:#95a1b3}.feeds-wrap .f-menu-list .search-wrap .text-search{width:140px;background:url(https://img13.360buyimg.com/imagetools/jfs/t1/180241/28/10926/1657/60d455d2E8f024d52/aae422ebd68096d4.png) 5px no-repeat;background-size:18px;padding-left:28px;border:1px solid rgba(149,161,179,.2);border-radius:4px;height:32px;line-height:32px;margin-right:9px;margin-left:4px}.feeds-wrap .f-menu-list .search-wrap .btn-plus{margin-right:10px}.feeds-wrap .f-menu-list .search-wrap .btn-plus,.feeds-wrap .f-menu-list .search-wrap .btn-plus-close{width:28px;height:28px;line-height:28px;text-align:center;background-color:#326eff;border-radius:50%;color:#fff;font-size:16px;cursor:pointer;flex-shrink:0}.feeds-wrap .f-menu-list .search-wrap .btn-plus-close{margin-left:15px}.feeds-wrap .f-menu-list .ant-menu-submenu-vertical:first-child{background:url(https://storage.360buyimg.com/imgtools/3d7bda74c9-88507760-e937-11eb-b753-6ba857e1a3a1.png) no-repeat 50%;background-size:30px}.feeds-wrap .f-menu-list .ant-menu-submenu-vertical:last-child{background:url(https://storage.360buyimg.com/imgtools/4bf11bfd25-886f22f0-e937-11eb-8e5c-0da9e18a13b1.png) no-repeat 50%;background-size:30px}.feeds-wrap .f-menu-list .ant-menu-root.ant-menu-inline-collapsed .ant-menu-item>.ant-menu-inline-collapsed-noicon,.feeds-wrap .f-menu-list .ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title>.ant-menu-inline-collapsed-noicon{text-indent:1000px}.feeds-wrap .f-menu-list .ant-menu-title-content{font-size:13px;color:#95a1b3}.feeds-wrap .f-menu-list .ant-menu-inline{border:0}.feeds-wrap .f-content{height:100%;overflow:hidden;flex:1 1}.feeds-wrap .f-content .load-more{width:100%;font-size:14px;text-align:center;padding:20px 0;color:#a0a0a0}.feeds-wrap .f-content .no-more{color:#ccc}.feeds-wrap .f-content .click-me{margin-left:350px;margin-top:200px}.feeds-wrap .f-content .c-top{background:#fff;height:70px;line-height:70px;padding:0 15px;justify-content:space-between;border-bottom:1px solid #e6eef9}.feeds-wrap .f-content .c-top .c-title{font-size:16px;color:#393c4c;font-weight:700}.feeds-wrap .f-content .c-top .filter-wrap{border-radius:4px}.feeds-wrap .f-content .c-top .filter-wrap .ant-radio-group{border-radius:20px}.feeds-wrap .f-content .c-top .filter-wrap .ant-radio-button-wrapper{color:#95a1b3;box-shadow:none;transition:0;padding:0 20px}.feeds-wrap .f-content .c-top .filter-wrap .ant-radio-button-wrapper-checked{background-color:#326eff;color:#fff}.feeds-wrap .f-content .c-top .filter-wrap .ant-radio-button-wrapper:first-child{border-radius:4px 0 0 4px}.feeds-wrap .f-content .c-top .filter-wrap .ant-radio-button-wrapper:first-child.ant-radio-button-wrapper-checked{border-radius:4px;-webkit-transform:translateX(1px);transform:translateX(1px)}.feeds-wrap .f-content .c-top .filter-wrap .ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0}.feeds-wrap .f-content .c-top .filter-wrap .ant-radio-button-wrapper:last-child.ant-radio-button-wrapper-checked{border-radius:4px;-webkit-transform:translateX(-2px);transform:translateX(-2px)}.feeds-wrap .f-content .c-top .filter-wrap .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:transparent}.feeds-wrap .f-content .wrap-content{height:calc(100% - 70px);padding-bottom:10px;overflow-y:scroll}.feeds-wrap .f-content .wrap-content .task-item{border-radius:10px;margin:10px 10px 0;padding:15px 20px;position:relative;background:#fff;border:1px solid #e6eef9;border-radius:10px 100px 100px 10px 10px 10px}.feeds-wrap .f-content .wrap-content .task-item .t-top{margin-right:250px;height:60px;line-height:60px;border-bottom:1px solid #e6eef9}.feeds-wrap .f-content .wrap-content .task-item .t-top .task-avatar{display:inline-block;width:30px;height:30px;margin:15px 10px 0 0;border-radius:6px}.feeds-wrap .f-content .wrap-content .task-item .t-top .t-top-title{font-size:16px;background:url(https://storage.360buyimg.com/imgtools/4f19289e6e-c3c3d460-e854-11eb-b753-6ba857e1a3a1.png) no-repeat 100%;padding-right:25px;background-size:10px;height:59px;line-height:59px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feeds-wrap .f-content .wrap-content .task-item .t-top .t-top-title .task-origin{color:#95a1b3;font-size:15px}.feeds-wrap .f-content .wrap-content .task-item .t-top .border-right-top{width:193px;height:67px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAABlCAYAAADplO7WAAAARGVYSWZNTQAqAAAACAABh2kABAAAAAEAAAAaAAAAAAADoAEAAwAAAAEAAQAAoAIABAAAAAEAAAMEoAMABAAAAAEAAAEMAAAAANTGuwQAAAamSURBVHic7d3Zchs3Gobh9wd6IylKGeX+7y6n9sSSuHQ3ljkAlWgynskosUSi+3uqfCDZVrFYqreAxkL75cuYeQcDnIEZeAfOQesM78rXZpd/mOFdP1hEVsuejuFdvcgZUs7EBDFnUoKUyo9wBo2HroHWlzi9/h8Rkf/Gcv57mUgZYszMKTOFzDQn5pgxoPPQt0bry8hJoyQR+Z6/HaLvmWPmPCVOU4mSMxhaGNrLKElBEpE3PiREb00hcRwzxykCJUibS5A0ZRMR+IQQvQopczhFDlOCDLveGNrycFtBElm3TwvRq5gyT8fIcUw0Hu56o20UI5E1+/QQvRrnxLdjZI6ZXWdsu/J99Uhkfa4WIiijoKdT5PkU6VvY94bTsyOR1blqiF6dpsSvh4AB9xuj8YqRyJrcRIgAQsx8fQmEmHnYlr1Ht/HKROSj3UyIAFKCLy8zU8g8bIxOD7FFVsFd+wW85Rz8vG8ZWuPbKTOFN2fXRGSxbipEUM6rPd619K3j6ZQJUTESWbqbCxGU8DzuGhpfRkYxXfsVichHuskQQZmmPe5bDOPlnMv9IyKySDcbIoDGwT/uPFOE46gpmshS3XSIAPrWcb/xHEc9vBZZqpsPEcB+4+nbMkVLWs4XWZwqQgTwsG1IGc6TRkUiS1NNiNrG2A2ew3RZ0r/2CxKRH6aaEEGZonlnHCetooksSVUhcgZ3g2cMaFQksiBVhQhg2zu8g5NGRSKLUV2InMGu95wDxHjtVyMiP0J1IYIyKjKDMWStoIksQJUh8s7oW8cYdE2IyBJUGSKAbecISQ+tRZag2hD1rcMZTFEPrUVqV22InJUYTQF99IdI5aoNEZQQhQQaFInUreoQdd4wICRUIpGKVR2ixhvOGSFqbiZSs6pDZFaW8nWVrEjdqg4RQOMhJu0nEqlZ/SFyRsxaOBOpWfUhcg7IGhGJ1Kz+EF0Om2Ut4YtUazkhApVIpFLVh+i3+GhqJlKt+kMkItWrPkQaEInUr/oQiUj9qg+RWRkNaUQkUq9FhAhQiUQqVn+IKHcT6aOoRepVfYiclRP4USUSqVb1ITIrIyKdwBepV/UhgnIvUdJ5M5FqLSJEnXfEVJ4T6ZSHSH0WEaK2KfmJujJWpEqLCFHjDTOYdWWsSJUWESJn0DWOKaL9RCIVWkSIAIbWCFEfLSRSo+WEqHOYwRRUIpHaLCZE3hldY4xBszOR2iwmRADbzjFHCPHNGTQRuXmLCtHQebwzzrPGRCI1WVSInMGud4wzxKhHRSK1WFSIALa9A4PTrIfWIrVYXIi8M3a946xRkUg1FhcigP3Q4JxxmPSsSKQGiwyRc7DfOMYAk1bQRG7eIkMEsO09XWO8jFnXg4jcuMWGyICHbUNMcBiznhWJ3LDFhgiga4yHrec4wRg0RRO5VYsOEcDd4Nn0judzLjuur/2CROQ/LD5EAD9tG7wzns5ZtziK3KBVhMg7eNw35AxP50xGMRK5JasIEUDrjcd9S4jwdLrESDUSuQmrCRFA3xiPdw3Ta4w0TRO5CZbz+nbZjHPiy3Ogccb9pmyAXN+7IHI7VhkigDFkvj7PmMF+MFqvGIlcy2pDBOVTP/55CMwhs++NoQOybngU+WyrDhGUUdCvh8BhTGxa2PWmqZrIJ1t9iF4dzolvp3Lh9W4wNm35vt4dkY+nEL0RUubpGDmNibaBbWd0Tfk7vUsiH0ch+o7TlHg+ReaQ6S5Baj1gCpLIR1CI/ofjmHg5R+aYaTwMTdmL5C67r/TOifwYCtGfyBlOc+JwjkwhYwadL0Fqfbmw/7ddkVpxE/lLFKJ3mEPmOCXOUyKkcsdR46HxJUreSpjMLm26BEq7t2UN8h++eE9YFKK/aAqZMSSmOTPHTEqXt/ESo9c/oDNtsg5G+V33zmhcOWxuxv8VJYXoB0gZYsyElAkxE1MmJki5nGfLoDmbrEKmXLWTcwlR38DQGv5P9uYpRCLyw6QMMZVZwnlKnOcEGTadsenKKfvvBUchEpEPE1LmcC6rz97B/VCmbX+MjkIkIh9uCuVcZ0yZ+6FsFH5bHoVIRD5FyvD1eWYMmZ+2/37jxaouRhOR63EGP+9busZ4OpUFndcFZYVIRD6NGTzelQOch/H3K1IVIhH5VN4Z99uGcYbp8nmDCpGIfLpd72gb4zSXh0QKkYhcxW7wTAFCVIhE5EqG1nBWpmcKkYhchXdG4405ZoVIRK6n9UZMGhGJyBU5Z6SsEInIFV1uCVGIROT6FCIRuTqFSESuTiESkav7F/prqH3ZcItnAAAAAElFTkSuQmCC) no-repeat 50%;background-size:contain;position:absolute;right:-1px;top:-1px}.feeds-wrap .f-content .wrap-content .task-item .icon-list{position:absolute;right:0;top:13px}.feeds-wrap .f-content .wrap-content .task-item .icon-list .icon-task{width:28px;height:28px;margin-right:10px;text-align:center}.feeds-wrap .f-content .wrap-content .task-item .icon-list .icon-calendar{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAARGVYSWZNTQAqAAAACAABh2kABAAAAAEAAAAaAAAAAAADoAEAAwAAAAEAAQAAoAIABAAAAAEAAABwoAMABAAAAAEAAABwAAAAAN6CUbEAAAZ7SURBVHic7VpdaFzHFf6+mbl3JTuSJdHYaVJsEG4ScMAPrZM0L8UFk5RSty9a2oc6jaD4xc1LofTteqFPhZLUuBRjMM1bvLLrSKakJdSr0IZi6j4E8mBoIQTs2pHBsla70v7cma8Pq5vIqiXdlWw5Lvux92F3zpw535x7zpyZWaCHHnrooYceVgUfgB59gXT9/2PTHkySxIyMvBBl319//dstkhuaeUk8ceLdOPt++/bldqlUCpuxz2y0Y5IkBgB2jh54xu7w5+xQet4N+7Mn3rowmhmbV1cme+KtC6Nu2J+1Q+l5u8Of2zl64JnlY20EbqMdM0QWhZbHboJEQOoYxwBw/PhxImcMZbKOcYyg3SSdCEUWhc3a19UsT0xMGGAMADA7+08zPPy1MNu8uD8VTxGkFLyk8Z3bDl/N2vPozmRnFqaeJXmGNFaQHHV0uPDdD+/WNYGxsbGQNwxyeTBJZEgGAH7Zzx4AfnPqD3MmtgEEKfg7jeadYz+mXyG7HjwA/PJ35TtDfQUf6AlBjZafK/7o3rqSRKZU4roTuK4HJZGkypWPHuP87ReEsAskxUAGhlR+z+Ji+ycASMIXouhUVLDXvffW0uXyoFdqrLW+3fRPNdvtoxIsAPX3R6cd7ScyMpRRJ1jNpxoYuVw8+Fwts23DBD8j98f3vyWvnwN8SlDEpX4iAoC+4MMTkAASMOYmoaYBu8rQAZLAAsLnuow1NwE0qE4yFCCCbUDXafmr4ne+eWk9kqtmpyRJDEm9PVl5UdIbAp+UwgKAeZBVAVWC8wDqErxAL8ETrBGcF1Dt5iE4T7C2XBeAeqYLZBXAvBQWOrbojbcnKy+S1FpZdtVZzpKK+h4/I+AAwCqAflB1icEQAIyX/ECahr1ZP2vtv0jWSXWV2iUGSdu991/NfnPO/Ju080CwQQApA3E7gEVAgwT+wcat8bWSzj2TTOb28+9e2Zm2a08DqAMYMMQUUDjZaKvdV2iZQeda1+4s7G+10jfRicG04NxPnxwevHqj2oytjfPFoG+ZLw/Grf/MVp9tpulJCQ6A4tj97CtDgx9W02bcbsWhL2YEto4F4TDAOoCn7cDoTpI3VntV70kwW5dqi7Wh2MoyC6eAS8XvvXR9uezJ30/OgGwAJAPS2UZzZvyHL93OQ2wlfn16cqYvMg0RDpAajebMK6/cras8OX0JxGEACJKtLdaGANxYbd1d8zVyTss7yBgXSWKlUnFJkhhJjEb4cRTwahR0xEvjI3sHr0li1p7nyWRH9g5e89J4FHQkCng1GuHHWXulUnGSaIyLlhNZYeP/clh3Wpcz7LwHKpfLKpVKoVQqAcACgKvL5V5bEl9qz6V6SbaxUtfRpfZ9+/aRpCam/tpVnbvpUg24u1bcbHF8P3UBXRL03lMSp6enuaKY/mxWl2JhM7inrmzMs+98QNj8yroiaK1LlzJV2k2/+4QUACam/pYGUMq5F+6CIEPq0y+9eXpyV3/MQhC7qTU3DUNZz0Kj2Wruss46ULl2K3kJEpBfbLT2O4c4he0zWDt73W94wUiten2x/XxfobA9LriFPP26ekVJiiQRPPxWn5ZIMM6QNA8ui6rzaRtjnLS1HgSgEHwKZ3PvBYH8BCXBbdsWX3Gt8Cc9Vu8L3OIYlCxrtUbcv7sFq0PKeVqQ24Mk6OhqPzjych2d2vSh4NzFD6qp2oGdumNd+S4r/mAAMEkqDhC38umMCaZpu4tVcGOnatq375YAbunTGROy1nYV+xs+jntU0CP4qKNH8FFHj+Cjjq4Ieu/v14XphtGtDV0V28aYkFQq7sbiok0qlS0lm41pqiYE5D/JWJNggfTtrN4TLEzoLx08mOIh7ujLF6f7EWCzI+vCOkX/al4gAJXL7+0IfdE7IgYhWIKfGIMpeZ/CdFUSbh7Bg9a6EHBY0B4QnkLVNNrfLxYPzWU2r+y2mgeVJIkpFg/Nlafe/4tXGKdwk8SeEPALkII2feDVHUgoiATqkBYEPGFgLhSLh+aSJDGrncCteTcBABN//vuwWq3fCni+cz+hlCS2er/7+Zh0gAZBXjZRdGzs5W/MLrXf06B812fvXdmh5vw4ZA4KGn4A9ucGoVkQFRYGzhQPfX1uveuz3BegAFAufxRHj7e3tZuLD2X9jAr9oX0rWigWn2uttG1TWLpD+MIUBZJM3n9xdLuWcevPmlYY0Lnp6v0DqoceeuhhS/Bf+yDSFE+HjrIAAAAASUVORK5CYII=) no-repeat 50%;background-size:contain}.feeds-wrap .f-content .wrap-content .task-item .icon-list .icon-more{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAARGVYSWZNTQAqAAAACAABh2kABAAAAAEAAAAaAAAAAAADoAEAAwAAAAEAAQAAoAIABAAAAAEAAABwoAMABAAAAAEAAABwAAAAAN6CUbEAAALzSURBVHic7ZjBa1xVFMZ/330vMUWq0ixSd10ILkZisGvBVigVbUmhk1rdiWv/gsLrWrSuuxVNkzfQpq2LFClpSyl0EdwkaihKXUhRsiiINjPOu5+LScoEXPa+0un7bc/i3nPPPec750BDQ0NDQ0NDQ0PDc0BROJRlmRVFEZ72XZJjW3Wck9dxyA7fXFqZyXNP5aruSfrVtiQ55ZnJX3E7UmHx6s0iSLM20cSI/OWHxw5/m9rJpLlQlmUmyQtXbrwn8VG0u9GxJ0LA4bMLl1YOSHLKnKwl2UPQNKYCKknBuCsxoTy8DtBqtZL9pMQ52AYgSn+IOCarAmDgJFmmBwDr6+vJvmhSB9ttIsALvd5Sd2zsA8SbAXoRj2NdWLt7fS11DtZRqgX44vd3J/v/bM0aTynwE4/+vDI3N1ft2Gu4Rzrq0rz/o7aDbavT6TwuatvRGzn0NKOZlKLwsCRppPrR4aiV5Z09Q6bk0Uz/XWwhef7y9cNB2aeSXnH0b3ng3Mlj79x7plu1wg5IXri68kZQ+EJoxmY/cKSCz5eWbu+VZJTunZM62Op0BBCsI5b2WjwEV+DNaF77O/TeAigXF7NUd6gl0aOQLAfYFayxGqa1pA6ut9uD3LJWwD3jl4CANClxv5uP/wAwd+pUMk2sZR6U5PK7W0cd/YmJk1i/VPK5j48f+rmOobcGBjJRFEX4+tq1F4cMoyP6hXcJPSMl9EPU3qo1zfaT4LkYl8rlO/voVydsT9n9jbC1uTSIogXP6ERvIwmXy8v76O05H+WDg5UF43JY+HH17TNnz2IN1D+Jk0krWadTBgBvTcxG4kGZB4aHQptWfL81c2N6e22Y7KHrKdUZ+wX/GjKb3LYBYh6mIO3asBYHq6paA+VAZjsCE0LdR/24AWnXhklzUAwq6PnV1fzl3/86gzS7bemZ/lenj787Pwprw8fMX741HaJfNXHj9IlD90ekD91htxaO5PKpKIpQlmU2ks41NDQ0NDQ0NDxx/gNUi2Nk3/owJwAAAABJRU5ErkJggg==) no-repeat 50%;background-size:contain}.feeds-wrap .f-content .wrap-content .task-item .icon-list .icon-type{width:auto;height:17px;line-height:17px;color:#326eff;font-size:12px;background-color:rgba(68,104,255,.2);border-radius:4px;margin-top:6px;padding:0 3px}.feeds-wrap .f-content .wrap-content .task-item .icon-list .icon-application{height:17px;line-height:17px;background:#ee3c3c;font-size:12px;color:#fff;border-radius:4px;margin-top:5px}.feeds-wrap .f-content .wrap-content .task-item .task-con{padding-top:20px}.feeds-wrap .f-content .wrap-content .task-item .task-con .task-status{position:relative;padding-left:15px;flex-shrink:0;color:#95a1b3;font-size:12px}.feeds-wrap .f-content .wrap-content .task-item .task-con .task-status:before{content:"";width:8px;height:8px;border-radius:4px;background:#95a1b3;opacity:.2;position:absolute;top:6px;left:0}.feeds-wrap .f-content .wrap-content .task-item .task-con .line{min-width:25px;height:1px;line-height:0;border-top:2px solid #95a1b3;opacity:.2;margin:10px 11px 0;position:relative}.feeds-wrap .f-content .wrap-content .task-item .task-con .line .stage{position:absolute;top:10px;left:50%;margin-left:-14px;opacity:1;color:#95a1b3;font-size:12px;border:1px solid #95a1b3;width:28px;height:17px;line-height:17px;text-align:center}.feeds-wrap .f-content .wrap-content .task-item .task-con .line-flex{flex:1 1}.feeds-wrap .f-content .wrap-content .task-item .task-con .message{font-size:14px}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .task-owner{color:#326eff}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .task-owner .t-time{opacity:.6}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .grey-line{color:#95a1b3}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .taskEvent-title{margin-top:6px}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .type-application{width:234px;overflow:hidden;border:1px solid #e6eef9;border-radius:4px;background-size:contain;font-size:12px;color:#95a1b3;padding:5px 10px;line-height:18px;margin-top:5px;position:relative}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .type-application .tag-app{width:32px;height:15px;line-height:15px;background:#f8f9fa;border-radius:0 4px 0 4px;font-size:10px;text-align:center;position:absolute;right:5px;top:5px}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .type-application .img-app{width:20px;height:20px;margin:10px 5px 0 0}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .type-application .app-name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .type-application .app-desc{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.feeds-wrap .f-content .wrap-content .task-item .task-con .message .weight .iframe-box{border:none}.feeds-wrap .f-content .wrap-content .task-item .task-con .task-avator{width:20px;height:20px;margin-right:10px;border-radius:6px}.feeds-wrap .f-content .wrap-content .task-item .task-con .task-end{min-width:300px}.feeds-wrap .f-content .wrap-content .task-item .task-con .task-end .task-owner{color:#393c4c}.feeds-wrap .f-content .wrap-content .task-item .task-con .task-end .task-owner .t-time{color:#95a1b3}.feeds-wrap .f-content .wrap-content .task-item .task-con .task-end .taskEvent-title{margin-top:6px;color:#95a1b3}.feeds-wrap .f-content .wrap-content .task-item .t-bottom{justify-content:flex-end;margin-top:25px}.feeds-wrap .f-content .wrap-content .task-item .t-bottom .icon{width:16px;height:16px;padding-left:21px;box-sizing:content-box;margin-left:50px;color:#95a1b3}.feeds-wrap .ant-menu-sub.ant-menu-inline{background:#fff}.feeds-wrap .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:#f8f9fa;color:#393c4c}.feeds-wrap .ant-menu-submenu-inline{position:relative;padding-bottom:15px;margin-bottom:15px}.popover-more-box .icon-delete{width:20px;height:20px}.popover-more-box .delete-title{display:inline-block;margin-left:5px}.f-drawer .ant-drawer-close{padding:17px 18px}.detail-drawer .ant-drawer-close{padding:11px 18px}.f-drawer.detail-drawer .ant-drawer-content-wrapper{transition:-webkit-transform .15s;transition:transform .15s;transition:transform .15s,-webkit-transform .15s}.iframe-box{border:none}.comments-list{min-height:100%;overflow-y:auto;background:#fff;padding-left:10px}.comments-list .flex-wrap{display:flex}.comments-list .comments-top{padding:20px}.comments-list .txt-search{width:320px;height:34px;line-height:34px;border-radius:5px;border:none;padding-left:35px;background:#f8f9fa url(https://img13.360buyimg.com/imagetools/jfs/t1/180241/28/10926/1657/60d455d2E8f024d52/aae422ebd68096d4.png) no-repeat 10px;background-size:20px;margin:0 20px 20px}.comments-list .c-item{background:#fff;margin-bottom:10px;border-radius:5px}.comments-list .c-item .c-title{font-size:14px;padding:0 20px;color:#393c4c;font-weight:600}.comments-list .c-item .c-item-con{padding:5px 20px;color:#393c4c;line-height:24px;font-size:12px}.comments-list .c-item .c-item-bottom{justify-content:flex-end;border-bottom:1px solid #e6eef9;padding-bottom:20px;margin-bottom:20px;padding-right:10px}.comments-list .c-item .c-item-bottom .btn-bottom{width:62px;height:28px;border:1px solid #326eff;color:#326eff;text-align:center;line-height:28px;margin-right:10px;margin-top:10px;border-radius:4px;font-size:12px}.comments-list .c-item .c-item-bottom .approve{background:#326eff;color:#fff;border:none}.no-data{background:url(https://storage.360buyimg.com/imgtools/4cb0b6a0bd-198c5b10-edbe-11eb-9bca-a5ca8d8390c4.png) no-repeat 50%;background-size:195px;text-align:center;width:200px;margin:110px auto 0;padding-top:200px;font-size:14px}.widget-card-container{width:310px;height:190px;background:#ffbc7b;padding-left:4px;border-radius:10px;box-shadow:0 0 10px 0 hsla(0,0%,87.1%,.5);margin-right:20px;margin-top:14px}.widget-card-container .card-content-container{width:306px;height:100%;background-color:#fff;border-radius:10px;padding-left:14px;padding-top:10px}.widget-card-container .card-content-container p{margin-bottom:0}.widget-card-container .card-content-container .card-title{width:126px;height:22px;line-height:22px;font-size:16px;font-weight:600;color:#393c4c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-card-container .card-content-container .card-des{width:282px;height:40px;line-height:20px;font-size:14px;color:#393c4c;margin-top:6px}.widget-card-container .card-content-container .hr{color:#95a1b3;height:20px;line-height:20px}.widget-card-container .card-content-container .card-time{margin-top:10px!important;font-size:14px}.widget-card-container .card-content-container .card-from-origin{margin-top:4px!important;font-size:14px}.widget-card-container .card-content-container .card-introducer{margin-top:4px!important;font-size:14px;display:flex;align-items:center}.widget-card-container .card-content-container .card-introducer .ant-avatar{margin-left:8px}.widget-card-container .card-content-container .card-priority{text-align:center;width:30px!important;height:18px;line-height:18px;background:#fbdddd;border-radius:5px;font-size:12px;color:#ea2f2f;margin-top:6px}.feed-list-container{width:100%;height:100%;border-radius:10px;background-color:#fff}.feed-list-container .ant-spin-nested-loading{height:100%}.feed-list-container .ant-spin-nested-loading .ant-spin-container{height:100%;display:flex;flex-direction:column}.feed-list-container .feed-list-header{padding-top:15px;padding-left:20px;background-color:#fff}.feed-list-container .feed-list-header .ant-radio-group{display:flex}.feed-list-container .feed-list-header .ant-radio-group .ant-radio-button-wrapper{border:1px solid #e6eef9;height:34px;width:94px;display:flex;align-items:center}.feed-list-container .feed-list-header .ant-radio-group .ant-radio-button-wrapper span{height:20px;line-height:20px;font-size:14px;color:#393c4c;text-align:center}.feed-list-container .feed-list-header .ant-radio-group .ant-radio-button-wrapper:first-child{border-radius:8px 0 0 8px}.feed-list-container .feed-list-header .ant-radio-group .ant-radio-button-wrapper:nth-child(2){border-radius:0 8px 8px 0}.feed-list-container .feed-list-header .ant-radio-group .ant-radio-button-wrapper-checked{border:0;background:#326eff}.feed-list-container .feed-list-header .ant-radio-group .ant-radio-button-wrapper-checked span{color:#fff}.feed-list-container .feed-list-header .ant-radio-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:transparent}.feed-list-container .feed-list-header .search-container{padding-right:20px;margin-top:14px;height:34px;display:flex}.feed-list-container .feed-list-header .search-container .ant-input{width:268px;border:1px solid #e6eef9;border-radius:8px;height:100%;font-size:14px;color:#393c4c}.feed-list-container .feed-list-header .search-container .ant-btn{width:68px;margin-left:10px;height:100%;border-radius:6px;font-size:14px;padding:0}.feed-list-container .feed-list-header .search-container .search{border:0;background:#326eff;color:#fff}.feed-list-container .feed-list-header .search-container .reset{border:1px solid rgba(149,161,179,.2);border-radius:6px;color:#393c4c}.feed-list-container .feed-list-header .search-container .inspect-container{height:100%;margin-left:auto;display:flex;align-items:center}.feed-list-container .feed-list-header .search-container .inspect-container img{width:12px;height:12px}.feed-list-container .feed-list-header .search-container .inspect-container .inspect{height:20px;line-height:20px;font-size:14px;color:#393c4c;margin-left:6px}.feed-list-container .divider{margin:20px 0 0 20px;min-height:1px;background:#e6eef9}.feed-list-container .feed-category-container{display:flex;align-items:center;border-radius:0 0 10px 10px;background-color:#fff;height:60px;padding:13px 20px}.feed-list-container .feed-category-container .feed-category-item{width:310px;height:100%;background:rgba(149,161,179,.1);border-radius:6px;line-height:34px;font-size:14px;font-weight:600;color:#393c4c;text-align:center;margin-right:24px}.feed-list-container .feed-card-container{background:#f6f7f9;padding:0 20px 14px;height:calc(100% - 178px);display:flex}.feed-list-container .feed-card-container .feed-card-list{width:310px!important;height:100%;overflow:auto;margin-right:24px}.feed-list-container .feed-card-container .feed-card-list .infinite-scroll-component__outerdiv{width:310px}.feed-list-container .feed-card-container .feed-card-list::-webkit-scrollbar{display:none}.feed-list-container .feed-card-container .feed-card-list .ant-list-item{padding:0;margin:0}.feed-list-container .feed-status-container{height:55px;display:flex;align-items:center;background-color:#fff}.feed-list-container .feed-status-container .feeds-status-item{margin-left:32px;display:flex;align-items:center}.feed-list-container .feed-status-container .feeds-status-item .item-origin-point{width:10px;height:10px;border-radius:5px}.feed-list-container .feed-status-container .feeds-status-item .item-title{margin-left:6px;height:20px;line-height:20px;font-size:14px;color:#393c4c}.feed-list-container .feed-data-statistics{height:55px;display:flex;align-items:center;background-color:#fff;justify-content:space-between;padding:0 64px 0 32px}.feed-list-container .feed-data-statistics .feed-data-item{display:flex;align-items:center}.feed-list-container .feeds-list{flex:1 1;background-color:#fff;padding-left:20px;padding-right:20px;overflow-y:scroll;padding-bottom:20px}.feed-list-container .feeds-list::-webkit-scrollbar{display:none}.feed-list-container .feeds-list .ant-table-wrapper{border:1px solid #e6eef9;border-radius:10px;overflow:hidden}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-content::-webkit-scrollbar{height:3px}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-thead tr .ant-table-cell{height:44px!important;background:#f8f9fa;padding:12px 20px;font-size:14px;font-weight:600;color:#393c4c}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-thead tr .ant-table-cell:before{display:none}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row{height:60px}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell{height:60px;padding:0 20px}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .progress-info{display:flex;align-items:center}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .progress-info .percent{display:inline-block;margin-left:6px;min-width:31px;height:22px;line-height:22px;font-size:14px;color:#326eff}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .progress-info .title{display:inline-block;margin-left:14px;font-size:14px;color:#393c4c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .progress-info .red-percent,.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .progress-info .red-title{color:#f56e64}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .endTime,.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .startTime{height:20px;font-size:14px;line-height:20px;color:#393c4c}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .calendar,.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .delete,.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .look{height:20px;line-height:20px;font-size:14px;color:#326eff;text-decoration:underline}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .priority{display:block;text-align:center;width:37px!important;height:20px;line-height:20px;background:#fbdddd;border-radius:5px;font-size:14px;color:#ea2f2f}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .ant-avatar-group{display:flex;align-items:center}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .ant-avatar-group .ant-tooltip-open{width:36px!important;height:36px!important;line-height:36px!important;z-index:100;top:0;display:flex;align-items:center}.feed-list-container .feeds-list .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .people-card{display:flex;flex-direction:row;grid-gap:4px;gap:4px}.feed-list-container .feeds-list .ant-pagination{margin-right:20px}.feed-list-container .feeds-list .ant-pagination .ant-pagination-item{width:30px;height:30px;border:1px solid #e8e8e8;border-radius:4px;font-size:14px}.feed-list-container .ant-drawer-content{border-radius:20px 0 0 20px;padding:20px 17px 20px 0}.feed-list-container .ant-drawer-content .filter-container{width:100%;height:100%;display:flex;flex-direction:column}.feed-list-container .ant-drawer-content .filter-container .filter-title{width:28px;height:20px;font-size:14px;font-weight:600;color:#393c4c;margin-left:22px}.feed-list-container .ant-drawer-content .filter-container .filter-content{padding-top:21px}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item{display:flex;align-items:center;justify-content:flex-end;min-height:36px;margin-bottom:14px}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .ilter-item-title{line-height:20px;height:20px;font-size:14px;color:#393c4c}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .ant-select-selector{border:1px solid rgba(149,161,179,.4);border-radius:8px}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .ant-picker{width:235px;border:1px solid rgba(149,161,179,.4);border-radius:8px}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .sa-select-people .sa-select-selection{border-radius:8px}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .sa-select-people .sa-select-selection:hover{border:1px solid rgba(149,161,179,.4)!important}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .staff-model{width:235px;height:32px}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .staff-model .input-box{width:100%;height:100%}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .staff-model .input-box .avatar{display:none}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .staff-model .input-box .select-input{height:100%;display:flex;align-items:center;flex-wrap:nowrap}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .staff-model .input-box .select-input .add-tag{padding:0 5px;margin:0 0 0 5px;height:22px}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .staff-model .input-box .select-input .user-tag{margin:0 0 0 5px;height:22px}.feed-list-container .ant-drawer-content .filter-container .filter-content .filter-item .staff-model .box{left:-80px;width:280px}.feed-list-container .ant-drawer-content .filter-container .filter-footer{padding-left:20px;justify-content:flex-end;margin-top:auto}.feed-list-container .ant-drawer-content .filter-container .filter-footer button{width:86px;height:40px;border-radius:8px;font-size:14px}.feed-list-container .ant-drawer-content .filter-container .filter-footer .confirm{background:#326eff;border:0;color:#fff}.feed-list-container .ant-drawer-content .filter-container .filter-footer .cancle{margin-left:20px;border:1px solid rgba(149,161,179,.4);color:#393c4c}.close-task-btm{width:100%;height:60px;left:0;bottom:0;background:#fff;border-top:1px solid rgba(0,0,0,.1);position:absolute;text-align:center;line-height:60px}.close-task-btm .ant-btn{width:134px;height:45px;border-radius:4px}.close-task-btm .btn-primary{margin-left:30px}.gray-bg-color{background:#f6f7f9}.execute-modal .ant-modal{width:100%;height:600px}.execute-modal .ant-modal .ant-modal-body{height:600px}.execute-modal .ant-modal .ant-modal-body iframe{border:none;width:100%;height:100%}.taskId-style{color:rgba(0,0,0,.85);font-weight:600}.feeds-detail-userlist{padding-left:20px;height:100%;overflow:hidden}.feeds-detail-userlist .title{font-size:16px;height:22px;font-weight:600;color:#393c4c;margin:14px 0 20px}.feeds-detail-userlist .list{height:calc(100% - 62px);overflow-y:auto}.feeds-detail-userlist .list-con{padding-bottom:25px}.feeds-detail-userlist .list-title{font-size:13px;color:#95a1b3}.feeds-detail-userlist .list-con-item{padding-top:15px;padding-bottom:5px;font-size:14px;color:#393c4c}.feeds-detail-userlist .list-con-item img{width:30px;height:30px;margin-right:14px;border-radius:4px}.new-empty{margin-top:70px;font-size:14px}.unde-empty{width:100%;height:100%;position:relative}.unde-empty .unde-box{position:absolute;top:25%;left:40%}.unde-empty .unde-box img{width:391px;height:211px}.unde-empty .unde-box .unde-text{margin-left:100px;text-align:center;width:176px;height:22px;font-size:16px;font-family:PingFangSC;font-weight:400;color:#393c4c}.app-container-outter{height:100%}.app-container{width:100%;height:100%;display:flex;background-color:#f7f8fa}.app-container .ant-tabs{width:100%;background:#edeef1}.app-container .ant-tabs .ant-tabs-content-holder{width:100%;height:100%}.app-container .ant-tabs .ant-tabs-content-holder .ant-tabs-content{width:100%}.app-container .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{display:flex;width:100%}.app-container .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .right-container{flex:1 1;height:100%;display:flex;flex-direction:column;padding:16px;background:#f4f7fc;position:relative}.app-container .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .right-container .breadcrumb{width:100%;height:40px;background:#fff;display:flex;align-items:center;padding:0 20px;border-radius:0 0 4px 4px;margin-bottom:10px}.app-container .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .right-container .iframe-box{width:100%;flex:1 1;border-radius:12px}.app-container .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .right-container .iframe-mask{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1}.app-container .ant-tabs .ant-tabs-nav{height:32px;overflow:hidden;box-sizing:content-box;background-color:#fafbfd;padding:14px 0 0}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap{height:32px;box-sizing:border-box}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab{width:168px;height:100%;background:none;border:none;padding:0;margin:0;position:relative;display:flex;justify-content:space-between;color:#243045;box-sizing:border-box}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab:not(.ant-tabs-tab-active):after{content:"";position:absolute;left:0;right:0;bottom:0;border-bottom:1px solid #ecf0f5}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab:not(.ant-tabs-tab-active):hover .tab-title{color:#326eff}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-btn{flex:1 1;min-width:0}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-btn .tab-container{display:flex;align-items:center;height:100%;flex:1 1}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-btn .tab-container .tab-img{width:14px;height:14px;margin-left:14px}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-btn .tab-container .tab-title{height:18px;line-height:18px;margin-left:14px;font-size:12px;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;position:relative}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-btn .tab-container .tab-line{position:absolute;width:1px;right:0;top:6px;height:18px;background:rgba(29,33,41,.1)}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab .ant-tabs-tab-remove{width:25px;height:25px;margin-right:5px;position:relative}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-active{border-radius:9px 9px 0 0;background:#f4f7fc;border-bottom:none;color:#326eff}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-active .tab-container:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;border-radius:9px 9px 0 0;border-left:1px solid #ecf0f5;border-top:1px solid #ecf0f5;border-right:1px solid #ecf0f5}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-active:after,.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-active:before{position:absolute;width:8px;height:8px;content:"";z-index:1}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-active:before{left:-6.5px;bottom:-1px;background:url(/static/media/bd-radius-left.1c90c900.svg) no-repeat 100% 100%/cover}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-active:after{right:-6.5px;bottom:-1px;background:url(/static/media/bd-radius-right.cc101e8c.svg) no-repeat 0 100%/cover}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list>.ant-tabs-tab:first-child{margin-left:8px}.app-container .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list>.ant-tabs-tab:nth-last-child(2){margin-right:8px}.app-container .ant-tabs.ant-tabs-top>.ant-tabs-nav:before{border-bottom:1px solid #ecf0f5}.app-container .hidden-app-menu{padding-left:10px!important}.app-container .app-mock-img{background-image:url(https://img10.360buyimg.com/imagetools/jfs/t1/162208/28/28514/25187/61c472c9E0bcd1d09/757db628f4c84c77.png);width:87px;height:161px;position:absolute;background-repeat:no-repeat;background-size:cover;top:50%;right:0;z-index:10}.app-container .context-menu-wrapper{position:absolute;width:100px;z-index:999;list-style:none;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);background-color:#fff;padding-left:0;transition:all .3s ease-in-out}.app-container .context-menu-wrapper>li{width:100%;box-sizing:border-box;display:flex;align-items:center;padding:4px 0}.app-container .context-menu-wrapper>li>button{width:100%}.app-container .context-menu-wrapper>li>button:not([disabled]){color:#444}.app-container .context-menu-wrapper>li>button .el-icon{margin-right:4px}.app-container .context-menu-wrapper>li:hover>button:not([disabled]){color:#326eff}.ant-tabs-dropdown-menu-item:hover{background:rgba(222,229,237,.36)!important}.process-apply-home-page{min-height:100%;background:#f7f8fa;border-radius:4px;position:relative}.process-apply-home-page .draft-box-btn{position:absolute;top:27px;right:35px;cursor:pointer}.process-apply-home-page .draft-box-btn img{width:20px;height:20px;margin:0 8px}.process-apply-home-page .draft-box-btn .text{margin-top:2px;color:#393c4c;font-size:12px;height:16px}.process-apply-home-page .draft-box-btn .text:hover{color:#326eff!important}.process-apply-home-page .head-area{min-height:88px;display:flex;align-items:center;background:#fff;border-radius:4px}.process-apply-home-page .head-area .steps-wrapper{padding-top:10px;width:732px;margin:0 auto}.process-apply-home-page .head-area .steps-wrapper .dots-item{width:30px;height:30px;color:#fff;background:#326eff;border-radius:50%;font-size:14px;text-align:center}.process-apply-home-page .head-area .steps-wrapper .dots-item-unfinish{background:#eceded;color:rgba(29,33,41,.4)}.process-apply-home-page .head-area .steps-wrapper .ant-steps-item-content{margin-top:6px}.process-apply-home-page .head-area .steps-wrapper .ant-steps-item-content .ant-steps-item-title{font-size:14px;line-height:20px;color:#393c4c}.process-apply-home-page .head-area .steps-wrapper .ant-steps-item-wait .ant-steps-item-title{color:#bcbdc3}.process-apply-home-page .step-content-wrapper{padding:10px 44px 20px;display:flex;flex-direction:column}.process-apply-home-page .step-content-wrapper .guide-btn{position:absolute;top:20px;right:20px;height:23px;display:flex;align-items:center;padding:0;border:0;border-radius:4px}.process-apply-home-page .step-content-wrapper .guide-btn>span:last-of-type{margin-left:8px}.process-apply-home-page .step-content-wrapper .content-scope-display{grid-gap:20px;gap:20px}.process-apply-home-page .step-content-wrapper .content-scope-display .content-scope-item{width:100%}.process-apply-home-page .step-content-wrapper .content-scope-display .content-scope-item .ant-tree{height:348px;overflow-y:auto;border-radius:4px}.process-apply-home-page .step-content-wrapper .content-scope-display .content-scope-item .ant-tree .ant-tree-treenode{width:100%;height:40px;padding:0 10px}.process-apply-home-page .step-content-wrapper .content-scope-display .content-scope-item .ant-tree .ant-tree-node-content-wrapper{display:inline-block;width:100%;height:100%;line-height:40px}.process-apply-home-page .step-content-wrapper .content-scope-display .content-scope-item .ant-tree .ant-tree-checkbox,.process-apply-home-page .step-content-wrapper .content-scope-display .content-scope-item .ant-tree .ant-tree-switcher{margin-top:0;align-self:center}.process-apply-home-page .foot-area-nar{display:flex;position:relative;justify-content:center;align-items:center;width:100%;height:70px;background:#fff;box-shadow:0 -2px 4px 0 rgba(29,33,41,.1)}.process-apply-home-page .foot-area-nar .ant-btn{width:134px;height:45px;border-radius:4px}.process-apply-home-page .foot-area-nar .ant-btn:not(:last-of-type){margin-right:40px}.process-apply-home-page .component-info-container .ant-table .ant-table-container,.process-apply-home-page .component-info-container .ant-table table,.process-apply-home-page .component-info-container .ant-table td,.process-apply-home-page .component-info-container .ant-table th{border-color:rgba(29,33,41,.08)!important}.process-apply-home-page .ant-table-container table>tbody>tr:last-child td:last-child{border-bottom-right-radius:4px}.process-apply-home-page .ant-table-container table>tbody>tr:last-child td:first-child{border-bottom-left-radius:4px}.process-apply-home-page .ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description,.process-apply-home-page .ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle,.process-apply-home-page .ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title{color:rgba(29,33,41,.4)}.components-draft-box{padding:30px}.components-draft-box .back-btn{margin-top:10px}.proces-step-page-one{padding:4px 0 0}.proces-step-page-one .warninf-text{cursor:pointer;background:#fde2e0;padding:10px;color:#f56e64;border-radius:4px;margin:16px 20px 0}.proces-step-page-one .ant-table-thead .ant-table-cell{background:#f8f9fa}.proces-step-page-one .step-one-form label{line-height:20px;height:20px}.proces-step-page-one .step-one-form .ant-form-item{margin-bottom:0}.proces-step-page-one .step-one-form .ant-input-textarea-show-count:after{margin-bottom:0;margin-right:4px;color:rgba(29,33,41,.4);font-size:12px}.proces-step-page-one .step-one-form .ant-input{border:none!important;padding:17px 22px;outline:none;box-shadow:none}.proces-step-page-one .step-one-form textarea{resize:none}.proces-step-page-one .img-item{font-size:14px;color:#326eff;cursor:pointer;margin-bottom:8px}.proces-step-page-one .close-icon{margin-left:20px;font-size:12px;color:#393c4c;cursor:pointer}.proces-step-page-one .proces-applypeo{background:#fff;overflow:hidden}.proces-step-page-one .upload-btn{display:flex;align-items:center}.proces-step-page-one .upload-btn .tips{color:rgba(29,33,41,.4);font-size:14px;margin-left:20px}.proces-step-page-one .upload-list{margin-top:16px}.org-select-box .ant-tabs,.org-select-box .ant-tabs-content{height:auto}.org-select-box .ant-tabs-content-holder{height:232px;overflow-y:scroll}.org-select-box .ant-tabs-nav-wrap{height:40px;line-height:40px;padding-left:20px}.org-select-box .ant-tabs-tab{font-size:14px;font-family:PingFangSC;font-weight:400;color:rgba(29,33,41,.8)}.org-select-box .ant-tabs-tab-active .ant-tabs-tab-btn{font-size:14px;font-family:PingFangSC;font-weight:400;color:#326eff;text-shadow:none}.org-select-box .ant-tabs-content{padding-left:20px;padding-right:10px;margin-top:17px}.org-select-box .owner-org{width:100%}.org-select-box .owner-org .ant-tree-switcher{background:url(https://img14.360buyimg.com/imagetools/jfs/t1/223909/31/4079/1552/61f514ecEb84dcd66/b8993e42852b143d.png) no-repeat;background-size:18px 18px;width:18px!important;margin:11px 16px 11px 0}.org-select-box .owner-org .ant-tree-node-content-wrapper{width:100%;height:40px;line-height:40px}.org-select-box .owner-org .ant-tree-treenode{width:712px;font-size:14px;font-weight:400}.org-select-box .owner-org .ant-tree-node-selected{width:100%;color:#326eff;background:rgba(50,110,255,.08)}.org-select-box .select-orglist .ant-tree{height:232px}.org-select-box .select-orglist .ant-tree .ant-tree-switcher{line-height:32px}.org-select-box .select-orglist .ant-tree .ant-tree-treenode{height:32px;line-height:32px;width:712px;font-size:14px;font-weight:400}.org-select-box .select-orglist .ant-tree .ant-tree-node-selected{width:100%;color:#326eff;background:rgba(50,110,255,.08)}.org-select-box .select-orglist .ant-tree .ant-tree-node-content-wrapper{width:100%;height:32px;line-height:32px}.org-select-box ::-webkit-scrollbar{display:none}.roles-container .selected-item-title{height:40px;padding-left:20px;font-size:14px;line-height:40px;font-weight:500;color:rgba(29,33,41,.8);background:rgba(29,33,41,.02);border-bottom:1px solid rgba(29,33,41,.08)}.roles-container .own-item{height:78px;padding-left:20px;overflow-y:scroll}.roles-container .own-roles-item{height:120px;background:#fff;border:1px solid rgba(29,33,41,.08);border-radius:4px 4px 4px 4px;line-height:40px;margin-bottom:20px}.roles-container .own-roles-item .roles-item-title{font-size:14px;font-family:PingFangSC;font-weight:500;color:rgba(29,33,41,.8);margin-left:20px}.roles-container .own-roles-item .own-roles .ant-tag{height:24px;background:rgba(29,33,41,.08);border:1px solid rgba(41,37,29,.2);border-radius:4px;color:rgba(29,33,41,.6);font-size:12px;margin-right:10px;margin-top:0}.roles-container .own-roles-item .own-roles .ant-tag .ant-tag-close-icon{color:#d2d3d4}.roles-container .own-roles-item .own-roles .ant-tag .ant-tag-close-icon:hover{color:#77797e}.roles-container .selected-roles-item{height:120px;background:#fff;border:1px solid rgba(29,33,41,.08);border-radius:4px 4px 4px 4px;margin-bottom:20px}.roles-container .selected-roles-item .ant-tag{height:24px;border:1px solid #326eff;border-radius:4px;background:#fff}.roles-container .selected-roles-item .selected-roles{padding-left:20px;height:78px;overflow-y:scroll}.roles-container .selected-roles-item .selected-roles .ant-tag{line-height:22px}.roles-container .selected-roles-item .selected-roles .ant-tag .ant-tag-close-icon{color:#a6a7aa}.roles-container .selected-roles-item .selected-roles .ant-tag .ant-tag-close-icon:hover{color:#326eff}.roles-container ::-webkit-scrollbar{display:none}.components-menu{width:100%;height:404px!important;background:#fff;border:1px solid rgba(29,33,41,.08);border-radius:4px 4px 4px 4px}.components-menu .menu-auth-title{height:40px;background:rgba(29,33,41,.02);border-bottom:1px solid rgba(29,33,41,.08);line-height:40px;font-size:14px;font-weight:500;padding-left:20px;padding-bottom:10px}.components-menu .container-menu-auth{height:362px;overflow:auto;position:relative;display:flex;flex-direction:column}.components-menu .container-menu-auth .menu-auth-tab{flex:1 1}.components-menu .container-menu-auth .menu-auth-tab .ant-tabs-tab{margin-left:20px;margin-right:20px}.components-menu .container-menu-auth .menu-auth-tab .ant-tabs-tab .ant-tabs-nav-wrap{height:40px}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-ink-bar{height:0!important}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-nav-list{padding-top:10px;background:#f8f9fa;border-radius:0 0 0 4px}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-tab{margin-left:0;margin-right:0;padding:10px 0 10px 20px!important}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-nav-wrap{min-width:166px;background:#fbfbfc;overflow-y:auto;height:300px;border-right:1px solid #dcdfe5;border-radius:4px 0 0 4px}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-nav-wrap .ant-tabs-tab{background:none;border:0;height:40px;padding:0}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-nav-wrap .ant-tabs-tab-active{background:rgba(50,110,255,.08);color:#326eff}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-content-holder{border-radius:0 4px 4px 0;border-left:0;overflow-y:auto;background:#fff}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-content-holder .ant-tabs-tabpane{padding:6px 10px}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-content-holder .ant-tabs-tabpane .ant-tree-treenode{width:100%;height:40px;padding:0}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-content-holder .ant-tabs-tabpane .ant-tree-node-content-wrapper{display:inline-block;width:100%;height:100%;line-height:40px}.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-content-holder .ant-tabs-tabpane .ant-tree-checkbox,.components-menu .container-menu-auth .menu-auth-tab .menu-auth-tab-inner .ant-tabs-content-holder .ant-tabs-tabpane .ant-tree-switcher{margin-top:0;align-self:center}.components-menu .container-menu-auth .filter-checkbox{position:absolute;top:14px;right:12px;font-size:14px;color:#1d2129}.components-menu .tips{color:red}.components-menu .empt{display:flex;align-items:center;justify-content:center;height:100%;color:rgba(29,33,41,.4)}.components-select-roles{width:100%;overflow:auto;height:684px;background:#fff;border:1px solid rgba(29,33,41,.08);border-radius:4px 4px 4px 4px}.components-select-roles .search-row{position:relative;display:flex;flex-direction:row;margin:20px 20px 10px}.components-select-roles .search-row .ant-input-affix-wrapper:focus{height:30px!important}.components-select-roles .search-row .search-img{height:16px;position:absolute;top:8px;left:12px;z-index:999}.components-select-roles .search-row .ant-input-affix-wrapper>input.ant-input{margin-left:20px}.components-select-roles .tree-empty{height:580px;display:flex;align-items:center;justify-content:center;color:rgba(29,33,41,.4);font-size:14px}.components-select-roles .roles-container{width:100%}.components-select-roles .roles-container .roles-tree{height:580px;overflow-y:auto;border-radius:4px}.components-select-roles .roles-container .roles-tree .ant-tree-treenode{width:100%;height:32px;padding-left:12px;padding-right:20px}.components-select-roles .roles-container .roles-tree .ant-tree-node-content-wrapper{display:inline-block;width:100%;height:100%;line-height:32px;padding:0}.components-select-roles .roles-container .roles-tree .ant-tree-checkbox{margin:0 4px 0 0;align-self:center}.components-select-roles .roles-container .roles-tree .ant-tree-switcher{margin-top:0;align-self:center}.components-select-roles .roles-container .roles-tree .ant-tree-node-content-wrapper.ant-tree-node-selected,.components-select-roles .roles-container .roles-tree .ant-tree-node-content-wrapper:hover{background:#f6f7fb}.components-select-roles .roles-container .ant-checkbox-group{display:flex;flex-direction:column}.components-select-roles .roles-container .ant-checkbox-group .ant-checkbox-wrapper{width:100%;display:flex}.components-select-roles .roles-container .ant-checkbox-group .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0}.components-select-roles .roles-container .ant-checkbox-group .ant-checkbox-wrapper span:last-child{flex:1 1}.components-select-roles .select-roles-title{height:40px;line-height:40px;padding-left:20px;background:rgba(29,33,41,.02);border-bottom:1px solid rgba(29,33,41,.08);margin-bottom:20px}.components-select-roles .select-roles-title .roles-text{font-size:14px;font-family:PingFangSC;font-weight:500;color:rgba(29,33,41,.8)}.components-select-roles .slect-roles-item{width:100%;display:flex;justify-content:space-between;align-items:center}.components-select-roles .slect-roles-item .menu-detail{color:rgba(29,33,41,.4);font-size:12px;font-family:PingFangSC;font-weight:400;margin-left:auto;margin-right:10px}.components-select-roles .slect-roles-item .menu-detail.active{color:#326eff;cursor:pointer}.components-select-roles .ant-tree .ant-tree-treenode{padding-bottom:0}.components-select-roles ::-webkit-scrollbar{display:none}.second-box .step-content-wrapper{padding:0 44px 63px!important}.components-menu-auth{width:100%}.components-menu-auth ::-webkit-scrollbar{display:none}.third-step{display:flex;flex-direction:column}.third-step .component-info-display-content .ant-tree .ant-tree-treenode{padding-left:14px!important;padding-right:20px!important}.third-step .content .ant-tree{height:580px!important;overflow-y:scroll}.third-step .content .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper{color:#000}.third-step .data-auth-tab .ant-tabs-tab{border-radius:2px}.third-step .data-auth-tab .ant-tabs-content-holder{margin-top:10px;border-left:hidden}.third-step .component-info-container{padding:0;margin-top:10px}.third-step .step-content-wrapper{padding:0}.third-step .step-content-wrapper .apply-box{display:flex;padding:0;position:relative}.third-step .step-content-wrapper .apply-box .add-box{position:absolute;right:64px;top:10px}.third-step .step-content-wrapper .apply-box .area-tree .ant-tree{height:580px;overflow-y:scroll}.third-step .step-content-wrapper .apply-box .component-info-display{background:#fff;border:1px solid rgba(29,33,41,.08);border-radius:4px;margin-bottom:63px}.third-step .step-content-wrapper .apply-box .component-info-display .component-info-display-content{background-color:#fff;padding:0}.third-step .step-content-wrapper .apply-box .component-info-display .component-info-display-content .ant-tabs-nav{border-radius:2px;height:40px;line-height:40px;padding-left:20px}.third-step .step-content-wrapper .apply-box .component-info-display .component-info-display-content .ant-tree{height:580px!important}.third-step .step-content-wrapper .apply-box .ml44{margin-left:44px}.third-step .step-content-wrapper .apply-box .mb63{margin-bottom:63px}.third-step .step-content-wrapper .apply-box .ml20{margin-left:20px;margin-right:44px}.third-step .step-content-wrapper .tree-empty{height:580px;display:flex;align-items:center;justify-content:center;color:rgba(29,33,41,.4);font-size:14px}.third-step .ant-tree-checkbox-disabled+span{color:rgba(0,0,0,.25)!important}.grid-body .ant-tree{height:580px!important}.grid-body .ant-tabs-nav{height:32px!important;line-height:0!important;margin-top:6px}.grid-body .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:first-child{border-radius:4px 0 0 4px}.grid-body .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:nth-child(2){border-radius:0 4px 4px 0}.grid-body .ant-tabs-nav:before{border-bottom:none!important}.grid-body .ant-tabs-nav .ant-tabs-tab{border-radius:2px;width:112px;line-height:32px;text-align:center;height:30px;background:#fff;border:1px solid rgba(29,33,41,.2)}.grid-body .ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-left:0}.grid-body .ant-tabs-nav .ant-tabs-tab-active{background:rgba(50,110,255,.1);color:#326eff;border:1px solid #326eff}.grid-body .ant-tabs-nav .ant-tabs-ink-bar{width:0!important}.grid-body .ant-tabs-nav .ant-tabs-tab-btn{width:100%}.grid-body .ant-tabs-nav .ant-tabs-content-holder{margin-top:20px}.grid-body .ant-radio-button-wrapper{border:none!important}.grid-body .ant-radio-button-wrapper:not(:first-child):before{width:0!important}.grid-body .ant-radio-button-wrapper:focus-within{box-shadow:0}.grid-body .ant-radio-group:first-child:after{content:"";position:absolute;top:3px;left:58px;display:block;box-sizing:content-box;height:14px;padding:1px 0;background-color:rgba(29,33,41,.2);width:1px;z-index:10}.grid-body .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 0 #fff!important}.grid-body .tab-content1{position:relative}.grid-body .tab-content1 .tab-content-btn{position:absolute;right:0;top:-40px}.four-step .ant-table{margin:0 44px!important}.four-step .ant-table-thead .ant-table-cell{background:#f8f9fa}.four-step .information{padding-bottom:20px}.four-step .information>div{font-size:14px;font-family:PingFangSC;font-weight:400;display:flex;color:rgba(29,33,41,.6)!important}.four-step .information>div:not(:first-of-type) span{margin-top:10px}.four-step .information>div span{color:#1d2129}.four-step .information>div span:first-child{min-width:70px;color:#909297}.four-step .information>div span:nth-child(2){flex:1 1;padding-right:10px}.four-step .information .file{display:flex}.four-step .information .file .fileList{margin-top:10px}.four-step .information .file .fileItem{font-size:14px;color:#326eff;cursor:pointer;margin-bottom:8px}.four-step .menu-auth-scope{padding-bottom:20px}.four-step .menu-auth-scope .select-organization{font-size:14px;white-space:nowrap;color:#1d2129}.four-step .menu-auth-scope p{margin-top:-10px}.four-step .item-title{width:142px;font-size:14px!important;text-align:right;display:inline-block;color:#909297}.ant-modal-footer .ant-btn{width:88px;height:40px;border-radius:4px}.ant-modal-footer .ant-btn-primary{margin-left:16px}.home-pageFive{position:absolute;margin-top:4px;background:#fff}.home-pageFive .bg{position:absolute;top:216px;width:391px;height:212px;background:url(//img11.360buyimg.com/imagetools/jfs/t1/217403/29/9347/32163/61cc5052Ea9732626/a277335c97c54895.png) no-repeat;background-size:contain;text-align:center}.home-pageFive .bg .title{font-size:18px;font-weight:600;color:#393c4c;line-height:25px;margin-top:178px}.home-pageFive .bg .content{margin-top:7px}.home-pageFive .bg .content span{color:#326eff;cursor:pointer;margin:0 4px}.feeds-container,.task-page{background-color:#fff}.task-page{width:100%;border-radius:12px}.task-page .market-top{display:flex;align-items:center;justify-content:space-between;height:46px;padding:0 20px;border-bottom:1px solid #e6eef9}.task-page .market-top .title{font-size:16px;font-weight:700;color:#393c4c}.task-page .market-top .right-search{display:flex;align-items:center}.task-page .ant-btn{margin-right:14px}.task-page .ant-btn:active{color:#326eff;background:#326eff}.task-page .ant-btn:hover{color:#326eff;border-color:#326eff;background:#fff}.task-page .btn-lable{word-spacing:0}.task-page .task-content{width:100%;display:inline-flex;border-bottom:1px solid #e6eef9}.task-page .task-content .left-steps{width:230px;padding:30px 10px 0 20px;border-right:1px solid #e6eef9}.task-page .task-content .left-steps .ant-steps-item-tail{left:10px;padding:22px 0 0}.task-page .task-content .left-steps .ant-steps-item-icon{width:22px;height:22px;line-height:22px;font-size:12px;margin-right:6px}.task-page .task-content .left-steps .ant-steps-item-title{font-size:14px;line-height:22px}.task-page .task-content .left-steps .step-info{height:130px}.task-page .task-content .left-steps .dsc-info{height:30px;margin-top:5px;padding:0 10px;background:rgba(149,161,179,.1);border-radius:12px;font-size:12px;color:#95a1b3;text-align:center;line-height:30px;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.task-page .task-content .left-steps .ant-steps-item-finish .ant-steps-item-icon{background-color:#326eff}.task-page .task-content .left-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#fff}.task-page .task-content .left-steps .ant-steps-item-process .ant-steps-item-icon{background:#326eff}.task-page .task-content .left-steps .ant-steps-item-tail:after{background:#95a1b3;opacity:1}.task-page .task-content .left-steps .ant-steps-item-wait .ant-steps-item-icon{background:#dfe2e8;border:none}.task-page .task-content .left-steps .ant-steps-item-wait .ant-steps-icon{color:#95a1b3}.task-page .task-content .right-content{width:100%;padding:20px;color:#393c4c}.task-page .task-content .right-content .ant-form-item-label{font-weight:600}.task-page .task-content .right-content .required-item{margin-left:-8px}.task-page .task-content .right-content .required-item .ant-form-item-control{margin-left:8px}.task-page .task-content .right-content .required-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{margin-right:0}.task-page .task-content .right-content .required-item .required-radio{width:400px}.task-page .task-content .right-content .required-item .required-radio .title{display:inline-block;width:170px}.task-page .task-content .right-content .required-item .required-radio .ant-radio-wrapper{margin-left:40px}.task-page .task-content .right-content .item-form-control{margin-top:-42px}.task-page .task-content .right-content .item-status{margin-bottom:16px}.task-page .task-content .right-content .ant-input-style,.task-page .task-content .right-content .ant-select,.task-page .task-content .right-content .ant-upload-list{width:400px}.task-page .task-content .right-content .ant-input-affix-wrapper,.task-page .task-content .right-content .ant-select-selector{border-radius:8px;border:1px solid #e6eef9}.task-page .task-content .right-content textarea.ant-input{border-radius:8px;height:70px;border:1px solid #e6eef9}.task-page .task-content .right-content .ant-upload-select-picture-card{width:unset;height:unset;background-color:unset;border:none}.task-page .task-content .right-content .ant-upload-list-picture-card-container{width:60px;height:60px}.task-page .task-content .right-content .upload-click{color:rgba(57,60,76,.4);-webkit-text-decoration-line:underline;text-decoration-line:underline}.task-page .task-content .right-content .upload-click:hover{color:#326eff;cursor:pointer}.task-page .task-content .right-content .upload-click .anticon-picture{width:14px;height:12px;margin-right:9px}.task-page .task-content .right-content .upload-click img{width:14px;height:12px;margin-right:8px}.task-page .task-content .right-content .switch-position{position:absolute;top:-35px;left:170px}.task-page .task-content .right-content .switch-public{top:-40px;left:110px}.task-page .task-content .right-content .task-target{display:flex;align-items:center}.task-page .task-content .right-content .task-target .target-threshold{min-width:200px}.task-page .task-content .right-content .task-target .threshold-img{width:30px;height:30px;margin:0 10px}.task-page .task-content .right-content .task-force-show{display:flex;align-items:center;height:40px;background:rgba(50,110,255,.1);border-radius:4px;color:#326eff}.task-page .task-content .right-content .task-force-show .task-zb{margin:0 70px 0 10px}.task-page .task-content .right-content .select-widget{display:flex;align-items:center;margin-bottom:10px}.task-page .task-content .right-content .select-widget>div{width:100px}.task-page .task-content .right-content .select-widget .ant-select{min-width:300px;max-width:400px}.task-page .task-content .right-content .task-tem{max-width:400px;background:rgba(50,110,255,.15);border:1px solid rgba(50,110,255,.4);border-radius:8px;opacity:1;padding:5px}.task-page .task-content .right-content .task-tem .tem-content{opacity:1;border-radius:6px;padding:10px}.task-page .task-content .right-content .task-tem .tem-content img{width:40px;height:40px;margin-top:10px}.task-page .task-content .right-content .mes-task .mes-text{margin-bottom:4px;font-size:13px;color:rgba(57,60,76,.6)}.task-page .task-content .right-content .mes-task .mes-select-form{display:flex;flex-wrap:wrap;align-items:center}.task-page .task-content .right-content .mes-task .mes-select-form .tip-rule{margin-right:20px}.task-page .task-content .right-content .mes-task .mes-select-form .mes-select{min-width:200px;max-width:400px;margin:0 20px 10px 0}.task-page .task-content .right-content .mes-task .mes-select-form .mes-dataPicker{min-width:200px;margin:30px 20px 10px 0}.task-page .task-content .right-content .mes-task .mes-select-form .delete-icon{margin:20px 0 0 20px}.task-page .task-content .right-content .ant-btn-link{color:#326eff}.task-page .task-content .right-content .ant-switch-checked{background-color:#326eff}.task-page .task-content .right-content .mes-send{display:flex;flex-wrap:wrap;margin-top:10px}.task-page .task-content .right-content .mes-send .mes-card{display:flex;align-items:center;height:66px;position:relative;border-radius:4px;width:140px;margin:0 14px 5px 0;padding:6px 6px 0 10px;border:1px solid #e6eef9}.task-page .task-content .right-content .mes-send .mes-card .icon-img{margin:-30px 0 10px}.task-page .task-content .right-content .mes-send .mes-card .item-title{display:flex;font-size:12px;position:absolute;left:10px;bottom:10px}.task-page .task-content .right-content .mes-send .mes-card .card-icon{position:absolute;right:5px;top:5px;width:13px;height:13px}.task-page .task-content .right-content .public-bg{color:#fff;background-color:#326eff;border:none}.task-page .foot-bottom{display:flex;justify-content:center;padding:20px 0}.task-page .foot-bottom .submitBtn{background:#326eff;border:none}.task-page .foot-bottom .submitBtn:hover{color:#fff}.task-page .foot-bottom .last-btn{color:#326eff;border-color:#326eff}.task-page .foot-bottom button{width:134px;height:40px;margin-right:60px;border-radius:8px}button[ant-click-animating-without-extra-node]:after{border:0;opacity:0;-webkit-animation:0 1 ease 0 normal none;animation:0 1 ease 0 normal none}.tem-market{width:100%;background-color:#fff}.tem-market .market-top{display:flex;align-items:center;justify-content:space-between;height:46px;padding:0 20px;border-bottom:1px solid #e6eef9}.tem-market .market-top .title{font-size:16px;font-weight:700;color:#393c4c}.tem-market .market-top .right-search{display:flex;align-items:center}.tem-market .market-content{display:flex;width:100%;padding:20px}.tem-market .market-content .left-list{position:-webkit-sticky;position:sticky;margin-right:30px}.tem-market .market-content .left-list .ant-anchor-wrapper::-webkit-scrollbar{display:none}.tem-market .market-content .left-list .left-tem-title{display:flex;justify-content:space-between;line-height:30px}.tem-market .market-content .left-list .left-tem-title div:first-child{margin-right:20px;max-width:130px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tem-market .market-content .left-list .ant-anchor-link-title{color:#273c5c}.tem-market .market-content .left-list .linked-son .ant-anchor-link-title{opacity:.6}.tem-market .market-content .left-list .ant-anchor-link-title-active{color:#326eff;opacity:1!important}.tem-market .market-content .market-box{width:100%;height:6px;background:#e6eef9;opacity:1}.tem-market .market-content .right-list .right-tem-title{font-size:14px;font-weight:700;line-height:40px}.tem-market .market-content .right-list .tem-content{display:flex;flex-wrap:wrap}.tem-market .market-content .right-list .tem-card{position:relative;width:210px;height:120px;border-radius:10px;margin:0 20px 24px 0;overflow:hidden}.tem-market .market-content .right-list .tem-card:hover .hover-mask{z-index:1}.tem-market .market-content .right-list .tem-card img{width:100%;height:100%}.tem-market .market-content .right-list .tem-card .tem-title{position:absolute;bottom:7px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-weight:700;color:#fff;font-size:14px;max-width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tem-market .market-content .right-list .tem-card .hover-mask{position:absolute;top:0;left:0;width:210px;height:120px;border-radius:10px;background-color:rgba(149,161,179,.7);z-index:-1}.tem-market .market-content .right-list .tem-card .hover-mask .tem-use{position:absolute;bottom:20px;width:100%;display:flex;align-items:center;justify-content:center}.tem-market .market-content .right-list .tem-card .hover-mask .tem-use button{margin-right:20px}.tem-market .market-content .right-list .tem-card .hover-mask .tem-use button:nth-child(2){margin-right:0}.tem-market .market-content .right-list .tem-empty{display:flex;flex-direction:column;align-items:center;background:rgba(149,161,179,.1)}.tem-market .market-content .right-list .tem-empty img{width:28px;height:28px;margin:26px 0 14px}.tem-market .market-content .right-list .tem-empty div{color:#000}.applyclose-page{min-height:100%;padding:10px 20px;background:#fff;border-radius:4px;position:relative}.applyclose-page .draft-box-btn{position:absolute;top:38px;right:57px;cursor:pointer;margin-bottom:21px}.applyclose-page .draft-box-btn .deaft-img{margin:0 auto;width:20px;height:20px;background:url(https://img14.360buyimg.com/imagetools/jfs/t1/223222/17/9383/787/61e7b9fbE167cce43/24e49d490ac3af02.png)}.applyclose-page .draft-box-btn .text{margin-top:2px;color:#393c4c;font-size:12px;height:16px}.applyclose-page .draft-box-btn:hover .deaft-img{background:url(https://img11.360buyimg.com/imagetools/jfs/t1/87861/12/21265/837/61e7b9fbE0fbddfcd/2c51f21c1f4055d3.png)}.applyclose-page .draft-box-btn:hover .text{color:#326eff}.applyclose-page .steps-wrapper{width:570px;height:56px;margin:20px auto 0}.applyclose-page .steps-wrapper .dots-item{width:30px;height:30px;color:#fff;background:#326eff;border-radius:50%;font-size:14px;text-align:center;padding-top:3px}.applyclose-page .steps-wrapper .dots-item-unfinish{background:#dfe2e8;color:#95a1b3}.applyclose-page .steps-wrapper .ant-steps-item-content{margin-top:6px;margin-left:4px}.applyclose-page .steps-wrapper .ant-steps-item-content .ant-steps-item-title{font-size:14px;line-height:20px;color:#393c4c}.applyclose-page .steps-wrapper .ant-steps-item-wait .ant-steps-item-title{color:#bcbdc3}.applyclose-page .steps-wrapper .ant-steps-item-tail:after{height:2px}.applyclose-page .page-right{height:100%;margin:20px 20px 0}.first-body{font-family:PingFangSC}.first-body .close-box{position:relative;margin-top:20px;height:218px;background:#f8f9fa;border-radius:4px;padding:0 20px}.first-body .close-box .ant-form-item-label{padding:0}.first-body .close-box .ant-form-item-label label{margin-top:14px;margin-bottom:14px;height:20px;font-size:14px;font-family:PingFangSC;font-weight:600;color:#1d2129}.first-body .close-box .reason-bottom{position:absolute;top:35px;left:25px;width:90px;height:2px;background:rgba(50,110,255,.4)}.first-body .ant-input-textarea-show-count .ant-input{height:144px;background:#fff;border:1px solid #e6eef9;border-radius:4px;padding:10px 0 0 14px}.first-body .ant-input:focus{box-shadow:none}.close-first-btm{width:calc(100% + 20px);height:80px;left:-20px;bottom:0;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.4);position:absolute;text-align:center;line-height:80px}.close-first-btm .ant-btn{width:134px;height:45px;border-radius:4px}.close-first-btm .btn-primary{background:#326eff;margin-left:30px}.component-applyclose-container{width:100%;padding:14px 20px 20px;background:#f8f9fa;border-radius:4px;position:relative}.component-applyclose-container-title{color:#393c4c;display:inline-block;font-size:14px;font-weight:600;border-bottom:2px solid #acc1f5;margin-bottom:14px}.component-applyclose-container .ant-table .ant-table-cell{line-height:20px;height:20px;padding:10px 20px}.component-applyclose-container .ant-table .ant-table-container,.component-applyclose-container .ant-table table,.component-applyclose-container .ant-table td,.component-applyclose-container .ant-table th{border-color:#e6eef9!important}.component-applyclose-container .ant-table-thead .ant-table-cell{font-weight:600}.component-applyclose-container .ant-tag{height:24px;line-height:24px;margin-top:10px;background:rgba(50,110,255,.1);color:#326eff;border:1px solid #326eff;border-radius:4px}.component-applyclose-container .ant-tag .ant-tag-close-icon{margin-left:10px}.second-body{height:100%}.second-body .close-role-box{height:156px;background:#f8f9fa;border-radius:4px;overflow:hidden;margin-bottom:20px}.second-body .close-role-box .close-title{margin-top:14px;margin-left:20px;font-size:14px;font-family:PingFangSC;font-weight:600;color:#1d2129}.second-body .close-role-box .close-bottom{width:85px;height:2px;margin-left:20px;background:rgba(50,110,255,.4)}.second-body .close-role-box .close-tabs{margin-left:40px;margin-top:20px}.second-body .close-role-box .close-tabs .ant-tabs-tab{padding-top:0;padding-bottom:4px}.second-body .close-role-box .close-tabs .ant-tabs-nav:before{border:none!important}.second-body .close-role-box .close-tabs .close-excel{margin-top:14px;width:330px;height:40px;line-height:40px;background:#fff;border:1px solid rgba(29,33,41,.08);border-radius:4px;display:flex;padding:0 10px;font-size:14px;font-family:PingFangSC;font-weight:400;color:#1d2129}.second-body .close-role-box .close-tabs .close-excel .close-download{margin-right:28px;margin-left:6px}.second-body .close-role-box .close-tabs .close-excel .close-download a{margin-left:5px;color:#326eff;font-weight:500}.second-body .close-org-box{background:#f8f9fa;border-radius:4px;border:1px solid #fff}.second-body .close-org-box .close-org-title{font-size:14px;font-family:PingFangSC;font-weight:600;color:#1d2129;margin-top:14px;margin-left:20px}.second-body .close-org-box .close-org-bottom{margin-left:20px;width:82px;height:2px;background:rgba(50,110,255,.4);opacity:1;margin-bottom:14px}.second-body .close-org-box .close-org-select{position:relative;background:#f2f4f6;border-radius:4px;margin-left:40px;margin-right:80px;margin-bottom:8px;padding:10px 0 10px 20px}.second-body .close-org-box .add-btn{margin-left:40px;margin-top:16px;margin-bottom:20px;width:80px;height:40px;background:#326eff;border-radius:4px}.second-body .close-org-box .ant-select-selector{min-height:40px;background:#fff;border:1px solid rgba(29,33,41,.08);border-radius:4px}.second-body .close-SelectPeople{margin-top:14px;position:relative}.second-body .close-SelectPeople .sa-select-selection{width:330px;height:40px;background:#fff;border:1px solid rgba(29,33,41,.08);border-radius:4px}.second-body .close-SelectPeople .sa-container-size-large{width:330px}.second-body .close-SelectPeople .delete-people{position:absolute;left:310px;top:15px;width:12px;height:12px;cursor:pointer}.second-body .close-table-btm{position:absolute;width:calc(100% + 20px);left:-20px;height:80px;bottom:0;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.4);text-align:center;line-height:80px}.second-body .close-table-btm .ant-btn{width:134px;height:45px;border-radius:4px}.second-body .close-table-btm .ant-btn-primary{background-color:#326eff}.second-body .close-tabs .ant-tabs-ink-bar,.second-body .close-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#326eff!important}.second-body .close-tabs .sa-select-selection:active,.second-body .close-tabs .sa-select-selection:focus,.second-body .close-tabs .sa-select-selection:hover{border-color:#326eff}.second-body .close-tabs .close-import .ant-btn{margin-left:5px;margin-top:-2px;height:0;padding:0}.second-body .close-tabs .close-import .ant-btn-link{font-size:14px;font-family:PingFangSC;font-weight:500;color:#326eff}.second-body .delete-select{position:absolute;border-radius:4px;right:20px;bottom:10px;width:40px;height:40px;background-color:#fff;text-align:center;line-height:40px;border:1px solid transparent}.second-body .delete-select:hover{border:1px solid #326eff}.second-body .delete-select:hover .delete-img{width:18px;height:18px;margin:11px auto;background:url(https://img13.360buyimg.com/imagetools/jfs/t1/214478/32/11174/591/61e789f0E9d6c1bdd/70304199584ec2d9.png)}.second-body .delete-select .delete-img{width:18px;height:18px;margin:11px auto;background:url(https://img13.360buyimg.com/imagetools/jfs/t1/100276/1/22506/573/61e789f0E0fb9304f/4f3d573939352b09.png)}.second-body .close-up:active{color:#326eff;border-color:#326eff}.second-body .close-up:hover{color:#326eff!important;border-color:#326eff!important}.second-body .close-table{margin-bottom:120px}.second-body .ant-tabs-tab:hover{color:#326eff}.ant-modal-content{border-radius:4px}.ant-modal-content .ant-modal-confirm-btns .ant-btn-primary{border-color:#326eff;background:#326eff}.select-roles-info{display:flex}.select-roles-info .select-organization{margin-right:40px}.select-roles-info .select-organization .item-form{font-size:14px}.select-roles-info .select-organization .ant-select-selection-item{line-height:40px}.select-roles-info .closeselect-role-box{flex:1 1;width:100%}.select-roles-info .closeselect-role-box .ant-select{width:calc(100% - 115px)}.select-roles-info .closeselect-role-box .roles-text{font-size:14px}.select-roles-info .closeselect-role-box .ant-select-selection-item{background:rgba(50,110,255,.1);border:1px solid #326eff;border-radius:4px;margin:5px}.select-roles-info .closeselect-role-box .ant-select-selection-item .ant-select-selection-item-content{font-size:12px;font-family:PingFangSC;font-weight:400;color:#326eff}.select-roles-info .closeselect-role-box .ant-select-selection-item .ant-select-selection-item-remove{color:#326eff}.select-roles-info .ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#326eff}.close-table-container{font-size:13px;margin-top:20px;padding:0 40px 0 20px;background:#f8f9fa;border-radius:4px;overflow:hidden}.close-table-container .close-table-head{height:40px;display:flex;justify-content:space-between;margin-bottom:14px}.close-table-container .ant-table-content{margin-bottom:20px}.close-table-container .close-table-title{font-family:PingFangSC;font-weight:600;color:#1d2129;margin-top:14px}.close-table-container .close-table-bottom{width:126px;height:2px;background:rgba(50,110,255,.4);margin-bottom:32px}.close-table-container .close-table-btn{margin:7px 0}.close-table-container .close-table-btn .ant-btn{width:80px;height:40px;background:#fff;border-radius:4px}.close-table-container .close-table-btn .btn-reset{border:1px solid rgba(149,161,179,.4);margin-right:10px}.close-table-container .close-table-btn .btn-reset:active{color:#326eff;border-color:#326eff}.close-table-container .close-table-btn .btn-reset:hover{color:#326eff!important;border-color:#326eff!important}.close-table-container .close-table-btn .btn-export{border:1px solid #2770f6;color:#326eff}.close-table-container .ant-table-thead .ant-table-cell{font-weight:600}.close-table-container .delete-icon .ant-btn-link{color:#326eff}.close-table-container .role-span{margin-left:8px}.close-table-container .ant-pagination-item-active{border-color:#326eff}.close-table-container .ant-pagination-item-active a{color:#326eff}.close-table-container .ant-table-pagination.ant-pagination{margin:-10px 0 20px}.detail-bottom{height:80px;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.4);width:calc(100% + 80px);margin-left:-40px;text-align:center;line-height:80px;margin-bottom:-8px}.detail-bottom .ant-btn{width:134px;height:45px;border-radius:4px}.detail-bottom .ant-btn-primary{background-color:#326eff}.detail-bottom .close-up:active{color:#326eff;border-color:#326eff}.detail-bottom .close-up:hover{color:#326eff!important;border-color:#326eff!important}.detail-forecast{margin-top:20px;margin-bottom:134px}.modal-box2{display:flex;align-items:center;flex-direction:column}.modal-box2 p{margin-bottom:0}.modal-box2 .modal-p1{font-size:16px;font-family:PingFangSC;font-weight:500;color:#1d2129}.modal-box2 p:nth-child(2){color:#393c4c;margin-top:10px;margin-bottom:0}.modal-box2 p:nth-child(3){color:#326eff}.ant-modal-footer .ant-btn-primary{background-color:#326eff;border-color:#326eff}.ant-modal-footer .ant-btn:hover{color:#326eff;border-color:#326eff}.ant-modal-footer .ant-btn-primary:hover{color:#fff}.announcement-manager-container{width:100%;height:100%;background:#f7f8fa}.announcement-manager-container .announcement-header{display:flex;position:absolute;top:0;right:0;height:64px;background:#fff;width:100%;padding:0 24px;align-items:center;justify-content:flex-end;border-bottom:1px solid #f0f0f0}.announcement-manager-container .announcement-header .announcement-header-right{display:flex;align-items:center}.announcement-manager-container .announcement-header .announcement-header-right .create-task-btn{background:#326eff;border-radius:4px;align-items:center;justify-content:center;display:flex;width:120px;height:36px;box-shadow:0 2px 4px 0 rgba(39,112,245,.4);font-size:14px;font-family:PingFangSC;font-weight:500;margin-left:20px;color:#fff}.announcement-manager-container .announcement-header .announcement-header-right .create-task-btn:hover{background:#1747c2}.announcement-manager-container .announcement-header .announcement-header-right .create-task-btn img{width:14px;height:14px}.announcement-manager-container .announcement-header .announcement-header-right .create-task-btn span{margin-left:8px}.announcement-manager-container .announcement-container-content,.announcement-manager-container .announcement-container-content .ant-tabs,.announcement-manager-container .announcement-container-content .ant-tabs-content{height:100%}.announcement-manager-container .announcement-container-content .ant-tabs-content-holder{overflow-y:scroll}.announcement-manager-container .announcement-container-content .ant-tabs-content-holder::-webkit-scrollbar{display:none}.announcement-manager-container .announcement-container-content .ant-tabs>.ant-tabs-nav,.announcement-manager-container .announcement-container-content .ant-tabs>div>.ant-tabs-nav{margin-left:24px;margin-right:168px;background:#fff}.announcement-manager-container .announcement-container-content .ant-tabs-nav-wrap{height:64px}.announcement-manager-container .announcement-container-content .ant-tabs-tab{font-size:14px;font-family:PingFangSC;font-weight:400;color:rgba(29,33,41,.8)}.announcement-manager-container .announcement-container-content .ant-tabs-tab-active .ant-tabs-tab-btn{font-size:14px;font-family:PingFangSC;font-weight:400;color:#326eff;text-shadow:none}.announcement-manager-container .announcement-container-content .announcement-table{display:block}.content-container{width:100%}.content-container .selection-container-outer{padding:20px 24px;margin-bottom:4px;background:#fff;border-radius:4px}.content-container .selection-container-outer .selection-container{display:flex;flex-direction:row}.content-container .selection-container-outer .selection-container .selection{display:flex;justify-content:flex-end;flex:1 1;align-items:center}.content-container .selection-container-outer .selection-container .selection .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{width:100%;height:36px;padding:0 11px;align-items:center}.content-container .selection-container-outer .selection-container .selection .selection-first-span{text-align:center;align-items:flex-start;min-width:80px;display:flex;flex-direction:row;justify-content:right}.content-container .selection-container-outer .selection-container .selection .ant-select-style{display:flex;flex:1 1;max-width:290px;height:36px}.content-container .selection-container-outer .handle-btn-container{display:flex;justify-content:flex-end}.content-container .selection-container-outer .handle-btn-container .ant-btn{width:70px;height:36px}.content-container .selection-container-outer .handle-btn-container .ant-btn:last-child{margin-left:10px}.content-container .ant-table-style{flex:1 1;background-color:#fff;padding:20px 24px;border-radius:4px;overflow-y:scroll}.content-container .ant-table-style::-webkit-scrollbar{display:none}.content-container .ant-table-style .ant-table-wrapper{border-radius:6px;overflow:hidden}.content-container .ant-table-style .ant-table-wrapper .ant-table-content::-webkit-scrollbar{height:3px}.content-container .ant-table-style .ant-table-wrapper .ant-table-thead tr .ant-table-cell{height:60px;background:#f8f9fa;font-size:14px;padding-left:10px;font-weight:600;font-family:PingFangSC;color:#393c4c}.content-container .ant-table-style .ant-table-wrapper .ant-table-thead tr .ant-table-cell:last-child{display:flex;align-items:center;flex-direction:row-reverse;padding-right:20px}.content-container .ant-table-style .ant-table-wrapper .ant-table-thead tr .ant-table-cell:before{display:none}.content-container .ant-table-style .ant-table-wrapper .ant-table-tbody .ant-table-row{height:44px}.content-container .ant-table-style .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell{padding:0 10px}.content-container .ant-table-style .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell:last-child{padding:0 20px!important}.content-container .ant-table-style .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .ant-space{display:block}.content-container .ant-table-style .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .opertainer{display:flex;justify-content:space-between;align-items:center}.content-container .ant-table-style .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .opertainer span{font-size:14px;text-overflow:ellipsis;font-family:PingFangSC;font-weight:400;color:#326eff}.content-container .ant-table-style .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .opertainer span:hover{color:rgba(50,110,255,.5)}.content-container .ant-table-style .ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .opertainer span:last-child{width:56px}.content-container .ant-table-style .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td{background:#ecf1ff}.content-container .ant-table-style .ant-pagination{margin:20px 0 26px}.content-container .ant-table-style .ant-pagination .ant-pagination-item{width:30px;height:30px;border:1px solid #e8e8e8;border-radius:4px;font-size:14px;margin-right:3px}.content-container .ant-table-style .ant-pagination .ant-pagination-item-active{border:none}.content-container .ant-table-style .ant-pagination .ant-pagination-next,.content-container .ant-table-style .ant-pagination .ant-pagination-prev{width:30px;height:30px;line-height:30px}.content-container .ant-table-style .ant-pagination .ant-pagination-prev{margin-right:3px}.create-task-container{height:427px;background:#fff;border-radius:4px;display:flex;flex-direction:column}.create-task-container .item-title{height:54px;display:flex;align-content:center;align-items:center;justify-content:space-between}.create-task-container .item-title .title{padding-left:10px;font-size:16px;font-family:PingFangSC;font-weight:500;color:#1d2129}.create-task-container .herder-line{top:46px;left:0;right:0;position:absolute;height:1px;border:1px solid rgba(29,33,41,.08)}.create-task-container .create-item-option{overflow-y:auto;overflow-x:hidden;background:#fff;height:234px}.create-task-container .create-item-option::-webkit-scrollbar{width:4px}.create-task-container .create-item-option::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:4px}.create-task-container .create-item-option::-webkit-scrollbar-track{background:#fff}.create-task-container .create-item-option .item-option{padding-right:10px;width:360px;height:60px;position:relative;display:flex;justify-content:flex-start;align-items:center;margin:20px 10px 0;color:#326eff;background:#fff;border:1px solid #326eff;border-radius:4px;box-shadow:0 2px 21px 0 rgba(200,206,226,.5)}.create-task-container .create-item-option .item-option:first-of-type{margin-top:14px}.create-task-container .create-item-option .item-option .topRight-span-style{width:35px;top:0;right:0;position:absolute;height:21px;background:rgba(50,110,255,.2);box-shadow:0 2px 21px 0 rgba(200,206,226,.5);font-size:12px;font-family:PingFangSC;font-weight:400;color:#fff;display:flex;color:#326eff;justify-content:center;align-items:center}.create-task-container .create-item-option .item-option-unSelected{border:1px solid #e5e8ed;box-shadow:none;color:#393c4c}.create-task-container .create-item-option .item-option-unSelected:hover{box-shadow:0 2px 21px 0 rgba(200,206,226,.5);border:1px solid #326eff}.create-task-container .custom-option{display:flex;margin:20px 10px;flex-direction:row;justify-content:space-between}.create-task-container .custom-option .ant-input,.create-task-container .custom-option .ant-input-affix-wrapper{flex:1 1}.create-task-container .custom-option .ant-input-affix-wrapper-focused,.create-task-container .custom-option .ant-input-affix-wrapper:focus,.create-task-container .custom-option .ant-input-affix-wrapper:hover{border-color:#326eff;box-shadow:none}.create-task-container .custom-option .custom-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-left:10px;width:132px;height:36px;margin-right:3px;border:1px solid rgba(57,60,76,.2);border-radius:4px}.create-task-container .custom-option .custom-btn span{font-size:14px;font-family:PingFangSC;font-weight:500;color:#61646a;margin-left:10px}.create-task-container .custom-option .custom-btn-disable{background:#ecf1ff;border:1px solid #326eff}.create-task-container .custom-option .custom-btn-disable span{color:#326eff}.create-task-container .footer-line{bottom:64px;left:0;right:0;position:absolute;height:1px;border:1px solid rgba(29,33,41,.08)}.create-task-container .footer-btn{bottom:14px;right:30px;position:absolute;display:flex;flex-direction:row-reverse}.create-task-container .footer-btn .ant-btn{width:90px;height:36px}.create-task-container .footer-btn .ant-btn:first-child{margin-left:10px}.staging-modal .ant-modal-content{width:420px;height:427px}.staging-modal .ant-modal-content .ant-modal-body{display:flex;padding:0;justify-content:center;font-size:14px}.staging-modal .ant-modal-content .ant-modal-close-x{width:auto;height:auto;padding:14px;font-size:10px;line-height:inherit}.add-content{width:100%;height:100%;padding:14px}.add-content .add,.add-content .add-box{width:100%;height:100%;background:#fff}.add-content .add-box{display:flex}.add-content .add-box .ant-picker{width:100%}.add-content .add-box .add-left-box{width:450px;border-right:1px solid rgba(29,33,41,.08)}.add-content .add-box .add-left-box .left-title{height:46px;border-bottom:1px solid rgba(29,33,41,.08);margin-left:25px;margin-right:25px}.add-content .add-box .add-left-box .left-title span{line-height:46px;font-size:14px;font-family:PingFangSC;font-weight:500;color:#1d2129}.add-content .add-box .add-left-box .select-type-item{height:40px!important}.add-content .add-box .add-left-box .left-content{padding:20px 30px 0 0}.add-content .add-box .add-left-box .left-content .type-select .ant-select-item{height:40px}.add-content .add-box .add-left-box .left-content .ant-form-item{margin-bottom:30px}.add-content .add-box .add-left-box .left-content .ant-form-item .ant-form-item-label{width:95px}.add-content .add-box .add-left-box .left-content .ant-form-item .ant-radio-group .ant-radio-button-wrapper{width:88px;height:32px}.add-content .add-box .add-left-box .left-content .ant-form-item .ant-radio-group .ant-radio-button-wrapper .ant-radio-button{background:#fff;border:1px solid rgba(29,33,41,.2)}.add-content .add-box .add-left-box .left-content .ant-form-item .ant-radio-group .ant-radio-button-wrapper-checked{background:rgba(50,110,255,.1);border:1px solid rgba(50,110,255,.1)}.add-content .add-box .add-left-box .left-content .ant-form-item .ant-radio-group .ant-radio-button-wrapper-checked .ant-radio-button{background:rgba(50,110,255,.1);border:none}.add-content .add-box .add-left-box .left-content .ant-form-item .ant-radio-group .ant-radio-button-wrapper-checked span:nth-child(2){color:#326eff}.add-content .add-box .add-left-box .left-content .receive-box1 .ant-tabs-nav:before{border:none!important}.add-content .add-box .add-left-box .left-content .receive-box1 .ant-tabs-tab{width:88px;height:32px;border:1px solid rgba(29,33,41,.2);border-radius:4px 0 0 4px;margin-bottom:14px}.add-content .add-box .add-left-box .left-content .receive-box1 .ant-tabs-tab .ant-tabs-tab-btn{margin:0 auto}.add-content .add-box .add-left-box .left-content .receive-box1 .ant-tabs-tab-active{background:rgba(50,110,255,.1);border:1px solid #326eff}.add-content .add-box .add-left-box .left-content .receive-box1 .ant-tabs-tab+.ant-tabs-tab{border-radius:0 4px 4px 0;margin:0 0 0 -1px}.add-content .add-box .add-left-box .left-content .receive-box1 .ant-tabs-ink-bar{width:0!important}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-2 .ant-input-number{width:100%}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-2 .sa-container-size-large{width:100%;min-height:34px;background:#fff;border-radius:4px}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-2 .sa-container-size-large .sa-select-selection--single{min-height:30px}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-2 .sa-container-size-large .sa-select-selection__rendered{line-height:34px}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-2 .sa-container-size-large .sa-select-selection--multiple{min-height:34px!important;padding-bottom:0}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-2 .sa-container-size-large .sa-select-selection--multiple .sa-select-selection__rendered li{height:26px;margin-top:4px;line-height:26px}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-2 .sa-container-size-large .sa-select-selection--multiple .sa-select-selection__choice{background:#f2f3f6;border-radius:4px}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-1{min-height:34px}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-1 .ant-select{width:100%;min-height:34px}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-1 .ant-select-selector{min-height:34px}.add-content .add-box .add-left-box .left-content .receive-box1 .receive-1 .ant-select-selection-placeholder{line-height:34px}.add-content .add-box .add-right-box{flex:1 1;height:100%}.add-content .add-box .add-right-box .right-title{height:46px;border-bottom:1px solid rgba(29,33,41,.08);margin-left:25px;margin-right:25px}.add-content .add-box .add-right-box .right-title span{line-height:46px;font-size:14px;font-family:PingFangSC;font-weight:500;color:#1d2129}.add-content .add-box .add-right-box .right-content{margin-left:15px;height:calc(100% - 46px)}.add-content .add-box .add-right-box .right-foot{margin-left:30px;margin-right:24px;height:244px;border-top:1px solid rgba(29,33,41,.08)}.add-content .add-box .add-right-box .right-foot .foot-title{margin:20px 0 14px;height:20px;line-height:20px}.add-content .add-box .add-right-box .right-foot .foot-title span{font-weight:500;color:#1d2129}.add-content .add-box .add-right-box .right-foot .foot-title img{width:18px;height:18px;margin-left:5px;margin-top:-3px}.add-content .add-box .add-right-box .right-foot .foot-content{display:flex}.add-content .add-box .add-right-box .right-foot .foot-content .upload-img{margin-right:14px}.add-content .add-box .add-right-box .right-foot .foot-content .upload-img .ant-upload{width:320px;height:90px;background-color:transparent}.add-content .add-box .add-right-box .right-foot .foot-content .upload-img .ant-upload.ant-upload-drag{border:1px solid #e5e8ed;border-radius:4px}.add-content .add-box .add-right-box .right-foot .foot-content .upload-img img{width:24px;height:22px}.add-content .add-box .add-right-box .right-foot .foot-content .upload-img p{margin-top:5px;font-size:13px;font-family:PingFangSC;font-weight:400;color:rgba(0,0,0,.5)}.add-content .add-box .add-right-box .right-foot .foot-content .upload-img .err{color:#ff493c;font-size:13px}.add-content .add-box .add-right-box .right-foot .foot-content .foot-text{flex:1 1;height:90px}.add-content .add-box .add-right-box .right-foot .foot-content .foot-text textarea.ant-input{min-height:90px}.add-content .add-box .add-right-box .right-foot .foot-content .foot-text .ant-input{border:1px solid #e5e8ed;border-radius:4px}.add-content .add-box .add-right-box .right-foot .right-btn{text-align:right;margin-bottom:20px}.add-content .add-box .add-right-box .right-foot .right-btn .btn-blue{border:1px solid #326eff}.add-content .add-box .add-right-box .right-foot .right-btn .btn-blue span{color:#326eff!important}.add-content .add-box .add-right-box .right-foot .right-btn .ant-btn{width:90px;height:36px;border-radius:4px;opacity:1;margin-left:10px}.add-content .add-box .add-right-box .right-foot .right-btn .ant-btn span{color:#61646a}.add-content .add-box .add-right-box .right-foot .right-btn .ant-btn:active{border:1px solid #326eff}.add-content .add-box .add-right-box .right-foot .right-btn .save-btn span{color:#fff}.add-content .add-box .add-right-box .right-foot .right-btn .ant-btn-primary{margin-left:14px;width:138px;height:36px;border-radius:4px}.add-content .add-box .add-right-box .right-foot .right-btn .ant-btn-primary img{width:18px;height:18px;margin-right:6px}.add-content .preview-btn{position:fixed;bottom:38px;right:34px}.add-content .preview-btn .ant-btn-primary{width:90px;height:36px;background:#326eff;border-radius:4px}.add-content .view-box{width:100%;height:100%;background:#fff;overflow-y:auto;padding:64px 24px 0;word-break:normal}.add-content .view-box blockquote,.add-content .view-box body,.add-content .view-box button,.add-content .view-box dd,.add-content .view-box div,.add-content .view-box dl,.add-content .view-box dt,.add-content .view-box fieldset,.add-content .view-box form,.add-content .view-box h1,.add-content .view-box h2,.add-content .view-box h3,.add-content .view-box h4,.add-content .view-box h5,.add-content .view-box h6,.add-content .view-box input,.add-content .view-box li,.add-content .view-box ol,.add-content .view-box p,.add-content .view-box pre,.add-content .view-box td,.add-content .view-box textarea,.add-content .view-box th,.add-content .view-box ul{line-height:normal}.add-content .view-box p{word-break:break-word!important}.add-content .view-box img{width:100%;height:auto}.add-content .view-box span{display:inline-block;word-wrap:break-word;word-break:break-all;line-height:normal}.add-content .view-box ul{list-style:unset}.add-content .view-box ul li{list-style:unset;margin-left:15px}.add-content .view-box ol{list-style:decimal}.add-content .view-box ol li{list-style:decimal;margin-left:15px}.add-content .view-box em{font-style:italic}.add-content .view-box h1{font-size:2em;margin-bottom:1em;word-break:break-word!important}.add-content .view-box h2{font-size:1.5em}.add-content .view-box h3{font-size:1.17em}.add-content .view-box h5{font-size:.83em}.add-content .view-box video{width:450px}.add-content .view-box strong{font-style:inherit!important;font-weight:bolder!important}.type-select .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:#ecf1ff;color:#326eff}.type-select .ant-select-item{height:40px;line-height:30px}.type-select .ant-divider-horizontal{margin:0}.type-select .ant-space{margin-top:12px;margin-bottom:12px}.type-select .ant-space .ant-space-item:first-child{margin-left:12px;width:170px;height:32px;border-radius:4px}.type-select .ant-space .ant-space-item:nth-child(2){width:90px;height:32px;background:#326eff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(39,112,245,.4);text-align:center}.type-select .ant-space .ant-space-item:nth-child(2) .ant-typography{font-weight:500;line-height:32px;color:#fff}.type-select .ant-space .ant-space-item:nth-child(2) img{width:14px;height:14px;margin-right:8px;margin-top:-3px}.tip-box .ant-tooltip-inner{background-color:#fff;padding:0;box-shadow:none}.tip-box .ant-tooltip-inner img{width:868px!important;height:435px!important;margin-left:-190px!important;margin-bottom:-30px!important}.tip-box .ant-tooltip-arrow-content{width:0}.editor-box{height:calc(100% - 244px);font-style:inherit;margin-right:25px;margin-left:10px}.editor-box blockquote,.editor-box body,.editor-box button,.editor-box dd,.editor-box div,.editor-box dl,.editor-box dt,.editor-box fieldset,.editor-box form,.editor-box h1,.editor-box h2,.editor-box h3,.editor-box h4,.editor-box h5,.editor-box h6,.editor-box input,.editor-box li,.editor-box ol,.editor-box p,.editor-box pre,.editor-box td,.editor-box textarea,.editor-box th,.editor-box ul{line-height:normal}.editor-box .ant-spin-nested-loading{height:calc(100% - 148px)}.editor-box .ant-spin-nested-loading .ant-spin-container{height:100%}.editor-box p{word-break:break-word!important}.editor-box ul,.editor-box ul li{list-style:unset}.editor-box ol,.editor-box ol li{list-style:decimal}.editor-box em{font-style:italic!important}.editor-box strong{font-style:inherit!important;font-weight:bolder!important}.editor-box h1{font-size:2em}.editor-box h2{font-size:1.5em}.editor-box h3{font-size:1.17em}.editor-box h5{font-size:.83em}.editor-box span{word-wrap:break-word!important;line-height:normal}.editor-box .editor-btm{height:1px;border:1px solid rgba(29,33,41,.08)}.editor-box #editor-text-area{height:100%}.editor-box #editor-text-area1{border-bottom:1px solid rgba(29,33,41,.08)}.editor-box .w-e-bar{padding:0}.preview-box{word-break:normal;width:100%;height:100%;padding:14px}.preview-box blockquote,.preview-box body,.preview-box button,.preview-box dd,.preview-box div,.preview-box dl,.preview-box dt,.preview-box fieldset,.preview-box form,.preview-box h1,.preview-box h2,.preview-box h3,.preview-box h4,.preview-box h5,.preview-box h6,.preview-box input,.preview-box li,.preview-box ol,.preview-box p,.preview-box pre,.preview-box td,.preview-box textarea,.preview-box th,.preview-box ul{line-height:normal}.preview-box p{word-break:break-word!important}.preview-box span{display:inline-block;line-height:normal;word-wrap:break-word;word-break:break-all}.preview-box .preview-conton{width:100%;height:100%;background:#fff;padding:64px 24px 0;overflow-y:auto}.preview-box .preview-btn{position:fixed;bottom:38px;right:34px}.preview-box .preview-btn .ant-btn-primary{width:90px;height:36px;background:#326eff;border-radius:4px}.preview-box ul{list-style:unset}.preview-box ul li{list-style:unset;margin-left:15px}.preview-box ol{list-style:decimal}.preview-box ol li{list-style:decimal;margin-left:15px}.preview-box img{width:100%;height:auto}.preview-box strong{font-style:inherit!important;font-weight:bolder!important}.preview-box em{font-style:italic}.preview-box h1{font-size:2em;margin-bottom:1em;word-break:break-word!important}.preview-box h2{font-size:1.5em}.preview-box h3{font-size:1.17em}.preview-box h5{font-size:.83em}.preview-box video{width:450px}.moreview-box{width:100%;height:100%;padding:14px}.moreview-box .list-box{height:100%}.moreview-box .moreview-container{width:100%;height:100%;background:#fff}.moreview-box .moreview-container .ant-tabs-nav-list{padding:10px;width:220px}.moreview-box .moreview-container .ant-tabs-nav-list .ant-tabs-tab{height:48px;line-height:48px;border-radius:4px;padding:0}.moreview-box .moreview-container .ant-tabs-nav-list .ant-tabs-tab img{margin-left:16px;margin-right:8px;margin-top:-4px}.moreview-box .moreview-container .ant-tabs-nav-list .ant-tabs-tab-active{background:rgba(50,110,255,.04)}.moreview-box .moreview-container .ant-tabs-nav-list .ant-tabs-ink-bar{width:0}.moreview-box .moreview-container .ant-tabs-content-holder{border-left:1px solid #e6eef9}.moreview-box .moreview-container .ant-tabs-content-holder .moreview-top{height:100%}.moreview-box .moreview-container .ant-tabs-content-holder .moreview-top .ant-tabs-nav-list{height:45px;padding:0;line-height:45px}.moreview-box .moreview-container .ant-tabs-content-holder .moreview-top .ant-tabs-nav-list .ant-tabs-tab{margin-right:62px;height:45px}.moreview-box .moreview-container .ant-tabs-content-holder .moreview-top .ant-tabs-nav-list .ant-tabs-tab-active{font-weight:500;color:#326eff;background:#fff}.moreview-box .moreview-container .ant-tabs-content-holder .moreview-top .ant-tabs-content-holder{border-left:0}.moreview-box .moreview-container .ant-tabs-content-holder .ant-list{margin-top:10px}.moreview-box .moreview-container .ant-tabs-content-holder .ant-list .ant-list-item{height:200px;border-bottom:1px solid rgba(29,33,41,.08)}.moreview-box .moreview-container .ant-tabs-content-holder .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar{margin-right:20px}.moreview-box .moreview-container .ant-tabs-content-holder .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar img{width:402px;height:160px;margin-top:20px;margin-bottom:20px}.moreview-box .moreview-container .ant-tabs-content-holder .ant-list .ant-list-item .ant-list-item-meta-content{margin-top:40px}.moreview-box .moreview-container .ant-tabs-content-holder .ant-list .ant-list-item .ant-list-item-meta-content .ant-list-item-meta-title{font-size:18px;font-family:PingFangSC;font-weight:500;color:#1d2129}.moreview-box .moreview-container .ant-tabs-content-holder .ant-list .ant-list-item .ant-list-item-meta-content .ant-list-item-meta-description{margin-top:6px;height:44px;font-size:14px;font-family:PingFangSC;font-weight:400;color:#393c4c}.moreview-box .empt{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.moreview-box .empt img{width:391px;height:212px}.moreview-box .empt .empt-text{font-size:18px;font-family:PingFangSC;font-weight:600;color:#393c4c}.page-star{width:100%;padding:24px}.page-star .ant-table-wrapper{margin-top:20px}.page-star .ant-form{width:100%;padding-top:14px;margin-bottom:24px}.page-star .ant-form>.ant-row{width:100%}.detail-join-drawer{padding:24px 32px}.detail-join-drawer .close-drawer__icon{position:absolute;right:16px;top:16px;margin:auto;width:16px;height:16px;background-image:url(//storage.360buyimg.com/public-static-resource/insurance/images/aichat/close-drawer-icon.png);background-repeat:no-repeat;background-size:100%;cursor:pointer;z-index:1}.detail-join-drawer .dj-head{font-size:20px;font-family:PingFang SC;font-weight:600;color:#243045}.detail-join-drawer .dj-document{margin-top:24px;margin-bottom:24px}.detail-join-drawer .dj-document .dj-card{margin-bottom:12px}.detail-join-drawer .dj-document .dj-card .dj-label{font-size:14px;font-family:PingFang SC;font-weight:400;color:rgba(36,48,69,.56)}.detail-join-drawer .dj-document .dj-card .dj-desc{width:336px;height:22px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#243045}.detail-setting{width:100%;padding:24px 24px 108px}.detail-setting .headText{padding-left:12px;position:relative}.detail-setting .headText:before{content:"";position:absolute;width:4px;left:0;top:4px;height:16px;background:#326eff;border-radius:2px}.detail-setting h3{font-size:16px;font-family:PingFang SC;font-weight:600;color:#243045;margin:24px 0}.detail-setting .upload-btn{border:1px solid #326eff;color:#326eff}.detail-setting .upload-text{font-size:12px;font-family:PingFang SC;font-weight:400;color:rgba(36,48,69,.56);margin-left:12px}.detail-setting .mes-dataPicker{width:100%}.detail-setting .tl-document .tl-date{font-size:12px;font-family:PingFang SC;font-weight:400;color:rgba(36,48,69,.56)}.detail-setting .tl-document .tl-card{width:100%;min-width:430px;background:#fff;border-radius:5px;box-shadow:0 0 6px 0 rgba(36,48,69,.16);margin-top:12px;padding:16px}.detail-setting .tl-document .tl-card .tl-user{font-size:14px;font-family:PingFang SC;font-weight:500;color:#243045}.detail-setting .tl-document .tl-card .tl-test{margin-top:12px}.detail-setting .tl-document .tl-card .tl-test .tl-label{font-size:12px;font-family:PingFang SC;font-weight:400;color:rgba(36,48,69,.56)}.detail-setting .tl-document .tl-card .tl-test .tl-desc{font-size:12px;font-family:PingFang SC;font-weight:400;color:#243045}.detail-setting .operate-bar{position:fixed;display:flex;justify-content:right;width:100%;height:75px;left:0;bottom:0;align-items:center;background-color:#fff;z-index:999;padding-right:40px;border-top:1px solid hsla(0,0%,84.7%,.4)}.detail-setting textarea{height:100px}.jdrawer-collapse .classifyTree{margin-bottom:4px;display:flex;flex-direction:row}.jdrawer-collapse .classifyTree .c-indent{position:relative}.jdrawer-collapse .classifyTree .c-arrow{position:absolute;width:10px;height:10px;border-left:1px solid #898989;border-bottom:1px solid #898989;right:4px;top:4px}.jdrawer-collapse .classifyTree .c-text{background:rgba(222,229,237,.32);border-radius:3px;padding-left:10px;min-width:200px;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jdrawer-collapse .classifyTree .level{margin-right:20px}.page-classify{width:100%;padding:24px}.page-classify .ant-table-wrapper{margin-top:20px}.page-classify .ant-form{width:100%;padding-top:14px;margin-bottom:24px}.page-classify .ant-form>.ant-row{width:100%}.classify-errorMsg-warp .ant-modal-body{padding:0}.classify-errorMsg-warp .errorMsg-text{padding:24px}.classify-errorMsg-warp .ant-modal-footer .ant-btn{width:auto}.edit-drawer{padding:24px 32px}.edit-drawer .close-drawer__icon{position:absolute;right:16px;top:16px;margin:auto;width:16px;height:16px;background-image:url(//storage.360buyimg.com/public-static-resource/insurance/images/aichat/close-drawer-icon.png);background-repeat:no-repeat;background-size:100%;cursor:pointer;z-index:1}.edit-drawer .dc-head{font-size:20px}.edit-drawer .dc-head,.edit-drawer .dc-type-test{font-family:PingFang SC;font-weight:600;color:#243045}.edit-drawer .dc-type-test{margin-top:24px;font-size:16px}.edit-drawer .dc-box{margin-top:24px}.detail-classify{width:100%;padding:24px 24px 108px}.detail-classify .headText{padding-left:12px;position:relative}.detail-classify .headText:before{content:"";position:absolute;width:4px;left:0;top:4px;height:16px;background:#326eff;border-radius:2px}.detail-classify h3{font-size:16px;font-family:PingFang SC;font-weight:600;color:#243045;margin:24px 0}.detail-classify .operate-bar{position:fixed;display:flex;justify-content:right;width:100%;height:75px;left:0;bottom:0;align-items:center;background-color:#fff;z-index:999;padding-right:40px;border-top:1px solid hsla(0,0%,84.7%,.4)}.drawer-collapse .dc-document .dc-card{margin-bottom:12px;display:flex}.drawer-collapse .dc-document .dc-card .dc-label{width:120px;font-size:14px;font-family:PingFang SC;font-weight:400;color:rgba(36,48,69,.56)}.drawer-collapse .dc-document .dc-card .dc-desc{width:336px;height:22px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#243045;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-collapse .dc-document .dc-card .dc-desc.dc-list{display:flex;flex-direction:column;height:auto}.drawer-collapse .dc-document .dc-card .dc-desc.dc-list a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-documentList{width:100%}.select-documentList .ant-form{width:100%;margin-bottom:24px}.select-documentList .ant-form>.ant-row{width:100%}.select-documentList .selected-test{font-size:14px;font-family:PingFang SC;font-weight:400;margin-bottom:16px}.page-flow{width:100%;padding:24px}.page-flow .tb-documentName{color:#326eff;cursor:pointer}.page-flow .content-form{margin-bottom:24px}.page-flow .line{border-bottom:1px solid #f0f0f0}.page-flow .flow-tabs-warp{margin-top:24px;margin-bottom:12px;min-height:40px}.page-flow .header-text{font-size:16px;font-weight:700;margin-top:24px;padding:20px 24px;border-bottom:1px solid #f0f0f0}.page-flow .flow-content-warp{display:flex;margin-top:12px}.page-flow .flow-content-warp .flow-tree-warp{width:300px;min-width:300px;height:75vh;background:rgba(222,229,237,.24);border-radius:5px}.page-flow .flow-content-warp .flow-table-warp{flex-grow:1;padding:24px}.page-flow .ant-tree-switcher{color:#c0c4cc}.page-flow .tree-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266}.page-flow .ant-tree-list-holder-inner{background:rgba(222,229,237,.24)}.page-flow .ant-tree .ant-tree-node-content-wrapper{line-height:40px;width:57%}.page-flow .ant-tree .ant-tree-treenode{height:40px;width:100%}.page-flow .ant-tree .ant-tree-treenode:hover{background-color:#f5f5f5}.page-flow .ant-tree .ant-tree-treenode .ant-tree-switcher{line-height:40px}.page-flow .ant-tree-treenode-selected{background-color:#f5f5f5;transition:all .3s,border 0s,line-height 0s,box-shadow 0s}.page-flow .ant-tree-node-selected{background-color:#f5f5f5!important}.page-flow .ant-tree-node-selected:hover{background-color:#f5f5f5}.page-flow .ant-tree-node-selected .tree-title{color:#326eff}.page-star__select.sel-result{display:flex;flex-direction:column}.page-star__select.sel-result .sel-name{font-size:14px;color:#326eff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-star__select.sel-result .sel-pathName{font-size:14px;color:rgba(36,48,69,.56);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow_detail{display:flex;background-color:#f7f8fa;padding:24px}.flow_detail .left-info{flex:1 1}.flow_detail .left-info,.flow_detail .right-info{background:#fff;padding:24px 32px;border-radius:13px}.flow_detail .right-info{width:470px;margin-left:24px}.flow_detail .right-info .ant-descriptions-item-label{color:rgba(36,48,69,.56)}.flow_detail .right-info .ant-descriptions-row th{padding-bottom:8px}.flow_detail .right-info .ant-descriptions-row td{padding-bottom:24px}.flow_detail .right-info .info-text{color:#243045}.flow_detail .right-info .info-text-link{color:#326eff}.flow_detail .right-info .ms-list{display:flex;flex-direction:column;height:auto}.detail-pdf{overflow-y:scroll;width:100%;height:100%}.detail-pdf .react-pdf__message{text-align:center;margin-top:25%;font-size:18px;color:#898989}.detail-pdf .react-pdf__Page{position:relative;display:flex;justify-content:center}.page-qdData{flex:1 1;height:100%;display:flex;flex-direction:column;background:#f4f7fc;position:relative}.page-qdData .page-qdData__iframe{width:100%;flex:1 1}.page-qdData .loading{min-height:500px}