.not-found-wrapper {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #333;
}
.not-found-wrapper .not-found {
  text-align: center;
}
.not-found-wrapper .not-found img {
  width: 200px;
  height: 200px;
}
.not-found-wrapper .not-found .not-found-content {
  font-size: 14px;
  color: #ddd;
}

html,
body,
#root {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
}
body {
  --root-bg-color: #282D44;
  --common-bg-color: #383D57;
  --text-color: #fff;
  --active-color: #408CFF;
  --popover-bg-color: #0E1326;
  --modal-bg-color: #383D57;
}
body[theme=dark] {
  --root-bg-color: #282D44;
  --common-bg-color: #383D57;
  --text-color: #fff;
  --active-color: #408CFF;
}
body {
  font-size: 12px;
  font-family: "PingFangSC-Regular, PingFang SC";
  overflow: hidden;
}
body,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
body #root .scroll-bar::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
body #root .scroll-bar::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.5);
}
body #root .scroll-bar::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  caret-color: var(--active-color);
  resize: none;
}
.anticon {
  display: block;
  font-size: 16px;
  cursor: pointer;
  color: #c4cad3;
}
.anticon:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.anticon:active {
  color: #005BF6;
}
.ant-modal-mask {
  z-index: 2010 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.ant-modal-wrap {
  z-index: 2010 !important;
}
.ant-modal-centered {
  padding-bottom: 0px;
  z-index: 2020;
}
.ant-modal-centered .ant-modal-content {
  box-shadow: none;
}
.ant-modal-centered .ant-modal-content .ant-modal-header {
  border-bottom: 0px;
}
.ant-modal-centered .ant-modal-content .ant-modal-close-icon:hover {
  background: none;
}
.ant-message {
  z-index: 9999;
}
.ant-message > div:first-child {
  margin-top: 60px;
}
.ant-message .anticon {
  display: inline-block;
}
.ant-message-notice-content {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 21px;
}
.ant-switch {
  background-color: rgba(255, 255, 255, 0.65);
}
.ant-switch-checked {
  background-color: var(--active-color) !important;
}
.ant-switch-checked .ant-switch-handle {
  left: calc(58%) !important;
}
.loading-container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.loading-container .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 999;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #333;
}
.loading-container .ant-spin::after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  border: 3px solid #666;
  position: absolute;
  transition: none;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -19px;
  z-index: -1;
}
.loading-container .ant-spin .ant-spin-dot {
  font-size: 44px!important;
}
.loading-container .ant-spin .ant-spin-text {
  padding: 8px 0;
  color: #999;
}
.chrome-tip-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.chrome-tip-container .chrome-tip-warn {
  display: block;
  width: 160px;
  height: 160px;
  margin: 200px auto 16px;
}
.chrome-tip-container .chrome-tip-text {
  font-size: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  line-height: 56px;
}
.chrome-tip-container .chrome-hack-text {
  position: relative;
  margin-top: 16px;
  font-size: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  line-height: 45px;
}
.chrome-tip-container .chrome-hack-text::after {
  content: '';
  position: absolute;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
.chrome-tip-container .chrome-download-text {
  margin-top: 81px;
  font-size: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  line-height: 33px;
}
.chrome-tip-container .chrome-icon {
  display: block;
  width: 52px;
  height: 52px;
  margin: 24px auto;
}
.chrome-tip-container .chrome-download-btn {
  display: block;
  width: 160px;
  height: 48px;
  margin: 0 auto;
  background: #3585F9;
  border-radius: 8px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
}
.chrome-tip-container .chrome-enable-text {
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.chrome-tip-container .chrome-continue-text {
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 24px;
  color: #3585F9;
  cursor: pointer;
}
.tiw-scroll-horizontal__wrap {
  z-index: 0 !important;
}
.tiw-scroll-vertical__wrap {
  z-index: 0 !important;
}

.ant-btn-primary {
  background: #408CFF !important;
  border-color: #408CFF !important;
}
.ant-btn-dangerous.ant-btn-primary {
  border-color: #ff4d4f!important;
  background: #ff4d4f!important;
}
.ant-checkbox-inner {
  background-color: #2F3139 !important;
  border-color: #585A60 !important;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #408CFF !important;
  border-color: #408CFF !important;
}
.ant-select-selector {
  border-radius: 6px !important;
}
.ant-slider-handle {
  border-width: 1px !important;
}

