.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.65);
}

.ant-breadcrumb span:last-child {
  color: rgba(0, 0, 0, 0.45);
}
.pc-tabs {
  --title-color: #3B3E4E;
  --title-font-size: 0.426667rem;
  --title-line-height: 1;
  --extra-color: #848690;
  --extra-font-size: 0.32rem;
  --tabs-gutter: 1.066667rem;
  --tab-padding: 0.32rem 0;
  --content-padding: none;
  --active-line-color: #12B6F7;
  --active-title-color: #12B6F7;
  position: relative;
}

.pc-tabs-header {
  position: relative;
}

.pc-tabs-tab-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pc-tabs-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  width: -webkit-min-content;
  width: min-content;
  margin-right: var(--tabs-gutter);
  padding: var(--tab-padding);
  color: var(--title-color);
  white-space: nowrap;
  cursor: pointer;
}

.pc-tabs-tab:last-child {
  margin-right: 0;
}

.pc-tabs-tab-title {
  font-size: var(--title-font-size);
  line-height: var(--title-line-height);
}

.pc-tabs-tab-extra {
  padding-left: 0.106667rem;
  font-size: var(--extra-font-size);
  color: var(--extra-color);
}

.pc-tabs-tab-active {
  color: var(--active-title-color);
  font-weight: 700;
}

.pc-tabs-tab-active .pc-tabs-tab-extra {
  color: var(--active-title-color);
  font-weight: 400;
}

.pc-tabs-tab-line {
  position: absolute;
  bottom: 0;
  height: 0.08rem;
  background: var(--active-line-color);
}

.pc-tabs-content {
  padding: var(--content-padding);
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-no-unknown */

html,
body {
  width: 100%;
  height: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.373333rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #40a9ff;
}

a:active {
  color: #096dd9;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}

a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -0.053333rem;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

mark {
  padding: 0.2em;
  background-color: #feffe6;
}

::selection {
  color: #fff;
  background: #1890ff;
}

.clearfix {
  zoom: 1;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}

.clearfix::after {
  clear: both;
}

.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anticon > * {
  line-height: 1;
}

.anticon svg {
  display: inline-block;
}

.anticon::before {
  display: none;
}

.anticon .anticon-icon {
  display: block;
}

.anticon[tabindex] {
  cursor: pointer;
}

.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.fade-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
  animation-name: antFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
  animation-name: antFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fade-leave {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-up-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
  animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
  animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-down-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
  animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
  animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-left-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
  animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
  animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-right-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
  animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
  animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}

html {
  --antd-wave-shadow-color: #1890ff;
}

[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}

@-webkit-keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 0.16rem var(--antd-wave-shadow-color);
  }
}

@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 0.16rem var(--antd-wave-shadow-color);
  }
}

@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-up-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-down-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-left-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
  animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
  animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-right-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
  animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
  animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0;
  }
}

@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0;
  }
}

.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
  animation-name: antSwingIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes antSwingIn {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-0.266667rem);
    transform: translateX(-0.266667rem);
  }

  40% {
    -webkit-transform: translateX(0.266667rem);
    transform: translateX(0.266667rem);
  }

  60% {
    -webkit-transform: translateX(-0.133333rem);
    transform: translateX(-0.133333rem);
  }

  80% {
    -webkit-transform: translateX(0.133333rem);
    transform: translateX(0.133333rem);
  }
}

@keyframes antSwingIn {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-0.266667rem);
    transform: translateX(-0.266667rem);
  }

  40% {
    -webkit-transform: translateX(0.266667rem);
    transform: translateX(0.266667rem);
  }

  60% {
    -webkit-transform: translateX(-0.133333rem);
    transform: translateX(-0.133333rem);
  }

  80% {
    -webkit-transform: translateX(0.133333rem);
    transform: translateX(0.133333rem);
  }
}

.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
  animation-name: antZoomIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
  animation-name: antZoomOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
  animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
  animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
  animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
  animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
  animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
  animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
  animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
  animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
  animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
  animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
  animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
  animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@-webkit-keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
}

@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
}

@-webkit-keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}

@keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}

@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
  }
}

@keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

@keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 0;
  }
}

@keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
  }
}

@keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

@keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

.ant-motion-collapse-legacy {
  overflow: hidden;
}

.ant-motion-collapse-legacy-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.373333rem;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  user-select: text;
}

.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}

.ant-popover-hidden {
  display: none;
}

.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 0.266667rem;
}

.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 0.266667rem;
}

.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 0.266667rem;
}

.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 0.266667rem;
}

.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.106667rem;
  box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.213333rem rgba(0, 0, 0, 0.15) \9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }

  .ant-popover-inner {
    box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.15);
  }
}

.ant-popover-title {
  min-width: 4.72rem;
  min-height: 0.853333rem;
  margin: 0;
  padding: 0.133333rem 0.426667rem 0.106667rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 0.026667rem solid #e8e8e8;
}

.ant-popover-inner-content {
  padding: 0.32rem 0.426667rem;
  color: rgba(0, 0, 0, 0.65);
}

.ant-popover-message {
  position: relative;
  padding: 0.106667rem 0 0.32rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.373333rem;
}

.ant-popover-message > .anticon {
  position: absolute;
  top: 0.213333rem;
  color: #faad14;
  font-size: 0.373333rem;
}

.ant-popover-message-title {
  padding-left: 0.586667rem;
}

.ant-popover-buttons {
  margin-bottom: 0.106667rem;
  text-align: right;
}

.ant-popover-buttons button {
  margin-left: 0.213333rem;
}

.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 0.226274rem;
  height: 0.226274rem;
  background: transparent;
  border-style: solid;
  border-width: 0.113137rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 0.165333rem;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 0.08rem 0.08rem 0.186667rem rgba(0, 0, 0, 0.07);
}

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 0.426667rem;
}

.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 0.426667rem;
}

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 0.16rem;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -0.08rem 0.08rem 0.186667rem rgba(0, 0, 0, 0.07);
}

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 0.32rem;
}

.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 0.32rem;
}

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 0.16rem;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -0.053333rem -0.053333rem 0.133333rem rgba(0, 0, 0, 0.06);
}

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 0.426667rem;
}

.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 0.426667rem;
}

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 0.16rem;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 0.08rem -0.08rem 0.186667rem rgba(0, 0, 0, 0.07);
}

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 0.32rem;
}

.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 0.32rem;
}
.header-convert-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 1.066667rem;
  font-size: 0.426667rem;
  line-height: 0.426667rem;
  color: #3B3E4E;
  cursor: pointer;
}

.header-convert-center .icon {
  width: 0.426667rem;
  height: 0.426667rem;
  margin-right: 0.213333rem;
}

.header-convert-center .dot {
  position: absolute;
  top: -0.08rem;
  right: -0.186667rem;
  display: inline-block;
  width: 0.266667rem;
  height: 0.266667rem;
  background: #F85C42;
  border-radius: 50%;
}

.convert-popover .ant-popover-inner-content {
  padding: 0.106667rem 0.106667rem 0.213333rem 0.106667rem;
}

.convert-popover .mobile-convert-popover {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.convert-popover .mobile-convert-popover p {
  text-align: center;
}

.convert-popover .mobile-convert-popover img {
  max-width: 4.24rem;
  width: 4.24rem;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.373333rem;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 0.853333rem;
  height: 0.853333rem;
  line-height: 0.853333rem;
  border-radius: 50%;
}

.ant-avatar-image {
  background: transparent;
}

.ant-avatar-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
}

.ant-avatar.ant-avatar-icon {
  font-size: 0.48rem;
}

.ant-avatar-lg {
  width: 1.066667rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  border-radius: 50%;
}

.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
}

.ant-avatar-lg.ant-avatar-icon {
  font-size: 0.64rem;
}

.ant-avatar-sm {
  width: 0.64rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border-radius: 50%;
}

.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
}

.ant-avatar-sm.ant-avatar-icon {
  font-size: 0.373333rem;
}

.ant-avatar-square {
  border-radius: 0.106667rem;
}

.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
}
.svgicon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.svgicon > * {
  line-height: 1;
}

.svgicon svg {
  display: inline-block;
}

.svgicon::before {
  display: none;
}

.svgicon .svgicon-icon {
  display: block;
}

.svgicon[tabindex] {
  cursor: pointer;
}

.svgicon-spin::before,
.svgicon-spin {
  display: inline-block;
  -webkit-animation: loadingcircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pc-badge {
  display: inline-block;
  min-width: 0.533333rem;
  height: 0.533333rem;
  line-height: 0.533333rem;
  padding: 0 0.16rem;
  font-size: 0.32rem;
  color: #fff;
  white-space: nowrap;
  background: #F85C42;
  border: 0.026667rem solid #FFFFFF;
  border-radius: 0.266667rem;
  text-align: center;
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
}

.pc-badge-overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 0.16rem 0;
}
.dropdown-menu {
  padding-top: 0.213333rem;
  padding-bottom: 0.106667rem;
  background: #fff;
  border-radius: 0.106667rem;
}

.dropdown-menu .menu {
  width: 3.84rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-menu .menu-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.066667rem;
  padding-left: 0.8rem;
  line-height: 1.066667rem;
  color: #3A3D4D;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-menu .menu-item:hover {
  color: #12B6F7;
  background-color: #E6F7FE;
}

.dropdown-menu .menu-item:hover .menu-item-icon {
  color: #12B6F7;
}

.dropdown-menu .menu-item-icon {
  margin-right: 0.213333rem;
  color: #848690;
  font-size: 0.426667rem;
}

.dropdown-menu .menu-item-extra {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0.106667rem;
}

.dropdown-menu .menu .menu-divide {
  width: 3.2rem;
  height: 0.026667rem;
  margin: 0.106667rem auto 0 auto;
  background: #ECECEE;
}
.header-userInfo {
  min-width: 3.2rem;
  margin-left: 1.066667rem;
}

.header-userInfo .user-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}

.header-userInfo .user-profile .avatar-wrap {
  display: inline-block;
  position: relative;
}

.header-userInfo .user-profile .avatar-wrap .avatar {
  border: 0.026667rem solid #DFE0E2;
}

.header-userInfo .user-profile .avatar-wrap .badge {
  position: absolute;
  top: -0.133333rem;
  right: -0.293333rem;
}

.header-userInfo .user-profile .name {
  display: inline-block;
  max-width: 1.493333rem;
  margin-left: 0.213333rem;
  color: #3A3D4D;
  font-size: 0.373333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header-userInfo .user-profile .caret-icon {
  margin-left: 0.106667rem;
  color: #84858F;
  font-size: 0.32rem;
}

.header-userInfo .user-profile .caret-icon-up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-userInfo .login-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header-userInfo .login-profile .text {
  color: #3B3E4E;
  font-size: 0.373333rem;
  cursor: pointer;
}

.header-userInfo .login-profile .line {
  display: inline-block;
  width: 0.026667rem;
  height: 0.373333rem;
  margin: 0 0.32rem;
  background: #CECFD3;
}

.header-dropdown-overlay .ant-popover-inner {
  box-shadow: 0 0 0.266667rem rgba(0, 0, 0, 0.1);
}

.header-dropdown-overlay .ant-popover-inner-content {
  padding: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.373333rem;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  top: -266.64rem;
  left: -266.64rem;
  z-index: 1050;
  display: block;
}

.ant-dropdown::before {
  position: absolute;
  top: -0.186667rem;
  right: 0;
  bottom: -0.186667rem;
  left: -0.186667rem;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}

.ant-dropdown-wrap {
  position: relative;
}

.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 0.32rem;
  font-size: 0.266667rem \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
  transform: scale(0.83333333) rotate(0deg);
}

:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 0.32rem;
}

.ant-dropdown-wrap .anticon-down::before {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.ant-dropdown-wrap-open .anticon-down::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}

.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 0.106667rem 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.106667rem;
  outline: none;
  box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}

.ant-dropdown-menu-item-group-title {
  padding: 0.133333rem 0.32rem;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}

.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 0.133333rem 0.32rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 0.373333rem;
  line-height: 0.586667rem;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child {
  min-width: 0.32rem;
  margin-right: 0.213333rem;
}

.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -0.133333rem -0.32rem;
  padding: 0.133333rem 0.32rem;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}

.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}

.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 0.026667rem;
  margin: 0.106667rem 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 0.213333rem;
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 0.32rem;
  font-size: 0.266667rem \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
  transform: scale(0.83333333) rotate(0deg);
}

:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 0.32rem;
}

.ant-dropdown-menu-submenu-title {
  padding-right: 0.693333rem;
}

.ant-dropdown-menu-submenu-vertical {
  position: relative;
}

.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 0.106667rem;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 0.32rem;
  font-size: 0.266667rem \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
  transform: scale(0.83333333) rotate(0deg);
}

:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 0.32rem;
}

.ant-dropdown-button {
  white-space: nowrap;
}

.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 0.213333rem;
  padding-left: 0.213333rem;
}

.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 0.32rem;
  font-size: 0.266667rem \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
  transform: scale(0.83333333) rotate(0deg);
}

:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 0.32rem;
}

.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 0.026667rem solid transparent;
  box-shadow: 0 0.053333rem 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 0.853333rem;
  padding: 0 0.4rem;
  font-size: 0.373333rem;
  border-radius: 0.106667rem;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-btn > .anticon {
  line-height: 1;
}

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}

.ant-btn:not([disabled]):hover {
  text-decoration: none;
}

.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}

.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}

.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}

.ant-btn-lg {
  height: 1.066667rem;
  padding: 0 0.4rem;
  font-size: 0.426667rem;
  border-radius: 0.106667rem;
}

.ant-btn-sm {
  height: 0.64rem;
  padding: 0 0.186667rem;
  font-size: 0.373333rem;
  border-radius: 0.106667rem;
}

.ant-btn > a:only-child {
  color: currentColor;
}

.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}

.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}

.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn:active,
.ant-btn.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}

.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}

.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  text-decoration: none;
  background: #fff;
}

.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}

.ant-btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -0.026667rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.053333rem 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}

.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}

.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}

.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}

.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}

.ant-btn-ghost > a:only-child {
  color: currentColor;
}

.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}

.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}

.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}

.ant-btn-dashed > a:only-child {
  color: currentColor;
}

.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}

.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}

.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -0.026667rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.053333rem 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}

.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}

.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}

.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ant-btn-link > a:only-child {
  color: currentColor;
}

.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}

.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link:active,
.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}

.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor;
}

.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-round {
  height: 0.853333rem;
  padding: 0 0.426667rem;
  font-size: 0.426667rem;
  border-radius: 0.853333rem;
}

.ant-btn-round.ant-btn-lg {
  height: 1.066667rem;
  padding: 0 0.533333rem;
  font-size: 0.48rem;
  border-radius: 1.066667rem;
}

.ant-btn-round.ant-btn-sm {
  height: 0.64rem;
  padding: 0 0.32rem;
  font-size: 0.373333rem;
  border-radius: 0.64rem;
}

.ant-btn-circle,
.ant-btn-circle-outline {
  width: 0.853333rem;
  height: 0.853333rem;
  padding: 0;
  font-size: 0.426667rem;
  border-radius: 50%;
}

.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  width: 1.066667rem;
  height: 1.066667rem;
  padding: 0;
  font-size: 0.48rem;
  border-radius: 50%;
}

.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  width: 0.64rem;
  height: 0.64rem;
  padding: 0;
  font-size: 0.373333rem;
  border-radius: 50%;
}

.ant-btn::before {
  position: absolute;
  top: -0.026667rem;
  right: -0.026667rem;
  bottom: -0.026667rem;
  left: -0.026667rem;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}

.ant-btn .anticon {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}

.ant-btn.ant-btn-loading {
  position: relative;
  pointer-events: none;
}

.ant-btn.ant-btn-loading::before {
  display: block;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 0.773333rem;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -0.373333rem;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 0.64rem;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -0.453333rem;
}

.ant-btn-group {
  position: relative;
  display: inline-block;
}

.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}

.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}

.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}

.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 1.066667rem;
  padding: 0 0.4rem;
  font-size: 0.426667rem;
  border-radius: 0;
  line-height: 1.013333rem;
}

.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 0.64rem;
  padding: 0 0.186667rem;
  font-size: 0.373333rem;
  border-radius: 0;
  line-height: 0.586667rem;
}

.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 0.373333rem;
}

.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -0.026667rem;
}

.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}

.ant-btn-group .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}

.ant-btn-group > .ant-btn:only-child {
  border-radius: 0.106667rem;
}

.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 0.106667rem;
}

.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 0.106667rem;
  border-bottom-left-radius: 0.106667rem;
}

.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 0.106667rem;
  border-bottom-right-radius: 0.106667rem;
}

.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 0.106667rem;
}

.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 0.106667rem;
}

.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 0.106667rem;
  border-bottom-left-radius: 0.106667rem;
}

.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 0.106667rem;
  border-bottom-right-radius: 0.106667rem;
}

.ant-btn-group > .ant-btn-group {
  float: left;
}

.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 0.213333rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 0.213333rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-right: 0.213333rem;
  padding-left: 0.213333rem;
}

.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}

.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 0.213333rem;
}

.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}

.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}

.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: transparent;
}

.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: transparent;
}

.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}

.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}

.ant-btn-block {
  width: 100%;
}

.ant-btn:empty {
  vertical-align: top;
}

a.ant-btn {
  line-height: 0.8rem;
}

a.ant-btn-lg {
  line-height: 1.013333rem;
}

a.ant-btn-sm {
  line-height: 0.586667rem;
}
.search-list-item {
  position: relative;
  padding: 0.186667rem 0.853333rem 0.186667rem 0.533333rem;
  color: #090D21;
  font-size: 0.373333rem;
  line-height: 0.533333rem;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-list-item:hover {
  background: #FAFAFB;
}

.search-list-item em {
  font-weight: 700;
  font-style: normal;
  color: #12B6F7;
}
.search-bar-wrap {
  position: relative;
}

.search-bar-wrap .slide-tips {
  position: absolute;
  top: 50%;
  left: 0.426667rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.search-bar-wrap .slide-tips-item {
  display: block !important;
  max-width: 5.066667rem;
  font-size: 0.373333rem;
  color: #B5B6BC;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 6.933333rem;
  height: 0.853333rem;
  padding-left: 0.426667rem;
  background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF), #FAFAFB;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FAFAFB;
  border: 0.026667rem solid;
  border-color: #DFE0E2;
  border-radius: 0.533333rem;
}

.search-bar-focus {
  border-color: #12B6F7;
}

.search-bar .search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0;
  border: none;
  background: transparent;
  resize: none;
  outline: none;
  font-size: 0.373333rem;
  color: #3A3D4D;
  caret-color: #12B6F7;
}

.search-bar .search-input::-webkit-input-placeholder {
  color: #B5B6BC;
  font-size: 0.373333rem;
}

.search-bar .close-icon {
  margin-left: 0.133333rem;
  color: #cecfd3;
  font-size: 0.426667rem;
  cursor: pointer;
}

.search-bar .search-button {
  margin-left: 0.213333rem;
  padding-left: 0.32rem;
  padding-right: 0.426667rem;
  line-height: 0.853333rem;
  border: none;
  border-radius: 0 0.533333rem 0.533333rem 0;
  background-color: transparent;
  font-size: 0.426667rem;
  color: #b5b6bc;
  cursor: pointer;
}

.search-bar .search-button-primary {
  background: #12B6F7;
  color: #fff;
}

.search-box {
  width: 6.933333rem;
  padding: 0.213333rem 0;
  background: #fff;
  box-shadow: 0 0 0.266667rem rgba(0, 0, 0, 0.1);
  border-radius: 0.106667rem;
}

.search-box .search-box-title {
  position: relative;
  padding: 0.24rem 0.533333rem;
  line-height: 0.533333rem;
  font-size: 0.373333rem;
  color: #848690;
}

.search-box .divide {
  height: 0.026667rem;
  margin: 0.24rem 0.533333rem;
  background: #ECECEE;
}

.search-box .delete-icon {
  position: absolute;
  top: 50%;
  right: 0.426667rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.426667rem;
  color: #b5b6bc;
  cursor: pointer;
}

.search-box .hot-icon {
  font-size: 0.426667rem;
  margin-left: 0.106667rem;
}
.search-bar-wrap {
  position: relative;
}

.search-bar-wrap .slide-tips {
  position: absolute;
  top: 50%;
  left: 0.426667rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.search-bar-wrap .slide-tips-item {
  display: block !important;
  max-width: 5.066667rem;
  font-size: 0.373333rem;
  color: #B5B6BC;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 6.933333rem;
  height: 0.853333rem;
  padding-left: 0.426667rem;
  background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF), #FAFAFB;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FAFAFB;
  border: 0.026667rem solid;
  border-color: #DFE0E2;
  border-radius: 0.533333rem;
}

.search-bar-focus {
  border-color: #12B6F7;
}

.search-bar .search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0;
  border: none;
  background: transparent;
  resize: none;
  outline: none;
  font-size: 0.373333rem;
  color: #3A3D4D;
  caret-color: #12B6F7;
}

.search-bar .search-input::-webkit-input-placeholder {
  color: #B5B6BC;
  font-size: 0.373333rem;
}

.search-bar .close-icon {
  margin-left: 0.133333rem;
  color: #cecfd3;
  font-size: 0.426667rem;
  cursor: pointer;
}

.search-bar .search-button {
  margin-left: 0.213333rem;
  padding-left: 0.32rem;
  padding-right: 0.426667rem;
  line-height: 0.853333rem;
  border: none;
  border-radius: 0 0.533333rem 0.533333rem 0;
  background-color: transparent;
  font-size: 0.426667rem;
  color: #b5b6bc;
  cursor: pointer;
}

.search-bar .search-button-primary {
  background: #12B6F7;
  color: #fff;
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 0.026667rem;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.026667rem solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
html,
body {
  min-width: 32rem;
}

.page-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.16rem 0.213333rem rgba(0, 0, 0, 0.02);
}

.page-header .page-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  height: 1.6rem;
  width: 32rem;
  margin: 0 auto;
}

.page-header .logo {
  width: 2.746667rem;
  height: 0.746667rem;
}

.page-header .logo img {
  width: 100%;
  height: 100%;
}

.page-header .header-nav {
  margin-left: 1.6rem;
}

.page-header .header-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.373333rem;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
}

.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ant-carousel .slick-list:focus {
  outline: none;
}

.ant-carousel .slick-list.dragging {
  cursor: pointer;
}

.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}

.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}

.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}

.ant-carousel .slick-track::after {
  clear: both;
}

.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}

.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 0.026667rem;
}

[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}

.ant-carousel .slick-slide img {
  display: block;
}

.ant-carousel .slick-slide.slick-loading img {
  display: none;
}

.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}

.ant-carousel .slick-initialized .slick-slide {
  display: block;
}

.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.026667rem solid transparent;
}

.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}

.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 0.533333rem;
  height: 0.533333rem;
  margin-top: -0.266667rem;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}

.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}

.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}

.ant-carousel .slick-prev {
  left: -0.666667rem;
}

.ant-carousel .slick-prev::before {
  content: '←';
}

.ant-carousel .slick-next {
  right: -0.666667rem;
}

.ant-carousel .slick-next::before {
  content: '→';
}

.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.08rem;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.ant-carousel .slick-dots-bottom {
  bottom: 0.32rem;
}

.ant-carousel .slick-dots-top {
  top: 0.32rem;
}

.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.053333rem;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

.ant-carousel .slick-dots li button {
  display: block;
  width: 0.426667rem;
  height: 0.08rem;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 0.026667rem;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}

.ant-carousel .slick-dots li.slick-active button {
  width: 0.64rem;
  background: #fff;
  opacity: 1;
}

.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 0.08rem;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ant-carousel-vertical .slick-dots-left {
  left: 0.32rem;
}

.ant-carousel-vertical .slick-dots-right {
  right: 0.32rem;
}

.ant-carousel-vertical .slick-dots li {
  margin: 0 0.053333rem;
  vertical-align: baseline;
}

.ant-carousel-vertical .slick-dots li button {
  width: 0.08rem;
  height: 0.426667rem;
}

.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 0.08rem;
  height: 0.64rem;
}
.banner-container {
  position: relative;
  min-width: 32rem;
  height: 9.6rem;
  background: #eee;
}

.banner-container .banner-item {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 9.6rem;
  overflow: hidden;
}

.banner-container .banner-item img {
  width: 51.2rem;
  height: 100%;
}

.banner-container .banner-arrows-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.banner-container .banner-arrows {
  width: 32rem;
  margin: 0 auto;
  -webkit-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
}

.banner-container .banner-arrows.arrow-hide {
  opacity: 0;
}

.banner-container .banner-arrows .banner-arrow {
  opacity: 0.8;
  cursor: pointer;
  pointer-events: auto;
}

.banner-container .banner-arrows .banner-arrow.banner-arrow-pre {
  float: left;
}

.banner-container .banner-arrows .banner-arrow.banner-arrow-next {
  float: right;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner-container .slick-dots {
  height: 0.32rem;
}

.banner-container .slick-dots li,
.banner-container .slick-dots li.slick-active {
  margin: 0 0.106667rem;
}

.banner-container .slick-dots li button,
.banner-container .slick-dots li.slick-active button {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
}
.brand-statistics-container {
  background: #fff;
}

.brand-statistics-container .brand-statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 32rem;
  height: 2.986667rem;
  margin: 0 auto;
}

.brand-statistics-container .brand-statistics .brand-statistics-item {
  position: relative;
  width: 10.133333rem;
  padding-top: 0.64rem;
  padding-left: 3.2rem;
}

.brand-statistics-container .brand-statistics .brand-statistics-item:not(.brand-statistics-container .brand-statistics .brand-statistics-item:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0.8rem;
  width: 0.026667rem;
  height: 1.706667rem;
  background-color: #eaeaeb;
}

.brand-statistics-container .brand-statistics .brand-statistics-item .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.066667rem;
  line-height: 1.066667rem;
  margin-bottom: 0.213333rem;
  font-size: 0.8rem;
  color: #12B6F7;
}

.brand-statistics-container .brand-statistics .brand-statistics-item .info .count {
  display: inline-block;
  margin-right: 0.16rem;
  font-size: 1.066667rem;
  font-family: CCtype-Medium;
}

.brand-statistics-container .brand-statistics .brand-statistics-item .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0.426667rem;
  font-size: 0.426667rem;
  color: #84858F;
}

.brand-statistics-container .brand-statistics .brand-statistics-item .desc img {
  width: 0.426667rem;
  height: 0.426667rem;
  margin-right: 0.213333rem;
}
.course-system {
  position: relative;
  padding: 1.28rem 0;
}

.course-system .course-system-inner {
  position: relative;
  width: 32rem;
  margin: 0 auto;
}

.course-system .course-system-inner .course-system-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.course-system .course-system-inner .course-system-list .course-system-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 15.6rem;
  height: 4.266667rem;
  background: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkkAAACgCAMAAAAvighlAAAAPFBMVEUAAAD////+/v/////////////////////k8P3////6/P/8/v/2+v/y+P7w9/74+//t9f7q8/3n8v3l8f2TjN3DAAAACXRSTlMAU9mligXcAtwqD8FnAAANh0lEQVR42uzcy3LCMAyFYYdLW1l24sv7v2spYZAhTInN9v9WGabLM+kZSeCuztPx4AXoFOvhOJ3d3fQlQL+lehH5mtzq+yTAAK2LXJ2+3R+ChDElys3JXUwCjEjJnifnznQkDInFnv3PmVcSxvjqm+YdJ3cUoJ/W0IQqytEdBOiX5yZIQeTgGEhiwFwegyTeCfBJSdIa5Q9JwlBJssdZLkgSRuR0fyxrkEgSBsSyyRRJwkclKWVZkSR8sm6LVeVGSRI6pdweldxoIUnos1S1o5Jmyk2S0KONT45NkOhJGN2SpGRBCjRujA4AQmmDRJLQPwCwJwsSSUKXEjf7Es/eDd1S2tQlXcNFktDBqtGc2bvhk5K0mSkl9m74pCQt7N0wLOVNXYpFZUWSsFeo+jxT8rbAJUno3pL46puPbkgSurckJdre7Y4kobckzckeDEnCLrHqc10KWRokCXv4ujzXJV+8XHDphg5a43Nd0hKk4QuXbuj5UlLMskrXRHHphh5ztsRo+xGXbhgbSUoJtnczvnDphp62LSlZoowvXLrhrbZah/JQkrh0w9hs21ffTpK4dMPgr5LmaIkymUs3dC1JbDmSw4sgkST8Z85qJUktUdt4kSTs2raJlsUSdRczl254Lxb/WJIsUZvdG0nCriCl9GIAoM0fkCTsCVKo2u7duHTDfrH6zdeTbO+2qd6aSRLevZG0xBcDgJC5KsFbc1F5UZJSmx19OAbgvxteSFkfj0q2b6G8tKniquSXvbNZTxuIoeh6JF1Jw/s/bKlDEbYGOzS14xSdTUhCfhbnszVz70AxgGciyYUHh5Jcq1VSbEB9HvXTYKmGXq2SYgO5oAV8H7J1MCSFSGVSkWZtGpZK7HHCvtiDatUqKTLcnVOpJO1nu1arpFjFLnjSTnKMd5K8WiVFgrVTC2KuTkNStUqKFezioUi8OlKqknQZLeG8TComWLstF3E0ao+oh3v3axh7pSXFhHS0gUiRu4U9Id9dJOqVlhQfejgNRNroJDnuIlVaUlwh79LGIsXtLK/hVO8iVVpStEaaPWqIVZzMQjjPtznulZYU6XqUzpTQhYYbANT5z4NKSwrpHeulEp6J1iUe2uwJZdIbw+guLcPu42AkPol5iW+/okx6V1i8gzdLJe5tmJLAF0aVSe+JeLochS7yrPR/obCNF+u3Mun9IPGuwm2MdprnbkFHGpJwF6lMei9YtHe1ld6tL85qB/DQDWlPoEx6G5ig7iq0utWN9kwk67ycl+hBuzLpDWAS9d4dxm2VeYYrnVrA8T2+OcWPCUuZ9H/CV8hEoO7dFZIkylhXTiKNUhKX+8egTPq5MBGZiQDQD1z9Sr/iV1QBMeIXSyVjkdTTvARtD5RJPwymyR3VD1cUcsWMjH7DxMxfKJXk3C1nb9TbhHl7pEz6KZAJoO4KiBllYb5eKsm5W9hDy04SL/qVZdLpYRKouj69U+0Q4upcE+6S5qVln4mrfXtiyDApRDsolEolKXcLXNOQpFjaKGXSKSGDqkKSQ7t71Nh1eYVKLwcIX/5MtW9PCAkUQtR2RwblJIsv5aZbl9iSfIC61Zx0Mm4WtQNgdLdBWdKW1QBKfVu3JFKZdCL4KItyqSTnbnnajpREkUUqk84ChUX7YzoulVBuUDrSoSTxhX3Vvj0LLFAQt0Mg0a7Gm42SXJm8GUNO86dU+/YcsECPuhixqHfYVu42brrBc9wWt7oy6Xthw1HztclqqYTV87fQc6sEOhep2rcnwADbXyMmgW6VSqRj9EVOrRLyuWvVvv12SPa7qfEVIsO9VEK8rrQ7r4vUHKNOUgzfZdL3wALQV20hM5m1StTVJ14rlZC7tIx0ahspCYWAZdJ3QIBx+ytujSS9dUogInaFJvg3LxuZ85IsktyUEZ2v/+sdcL4TA+h1g0gE6qoQM/p3ka6FRysiUadRSqISj8ukg2GB8KvVNsSd6t9i7tK2RWKXUUoCzP7RMulASGAvXYeg+5VKGPm80vhYiWtSJ5UmqfpJx0H4tEdsk0S2g0OxRwluwUrTDZ7USaVJciuTDoIA+nQ1CWLU9kN04/jk7MnjQ0lOc5FqTjoGgvA5SiUk6qHRUCQMWyUqT6dtcqqJ+wDCo22LbFeLeEpMqK0hXVKrJKckoguRyqQxh3tk2DmAY1rJ3dLxpMCx2ITMn7FXP+kIWLY8YoPCuO0Ek0DdR39iu+mmGrY8G5Kme2WZtDMsoOPbAB+xmwhU3f3za0BytBnwNBalzESrn3QABtpLo0kWExEIAL3jE+oKyItbUXBKIo2GJNMWoPpJKxzjkQHCf5GaCKD6EbthFrtRyt1ewRzp6Alv7iSh3kvpV3tns9w2DMRgp2naEYDdVd//Zdv0J5K9NEXZopoDcZIz00NnviHBBUR1F0z1k5q4N3dzN5PQY2BJm6PYKsl9W48VfqOf1FuUWC2VxCfI3RZptrv1JF6Hc7KrM9zI3SrqvLHBTGyNTMwE9kIoN91yhps7SVe1knEvQFfRosKY0ASRdY5MctOtDJLd7yR5jNytqyRWygBsS0w4nSNaqVmiD2Aid5LyPgfH8EmHC4YKR/89d7sWfFZxHsCp6LblJbdNH/cCHC5KdwmrI4KUmHSX5lkbrZI50gAguW36uBfgcMHwUOcWSultb1H3OgHueZqdBwCOD5BG7na0KHF/iMuwhFl3xd2mG2fLIOXS5DIt83EvwNGC4S5H//8t3JWiUlGKWXmAnVMS+cjdsvoe2WhiBaPmEsA5TTf7gUxLHgBg5sjdOonCzln3+RgxbJ5r50e6M8duy+KTTZKNewEOVohljlDL3c4TIZvnrePjrJTfFlMS08jd+oiKPZkJ40yLnZpuTa2SmHlDWcEw8WMJGyR1tNqwqAy6e4okgPhXPzGBe2tuMTObpMTP0gkfJHXb2WDRmLs93nQDQpL90arq5u8yUwTYHpogg7TIVZgqrf6Lg6QOO1vFaPNZd8SI0F9q7Dcr1xdMTHx02q2pBpJZwTBp3AtwpCA2b3cPuyMCIftYaI6OdzE7r7hafuZJEnx5WMkGSc8p1Oq/ocTRnqZbdGu6wW/qkraAVKiSzMhue6KPr008JQrNtknYDdEZTbfcKnFfnvMlpaaC26aPt7kPBwmG5rykXpc8o+kG8xuO6JYSXSvsc6b1vxlvcz8liE1OGwru/eDEKdPvcFeK3SK5cV8zw5XtHq2SYxRRWZASXO33lMRpH5xw3O9Klt/c9liIulqRBklH7myU+DhH1EJRf8lnYzl2y247DwMcNyANkh4VhIY/MYRGc31mnAsr1gHgmpIcFZO0gDRIelCIliNbGD7VhwL+9QHK43dzFEBSwSSFp/1ukHTUFIlCgaNPhhFlPt+r47mV6LICVXSmocAg6SEpto9xsPhMGBFhXukDmKP411KtxCKDNEg6xGtTsd9oE+p11s8Mze61QkBkh5RvbvMVUelxkLRfFDetNoRNx95xNeK7Plolm9/ZgTvLfLFgveGlOG6QtFsQt6w2FZu7muJpXABExNIqMV/LzNSU9SJvbEshoJqSYEXaIOnpQxuFCmsHN91IIGRmXvhqCR5plTBxVG7fyrIzWoM0SNqpqGDTtrHBhAcI+ltLMjv0syUwj6kFpPCrh9xzGyQ95bVzYsKoLkjcvxwBYeamDvcnhWeOyhUlOtMAQJrGd0seFDcNEYT6toadhYB+N3Ax3DBllW8oiWySbFqLo+nWLmSQsOPoDwntbrpzqyTMxVoqx+J8UnazSi0/x/1JzUIwkdW+IIUJ7UtR3/uTYHk5qpUmVejbXvt0jvuT2oXYGHTXHBIaGwEIdf7KMiNhVI5IFsWmSaKNpluzgK2dDU9yxJCpM0Vy31wa6br5zXRYC7sGaXy35OHTP8TK790NJaIzRYS0BCY14bY06bFhkmij6dYsoeqZqHiCI0IddzQSMvdW5yVHqpUkk3S9Pdr4bsnDp/+IRqtNCafWAfLb3L5njkAzJs+UPLYpgzRIahCDaYVqs9qxwQhhFngclvglvctM61e67Zek/cNwuO6ab4s0SVp770HS/kMbhbadDYaDWyUk8BHZSlIE1qkb+WS3G2l2MW2YpBj3Jz0OEpusNhSHxbgk8AcgRQDPEjO1libDWTdJy/o0SNr7KhJU4aw1f2P7nBIImWkpiPSSOe6DRGdxAMCVrbpgGrovRBWseyYHwtPLESF1i90yNFEruhlumpN5ffLLl2moeYwUqGx0bU23kNB0rYSiH0R5Y2MVJC3ssAgS7cvldRq6I6oKEnSPFVa2tWgbUnI6TTSPavVWdt2czJEJDa+Xl2moLIo1sBB7NzbKsBm7bZ3nenOUQcLq0Ypum4bp5fL2bRpqAQnBNFTKiuBjrRJC+xoAXUuTWuhhelzc9gLSt7fLWJTaSiSIhNmeBQkKVhejkymql2/Xo25HuW9rWOduL5df+joNJUG1QxvEXQ4JEs+P3eqiUr2k8n2SVCVRrEH6ennX94HSztM/om7Q2zkipPMxqpcmaSqCBCu+z/4bpO+XP3oZXqneRgokrJIgtnCU85LzVW27wZFeTkomCbZam769XD709vL6ZYwo28ZIFHYsSKzteOB0uhhyoTF8C7v2RfmHfXl9efvN0E8elxZPrasFYAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -0.026667rem 0.373333rem 0.8rem 0 #f0f2f4;
  border-radius: 0.266667rem;
  cursor: pointer;
}

.course-system .course-system-inner .course-system-list .course-system-item:first-child {
  margin-bottom: 0.8rem;
}

.course-system .course-system-inner .course-system-list .course-system-item:hover {
  width: 15.653333rem;
  border: 0.026667rem solid #12b6f7;
}

.course-system .course-system-inner .course-system-list .course-system-item .icon {
  width: 3.68rem;
  height: 3.946667rem;
  margin: 0.32rem 0.24rem 0 0.533333rem;
}

.course-system .course-system-inner .course-system-list .course-system-item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-top: 0.906667rem;
  padding-right: 0.906667rem;
}

.course-system .course-system-inner .course-system-list .course-system-item .info .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0.586667rem;
  margin-bottom: 0.533333rem;
  font-size: 0.586667rem;
  color: #090d21;
}

.course-system .course-system-inner .course-system-list .course-system-item .info .name img {
  margin-left: 0.293333rem;
}

.course-system .course-system-inner .course-system-list .course-system-item .info .desc {
  font-size: 0.426667rem;
  color: #84858f;
}

.course-system .course-system-inner .course-system-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.413333rem;
  height: 3.413333rem;
  background: #fff;
  border: 0.026667rem solid #f5f6f6;
  box-shadow: -0.026667rem 0.373333rem 0.8rem 0 #ebedef;
  border-radius: 50%;
  font-size: 0.533333rem;
  font-weight: bold;
  color: #12b6f7;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.course-system .course-system-inner .course-system-title img {
  width: 0.8rem;
  height: 0.96rem;
  margin-bottom: 0.16rem;
}

.course-system .course-system-inner .course-system-mark {
  position: absolute;
  top: -3.466667rem;
  left: -3.466667rem;
  width: 4.8rem;
  height: 4.8rem;
  background: url(https://s0.seewo.com/cloud-static/seewoedu/web/prod/img/section-mark.ea271154.png) no-repeat;
}

@media (max-width: 1375px) {
  .course-system .course-system-inner .course-system-mark {
    display: none;
  }
}

.mobile-mask-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 13, 33, 0.5);
  z-index: 1000000000;
  overflow: scroll;
}

.mobile-mask-wrap .mobile-mask {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}

.mobile-mask-wrap .mobile-mask .qrcode-wrap {
  position: relative;
  width: 8rem;
  height: 9.92rem;
  margin: 0 auto;
  background: url(https://s0.seewo.com/cloud-static/seewoedu/web/prod/img/pop-bg.30abe2eb.png) no-repeat;
  text-align: center;
}

.mobile-mask-wrap .mobile-mask .qrcode-wrap .close-botton {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.666667rem;
  height: 0.666667rem;
  cursor: pointer;
}

.mobile-mask-wrap .mobile-mask .qrcode-wrap img {
  width: 3.866667rem;
  margin-top: 2.666667rem;
  border: 0.053333rem solid rgba(24, 164, 255, 0.2);
  margin-bottom: 0.266667rem;
  border-radius: 0.16rem;
}

.mobile-mask-wrap .mobile-mask .qrcode-wrap .mobile-mask-tip {
  font-size: 0.373333rem;
  color: #3b3e4e;
  letter-spacing: 0.017067rem;
  text-align: center;
  line-height: 0.64rem;
  font-weight: 400;
}

.preventScroll {
  height: 100%;
  overflow: hidden;
}
.section-container {
  position: relative;
  padding-bottom: 1.28rem;
}

.section-container.section-container-light {
  background: #fff;
}

.section-container .section-inner {
  position: relative;
  width: 32rem;
  margin: 0 auto;
}

.section-container .section-inner .section-header {
  margin-bottom: 0.853333rem;
  padding-top: 1.28rem;
}

.section-container .section-inner .section-header .title {
  position: relative;
  line-height: 0.96rem;
  padding-bottom: 0.586667rem;
  text-align: center;
  font-size: 0.96rem;
  font-weight: bold;
  color: #090D21;
}

.section-container .section-inner .section-header .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.066667rem;
  height: 0.16rem;
  background: #12B6F7;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-container .section-inner .section-header .title span {
  position: relative;
}

.section-container .section-inner .section-header .title.mark span::before {
  content: '';
  display: block;
  position: absolute;
  left: -0.826667rem;
  top: -0.746667rem;
  width: 2.293333rem;
  height: 2.293333rem;
  border-radius: 50%;
  opacity: 0.1;
  background-image: -webkit-linear-gradient(39deg, rgba(78, 240, 255, 0) 0%, #32B9FE 84%);
  background-image: linear-gradient(51deg, rgba(78, 240, 255, 0) 0%, #32B9FE 84%);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.section-container .section-inner .section-header .title.mark-right span::after {
  content: '';
  display: block;
  position: absolute;
  right: -0.826667rem;
  top: -0.746667rem;
  width: 2.293333rem;
  height: 2.293333rem;
  border-radius: 50%;
  opacity: 0.1;
  background-image: -webkit-linear-gradient(39deg, rgba(78, 240, 255, 0) 0%, #32B9FE 84%);
  background-image: linear-gradient(51deg, rgba(78, 240, 255, 0) 0%, #32B9FE 84%);
}

.section-container .section-inner .section-header .remark {
  margin-top: 0.426667rem;
  line-height: 0.426667rem;
  text-align: center;
  font-size: 0.426667rem;
  color: #84858F;
}
.user-story .story-list-wrap {
  position: relative;
}

.user-story .story-list-wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: -1.306667rem;
  left: -0.533333rem;
  width: 1.733333rem;
  height: 1.2rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDY0IDQ1Ij4KICA8cGF0aCBmaWxsPSIjQzNFQ0ZEIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNjcuMjMyODQ1LDg5IEMzNjguMjU5MDI1LDg5IDM2OS4wOTA5MDksODkuODMxODgzOCAzNjkuMDkwOTA5LDkwLjg1ODA2NDUgTDM2OS4wOTA5MDksMTIyLjcxNDM4NyBDMzY5LjA5MDkwOSwxMjMuMzI2ODY4IDM2OC43ODkwNzMsMTIzLjkwMDAwNSAzNjguMjg0MDMzLDEyNC4yNDY1MTIgTDM1NC41NDU2MTcsMTMzLjY3MjQyIEMzNTMuNjk5NDQ4LDEzNC4yNTI5NzUgMzUyLjU0Mjg1OSwxMzQuMDM3NjUzIDM1MS45NjIzMDMsMTMzLjE5MTQ4NCBDMzUxLjc0OTk5NiwxMzIuODgyMDQyIDM1MS42MzYzNjQsMTMyLjUxNTU2NiAzNTEuNjM2MzY0LDEzMi4xNDAyOTUgTDM1MS42MzYzNjQsMTIwLjMxMTI4IEMzNTEuNjM2MzY0LDExOS42OTg4IDM1MS45MzgyLDExOS4xMjU2NjIgMzUyLjQ0MzI0LDExOC43NzkxNTUgTDM1Ni4xNjQsMTE2LjIyNiBMMzQxLjg1ODA2NSwxMTYuMjI2MTcxIEMzNDAuODMxODg0LDExNi4yMjYxNzEgMzQwLDExNS4zOTQyODggMzQwLDExNC4zNjgxMDcgTDM0MCw5MC44NTgwNjQ1IEMzNDAsODkuODMxODgzOCAzNDAuODMxODg0LDg5IDM0MS44NTgwNjUsODkgTDM2Ny4yMzI4NDUsODkgWiBNNDAyLjE0MTkzNSw4OSBDNDAzLjE2ODExNiw4OSA0MDQsODkuODMxODgzOCA0MDQsOTAuODU4MDY0NSBMNDA0LDExNi4yMjYxNzEgTDQwMy45OTksMTE2LjIyNiBMNDA0LDEyMi43MTQzODcgQzQwNCwxMjMuMzI2ODY4IDQwMy42OTgxNjQsMTIzLjkwMDAwNSA0MDMuMTkzMTI0LDEyNC4yNDY1MTIgTDM4OS40NTQ3MDgsMTMzLjY3MjQyIEMzODguNjA4NTM5LDEzNC4yNTI5NzUgMzg3LjQ1MTk1LDEzNC4wMzc2NTMgMzg2Ljg3MTM5NCwxMzMuMTkxNDg0IEMzODYuNjU5MDg3LDEzMi44ODIwNDIgMzg2LjU0NTQ1NSwxMzIuNTE1NTY2IDM4Ni41NDU0NTUsMTMyLjE0MDI5NSBMMzg2LjU0NTQ1NSwxMjAuMzExMjggQzM4Ni41NDU0NTUsMTE5LjY5ODggMzg2Ljg0NzI5MSwxMTkuMTI1NjYyIDM4Ny4zNTIzMywxMTguNzc5MTU1IEwzOTEuMDczLDExNi4yMjYgTDM3Ni43NjcxNTUsMTE2LjIyNjE3MSBDMzc1Ljc0MDk3NSwxMTYuMjI2MTcxIDM3NC45MDkwOTEsMTE1LjM5NDI4OCAzNzQuOTA5MDkxLDExNC4zNjgxMDcgTDM3NC45MDkwOTEsOTAuODU4MDY0NSBDMzc0LjkwOTA5MSw4OS44MzE4ODM4IDM3NS43NDA5NzUsODkgMzc2Ljc2NzE1NSw4OSBMNDAyLjE0MTkzNSw4OSBaIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSA0MDQgLTg5KSIvPgo8L3N2Zz4K) no-repeat;
}

.user-story .story-list-wrap::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.613333rem;
  right: -0.8rem;
  width: 1.733333rem;
  height: 1.2rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDY0IDQ1Ij4KICA8cGF0aCBmaWxsPSIjQzNFQ0ZEIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNjcuMjMyODQ1LDg5IEMzNjguMjU5MDI1LDg5IDM2OS4wOTA5MDksODkuODMxODgzOCAzNjkuMDkwOTA5LDkwLjg1ODA2NDUgTDM2OS4wOTA5MDksMTIyLjcxNDM4NyBDMzY5LjA5MDkwOSwxMjMuMzI2ODY4IDM2OC43ODkwNzMsMTIzLjkwMDAwNSAzNjguMjg0MDMzLDEyNC4yNDY1MTIgTDM1NC41NDU2MTcsMTMzLjY3MjQyIEMzNTMuNjk5NDQ4LDEzNC4yNTI5NzUgMzUyLjU0Mjg1OSwxMzQuMDM3NjUzIDM1MS45NjIzMDMsMTMzLjE5MTQ4NCBDMzUxLjc0OTk5NiwxMzIuODgyMDQyIDM1MS42MzYzNjQsMTMyLjUxNTU2NiAzNTEuNjM2MzY0LDEzMi4xNDAyOTUgTDM1MS42MzYzNjQsMTIwLjMxMTI4IEMzNTEuNjM2MzY0LDExOS42OTg4IDM1MS45MzgyLDExOS4xMjU2NjIgMzUyLjQ0MzI0LDExOC43NzkxNTUgTDM1Ni4xNjQsMTE2LjIyNiBMMzQxLjg1ODA2NSwxMTYuMjI2MTcxIEMzNDAuODMxODg0LDExNi4yMjYxNzEgMzQwLDExNS4zOTQyODggMzQwLDExNC4zNjgxMDcgTDM0MCw5MC44NTgwNjQ1IEMzNDAsODkuODMxODgzOCAzNDAuODMxODg0LDg5IDM0MS44NTgwNjUsODkgTDM2Ny4yMzI4NDUsODkgWiBNNDAyLjE0MTkzNSw4OSBDNDAzLjE2ODExNiw4OSA0MDQsODkuODMxODgzOCA0MDQsOTAuODU4MDY0NSBMNDA0LDExNi4yMjYxNzEgTDQwMy45OTksMTE2LjIyNiBMNDA0LDEyMi43MTQzODcgQzQwNCwxMjMuMzI2ODY4IDQwMy42OTgxNjQsMTIzLjkwMDAwNSA0MDMuMTkzMTI0LDEyNC4yNDY1MTIgTDM4OS40NTQ3MDgsMTMzLjY3MjQyIEMzODguNjA4NTM5LDEzNC4yNTI5NzUgMzg3LjQ1MTk1LDEzNC4wMzc2NTMgMzg2Ljg3MTM5NCwxMzMuMTkxNDg0IEMzODYuNjU5MDg3LDEzMi44ODIwNDIgMzg2LjU0NTQ1NSwxMzIuNTE1NTY2IDM4Ni41NDU0NTUsMTMyLjE0MDI5NSBMMzg2LjU0NTQ1NSwxMjAuMzExMjggQzM4Ni41NDU0NTUsMTE5LjY5ODggMzg2Ljg0NzI5MSwxMTkuMTI1NjYyIDM4Ny4zNTIzMywxMTguNzc5MTU1IEwzOTEuMDczLDExNi4yMjYgTDM3Ni43NjcxNTUsMTE2LjIyNjE3MSBDMzc1Ljc0MDk3NSwxMTYuMjI2MTcxIDM3NC45MDkwOTEsMTE1LjM5NDI4OCAzNzQuOTA5MDkxLDExNC4zNjgxMDcgTDM3NC45MDkwOTEsOTAuODU4MDY0NSBDMzc0LjkwOTA5MSw4OS44MzE4ODM4IDM3NS43NDA5NzUsODkgMzc2Ljc2NzE1NSw4OSBMNDAyLjE0MTkzNSw4OSBaIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSA0MDQgLTg5KSIvPgo8L3N2Zz4K) no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.user-story .story-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.user-story .story-list .story-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 10.133333rem;
  height: 8.266667rem;
  padding: 0.8rem;
  background: #FFFFFF;
  box-shadow: -0.026667rem 0.106667rem 0.8rem 0 #e7e7e7;
  border-radius: 0.266667rem;
}

.user-story .story-list .story-card:first-child {
  margin-bottom: 0.8rem;
}

.user-story .story-list .story-card .content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  line-height: 0.693333rem;
  font-size: 0.426667rem;
  color: #3B3E4E;
}

.user-story .story-list .story-card .content::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.24rem;
  width: 0.48rem;
  height: 1.226667rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICA8cGF0aCBmaWxsPSIjRUFFQUVCIiBkPSJNMzQzLDE2MiBDMzQ0LjgwNjg1NCwxNjEuNzY3MTE1IDM0Ni4wOTE5LDE2MC44NzMwMDEgMzQ3LDE1OSBDMzQ3LjYxODM4LDE1Ny43NjIzMTYgMzQ4LDE1NS45OTQ4ODIgMzQ4LDE1NCBMMzQ4LDE1NCBMMzQ4LDE0OSBMMzQzLDE0OSBMMzQzLDE1NCBMMzQ2LDE1NCBDMzQ1LjYwOTAzNCwxNTUuMTM4MTk2IDM0NS41MzExNTMsMTU1Ljk2MTYxMiAzNDUsMTU3IEMzNDQuOTM5MjUyLDE1OC41MDY3MTggMzQ0LjE2ODIyNCwxNTkuNDIxNjI1IDM0MywxNjAgTDM0MywxNjAgTDM0MywxNjIgWiBNMzM1LDE2MiBDMzM2Ljc5OTY4NywxNjEuNzMzODQ1IDMzOC4wODI5NDIsMTYwLjgzMTQxNCAzMzksMTU5IEMzMzkuNjE2NTg4LDE1Ny43NTM5OTkgMzQwLDE1NS45OTQ4ODIgMzQwLDE1NCBMMzQwLDE1NCBMMzQwLDE0OSBMMzM1LDE0OSBMMzM1LDE1NCBMMzM4LDE1NCBDMzM3LjYzNjkzMywxNTUuMTM4MTk2IDMzNy41NjY1MSwxNTUuOTYxNjEyIDMzNywxNTcgQzMzNi45NTYxODIsMTU4LjUwNjcxOCAzMzYuMTczNzA5LDE1OS40MjE2MjUgMzM1LDE2MCBMMzM1LDE2MCBMMzM1LDE2MiBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1IC0xNDkpIi8+Cjwvc3ZnPgo=) no-repeat;
}

.user-story .story-list .story-card .user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 2.533333rem;
  padding-top: 0.64rem;
  border-top: 0.026667rem solid #eaeaeb;
}

.user-story .story-list .story-card .user-info .avatar {
  width: 1.92rem;
  height: 1.92rem;
  margin-right: 0.426667rem;
  background: #eee;
  border-radius: 50%;
}

.user-story .story-list .story-card .user-info .avatar img {
  width: 100%;
  height: 100%;
}

.user-story .story-list .story-card .user-info .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.user-story .story-list .story-card .user-info .info .name-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.32rem;
  margin-bottom: 0.106667rem;
}

.user-story .story-list .story-card .user-info .info .name-info .name {
  max-width: 2.133333rem;
  font-size: 0.426667rem;
  font-weight: bold;
  color: #090D21;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user-story .story-list .story-card .user-info .info .tag {
  display: inline-block;
  max-width: 53.333333rem;
  height: 0.64rem;
  line-height: 0.64rem;
  margin-left: 0.213333rem;
  padding: 0 0.32rem;
  background-image: -webkit-linear-gradient(310deg, #13C1F2 7%, #5292FF 100%);
  background-image: linear-gradient(140deg, #13C1F2 7%, #5292FF 100%);
  border-radius: 0.32rem;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: center;
}

.user-story .story-list .story-card .user-info .info .job-info {
  font-size: 0.373333rem;
  color: #3B3E4E;
}

.user-story .story-list .story-card .user-info .info .job-info span {
  display: inline-block;
  margin: 0 0.32rem;
  color: #DFE0E2;
}

.user-story .user-story-mark {
  position: absolute;
  top: -0.933333rem;
  right: -2.133333rem;
  width: 4.8rem;
  height: 4.8rem;
  background: url(https://s0.seewo.com/cloud-static/seewoedu/web/prod/img/section-mark1.2ee4d33b.png) no-repeat;
}

@media (max-width: 1375px) {
  .user-story .user-story-mark {
    display: none;
  }
}
.server-statistics {
  height: 2.986667rem;
  margin: 0 auto 0.853333rem auto;
  padding: 0.533333rem 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff 28%, #fff 72%, #fff, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 28%, #fff 72%, #fff, rgba(255, 255, 255, 0) 100%);
}

.server-statistics .title {
  text-align: center;
  font-size: 0.533333rem;
  color: #090D21;
}

.server-statistics .title span {
  position: relative;
  display: inline-block;
}

.server-statistics .title span::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -0.773333rem;
  width: 0.506667rem;
  height: 0.32rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE4IDEyIj4KICA8cGF0aCBmaWxsPSIjMTJCNkY3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjU4MDg4MDA0OSw4LjM0NDMxNzQ5IEMxLjE2NjY2NjQ5LDcuNzU4NTMxMDUgMi4xMTY0MTM5Niw3Ljc1ODUzMTA1IDIuNzAyMjAwMzksOC4zNDQzMTc0OSBMMi43MDIyMDAzOSw4LjM0NDMxNzQ5IEw2LjIwNTMwMDY1LDExLjg0NzQxNzcgQzYuNzg2OTUzNDEsMTIuNDI5MDcwNSA2Ljc4Njk1MzQxLDEzLjM3MjExNiA2LjIwNTMwMDY1LDEzLjk1Mzc2ODcgTDYuMjA1MzAwNjUsMTMuOTUzNzY4NyBMMi40OTU5MDIxNywxNy42NjMxNjcyIEMxLjkxNDI0OTQxLDE4LjI0NDgyIDAuOTcxMjAzOTYsMTguMjQ0ODIgMC4zODk1NTEyMDEsMTcuNjYzMTY3MiBDLTAuMTkyMTAxNTU4LDE3LjA4MTUxNDQgLTAuMTkyMTAxNTU4LDE2LjEzODQ2OSAwLjM4OTU1MTIwMSwxNS41NTY4MTYyIEwwLjM4OTU1MTIwMSwxNS41NTY4MTYyIEwyLjk3MDkwMDk3LDEyLjk3NDQ1MjcgTDAuNTIxMjk0MzQ5LDEwLjUyNTIyMzUgQy0wLjA2NDQ5MjA4ODksOS45Mzk0MzcxIC0wLjA2NDQ5MjA4ODksOC45ODk2ODk2MyAwLjUyMTI5NDM0OSw4LjQwMzkwMzE5IEwwLjUyMTI5NDM0OSw4LjQwMzkwMzE5IFogTTEwLjg2MTc2OTcsOC4zNDQzMTc0OSBDMTEuNDQ3NTU2Miw3Ljc1ODUzMTA1IDEyLjM5NzMwMzYsNy43NTg1MzEwNSAxMi45ODMwOTAxLDguMzQ0MzE3NDkgTDEyLjk4MzA5MDEsOC4zNDQzMTc0OSBMMTYuNDg2MTkwMywxMS44NDc0MTc3IEMxNy4wNjc4NDMxLDEyLjQyOTA3MDUgMTcuMDY3ODQzMSwxMy4zNzIxMTYgMTYuNDg2MTkwMywxMy45NTM3Njg3IEwxNi40ODYxOTAzLDEzLjk1Mzc2ODcgTDEyLjc3Njc5MTksMTcuNjYzMTY3MiBDMTIuMTk1MTM5MSwxOC4yNDQ4MiAxMS4yNTIwOTM2LDE4LjI0NDgyIDEwLjY3MDQ0MDksMTcuNjYzMTY3MiBDMTAuMDg4Nzg4MSwxNy4wODE1MTQ0IDEwLjA4ODc4ODEsMTYuMTM4NDY5IDEwLjY3MDQ0MDksMTUuNTU2ODE2MiBMMTAuNjcwNDQwOSwxNS41NTY4MTYyIEwxMy4yNTE3OTA3LDEyLjk3NDQ1MjcgTDEwLjgwMjE4NCwxMC41MjUyMjM1IEMxMC4yMTYzOTc2LDkuOTM5NDM3MSAxMC4yMTYzOTc2LDguOTg5Njg5NjMgMTAuODAyMTg0LDguNDAzOTAzMTkgTDEwLjgwMjE4NCw4LjQwMzkwMzE5IFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgLTcpIi8+Cjwvc3ZnPgo=) no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.server-statistics .title span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -0.773333rem;
  width: 0.506667rem;
  height: 0.32rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE4IDEyIj4KICA8cGF0aCBmaWxsPSIjMTJCNkY3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjU4MDg4MDA0OSw4LjM0NDMxNzQ5IEMxLjE2NjY2NjQ5LDcuNzU4NTMxMDUgMi4xMTY0MTM5Niw3Ljc1ODUzMTA1IDIuNzAyMjAwMzksOC4zNDQzMTc0OSBMMi43MDIyMDAzOSw4LjM0NDMxNzQ5IEw2LjIwNTMwMDY1LDExLjg0NzQxNzcgQzYuNzg2OTUzNDEsMTIuNDI5MDcwNSA2Ljc4Njk1MzQxLDEzLjM3MjExNiA2LjIwNTMwMDY1LDEzLjk1Mzc2ODcgTDYuMjA1MzAwNjUsMTMuOTUzNzY4NyBMMi40OTU5MDIxNywxNy42NjMxNjcyIEMxLjkxNDI0OTQxLDE4LjI0NDgyIDAuOTcxMjAzOTYsMTguMjQ0ODIgMC4zODk1NTEyMDEsMTcuNjYzMTY3MiBDLTAuMTkyMTAxNTU4LDE3LjA4MTUxNDQgLTAuMTkyMTAxNTU4LDE2LjEzODQ2OSAwLjM4OTU1MTIwMSwxNS41NTY4MTYyIEwwLjM4OTU1MTIwMSwxNS41NTY4MTYyIEwyLjk3MDkwMDk3LDEyLjk3NDQ1MjcgTDAuNTIxMjk0MzQ5LDEwLjUyNTIyMzUgQy0wLjA2NDQ5MjA4ODksOS45Mzk0MzcxIC0wLjA2NDQ5MjA4ODksOC45ODk2ODk2MyAwLjUyMTI5NDM0OSw4LjQwMzkwMzE5IEwwLjUyMTI5NDM0OSw4LjQwMzkwMzE5IFogTTEwLjg2MTc2OTcsOC4zNDQzMTc0OSBDMTEuNDQ3NTU2Miw3Ljc1ODUzMTA1IDEyLjM5NzMwMzYsNy43NTg1MzEwNSAxMi45ODMwOTAxLDguMzQ0MzE3NDkgTDEyLjk4MzA5MDEsOC4zNDQzMTc0OSBMMTYuNDg2MTkwMywxMS44NDc0MTc3IEMxNy4wNjc4NDMxLDEyLjQyOTA3MDUgMTcuMDY3ODQzMSwxMy4zNzIxMTYgMTYuNDg2MTkwMywxMy45NTM3Njg3IEwxNi40ODYxOTAzLDEzLjk1Mzc2ODcgTDEyLjc3Njc5MTksMTcuNjYzMTY3MiBDMTIuMTk1MTM5MSwxOC4yNDQ4MiAxMS4yNTIwOTM2LDE4LjI0NDgyIDEwLjY3MDQ0MDksMTcuNjYzMTY3MiBDMTAuMDg4Nzg4MSwxNy4wODE1MTQ0IDEwLjA4ODc4ODEsMTYuMTM4NDY5IDEwLjY3MDQ0MDksMTUuNTU2ODE2MiBMMTAuNjcwNDQwOSwxNS41NTY4MTYyIEwxMy4yNTE3OTA3LDEyLjk3NDQ1MjcgTDEwLjgwMjE4NCwxMC41MjUyMjM1IEMxMC4yMTYzOTc2LDkuOTM5NDM3MSAxMC4yMTYzOTc2LDguOTg5Njg5NjMgMTAuODAyMTg0LDguNDAzOTAzMTkgTDEwLjgwMjE4NCw4LjQwMzkwMzE5IFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgLTcpIi8+Cjwvc3ZnPgo=) no-repeat;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.server-statistics .server-statistics-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.server-statistics .server-statistics-list .server-statistics-item .count {
  display: inline-block;
  margin-right: 0.106667rem;
  font-family: CCtype-Medium;
  font-size: 0.8rem;
  color: #12B6F7;
}

.server-statistics .server-statistics-list .server-statistics-item .suffix {
  font-size: 0.373333rem;
  color: #858FA1;
}

.server-statistics .server-statistics-list .separator {
  width: 0.026667rem;
  height: 0.64rem;
  margin: 0 1.066667rem;
  background: #EAEAEB;
}
.picture-news {
  overflow: hidden;
  height: 7.2rem;
  background: #eee;
  border-radius: 0.266667rem;
}

.picture-news .picture-news-item {
  position: relative;
  width: 12.8rem;
  height: 7.2rem;
}

.picture-news .picture-news-item img {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.picture-news .slick-dots {
  bottom: 0.693333rem;
  height: 0.32rem;
  padding-right: 0.213333rem;
  text-align: right;
}

.picture-news .slick-dots li,
.picture-news .slick-dots li.slick-active {
  margin: 0 0.106667rem;
}

.picture-news .slick-dots li button,
.picture-news .slick-dots li.slick-active button {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
}
.text-news {
  position: relative;
}

.text-news .dashLine {
  position: absolute;
  top: 50%;
  left: 0;
  height: 6.826667rem;
  width: 0.026667rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-repeating-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.133333rem, #dfe0e2 0.133333rem, #dfe0e2 0.32rem, rgba(0, 0, 0, 0) 0.32rem);
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.133333rem, #dfe0e2 0.133333rem, #dfe0e2 0.32rem, rgba(0, 0, 0, 0) 0.32rem);
}

.text-news .text-news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 7.2rem;
}

.text-news .text-news-list .text-news-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0.48rem;
}

.text-news .text-news-list .text-news-item::before {
  content: '';
  display: block;
  position: absolute;
  left: -0.16rem;
  top: 50%;
  width: 0.373333rem;
  height: 0.373333rem;
  background: #FFFFFF;
  border: 0.066667rem solid #DFE0E2;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-news .text-news-list .text-news-item .time {
  display: inline-block;
  min-width: 2.613333rem;
  font-family: CCtype-Regular;
  font-size: 0.48rem;
  color: #84858F;
}

.text-news .text-news-list .text-news-item .name {
  display: inline-block;
  max-width: 14.8rem;
  font-size: 0.48rem;
  color: #3B3E4E;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-news .text-news-list .text-news-item .name:hover {
  color: #12B6F7;
}
.server-case .news-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.server-case .news-panel .left {
  width: 12.8rem;
  margin-right: 0.8rem;
}

.server-case .news-panel .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.server-case .server-case-mark {
  position: absolute;
  top: -0.613333rem;
  left: -2.666667rem;
  width: 4.8rem;
  height: 4.8rem;
  background: url(https://s0.seewo.com/cloud-static/seewoedu/web/prod/img/section-mark2.db48c284.png) no-repeat;
}

@media (max-width: 1375px) {
  .server-case .server-case-mark {
    display: none;
  }
}
.cooperative-container .cooperative-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cooperative-container .cooperative-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3.52rem;
  margin: 0 0.4rem;
}

.cooperative-container .cooperative-list .item .picture {
  width: 2.133333rem;
  height: 2.133333rem;
  margin-bottom: 0.266667rem;
  border-radius: 50%;
  background: #eee;
}

.cooperative-container .cooperative-list .item .picture img {
  width: 100%;
  height: 100%;
}

.cooperative-container .cooperative-list .item .name {
  font-size: 0.373333rem;
  color: #84858F;
  line-height: 0.586667rem;
}
.footer {
  padding: 0.8rem 0;
  background: #3B3E4E;
  font-size: 0.32rem;
  line-height: 0.32rem;
  font-family: 'Source Han Sans CN';
  text-align: center;
  letter-spacing: 0.026667rem;
}

.footer .license {
  margin-bottom: 0.533333rem;
  color: #FFFFFF;
  opacity: 0.5;
}

.footer .license a {
  color: #FFFFFF;
}

.footer .about {
  line-height: 0.64rem;
}

.footer .about a {
  color: #12B6F7;
}

.footer .about span {
  display: inline-block;
  margin: 0 0.32rem;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 0.373333rem;
}

.footer-popover img {
  max-width: 3.2rem;
  display: block;
  margin: 0 auto;
  height: 3.2rem;
}

.footer-popover p {
  text-align: center;
  font-size: 0.32rem;
  margin: 0;
}
.pc-side-bar {
  z-index: 1000;
  position: fixed;
  right: 0.8rem;
  bottom: 1.066667rem;
}

.pc-side-bar .side-bar-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.173333rem;
  height: 1.173333rem;
  margin-bottom: 0.213333rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 0.026667rem solid #ECECEE;
  cursor: pointer;
}

.pc-side-bar .side-bar-item:last-child {
  margin-bottom: 0;
}

.pc-side-bar .side-bar-item-icon {
  color: #84868f;
  font-size: 0.64rem;
}

.pc-side-bar .side-bar-item-primary {
  padding: 0 0.213333rem;
  border: none;
  background: #12B6F7;
  color: #FFFFFF;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.373333rem;
  text-align: center;
}

.qrcode-popover-overlay .ant-popover-inner-content {
  padding: 0.533333rem 0.32rem 0.426667rem 0.32rem;
}

.qrcode-popover-overlay .qrcode-popover {
  text-align: center;
}

.qrcode-popover-overlay .qrcode-popover img {
  width: 2.666667rem;
  height: 2.666667rem;
  margin-bottom: 0.213333rem;
}

.qrcode-popover-overlay .qrcode-popover .text {
  color: #848690;
  font-size: 0.32rem;
}
html,
body {
  width: 100%;
  height: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.373333rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #40a9ff;
}

a:active {
  color: #096dd9;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}

a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -0.053333rem;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

mark {
  padding: 0.2em;
  background-color: #feffe6;
}

::selection {
  color: #fff;
  background: #1890ff;
}

.clearfix {
  zoom: 1;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}

.clearfix::after {
  clear: both;
}

@font-face {
  font-family: 'CCtype-Medium';
  src: url(/public/font/CCtype-Medium.87b638cc.ttf);
}

@font-face {
  font-family: 'CCtype-Regular';
  src: url(/public/font/CCtype-Regular.dcc5076c.ttf);
}

.home-container {
  background: #f8f8fa;
}

/*# sourceMappingURL=homePage.252f8777.css.map*/