.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;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.65);
}

.ant-breadcrumb span:last-child {
  color: rgba(0, 0, 0, 0.45);
}
/* 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-modal {
  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;
  top: 2.666667rem;
  width: auto;
  margin: 0 auto;
  padding-bottom: 0.64rem;
  pointer-events: none;
}

.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 0.426667rem;
  line-height: 0.586667rem;
  word-wrap: break-word;
}

.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.106667rem;
  box-shadow: 0 0.106667rem 0.32rem rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}

.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.ant-modal-close-x {
  display: block;
  width: 1.493333rem;
  height: 1.493333rem;
  font-size: 0.426667rem;
  font-style: normal;
  line-height: 1.493333rem;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}

.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.ant-modal-header {
  padding: 0.426667rem 0.64rem;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 0.026667rem solid #e8e8e8;
  border-radius: 0.106667rem 0.106667rem 0 0;
}

.ant-modal-body {
  padding: 0.64rem;
  font-size: 0.373333rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.ant-modal-footer {
  padding: 0.266667rem 0.426667rem;
  text-align: right;
  background: transparent;
  border-top: 0.026667rem solid #e8e8e8;
  border-radius: 0 0 0.106667rem 0.106667rem;
}

.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 0.213333rem;
}

.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  -webkit-transform: none;
  transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-user-select: none;
  user-select: none;
}

.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  filter: alpha(opacity=50);
}

.ant-modal-mask-hidden {
  display: none;
}

.ant-modal-open {
  overflow: hidden;
}

.ant-modal-centered {
  text-align: center;
}

.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(84vw);
    margin: 0.213333rem auto;
  }

  .ant-modal-centered .ant-modal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}

.ant-modal-confirm .ant-modal-header {
  display: none;
}

.ant-modal-confirm .ant-modal-close {
  display: none;
}

.ant-modal-confirm .ant-modal-body {
  padding: 0.853333rem 0.853333rem 0.64rem;
}

.ant-modal-confirm-body-wrapper {
  zoom: 1;
}

.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}

.ant-modal-confirm-body-wrapper::after {
  clear: both;
}

.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 0.426667rem;
  line-height: 1.4;
}

.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 0.213333rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.373333rem;
}

.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 0.426667rem;
  font-size: 0.586667rem;
}

.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 1.013333rem;
}

.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 0.64rem;
}

.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 0.213333rem;
}

.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #f5222d;
}

.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}

.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}

.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
/* 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-message {
  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: fixed;
  top: 0.426667rem;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}

.ant-message-notice {
  padding: 0.213333rem;
  text-align: center;
}

.ant-message-notice:first-child {
  margin-top: -0.213333rem;
}

.ant-message-notice-content {
  display: inline-block;
  padding: 0.266667rem 0.426667rem;
  background: #fff;
  border-radius: 0.106667rem;
  box-shadow: 0 0.106667rem 0.32rem rgba(0, 0, 0, 0.15);
  pointer-events: all;
}

.ant-message-success .anticon {
  color: #52c41a;
}

.ant-message-error .anticon {
  color: #f5222d;
}

.ant-message-warning .anticon {
  color: #faad14;
}

.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}

.ant-message .anticon {
  position: relative;
  top: 0.026667rem;
  margin-right: 0.213333rem;
  font-size: 0.426667rem;
}

.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  -webkit-animation-name: MessageMoveOut;
  animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 4rem;
    padding: 0.213333rem;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes MessageMoveOut {
  0% {
    max-height: 4rem;
    padding: 0.213333rem;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.promotional-video {
  width: 100%;
  height: 16rem;
  overflow: hidden;
  position: relative;
}

.promotional-video-bg {
  width: 100%;
  height: 100%;
}

.promotional-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotional-video-body {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(59, 62, 78, 0.6);
}

.promotional-video .promotional-content {
  position: absolute;
  left: 20%;
  top: 4.613333rem;
  color: #ffffff;
  width: 13.546667rem;
}

.promotional-video .promotional-content .logo {
  width: 100%;
}

.promotional-video .promotional-content .video-play-btn {
  width: 1.28rem;
  height: 1.28rem;
  position: absolute;
  top: 3.2rem;
  left: 9.76rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ4IDBIMFY0OEg0OFYwWiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC4wMSIvPgo8cGF0aCBkPSJNMjQgNDQuMDAxQzM1LjA0NTcgNDQuMDAxIDQ0IDM1LjA0NjcgNDQgMjQuMDAxQzQ0IDEyLjk1NTMgMzUuMDQ1NyA0LjAwMDk4IDI0IDQuMDAwOThDMTIuOTU0MyA0LjAwMDk4IDQgMTIuOTU1MyA0IDI0LjAwMUM0IDM1LjA0NjcgMTIuOTU0MyA0NC4wMDEgMjQgNDQuMDAxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTIwIDI0LjAwMTRWMTguODA1M0MyMCAxOC4wMzU1IDIwLjgzMzMgMTcuNTU0NCAyMS41IDE3LjkzOTNMMjYgMjAuNTM3M0wzMC41IDIzLjEzNTRDMzEuMTY2NyAyMy41MjAzIDMxLjE2NjcgMjQuNDgyNiAzMC41IDI0Ljg2NzVMMjYgMjcuNDY1NUwyMS41IDMwLjA2MzZDMjAuODMzMyAzMC40NDg1IDIwIDI5Ljk2NzQgMjAgMjkuMTk3NlYyNC4wMDE0WiIgZmlsbD0iI0Y4OTUwMCIvPgo8L3N2Zz4K);
  cursor: pointer;
}

.promotional-video .promotional-content .video-play-btn:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ4IDBIMFY0OEg0OFYwWiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC4wMSIvPgo8cGF0aCBkPSJNMjQgNDQuMDAxQzM1LjA0NTcgNDQuMDAxIDQ0IDM1LjA0NjcgNDQgMjQuMDAxQzQ0IDEyLjk1NTMgMzUuMDQ1NyA0LjAwMDk4IDI0IDQuMDAwOThDMTIuOTU0MyA0LjAwMDk4IDQgMTIuOTU1MyA0IDI0LjAwMUM0IDM1LjA0NjcgMTIuOTU0MyA0NC4wMDEgMjQgNDQuMDAxWiIgZmlsbD0iI0Y4OTUwMCIvPgo8cGF0aCBkPSJNMjAgMjQuMDAxNFYxOC44MDUzQzIwIDE4LjAzNTUgMjAuODMzMyAxNy41NTQ0IDIxLjUgMTcuOTM5M0wyNiAyMC41MzczTDMwLjUgMjMuMTM1NEMzMS4xNjY3IDIzLjUyMDMgMzEuMTY2NyAyNC40ODI2IDMwLjUgMjQuODY3NUwyNiAyNy40NjU1TDIxLjUgMzAuMDYzNkMyMC44MzMzIDMwLjQ0ODUgMjAgMjkuOTY3NCAyMCAyOS4xOTc2VjI0LjAwMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.promotional-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.promotional-video-play .play-wrapper,
.promotional-video-play .player {
  width: 32rem;
  height: 18.08rem;
}

.promotional-video-play .handle-close {
  width: 0.96rem;
  height: 0.96rem;
  margin-top: 1.066667rem;
}

.promotional-video-modal .ant-modal-content {
  background-color: unset;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-index-module-title {
  min-width: 10.293333rem;
  background-repeat: no-repeat;
  background-size: auto 2.666667rem;
  background-position: top right;
  padding: 1.226667rem 0 0.373333rem;
  display: inline-block;
}

.xingtan-index-module-title .title-wrapper {
  padding-left: 0.64rem;
  border-left: 0.106667rem solid #F89500;
}

.xingtan-index-module-title .title-wrapper .title {
  font-weight: 700;
  font-size: 1.066667rem;
  line-height: 1.066667rem;
  color: #090D21;
}

.xingtan-index-module-title .title-wrapper .sub-title {
  margin-top: 0.64rem;
  font-size: 0.426667rem;
  line-height: 0.426667rem;
  color: #3A3D4D;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-btn {
  box-shadow: none;
  font-weight: 400;
  border-radius: 0.106667rem;
}

.xingtan-btn.primary {
  color: #ffffff !important;
  background-color: #F89500 !important;
  border-color: #F89500 !important;
}

.xingtan-btn.goast {
  color: #F89500 !important;
  background: #fff !important;
  border: 0.026667rem solid #F89500 !important;
}

.xingtan-btn.normal {
  font-size: 0.48rem;
  height: 1.28rem;
  line-height: 1.28rem;
  padding: 0 0.533333rem 0 0.64rem;
}

.xingtan-btn.small {
  font-size: 0.373333rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  padding: 0 0.48rem 0 0.533333rem;
}

.xingtan-btn.mini {
  font-size: 0.373333rem;
  height: 0.853333rem;
  line-height: 0.853333rem;
  padding: 0 0.64rem;
}

.xingtan-btn:hover {
  color: #fff !important;
  background-color: #FAA830 !important;
  border-color: #FAA830 !important;
}

.xingtan-btn:active {
  color: #fff !important;
  background-color: #CA7900 !important;
  border-color: #CA7900 !important;
}
.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);
  }
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-skill-card {
  width: 10.133333rem;
  height: 4.853333rem;
  background: #FFFFFF;
  padding: 1.066667rem 0.773333rem 0 0.533333rem;
  padding-bottom: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.xingtan-skill-card .icon {
  width: 1.493333rem;
  height: 1.493333rem;
  margin-top: 0.426667rem;
}

.xingtan-skill-card .split-line {
  width: 0.026667rem;
  height: 1.386667rem;
  margin: 0.506667rem 0.64rem 0 0.32rem;
  background-color: #DCD8D3;
}

.xingtan-skill-card .card-title {
  font-weight: 700;
  font-size: 0.533333rem;
  line-height: 0.8rem;
  color: #090D21;
  height: 1.226667rem;
  position: relative;
  margin-bottom: 0.426667rem;
}

.xingtan-skill-card .card-title::after {
  content: ' ';
  display: block;
  width: 0.8rem;
  height: 0.106667rem;
  background-color: #F89500;
  position: absolute;
  left: 0;
  bottom: 0;
}

.xingtan-skill-card .cart-sub-title {
  font-weight: 400;
  font-size: 0.373333rem;
  line-height: 0.533333rem;
  color: #848690;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-index-about {
  background-color: #F7F8FA;
}

.xingtan-index-about .content-wrapper {
  padding: 1.6rem 0 2.133333rem;
  margin: 0 auto;
  width: 32rem;
}

.xingtan-index-about .introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.xingtan-index-about .introduction-left .introduction-text {
  margin-top: 1.066667rem;
  font-size: 0.533333rem;
  line-height: 0.906667rem;
  color: #3a3d4d;
}

.xingtan-index-about .introduction-left button {
  margin: 0.96rem 0;
}

.xingtan-index-about .introduction-right {
  width: 13.386667rem;
  height: 7.52rem;
  margin-left: 2.08rem;
}

.xingtan-index-about .main-skills {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1.6rem;
  width: 100%;
}

.xingtan-index-about .xingtan-more-icon {
  margin-left: 0.213333rem;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

@font-face {
  font-family: 'CCtype-Medium';
  src: url(/public/font/CCtype-Medium.87b638cc.ttf);
}

.excellent-teacher-statistics {
  text-align: center;
}

.excellent-teacher-statistics .title {
  font-weight: 700;
  font-size: 1.066667rem;
  line-height: 1.333333rem;
  color: #FFFFFF;
}

.excellent-teacher-statistics .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.426667rem;
  color: #FFFBF5;
  margin: 0.8rem 0 1.333333rem;
}

.excellent-teacher-statistics .data p {
  margin: 0;
}

.excellent-teacher-statistics .data .star {
  text-align: left;
  padding: 0 1.6rem;
  position: relative;
}

.excellent-teacher-statistics .data .star .number {
  font-weight: 500;
  font-size: 1.226667rem;
  line-height: 1.226667rem;
  color: #F89500;
  font-family: 'CCtype-Medium';
  margin-right: 0.106667rem;
}

.excellent-teacher-statistics .data .star .label {
  margin-top: 0.213333rem;
}

.excellent-teacher-statistics .data .star:not(:last-child)::after {
  content: ' ';
  display: block;
  width: 0.026667rem;
  height: 1.6rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 0.16rem;
}
.one-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-story-card {
  background: #FFFFFF;
  border: 0.026667rem solid #ECECEE;
}

.xingtan-story-card:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.xingtan-story-card .title {
  font-weight: 700;
  color: #090D21;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xingtan-story-card .description {
  color: #848690;
}

.xingtan-story-card .cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.xingtan-story-card.big {
  width: 14.4rem;
  height: 16.533333rem;
}

.xingtan-story-card.big .cover {
  width: 13.546667rem;
  height: 10.133333rem;
  margin: 0.426667rem;
}

.xingtan-story-card.big .content {
  padding: 0.64rem 0.853333rem;
}

.xingtan-story-card.big .content .title {
  font-size: 0.746667rem;
  line-height: 0.853333rem;
}

.xingtan-story-card.big .content .description {
  font-size: 0.48rem;
  line-height: 0.693333rem;
  margin-top: 0.64rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.xingtan-story-card.big .handle {
  padding: 0.533333rem 0.533333rem 0.426667rem;
}

.xingtan-story-card.small {
  width: 8.266667rem;
  height: 8rem;
}

.xingtan-story-card.small .cover {
  width: 7.413333rem;
  height: 4rem;
  margin: 0.426667rem;
}

.xingtan-story-card.small .content {
  padding: 0.213333rem 0.64rem;
}

.xingtan-story-card.small .description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xingtan-story-card.small .handle {
  padding: 0.266667rem 0.533333rem 0.426667rem 0.533333rem;
}

.xingtan-story-card.list {
  width: 10.133333rem;
  height: 9.813333rem;
}

.xingtan-story-card.list .cover {
  width: 100%;
  height: 5.493333rem;
}

.xingtan-story-card.list .content {
  padding: 0.533333rem;
}

.xingtan-story-card.list .description {
  height: 1.066667rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.xingtan-story-card.list .handle {
  padding: 0.213333rem 0.533333rem 0.426667rem 0.533333rem;
}

.xingtan-story-card.small .content .title,
.xingtan-story-card.list .content .title {
  font-size: 0.48rem;
  line-height: 0.746667rem;
}

.xingtan-story-card.small .content .description,
.xingtan-story-card.list .content .description {
  font-size: 0.373333rem;
  line-height: 0.533333rem;
  margin-top: 0.266667rem;
}

.xingtan-story-card .handle {
  text-align: right;
}

.xingtan-story-card .handle-btn {
  font-size: 0.373333rem;
  color: #F89500;
  display: inline-block;
}

.xingtan-story-card .handle-btn:active {
  color: #CA7900;
}
.xingtan-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.xingtan-story-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.xingtan-story-right .left-item {
  margin-left: 0.533333rem;
  margin-bottom: 0.533333rem;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-excellent-teacher {
  position: relative;
  padding: 2.133333rem 0;
  background-color: #fff;
}

.xingtan-excellent-teacher::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 10.666667rem;
  background-image: url(https://s0.seewo.com/cloud-static/seewoedu/web/prod/img/outstanding_teacher_bg.641d1155.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}

.xingtan-excellent-teacher .content-wrapper {
  margin: 0 auto;
  width: 32rem;
}

.xingtan-excellent-teacher .content-wrapper.placeholder {
  opacity: 0;
}

.xingtan-excellent-teacher .content-wrapper.reality {
  position: absolute;
  top: 2.133333rem;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 2;
}

.xingtan-excellent-teacher .more-story {
  text-align: center;
  margin-top: 1.066667rem;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-index-join-card {
  width: 9.6rem;
  height: 5.813333rem;
  padding: 1.066667rem 1.28rem;
  display: block;
  display: inline-block;
  margin-right: 0.8rem;
}

.xingtan-index-join-card:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.xingtan-index-join-card .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.12rem;
  text-align: left;
}

.xingtan-index-join-card .content p {
  margin: 0;
}

.xingtan-index-join-card .content .icon {
  width: 1.28rem;
  height: 1.28rem;
  margin-right: 0.64rem;
}

.xingtan-index-join-card .content .title {
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.746667rem;
  margin-bottom: 0.213333rem;
}

.xingtan-index-join-card .content .sub-title {
  font-weight: 400;
  font-size: 0.373333rem;
  line-height: 0.533333rem;
}

.xingtan-index-join-card .handle {
  text-align: center;
  position: relative;
}

.xingtan-index-join-card .handle::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.xingtan-index-join-card.primary {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAADaCAYAAACLkNgfAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAkYSURBVHgB7d0LcqO4GoBR6Mr+6271bqCZcdyZdgg2CEvil3TOVM0jndgYwydZxpn5///7WCYAwvlYlnkCIJ6PaRZogIgEGiCoD3kGiOnjx1fMqAFC+Nj9Dr0GuMR+oDepNkBpJwO9YlkE8ll8NIG7PIFe02s4z4SHP8oEemVWbBqxTGavxFEl0JtKNts5xkkmE0RyXaDXcr6sc46Nx7otHYoTaHiHdVs61FagnYTjMTNmYG3PoGv3WivqMygzMEscKbQCqKizQCso0I9fEwAhjbfEYU0T+jDAG8jWoPUa2jTAZEugf1BsKMvlUEcJ9AFWRcjBJd1fnFBHCfQZji9O6G6gN+AUJ9BZKDZrA9TLYV+cQJfgwD2nq6Y5CHifQNdiIXtf67vIIjOZCfRF5Pq1JlNnECYzgY7iipM78IxP6mhR7jNKoCMrXamWZnxWD2hA7jNKoJsy8O9XNaWmpiCHvkDzgiqSU0Mvg4Ic+gLdsq2DqOayhasWSHJh9Ro9VAWa81y1wJaIA3ejh6pAj8YMm9IM3NkINOU4UftnEC5KoAenoX24rJMOoKIEmg1OutbU7aRZcy0CzT69jq9qMx0QtQg06bysTVNj/cFTEtvJQ0CgoTQDGicPAYGmDE3aZvmWBAJNHa3OInMvTxi46mp8QBRoeMXyRNtyPn0XXMso0IQwNxbCxQc0xnPBMSrQxFX6fHijsa0NKNEY4I4RaBqSOYrFGis+e7IOcB3vboGG7MyuX/PG61ECTV+2TlYT2mAMYPvuB61A07fbS+kSPbCGep5dd8D9oBVohvKs1cnNGP1NwncGKBPov3Z2o0DDNGYz3prIGqCmLHZ2o0DDOjbZptmxZUnsqEs9JwaoM3tKoOGo3ieNZwoyykw6w0B0Zk8JNHBnAHruooFIoCGVWWObGnzaBBpyaOnkP9rdngaiRgcbgYYiAsftrU1rdFadOtgEeZgCDTW0MBk9FKVWZ9WJxQ3yMAUarnDF8sHey/zW2pvU3DYHFoGGUfT25mbKw7EGDWRVK6gjfNikpcHp4fkQaGjIu53ZbHHkeI34ScWH50OgoWlpcU1v8cWBTNjgplv+ZOMFGnry7mR4yX2DuT2vcMQXAsub15wLNPTsVbW26hEhci+jFqXCx8r77qAh0DCqqGvPRzfr0jWNAxuZYfMEGgb3rNPh13SvHGCO7JwMmyfQwKaIn6UJo9LOEWjguwtnpnMTyxv1NkGggfbUHESelLjGJgg0kK50nSKtdVw4GAg08L7cDZvrXCWRpMagsXrcAg0UUGrWuZS/i9Xd/L2/+q8aBBooL0fbllw39PTG/6od/8/7/HmnAg1cI3VGuvftby1BvPrE5ZTXfPxOBBqI4eys9attOZcgloJLKZst9rs4gOYcqOOcaYr7eDOlYv9529NhAg00LlNMX97MG4PAVuwP3pxAA83am+jmuzIu27ucSTcn0EA/VsWeC72xeO7H0iMv0MC4zqw1/1vns0vUqWEXaGAs67qmVvNk1M/8qEADY/uV4RrovcifnHILNMDK/LVePN8afaTSCQFOmLELNMALn7G+9fdFV5ej12Lfvi1hNi3QAEc8dvUxsrc3DaeD1zqvl793ZucCDfCOZzPiz1n36wDPy+vZtEADFHD/5Xt/Azw//66nBBogs3WcP7+2Xse+za7n+eXbiwINUMt6HXtZzaEflkRu3yrQABeY//vb3bdZ959wCzRAAPdgzw//sUy/JgACmgUaICqBBghKoAGCEmiAoAQaICiBBghKoAGCEmiAoAQaICiBBghKoAGCEmiAoAQaICiBBghKoAGCEmiAoAQaICiBBghKoAGCEmiAoAQaICiBBghKoAGCEmiAoAQaICiBBghKoAGCEmiAoAQaICiBBghKoAGCEmiAoD4mAOJYlmn5868CDXCxryBPv5dvXxdogAssy/YX5ocvCTRAabf4/gnyfOR7/xBogMw+I/xjivzg1Z99/vn9HwINUMLLQE/7P/7vXwINkOoxvruT4QM1fnJbAg2wZ3n25YPxTWi0NWiAF36E92hgl5QS7xNoYGx7Tc0c3ZT7EmhgPDWi++Z93H5coIGxPAvnyaCWbL1AA30JGNpzXGYHdGT5HaWyebZDoIFmnZv1Zox4yfFgMYMGmpKpiKXC6jI7YBwnr0c+fPMFp8AZblqggRhKrR8XX5YudwcCDVxja/bacExL3I1AA+UlB6vGB0mm+hKXVAQaKOC9X7WZZxPCXdicTKCB951pYQcBTWYGDRTXS1wDPY6tTRFooJyLA9j6OCLQwHeFqjbiikYyv24UeCScD4LtDIEG8opa/KYGovvGCjT0LEosm4hjvI0UaOhJtca0Mx1teQlHoKFpserTbAyDbrhAQ6Oai6F3I5MJNES1ETSNKyDwThVooIweR5PKD0mgJ2hIb9Eb4hXB+Qcp0FDb7XztbnY52NpLpYcr0FDD4RN6gNCNuo5+YlAWaCii1f99UzCDvysq0JDDkY64BINHBw4HgYZUQlueXfxJoKFVIvZTZ4OnQMNa6XPcDHyXPXQn0BA4mEJ1QkcDoEAzlDE+FyHrWQTYjQJN31qJlaayQaDpi9BRxDUHlkDD8Ixql3AdNH0Rkk92w+WWSktnAk1cQlTM4o3EJgg0TRIYRiDQhCC4ldjPTRFo4hGR9njKihBoylifsKILyQQayMMgnJ1A0y5BGNsAT79Ak24dRp3kGwdELgLNvsvONyc6aXp7USXQbBgnjFZJyC7jQSXQg7s0UOoILwn0aEQRYjhwLgo01GBg5ASB7o0Q3NkNdECgWyZCjfBEcY5AN8WJTmYOqdAEOjInTx8sO3GSQEfhJCYAR2EsAn0RJwIU0tFkR6BrMUOmdQ7h6gS6BAcyNCjeiSvQ3TE6QC8E+oxl9wvAoHKuZgp0Qyxjw1gE+oefFRRG4AoCHYEBANgg0OIYh5cq8M14gRYBoBFm0ARjAIUvnQXayQ2HOV3CazvQDrB+WYqCxgLtpAUG8msCIKQ4M2izYyCnDpJyXaD1GOClKoFe1BggWZlA6zHA2/IE2voxQHYnAy3IAKXtB1qLAS7xM9CWKwBC8EEVgKA+FjNmgJDMoAGC+pin3xMA8fwDWRUS66fS800AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.026667rem solid #F89500;
}

.xingtan-index-join-card.primary .title {
  color: #ffffff;
}

.xingtan-index-join-card.primary .sub-title {
  color: #ffffff;
}

.xingtan-index-join-card.default {
  background-color: #ffffff;
  border: 0.026667rem solid #ECECEE;
}

.xingtan-index-join-card.default .title {
  color: #3A3D4D;
}

.xingtan-index-join-card.default .sub-title {
  color: #848690;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

@font-face {
  font-family: 'CCtype-Medium';
  src: url(/public/font/CCtype-Medium.87b638cc.ttf);
}

.xingtan-index-join {
  background-color: #F7F8FA;
}

.xingtan-index-join .content-wrapper {
  padding: 1.066667rem 0 2.133333rem;
  margin: 0 auto;
  width: 32rem;
}

.xingtan-index-join .join-cards {
  padding: 1.466667rem 0;
  background-image: url(https://s0.seewo.com/cloud-static/seewoedu/web/prod/img/join_bg.81a94782.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.xingtan-join-tip .ant-modal-header,
.xingtan-join-tip .ant-modal-footer {
  border: none;
}

.xingtan-join-tip .ant-modal-body {
  padding: 0 1.066667rem 0.533333rem;
}

.xingtan-join-tip .tip-content div {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 0.373333rem;
  line-height: 0.533333rem;
  color: #3a3d4d;
  text-align: center;
  margin: 0.8rem 0 0.426667rem;
}

.xingtan-join-tip .tip-content img {
  width: 3.2rem;
  height: 3.2rem;
  border: 0.026667rem solid #ececee;
  margin: 0 auto;
  display: block;
}

.xingtan-join-tip .qrcode {
  width: 2.133333rem;
  height: 2.133333rem;
  border: 0.026667rem solid #ececee;
  margin: 0.266667rem 0 0 0.586667rem;
}

.xingtan-join-tip .ant-modal-footer {
  padding-bottom: 0.426667rem;
}
/* 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;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-index-news-title {
  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-top: 1.333333rem;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: 6.213333rem 2.666667rem;
  background-position: center;
}

.xingtan-index-news-title .line {
  width: 1.6rem;
  height: 0.106667rem;
  background-color: #F89500;
}

.xingtan-index-news-title .title {
  font-weight: 700;
  font-size: 1.066667rem;
  line-height: 1.333333rem;
  color: #090D21;
  margin: 0 0.853333rem;
}
.one-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

@font-face {
  font-family: 'CCtype-Regular';
  src: url(/public/font/CCtype-Regular.dcc5076c.ttf);
}

.new-item {
  padding: 0.533333rem 0.533333rem 0.453333rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 2.773333rem;
}

.new-item-date {
  margin-right: 0.426667rem;
}

.new-item-date .date {
  font-family: 'CCtype-Regular';
  font-weight: 400;
  font-size: 0.693333rem;
  line-height: 0.906667rem;
  color: #3a3d4d;
  white-space: nowrap;
}

.new-item-date .date::after {
  content: ' ';
  display: block;
  height: 0.026667rem;
  background: #d9d9d9;
  margin: 0.106667rem 0;
}

.new-item-date .year {
  font-family: 'CCtype-Regular';
  font-weight: 400;
  font-size: 0.426667rem;
  line-height: 0.64rem;
  color: #848690;
}

.new-item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 0;
}

.new-item-content p {
  margin: 0;
}

.new-item-content .title {
  font-size: 0.533333rem;
  line-height: 0.746667rem;
  color: #090d21;
  margin-bottom: 0.373333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-item-content .description {
  font-size: 0.373333rem;
  line-height: 0.533333rem;
  color: #848690;
}

.new-item.list {
  border-top: 0.026667rem solid #ececee;
}

.new-item.list:last-child {
  border-bottom: 0.026667rem solid #ececee;
}

.new-item.list .description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-item.list:hover {
  background-color: #F89500;
}

.new-item.list:hover div,
.new-item.list:hover p {
  color: #ffffff !important;
}

.new-item.list:hover .date::after {
  background-color: #fff;
}

.new-item.list .entry-icon {
  margin-left: 1.066667rem;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-right: unset;
}

.new-item.card {
  padding-bottom: 0.346667rem;
}

.new-item.card .description {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.entry-icon {
  text-align: right;
  color: #F89500;
  margin-right: 0.586667rem;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.new-card {
  width: 14.4rem;
  height: 11.093333rem;
  background: #FFFFFF;
  border: 0.026667rem solid #ECECEE;
}

.new-card:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.new-card .cover {
  width: 100%;
  height: 7.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-index-news {
  background-color: #ffffff;
}

.xingtan-index-news .content-wrapper {
  padding: 1.626667rem 0 2.133333rem;
  margin: 0 auto;
  width: 32rem;
}

.xingtan-index-news .content-wrapper .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 1.333333rem;
}

.xingtan-index-news .content-wrapper .content .new-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 0.64rem;
}

.xingtan-index-news .content-wrapper .slick-list {
  height: 12.48rem;
}

.xingtan-index-news .content-wrapper .slick-dots {
  right: -0.64rem;
}

.xingtan-index-news .content-wrapper .slick-dots li button {
  background-color: #ECECEE!important;
  width: 0.213333rem;
  border-radius: 0.266667rem;
  opacity: 1;
}

.xingtan-index-news .content-wrapper .slick-dots .slick-active button {
  background-color: #F89500 !important;
}
.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);
}

.block-width {
  margin: 0 auto;
  width: 32rem;
}

.card-hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0.026667rem solid #F89500 !important;
  box-shadow: 0 0.266667rem 0.8rem rgba(244, 153, 11, 0.1);
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.xingtan-more-icon {
  margin-left: 0.106667rem;
}

.page-min-width {
  min-width: 37.333333rem;
}

.xingtan-page {
  min-width: 37.333333rem;
}

/*# sourceMappingURL=index.d15b500c.css.map*/