index.css 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389
  1. [class^=ant-]::-ms-clear,
  2. [class*= ant-]::-ms-clear,
  3. [class^=ant-] input::-ms-clear,
  4. [class*= ant-] input::-ms-clear,
  5. [class^=ant-] input::-ms-reveal,
  6. [class*= ant-] input::-ms-reveal {
  7. display: none;
  8. }
  9. /* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
  10. html,
  11. body {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. input::-ms-clear,
  16. input::-ms-reveal {
  17. display: none;
  18. }
  19. *,
  20. *::before,
  21. *::after {
  22. box-sizing: border-box;
  23. }
  24. html {
  25. font-family: sans-serif;
  26. line-height: 1.15;
  27. -webkit-text-size-adjust: 100%;
  28. -ms-text-size-adjust: 100%;
  29. -ms-overflow-style: scrollbar;
  30. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  31. }
  32. @-ms-viewport {
  33. width: device-width;
  34. }
  35. body {
  36. margin: 0;
  37. color: rgba(0, 0, 0, 0.85);
  38. font-size: 14px;
  39. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  40. font-variant: tabular-nums;
  41. line-height: 1.5715;
  42. background-color: #fff;
  43. font-feature-settings: 'tnum';
  44. }
  45. [tabindex='-1']:focus {
  46. outline: none !important;
  47. }
  48. hr {
  49. box-sizing: content-box;
  50. height: 0;
  51. overflow: visible;
  52. }
  53. h1,
  54. h2,
  55. h3,
  56. h4,
  57. h5,
  58. h6 {
  59. margin-top: 0;
  60. margin-bottom: 0.5em;
  61. color: rgba(0, 0, 0, 0.85);
  62. font-weight: 500;
  63. }
  64. p {
  65. margin-top: 0;
  66. margin-bottom: 1em;
  67. }
  68. abbr[title],
  69. abbr[data-original-title] {
  70. text-decoration: underline;
  71. text-decoration: underline dotted;
  72. border-bottom: 0;
  73. cursor: help;
  74. }
  75. address {
  76. margin-bottom: 1em;
  77. font-style: normal;
  78. line-height: inherit;
  79. }
  80. input[type='text'],
  81. input[type='password'],
  82. input[type='number'],
  83. textarea {
  84. -webkit-appearance: none;
  85. }
  86. ol,
  87. ul,
  88. dl {
  89. margin-top: 0;
  90. margin-bottom: 1em;
  91. }
  92. ol ol,
  93. ul ul,
  94. ol ul,
  95. ul ol {
  96. margin-bottom: 0;
  97. }
  98. dt {
  99. font-weight: 500;
  100. }
  101. dd {
  102. margin-bottom: 0.5em;
  103. margin-left: 0;
  104. }
  105. blockquote {
  106. margin: 0 0 1em;
  107. }
  108. dfn {
  109. font-style: italic;
  110. }
  111. b,
  112. strong {
  113. font-weight: bolder;
  114. }
  115. small {
  116. font-size: 80%;
  117. }
  118. sub,
  119. sup {
  120. position: relative;
  121. font-size: 75%;
  122. line-height: 0;
  123. vertical-align: baseline;
  124. }
  125. sub {
  126. bottom: -0.25em;
  127. }
  128. sup {
  129. top: -0.5em;
  130. }
  131. a {
  132. color: #1890ff;
  133. text-decoration: none;
  134. background-color: transparent;
  135. outline: none;
  136. cursor: pointer;
  137. transition: color 0.3s;
  138. -webkit-text-decoration-skip: objects;
  139. }
  140. a:hover {
  141. color: #40a9ff;
  142. }
  143. a:active {
  144. color: #096dd9;
  145. }
  146. a:active,
  147. a:hover {
  148. text-decoration: none;
  149. outline: 0;
  150. }
  151. a:focus {
  152. text-decoration: none;
  153. outline: 0;
  154. }
  155. a[disabled] {
  156. color: rgba(0, 0, 0, 0.25);
  157. cursor: not-allowed;
  158. }
  159. pre,
  160. code,
  161. kbd,
  162. samp {
  163. font-size: 1em;
  164. font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  165. }
  166. pre {
  167. margin-top: 0;
  168. margin-bottom: 1em;
  169. overflow: auto;
  170. }
  171. figure {
  172. margin: 0 0 1em;
  173. }
  174. img {
  175. vertical-align: middle;
  176. border-style: none;
  177. }
  178. a,
  179. area,
  180. button,
  181. [role='button'],
  182. input:not([type='range']),
  183. label,
  184. select,
  185. summary,
  186. textarea {
  187. touch-action: manipulation;
  188. }
  189. table {
  190. border-collapse: collapse;
  191. }
  192. caption {
  193. padding-top: 0.75em;
  194. padding-bottom: 0.3em;
  195. color: rgba(0, 0, 0, 0.45);
  196. text-align: left;
  197. caption-side: bottom;
  198. }
  199. input,
  200. button,
  201. select,
  202. optgroup,
  203. textarea {
  204. margin: 0;
  205. color: inherit;
  206. font-size: inherit;
  207. font-family: inherit;
  208. line-height: inherit;
  209. }
  210. button,
  211. input {
  212. overflow: visible;
  213. }
  214. button,
  215. select {
  216. text-transform: none;
  217. }
  218. button,
  219. html [type="button"],
  220. [type="reset"],
  221. [type="submit"] {
  222. -webkit-appearance: button;
  223. }
  224. button::-moz-focus-inner,
  225. [type='button']::-moz-focus-inner,
  226. [type='reset']::-moz-focus-inner,
  227. [type='submit']::-moz-focus-inner {
  228. padding: 0;
  229. border-style: none;
  230. }
  231. input[type='radio'],
  232. input[type='checkbox'] {
  233. box-sizing: border-box;
  234. padding: 0;
  235. }
  236. input[type='date'],
  237. input[type='time'],
  238. input[type='datetime-local'],
  239. input[type='month'] {
  240. -webkit-appearance: listbox;
  241. }
  242. textarea {
  243. overflow: auto;
  244. resize: vertical;
  245. }
  246. fieldset {
  247. min-width: 0;
  248. margin: 0;
  249. padding: 0;
  250. border: 0;
  251. }
  252. legend {
  253. display: block;
  254. width: 100%;
  255. max-width: 100%;
  256. margin-bottom: 0.5em;
  257. padding: 0;
  258. color: inherit;
  259. font-size: 1.5em;
  260. line-height: inherit;
  261. white-space: normal;
  262. }
  263. progress {
  264. vertical-align: baseline;
  265. }
  266. [type='number']::-webkit-inner-spin-button,
  267. [type='number']::-webkit-outer-spin-button {
  268. height: auto;
  269. }
  270. [type='search'] {
  271. outline-offset: -2px;
  272. -webkit-appearance: none;
  273. }
  274. [type='search']::-webkit-search-cancel-button,
  275. [type='search']::-webkit-search-decoration {
  276. -webkit-appearance: none;
  277. }
  278. ::-webkit-file-upload-button {
  279. font: inherit;
  280. -webkit-appearance: button;
  281. }
  282. output {
  283. display: inline-block;
  284. }
  285. summary {
  286. display: list-item;
  287. }
  288. template {
  289. display: none;
  290. }
  291. [hidden] {
  292. display: none !important;
  293. }
  294. mark {
  295. padding: 0.2em;
  296. background-color: #feffe6;
  297. }
  298. ::selection {
  299. color: #fff;
  300. background: #1890ff;
  301. }
  302. .clearfix::before {
  303. display: table;
  304. content: '';
  305. }
  306. .clearfix::after {
  307. display: table;
  308. clear: both;
  309. content: '';
  310. }
  311. .anticon {
  312. display: inline-flex;
  313. align-items: center;
  314. color: inherit;
  315. font-style: normal;
  316. line-height: 0;
  317. text-align: center;
  318. text-transform: none;
  319. vertical-align: -0.125em;
  320. text-rendering: optimizelegibility;
  321. -webkit-font-smoothing: antialiased;
  322. -moz-osx-font-smoothing: grayscale;
  323. }
  324. .anticon > * {
  325. line-height: 1;
  326. }
  327. .anticon svg {
  328. display: inline-block;
  329. }
  330. .anticon::before {
  331. display: none;
  332. }
  333. .anticon .anticon-icon {
  334. display: block;
  335. }
  336. .anticon > .anticon {
  337. line-height: 0;
  338. vertical-align: 0;
  339. }
  340. .anticon[tabindex] {
  341. cursor: pointer;
  342. }
  343. .anticon-spin,
  344. .anticon-spin::before {
  345. display: inline-block;
  346. animation: loadingCircle 1s infinite linear;
  347. }
  348. .ant-fade-enter,
  349. .ant-fade-appear {
  350. animation-duration: 0.2s;
  351. animation-fill-mode: both;
  352. animation-play-state: paused;
  353. }
  354. .ant-fade-leave {
  355. animation-duration: 0.2s;
  356. animation-fill-mode: both;
  357. animation-play-state: paused;
  358. }
  359. .ant-fade-enter.ant-fade-enter-active,
  360. .ant-fade-appear.ant-fade-appear-active {
  361. animation-name: antFadeIn;
  362. animation-play-state: running;
  363. }
  364. .ant-fade-leave.ant-fade-leave-active {
  365. animation-name: antFadeOut;
  366. animation-play-state: running;
  367. pointer-events: none;
  368. }
  369. .ant-fade-enter,
  370. .ant-fade-appear {
  371. opacity: 0;
  372. animation-timing-function: linear;
  373. }
  374. .ant-fade-leave {
  375. animation-timing-function: linear;
  376. }
  377. @keyframes antFadeIn {
  378. 0% {
  379. opacity: 0;
  380. }
  381. 100% {
  382. opacity: 1;
  383. }
  384. }
  385. @keyframes antFadeOut {
  386. 0% {
  387. opacity: 1;
  388. }
  389. 100% {
  390. opacity: 0;
  391. }
  392. }
  393. .ant-move-up-enter,
  394. .ant-move-up-appear {
  395. animation-duration: 0.2s;
  396. animation-fill-mode: both;
  397. animation-play-state: paused;
  398. }
  399. .ant-move-up-leave {
  400. animation-duration: 0.2s;
  401. animation-fill-mode: both;
  402. animation-play-state: paused;
  403. }
  404. .ant-move-up-enter.ant-move-up-enter-active,
  405. .ant-move-up-appear.ant-move-up-appear-active {
  406. animation-name: antMoveUpIn;
  407. animation-play-state: running;
  408. }
  409. .ant-move-up-leave.ant-move-up-leave-active {
  410. animation-name: antMoveUpOut;
  411. animation-play-state: running;
  412. pointer-events: none;
  413. }
  414. .ant-move-up-enter,
  415. .ant-move-up-appear {
  416. opacity: 0;
  417. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  418. }
  419. .ant-move-up-leave {
  420. animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  421. }
  422. .ant-move-down-enter,
  423. .ant-move-down-appear {
  424. animation-duration: 0.2s;
  425. animation-fill-mode: both;
  426. animation-play-state: paused;
  427. }
  428. .ant-move-down-leave {
  429. animation-duration: 0.2s;
  430. animation-fill-mode: both;
  431. animation-play-state: paused;
  432. }
  433. .ant-move-down-enter.ant-move-down-enter-active,
  434. .ant-move-down-appear.ant-move-down-appear-active {
  435. animation-name: antMoveDownIn;
  436. animation-play-state: running;
  437. }
  438. .ant-move-down-leave.ant-move-down-leave-active {
  439. animation-name: antMoveDownOut;
  440. animation-play-state: running;
  441. pointer-events: none;
  442. }
  443. .ant-move-down-enter,
  444. .ant-move-down-appear {
  445. opacity: 0;
  446. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  447. }
  448. .ant-move-down-leave {
  449. animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  450. }
  451. .ant-move-left-enter,
  452. .ant-move-left-appear {
  453. animation-duration: 0.2s;
  454. animation-fill-mode: both;
  455. animation-play-state: paused;
  456. }
  457. .ant-move-left-leave {
  458. animation-duration: 0.2s;
  459. animation-fill-mode: both;
  460. animation-play-state: paused;
  461. }
  462. .ant-move-left-enter.ant-move-left-enter-active,
  463. .ant-move-left-appear.ant-move-left-appear-active {
  464. animation-name: antMoveLeftIn;
  465. animation-play-state: running;
  466. }
  467. .ant-move-left-leave.ant-move-left-leave-active {
  468. animation-name: antMoveLeftOut;
  469. animation-play-state: running;
  470. pointer-events: none;
  471. }
  472. .ant-move-left-enter,
  473. .ant-move-left-appear {
  474. opacity: 0;
  475. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  476. }
  477. .ant-move-left-leave {
  478. animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  479. }
  480. .ant-move-right-enter,
  481. .ant-move-right-appear {
  482. animation-duration: 0.2s;
  483. animation-fill-mode: both;
  484. animation-play-state: paused;
  485. }
  486. .ant-move-right-leave {
  487. animation-duration: 0.2s;
  488. animation-fill-mode: both;
  489. animation-play-state: paused;
  490. }
  491. .ant-move-right-enter.ant-move-right-enter-active,
  492. .ant-move-right-appear.ant-move-right-appear-active {
  493. animation-name: antMoveRightIn;
  494. animation-play-state: running;
  495. }
  496. .ant-move-right-leave.ant-move-right-leave-active {
  497. animation-name: antMoveRightOut;
  498. animation-play-state: running;
  499. pointer-events: none;
  500. }
  501. .ant-move-right-enter,
  502. .ant-move-right-appear {
  503. opacity: 0;
  504. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  505. }
  506. .ant-move-right-leave {
  507. animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  508. }
  509. @keyframes antMoveDownIn {
  510. 0% {
  511. transform: translateY(100%);
  512. transform-origin: 0 0;
  513. opacity: 0;
  514. }
  515. 100% {
  516. transform: translateY(0%);
  517. transform-origin: 0 0;
  518. opacity: 1;
  519. }
  520. }
  521. @keyframes antMoveDownOut {
  522. 0% {
  523. transform: translateY(0%);
  524. transform-origin: 0 0;
  525. opacity: 1;
  526. }
  527. 100% {
  528. transform: translateY(100%);
  529. transform-origin: 0 0;
  530. opacity: 0;
  531. }
  532. }
  533. @keyframes antMoveLeftIn {
  534. 0% {
  535. transform: translateX(-100%);
  536. transform-origin: 0 0;
  537. opacity: 0;
  538. }
  539. 100% {
  540. transform: translateX(0%);
  541. transform-origin: 0 0;
  542. opacity: 1;
  543. }
  544. }
  545. @keyframes antMoveLeftOut {
  546. 0% {
  547. transform: translateX(0%);
  548. transform-origin: 0 0;
  549. opacity: 1;
  550. }
  551. 100% {
  552. transform: translateX(-100%);
  553. transform-origin: 0 0;
  554. opacity: 0;
  555. }
  556. }
  557. @keyframes antMoveRightIn {
  558. 0% {
  559. transform: translateX(100%);
  560. transform-origin: 0 0;
  561. opacity: 0;
  562. }
  563. 100% {
  564. transform: translateX(0%);
  565. transform-origin: 0 0;
  566. opacity: 1;
  567. }
  568. }
  569. @keyframes antMoveRightOut {
  570. 0% {
  571. transform: translateX(0%);
  572. transform-origin: 0 0;
  573. opacity: 1;
  574. }
  575. 100% {
  576. transform: translateX(100%);
  577. transform-origin: 0 0;
  578. opacity: 0;
  579. }
  580. }
  581. @keyframes antMoveUpIn {
  582. 0% {
  583. transform: translateY(-100%);
  584. transform-origin: 0 0;
  585. opacity: 0;
  586. }
  587. 100% {
  588. transform: translateY(0%);
  589. transform-origin: 0 0;
  590. opacity: 1;
  591. }
  592. }
  593. @keyframes antMoveUpOut {
  594. 0% {
  595. transform: translateY(0%);
  596. transform-origin: 0 0;
  597. opacity: 1;
  598. }
  599. 100% {
  600. transform: translateY(-100%);
  601. transform-origin: 0 0;
  602. opacity: 0;
  603. }
  604. }
  605. @keyframes loadingCircle {
  606. 100% {
  607. transform: rotate(360deg);
  608. }
  609. }
  610. [ant-click-animating='true'],
  611. [ant-click-animating-without-extra-node='true'] {
  612. position: relative;
  613. }
  614. html {
  615. --antd-wave-shadow-color: #1890ff;
  616. --scroll-bar: 0;
  617. }
  618. [ant-click-animating-without-extra-node='true']::after,
  619. .ant-click-animating-node {
  620. position: absolute;
  621. top: 0;
  622. right: 0;
  623. bottom: 0;
  624. left: 0;
  625. display: block;
  626. border-radius: inherit;
  627. box-shadow: 0 0 0 0 #1890ff;
  628. box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  629. opacity: 0.2;
  630. animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  631. animation-fill-mode: forwards;
  632. content: '';
  633. pointer-events: none;
  634. }
  635. @keyframes waveEffect {
  636. 100% {
  637. box-shadow: 0 0 0 #1890ff;
  638. box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  639. }
  640. }
  641. @keyframes fadeEffect {
  642. 100% {
  643. opacity: 0;
  644. }
  645. }
  646. .ant-slide-up-enter,
  647. .ant-slide-up-appear {
  648. animation-duration: 0.2s;
  649. animation-fill-mode: both;
  650. animation-play-state: paused;
  651. }
  652. .ant-slide-up-leave {
  653. animation-duration: 0.2s;
  654. animation-fill-mode: both;
  655. animation-play-state: paused;
  656. }
  657. .ant-slide-up-enter.ant-slide-up-enter-active,
  658. .ant-slide-up-appear.ant-slide-up-appear-active {
  659. animation-name: antSlideUpIn;
  660. animation-play-state: running;
  661. }
  662. .ant-slide-up-leave.ant-slide-up-leave-active {
  663. animation-name: antSlideUpOut;
  664. animation-play-state: running;
  665. pointer-events: none;
  666. }
  667. .ant-slide-up-enter,
  668. .ant-slide-up-appear {
  669. transform: scale(0);
  670. transform-origin: 0% 0%;
  671. opacity: 0;
  672. animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  673. }
  674. .ant-slide-up-leave {
  675. animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  676. }
  677. .ant-slide-down-enter,
  678. .ant-slide-down-appear {
  679. animation-duration: 0.2s;
  680. animation-fill-mode: both;
  681. animation-play-state: paused;
  682. }
  683. .ant-slide-down-leave {
  684. animation-duration: 0.2s;
  685. animation-fill-mode: both;
  686. animation-play-state: paused;
  687. }
  688. .ant-slide-down-enter.ant-slide-down-enter-active,
  689. .ant-slide-down-appear.ant-slide-down-appear-active {
  690. animation-name: antSlideDownIn;
  691. animation-play-state: running;
  692. }
  693. .ant-slide-down-leave.ant-slide-down-leave-active {
  694. animation-name: antSlideDownOut;
  695. animation-play-state: running;
  696. pointer-events: none;
  697. }
  698. .ant-slide-down-enter,
  699. .ant-slide-down-appear {
  700. transform: scale(0);
  701. transform-origin: 0% 0%;
  702. opacity: 0;
  703. animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  704. }
  705. .ant-slide-down-leave {
  706. animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  707. }
  708. .ant-slide-left-enter,
  709. .ant-slide-left-appear {
  710. animation-duration: 0.2s;
  711. animation-fill-mode: both;
  712. animation-play-state: paused;
  713. }
  714. .ant-slide-left-leave {
  715. animation-duration: 0.2s;
  716. animation-fill-mode: both;
  717. animation-play-state: paused;
  718. }
  719. .ant-slide-left-enter.ant-slide-left-enter-active,
  720. .ant-slide-left-appear.ant-slide-left-appear-active {
  721. animation-name: antSlideLeftIn;
  722. animation-play-state: running;
  723. }
  724. .ant-slide-left-leave.ant-slide-left-leave-active {
  725. animation-name: antSlideLeftOut;
  726. animation-play-state: running;
  727. pointer-events: none;
  728. }
  729. .ant-slide-left-enter,
  730. .ant-slide-left-appear {
  731. transform: scale(0);
  732. transform-origin: 0% 0%;
  733. opacity: 0;
  734. animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  735. }
  736. .ant-slide-left-leave {
  737. animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  738. }
  739. .ant-slide-right-enter,
  740. .ant-slide-right-appear {
  741. animation-duration: 0.2s;
  742. animation-fill-mode: both;
  743. animation-play-state: paused;
  744. }
  745. .ant-slide-right-leave {
  746. animation-duration: 0.2s;
  747. animation-fill-mode: both;
  748. animation-play-state: paused;
  749. }
  750. .ant-slide-right-enter.ant-slide-right-enter-active,
  751. .ant-slide-right-appear.ant-slide-right-appear-active {
  752. animation-name: antSlideRightIn;
  753. animation-play-state: running;
  754. }
  755. .ant-slide-right-leave.ant-slide-right-leave-active {
  756. animation-name: antSlideRightOut;
  757. animation-play-state: running;
  758. pointer-events: none;
  759. }
  760. .ant-slide-right-enter,
  761. .ant-slide-right-appear {
  762. transform: scale(0);
  763. transform-origin: 0% 0%;
  764. opacity: 0;
  765. animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  766. }
  767. .ant-slide-right-leave {
  768. animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  769. }
  770. @keyframes antSlideUpIn {
  771. 0% {
  772. transform: scaleY(0.8);
  773. transform-origin: 0% 0%;
  774. opacity: 0;
  775. }
  776. 100% {
  777. transform: scaleY(1);
  778. transform-origin: 0% 0%;
  779. opacity: 1;
  780. }
  781. }
  782. @keyframes antSlideUpOut {
  783. 0% {
  784. transform: scaleY(1);
  785. transform-origin: 0% 0%;
  786. opacity: 1;
  787. }
  788. 100% {
  789. transform: scaleY(0.8);
  790. transform-origin: 0% 0%;
  791. opacity: 0;
  792. }
  793. }
  794. @keyframes antSlideDownIn {
  795. 0% {
  796. transform: scaleY(0.8);
  797. transform-origin: 100% 100%;
  798. opacity: 0;
  799. }
  800. 100% {
  801. transform: scaleY(1);
  802. transform-origin: 100% 100%;
  803. opacity: 1;
  804. }
  805. }
  806. @keyframes antSlideDownOut {
  807. 0% {
  808. transform: scaleY(1);
  809. transform-origin: 100% 100%;
  810. opacity: 1;
  811. }
  812. 100% {
  813. transform: scaleY(0.8);
  814. transform-origin: 100% 100%;
  815. opacity: 0;
  816. }
  817. }
  818. @keyframes antSlideLeftIn {
  819. 0% {
  820. transform: scaleX(0.8);
  821. transform-origin: 0% 0%;
  822. opacity: 0;
  823. }
  824. 100% {
  825. transform: scaleX(1);
  826. transform-origin: 0% 0%;
  827. opacity: 1;
  828. }
  829. }
  830. @keyframes antSlideLeftOut {
  831. 0% {
  832. transform: scaleX(1);
  833. transform-origin: 0% 0%;
  834. opacity: 1;
  835. }
  836. 100% {
  837. transform: scaleX(0.8);
  838. transform-origin: 0% 0%;
  839. opacity: 0;
  840. }
  841. }
  842. @keyframes antSlideRightIn {
  843. 0% {
  844. transform: scaleX(0.8);
  845. transform-origin: 100% 0%;
  846. opacity: 0;
  847. }
  848. 100% {
  849. transform: scaleX(1);
  850. transform-origin: 100% 0%;
  851. opacity: 1;
  852. }
  853. }
  854. @keyframes antSlideRightOut {
  855. 0% {
  856. transform: scaleX(1);
  857. transform-origin: 100% 0%;
  858. opacity: 1;
  859. }
  860. 100% {
  861. transform: scaleX(0.8);
  862. transform-origin: 100% 0%;
  863. opacity: 0;
  864. }
  865. }
  866. .ant-zoom-enter,
  867. .ant-zoom-appear {
  868. animation-duration: 0.2s;
  869. animation-fill-mode: both;
  870. animation-play-state: paused;
  871. }
  872. .ant-zoom-leave {
  873. animation-duration: 0.2s;
  874. animation-fill-mode: both;
  875. animation-play-state: paused;
  876. }
  877. .ant-zoom-enter.ant-zoom-enter-active,
  878. .ant-zoom-appear.ant-zoom-appear-active {
  879. animation-name: antZoomIn;
  880. animation-play-state: running;
  881. }
  882. .ant-zoom-leave.ant-zoom-leave-active {
  883. animation-name: antZoomOut;
  884. animation-play-state: running;
  885. pointer-events: none;
  886. }
  887. .ant-zoom-enter,
  888. .ant-zoom-appear {
  889. transform: scale(0);
  890. opacity: 0;
  891. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  892. }
  893. .ant-zoom-enter-prepare,
  894. .ant-zoom-appear-prepare {
  895. transform: none;
  896. }
  897. .ant-zoom-leave {
  898. animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  899. }
  900. .ant-zoom-big-enter,
  901. .ant-zoom-big-appear {
  902. animation-duration: 0.2s;
  903. animation-fill-mode: both;
  904. animation-play-state: paused;
  905. }
  906. .ant-zoom-big-leave {
  907. animation-duration: 0.2s;
  908. animation-fill-mode: both;
  909. animation-play-state: paused;
  910. }
  911. .ant-zoom-big-enter.ant-zoom-big-enter-active,
  912. .ant-zoom-big-appear.ant-zoom-big-appear-active {
  913. animation-name: antZoomBigIn;
  914. animation-play-state: running;
  915. }
  916. .ant-zoom-big-leave.ant-zoom-big-leave-active {
  917. animation-name: antZoomBigOut;
  918. animation-play-state: running;
  919. pointer-events: none;
  920. }
  921. .ant-zoom-big-enter,
  922. .ant-zoom-big-appear {
  923. transform: scale(0);
  924. opacity: 0;
  925. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  926. }
  927. .ant-zoom-big-enter-prepare,
  928. .ant-zoom-big-appear-prepare {
  929. transform: none;
  930. }
  931. .ant-zoom-big-leave {
  932. animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  933. }
  934. .ant-zoom-big-fast-enter,
  935. .ant-zoom-big-fast-appear {
  936. animation-duration: 0.1s;
  937. animation-fill-mode: both;
  938. animation-play-state: paused;
  939. }
  940. .ant-zoom-big-fast-leave {
  941. animation-duration: 0.1s;
  942. animation-fill-mode: both;
  943. animation-play-state: paused;
  944. }
  945. .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
  946. .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  947. animation-name: antZoomBigIn;
  948. animation-play-state: running;
  949. }
  950. .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  951. animation-name: antZoomBigOut;
  952. animation-play-state: running;
  953. pointer-events: none;
  954. }
  955. .ant-zoom-big-fast-enter,
  956. .ant-zoom-big-fast-appear {
  957. transform: scale(0);
  958. opacity: 0;
  959. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  960. }
  961. .ant-zoom-big-fast-enter-prepare,
  962. .ant-zoom-big-fast-appear-prepare {
  963. transform: none;
  964. }
  965. .ant-zoom-big-fast-leave {
  966. animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  967. }
  968. .ant-zoom-up-enter,
  969. .ant-zoom-up-appear {
  970. animation-duration: 0.2s;
  971. animation-fill-mode: both;
  972. animation-play-state: paused;
  973. }
  974. .ant-zoom-up-leave {
  975. animation-duration: 0.2s;
  976. animation-fill-mode: both;
  977. animation-play-state: paused;
  978. }
  979. .ant-zoom-up-enter.ant-zoom-up-enter-active,
  980. .ant-zoom-up-appear.ant-zoom-up-appear-active {
  981. animation-name: antZoomUpIn;
  982. animation-play-state: running;
  983. }
  984. .ant-zoom-up-leave.ant-zoom-up-leave-active {
  985. animation-name: antZoomUpOut;
  986. animation-play-state: running;
  987. pointer-events: none;
  988. }
  989. .ant-zoom-up-enter,
  990. .ant-zoom-up-appear {
  991. transform: scale(0);
  992. opacity: 0;
  993. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  994. }
  995. .ant-zoom-up-enter-prepare,
  996. .ant-zoom-up-appear-prepare {
  997. transform: none;
  998. }
  999. .ant-zoom-up-leave {
  1000. animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  1001. }
  1002. .ant-zoom-down-enter,
  1003. .ant-zoom-down-appear {
  1004. animation-duration: 0.2s;
  1005. animation-fill-mode: both;
  1006. animation-play-state: paused;
  1007. }
  1008. .ant-zoom-down-leave {
  1009. animation-duration: 0.2s;
  1010. animation-fill-mode: both;
  1011. animation-play-state: paused;
  1012. }
  1013. .ant-zoom-down-enter.ant-zoom-down-enter-active,
  1014. .ant-zoom-down-appear.ant-zoom-down-appear-active {
  1015. animation-name: antZoomDownIn;
  1016. animation-play-state: running;
  1017. }
  1018. .ant-zoom-down-leave.ant-zoom-down-leave-active {
  1019. animation-name: antZoomDownOut;
  1020. animation-play-state: running;
  1021. pointer-events: none;
  1022. }
  1023. .ant-zoom-down-enter,
  1024. .ant-zoom-down-appear {
  1025. transform: scale(0);
  1026. opacity: 0;
  1027. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  1028. }
  1029. .ant-zoom-down-enter-prepare,
  1030. .ant-zoom-down-appear-prepare {
  1031. transform: none;
  1032. }
  1033. .ant-zoom-down-leave {
  1034. animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  1035. }
  1036. .ant-zoom-left-enter,
  1037. .ant-zoom-left-appear {
  1038. animation-duration: 0.2s;
  1039. animation-fill-mode: both;
  1040. animation-play-state: paused;
  1041. }
  1042. .ant-zoom-left-leave {
  1043. animation-duration: 0.2s;
  1044. animation-fill-mode: both;
  1045. animation-play-state: paused;
  1046. }
  1047. .ant-zoom-left-enter.ant-zoom-left-enter-active,
  1048. .ant-zoom-left-appear.ant-zoom-left-appear-active {
  1049. animation-name: antZoomLeftIn;
  1050. animation-play-state: running;
  1051. }
  1052. .ant-zoom-left-leave.ant-zoom-left-leave-active {
  1053. animation-name: antZoomLeftOut;
  1054. animation-play-state: running;
  1055. pointer-events: none;
  1056. }
  1057. .ant-zoom-left-enter,
  1058. .ant-zoom-left-appear {
  1059. transform: scale(0);
  1060. opacity: 0;
  1061. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  1062. }
  1063. .ant-zoom-left-enter-prepare,
  1064. .ant-zoom-left-appear-prepare {
  1065. transform: none;
  1066. }
  1067. .ant-zoom-left-leave {
  1068. animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  1069. }
  1070. .ant-zoom-right-enter,
  1071. .ant-zoom-right-appear {
  1072. animation-duration: 0.2s;
  1073. animation-fill-mode: both;
  1074. animation-play-state: paused;
  1075. }
  1076. .ant-zoom-right-leave {
  1077. animation-duration: 0.2s;
  1078. animation-fill-mode: both;
  1079. animation-play-state: paused;
  1080. }
  1081. .ant-zoom-right-enter.ant-zoom-right-enter-active,
  1082. .ant-zoom-right-appear.ant-zoom-right-appear-active {
  1083. animation-name: antZoomRightIn;
  1084. animation-play-state: running;
  1085. }
  1086. .ant-zoom-right-leave.ant-zoom-right-leave-active {
  1087. animation-name: antZoomRightOut;
  1088. animation-play-state: running;
  1089. pointer-events: none;
  1090. }
  1091. .ant-zoom-right-enter,
  1092. .ant-zoom-right-appear {
  1093. transform: scale(0);
  1094. opacity: 0;
  1095. animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  1096. }
  1097. .ant-zoom-right-enter-prepare,
  1098. .ant-zoom-right-appear-prepare {
  1099. transform: none;
  1100. }
  1101. .ant-zoom-right-leave {
  1102. animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  1103. }
  1104. @keyframes antZoomIn {
  1105. 0% {
  1106. transform: scale(0.2);
  1107. opacity: 0;
  1108. }
  1109. 100% {
  1110. transform: scale(1);
  1111. opacity: 1;
  1112. }
  1113. }
  1114. @keyframes antZoomOut {
  1115. 0% {
  1116. transform: scale(1);
  1117. }
  1118. 100% {
  1119. transform: scale(0.2);
  1120. opacity: 0;
  1121. }
  1122. }
  1123. @keyframes antZoomBigIn {
  1124. 0% {
  1125. transform: scale(0.8);
  1126. opacity: 0;
  1127. }
  1128. 100% {
  1129. transform: scale(1);
  1130. opacity: 1;
  1131. }
  1132. }
  1133. @keyframes antZoomBigOut {
  1134. 0% {
  1135. transform: scale(1);
  1136. }
  1137. 100% {
  1138. transform: scale(0.8);
  1139. opacity: 0;
  1140. }
  1141. }
  1142. @keyframes antZoomUpIn {
  1143. 0% {
  1144. transform: scale(0.8);
  1145. transform-origin: 50% 0%;
  1146. opacity: 0;
  1147. }
  1148. 100% {
  1149. transform: scale(1);
  1150. transform-origin: 50% 0%;
  1151. }
  1152. }
  1153. @keyframes antZoomUpOut {
  1154. 0% {
  1155. transform: scale(1);
  1156. transform-origin: 50% 0%;
  1157. }
  1158. 100% {
  1159. transform: scale(0.8);
  1160. transform-origin: 50% 0%;
  1161. opacity: 0;
  1162. }
  1163. }
  1164. @keyframes antZoomLeftIn {
  1165. 0% {
  1166. transform: scale(0.8);
  1167. transform-origin: 0% 50%;
  1168. opacity: 0;
  1169. }
  1170. 100% {
  1171. transform: scale(1);
  1172. transform-origin: 0% 50%;
  1173. }
  1174. }
  1175. @keyframes antZoomLeftOut {
  1176. 0% {
  1177. transform: scale(1);
  1178. transform-origin: 0% 50%;
  1179. }
  1180. 100% {
  1181. transform: scale(0.8);
  1182. transform-origin: 0% 50%;
  1183. opacity: 0;
  1184. }
  1185. }
  1186. @keyframes antZoomRightIn {
  1187. 0% {
  1188. transform: scale(0.8);
  1189. transform-origin: 100% 50%;
  1190. opacity: 0;
  1191. }
  1192. 100% {
  1193. transform: scale(1);
  1194. transform-origin: 100% 50%;
  1195. }
  1196. }
  1197. @keyframes antZoomRightOut {
  1198. 0% {
  1199. transform: scale(1);
  1200. transform-origin: 100% 50%;
  1201. }
  1202. 100% {
  1203. transform: scale(0.8);
  1204. transform-origin: 100% 50%;
  1205. opacity: 0;
  1206. }
  1207. }
  1208. @keyframes antZoomDownIn {
  1209. 0% {
  1210. transform: scale(0.8);
  1211. transform-origin: 50% 100%;
  1212. opacity: 0;
  1213. }
  1214. 100% {
  1215. transform: scale(1);
  1216. transform-origin: 50% 100%;
  1217. }
  1218. }
  1219. @keyframes antZoomDownOut {
  1220. 0% {
  1221. transform: scale(1);
  1222. transform-origin: 50% 100%;
  1223. }
  1224. 100% {
  1225. transform: scale(0.8);
  1226. transform-origin: 50% 100%;
  1227. opacity: 0;
  1228. }
  1229. }
  1230. .ant-motion-collapse-legacy {
  1231. overflow: hidden;
  1232. }
  1233. .ant-motion-collapse-legacy-active {
  1234. transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  1235. }
  1236. .ant-motion-collapse {
  1237. overflow: hidden;
  1238. transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  1239. }
  1240. /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  1241. /* stylelint-disable no-duplicate-selectors */
  1242. .cdk-overlay-container,
  1243. .cdk-global-overlay-wrapper {
  1244. top: 0;
  1245. left: 0;
  1246. width: 100%;
  1247. height: 100%;
  1248. pointer-events: none;
  1249. }
  1250. .cdk-overlay-container {
  1251. position: fixed;
  1252. z-index: 1000;
  1253. }
  1254. .cdk-overlay-container:empty {
  1255. display: none;
  1256. }
  1257. .cdk-global-overlay-wrapper {
  1258. position: absolute;
  1259. z-index: 1000;
  1260. display: flex;
  1261. }
  1262. .cdk-overlay-pane {
  1263. position: absolute;
  1264. z-index: 1000;
  1265. display: flex;
  1266. box-sizing: border-box;
  1267. max-width: 100%;
  1268. max-height: 100%;
  1269. pointer-events: auto;
  1270. }
  1271. .cdk-overlay-backdrop {
  1272. position: absolute;
  1273. top: 0;
  1274. right: 0;
  1275. bottom: 0;
  1276. left: 0;
  1277. z-index: 1000;
  1278. opacity: 0;
  1279. transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  1280. pointer-events: auto;
  1281. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1282. }
  1283. .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  1284. opacity: 1;
  1285. }
  1286. .cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  1287. opacity: 0.6;
  1288. }
  1289. .cdk-overlay-dark-backdrop {
  1290. background: rgba(0, 0, 0, 0.32);
  1291. }
  1292. .cdk-overlay-transparent-backdrop {
  1293. visibility: hidden;
  1294. opacity: 1;
  1295. transition: visibility 1ms linear, opacity 1ms linear;
  1296. }
  1297. .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  1298. visibility: visible;
  1299. opacity: 0;
  1300. }
  1301. .cdk-overlay-backdrop-noop-animation {
  1302. transition: none;
  1303. }
  1304. .cdk-overlay-connected-position-bounding-box {
  1305. position: absolute;
  1306. z-index: 1000;
  1307. display: flex;
  1308. flex-direction: column;
  1309. min-width: 1px;
  1310. min-height: 1px;
  1311. }
  1312. .cdk-global-scrollblock {
  1313. position: fixed;
  1314. width: 100%;
  1315. overflow-y: scroll;
  1316. }
  1317. .cdk-visually-hidden {
  1318. position: absolute;
  1319. width: 1px;
  1320. height: 1px;
  1321. margin: -1px;
  1322. padding: 0;
  1323. overflow: hidden;
  1324. border: 0;
  1325. outline: 0;
  1326. /* stylelint-disable property-no-vendor-prefix */
  1327. -webkit-appearance: none;
  1328. -moz-appearance: none;
  1329. /* stylelint-enable property-no-vendor-prefix */
  1330. }
  1331. .nz-overlay-transparent-backdrop,
  1332. .nz-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  1333. opacity: 0;
  1334. }
  1335. .nz-animate-disabled.ant-scroll-number-only {
  1336. transition: none;
  1337. animation: none;
  1338. }
  1339. .nz-animate-disabled.ant-drawer.ant-drawer-open .ant-drawer-mask {
  1340. transition: none;
  1341. animation: none;
  1342. }
  1343. .nz-animate-disabled.ant-drawer > * {
  1344. transition: none;
  1345. }
  1346. .nz-animate-disabled .ant-modal-mask,
  1347. .nz-animate-disabled .ant-modal {
  1348. transition: none;
  1349. animation: none;
  1350. }
  1351. .nz-animate-disabled .ant-modal-mask.zoom-enter,
  1352. .nz-animate-disabled .ant-modal.zoom-enter,
  1353. .nz-animate-disabled .ant-modal-mask.zoom-leave,
  1354. .nz-animate-disabled .ant-modal.zoom-leave,
  1355. .nz-animate-disabled .ant-modal-mask.zoom-enter-active,
  1356. .nz-animate-disabled .ant-modal.zoom-enter-active,
  1357. .nz-animate-disabled .ant-modal-mask.zoom-leave-active,
  1358. .nz-animate-disabled .ant-modal.zoom-leave-active {
  1359. transition: none;
  1360. animation: none;
  1361. }
  1362. .nz-animate-disabled.ant-menu {
  1363. transition: none;
  1364. }
  1365. .nz-animate-disabled.ant-menu .ant-menu-item,
  1366. .nz-animate-disabled.ant-menu .ant-menu-submenu-title {
  1367. transition: none;
  1368. }
  1369. .nz-animate-disabled.ant-menu .ant-menu-item .anticon,
  1370. .nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon {
  1371. transition: none;
  1372. }
  1373. .nz-animate-disabled.ant-menu .ant-menu-item .anticon + span,
  1374. .nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon + span {
  1375. transition: none;
  1376. }
  1377. .nz-animate-disabled.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
  1378. .nz-animate-disabled.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,
  1379. .nz-animate-disabled.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
  1380. .nz-animate-disabled.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane,
  1381. .nz-animate-disabled.ant-tabs.ant-tabs-left .ant-tabs-ink-bar-animated,
  1382. .nz-animate-disabled.ant-tabs.ant-tabs-right .ant-tabs-ink-bar-animated,
  1383. .nz-animate-disabled.ant-tabs.ant-tabs-top .ant-tabs-ink-bar-animated,
  1384. .nz-animate-disabled.ant-tabs.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  1385. transition: none;
  1386. }
  1387. .nz-animate-disabled.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  1388. transition: none;
  1389. }