/*!
 * @uiw/reset.css v1.0.2
 * A tiny modern CSS reset.
 * 
 * Copyright (c) 2019 
 * 
 * 
 * Licensed under the MIT license.
 */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
/* List */
ul {
  list-style: none;
}
/* Form */
button,
input,
select,
textarea {
  margin: 0;
}
/* Box sizing */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Media */
img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}
audio {
  max-width: 100%;
}
/* Iframe */
iframe {
  border: 0;
}
/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}


.ad34beff {
  text-align: center;
}
._6a97c7e5 {
  font-size: 36px;
  padding-top: 23px;
  font-weight: bold;
  color: #fff;
}
._6a97c7e5 sup {
  position: absolute;
  font-size: 12px;
  color: #ffffff2b;
}
._97ec4269 {
  -webkit-animation: _6840275b infinite 20s linear;
          animation: _6840275b infinite 20s linear;
  height: 100px;
}
._97ec4269 svg {
  width: 100%;
  height: 100%;
}
._60815b8f {
  padding: 63px 15px 20px 15px;
  font-size: 21px;
}
._959ec019 {
  background-color: #343a40;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
._28c5fa15 {
  color: #61dafb;
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
}
@-webkit-keyframes _6840275b {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes _6840275b {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

._83616108 {
  padding-top: 25px;
  flex: 1 1;
}
._83616108 svg {
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
._83616108 svg path {
  fill: #9e9e9e;
}
._83616108 a {
  color: #9e9e9e;
  display: block;
  padding: 10px 0;
  text-align: center;
}
._83616108 a:hover svg.gitee path {
  fill: #C71D23 !important;
}
._7a4a99ce svg path {
  fill: #fff;
}
._47ec87ba {
  padding-top: 0;
  padding-right: 10px;
  flex: 1 1;
}
._47ec87ba svg {
  height: 15px;
  width: 15px;
}
._47ec87ba a {
  display: inline-block;
  margin: 0 10px;
  padding: 8px 0;
}
._47ec87ba a > * {
  vertical-align: middle;
}
._47ec87ba a svg + span {
  margin-left: 5px;
}
._47ec87ba a.e3272b02 {
  padding: 4px 6px;
  margin: 0 0;
}
._47ec87ba a:hover:not(._7a4a99ce) {
  color: #1890ff;
}
._47ec87ba a:hover:not(._7a4a99ce) svg path {
  fill: #1890ff;
}
._47ec87ba ._7a4a99ce {
  color: #fff;
}
._47ec87ba ._7a4a99ce svg path {
  fill: #fff;
}

.w-tooltip {
  position: relative;
  display: inline-block;
}
.w-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.w-tooltip-inner {
  font-size: 12px;
  max-width: 250px;
  padding: 5px 10px;
  display: block;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.w-tooltip.right .w-tooltip-arrow,
.w-tooltip.rightTop .w-tooltip-arrow,
.w-tooltip.rightBottom .w-tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.75);
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%;
}
.w-tooltip.left .w-tooltip-arrow,
.w-tooltip.leftTop .w-tooltip-arrow,
.w-tooltip.leftBottom .w-tooltip-arrow {
  border-left-color: rgba(0, 0, 0, 0.75);
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
}
.w-tooltip.leftTop .w-tooltip-arrow,
.w-tooltip.rightTop .w-tooltip-arrow {
  top: 15px;
}
.w-tooltip.leftBottom .w-tooltip-arrow,
.w-tooltip.rightBottom .w-tooltip-arrow {
  bottom: 10px;
  top: auto;
}
.w-tooltip.top .w-tooltip-arrow,
.w-tooltip.topLeft .w-tooltip-arrow,
.w-tooltip.topRight .w-tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.75);
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.w-tooltip.bottom .w-tooltip-arrow,
.w-tooltip.bottomLeft .w-tooltip-arrow,
.w-tooltip.bottomRight .w-tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}
.w-tooltip.bottomLeft .w-tooltip-arrow,
.w-tooltip.topLeft .w-tooltip-arrow {
  left: 15px;
}
.w-tooltip.bottomRight .w-tooltip-arrow,
.w-tooltip.topRight .w-tooltip-arrow {
  right: 10px;
  left: auto;
}
.w-tooltip.bottom,
.w-tooltip.bottomLeft,
.w-tooltip.bottomRight {
  padding-top: 5px;
}
.w-tooltip.top,
.w-tooltip.topLeft,
.w-tooltip.topRight {
  padding-bottom: 5px;
}
.w-tooltip.right,
.w-tooltip.rightTop,
.w-tooltip.rightBottom {
  padding-left: 5px;
}
.w-tooltip.left,
.w-tooltip.leftTop,
.w-tooltip.leftBottom {
  padding-right: 5px;
}
.w-tooltip.no-arrow {
  padding: 0 !important;
}

.w-overlay.w-overlay-trigger {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: inherit;
  width: auto;
  height: auto;
}
.w-overlay.w-overlay-trigger .w-overlay-container {
  position: relative;
  overflow: inherit;
}
.w-overlay.w-overlay-trigger .w-overlay-container::before {
  display: none;
}
.w-overlay.w-overlay-trigger .w-overlay-content {
  margin: 0;
}
.w-overlay.w-overlay-trigger.rightTop .w-overlay-content {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.w-overlay.w-overlay-trigger.right .w-overlay-content {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.w-overlay.w-overlay-trigger.rightBottom .w-overlay-content {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.w-overlay.w-overlay-trigger.topLeft .w-overlay-content {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.w-overlay.w-overlay-trigger.top .w-overlay-content {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.w-overlay.w-overlay-trigger.topRight .w-overlay-content {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.w-overlay.w-overlay-trigger.leftTop .w-overlay-content {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.w-overlay.w-overlay-trigger.left .w-overlay-content {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.w-overlay.w-overlay-trigger.leftBottom .w-overlay-content {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.w-overlay.w-overlay-trigger.bottomLeft .w-overlay-content {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.w-overlay.w-overlay-trigger.bottom .w-overlay-content {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.w-overlay.w-overlay-trigger.bottomRight .w-overlay-content {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.w-overlay-trigger-disabled {
  cursor: not-allowed;
}

.w-overlay {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  left: 0;
  outline: 0;
  bottom: 0;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  height: 100%;
  width: 100%;
  display: none;
}
.w-overlay.open {
  z-index: 9999;
}
.w-overlay-open {
  overflow: hidden;
}
.w-overlay-content {
  position: relative;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 20px 0;
  z-index: 20;
}
.w-overlay-inline {
  position: absolute;
  overflow: visible;
  overflow: initial;
}
.w-overlay-inline .w-overlay-container {
  position: relative;
}
.w-overlay-inline .w-overlay-backdrop {
  position: absolute;
}
.w-overlay-container {
  position: absolute;
  overflow: auto;
  z-index: 21;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.w-overlay-container:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
}
.w-overlay-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 20;
  background-color: rgba(16, 22, 26, 0.7);
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.w-overlay-enter .w-overlay-backdrop {
  opacity: 0.01;
}
.w-overlay-enter-active .w-overlay-backdrop {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.w-overlay-exit .w-overlay-backdrop {
  opacity: 1;
}
.w-overlay-exit-active .w-overlay-backdrop {
  opacity: 0;
  transition: opacity 300ms ease-in;
}
.w-overlay-enter .w-overlay-content {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.w-overlay-enter-active .w-overlay-content {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}
.w-overlay-exit .w-overlay-content {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}
.w-overlay-exit-active .w-overlay-content {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.w-overlay-enter,
.w-overlay-enter-done,
.w-overlay-exit {
  display: inherit;
}

.c1962b88 {
  color: #fff;
  padding: 20px 16px 10px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.c1962b88 span {
  vertical-align: middle;
  color: #b1b1b1;
}
.c1962b88 svg {
  vertical-align: middle;
  fill: #b1b1b1;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c1962b88 svg path {
  fill: #b1b1b1;
}
._3b721775 {
  overflow: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 57px;
  padding: 0 10px;
}
._3b721775 a {
  padding: 5px 8px;
  margin: 2px 0;
  display: block;
  color: #fff;
  border-radius: 3px;
}
._3b721775 a:hover,
._3b721775 a._53cd8789 {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
._3b721775 ._92abbd9d {
  padding: 10px;
  color: #aaa;
  font-weight: normal;
}
._3b721775 :last-child {
  margin-bottom: 20px;
}
._3b721775::-webkit-scrollbar {
  border-radius: 5px;
  width: 10px;
}
._3b721775::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #202225;
}
._3b721775::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.34);
}
._3b721775::-webkit-scrollbar-track {
  border-radius: 5px;
  background: transparent;
}
._4887c1a9 .c1962b88 svg path {
  fill: #202225;
}
._4887c1a9 .c1962b88 span {
  color: #202225;
}
._4887c1a9 ._3b721775 a {
  color: #202225;
}
._4887c1a9 ._3b721775 a._53cd8789,
._4887c1a9 ._3b721775 a:hover {
  background: rgba(0, 0, 0, 0.07);
}
._4887c1a9 ._3b721775::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
}
._4887c1a9 ._3b721775::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}


.w-select {
  display: inline-flex;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #182026;
  padding: 6px 25px 6px 10px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  line-height: 18px;
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
  border-radius: 3px;
  background-color: #f5f8fa;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij4gIDxwYXRoIGZpbGw9IiMzOTNFNDgiIGQ9Ik0wLjIyMiw1LjYxMyBMNS40NTEsMC4yMjMgQzUuNzU2MjEyMDksLTAuMDc0MzYzMjMzMyA2LjI0Mjc4NzkxLC0wLjA3NDM2MzIzMzMgNi41NDgsMC4yMjMgTDExLjc3OCw1LjYxMyBDMTIuMTgsNi4wMjcgMTIuMDI1LDYuNjY3IDExLjQwNyw2LjY2NyBMMC41OTIsNi42NjcgQy0wLjAyNCw2LjY2NyAtMC4xOCw2LjAyNyAwLjIyMiw1LjYxMyBaIE0wLjU5Miw5LjMzMyBMMTEuNDA3LDkuMzMzIEMxMi4wMjUsOS4zMzMgMTIuMTgsOS45NzMgMTEuNzc3LDEwLjM4NyBMNi41NDcsMTUuNzc3IEM2LjI0MTkxMjU4LDE2LjA3MzcxNDMgNS43NTYwODc0MiwxNi4wNzM3MTQzIDUuNDUxLDE1Ljc3NyBMMC4yMjIsMTAuMzg3IEMtMC4xOCw5Ljk3MyAtMC4wMjQsOS4zMzMgMC41OTIsOS4zMzMgWiIvPjwvc3ZnPg=='), linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.62em auto, 100%;
}
.w-select:focus {
  outline: none !important;
}
.w-select:hover {
  box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
  background-clip: padding-box;
  background-color: #ebf1f5;
}
.w-select:disabled {
  box-shadow: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij4gIDxwYXRoIGZpbGw9IiMzOTNFNDgiIGQ9Ik0wLjIyMiw1LjYxMyBMNS40NTEsMC4yMjMgQzUuNzU2MjEyMDksLTAuMDc0MzYzMjMzMyA2LjI0Mjc4NzkxLC0wLjA3NDM2MzIzMzMgNi41NDgsMC4yMjMgTDExLjc3OCw1LjYxMyBDMTIuMTgsNi4wMjcgMTIuMDI1LDYuNjY3IDExLjQwNyw2LjY2NyBMMC41OTIsNi42NjcgQy0wLjAyNCw2LjY2NyAtMC4xOCw2LjAyNyAwLjIyMiw1LjYxMyBaIE0wLjU5Miw5LjMzMyBMMTEuNDA3LDkuMzMzIEMxMi4wMjUsOS4zMzMgMTIuMTgsOS45NzMgMTEuNzc3LDEwLjM4NyBMNi41NDcsMTUuNzc3IEM2LjI0MTkxMjU4LDE2LjA3MzcxNDMgNS43NTYwODc0MiwxNi4wNzM3MTQzIDUuNDUxLDE1Ljc3NyBMMC4yMjIsMTAuMzg3IEMtMC4xOCw5Ljk3MyAtMC4wMjQsOS4zMzMgMC41OTIsOS4zMzMgWiIvPjwvc3ZnPg==');
  background-size: 0.52em auto, 100%;
  background-color: #DDDDDD;
  opacity: 0.75;
  color: #A5A5A5;
  cursor: not-allowed;
  resize: none;
}
.w-select-large {
  padding: 9px 25px 9px 12px;
  font-size: 16px;
}
.w-select-small {
  padding: 3px 25px 3px 7px;
  font-size: 12px;
}

._564884e5 {
  background: #202225;
  position: fixed;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 64px;
  left: 0;
  top: 0;
  bottom: 0;
}
._52fe55c7 {
  width: 32px;
  padding: 5px 0 0 0;
  margin: 0 auto;
}
._77048fdf {
  position: fixed;
  background: #343a40;
  width: 250px;
  left: 64px;
  top: 0;
  bottom: 0;
}
.daa695ed {
  padding: 20px;
  margin-left: 314px;
  overflow: auto;
}
._24ae64ee {
  position: absolute;
  right: 18px;
}
.a153d067 {
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 5px;
}
.a153d067 > div + div {
  margin-top: 10px;
}
.a153d067 > div {
  height: 19px;
  text-align: center;
}
.a153d067 > div a {
  display: inline-block;
  font-size: 12px;
}
.a153d067 > div svg {
  border-radius: 3px;
}
.a153d067 svg {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.a153d067 svg rect {
  transition: fill 0.3s;
}
.a153d067 svg:hover g rect:first-child {
  fill: #fff;
}
.a153d067 svg:hover g rect:last-child {
  fill: #969696;
}
.d2e8948d .a153d067 {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  padding-right: 5px;
}
.d2e8948d .a153d067 > div + div {
  margin-top: 0;
  margin-left: 10px;
}
.d2e8948d .a153d067 > svg {
  margin-bottom: 0;
  margin-right: 8px;
  margin-left: 5px;
}
.d2e8948d ._564884e5 {
  text-align: right;
  width: auto;
  width: initial;
  bottom: auto;
  bottom: initial;
  flex-direction: row;
  right: 0;
  display: flex;
  z-index: 98;
}
.d2e8948d ._564884e5 ._52fe55c7 {
  display: inline-block;
  margin: 0 6px;
  padding: 1px 0 0 0;
  white-space: nowrap;
}
.d2e8948d ._564884e5 ._52fe55c7 * {
  vertical-align: middle;
}
.d2e8948d ._564884e5 ._52fe55c7 span.b7c48c7f {
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
}
.d2e8948d ._77048fdf {
  background-color: #fff;
  border-right: 1px solid #d5d5d5;
}

body {
  background-color: #fff;
  font-family: Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
a {
  color: #314659;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #1890ff;
}
:global #root {
  height: 100%;
}

