.pag-nav {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700
}

.pag-nav a,.pag-nav span {
  color: #555;
  margin: 0 4px 4px;
  /* border: 1px solid #CCC; */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 8px;
  background-color: #E7E7E7;
  background-image: -ms-linear-gradient(top,#EEE,#E7E7E7);
  background-image: -moz-linear-gradient(top,#EEE,#E7E7E7);
  background-image: -o-linear-gradient(top,#EEE,#E7E7E7);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E7E7E7));
  background-image: -webkit-linear-gradient(top,#EEE,#E7E7E7);
  background-image: linear-gradient(to bottom,#EEE,#E7E7E7);
  /* -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 1px rgba(0,0,0,.1); */
  /* box-shadow: inset 0 1px 0 #fff,0 1px 1px rgba(0,0,0,.1); */
  background: linear-gradient(45deg,#6cbfff,#ff16bf);
}


.pag-nav a:hover {
  background-color: #D7D7D7;
  border: 1px solid #999;
  color: #000;
  -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.2)
}

.pag-nav span {
  color: #999
}

.pag-nav .current {
  background: #F7F7F7;
  /* border: 1px solid #BBB; */
  /* -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.25),0 1px 0 #fff; */
  /* box-shadow: inset 0 1px 5px rgba(0,0,0,.25),0 1px 0 #fff; */
}

._pageWrapper_14v4f_1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._pageWrapper_14v4f_1 ._inner_14v4f_9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._pageWrapper_14v4f_1 ._img_14v4f_15 {
  width: 206px;
  height: 156px;
  margin-bottom: 10px
}

._pageWrapper_14v4f_1 ._img_14v4f_15 img {
  display: block;
  width: 100%;
  height: 100%
}

._pageWrapper_14v4f_1 ._number_14v4f_25 {
  font-size: 60px;
  color: #7d80ad;
  line-height: 70px;
  margin-bottom: 10px
}

._pageWrapper_14v4f_1 ._text_14v4f_31 {
  font-weight: 700;
  font-size: 20px;
  color: #7d80ad;
  line-height: 20px;
  margin-bottom: 30px
}

._buttonWrapper_wuu2w_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  cursor: pointer;
  background-color: #2b2e4e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center
}

._buttonWrapper_wuu2w_1:hover {
  background-color: #404576
}

._buttonWrapper_wuu2w_1._disabled_wuu2w_18 {
  cursor: not-allowed;
  background-color: #2b2e4e33;
  color: #fff3
}

._buttonWrapper_wuu2w_1._confirm_wuu2w_23 {
  background-color: var(--main-color)
}

._buttonWrapper_wuu2w_1._confirm_wuu2w_23:hover {
  background-color: #ff89df
}

._buttonWrapper_wuu2w_1._confirm_wuu2w_23._disabled_wuu2w_18 {
  color: #fff3;
  background-color: #f75ecd1a
}

@media screen and (max-width: 640px) {
  ._buttonWrapper_wuu2w_1:hover {
      background-color:#2f325a
  }

  ._buttonWrapper_wuu2w_1._confirm_wuu2w_23:hover {
      background-color: var(--main-color)
  }

  ._buttonWrapper_wuu2w_1._confirm_wuu2w_23._disabled_wuu2w_18 {
      color: #fff3;
      background-color: #f75ecd1a
  }
}

[class^=ant-]::-ms-clear,[class*=ant-]::-ms-clear,[class^=ant-] input::-ms-clear,[class*=ant-] input::-ms-clear,[class^=ant-] input::-ms-reveal,[class*=ant-] input::-ms-reveal {
  display: none
}

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

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

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  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)
}

@-ms-viewport {
  width: device-width
}

body {
  margin: 0;
  color: #000000d9;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum"
}

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

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

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5em;
  color: #000000d9;
  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: .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: -.25em
}

sup {
  top: -.5em
}

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

a:hover {
  color: #40a9ff
}

a:active {
  color: #096dd9
}

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

a:focus {
  text-decoration: none;
  outline: 0
}

a[disabled] {
  color: #00000040;
  cursor: not-allowed
}

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
}

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

table {
  border-collapse: collapse
}

caption {
  padding-top: .75em;
  padding-bottom: .3em;
  color: #00000073;
  text-align: left;
  caption-side: bottom
}

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] {
  -webkit-box-sizing: border-box;
  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: .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: -2px;
  -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: .2em;
  background-color: #feffe6
}

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

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

.clearfix:before {
  display: table;
  content: ""
}

.clearfix:after {
  display: table;
  clear: both;
  content: ""
}

.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -.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>.anticon {
  line-height: 0;
  vertical-align: 0
}

.anticon[tabindex] {
  cursor: pointer
}

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

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

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

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

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

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

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

  to {
      opacity: 1
  }
}

@keyframes antFadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

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

  to {
      opacity: 0
  }
}

@keyframes antFadeOut {
  0% {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

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

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

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

.ant-move-up-enter,.ant-move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(.6,.04,.98,.34);
  animation-timing-function: cubic-bezier(.6,.04,.98,.34)
}

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

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

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

.ant-move-down-enter,.ant-move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(.6,.04,.98,.34);
  animation-timing-function: cubic-bezier(.6,.04,.98,.34)
}

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

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

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

.ant-move-left-enter,.ant-move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(.6,.04,.98,.34);
  animation-timing-function: cubic-bezier(.6,.04,.98,.34)
}

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

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

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

.ant-move-right-enter,.ant-move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(.6,.04,.98,.34);
  animation-timing-function: cubic-bezier(.6,.04,.98,.34)
}

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

  to {
      -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
  }

  to {
      -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
  }

  to {
      -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
  }

  to {
      -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: translate(-100%);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      opacity: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
      -webkit-transform: translateX(100%);
      transform: translate(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
  }

  to {
      -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
  }

  to {
      -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
  }

  to {
      -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
  }

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

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

@keyframes loadingCircle {
  to {
      -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;
  --scroll-bar: 0
}

[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;
  -webkit-box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 #1890ff;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: .2;
  -webkit-animation: fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);
  animation: fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  pointer-events: none
}

@-webkit-keyframes waveEffect {
  to {
      -webkit-box-shadow: 0 0 0 #1890ff;
      box-shadow: 0 0 #1890ff;
      -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
      box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
  }
}

@keyframes waveEffect {
  to {
      -webkit-box-shadow: 0 0 0 #1890ff;
      box-shadow: 0 0 #1890ff;
      -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
      box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
  }
}

@-webkit-keyframes fadeEffect {
  to {
      opacity: 0
  }
}

@keyframes fadeEffect {
  to {
      opacity: 0
  }
}

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

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

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

.ant-slide-up-enter,.ant-slide-up-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.ant-slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
  animation-timing-function: cubic-bezier(.755,.05,.855,.06)
}

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

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

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

.ant-slide-down-enter,.ant-slide-down-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.ant-slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
  animation-timing-function: cubic-bezier(.755,.05,.855,.06)
}

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

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

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

.ant-slide-left-enter,.ant-slide-left-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.ant-slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
  animation-timing-function: cubic-bezier(.755,.05,.855,.06)
}

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

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

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

.ant-slide-right-enter,.ant-slide-right-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.ant-slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
  animation-timing-function: cubic-bezier(.755,.05,.855,.06)
}

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

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

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

  to {
      -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
  }

  to {
      -webkit-transform: scaleY(.8);
      transform: scaleY(.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
  }

  to {
      -webkit-transform: scaleY(.8);
      transform: scaleY(.8);
      -webkit-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      opacity: 0
  }
}

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

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

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

  to {
      -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
  }

  to {
      -webkit-transform: scaleY(.8);
      transform: scaleY(.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
  }

  to {
      -webkit-transform: scaleY(.8);
      transform: scaleY(.8);
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      opacity: 0
  }
}

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

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

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

  to {
      -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
  }

  to {
      -webkit-transform: scaleX(.8);
      transform: scaleX(.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
  }

  to {
      -webkit-transform: scaleX(.8);
      transform: scaleX(.8);
      -webkit-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      opacity: 0
  }
}

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

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

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

  to {
      -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
  }

  to {
      -webkit-transform: scaleX(.8);
      transform: scaleX(.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
  }

  to {
      -webkit-transform: scaleX(.8);
      transform: scaleX(.8);
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
      opacity: 0
  }
}

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

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

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

.ant-zoom-enter,.ant-zoom-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-zoom-enter-prepare,.ant-zoom-appear-prepare {
  -webkit-transform: none;
  transform: none
}

.ant-zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(.78,.14,.15,.86);
  animation-timing-function: cubic-bezier(.78,.14,.15,.86)
}

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

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

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

.ant-zoom-big-enter,.ant-zoom-big-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-zoom-big-enter-prepare,.ant-zoom-big-appear-prepare {
  -webkit-transform: none;
  transform: none
}

.ant-zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(.78,.14,.15,.86);
  animation-timing-function: cubic-bezier(.78,.14,.15,.86)
}

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

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

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

.ant-zoom-big-fast-enter,.ant-zoom-big-fast-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-zoom-big-fast-enter-prepare,.ant-zoom-big-fast-appear-prepare {
  -webkit-transform: none;
  transform: none
}

.ant-zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(.78,.14,.15,.86);
  animation-timing-function: cubic-bezier(.78,.14,.15,.86)
}

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

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

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

.ant-zoom-up-enter,.ant-zoom-up-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-zoom-up-enter-prepare,.ant-zoom-up-appear-prepare {
  -webkit-transform: none;
  transform: none
}

.ant-zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(.78,.14,.15,.86);
  animation-timing-function: cubic-bezier(.78,.14,.15,.86)
}

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

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

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

.ant-zoom-down-enter,.ant-zoom-down-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-zoom-down-enter-prepare,.ant-zoom-down-appear-prepare {
  -webkit-transform: none;
  transform: none
}

.ant-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(.78,.14,.15,.86);
  animation-timing-function: cubic-bezier(.78,.14,.15,.86)
}

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

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

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

.ant-zoom-left-enter,.ant-zoom-left-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-zoom-left-enter-prepare,.ant-zoom-left-appear-prepare {
  -webkit-transform: none;
  transform: none
}

.ant-zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(.78,.14,.15,.86);
  animation-timing-function: cubic-bezier(.78,.14,.15,.86)
}

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

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

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

.ant-zoom-right-enter,.ant-zoom-right-appear {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.08,.82,.17,1);
  animation-timing-function: cubic-bezier(.08,.82,.17,1)
}

.ant-zoom-right-enter-prepare,.ant-zoom-right-appear-prepare {
  -webkit-transform: none;
  transform: none
}

.ant-zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(.78,.14,.15,.86);
  animation-timing-function: cubic-bezier(.78,.14,.15,.86)
}

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

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

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

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

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

  to {
      -webkit-transform: scale(.2);
      transform: scale(.2);
      opacity: 0
  }
}

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

  to {
      -webkit-transform: scale(.2);
      transform: scale(.2);
      opacity: 0
  }
}

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

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

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

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

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

  to {
      -webkit-transform: scale(.8);
      transform: scale(.8);
      opacity: 0
  }
}

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

  to {
      -webkit-transform: scale(.8);
      transform: scale(.8);
      opacity: 0
  }
}

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

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

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

  to {
      -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%
  }

  to {
      -webkit-transform: scale(.8);
      transform: scale(.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%
  }

  to {
      -webkit-transform: scale(.8);
      transform: scale(.8);
      -webkit-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      opacity: 0
  }
}

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

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

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

  to {
      -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%
  }

  to {
      -webkit-transform: scale(.8);
      transform: scale(.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%
  }

  to {
      -webkit-transform: scale(.8);
      transform: scale(.8);
      -webkit-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      opacity: 0
  }
}

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

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

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

  to {
      -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%
  }

  to {
      -webkit-transform: scale(.8);
      transform: scale(.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%
  }

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

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

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

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

  to {
      -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%
  }

  to {
      -webkit-transform: scale(.8);
      transform: scale(.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%
  }

  to {
      -webkit-transform: scale(.8);
      transform: scale(.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 .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important;
  transition: height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important
}

.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important;
  transition: height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important
}

.ant-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  background: #f0f2f5
}

.ant-layout,.ant-layout * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ant-layout.ant-layout-has-sider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.ant-layout.ant-layout-has-sider>.ant-layout,.ant-layout.ant-layout-has-sider>.ant-layout-content {
  width: 0
}

.ant-layout-header,.ant-layout-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  color: #000000d9;
  line-height: 64px;
  background: #001529
}

.ant-layout-footer {
  padding: 24px 50px;
  color: #000000d9;
  font-size: 14px;
  background: #f0f2f5
}

.ant-layout-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-height: 0
}

.ant-layout-sider {
  position: relative;
  min-width: 0;
  background: #001529;
  -webkit-transition: all .2s;
  transition: all .2s
}

.ant-layout-sider-children {
  height: 100%;
  margin-top: -.1px;
  padding-top: .1px
}

.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
  width: auto
}

.ant-layout-sider-has-trigger {
  padding-bottom: 48px
}

.ant-layout-sider-right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s
}

.ant-layout-sider-zero-width>* {
  overflow: hidden
}

.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease
}

.ant-layout-sider-zero-width-trigger:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: ""
}

.ant-layout-sider-zero-width-trigger:hover:after {
  background: #ffffff1a
}

.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 2px 0 0 2px
}

.ant-layout-sider-light {
  background: #fff
}

.ant-layout-sider-light .ant-layout-sider-trigger,.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #000000d9;
  background: #fff
}

.ant-layout-rtl {
  direction: rtl
}

.ant-popover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  max-width: 100vw;
  font-weight: 400;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.ant-popover-content {
  position: relative
}

.ant-popover:after {
  position: absolute;
  background: #ffffff03;
  content: ""
}

.ant-popover-hidden {
  display: none
}

.ant-popover-placement-top,.ant-popover-placement-topLeft,.ant-popover-placement-topRight {
  padding-bottom: 15.3137085px
}

.ant-popover-placement-right,.ant-popover-placement-rightTop,.ant-popover-placement-rightBottom {
  padding-left: 15.3137085px
}

.ant-popover-placement-bottom,.ant-popover-placement-bottomLeft,.ant-popover-placement-bottomRight {
  padding-top: 15.3137085px
}

.ant-popover-placement-left,.ant-popover-placement-leftTop,.ant-popover-placement-leftBottom {
  padding-right: 15.3137085px
}

.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .ant-popover-inner {
      -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
      box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d
  }
}

.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: #000000d9;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0
}

.ant-popover-inner-content {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  padding: 12px 16px;
  color: #000000d9
}

.ant-popover-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0 12px;
  color: #000000d9;
  font-size: 14px
}

.ant-popover-message-icon {
  display: inline-block;
  margin-right: 8px;
  color: #faad14;
  font-size: 14px
}

.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right
}

.ant-popover-buttons button:not(:first-child) {
  margin-left: 8px
}

.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none
}

.ant-popover-arrow-content {
  --antd-arrow-background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: "";
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none
}

.ant-popover-arrow-content:before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: "";
  -webkit-clip-path: inset(33% 33%);
  clip-path: inset(33% 33%);
  -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")
}

.ant-popover-placement-top .ant-popover-arrow,.ant-popover-placement-topLeft .ant-popover-arrow,.ant-popover-placement-topRight .ant-popover-arrow {
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.ant-popover-placement-top .ant-popover-arrow-content,.ant-popover-placement-topLeft .ant-popover-arrow-content,.ant-popover-placement-topRight .ant-popover-arrow-content {
  -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.07);
  box-shadow: 3px 3px 7px #00000012;
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg)
}

.ant-popover-placement-top .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateY(100%) translateX(-50%);
  transform: translateY(100%) translate(-50%)
}

.ant-popover-placement-topLeft .ant-popover-arrow {
  left: 16px
}

.ant-popover-placement-topRight .ant-popover-arrow {
  right: 16px
}

.ant-popover-placement-right .ant-popover-arrow,.ant-popover-placement-rightTop .ant-popover-arrow,.ant-popover-placement-rightBottom .ant-popover-arrow {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translate(-100%)
}

.ant-popover-placement-right .ant-popover-arrow-content,.ant-popover-placement-rightTop .ant-popover-arrow-content,.ant-popover-placement-rightBottom .ant-popover-arrow-content {
  -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.07);
  box-shadow: 3px 3px 7px #00000012;
  -webkit-transform: translateX(11px) rotate(135deg);
  transform: translate(11px) rotate(135deg)
}

.ant-popover-placement-right .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translate(-100%) translateY(-50%)
}

.ant-popover-placement-rightTop .ant-popover-arrow {
  top: 12px
}

.ant-popover-placement-rightBottom .ant-popover-arrow {
  bottom: 12px
}

.ant-popover-placement-bottom .ant-popover-arrow,.ant-popover-placement-bottomLeft .ant-popover-arrow,.ant-popover-placement-bottomRight .ant-popover-arrow {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.ant-popover-placement-bottom .ant-popover-arrow-content,.ant-popover-placement-bottomLeft .ant-popover-arrow-content,.ant-popover-placement-bottomRight .ant-popover-arrow-content {
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.06);
  box-shadow: 2px 2px 5px #0000000f;
  -webkit-transform: translateY(11px) rotate(-135deg);
  transform: translateY(11px) rotate(-135deg)
}

.ant-popover-placement-bottom .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translate(-50%)
}

.ant-popover-placement-bottomLeft .ant-popover-arrow {
  left: 16px
}

.ant-popover-placement-bottomRight .ant-popover-arrow {
  right: 16px
}

.ant-popover-placement-left .ant-popover-arrow,.ant-popover-placement-leftTop .ant-popover-arrow,.ant-popover-placement-leftBottom .ant-popover-arrow {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translate(100%)
}

.ant-popover-placement-left .ant-popover-arrow-content,.ant-popover-placement-leftTop .ant-popover-arrow-content,.ant-popover-placement-leftBottom .ant-popover-arrow-content {
  -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.07);
  box-shadow: 3px 3px 7px #00000012;
  -webkit-transform: translateX(-11px) rotate(-45deg);
  transform: translate(-11px) rotate(-45deg)
}

.ant-popover-placement-left .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
  transform: translate(100%) translateY(-50%)
}

.ant-popover-placement-leftTop .ant-popover-arrow {
  top: 12px
}

.ant-popover-placement-leftBottom .ant-popover-arrow {
  bottom: 12px
}

.ant-popover-pink .ant-popover-inner,.ant-popover-pink .ant-popover-arrow-content,.ant-popover-magenta .ant-popover-inner,.ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96
}

.ant-popover-red .ant-popover-inner,.ant-popover-red .ant-popover-arrow-content {
  background-color: #f5222d
}

.ant-popover-volcano .ant-popover-inner,.ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c
}

.ant-popover-orange .ant-popover-inner,.ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16
}

.ant-popover-yellow .ant-popover-inner,.ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14
}

.ant-popover-gold .ant-popover-inner,.ant-popover-gold .ant-popover-arrow-content {
  background-color: #faad14
}

.ant-popover-cyan .ant-popover-inner,.ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2
}

.ant-popover-lime .ant-popover-inner,.ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911
}

.ant-popover-green .ant-popover-inner,.ant-popover-green .ant-popover-arrow-content {
  background-color: #52c41a
}

.ant-popover-blue .ant-popover-inner,.ant-popover-blue .ant-popover-arrow-content {
  background-color: #1890ff
}

.ant-popover-geekblue .ant-popover-inner,.ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb
}

.ant-popover-purple .ant-popover-inner,.ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1
}

.ant-popover-rtl {
  direction: rtl;
  text-align: right
}

.ant-popover-rtl .ant-popover-message-icon {
  margin-right: 0;
  margin-left: 8px
}

.ant-popover-rtl .ant-popover-message-title {
  padding-left: 16px
}

.ant-popover-rtl .ant-popover-buttons {
  text-align: left
}

.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0
}

.ant-badge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  line-height: 1
}

.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff
}

.ant-badge-count a,.ant-badge-count a:hover {
  color: #fff
}

.ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px
}

.ant-badge-multiple-words {
  padding: 0 8px
}

.ant-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff
}

.ant-badge-dot.ant-scroll-number {
  -webkit-transition: background 1.5s;
  transition: background 1.5s
}

.ant-badge-count,.ant-badge-dot,.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%
}

.ant-badge-count.anticon-spin,.ant-badge-dot.anticon-spin,.ant-badge .ant-scroll-number-custom-component.anticon-spin {
  -webkit-animation: antBadgeLoadingCircle 1s infinite linear;
  animation: antBadgeLoadingCircle 1s infinite linear
}

.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline
}

.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%
}

.ant-badge-status-success {
  background-color: #52c41a
}

.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff
}

.ant-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: ""
}

.ant-badge-status-default {
  background-color: #d9d9d9
}

.ant-badge-status-error {
  background-color: #ff4d4f
}

.ant-badge-status-warning {
  background-color: #faad14
}

.ant-badge-status-pink,.ant-badge-status-magenta {
  background: #eb2f96
}

.ant-badge-status-red {
  background: #f5222d
}

.ant-badge-status-volcano {
  background: #fa541c
}

.ant-badge-status-orange {
  background: #fa8c16
}

.ant-badge-status-yellow {
  background: #fadb14
}

.ant-badge-status-gold {
  background: #faad14
}

.ant-badge-status-cyan {
  background: #13c2c2
}

.ant-badge-status-lime {
  background: #a0d911
}

.ant-badge-status-green {
  background: #52c41a
}

.ant-badge-status-blue {
  background: #1890ff
}

.ant-badge-status-geekblue {
  background: #2f54eb
}

.ant-badge-status-purple {
  background: #722ed1
}

.ant-badge-status-text {
  margin-left: 8px;
  color: #000000d9;
  font-size: 14px
}

.ant-badge-zoom-appear,.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46);
  animation: antZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6);
  animation: antZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.ant-badge-not-a-wrapper .ant-badge-zoom-appear,.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
  -webkit-animation: antNoWrapperZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46);
  animation: antNoWrapperZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46)
}

.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
  -webkit-animation: antNoWrapperZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6);
  animation: antNoWrapperZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6)
}

.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle
}

.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,.ant-badge-not-a-wrapper .ant-badge-count {
  -webkit-transform: none;
  transform: none
}

.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

@-webkit-keyframes antStatusProcessing {
  0% {
      -webkit-transform: scale(.8);
      transform: scale(.8);
      opacity: .5
  }

  to {
      -webkit-transform: scale(2.4);
      transform: scale(2.4);
      opacity: 0
  }
}

@keyframes antStatusProcessing {
  0% {
      -webkit-transform: scale(.8);
      transform: scale(.8);
      opacity: .5
  }

  to {
      -webkit-transform: scale(2.4);
      transform: scale(2.4);
      opacity: 0
  }
}

.ant-scroll-number {
  overflow: hidden;
  direction: ltr
}

.ant-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden
}

.ant-scroll-number-only>p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden
}

.ant-scroll-number-symbol {
  vertical-align: top
}

@-webkit-keyframes antZoomBadgeIn {
  0% {
      -webkit-transform: scale(0) translate(50%,-50%);
      transform: scale(0) translate(50%,-50%);
      opacity: 0
  }

  to {
      -webkit-transform: scale(1) translate(50%,-50%);
      transform: scale(1) translate(50%,-50%)
  }
}

@keyframes antZoomBadgeIn {
  0% {
      -webkit-transform: scale(0) translate(50%,-50%);
      transform: scale(0) translate(50%,-50%);
      opacity: 0
  }

  to {
      -webkit-transform: scale(1) translate(50%,-50%);
      transform: scale(1) translate(50%,-50%)
  }
}

@-webkit-keyframes antZoomBadgeOut {
  0% {
      -webkit-transform: scale(1) translate(50%,-50%);
      transform: scale(1) translate(50%,-50%)
  }

  to {
      -webkit-transform: scale(0) translate(50%,-50%);
      transform: scale(0) translate(50%,-50%);
      opacity: 0
  }
}

@keyframes antZoomBadgeOut {
  0% {
      -webkit-transform: scale(1) translate(50%,-50%);
      transform: scale(1) translate(50%,-50%)
  }

  to {
      -webkit-transform: scale(0) translate(50%,-50%);
      transform: scale(0) translate(50%,-50%);
      opacity: 0
  }
}

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

  to {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

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

  to {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

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

  to {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0
  }
}

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

  to {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0
  }
}

@-webkit-keyframes antBadgeLoadingCircle {
  0% {
      -webkit-transform-origin: 50%;
      transform-origin: 50%
  }

  to {
      -webkit-transform: translate(50%,-50%) rotate(360deg);
      transform: translate(50%,-50%) rotate(360deg);
      -webkit-transform-origin: 50%;
      transform-origin: 50%
  }
}

@keyframes antBadgeLoadingCircle {
  0% {
      -webkit-transform-origin: 50%;
      transform-origin: 50%
  }

  to {
      -webkit-transform: translate(50%,-50%) rotate(360deg);
      transform: translate(50%,-50%) rotate(360deg);
      -webkit-transform-origin: 50%;
      transform-origin: 50%
  }
}

.ant-ribbon-wrapper {
  position: relative
}

.ant-ribbon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #1890ff;
  border-radius: 2px
}

.ant-ribbon-text {
  color: #fff
}

.ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentcolor;
  border: 4px solid;
  -webkit-transform: scaleY(.75);
  transform: scaleY(.75);
  -webkit-transform-origin: top;
  transform-origin: top
}

.ant-ribbon-corner:after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: #00000040;
  border: inherit;
  content: ""
}

.ant-ribbon-color-pink,.ant-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96
}

.ant-ribbon-color-red {
  color: #f5222d;
  background: #f5222d
}

.ant-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c
}

.ant-ribbon-color-orange {
  color: #fa8c16;
  background: #fa8c16
}

.ant-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14
}

.ant-ribbon-color-gold {
  color: #faad14;
  background: #faad14
}

.ant-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2
}

.ant-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911
}

.ant-ribbon-color-green {
  color: #52c41a;
  background: #52c41a
}

.ant-ribbon-color-blue {
  color: #1890ff;
  background: #1890ff
}

.ant-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb
}

.ant-ribbon-color-purple {
  color: #722ed1;
  background: #722ed1
}

.ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0
}

.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentcolor transparent transparent currentcolor
}

.ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0
}

.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentcolor currentcolor transparent transparent
}

.ant-badge-rtl {
  direction: rtl
}

.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%
}

.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%
}

.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0
}

.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
  -webkit-animation-name: antZoomBadgeInRtl;
  animation-name: antZoomBadgeInRtl
}

.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
  -webkit-animation-name: antZoomBadgeOutRtl;
  animation-name: antZoomBadgeOutRtl
}

.ant-ribbon-rtl {
  direction: rtl
}

.ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0
}

.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentcolor currentcolor transparent transparent
}

.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner:after {
  border-color: currentcolor currentcolor transparent transparent
}

.ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px
}

.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentcolor transparent transparent currentcolor
}

.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner:after {
  border-color: currentcolor transparent transparent currentcolor
}

@-webkit-keyframes antZoomBadgeInRtl {
  0% {
      -webkit-transform: scale(0) translate(-50%,-50%);
      transform: scale(0) translate(-50%,-50%);
      opacity: 0
  }

  to {
      -webkit-transform: scale(1) translate(-50%,-50%);
      transform: scale(1) translate(-50%,-50%)
  }
}

@keyframes antZoomBadgeInRtl {
  0% {
      -webkit-transform: scale(0) translate(-50%,-50%);
      transform: scale(0) translate(-50%,-50%);
      opacity: 0
  }

  to {
      -webkit-transform: scale(1) translate(-50%,-50%);
      transform: scale(1) translate(-50%,-50%)
  }
}

@-webkit-keyframes antZoomBadgeOutRtl {
  0% {
      -webkit-transform: scale(1) translate(-50%,-50%);
      transform: scale(1) translate(-50%,-50%)
  }

  to {
      -webkit-transform: scale(0) translate(-50%,-50%);
      transform: scale(0) translate(-50%,-50%);
      opacity: 0
  }
}

@keyframes antZoomBadgeOutRtl {
  0% {
      -webkit-transform: scale(1) translate(-50%,-50%);
      transform: scale(1) translate(-50%,-50%)
  }

  to {
      -webkit-transform: scale(0) translate(-50%,-50%);
      transform: scale(0) translate(-50%,-50%);
      opacity: 0
  }
}

.ant-carousel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum"
}

.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -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 input.ant-radio-input,.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden
}

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

.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible
}

.ant-carousel .slick-list .slick-slide>div>div {
  vertical-align: bottom
}

.ant-carousel .slick-slider .slick-track,.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  transform: translateZ(0);
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.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: 1px
}

.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
}

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

.ant-carousel .slick-prev,.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  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: .25
}

.ant-carousel .slick-prev {
  left: -25px
}

.ant-carousel .slick-prev:before {
  content: "â†"
}

.ant-carousel .slick-next {
  right: -25px
}

.ant-carousel .slick-next:before {
  content: "â†’"
}

.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15%;
  margin-bottom: 0;
  margin-left: 15%;
  padding-left: 0;
  list-style: none
}

.ant-carousel .slick-dots-bottom {
  bottom: 12px
}

.ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto
}

.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  -webkit-transition: all .5s;
  transition: all .5s
}

.ant-carousel .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: all .5s;
  transition: all .5s
}

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

.ant-carousel .slick-dots li button:after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: ""
}

.ant-carousel .slick-dots li.slick-active {
  width: 24px
}

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

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

.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px
}

.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto
}

.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 0;
  vertical-align: baseline
}

.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px
}

.ant-carousel-vertical .slick-dots li.slick-active,.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px
}

.ant-carousel-rtl {
  direction: rtl
}

.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto
}

.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto
}

.ant-carousel-rtl .ant-carousel .slick-prev:before {
  content: "â†’"
}

.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px
}

.ant-carousel-rtl .ant-carousel .slick-next:before {
  content: "â†"
}

.ant-carousel-rtl.ant-carousel .slick-dots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._scrollViewCustom_1y2qp_1 {
  overflow: auto;
  scrollbar-color: var(--main-color) transparent;
  scrollbar-width: thin
}

._scrollViewCustom_1y2qp_1::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

._scrollViewCustom_1y2qp_1::-webkit-scrollbar-track {
  background-color: transparent
}

._scrollViewCustom_1y2qp_1::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 3px
}

._scrollViewCustom_1y2qp_1::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-color)
}

._pageLayout_1xll8_1 {
  font-family: "KanunAR+LT";
  width: 100%;
  height: 100%;
  background-color: var(--sea-bg-color)!important
}

._pageLayout_1xll8_1 ._innerLayout_1xll8_7 {
  padding-left: 245px;
  background-color: var(--sea-bg-color)!important;
  -webkit-transition: padding-left .3s;
  transition: padding-left .3s
}

._pageLayout_1xll8_1 ._innerLayout_1xll8_7._pcInnerLayoutCollapsed_1xll8_12 {
  padding-left: 0px;
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  background: var(--sea-bg-color);
  border-bottom: 1px solid #303260
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerL_1xll8_25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerL_1xll8_25 ._halloweenDiscountMobile_1xll8_30 {
  display: none
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerL_1xll8_25 .ant-badge {
  margin-right: 20px
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerL_1xll8_25 .ant-badge-dot {
  top: 1px;
  right: 11px;
  width: 8px!important;
  min-width: 8px!important;
  height: 8px!important;
  background: red;
  -webkit-box-shadow: 0 0 0 1px #303260;
  box-shadow: 0 0 0 1px #303260
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._searchW_1xll8_45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 120px;
  max-width: 640px;
  height: 40px;
  background-color: #000115;
  border-radius: 20px;
  padding-left: 16px;
  cursor: pointer;
  margin-right: 20px;
  text-decoration: none;
  border: 1px solid #323463;
  -webkit-transition: max-width .3s;
  transition: max-width .3s
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._searchW_1xll8_45 img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._searchW_1xll8_45 ._searchText_1xll8_65 {
  font-size: 16px;
  color: #5f5f77
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._searchBox_1xll8_69 {
  display: none
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerR_1xll8_72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerR_1xll8_72 .ant-badge {
  margin-right: 20px
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerR_1xll8_72 .ant-badge-dot {
  top: 1px;
  right: 1px;
  width: 8px!important;
  min-width: 8px!important;
  height: 8px!important;
  background: red;
  -webkit-box-shadow: 0 0 0 1px #303260;
  box-shadow: 0 0 0 1px #303260
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._pricingDiscountTip_1xll8_88 {
  height: 32px;
  padding: 0 15px;
  background: linear-gradient(135deg,#ff16bf,#6cbfff);
  border-radius: 16px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  margin-right: 20px;
  cursor: pointer
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._pricingDiscountTip_1xll8_88 img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._pricingDiscountTip_1xll8_88 span {
  white-space: nowrap
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langPlace_1xll8_113 {
  position: relative;
  display: block;
  width: 120px;
  height: 0;
  margin-right: 10px
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langMobile_1xll8_120 {
  display: none
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langBox_1xll8_123 {
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 310;
  width: 100%;
  background: #000;
  border-radius: 20px;
  border: 1px solid #323463;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  overflow: hidden
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._currentLangBox_1xll8_137 {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._currentLang_1xll8_137 {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 12px
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langArrow_1xll8_151 {
  display: block;
  width: 12px;
  height: 6px;
  -webkit-transition: all .3s;
  transition: all .3s
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langArrow_1xll8_151._langOpen_1xll8_157 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langList_1xll8_160 {
  padding: 6px 0 10px;
  background-color: #000
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langList_1xll8_160 ._langItem_1xll8_164 {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 0 0 14px;
  line-height: 32px;
  background-color: transparent;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #fff
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langList_1xll8_160 ._langItem_1xll8_164._langItemActive_1xll8_176 {
  color: var(--main-color)
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langList_1xll8_160 ._langItem_1xll8_164:hover {
  background: #2b2e4e
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._notifications_1xll8_182 {
  position: relative;
  font-size: 20px;
  color: #fff;
  cursor: pointer
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._notifications_1xll8_182:hover {
  -webkit-animation: unset!important;
  animation: unset!important
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._notifications_1xll8_182._shake_1xll8_191 {
  -webkit-animation: _ani-shake_1xll8_1 .7s ease-in-out 2s infinite;
  animation: _ani-shake_1xll8_1 .7s ease-in-out 2s infinite
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfo_1xll8_194 {
  height: 40px;
  padding: 0 5px 5px;
  overflow: hidden;
  border: 1px solid #323463;
  border-radius: 20px;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfo_1xll8_194 ._userDetail_1xll8_204 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfo_1xll8_194 ._avatarPcBox_1xll8_209 {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfo_1xll8_194 ._avatarPcBox_1xll8_209 ._timeHourglass_1xll8_216 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfo_1xll8_194 ._avatar_1xll8_209 {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfo_1xll8_194 ._userName_1xll8_233 {
  margin: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfo_1xll8_194 ._userArrow_1xll8_243 {
  display: block;
  width: 12px;
  height: 6px;
  -webkit-transition: all .3s;
  transition: all .3s
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfo_1xll8_194 ._userArrow_1xll8_243._open_1xll8_249 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  transform-origin: center center
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfoMob_1xll8_253 {
  display: none
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._noLogin_1xll8_256 {
  /* font-weight: 700; */
  /* font-size: 16px; */
  color: #f5f5f5;
  line-height: 4px;
  margin-right: 6px;
  cursor: pointer;
  padding: 16px 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: var(--sea-bg-color);
  border-radius: 6px;
  white-space: nowrap;
  background: linear-gradient(45deg,#6cbfff,#ff16bf);
}

._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._noLogin_1xll8_256:hover {
  background-color: #7577aa
}

._pageLayout_1xll8_1 ._menu_1xll8_272 {
  padding: 16px 10px
}

._pageLayout_1xll8_1 ._menu_1xll8_272 svg {
  color: currentColor
}

._pageLayout_1xll8_1 ._content_1xll8_278 {
  background-color: var(--sea-bg-color)
}

._pageLayout_1xll8_1 ._pageFooter_1xll8_281 {
  background: #171932;
  padding: 0
}

@-webkit-keyframes _discordAnimation_1xll8_1 {
  0% {
      width: 38px;
      height: 38px;
      background-color: #f75ecdcc
  }

  to {
      width: 60px;
      height: 60px;
      background-color: #f75ecd00
  }
}

@keyframes _discordAnimation_1xll8_1 {
  0% {
      width: 38px;
      height: 38px;
      background-color: #f75ecdcc
  }

  to {
      width: 60px;
      height: 60px;
      background-color: #f75ecd00
  }
}

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

  10%,30%,50%,70%,90% {
      -webkit-transform: rotate(-10deg) scale(1.1);
      transform: rotate(-10deg) scale(1.1)
  }

  20%,40%,60%,80% {
      -webkit-transform: rotate(10deg) scale(1.1);
      transform: rotate(10deg) scale(1.1)
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

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

  10%,30%,50%,70%,90% {
      -webkit-transform: rotate(-10deg) scale(1.1);
      transform: rotate(-10deg) scale(1.1)
  }

  20%,40%,60%,80% {
      -webkit-transform: rotate(10deg) scale(1.1);
      transform: rotate(10deg) scale(1.1)
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

._popoverWrapper_1xll8_318 {
  background-color: #fff
}

._popoverWrapper_1xll8_318 ._popLine_1xll8_321 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  margin-bottom: 5px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 4px;
  overflow: hidden
}

._popoverWrapper_1xll8_318 ._popLine_1xll8_321._noHover_1xll8_334:hover {
  background-color: #fff!important
}

._popoverWrapper_1xll8_318 ._popLine_1xll8_321 ._iocn_1xll8_337 {
  margin-right: 8px
}

._popoverWrapper_1xll8_318 ._popLine_1xll8_321:hover {
  background-color: #f4f4f4
}

._confirmBody_1xll8_343 .ant-modal-content {
  border-radius: 5px
}

._dropDownWrap_1xll8_346 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 40px
}

._dropDownWrap_1xll8_346 ._dropDownItem_1xll8_354 {
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  padding: 10px 0
}

._dropDownWrap_1xll8_346 ._dropDownItem_1xll8_354:hover {
  color: var(--main-color)
}

._dropDownWrap_1xll8_346 ._dropDownItem_1xll8_354:first-child {
  border-top: 1px solid #323463;
  border-bottom: 1px solid #323463
}

._dropDownWrap_1xll8_346 ._dropDownItem_1xll8_354:nth-child(2) {
  border-bottom: 1px solid #323463
}

@media screen and (max-width: 1024px) {
  ._pageLayout_1xll8_1 ._innerLayout_1xll8_7 {
      padding-left:0!important
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._menuIcon_1xll8_378 {
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 15px;
      cursor: pointer
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerL_1xll8_25 ._halloweenDiscountPC_1xll8_385 {
      display: none
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerL_1xll8_25 ._halloweenDiscountMobile_1xll8_30 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerR_1xll8_72 .ant-badge {
      margin-right: 15px
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._pricingDiscountTip_1xll8_88 {
      max-width: 140px;
      padding: 0 10px;
      margin-right: 15px
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langMobile_1xll8_120 {
      display: block;
      width: 20px;
      height: 20px;
      cursor: pointer;
      margin-right: 15px
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langMobile_1xll8_120 img {
      display: block;
      width: 100%;
      height: 100%
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langPlace_1xll8_113,._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._langBox_1xll8_123,._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfo_1xll8_194 {
      display: none
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfoMob_1xll8_253 {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #323463;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfoMob_1xll8_253 img {
      display: block;
      width: 100%;
      height: 100%
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._userInfoMob_1xll8_253 ._timeHourglass_1xll8_216 {
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 50%
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._noLogin_1xll8_256 {
      margin-right: 7px;
      height: 27px;
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._noLogin_1xll8_256:hover {
      background-color: unset
  }

  ._langListMenu_1xll8_448 {
      font-family: "KanunAR+LT";
      padding-top: 0!important;
      top: 10px!important
  }

  ._langListMenu_1xll8_448 .ant-popover-arrow {
      display: none
  }

  ._langListMenu_1xll8_448 .ant-popover-inner {
      background-color: #000;
      border: 1px solid #323463;
      border-radius: 20px;
      overflow: hidden;
      -webkit-box-shadow: none;
      box-shadow: none
  }

  ._langListMenu_1xll8_448 .ant-popover-inner-content {
      padding: 0!important
  }

  ._langListMenu_1xll8_448 ._langListMenuBox_1xll8_466 {
      width: 120px;
      background-color: #000
  }

  ._langListMenu_1xll8_448 ._currentLangMoBox_1xll8_470 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 15px;
      margin-bottom: 6px;
      height: 40px
  }

  ._langListMenu_1xll8_448 ._currentLangMo_1xll8_470 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      line-height: 12px
  }

  ._langListMenu_1xll8_448 ._langArrowMo_1xll8_485 {
      display: block;
      width: 12px;
      height: 6px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0
  }

  ._langListMenu_1xll8_448 ._langItemMo_1xll8_491 {
      display: block;
      width: 100%;
      height: 32px;
      padding-left: 15px;
      margin-bottom: 10px;
      background-color: #000;
      -webkit-transition: all .3s;
      transition: all .3s;
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      line-height: 32px
  }

  ._langListMenu_1xll8_448 ._langItemMo_1xll8_491:hover {
      background-color: #2b2e4e
  }

  ._langListMenu_1xll8_448 ._langItemMo_1xll8_491._langItemActiveMo_1xll8_507 {
      color: var(--main-color)
  }

  ._userActionMenu_1xll8_510 {
      font-family: "KanunAR+LT";
      padding-top: 0!important
  }

  ._userActionMenu_1xll8_510 .ant-popover-arrow {
      display: none
  }

  ._userActionMenu_1xll8_510 .ant-popover-inner {
      border: 1px solid #323463;
      border-radius: 20px;
      overflow: hidden;
      -webkit-box-shadow: none;
      box-shadow: none
  }

  ._userActionMenu_1xll8_510 .ant-popover-inner-content {
      padding: 0!important
  }

  ._userActionMenu_1xll8_510 ._actionMenuBox_1xll8_526 {
      min-width: 105px;
      padding: 5px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #000
  }

  ._userActionMenu_1xll8_510 ._actionMenuItem_1xll8_535 {
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      line-height: 12px;
      padding: 10px;
      cursor: pointer
  }

  ._userActionMenu_1xll8_510 ._actionMenuItem_1xll8_535:hover {
      color: var(--main-color)
  }

  ._userActionMenu_1xll8_510 ._actionLine_1xll8_548 {
      width: 68px;
      height: 1px;
      background-color: #323463
  }
}

@media screen and (max-width: 640px) {
  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 {
      height:52px
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._searchText_1xll8_65 {
      display: none
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerL_1xll8_25 {
      -webkit-box-flex: 0;
      -webkit-flex: 0;
      -ms-flex: 0;
      flex: 0
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerL_1xll8_25 .ant-badge {
      margin-right: 0
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._headerR_1xll8_72 .ant-badge {
      height: 20px
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._searchW_1xll8_45 {
      display: none
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._searchBox_1xll8_69 {
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 15px
  }

  ._pageLayout_1xll8_1 ._pageHeader_1xll8_15 ._searchBox_1xll8_69 img {
      width: 100%;
      height: 100%
  }
}

._pageSider_1hp7m_1 {
  background-color: #171932!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900
}

._pageSider_1hp7m_1 ._siderInner_1hp7m_11 {
  position: relative;
  border-right: 1px solid #303260;
  height: 100%;
  overflow: hidden
}

._pageSider_1hp7m_1 ._siderInner_1hp7m_11 ._collapseIcon_1hp7m_17,._pageSider_1hp7m_1 ._siderInner_1hp7m_11 ._collapsedIcon_1hp7m_18 {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  width: 19px;
  height: 34px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAMAAADa37fNAAAAdVBMVEUAAAAwMl8vMmAvMWAgJ1wvMWAvMWAwMWAsMV4uLl4vL2EvMWAwMl8vMmAwMmAuMWAxMWIuMF8jLFgvMmAvMV8vMl8vMWAvMWAvMmAuLl0wMmCDhKA2OGR4eZhzdJRqbI1lZ4l9fptwcZFhYoVYWX5OUHc8Pmrs4bW+AAAAGnRSTlMA/dfMB5ppwyQgFvjr3aRYRD8O8rezfXJSN86+d3kAAAD3SURBVEjHrdbLbsIwEIVhfIuTlAJJb/SYAr2+/yMWiYUVJYr+xcz6kyI74zOziRtUPWMDY2+MZcZci5gSY+4dMfkRMT1HxPQSEVPoENNTg5jkj4hJj6/tOqsyNUM7rrNaD9uwa7o1Vsvl/Sqr5Q+ISSkiptAjJt8jphARU2JMB8Y8Y9ozlqfs+vm7yFw3YR+l/Cy6ZsL+bu57ie0mTKdzKRc3Z+HOqruU8nWase3spNdSzvM+hQx+FB4BXgi8XvyzQGXLRvKWTZ4MH6Dv7cIhRR5cPAZ5qPKI5oHvj2bDKHRsUNqNXT8argTJcl3JpqvUYLrmRaT+AZ7eiQcBRuWpAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer
}

._pageSider_1hp7m_1 ._siderInner_1hp7m_11 ._collapseIcon_1hp7m_17:hover,._pageSider_1hp7m_1 ._siderInner_1hp7m_11 ._collapsedIcon_1hp7m_18:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAB0CAMAAAACXMRXAAAAAXNSR0IArs4c6QAAAbZQTFRFAAAAAAD/AACAgICAVVWqQEC/ZmaZVVWqYGCfYGC/TWazXV25VVWqZmaqXl6uYWGqYWG2XV2uXFytWFixXl6qXl6zWGGwYWGwWlqtXV2yX1+vXGOxYGCsYGCzX1+yXV2uYGCvXWKxXl6vXWGwYGCyXl6uXWKyXGCwXWGyXmKxXWGuYWGyX1+vXmKwXGCxX1+vXWGwYGCwX1+tX2OxXmGyXmGyXl6wXmKwYGCuX1+vX2KvX2KyYGCxX2KxX2KwXmGuYGCvXmCxXV+vX1+vX2KvXmGwX2GvX2GxX1+wYGKvX2GwXmCvXmCxXWCvYGCvYGKvX2KvX2GwXmCxYGCxX2GxXmCwYGKwXV+wX2GwX2GvXmCvYGKvX2GwYmSxZGaxZWeyaGq0amy2a221cnS5cnS6e3u+eny+i43GjY7GkJHIkZHIkZPIkZLJm5zOnqDQoKDQpaXRpafTqqzVr7DYu7vevr/ev7/eycnkycrkzc3m09Pp1NTp1dfr2trs4eHx4eHw4+Px5+fz6en08fH48/P68vL59/j79/f7+fn8+vr9+/v9/Pz+/Pz+/f3+/v7+////////////+eZBWgAAAJF0Uk5TAAECAgMEBQYICAoLDA8TFRUWGRobGx0dHyEjJCUoKywwNDY3ODk8PT9BQkJDREVGR0pLS0xPUVFSVlZWWFteX2BiY2NjZ2lpa21ub29wcHBzdHV1dnd4e3t8fX1+f4CBgoKDhoaJipOTlZWVlpuenqKipaiwtLS9vcHGyMrN1dbZ3ODo6+zx8vb3+Pn6+/39/vUtFkYAAAIoSURBVFjDxdlnUxNRFIdxkGgIBDQoTUFUpChK6KB0lQgSpRhR5AihI0Ww0kHpUpT9xuyFzPhms9nZZzD3A/xmy9m79/xPjCMGrkQKJFMgkwJ5FKiiwEsKSCoFHlKg6xIE5A4F/BchIEUUeOeBgDx3QkAeU0C8FJBiCkh5HASkMQEC8uo6BKSvwsUAke67DgaItOc6GSASKElhgL5a72U4EKCvnvoHN684ARC6Hd/Thrrq0vu30lz2gH/rfYv3xgUCqNVZcpkB+nXUXmWAvmrcEJA3tyEg8igeAtKWDAHpugYB6UmHgLz2QEA63BCQhlgISCEFej0QkCYKSA4FfBSQbAo0hgOGpwasbTBJxsDcvrY1bkkoMAZ+aZq2N2MFaDYGlnRAO/xipZichsDQTyX8+WZByDJ+iP2rSjiejwzkh3uNi0rQVj5EAirD1sH3v0pYD0YAnoQvpK9HStgYNgdemFTip99K2Bw1317NSvnjjhKWTYG3ZsDkrgKWbAOzZ7cwZvcW6EP8cfoa14IRP4bzKaRQKS/YLeVB+jHhzxlvKJ8PtO0JsqXJyDTbVPm2/r9+LL5o/1ybon3AKIzyIYse8+hBkx516WGbHvdhw0FbHtZ0wbYPNZ42W9+A75nefJfZab719j/HfvvPAggYgcAQBsZANIiiURgN42gcSANJGonSUJbGwjiYptE4DufpeAAPKPCIhA5p/FEfVOFRGR7W4XEhHljSkekJQ26S7MI7IjYAAAAASUVORK5CYII=);
  width: 23px
}

._pageSider_1hp7m_1 ._siderInner_1hp7m_11 ._collapsedIcon_1hp7m_18 {
  top: 18px;
  right: unset;
  left: 0;
  -webkit-transform: unset;
  transform: unset
}

._pageSider_1hp7m_1 .ant-layout-sider-trigger {
  display: none
}

._pageSider_1hp7m_1 ._content_1hp7m_47 {
  width: 100%;
  height: 100%;
  min-height: 700px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._logoABox_1hp7m_59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 40px;
  -webkit-transition: all .3s;
  transition: all .3s
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._logoABox_1hp7m_59._smallLogoABox_1hp7m_66 {
  margin-top: 46px;
  margin-bottom: 115px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._logoABox_1hp7m_59._smallLogoABox_1hp7m_66 ._logo_1hp7m_59 {
  width: 40px;
  height: 40px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._logo_1hp7m_59 {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #171932;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._logo_1hp7m_59 strong {
  position: absolute;
  top: 0;
  left: -900px;
  z-index: -1
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._logo_1hp7m_59 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._moreLine_1hp7m_103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97._collapsedMoreBox_1hp7m_109 {
  width: 100%
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._moreBtn_1hp7m_112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._moreBtn_1hp7m_112._smallBtn_1hp7m_121 {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  padding: 0!important
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._moreBtn_1hp7m_112:hover {
  background-color: #2b2e4e
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._moreBtn_1hp7m_112 ._moreIcon_1hp7m_130 {
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._moreBtn_1hp7m_112 ._moreIcon_1hp7m_130 img {
  display: block;
  width: 100%;
  height: 100%
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._moreBtn_1hp7m_112 span {
  margin-left: 12px;
  font-size: 16px;
  color: #fff
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._bottomBox_1hp7m_145 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 0 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._bottomBox_1hp7m_145 a {
  display: block;
  color: #7d80ad;
  font-size: 12px;
  margin-right: 13px;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._bottomBox_1hp7m_145 a:hover {
  text-decoration: underline
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._mediaAffiliate_1hp7m_163 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._mediaList_1hp7m_169 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 30px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._mediaList_1hp7m_169 ._mediaItem_1hp7m_175 {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._mediaList_1hp7m_169 ._mediaItem_1hp7m_175:last-child {
  margin-right: 0
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._mediaList_1hp7m_169 ._mediaItem_1hp7m_175:hover {
  background-color: #2f325a
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._mediaListL_1hp7m_191 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 15px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._mediaListL_1hp7m_191 ._mediaItem_1hp7m_175 {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._mediaListL_1hp7m_191 ._mediaItem_1hp7m_175:hover {
  background-color: #2f325a
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._mediaListL_1hp7m_191 ._mediaItem_1hp7m_175:last-child {
  margin-right: 0
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._otherBox_1hp7m_216 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._affiliate_1hp7m_222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #7d80ad;
  line-height: 12px;
  padding-top: 2px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._affiliate_1hp7m_222:hover ._AfiliadoIconW_1hp7m_231 {
  background-color: #2f325a
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._affiliate_1hp7m_222._mr10_1hp7m_234 ._AfiliadoIconW_1hp7m_231 {
  margin-right: 8px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._affiliate_1hp7m_222 ._AfiliadoIconW_1hp7m_231 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: 3px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._affiliate_1hp7m_222 img {
  display: block;
  width: 20px;
  height: 20px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._pwaInstallIcon_1hp7m_254 {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._pwaInstallIcon_1hp7m_254:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appleDownload_1hp7m_264,._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._androidDownload_1hp7m_265 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 87px;
  height: 30px;
  background: #02031f;
  border-radius: 4px;
  border: 1px solid #323463;
  cursor: pointer
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appleDownload_1hp7m_264:hover,._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._androidDownload_1hp7m_265:hover {
  background: #2f325a;
  border: 1px solid #7577aa
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appleDownload_1hp7m_264 img,._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._androidDownload_1hp7m_265 img {
  display: block;
  width: 77px;
  height: 20px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appleDownload_1hp7m_264 {
  margin-right: 10px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appDownloadList_1hp7m_290 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appDownloadListL_1hp7m_295 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appDownloadListL_1hp7m_295 ._appleDownload_1hp7m_264 {
  margin-top: 10px;
  margin-bottom: 5px
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appDownloadListL_1hp7m_295 ._appleDownload_1hp7m_264,._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appDownloadListL_1hp7m_295 ._androidDownload_1hp7m_265 {
  width: 60px;
  height: auto;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0
}

._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appDownloadListL_1hp7m_295 ._appleDownload_1hp7m_264 img,._pageSider_1hp7m_1 ._content_1hp7m_47 ._moreBox_1hp7m_97 ._appDownloadListL_1hp7m_295 ._androidDownload_1hp7m_265 img {
  width: 50px;
  height: 13px
}

._popover_1hp7m_318 {
  margin-top: 14px;
  padding-bottom: 8px
}

._popover_1hp7m_318._smallPopover_1hp7m_322 {
  left: 50px!important
}

._popover_1hp7m_318 .ant-popover-arrow {
  display: none
}

._popover_1hp7m_318 .ant-popover-inner {
  border: 1px solid #434670;
  border-radius: 8px;
  overflow: hidden;
  width: 180px
}

._popover_1hp7m_318 .ant-popover-inner-content {
  width: 100%;
  height: 100%;
  padding: 12px 0;
  background-color: #2b2e4e
}

._moreContent_1hp7m_340 {
  width: 100%;
  height: 100%
}

._moreContent_1hp7m_340 ._moreItem_1hp7m_344 {
  width: 100%;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-left: 19px;
  text-decoration: none
}

._moreContent_1hp7m_340 ._moreItem_1hp7m_344:hover {
  background-color: #434670
}

._moreContent_1hp7m_340 ._moreItem_1hp7m_344 ._icon_1hp7m_356 {
  width: 18px;
  height: 16px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

._moreContent_1hp7m_340 ._moreItem_1hp7m_344 ._icon_1hp7m_356 img {
  width: 100%;
  height: 100%
}

._moreContent_1hp7m_340 ._moreItem_1hp7m_344 span {
  font-size: 12px;
  font-weight: 700;
  color: #fff
}

._notification_1hp7m_373 .ant-drawer-close {
  display: none
}

._notification_1hp7m_373 .ant-drawer-content {
  background-color: #171932
}

._notification_1hp7m_373 .ant-drawer-header {
  border: 1px solid transparent;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  background-color: #fdfdf9
}

._notification_1hp7m_373 .ant-drawer-body {
  background-color: #fdfdf9;
  padding: 0 15px!important
}

._smenu_1fxxm_1 {
  width: 100%;
  background-color: #171932;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

._smenu_1fxxm_1 .ant-badge-multiple-words {
  padding: 0 3px!important
}

._smenu_1fxxm_1 .ant-badge-count {
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: red;
  font-size: 10px;
  top: -1px;
  right: -2px
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 10px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21._hide_1fxxm_33 {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21._noSelect_1fxxm_41 ._icon_1fxxm_41 {
  color: #fff
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21._noSelect_1fxxm_41 a,._smenu_1fxxm_1 ._smenuItem_1fxxm_21._noSelect_1fxxm_41 ._title_1fxxm_47 {
  color: #fff!important
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21._noSelect_1fxxm_41:hover {
  background-color: #2b2e4e
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21 ._icon_1fxxm_41 {
  width: 20px;
  height: 20px
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21 ._title_1fxxm_47 {
  margin-left: 13px;
  font-size: 16px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21 ._title_1fxxm_47 a {
  color: #fff!important;
  text-wrap: nowrap
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21 ._bonusDot_1fxxm_67 .ant-badge-dot {
  -webkit-box-shadow: none;
  box-shadow: none
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21 ._bonusTip_1fxxm_70 {
  position: absolute;
  bottom: -50px;
  left: 15px;
  -webkit-transform: translate(0,-50%);
  transform: translateY(-50%);
  height: 32px;
  background: #fb0007;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0!important;
  border-radius: 8px
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21 ._bonusTip_1fxxm_70:after {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 35px;
  border: 5px solid #fb0007;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21._selected_1fxxm_99 ._icon_1fxxm_41 {
  color: var(--main-color)
}

._smenu_1fxxm_1 ._smenuItem_1fxxm_21._selected_1fxxm_99 a,._smenu_1fxxm_1 ._smenuItem_1fxxm_21._selected_1fxxm_99 ._title_1fxxm_47 {
  color: var(--main-color)!important
}

._smenu_1fxxm_1 ._turntableEntranceWrapPc_1fxxm_108 {
  cursor: pointer;
  margin-left: 30px
}

._smenu_1fxxm_1 ._turntableEntranceWrapPc_1fxxm_108 img {
  display: block;
  width: 160px;
  height: auto
}

._smenu_1fxxm_1 ._turntableEntranceWrapMobile_1fxxm_117 {
  cursor: pointer;
  display: none
}

._smenuHide_1fxxm_121 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._smenuHide_1fxxm_121 ._turntableEntranceWrapPc_1fxxm_108 {
  margin-left: 0;
  padding-top: 5px
}

._smenuHide_1fxxm_121 ._turntableEntranceWrapPc_1fxxm_108 img {
  width: 40px
}

@media screen and (max-width: 1024px) {
  ._smenu_1fxxm_1 {
      display:-webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }

  ._smenu_1fxxm_1 ._smenuItem_1fxxm_21 {
      margin: 0 0 10px
  }

  ._smenu_1fxxm_1 ._turntableEntranceWrapPc_1fxxm_108 {
      display: none
  }

  ._smenu_1fxxm_1 ._turntableEntranceWrapMobile_1fxxm_117 {
      display: block;
      margin-left: 15px
  }

  ._smenu_1fxxm_1 ._turntableEntranceWrapMobile_1fxxm_117 img {
      display: block;
      width: 160px;
      height: auto
  }

  ._smenuHide_1fxxm_121 ._turntableEntranceWrapMobile_1fxxm_117 img {
      width: 20px
  }
}

.ant-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none
}

.ant-drawer-inline {
  position: absolute
}

.ant-drawer-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #00000073;
  pointer-events: auto
}

.ant-drawer-content-wrapper {
  position: absolute;
  z-index: 1000;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-drawer-content-wrapper-hidden {
  display: none
}

.ant-drawer-left>.ant-drawer-content-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 6px 0 16px -8px rgba(0,0,0,.08),9px 0 28px 0 rgba(0,0,0,.05),12px 0 48px 16px rgba(0,0,0,.03);
  box-shadow: 6px 0 16px -8px #00000014,9px 0 28px #0000000d,12px 0 48px 16px #00000008
}

.ant-drawer-right>.ant-drawer-content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: -6px 0 16px -8px rgba(0,0,0,.08),-9px 0 28px 0 rgba(0,0,0,.05),-12px 0 48px 16px rgba(0,0,0,.03);
  box-shadow: -6px 0 16px -8px #00000014,-9px 0 28px #0000000d,-12px 0 48px 16px #00000008
}

.ant-drawer-top>.ant-drawer-content-wrapper {
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 6px 16px -8px rgba(0,0,0,.08),0 9px 28px 0 rgba(0,0,0,.05),0 12px 48px 16px rgba(0,0,0,.03);
  box-shadow: 0 6px 16px -8px #00000014,0 9px 28px #0000000d,0 12px 48px 16px #00000008
}

.ant-drawer-bottom>.ant-drawer-content-wrapper {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -6px 16px -8px rgba(0,0,0,.08),0 -9px 28px 0 rgba(0,0,0,.05),0 -12px 48px 16px rgba(0,0,0,.03);
  box-shadow: 0 -6px 16px -8px #00000014,0 -9px 28px #0000000d,0 -12px 48px 16px #00000008
}

.ant-drawer-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  pointer-events: auto
}

.ant-drawer-wrapper-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%
}

.ant-drawer-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #f0f0f0
}

.ant-drawer-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  min-height: 0
}

.ant-drawer-extra {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.ant-drawer-close {
  display: inline-block;
  margin-right: 12px;
  color: #00000073;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-rendering: auto
}

.ant-drawer-close:focus,.ant-drawer-close:hover {
  color: #000000bf;
  text-decoration: none
}

.ant-drawer-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  color: #000000d9;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px
}

.ant-drawer-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: auto
}

.ant-drawer-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0
}

.panel-motion-enter-start,.panel-motion-appear-start,.panel-motion-leave-start {
  -webkit-transition: none;
  transition: none
}

.panel-motion-enter-active,.panel-motion-appear-active,.panel-motion-leave-active,.ant-drawer-mask-motion-enter-active,.ant-drawer-mask-motion-appear-active,.ant-drawer-mask-motion-leave-active {
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-drawer-mask-motion-enter,.ant-drawer-mask-motion-appear {
  opacity: 0
}

.ant-drawer-mask-motion-enter-active,.ant-drawer-mask-motion-appear-active,.ant-drawer-mask-motion-leave {
  opacity: 1
}

.ant-drawer-mask-motion-leave-active {
  opacity: 0
}

.ant-drawer-panel-motion-left-enter-start,.ant-drawer-panel-motion-left-appear-start,.ant-drawer-panel-motion-left-leave-start {
  -webkit-transition: none;
  transition: none
}

.ant-drawer-panel-motion-left-enter-active,.ant-drawer-panel-motion-left-appear-active,.ant-drawer-panel-motion-left-leave-active {
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-drawer-panel-motion-left-enter-start,.ant-drawer-panel-motion-left-appear-start {
  -webkit-transform: translateX(-100%)!important;
  transform: translate(-100%)!important
}

.ant-drawer-panel-motion-left-enter-active,.ant-drawer-panel-motion-left-appear-active,.ant-drawer-panel-motion-left-leave {
  -webkit-transform: translateX(0);
  transform: translate(0)
}

.ant-drawer-panel-motion-left-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translate(-100%)
}

.ant-drawer-panel-motion-right-enter-start,.ant-drawer-panel-motion-right-appear-start,.ant-drawer-panel-motion-right-leave-start {
  -webkit-transition: none;
  transition: none
}

.ant-drawer-panel-motion-right-enter-active,.ant-drawer-panel-motion-right-appear-active,.ant-drawer-panel-motion-right-leave-active {
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-drawer-panel-motion-right-enter-start,.ant-drawer-panel-motion-right-appear-start {
  -webkit-transform: translateX(100%)!important;
  transform: translate(100%)!important
}

.ant-drawer-panel-motion-right-enter-active,.ant-drawer-panel-motion-right-appear-active,.ant-drawer-panel-motion-right-leave {
  -webkit-transform: translateX(0);
  transform: translate(0)
}

.ant-drawer-panel-motion-right-leave-active {
  -webkit-transform: translateX(100%);
  transform: translate(100%)
}

.ant-drawer-panel-motion-top-enter-start,.ant-drawer-panel-motion-top-appear-start,.ant-drawer-panel-motion-top-leave-start {
  -webkit-transition: none;
  transition: none
}

.ant-drawer-panel-motion-top-enter-active,.ant-drawer-panel-motion-top-appear-active,.ant-drawer-panel-motion-top-leave-active {
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-drawer-panel-motion-top-enter-start,.ant-drawer-panel-motion-top-appear-start {
  -webkit-transform: translateY(-100%)!important;
  transform: translateY(-100%)!important
}

.ant-drawer-panel-motion-top-enter-active,.ant-drawer-panel-motion-top-appear-active,.ant-drawer-panel-motion-top-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.ant-drawer-panel-motion-top-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.ant-drawer-panel-motion-bottom-enter-start,.ant-drawer-panel-motion-bottom-appear-start,.ant-drawer-panel-motion-bottom-leave-start {
  -webkit-transition: none;
  transition: none
}

.ant-drawer-panel-motion-bottom-enter-active,.ant-drawer-panel-motion-bottom-appear-active,.ant-drawer-panel-motion-bottom-leave-active {
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-drawer-panel-motion-bottom-enter-start,.ant-drawer-panel-motion-bottom-appear-start {
  -webkit-transform: translateY(100%)!important;
  transform: translateY(100%)!important
}

.ant-drawer-panel-motion-bottom-enter-active,.ant-drawer-panel-motion-bottom-appear-active,.ant-drawer-panel-motion-bottom-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.ant-drawer-panel-motion-bottom-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.ant-drawer-rtl {
  direction: rtl
}

.ant-drawer-rtl .ant-drawer-close {
  margin-right: 0;
  margin-left: 12px
}

.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px
}

.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px
}

.ant-tabs-card.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px
}

.ant-tabs-card.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px
}

.ant-tabs-rtl {
  direction: rtl
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0
}

.ant-tabs-rtl.ant-tabs-left>.ant-tabs-nav {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.ant-tabs-rtl.ant-tabs-left>.ant-tabs-content-holder {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0
}

.ant-tabs-rtl.ant-tabs-right>.ant-tabs-nav {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0
}

.ant-tabs-rtl.ant-tabs-right>.ant-tabs-content-holder {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
  margin-right: 2px;
  margin-left: 0
}

.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0
}

.ant-tabs-dropdown-rtl {
  direction: rtl
}

.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right
}

.ant-tabs-top,.ant-tabs-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.ant-tabs-top>.ant-tabs-nav,.ant-tabs-bottom>.ant-tabs-nav,.ant-tabs-top>div>.ant-tabs-nav,.ant-tabs-bottom>div>.ant-tabs-nav {
  margin: 0 0 16px
}

.ant-tabs-top>.ant-tabs-nav:before,.ant-tabs-bottom>.ant-tabs-nav:before,.ant-tabs-top>div>.ant-tabs-nav:before,.ant-tabs-bottom>div>.ant-tabs-nav:before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: ""
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar-animated {
  -webkit-transition: width .3s,left .3s,right .3s;
  transition: width .3s,left .3s,right .3s
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:after {
  top: 0;
  bottom: 0;
  width: 30px
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 8px -8px rgba(0,0,0,.08);
  box-shadow: inset 10px 0 8px -8px #00000014
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.08);
  box-shadow: inset -10px 0 8px -8px #00000014
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before {
  opacity: 1
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after {
  opacity: 1
}

.ant-tabs-top>.ant-tabs-nav:before,.ant-tabs-top>div>.ant-tabs-nav:before {
  bottom: 0
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0
}

.ant-tabs-bottom>.ant-tabs-nav,.ant-tabs-bottom>div>.ant-tabs-nav {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 16px;
  margin-bottom: 0
}

.ant-tabs-bottom>.ant-tabs-nav:before,.ant-tabs-bottom>div>.ant-tabs-nav:before {
  top: 0
}

.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar {
  top: 0
}

.ant-tabs-bottom>.ant-tabs-content-holder,.ant-tabs-bottom>div>.ant-tabs-content-holder {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0
}

.ant-tabs-left>.ant-tabs-nav,.ant-tabs-right>.ant-tabs-nav,.ant-tabs-left>div>.ant-tabs-nav,.ant-tabs-right>div>.ant-tabs-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 50px
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
  margin: 16px 0 0
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:after {
  right: 0;
  left: 0;
  height: 30px
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:before {
  top: 0;
  -webkit-box-shadow: inset 0 10px 8px -8px rgba(0,0,0,.08);
  box-shadow: inset 0 10px 8px -8px #00000014
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:after {
  bottom: 0;
  -webkit-box-shadow: inset 0 -10px 8px -8px rgba(0,0,0,.08);
  box-shadow: inset 0 -10px 8px -8px #00000014
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before {
  opacity: 1
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after {
  opacity: 1
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar-animated {
  -webkit-transition: height .3s,top .3s;
  transition: height .3s,top .3s
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-operations {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar {
  right: 0
}

.ant-tabs-left>.ant-tabs-content-holder,.ant-tabs-left>div>.ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0
}

.ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,.ant-tabs-left>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane {
  padding-left: 24px
}

.ant-tabs-right>.ant-tabs-nav,.ant-tabs-right>div>.ant-tabs-nav {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar {
  left: 0
}

.ant-tabs-right>.ant-tabs-content-holder,.ant-tabs-right>div>.ant-tabs-content-holder {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0
}

.ant-tabs-right>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,.ant-tabs-right>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane {
  padding-right: 24px
}

.ant-tabs-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block
}

.ant-tabs-dropdown-hidden {
  display: none
}

.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d
}

.ant-tabs-dropdown-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: #000000d9;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-tabs-dropdown-menu-item>span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap
}

.ant-tabs-dropdown-menu-item-remove {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 12px;
  color: #00000073;
  font-size: 12px;
  background: transparent;
  border: 0;
  cursor: pointer
}

.ant-tabs-dropdown-menu-item-remove:hover {
  color: #40a9ff
}

.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5
}

.ant-tabs-dropdown-menu-item-disabled,.ant-tabs-dropdown-menu-item-disabled:hover {
  color: #00000040;
  background: transparent;
  cursor: not-allowed
}

.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1)
}

.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  background: #fff
}

.ant-tabs-card>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden
}

.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
  margin-left: 2px
}

.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 2px 0 0
}

.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff
}

.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 2px 2px
}

.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff
}

.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
  margin-top: 2px
}

.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 0 0 2px
}

.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff
}

.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 2px 2px 0
}

.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff
}

.ant-tabs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.ant-tabs>.ant-tabs-nav,.ant-tabs>div>.ant-tabs-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translate(0);
  transform: translate(0);
  overflow-x: auto;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap:after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  content: "";
  pointer-events: none
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations-hidden,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more:after,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  content: ""
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1)
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:hover,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #40a9ff
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:active,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:active,.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:focus,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #096dd9
}

.ant-tabs-extra-content {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.ant-tabs-centered>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*=ant-tabs-nav-wrap-ping]),.ant-tabs-centered>div>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*=ant-tabs-nav-wrap-ping]) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ant-tabs-ink-bar {
  position: absolute;
  background: #1890ff;
  pointer-events: none
}

.ant-tabs-tab {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer
}

.ant-tabs-tab-btn:focus,.ant-tabs-tab-remove:focus,.ant-tabs-tab-btn:active,.ant-tabs-tab-remove:active {
  color: #096dd9
}

.ant-tabs-tab-btn {
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-tabs-tab-remove {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: #00000073;
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-tabs-tab-remove:hover {
  color: #000000d9
}

.ant-tabs-tab:hover {
  color: #40a9ff
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
  text-shadow: 0 0 .25px currentcolor
}

.ant-tabs-tab.ant-tabs-tab-disabled {
  color: #00000040;
  cursor: not-allowed
}

.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: #00000040
}

.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0
}

.ant-tabs-tab .anticon {
  margin-right: 12px
}

.ant-tabs-tab+.ant-tabs-tab {
  margin: 0 0 0 32px
}

.ant-tabs-content {
  position: relative;
  width: 100%
}

.ant-tabs-content-holder {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 0;
  min-height: 0
}

.ant-tabs-tabpane {
  outline: none
}

.ant-tabs-tabpane-hidden {
  display: none
}

.ant-tabs-switch-appear,.ant-tabs-switch-enter {
  -webkit-transition: none;
  transition: none
}

.ant-tabs-switch-appear-start,.ant-tabs-switch-enter-start {
  opacity: 0
}

.ant-tabs-switch-appear-active,.ant-tabs-switch-enter-active {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.ant-tabs-switch-leave {
  position: absolute;
  -webkit-transition: none;
  transition: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.ant-tabs-switch-leave-start {
  opacity: 1
}

.ant-tabs-switch-leave-active {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.ant-spin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: absolute;
  display: none;
  color: #1890ff;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.78,.14,.15,.86);
  transition: -webkit-transform .3s cubic-bezier(.78,.14,.15,.86);
  transition: transform .3s cubic-bezier(.78,.14,.15,.86);
  transition: transform .3s cubic-bezier(.78,.14,.15,.86),-webkit-transform .3s cubic-bezier(.78,.14,.15,.86)
}

.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1
}

.ant-spin-nested-loading {
  position: relative
}

.ant-spin-nested-loading>div>.ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  text-shadow: 0 1px 2px #fff
}

.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
  margin: -7px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
  padding-top: 2px
}

.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
  margin: -16px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
  padding-top: 11px
}

.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px
}

.ant-spin-container {
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.ant-spin-container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \ ;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: "";
  pointer-events: none
}

.ant-spin-blur {
  clear: both;
  opacity: .5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.ant-spin-blur:after {
  opacity: .4;
  pointer-events: auto
}

.ant-spin-tip {
  color: #00000073
}

.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em
}

.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: .3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
  animation: antSpinMove 1s infinite linear alternate
}

.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0
}

.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.ant-spin-dot-spin {
  -webkit-transform: rotate(0deg);
  transform: rotate(0);
  -webkit-animation: antRotate 1.2s infinite linear;
  animation: antRotate 1.2s infinite linear
}

.ant-spin-sm .ant-spin-dot {
  font-size: 14px
}

.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px
}

.ant-spin-lg .ant-spin-dot {
  font-size: 32px
}

.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px
}

.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .ant-spin-blur {
      background: #fff;
      opacity: .5
  }
}

@-webkit-keyframes antSpinMove {
  to {
      opacity: 1
  }
}

@keyframes antSpinMove {
  to {
      opacity: 1
  }
}

@-webkit-keyframes antRotate {
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes antRotate {
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

.ant-spin-rtl {
  direction: rtl
}

.ant-spin-rtl .ant-spin-dot-spin {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation-name: antRotateRtl;
  animation-name: antRotateRtl
}

@-webkit-keyframes antRotateRtl {
  to {
      -webkit-transform: rotate(-405deg);
      transform: rotate(-405deg)
  }
}

@keyframes antRotateRtl {
  to {
      -webkit-transform: rotate(-405deg);
      transform: rotate(-405deg)
  }
}

._btn_1spj1_1 {
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s
}

._btn_1spj1_1._copySuccess_1spj1_5 {
  background: #2e5e1f!important
}

._btn_1spj1_1 img {
  display: block;
  width: 13px;
  height: auto;
  margin-right: 10px
}

._btn_1spj1_1 span {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 12px
}

.ant-notification {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 24px 0 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: fixed;
  z-index: 1010
}

.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer
}

.ant-notification-hook-holder {
  position: relative
}

.ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 48px);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5715;
  word-wrap: break-word;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d
}

.ant-notification-top .ant-notification-notice,.ant-notification-bottom .ant-notification-notice {
  margin-right: auto;
  margin-left: auto
}

.ant-notification-topLeft .ant-notification-notice,.ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0
}

.ant-notification-notice-message {
  margin-bottom: 8px;
  color: #000000d9;
  font-size: 16px;
  line-height: 24px
}

.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(264px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none
}

.ant-notification-notice-message-single-line-auto-margin:before {
  display: block;
  content: ""
}

.ant-notification-notice-description {
  font-size: 14px
}

.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px
}

.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px
}

.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px
}

.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px
}

.anticon.ant-notification-notice-icon-success {
  color: #52c41a
}

.anticon.ant-notification-notice-icon-info {
  color: #1890ff
}

.anticon.ant-notification-notice-icon-warning {
  color: #faad14
}

.anticon.ant-notification-notice-icon-error {
  color: #ff4d4f
}

.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: #00000073;
  outline: none
}

.ant-notification-notice-close:hover {
  color: #000000ab
}

.ant-notification-notice-btn {
  float: right;
  margin-top: 16px
}

.ant-notification .notification-fade-effect {
  -webkit-animation-duration: .24s;
  animation-duration: .24s;
  -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
  animation-timing-function: cubic-bezier(.645,.045,.355,1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.ant-notification-fade-enter,.ant-notification-fade-appear {
  -webkit-animation-duration: .24s;
  animation-duration: .24s;
  -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
  animation-timing-function: cubic-bezier(.645,.045,.355,1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

.ant-notification-fade-leave {
  -webkit-animation-duration: .24s;
  animation-duration: .24s;
  -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
  animation-timing-function: cubic-bezier(.645,.045,.355,1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

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

.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
  animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running
}

@-webkit-keyframes NotificationFadeIn {
  0% {
      left: 384px;
      opacity: 0
  }

  to {
      left: 0;
      opacity: 1
  }
}

@keyframes NotificationFadeIn {
  0% {
      left: 384px;
      opacity: 0
  }

  to {
      left: 0;
      opacity: 1
  }
}

@-webkit-keyframes NotificationFadeOut {
  0% {
      max-height: 150px;
      margin-bottom: 16px;
      opacity: 1
  }

  to {
      max-height: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      opacity: 0
  }
}

@keyframes NotificationFadeOut {
  0% {
      max-height: 150px;
      margin-bottom: 16px;
      opacity: 1
  }

  to {
      max-height: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      opacity: 0
  }
}

.ant-notification-rtl {
  direction: rtl
}

.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px
}

.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message,.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0
}

.ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0
}

.ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px
}

.ant-notification-rtl .ant-notification-notice-btn {
  float: left
}

.ant-notification-top,.ant-notification-bottom {
  margin-right: 0;
  margin-left: 0
}

.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationTopFadeIn;
  animation-name: NotificationTopFadeIn
}

.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationBottomFadeIn;
  animation-name: NotificationBottomFadeIn
}

.ant-notification-topLeft,.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px
}

.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
  animation-name: NotificationLeftFadeIn
}

@-webkit-keyframes NotificationTopFadeIn {
  0% {
      margin-top: -100%;
      opacity: 0
  }

  to {
      margin-top: 0;
      opacity: 1
  }
}

@keyframes NotificationTopFadeIn {
  0% {
      margin-top: -100%;
      opacity: 0
  }

  to {
      margin-top: 0;
      opacity: 1
  }
}

@-webkit-keyframes NotificationBottomFadeIn {
  0% {
      margin-bottom: -100%;
      opacity: 0
  }

  to {
      margin-bottom: 0;
      opacity: 1
  }
}

@keyframes NotificationBottomFadeIn {
  0% {
      margin-bottom: -100%;
      opacity: 0
  }

  to {
      margin-bottom: 0;
      opacity: 1
  }
}

@-webkit-keyframes NotificationLeftFadeIn {
  0% {
      right: 384px;
      opacity: 0
  }

  to {
      right: 0;
      opacity: 1
  }
}

@keyframes NotificationLeftFadeIn {
  0% {
      right: 384px;
      opacity: 0
  }

  to {
      right: 0;
      opacity: 1
  }
}

._notificationClass_13upr_1 {
  border-radius: 8px!important;
  padding: 22px 15px 20px 20px!important;
  background-color: #171932!important;
  border: 1px solid #4347a8
}

._notificationClass_13upr_1 .ant-notification-notice-message {
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  text-align: left;
  margin-bottom: 10px
}

._notificationClass_13upr_1 .ant-notification-notice-description {
  font-family: "KanunAR+LT";
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad
}

._notificationClass_13upr_1 .anticon-close {
  color: #fff!important
}

.ant-notification-top {
  z-index: 99999999999999
}

._listWrapper_z07yq_1 {
  font-family: "KanunAR+LT";
  padding-top: 20px
}

._listWrapper_z07yq_1 ._loading_z07yq_5 {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._listWrapper_z07yq_1 ._emptyTip_z07yq_12 {
  width: 100%;
  padding-top: 80px;
  font-weight: 700;
  font-size: 14px;
  color: #7d80ad;
  line-height: 14px;
  text-align: center
}

._listWrapper_z07yq_1 ._listItem_z07yq_21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

._listWrapper_z07yq_1 ._avatar_z07yq_25 {
  position: relative;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 13px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer
}

._listWrapper_z07yq_1 ._avatar_z07yq_25 img {
  display: block;
  width: 100%;
  height: 100%
}

._listWrapper_z07yq_1 ._itemR_z07yq_41 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden
}

._listWrapper_z07yq_1 ._nameLine_z07yq_45 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px
}

._listWrapper_z07yq_1 ._name_z07yq_45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer
}

._listWrapper_z07yq_1 ._date_z07yq_63 {
  font-size: 12px;
  line-height: 12px;
  color: #4c4e73;
  margin-left: 5px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: right center;
  transform-origin: right center
}

._listWrapper_z07yq_1 ._content_z07yq_72 {
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad;
  line-height: 16px;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word
}

._listWrapper_z07yq_1 ._content_z07yq_72._cursor_z07yq_82 {
  cursor: pointer
}

._listWrapper_z07yq_1 ._businessName_z07yq_85 {
  display: inline-block;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  font-weight: 700;
  cursor: pointer;
  color: var(--main-color)
}

._listWrapper_z07yq_1 ._couponCode_z07yq_94 {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad;
  line-height: 12px
}

._listWrapper_z07yq_1 ._couponCode_z07yq_94 ._codeDetail_z07yq_104 {
  font-weight: 400;
  font-size: 16px;
  color: #f75ecd;
  line-height: 16px;
  margin: 0 10px 0 5px
}

._listWrapper_z07yq_1 ._commentReplay_z07yq_111 {
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

._listWrapper_z07yq_1 ._commentReplay_z07yq_111 ._commentCon_z07yq_117 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 24px;
  padding: 5px 10px;
  background-color: #303260;
  border-radius: 6px;
  overflow: hidden
}

._listWrapper_z07yq_1 ._commentReplay_z07yq_111 ._commentCon_z07yq_117 span {
  display: block;
  font-size: 12px;
  color: #7d80ad;
  line-height: 16px;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: center;
  transform-origin: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 -18px
}

._listWrapper_z07yq_1 ._commentReplay_z07yq_111 ._replyBtn_z07yq_139 {
  width: 53px;
  height: 24px;
  background: #303260;
  border-radius: 6px;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #f75ecd;
  cursor: pointer
}

@media screen and (max-width: 1024px) {
  ._listWrapper_z07yq_1 ._commentReplay_z07yq_111 ._commentCon_z07yq_117 {
      background-color:#171932
  }

  ._listWrapper_z07yq_1 ._commentReplay_z07yq_111 ._replyBtn_z07yq_139 {
      background: #171932
  }
}

._userAvatarBox_qgloa_1,._userAvatarBoxMobile_qgloa_2 {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s
}

._userAvatarBox_qgloa_1 ._userAvatarImg_qgloa_8,._userAvatarBoxMobile_qgloa_2 ._userAvatarImg_qgloa_8 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover
}

._userAvatarBox_qgloa_1 ._avatarFrameImg_qgloa_16,._userAvatarBoxMobile_qgloa_2 ._avatarFrameImg_qgloa_16 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%) scale(1.6);
  transform: translate(-50%,-50%) scale(1.6);
  width: 100%;
  height: 100%
}

._userAvatarBox_qgloa_1 ._changeBtn_qgloa_25,._userAvatarBoxMobile_qgloa_2 ._changeBtn_qgloa_25 {
  background: #0009;
  border-radius: 6px;
  border: 1px solid rgba(125,128,173,.3);
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  padding: 4px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._userAvatarBox_qgloa_1 ._changeBtn_qgloa_25 ._setAvatarImg_qgloa_39,._userAvatarBoxMobile_qgloa_2 ._changeBtn_qgloa_25 ._setAvatarImg_qgloa_39 {
  margin-right: 5px
}

._userAvatarBox_qgloa_1 ._changeBtn_qgloa_25 span,._userAvatarBoxMobile_qgloa_2 ._changeBtn_qgloa_25 span {
  font-weight: 700;
  font-size: 12px;
  color: #7d80ad;
  line-height: 12px;
  text-align: left;
  font-style: normal
}

._modalWrap_qgloa_52 {
  background: #171932;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

._modalWrap_qgloa_52 ._modalLeft_qgloa_56 {
  width: 216px;
  background: #02031f;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._avatarHeader_qgloa_66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._title_qgloa_71 {
  font-weight: 700;
  font-size: 14px;
  color: #a5a9dc;
  line-height: 14px;
  text-align: center;
  font-style: normal
}

._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._textBox_qgloa_79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._textBox_qgloa_79 ._avatarName_qgloa_86 {
  font-weight: 700;
  font-size: 16px;
  color: #f75ecd;
  line-height: 16px;
  text-align: right;
  font-style: normal
}

._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._textBox_qgloa_79 ._avatarDes_qgloa_94 {
  font-weight: 400;
  font-size: 14px;
  color: #a5a9dc;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._textBox_qgloa_79 ._avatarTime_qgloa_108 {
  font-weight: 700;
  font-size: 16px;
  color: #f75ecd;
  line-height: 16px;
  text-align: right;
  font-style: normal;
  margin-bottom: 30px
}

._modalWrap_qgloa_52 ._modalRight_qgloa_117 {
  font-weight: 700;
  font-size: 14px;
  color: #f75ecd;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._modalWrap_qgloa_52 ._modalRight_qgloa_117 ._content_qgloa_127 {
  max-height: 395px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 30px;
  overflow-y: scroll
}

._modalWrap_qgloa_52 ._modalRight_qgloa_117 ._avatarItem_qgloa_135 {
  background: #1c1d3e;
  border-radius: 8px;
  border: 1px solid #323463;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #a5a9dc
}

._modalWrap_qgloa_52 ._modalRight_qgloa_117 ._avatarItem_qgloa_135 ._name_qgloa_147 {
  margin-top: 10px
}

._modalWrap_qgloa_52 ._modalRight_qgloa_117 ._active_qgloa_150 {
  background: #4a0f39;
  border: 1px solid #f75ecd;
  color: #f75ecd
}

._userAvatarBoxMobile_qgloa_2 {
  display: none
}

@media screen and (max-width: 640px) {
  ._userAvatarBox_qgloa_1 {
      display:none
  }

  ._userAvatarBoxMobile_qgloa_2 {
      display: block
  }

  ._modalWrap_qgloa_52 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }

  ._modalWrap_qgloa_52 ._modalLeft_qgloa_56 {
      width: 100%
  }

  ._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._avatarHeader_qgloa_66 {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row
  }

  ._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._avatarHeader_qgloa_66 ._textBox_qgloa_79 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start
  }

  ._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._avatarHeader_qgloa_66 ._textBox_qgloa_79 ._avatarDes_qgloa_94 {
      text-align: left
  }

  ._modalWrap_qgloa_52 ._modalLeft_qgloa_56 ._avatarHeader_qgloa_66 ._textBox_qgloa_79 ._avatarTime_qgloa_108 {
      margin-bottom: 0
  }

  ._modalWrap_qgloa_52 ._modalRight_qgloa_117 {
      padding: 20px 15px
  }

  ._modalWrap_qgloa_52 ._modalRight_qgloa_117 ._title_qgloa_71 {
      text-align: center
  }

  ._modalWrap_qgloa_52 ._modalRight_qgloa_117 ._content_qgloa_127 {
      gap: 15px
  }
}

.ant-modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 24px;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto
}

.ant-modal.ant-zoom-enter,.ant-modal.ant-zoom-appear {
  -webkit-transform: none;
  transform: none;
  opacity: 0;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: #00000073
}

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

.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0
}

.ant-modal-wrap {
  z-index: 1000
}

.ant-modal-title {
  margin: 0;
  color: #000000d9;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word
}

.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;
  pointer-events: auto
}

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

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

.ant-modal-close:focus,.ant-modal-close:hover {
  color: #000000bf;
  text-decoration: none
}

.ant-modal-header {
  padding: 16px 24px;
  color: #000000d9;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0
}

.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word
}

.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px
}

.ant-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px
}

.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;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle
}

@media (max-width: 767px) {
  .ant-modal {
      max-width:calc(100vw - 16px);
      margin: 8px auto
  }

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

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

.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px
}

.ant-modal-confirm-body-wrapper:before {
  display: table;
  content: ""
}

.ant-modal-confirm-body-wrapper:after {
  display: table;
  clear: both;
  content: ""
}

.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: #000000d9;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4
}

.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: #000000d9;
  font-size: 14px
}

.ant-modal-confirm-body>.anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px
}

.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
  margin-left: 38px
}

.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 24px;
  text-align: right
}

.ant-modal-confirm .ant-modal-confirm-btns .ant-btn+.ant-btn {
  margin-bottom: 0;
  margin-left: 8px
}

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

.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
}

.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
  pointer-events: none
}

.ant-modal-wrap-rtl {
  direction: rtl
}

.ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0
}

.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left
}

.ant-modal-wrap-rtl .ant-modal-footer .ant-btn+.ant-btn {
  margin-right: 8px;
  margin-left: 0
}

.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl
}

.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px
}

.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0
}

.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  text-align: left
}

.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn+.ant-btn {
  margin-right: 8px;
  margin-left: 0
}

.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right
}

.ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
  box-shadow: 0 2px #00000004;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: #000000d9;
  border-color: #d9d9d9;
  background: #fff
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

.ant-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px
}

.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 2px
}

.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;
  border-color: #40a9ff;
  background: #fff
}

.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 {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff
}

.ant-btn:active>a:only-child {
  color: currentcolor
}

.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]:hover,.ant-btn[disabled]:focus,.ant-btn[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

.ant-btn[disabled]>a:only-child:after,.ant-btn[disabled]:hover>a:only-child:after,.ant-btn[disabled]:focus>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 {
  text-decoration: none;
  background: #fff
}

.ant-btn>span {
  display: inline-block
}

.ant-btn-primary {
  color: #fff;
  border-color: #1890ff;
  background: #1890ff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.045);
  box-shadow: 0 2px #0000000b
}

.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;
  border-color: #40a9ff;
  background: #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 {
  color: #fff;
  border-color: #096dd9;
  background: #096dd9
}

.ant-btn-primary:active>a:only-child {
  color: currentcolor
}

.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]:hover,.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-primary[disabled]>a:only-child,.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-primary[disabled]:focus>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]:hover>a:only-child:after,.ant-btn-primary[disabled]:focus>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: #000000d9;
  border-color: #d9d9d9;
  background: transparent
}

.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;
  border-color: #40a9ff;
  background: transparent
}

.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 {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent
}

.ant-btn-ghost:active>a:only-child {
  color: currentcolor
}

.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]:hover,.ant-btn-ghost[disabled]:focus,.ant-btn-ghost[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-ghost[disabled]>a:only-child,.ant-btn-ghost[disabled]:hover>a:only-child,.ant-btn-ghost[disabled]:focus>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]:hover>a:only-child:after,.ant-btn-ghost[disabled]:focus>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: #000000d9;
  border-color: #d9d9d9;
  background: #fff;
  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;
  border-color: #40a9ff;
  background: #fff
}

.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 {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff
}

.ant-btn-dashed:active>a:only-child {
  color: currentcolor
}

.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]:hover,.ant-btn-dashed[disabled]:focus,.ant-btn-dashed[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-dashed[disabled]>a:only-child,.ant-btn-dashed[disabled]:hover>a:only-child,.ant-btn-dashed[disabled]:focus>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]:hover>a:only-child:after,.ant-btn-dashed[disabled]:focus>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;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.045);
  box-shadow: 0 2px #0000000b
}

.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;
  border-color: #ff7875;
  background: #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 {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e
}

.ant-btn-danger:active>a:only-child {
  color: currentcolor
}

.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]:hover,.ant-btn-danger[disabled]:focus,.ant-btn-danger[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-danger[disabled]>a:only-child,.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-danger[disabled]:focus>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]:hover>a:only-child:after,.ant-btn-danger[disabled]:focus>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;
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  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;
  border-color: #40a9ff;
  background: transparent
}

.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 {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent
}

.ant-btn-link:active>a:only-child {
  color: currentcolor
}

.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]:hover,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-link:hover {
  background: transparent
}

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

.ant-btn-link[disabled],.ant-btn-link[disabled]:hover,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:active {
  color: #00000040;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-link[disabled]>a:only-child,.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-link[disabled]:focus>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]:hover>a:only-child:after,.ant-btn-link[disabled]:focus>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-text {
  color: #000000d9;
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-text>a:only-child {
  color: currentcolor
}

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

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

.ant-btn-text:hover>a:only-child,.ant-btn-text:focus>a:only-child {
  color: currentcolor
}

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

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

.ant-btn-text:active>a:only-child {
  color: currentcolor
}

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

.ant-btn-text[disabled],.ant-btn-text[disabled]:hover,.ant-btn-text[disabled]:focus,.ant-btn-text[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-text:hover,.ant-btn-text:focus {
  color: #000000d9;
  background: #00000005;
  border-color: transparent
}

.ant-btn-text:active {
  color: #000000d9;
  background: #00000007;
  border-color: transparent
}

.ant-btn-text[disabled],.ant-btn-text[disabled]:hover,.ant-btn-text[disabled]:focus,.ant-btn-text[disabled]:active {
  color: #00000040;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  background: #fff
}

.ant-btn-dangerous>a:only-child {
  color: currentcolor
}

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

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

.ant-btn-dangerous:hover>a:only-child,.ant-btn-dangerous:focus>a:only-child {
  color: currentcolor
}

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

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

.ant-btn-dangerous:active>a:only-child {
  color: currentcolor
}

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

.ant-btn-dangerous[disabled],.ant-btn-dangerous[disabled]:hover,.ant-btn-dangerous[disabled]:focus,.ant-btn-dangerous[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.045);
  box-shadow: 0 2px #0000000b
}

.ant-btn-dangerous.ant-btn-primary>a:only-child {
  color: currentcolor
}

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

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

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

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

.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e
}

.ant-btn-dangerous.ant-btn-primary:active>a:only-child {
  color: currentcolor
}

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

.ant-btn-dangerous.ant-btn-primary[disabled],.ant-btn-dangerous.ant-btn-primary[disabled]:hover,.ant-btn-dangerous.ant-btn-primary[disabled]:focus,.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-dangerous.ant-btn-link>a:only-child {
  color: currentcolor
}

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

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

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

.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-dangerous.ant-btn-link[disabled]:hover,.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

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

.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
  background: transparent
}

.ant-btn-dangerous.ant-btn-link:active>a:only-child {
  color: currentcolor
}

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

.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-dangerous.ant-btn-link[disabled]:hover,.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: #00000040;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

.ant-btn-dangerous.ant-btn-text {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-dangerous.ant-btn-text>a:only-child {
  color: currentcolor
}

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

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

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

.ant-btn-dangerous.ant-btn-text[disabled],.ant-btn-dangerous.ant-btn-text[disabled]:hover,.ant-btn-dangerous.ant-btn-text[disabled]:focus,.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-dangerous.ant-btn-text:hover,.ant-btn-dangerous.ant-btn-text:focus {
  color: #ff7875;
  border-color: transparent;
  background: #00000005
}

.ant-btn-dangerous.ant-btn-text:hover>a:only-child,.ant-btn-dangerous.ant-btn-text:focus>a:only-child {
  color: currentcolor
}

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

.ant-btn-dangerous.ant-btn-text:active {
  color: #d9363e;
  border-color: transparent;
  background: #00000007
}

.ant-btn-dangerous.ant-btn-text:active>a:only-child {
  color: currentcolor
}

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

.ant-btn-dangerous.ant-btn-text[disabled],.ant-btn-dangerous.ant-btn-text[disabled]:hover,.ant-btn-dangerous.ant-btn-text[disabled]:focus,.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: #00000040;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-btn-dangerous.ant-btn-text[disabled]>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:active>a:only-child {
  color: currentcolor
}

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

.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 2px;
  vertical-align: -3px
}

.ant-btn-icon-only>* {
  font-size: 16px
}

.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 2px
}

.ant-btn-icon-only.ant-btn-lg>* {
  font-size: 18px
}

.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 2px
}

.ant-btn-icon-only.ant-btn-sm>* {
  font-size: 14px
}

.ant-btn-icon-only>.anticon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ant-btn-icon-only .anticon-loading {
  padding: 0!important
}

a.ant-btn-icon-only {
  vertical-align: -1px
}

a.ant-btn-icon-only>.anticon {
  display: inline
}

.ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px
}

.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px
}

.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 24px
}

.ant-btn-round.ant-btn-icon-only {
  width: auto
}

.ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%
}

.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%
}

.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%
}

.ant-btn:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: .35;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  content: "";
  pointer-events: none
}

.ant-btn .anticon {
  -webkit-transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
  transition: margin-left .3s cubic-bezier(.645,.045,.355,1)
}

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

.ant-btn.ant-btn-loading {
  position: relative;
  cursor: default
}

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

.ant-btn>.ant-btn-loading-icon {
  -webkit-transition: width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1);
  transition: width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1)
}

.ant-btn>.ant-btn-loading-icon .anticon {
  padding-right: 8px;
  -webkit-animation: none;
  animation: none
}

.ant-btn>.ant-btn-loading-icon .anticon svg {
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear
}

.ant-btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.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 {
  z-index: 2
}

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

.ant-btn-group .ant-btn-icon-only {
  font-size: 14px
}

.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: -1px
}

.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: 2px
}

.ant-btn-group>span:only-child>.ant-btn {
  border-radius: 2px
}

.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: 2px;
  border-bottom-left-radius: 2px
}

.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: 2px;
  border-bottom-right-radius: 2px
}

.ant-btn-group-sm>.ant-btn:only-child {
  border-radius: 2px
}

.ant-btn-group-sm>span:only-child>.ant-btn {
  border-radius: 2px
}

.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: 2px;
  border-bottom-left-radius: 2px
}

.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: 2px;
  border-bottom-right-radius: 2px
}

.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: 8px;
  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: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-btn-rtl.ant-btn-group .ant-btn+.ant-btn,.ant-btn-rtl.ant-btn+.ant-btn-group,.ant-btn-rtl.ant-btn-group span+.ant-btn,.ant-btn-rtl.ant-btn-group .ant-btn+span,.ant-btn-rtl.ant-btn-group>span+span,.ant-btn-rtl.ant-btn-group+.ant-btn,.ant-btn-rtl.ant-btn-group+.ant-btn-group,.ant-btn-group-rtl.ant-btn-group .ant-btn+.ant-btn,.ant-btn-group-rtl.ant-btn+.ant-btn-group,.ant-btn-group-rtl.ant-btn-group span+.ant-btn,.ant-btn-group-rtl.ant-btn-group .ant-btn+span,.ant-btn-group-rtl.ant-btn-group>span+span,.ant-btn-group-rtl.ant-btn-group+.ant-btn,.ant-btn-group-rtl.ant-btn-group+.ant-btn-group {
  margin-right: -1px;
  margin-left: auto
}

.ant-btn-group.ant-btn-group-rtl {
  direction: rtl
}

.ant-btn-group-rtl.ant-btn-group>.ant-btn:first-child:not(:last-child),.ant-btn-group-rtl.ant-btn-group>span:first-child:not(:last-child)>.ant-btn {
  border-radius: 0 2px 2px 0
}

.ant-btn-group-rtl.ant-btn-group>.ant-btn:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group>span:last-child:not(:first-child)>.ant-btn {
  border-radius: 2px 0 0 2px
}

.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.ant-btn-group-rtl.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn {
  border-radius: 0 2px 2px 0
}

.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn {
  border-radius: 2px 0 0 2px
}

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

.ant-btn>.anticon+span,.ant-btn>span+.anticon {
  margin-left: 8px
}

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

.ant-btn.ant-btn-background-ghost,.ant-btn.ant-btn-background-ghost:hover,.ant-btn.ant-btn-background-ghost:active,.ant-btn.ant-btn-background-ghost:focus {
  background: transparent
}

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

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

.ant-btn.ant-btn-background-ghost[disabled] {
  color: #00000040;
  background: transparent;
  border-color: #d9d9d9
}

.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  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;
  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 {
  color: #096dd9;
  border-color: #096dd9
}

.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 {
  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]:hover,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.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]:focus>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]: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]: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;
  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;
  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 {
  color: #d9363e;
  border-color: #d9363e
}

.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 {
  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]:hover,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.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]:focus>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]: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]:active>a:only-child:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ""
}

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

.ant-btn-background-ghost.ant-btn-dangerous>a:only-child {
  color: currentcolor
}

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

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

.ant-btn-background-ghost.ant-btn-dangerous:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous:focus>a:only-child {
  color: currentcolor
}

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

.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e
}

.ant-btn-background-ghost.ant-btn-dangerous:active>a:only-child {
  color: currentcolor
}

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

.ant-btn-background-ghost.ant-btn-dangerous[disabled],.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

.ant-btn-background-ghost.ant-btn-dangerous[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[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-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  text-shadow: none
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link>a:only-child {
  color: currentcolor
}

.ant-btn-background-ghost.ant-btn-dangerous.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-dangerous.ant-btn-link:hover,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent
}

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

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.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-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active>a:only-child {
  color: currentcolor
}

.ant-btn-background-ghost.ant-btn-dangerous.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-dangerous.ant-btn-link[disabled],.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: #00000040;
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.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: .34em
}

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

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

.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: "Â "
}

a.ant-btn {
  padding-top: .01px!important;
  line-height: 30px
}

a.ant-btn-disabled {
  cursor: not-allowed
}

a.ant-btn-disabled>* {
  pointer-events: none
}

a.ant-btn-disabled,a.ant-btn-disabled:hover,a.ant-btn-disabled:focus,a.ant-btn-disabled:active {
  color: #00000040;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.ant-btn-disabled>a:only-child,a.ant-btn-disabled:hover>a:only-child,a.ant-btn-disabled:focus>a:only-child,a.ant-btn-disabled:active>a:only-child {
  color: currentcolor
}

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

a.ant-btn-lg {
  line-height: 38px
}

a.ant-btn-sm {
  line-height: 22px
}

.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  margin-right: -1px
}

.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
  margin-left: -1px
}

.ant-btn-compact-item:hover,.ant-btn-compact-item:focus,.ant-btn-compact-item:active {
  z-index: 2
}

.ant-btn-compact-item[disabled] {
  z-index: 0
}

.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
  border-radius: 0
}

.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-btn-icon-only.ant-btn-compact-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.ant-btn-compact-item.ant-btn-primary:not([disabled])+.ant-btn-compact-item.ant-btn-primary:not([disabled]) {
  position: relative
}

.ant-btn-compact-item.ant-btn-primary:not([disabled])+.ant-btn-compact-item.ant-btn-primary:not([disabled]):after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: calc(100% + 2px);
  background-color: #40a9ff;
  content: " "
}

.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])+.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]):after {
  right: -1px
}

.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
  margin-bottom: -1px
}

.ant-btn-compact-vertical-item:hover,.ant-btn-compact-vertical-item:focus,.ant-btn-compact-vertical-item:active {
  z-index: 2
}

.ant-btn-compact-vertical-item[disabled] {
  z-index: 0
}

.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
  border-radius: 0
}

.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])+.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
  position: relative
}

.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])+.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]):after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: calc(100% + 2px);
  height: 1px;
  background-color: #40a9ff;
  content: " "
}

.ant-btn-rtl {
  direction: rtl
}

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

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

.ant-btn-rtl.ant-btn>.ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px
}

.ant-btn-rtl.ant-btn>.anticon+span,.ant-btn-rtl.ant-btn>span+.anticon {
  margin-right: 8px;
  margin-left: 0
}

._lodingWrapper_g4dfr_1 {
  font-family: "KanunAR+LT";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0000004d;
  color: var(--main-color)
}

._lodingWrapper_g4dfr_1._blurFilter_g4dfr_16 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

._lodingWrapper_g4dfr_1 ._loadingText_g4dfr_19 {
  padding: 40px 15px 0;
  font-weight: 400;
  font-size: 18px;
  color: #a5a9dc;
  line-height: 28px;
  max-width: 500px;
  text-align: center
}

._modalClass_n9uec_1 ._thisModalInner_n9uec_1 {
  position: relative
}

._modalClass_n9uec_1 .ant-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
  padding: 30px 40px 20px;
  border-bottom: none
}

._modalClass_n9uec_1 .ant-modal-title {
  font-family: "KanunAR+LT";
  font-size: 18px;
  font-weight: 700;
  color: var(--main-color)
}

._modalClass_n9uec_1 .ant-modal-close-x {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalClass_n9uec_1 .ant-modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 16px;
  border: 1px solid #434670;
  background-color: #171932;
  overflow: hidden
}

._modalClass_n9uec_1 .ant-modal-body {
  padding: 0
}

._modalClass_n9uec_1 .ant-modal-header {
  background-color: #171932
}

._modalClass_n9uec_1 ._customCloseBox_n9uec_38 {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 6px;
  opacity: .75;
  -webkit-transition: all .25s linear;
  transition: all .25s linear
}

._modalClass_n9uec_1 ._customCloseBox_n9uec_38:hover {
  background-color: #ffffff1f;
  opacity: 1
}

._modalClass_n9uec_1 ._closeIcon_n9uec_53 {
  display: block;
  width: 20px;
  height: 20px
}

._blackTitle_n9uec_58 .ant-modal-title {
  color: #000
}

.ant-modal-mask:has(+.myModalFixedClass) {
  background-color: #0009
}

@media screen and (max-width: 640px) {
  ._modalClass_n9uec_1 ._customCloseBox_n9uec_38 {
      opacity:1
  }
}

._modal_1ngix_1 {
  font-family: "KanunAR+LT"
}

._modal_1ngix_1 ._modalInner_1ngix_4 {
  padding: 27px 40px 30px
}

._modal_1ngix_1 ._modalInner_1ngix_4 ._title_1ngix_7 {
  font-weight: 700;
  font-size: 18px;
  color: #f75ecd;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px
}

._modal_1ngix_1 ._modalInner_1ngix_4 ._des_1ngix_15 {
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 18px;
  margin-bottom: 30px
}

._modal_1ngix_1 ._modalInner_1ngix_4 ._des_1ngix_15._desNoTitle_1ngix_22 {
  margin-top: 18px
}

._modal_1ngix_1 ._modalInner_1ngix_4 ._btnW_1ngix_25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width: 640px) {
  ._modal_1ngix_1 ._modalInner_1ngix_4 {
      padding:27px 20px 20px
  }

  ._modal_1ngix_1 ._modalInner_1ngix_4 ._title_1ngix_7,._modal_1ngix_1 ._modalInner_1ngix_4 ._des_1ngix_15 {
      margin-bottom: 20px
  }

  ._modal_1ngix_1 ._modalInner_1ngix_4 ._btnW_1ngix_25 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start!important;
      -webkit-justify-content: flex-start!important;
      -ms-flex-pack: start!important;
      justify-content: flex-start!important;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }

  ._modal_1ngix_1 ._modalInner_1ngix_4 ._confirmBtn_1ngix_45,._modal_1ngix_1 ._modalInner_1ngix_4 ._cancelBtn_1ngix_46 {
      width: 100%!important
  }

  ._modal_1ngix_1 ._modalInner_1ngix_4 ._cancelBtn_1ngix_46 {
      margin-bottom: 10px
  }
}

._notification_zc7dc_1 .ant-drawer-close {
  display: none
}

._notification_zc7dc_1 .ant-drawer-content {
  background-color: #171932
}

._notification_zc7dc_1 .ant-drawer-header {
  position: relative;
  border: 1px solid transparent;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 0;
  background-color: #171932
}

._notification_zc7dc_1 .ant-drawer-extra {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none
}

._notification_zc7dc_1 .ant-drawer-extra img {
  display: block;
  width: 100%;
  height: 100%
}

._notification_zc7dc_1 .ant-drawer-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #f75ecd
}

._notification_zc7dc_1 .ant-drawer-body {
  background-color: #171932;
  padding: 0!important
}

._notification_zc7dc_1 ._scrollInner_zc7dc_39 {
  padding: 0 15px
}

._notification_zc7dc_1 ._tabs_zc7dc_42 {
  width: 100%
}

._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0!important;
  background-color: #171932
}

._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-nav:before {
  border: 1px solid rgba(0,0,0,0)!important
}

._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-nav-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-nav-list {
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-tab {
  width: calc(100% / 3);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  padding: 20px 0 9px
}

._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-tab:hover {
  color: #b426ff
}

._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-tab-btn {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px
}

._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-ink-bar {
  background-color: #f75ecd
}

._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-tab-active>.ant-tabs-tab-btn {
  color: #f75ecd!important
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 18px 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 43px;
  z-index: 2;
  background-color: #171932
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._interactionTabItem_zc7dc_100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._interactionTabItem_zc7dc_100:hover ._tabItemIcon_zc7dc_107 {
  border: 1px solid var(--main-color);
  color: var(--main-color)
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._interactionTabItem_zc7dc_100:hover ._tabItemName_zc7dc_111 {
  color: var(--main-color)
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._interactionTabItem_zc7dc_100._interactionTabItemDisabled_zc7dc_114 {
  cursor: not-allowed
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._interactionTabItem_zc7dc_100._interactionTabItemActive_zc7dc_117 ._tabItemIcon_zc7dc_107 {
  background: #4a0f39!important;
  border: 1px solid var(--main-color)!important;
  color: var(--main-color)!important
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._interactionTabItem_zc7dc_100._interactionTabItemActive_zc7dc_117 ._tabItemName_zc7dc_111 {
  color: var(--main-color)!important
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._tabItemIcon_zc7dc_107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px;
  height: 40px;
  background: #171932;
  border-radius: 8px;
  border: 1px solid #323463;
  overflow: hidden;
  margin-bottom: 5px;
  color: #8080a4;
  -webkit-transition: all .3s;
  transition: all .3s
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._tabItemIcon_zc7dc_107 svg {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: all .15s;
  transition: all .15s
}

._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._tabItemName_zc7dc_111 {
  font-size: 12px;
  color: #8080a4;
  line-height: 12px;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media screen and (max-width: 1024px) {
  ._notification_zc7dc_1 .ant-drawer-content-wrapper {
      max-width:420px
  }

  ._notification_zc7dc_1 .ant-drawer-content {
      background-color: #02031f
  }

  ._notification_zc7dc_1 .ant-drawer-header {
      padding-left: 30px;
      padding-top: 50px;
      background-color: #02031f
  }

  ._notification_zc7dc_1 .ant-drawer-extra {
      display: block
  }

  ._notification_zc7dc_1 .ant-drawer-body {
      background-color: #02031f
  }

  ._notification_zc7dc_1 ._scrollInner_zc7dc_39 {
      padding: 0 30px
  }

  ._notification_zc7dc_1 ._tabs_zc7dc_42 .ant-tabs-nav {
      background-color: #02031f
  }

  ._notification_zc7dc_1 ._interactionTab_zc7dc_90 {
      padding: 20px 0 5px;
      background-color: var(--sea-bg-color)
  }

  ._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._interactionTabItem_zc7dc_100:hover ._tabItemIcon_zc7dc_107 {
      border: 1px solid #323463;
      color: #8080a4
  }

  ._notification_zc7dc_1 ._interactionTab_zc7dc_90 ._interactionTabItem_zc7dc_100:hover ._tabItemName_zc7dc_111 {
      color: #8080a4
  }
}

._comWrapper_99bpr_1 {
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid #303260
}

._comWrapper_99bpr_1 ._leftMenuScroll_99bpr_7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  scrollbar-color: transparent transparent
}

._comWrapper_99bpr_1 ._leftMenuScroll_99bpr_7::-webkit-scrollbar {
  display: none!important
}

._comWrapper_99bpr_1 ._innerCon_99bpr_16,._comWrapper_99bpr_1 ._innerCon_99bpr_16._innerConCollapsed_99bpr_19 {
  padding: 30px 15px 0
}

._comWrapper_99bpr_1 ._innerCon_99bpr_16._innerConCollapsed_99bpr_19 ._logoABox_99bpr_22 {
  margin-left: 5px;
  margin-bottom: 20px
}

._comWrapper_99bpr_1 ._innerCon_99bpr_16._innerConCollapsed_99bpr_19 ._logo_99bpr_22 {
  width: 40px;
  height: 40px
}

._comWrapper_99bpr_1 ._logoABox_99bpr_22 {
  display: block;
  text-decoration: none;
  margin-left: 15px;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s
}

._comWrapper_99bpr_1 ._logo_99bpr_22 {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer
}

._comWrapper_99bpr_1 ._logo_99bpr_22 img {
  display: block;
  width: 100%;
  height: 100%
}

._comWrapper_99bpr_1 ._logo_99bpr_22 strong {
  position: absolute;
  top: 0;
  left: -900px;
  z-index: -1
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 {
  padding: 0 15px 20px;
  background-color: #171932
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55._collapsedBottom_99bpr_59 {
  padding: 0 15px 63px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55._collapsedBottom_99bpr_59 ._bottomItem_99bpr_62 {
  border-radius: 8px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._mb10_99bpr_65 {
  margin-bottom: 10px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._mb5_99bpr_68 {
  margin-bottom: 5px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._bottomItem_99bpr_62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  font-weight: 700
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._bottomItem_99bpr_62 svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._bottomItem_99bpr_62:hover {
  background-color: #2b2e4e
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._bottomItem_99bpr_62._active_99bpr_91 {
  color: var(--main-color)
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._bottomItem_99bpr_62._active_99bpr_91:hover {
  background-color: unset
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._bottomItem_99bpr_62:last-child {
  margin-bottom: 10px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._agree_99bpr_100 {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  padding-left: 15px;
  color: #7d80ad;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._agree_99bpr_100 a {
  display: block;
  color: #7d80ad;
  margin-right: 13px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._agree_99bpr_100 a:hover {
  cursor: pointer;
  text-decoration: underline
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._mediaAffiliate_99bpr_120 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._mediaList_99bpr_127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 15px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._mediaList_99bpr_127 ._mediaItem_99bpr_133 {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._mediaList_99bpr_127 ._mediaItem_99bpr_133:last-child {
  margin-right: 0
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._mediaList_99bpr_127 ._mediaItem_99bpr_133:hover {
  background-color: #2f325a
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._otherBox_99bpr_149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._affiliate_99bpr_154 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #7d80ad;
  line-height: 12px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._affiliate_99bpr_154._mr10_99bpr_162 img {
  margin-right: 10px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._affiliate_99bpr_154 img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px
}

._comWrapper_99bpr_1 ._bottomW_99bpr_55 ._pwaInstallIcon_99bpr_171 {
  display: block;
  width: 20px;
  height: 20px
}

._drawer_1l0lm_1 ._closeIcon_1l0lm_1 {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
  width: 32px;
  height: 58px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAB0CAMAAAACXMRXAAAAAXNSR0IArs4c6QAAAbZQTFRFAAAAAAD/AACAgICAVVWqQEC/ZmaZVVWqYGCfYGC/TWazXV25VVWqZmaqXl6uYWGqYWG2XV2uXFytWFixXl6qXl6zWGGwYWGwWlqtXV2yX1+vXGOxYGCsYGCzX1+yXV2uYGCvXWKxXl6vXWGwYGCyXl6uXWKyXGCwXWGyXmKxXWGuYWGyX1+vXmKwXGCxX1+vXWGwYGCwX1+tX2OxXmGyXmGyXl6wXmKwYGCuX1+vX2KvX2KyYGCxX2KxX2KwXmGuYGCvXmCxXV+vX1+vX2KvXmGwX2GvX2GxX1+wYGKvX2GwXmCvXmCxXWCvYGCvYGKvX2KvX2GwXmCxYGCxX2GxXmCwYGKwXV+wX2GwX2GvXmCvYGKvX2GwYmSxZGaxZWeyaGq0amy2a221cnS5cnS6e3u+eny+i43GjY7GkJHIkZHIkZPIkZLJm5zOnqDQoKDQpaXRpafTqqzVr7DYu7vevr/ev7/eycnkycrkzc3m09Pp1NTp1dfr2trs4eHx4eHw4+Px5+fz6en08fH48/P68vL59/j79/f7+fn8+vr9+/v9/Pz+/Pz+/f3+/v7+////////////+eZBWgAAAJF0Uk5TAAECAgMEBQYICAoLDA8TFRUWGRobGx0dHyEjJCUoKywwNDY3ODk8PT9BQkJDREVGR0pLS0xPUVFSVlZWWFteX2BiY2NjZ2lpa21ub29wcHBzdHV1dnd4e3t8fX1+f4CBgoKDhoaJipOTlZWVlpuenqKipaiwtLS9vcHGyMrN1dbZ3ODo6+zx8vb3+Pn6+/39/vUtFkYAAAIoSURBVFjDxdlnUxNRFIdxkGgIBDQoTUFUpChK6KB0lQgSpRhR5AihI0Ww0kHpUpT9xuyFzPhms9nZZzD3A/xmy9m79/xPjCMGrkQKJFMgkwJ5FKiiwEsKSCoFHlKg6xIE5A4F/BchIEUUeOeBgDx3QkAeU0C8FJBiCkh5HASkMQEC8uo6BKSvwsUAke67DgaItOc6GSASKElhgL5a72U4EKCvnvoHN684ARC6Hd/Thrrq0vu30lz2gH/rfYv3xgUCqNVZcpkB+nXUXmWAvmrcEJA3tyEg8igeAtKWDAHpugYB6UmHgLz2QEA63BCQhlgISCEFej0QkCYKSA4FfBSQbAo0hgOGpwasbTBJxsDcvrY1bkkoMAZ+aZq2N2MFaDYGlnRAO/xipZichsDQTyX8+WZByDJ+iP2rSjiejwzkh3uNi0rQVj5EAirD1sH3v0pYD0YAnoQvpK9HStgYNgdemFTip99K2Bw1317NSvnjjhKWTYG3ZsDkrgKWbAOzZ7cwZvcW6EP8cfoa14IRP4bzKaRQKS/YLeVB+jHhzxlvKJ8PtO0JsqXJyDTbVPm2/r9+LL5o/1ybon3AKIzyIYse8+hBkx516WGbHvdhw0FbHtZ0wbYPNZ42W9+A75nefJfZab719j/HfvvPAggYgcAQBsZANIiiURgN42gcSANJGonSUJbGwjiYptE4DufpeAAPKPCIhA5p/FEfVOFRGR7W4XEhHljSkekJQ26S7MI7IjYAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center
}

._drawer_1l0lm_1 .ant-drawer-mask {
  background: #000c
}

._drawer_1l0lm_1 .ant-drawer-body {
  padding: 0;
  background-color: #171932
}

.ant-form-item .ant-input-number+.ant-form-text {
  margin-left: 8px
}

.ant-form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ant-form-inline .ant-form-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0
}

.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px
}

.ant-form-inline .ant-form-item>.ant-form-item-label,.ant-form-inline .ant-form-item>.ant-form-item-control {
  display: inline-block;
  vertical-align: top
}

.ant-form-inline .ant-form-item>.ant-form-item-label {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.ant-form-inline .ant-form-item .ant-form-text,.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
  display: inline-block
}

.ant-form-horizontal .ant-form-item-label {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.ant-form-horizontal .ant-form-item-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0
}

.ant-form-horizontal .ant-form-item-label[class$="-24"]+.ant-form-item-control,.ant-form-horizontal .ant-form-item-label[class*="-24 "]+.ant-form-item-control {
  min-width: unset
}

.ant-form-vertical .ant-form-item-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.ant-form-vertical .ant-form-item-label>label {
  height: auto
}

.ant-form-vertical .ant-form-item .ant-form-item-control {
  width: 100%
}

.ant-form-vertical .ant-form-item-label,.ant-col-24.ant-form-item-label,.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left
}

.ant-form-vertical .ant-form-item-label>label,.ant-col-24.ant-form-item-label>label,.ant-col-xl-24.ant-form-item-label>label {
  margin: 0
}

.ant-form-vertical .ant-form-item-label>label:after,.ant-col-24.ant-form-item-label>label:after,.ant-col-xl-24.ant-form-item-label>label:after {
  display: none
}

.ant-form-rtl.ant-form-vertical .ant-form-item-label,.ant-form-rtl.ant-col-24.ant-form-item-label,.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
  text-align: right
}

@media (max-width: 575px) {
  .ant-form-item .ant-form-item-label {
      padding:0 0 8px;
      line-height: 1.5715;
      white-space: initial;
      text-align: left
  }

  .ant-form-item .ant-form-item-label>label {
      margin: 0
  }

  .ant-form-item .ant-form-item-label>label:after {
      display: none
  }

  .ant-form-rtl.ant-form-item .ant-form-item-label {
      text-align: right
  }

  .ant-form .ant-form-item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }

  .ant-form .ant-form-item .ant-form-item-label,.ant-form .ant-form-item .ant-form-item-control {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .ant-col-xs-24.ant-form-item-label {
      padding: 0 0 8px;
      line-height: 1.5715;
      white-space: initial;
      text-align: left
  }

  .ant-col-xs-24.ant-form-item-label>label {
      margin: 0
  }

  .ant-col-xs-24.ant-form-item-label>label:after {
      display: none
  }

  .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
      text-align: right
  }
}

@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
      padding:0 0 8px;
      line-height: 1.5715;
      white-space: initial;
      text-align: left
  }

  .ant-col-sm-24.ant-form-item-label>label {
      margin: 0
  }

  .ant-col-sm-24.ant-form-item-label>label:after {
      display: none
  }

  .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
      text-align: right
  }
}

@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
      padding:0 0 8px;
      line-height: 1.5715;
      white-space: initial;
      text-align: left
  }

  .ant-col-md-24.ant-form-item-label>label {
      margin: 0
  }

  .ant-col-md-24.ant-form-item-label>label:after {
      display: none
  }

  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
      text-align: right
  }
}

@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
      padding:0 0 8px;
      line-height: 1.5715;
      white-space: initial;
      text-align: left
  }

  .ant-col-lg-24.ant-form-item-label>label {
      margin: 0
  }

  .ant-col-lg-24.ant-form-item-label>label:after {
      display: none
  }

  .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
      text-align: right
  }
}

@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
      padding:0 0 8px;
      line-height: 1.5715;
      white-space: initial;
      text-align: left
  }

  .ant-col-xl-24.ant-form-item-label>label {
      margin: 0
  }

  .ant-col-xl-24.ant-form-item-label>label:after {
      display: none
  }

  .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
      text-align: right
  }
}

.ant-form-item-explain-error {
  color: #ff4d4f
}

.ant-form-item-explain-warning {
  color: #faad14
}

.ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px
}

.ant-form-item-has-warning .ant-form-item-split {
  color: #faad14
}

.ant-form-item-has-error .ant-form-item-split {
  color: #ff4d4f
}

.ant-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum"
}

.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #00000073;
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9
}

.ant-form label {
  font-size: 14px
}

.ant-form input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ant-form input[type=radio],.ant-form input[type=checkbox] {
  line-height: normal
}

.ant-form input[type=file] {
  display: block
}

.ant-form input[type=range] {
  display: block;
  width: 100%
}

.ant-form select[multiple],.ant-form select[size] {
  height: auto
}

.ant-form input[type=file]:focus,.ant-form input[type=radio]:focus,.ant-form input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.ant-form output {
  display: block;
  padding-top: 15px;
  color: #000000d9;
  font-size: 14px;
  line-height: 1.5715
}

.ant-form .ant-form-text {
  display: inline-block;
  padding-right: 8px
}

.ant-form-small .ant-form-item-label>label {
  height: 24px
}

.ant-form-small .ant-form-item-control-input {
  min-height: 24px
}

.ant-form-large .ant-form-item-label>label {
  height: 40px
}

.ant-form-large .ant-form-item-control-input {
  min-height: 40px
}

.ant-form-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 24px;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  vertical-align: top
}

.ant-form-item-with-help {
  -webkit-transition: none;
  transition: none
}

.ant-form-item-hidden,.ant-form-item-hidden.ant-row {
  display: none
}

.ant-form-item-label {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle
}

.ant-form-item-label-left {
  text-align: left
}

.ant-form-item-label-wrap {
  overflow: unset;
  line-height: 1.3215em;
  white-space: unset
}

.ant-form-item-label>label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: #000000d9;
  font-size: 14px
}

.ant-form-item-label>label>.anticon {
  font-size: 14px;
  vertical-align: top
}

.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun,sans-serif;
  line-height: 1;
  content: "*"
}

.ant-form-hide-required-mark .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
  display: none
}

.ant-form-item-label>label .ant-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: #00000073
}

.ant-form-hide-required-mark .ant-form-item-label>label .ant-form-item-optional {
  display: none
}

.ant-form-item-label>label .ant-form-item-tooltip {
  color: #00000073;
  cursor: help;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  -webkit-margin-start: 4px;
  margin-inline-start:4px}

.ant-form-item-label>label:after {
  content: ":";
  position: relative;
  top: -.5px;
  margin: 0 8px 0 2px
}

.ant-form-item-label>label.ant-form-item-no-colon:after {
  content: " "
}

.ant-form-item-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.ant-form-item-control:first-child:not([class^=ant-col-]):not([class*=" ant-col-"]) {
  width: 100%
}

.ant-form-item-control-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px
}

.ant-form-item-control-input-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  max-width: 100%
}

.ant-form-item-explain,.ant-form-item-extra {
  clear: both;
  color: #00000073;
  font-size: 14px;
  line-height: 1.5715;
  -webkit-transition: color .3s cubic-bezier(.215,.61,.355,1);
  transition: color .3s cubic-bezier(.215,.61,.355,1)
}

.ant-form-item-explain-connected {
  width: 100%
}

.ant-form-item-extra {
  min-height: 24px
}

.ant-form-item-with-help .ant-form-item-explain {
  height: auto;
  opacity: 1
}

.ant-form-item-feedback-icon {
  font-size: 14px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn .3s cubic-bezier(.12,.4,.29,1.46);
  animation: zoomIn .3s cubic-bezier(.12,.4,.29,1.46);
  pointer-events: none
}

.ant-form-item-feedback-icon-success {
  color: #52c41a
}

.ant-form-item-feedback-icon-error {
  color: #ff4d4f
}

.ant-form-item-feedback-icon-warning {
  color: #faad14
}

.ant-form-item-feedback-icon-validating {
  color: #1890ff
}

.ant-show-help {
  -webkit-transition: opacity .3s cubic-bezier(.645,.045,.355,1);
  transition: opacity .3s cubic-bezier(.645,.045,.355,1)
}

.ant-show-help-appear,.ant-show-help-enter {
  opacity: 0
}

.ant-show-help-appear-active,.ant-show-help-enter-active,.ant-show-help-leave {
  opacity: 1
}

.ant-show-help-leave-active {
  opacity: 0
}

.ant-show-help-item {
  overflow: hidden;
  -webkit-transition: height .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)!important;
  transition: height .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)!important;
  transition: height .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1)!important;
  transition: height .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)!important
}

.ant-show-help-item-appear,.ant-show-help-item-enter {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0
}

.ant-show-help-item-appear-active,.ant-show-help-item-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.ant-show-help-item-leave {
  -webkit-transition: height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1)!important;
  transition: height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1)!important;
  transition: height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1)!important;
  transition: height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1)!important
}

.ant-show-help-item-leave-active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

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

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

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

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

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

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

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

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

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

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

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

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

.ant-form-rtl {
  direction: rtl
}

.ant-form-rtl .ant-form-item-label {
  text-align: left
}

.ant-form-rtl .ant-form-item-label>label.ant-form-item-required:before {
  margin-right: 0;
  margin-left: 4px
}

.ant-form-rtl .ant-form-item-label>label:after {
  margin: 0 2px 0 8px
}

.ant-form-rtl .ant-form-item-label>label .ant-form-item-optional {
  margin-right: 4px;
  margin-left: 0
}

.ant-col-rtl .ant-form-item-control:first-child {
  width: 100%
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-right: 11px;
  padding-left: 24px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 11px;
  padding-left: 18px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input,.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
  padding: 0
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: auto;
  left: 28px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px
}

.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-arrow,.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-clear,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-clear,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon)>.ant-select .ant-select-arrow,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon)>.ant-select .ant-select-clear {
  right: auto;
  left: 32px
}

.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-selection-selected-value,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon)>.ant-select .ant-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: auto;
  left: 32px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-picker,.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 11px;
  padding-left: 29.2px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 25.2px
}

.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  right: auto;
  left: 0
}

.ant-form-rtl.ant-form-inline .ant-form-item {
  margin-right: 0;
  margin-left: 16px
}

.ant-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-width: 0
}

.ant-row:before,.ant-row:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.ant-row-no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.ant-row-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.ant-row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ant-row-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.ant-row-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ant-row-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.ant-row-space-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.ant-row-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.ant-row-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ant-row-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px
}

.ant-col-24 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.ant-col-push-24 {
  left: 100%
}

.ant-col-pull-24 {
  right: 100%
}

.ant-col-offset-24 {
  margin-left: 100%
}

.ant-col-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
  -ms-flex-order: 24;
  order: 24
}

.ant-col-23 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95.83333333%;
  -ms-flex: 0 0 95.83333333%;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%
}

.ant-col-push-23 {
  left: 95.83333333%
}

.ant-col-pull-23 {
  right: 95.83333333%
}

.ant-col-offset-23 {
  margin-left: 95.83333333%
}

.ant-col-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
  -ms-flex-order: 23;
  order: 23
}

.ant-col-22 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

.ant-col-push-22 {
  left: 91.66666667%
}

.ant-col-pull-22 {
  right: 91.66666667%
}

.ant-col-offset-22 {
  margin-left: 91.66666667%
}

.ant-col-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
  -ms-flex-order: 22;
  order: 22
}

.ant-col-21 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%
}

.ant-col-push-21 {
  left: 87.5%
}

.ant-col-pull-21 {
  right: 87.5%
}

.ant-col-offset-21 {
  margin-left: 87.5%
}

.ant-col-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
  -ms-flex-order: 21;
  order: 21
}

.ant-col-20 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.ant-col-push-20 {
  left: 83.33333333%
}

.ant-col-pull-20 {
  right: 83.33333333%
}

.ant-col-offset-20 {
  margin-left: 83.33333333%
}

.ant-col-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20
}

.ant-col-19 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 79.16666667%;
  -ms-flex: 0 0 79.16666667%;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%
}

.ant-col-push-19 {
  left: 79.16666667%
}

.ant-col-pull-19 {
  right: 79.16666667%
}

.ant-col-offset-19 {
  margin-left: 79.16666667%
}

.ant-col-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
  -ms-flex-order: 19;
  order: 19
}

.ant-col-18 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.ant-col-push-18 {
  left: 75%
}

.ant-col-pull-18 {
  right: 75%
}

.ant-col-offset-18 {
  margin-left: 75%
}

.ant-col-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
  -ms-flex-order: 18;
  order: 18
}

.ant-col-17 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.83333333%;
  -ms-flex: 0 0 70.83333333%;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%
}

.ant-col-push-17 {
  left: 70.83333333%
}

.ant-col-pull-17 {
  right: 70.83333333%
}

.ant-col-offset-17 {
  margin-left: 70.83333333%
}

.ant-col-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
  -ms-flex-order: 17;
  order: 17
}

.ant-col-16 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}

.ant-col-push-16 {
  left: 66.66666667%
}

.ant-col-pull-16 {
  right: 66.66666667%
}

.ant-col-offset-16 {
  margin-left: 66.66666667%
}

.ant-col-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16
}

.ant-col-15 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%
}

.ant-col-push-15 {
  left: 62.5%
}

.ant-col-pull-15 {
  right: 62.5%
}

.ant-col-offset-15 {
  margin-left: 62.5%
}

.ant-col-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15
}

.ant-col-14 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}

.ant-col-push-14 {
  left: 58.33333333%
}

.ant-col-pull-14 {
  right: 58.33333333%
}

.ant-col-offset-14 {
  margin-left: 58.33333333%
}

.ant-col-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14
}

.ant-col-13 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54.16666667%;
  -ms-flex: 0 0 54.16666667%;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%
}

.ant-col-push-13 {
  left: 54.16666667%
}

.ant-col-pull-13 {
  right: 54.16666667%
}

.ant-col-offset-13 {
  margin-left: 54.16666667%
}

.ant-col-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13
}

.ant-col-12 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.ant-col-push-12 {
  left: 50%
}

.ant-col-pull-12 {
  right: 50%
}

.ant-col-offset-12 {
  margin-left: 50%
}

.ant-col-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12
}

.ant-col-11 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45.83333333%;
  -ms-flex: 0 0 45.83333333%;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%
}

.ant-col-push-11 {
  left: 45.83333333%
}

.ant-col-pull-11 {
  right: 45.83333333%
}

.ant-col-offset-11 {
  margin-left: 45.83333333%
}

.ant-col-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11
}

.ant-col-10 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}

.ant-col-push-10 {
  left: 41.66666667%
}

.ant-col-pull-10 {
  right: 41.66666667%
}

.ant-col-offset-10 {
  margin-left: 41.66666667%
}

.ant-col-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10
}

.ant-col-9 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%
}

.ant-col-push-9 {
  left: 37.5%
}

.ant-col-pull-9 {
  right: 37.5%
}

.ant-col-offset-9 {
  margin-left: 37.5%
}

.ant-col-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9
}

.ant-col-8 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.ant-col-push-8 {
  left: 33.33333333%
}

.ant-col-pull-8 {
  right: 33.33333333%
}

.ant-col-offset-8 {
  margin-left: 33.33333333%
}

.ant-col-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8
}

.ant-col-7 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29.16666667%;
  -ms-flex: 0 0 29.16666667%;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%
}

.ant-col-push-7 {
  left: 29.16666667%
}

.ant-col-pull-7 {
  right: 29.16666667%
}

.ant-col-offset-7 {
  margin-left: 29.16666667%
}

.ant-col-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7
}

.ant-col-6 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.ant-col-push-6 {
  left: 25%
}

.ant-col-pull-6 {
  right: 25%
}

.ant-col-offset-6 {
  margin-left: 25%
}

.ant-col-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6
}

.ant-col-5 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.83333333%;
  -ms-flex: 0 0 20.83333333%;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%
}

.ant-col-push-5 {
  left: 20.83333333%
}

.ant-col-pull-5 {
  right: 20.83333333%
}

.ant-col-offset-5 {
  margin-left: 20.83333333%
}

.ant-col-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5
}

.ant-col-4 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

.ant-col-push-4 {
  left: 16.66666667%
}

.ant-col-pull-4 {
  right: 16.66666667%
}

.ant-col-offset-4 {
  margin-left: 16.66666667%
}

.ant-col-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4
}

.ant-col-3 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%
}

.ant-col-push-3 {
  left: 12.5%
}

.ant-col-pull-3 {
  right: 12.5%
}

.ant-col-offset-3 {
  margin-left: 12.5%
}

.ant-col-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3
}

.ant-col-2 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333333%;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}

.ant-col-push-2 {
  left: 8.33333333%
}

.ant-col-pull-2 {
  right: 8.33333333%
}

.ant-col-offset-2 {
  margin-left: 8.33333333%
}

.ant-col-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.ant-col-1 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.16666667%;
  -ms-flex: 0 0 4.16666667%;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%
}

.ant-col-push-1 {
  left: 4.16666667%
}

.ant-col-pull-1 {
  right: 4.16666667%
}

.ant-col-offset-1 {
  margin-left: 4.16666667%
}

.ant-col-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.ant-col-0 {
  display: none
}

.ant-col-offset-0 {
  margin-left: 0
}

.ant-col-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0
}

.ant-col-offset-0.ant-col-rtl {
  margin-right: 0
}

.ant-col-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto
}

.ant-col-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%
}

.ant-col-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0
}

.ant-col-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto
}

.ant-col-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%
}

.ant-col-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0
}

.ant-col-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto
}

.ant-col-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%
}

.ant-col-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0
}

.ant-col-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto
}

.ant-col-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%
}

.ant-col-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0
}

.ant-col-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto
}

.ant-col-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%
}

.ant-col-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0
}

.ant-col-push-6.ant-col-rtl {
  right: 25%;
  left: auto
}

.ant-col-pull-6.ant-col-rtl {
  right: auto;
  left: 25%
}

.ant-col-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0
}

.ant-col-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto
}

.ant-col-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%
}

.ant-col-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0
}

.ant-col-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto
}

.ant-col-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%
}

.ant-col-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0
}

.ant-col-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto
}

.ant-col-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%
}

.ant-col-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0
}

.ant-col-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto
}

.ant-col-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%
}

.ant-col-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0
}

.ant-col-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto
}

.ant-col-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%
}

.ant-col-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0
}

.ant-col-push-12.ant-col-rtl {
  right: 50%;
  left: auto
}

.ant-col-pull-12.ant-col-rtl {
  right: auto;
  left: 50%
}

.ant-col-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0
}

.ant-col-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto
}

.ant-col-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%
}

.ant-col-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0
}

.ant-col-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto
}

.ant-col-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%
}

.ant-col-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0
}

.ant-col-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto
}

.ant-col-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%
}

.ant-col-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0
}

.ant-col-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto
}

.ant-col-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%
}

.ant-col-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0
}

.ant-col-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto
}

.ant-col-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%
}

.ant-col-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0
}

.ant-col-push-18.ant-col-rtl {
  right: 75%;
  left: auto
}

.ant-col-pull-18.ant-col-rtl {
  right: auto;
  left: 75%
}

.ant-col-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0
}

.ant-col-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto
}

.ant-col-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%
}

.ant-col-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0
}

.ant-col-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto
}

.ant-col-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%
}

.ant-col-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0
}

.ant-col-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto
}

.ant-col-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%
}

.ant-col-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0
}

.ant-col-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto
}

.ant-col-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%
}

.ant-col-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0
}

.ant-col-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto
}

.ant-col-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%
}

.ant-col-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0
}

.ant-col-push-24.ant-col-rtl {
  right: 100%;
  left: auto
}

.ant-col-pull-24.ant-col-rtl {
  right: auto;
  left: 100%
}

.ant-col-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0
}

.ant-col-xs-24 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.ant-col-xs-push-24 {
  left: 100%
}

.ant-col-xs-pull-24 {
  right: 100%
}

.ant-col-xs-offset-24 {
  margin-left: 100%
}

.ant-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
  -ms-flex-order: 24;
  order: 24
}

.ant-col-xs-23 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95.83333333%;
  -ms-flex: 0 0 95.83333333%;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%
}

.ant-col-xs-push-23 {
  left: 95.83333333%
}

.ant-col-xs-pull-23 {
  right: 95.83333333%
}

.ant-col-xs-offset-23 {
  margin-left: 95.83333333%
}

.ant-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
  -ms-flex-order: 23;
  order: 23
}

.ant-col-xs-22 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

.ant-col-xs-push-22 {
  left: 91.66666667%
}

.ant-col-xs-pull-22 {
  right: 91.66666667%
}

.ant-col-xs-offset-22 {
  margin-left: 91.66666667%
}

.ant-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
  -ms-flex-order: 22;
  order: 22
}

.ant-col-xs-21 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%
}

.ant-col-xs-push-21 {
  left: 87.5%
}

.ant-col-xs-pull-21 {
  right: 87.5%
}

.ant-col-xs-offset-21 {
  margin-left: 87.5%
}

.ant-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
  -ms-flex-order: 21;
  order: 21
}

.ant-col-xs-20 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.ant-col-xs-push-20 {
  left: 83.33333333%
}

.ant-col-xs-pull-20 {
  right: 83.33333333%
}

.ant-col-xs-offset-20 {
  margin-left: 83.33333333%
}

.ant-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20
}

.ant-col-xs-19 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 79.16666667%;
  -ms-flex: 0 0 79.16666667%;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%
}

.ant-col-xs-push-19 {
  left: 79.16666667%
}

.ant-col-xs-pull-19 {
  right: 79.16666667%
}

.ant-col-xs-offset-19 {
  margin-left: 79.16666667%
}

.ant-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
  -ms-flex-order: 19;
  order: 19
}

.ant-col-xs-18 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.ant-col-xs-push-18 {
  left: 75%
}

.ant-col-xs-pull-18 {
  right: 75%
}

.ant-col-xs-offset-18 {
  margin-left: 75%
}

.ant-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
  -ms-flex-order: 18;
  order: 18
}

.ant-col-xs-17 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.83333333%;
  -ms-flex: 0 0 70.83333333%;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%
}

.ant-col-xs-push-17 {
  left: 70.83333333%
}

.ant-col-xs-pull-17 {
  right: 70.83333333%
}

.ant-col-xs-offset-17 {
  margin-left: 70.83333333%
}

.ant-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
  -ms-flex-order: 17;
  order: 17
}

.ant-col-xs-16 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}

.ant-col-xs-push-16 {
  left: 66.66666667%
}

.ant-col-xs-pull-16 {
  right: 66.66666667%
}

.ant-col-xs-offset-16 {
  margin-left: 66.66666667%
}

.ant-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16
}

.ant-col-xs-15 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%
}

.ant-col-xs-push-15 {
  left: 62.5%
}

.ant-col-xs-pull-15 {
  right: 62.5%
}

.ant-col-xs-offset-15 {
  margin-left: 62.5%
}

.ant-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15
}

.ant-col-xs-14 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}

.ant-col-xs-push-14 {
  left: 58.33333333%
}

.ant-col-xs-pull-14 {
  right: 58.33333333%
}

.ant-col-xs-offset-14 {
  margin-left: 58.33333333%
}

.ant-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14
}

.ant-col-xs-13 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54.16666667%;
  -ms-flex: 0 0 54.16666667%;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%
}

.ant-col-xs-push-13 {
  left: 54.16666667%
}

.ant-col-xs-pull-13 {
  right: 54.16666667%
}

.ant-col-xs-offset-13 {
  margin-left: 54.16666667%
}

.ant-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13
}

.ant-col-xs-12 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.ant-col-xs-push-12 {
  left: 50%
}

.ant-col-xs-pull-12 {
  right: 50%
}

.ant-col-xs-offset-12 {
  margin-left: 50%
}

.ant-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12
}

.ant-col-xs-11 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45.83333333%;
  -ms-flex: 0 0 45.83333333%;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%
}

.ant-col-xs-push-11 {
  left: 45.83333333%
}

.ant-col-xs-pull-11 {
  right: 45.83333333%
}

.ant-col-xs-offset-11 {
  margin-left: 45.83333333%
}

.ant-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11
}

.ant-col-xs-10 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}

.ant-col-xs-push-10 {
  left: 41.66666667%
}

.ant-col-xs-pull-10 {
  right: 41.66666667%
}

.ant-col-xs-offset-10 {
  margin-left: 41.66666667%
}

.ant-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10
}

.ant-col-xs-9 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%
}

.ant-col-xs-push-9 {
  left: 37.5%
}

.ant-col-xs-pull-9 {
  right: 37.5%
}

.ant-col-xs-offset-9 {
  margin-left: 37.5%
}

.ant-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9
}

.ant-col-xs-8 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.ant-col-xs-push-8 {
  left: 33.33333333%
}

.ant-col-xs-pull-8 {
  right: 33.33333333%
}

.ant-col-xs-offset-8 {
  margin-left: 33.33333333%
}

.ant-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8
}

.ant-col-xs-7 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29.16666667%;
  -ms-flex: 0 0 29.16666667%;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%
}

.ant-col-xs-push-7 {
  left: 29.16666667%
}

.ant-col-xs-pull-7 {
  right: 29.16666667%
}

.ant-col-xs-offset-7 {
  margin-left: 29.16666667%
}

.ant-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7
}

.ant-col-xs-6 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.ant-col-xs-push-6 {
  left: 25%
}

.ant-col-xs-pull-6 {
  right: 25%
}

.ant-col-xs-offset-6 {
  margin-left: 25%
}

.ant-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6
}

.ant-col-xs-5 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.83333333%;
  -ms-flex: 0 0 20.83333333%;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%
}

.ant-col-xs-push-5 {
  left: 20.83333333%
}

.ant-col-xs-pull-5 {
  right: 20.83333333%
}

.ant-col-xs-offset-5 {
  margin-left: 20.83333333%
}

.ant-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5
}

.ant-col-xs-4 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

.ant-col-xs-push-4 {
  left: 16.66666667%
}

.ant-col-xs-pull-4 {
  right: 16.66666667%
}

.ant-col-xs-offset-4 {
  margin-left: 16.66666667%
}

.ant-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4
}

.ant-col-xs-3 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%
}

.ant-col-xs-push-3 {
  left: 12.5%
}

.ant-col-xs-pull-3 {
  right: 12.5%
}

.ant-col-xs-offset-3 {
  margin-left: 12.5%
}

.ant-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3
}

.ant-col-xs-2 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333333%;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}

.ant-col-xs-push-2 {
  left: 8.33333333%
}

.ant-col-xs-pull-2 {
  right: 8.33333333%
}

.ant-col-xs-offset-2 {
  margin-left: 8.33333333%
}

.ant-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.ant-col-xs-1 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.16666667%;
  -ms-flex: 0 0 4.16666667%;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%
}

.ant-col-xs-push-1 {
  left: 4.16666667%
}

.ant-col-xs-pull-1 {
  right: 4.16666667%
}

.ant-col-xs-offset-1 {
  margin-left: 4.16666667%
}

.ant-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.ant-col-xs-0 {
  display: none
}

.ant-col-push-0 {
  left: auto
}

.ant-col-pull-0 {
  right: auto
}

.ant-col-xs-push-0 {
  left: auto
}

.ant-col-xs-pull-0 {
  right: auto
}

.ant-col-xs-offset-0 {
  margin-left: 0
}

.ant-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0
}

.ant-col-push-0.ant-col-rtl {
  right: auto
}

.ant-col-pull-0.ant-col-rtl {
  left: auto
}

.ant-col-xs-push-0.ant-col-rtl {
  right: auto
}

.ant-col-xs-pull-0.ant-col-rtl {
  left: auto
}

.ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0
}

.ant-col-xs-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto
}

.ant-col-xs-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%
}

.ant-col-xs-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0
}

.ant-col-xs-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto
}

.ant-col-xs-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%
}

.ant-col-xs-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0
}

.ant-col-xs-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto
}

.ant-col-xs-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%
}

.ant-col-xs-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0
}

.ant-col-xs-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto
}

.ant-col-xs-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%
}

.ant-col-xs-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0
}

.ant-col-xs-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto
}

.ant-col-xs-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%
}

.ant-col-xs-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0
}

.ant-col-xs-push-6.ant-col-rtl {
  right: 25%;
  left: auto
}

.ant-col-xs-pull-6.ant-col-rtl {
  right: auto;
  left: 25%
}

.ant-col-xs-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0
}

.ant-col-xs-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto
}

.ant-col-xs-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%
}

.ant-col-xs-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0
}

.ant-col-xs-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto
}

.ant-col-xs-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%
}

.ant-col-xs-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0
}

.ant-col-xs-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto
}

.ant-col-xs-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%
}

.ant-col-xs-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0
}

.ant-col-xs-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto
}

.ant-col-xs-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%
}

.ant-col-xs-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0
}

.ant-col-xs-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto
}

.ant-col-xs-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%
}

.ant-col-xs-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0
}

.ant-col-xs-push-12.ant-col-rtl {
  right: 50%;
  left: auto
}

.ant-col-xs-pull-12.ant-col-rtl {
  right: auto;
  left: 50%
}

.ant-col-xs-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0
}

.ant-col-xs-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto
}

.ant-col-xs-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%
}

.ant-col-xs-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0
}

.ant-col-xs-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto
}

.ant-col-xs-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%
}

.ant-col-xs-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0
}

.ant-col-xs-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto
}

.ant-col-xs-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%
}

.ant-col-xs-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0
}

.ant-col-xs-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto
}

.ant-col-xs-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%
}

.ant-col-xs-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0
}

.ant-col-xs-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto
}

.ant-col-xs-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%
}

.ant-col-xs-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0
}

.ant-col-xs-push-18.ant-col-rtl {
  right: 75%;
  left: auto
}

.ant-col-xs-pull-18.ant-col-rtl {
  right: auto;
  left: 75%
}

.ant-col-xs-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0
}

.ant-col-xs-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto
}

.ant-col-xs-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%
}

.ant-col-xs-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0
}

.ant-col-xs-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto
}

.ant-col-xs-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%
}

.ant-col-xs-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0
}

.ant-col-xs-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto
}

.ant-col-xs-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%
}

.ant-col-xs-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0
}

.ant-col-xs-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto
}

.ant-col-xs-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%
}

.ant-col-xs-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0
}

.ant-col-xs-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto
}

.ant-col-xs-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%
}

.ant-col-xs-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0
}

.ant-col-xs-push-24.ant-col-rtl {
  right: 100%;
  left: auto
}

.ant-col-xs-pull-24.ant-col-rtl {
  right: auto;
  left: 100%
}

.ant-col-xs-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0
}

@media (min-width: 576px) {
  .ant-col-sm-24 {
      display:block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .ant-col-sm-push-24 {
      left: 100%
  }

  .ant-col-sm-pull-24 {
      right: 100%
  }

  .ant-col-sm-offset-24 {
      margin-left: 100%
  }

  .ant-col-sm-order-24 {
      -webkit-box-ordinal-group: 25;
      -webkit-order: 24;
      -ms-flex-order: 24;
      order: 24
  }

  .ant-col-sm-23 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 95.83333333%;
      -ms-flex: 0 0 95.83333333%;
      flex: 0 0 95.83333333%;
      max-width: 95.83333333%
  }

  .ant-col-sm-push-23 {
      left: 95.83333333%
  }

  .ant-col-sm-pull-23 {
      right: 95.83333333%
  }

  .ant-col-sm-offset-23 {
      margin-left: 95.83333333%
  }

  .ant-col-sm-order-23 {
      -webkit-box-ordinal-group: 24;
      -webkit-order: 23;
      -ms-flex-order: 23;
      order: 23
  }

  .ant-col-sm-22 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66666667%;
      -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
  }

  .ant-col-sm-push-22 {
      left: 91.66666667%
  }

  .ant-col-sm-pull-22 {
      right: 91.66666667%
  }

  .ant-col-sm-offset-22 {
      margin-left: 91.66666667%
  }

  .ant-col-sm-order-22 {
      -webkit-box-ordinal-group: 23;
      -webkit-order: 22;
      -ms-flex-order: 22;
      order: 22
  }

  .ant-col-sm-21 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
      max-width: 87.5%
  }

  .ant-col-sm-push-21 {
      left: 87.5%
  }

  .ant-col-sm-pull-21 {
      right: 87.5%
  }

  .ant-col-sm-offset-21 {
      margin-left: 87.5%
  }

  .ant-col-sm-order-21 {
      -webkit-box-ordinal-group: 22;
      -webkit-order: 21;
      -ms-flex-order: 21;
      order: 21
  }

  .ant-col-sm-20 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
  }

  .ant-col-sm-push-20 {
      left: 83.33333333%
  }

  .ant-col-sm-pull-20 {
      right: 83.33333333%
  }

  .ant-col-sm-offset-20 {
      margin-left: 83.33333333%
  }

  .ant-col-sm-order-20 {
      -webkit-box-ordinal-group: 21;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20
  }

  .ant-col-sm-19 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 79.16666667%;
      -ms-flex: 0 0 79.16666667%;
      flex: 0 0 79.16666667%;
      max-width: 79.16666667%
  }

  .ant-col-sm-push-19 {
      left: 79.16666667%
  }

  .ant-col-sm-pull-19 {
      right: 79.16666667%
  }

  .ant-col-sm-offset-19 {
      margin-left: 79.16666667%
  }

  .ant-col-sm-order-19 {
      -webkit-box-ordinal-group: 20;
      -webkit-order: 19;
      -ms-flex-order: 19;
      order: 19
  }

  .ant-col-sm-18 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .ant-col-sm-push-18 {
      left: 75%
  }

  .ant-col-sm-pull-18 {
      right: 75%
  }

  .ant-col-sm-offset-18 {
      margin-left: 75%
  }

  .ant-col-sm-order-18 {
      -webkit-box-ordinal-group: 19;
      -webkit-order: 18;
      -ms-flex-order: 18;
      order: 18
  }

  .ant-col-sm-17 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70.83333333%;
      -ms-flex: 0 0 70.83333333%;
      flex: 0 0 70.83333333%;
      max-width: 70.83333333%
  }

  .ant-col-sm-push-17 {
      left: 70.83333333%
  }

  .ant-col-sm-pull-17 {
      right: 70.83333333%
  }

  .ant-col-sm-offset-17 {
      margin-left: 70.83333333%
  }

  .ant-col-sm-order-17 {
      -webkit-box-ordinal-group: 18;
      -webkit-order: 17;
      -ms-flex-order: 17;
      order: 17
  }

  .ant-col-sm-16 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66666667%;
      -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
  }

  .ant-col-sm-push-16 {
      left: 66.66666667%
  }

  .ant-col-sm-pull-16 {
      right: 66.66666667%
  }

  .ant-col-sm-offset-16 {
      margin-left: 66.66666667%
  }

  .ant-col-sm-order-16 {
      -webkit-box-ordinal-group: 17;
      -webkit-order: 16;
      -ms-flex-order: 16;
      order: 16
  }

  .ant-col-sm-15 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
      max-width: 62.5%
  }

  .ant-col-sm-push-15 {
      left: 62.5%
  }

  .ant-col-sm-pull-15 {
      right: 62.5%
  }

  .ant-col-sm-offset-15 {
      margin-left: 62.5%
  }

  .ant-col-sm-order-15 {
      -webkit-box-ordinal-group: 16;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15
  }

  .ant-col-sm-14 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333333%;
      -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
  }

  .ant-col-sm-push-14 {
      left: 58.33333333%
  }

  .ant-col-sm-pull-14 {
      right: 58.33333333%
  }

  .ant-col-sm-offset-14 {
      margin-left: 58.33333333%
  }

  .ant-col-sm-order-14 {
      -webkit-box-ordinal-group: 15;
      -webkit-order: 14;
      -ms-flex-order: 14;
      order: 14
  }

  .ant-col-sm-13 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 54.16666667%;
      -ms-flex: 0 0 54.16666667%;
      flex: 0 0 54.16666667%;
      max-width: 54.16666667%
  }

  .ant-col-sm-push-13 {
      left: 54.16666667%
  }

  .ant-col-sm-pull-13 {
      right: 54.16666667%
  }

  .ant-col-sm-offset-13 {
      margin-left: 54.16666667%
  }

  .ant-col-sm-order-13 {
      -webkit-box-ordinal-group: 14;
      -webkit-order: 13;
      -ms-flex-order: 13;
      order: 13
  }

  .ant-col-sm-12 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .ant-col-sm-push-12 {
      left: 50%
  }

  .ant-col-sm-pull-12 {
      right: 50%
  }

  .ant-col-sm-offset-12 {
      margin-left: 50%
  }

  .ant-col-sm-order-12 {
      -webkit-box-ordinal-group: 13;
      -webkit-order: 12;
      -ms-flex-order: 12;
      order: 12
  }

  .ant-col-sm-11 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45.83333333%;
      -ms-flex: 0 0 45.83333333%;
      flex: 0 0 45.83333333%;
      max-width: 45.83333333%
  }

  .ant-col-sm-push-11 {
      left: 45.83333333%
  }

  .ant-col-sm-pull-11 {
      right: 45.83333333%
  }

  .ant-col-sm-offset-11 {
      margin-left: 45.83333333%
  }

  .ant-col-sm-order-11 {
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      -ms-flex-order: 11;
      order: 11
  }

  .ant-col-sm-10 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66666667%;
      -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
  }

  .ant-col-sm-push-10 {
      left: 41.66666667%
  }

  .ant-col-sm-pull-10 {
      right: 41.66666667%
  }

  .ant-col-sm-offset-10 {
      margin-left: 41.66666667%
  }

  .ant-col-sm-order-10 {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10
  }

  .ant-col-sm-9 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
      max-width: 37.5%
  }

  .ant-col-sm-push-9 {
      left: 37.5%
  }

  .ant-col-sm-pull-9 {
      right: 37.5%
  }

  .ant-col-sm-offset-9 {
      margin-left: 37.5%
  }

  .ant-col-sm-order-9 {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      -ms-flex-order: 9;
      order: 9
  }

  .ant-col-sm-8 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
  }

  .ant-col-sm-push-8 {
      left: 33.33333333%
  }

  .ant-col-sm-pull-8 {
      right: 33.33333333%
  }

  .ant-col-sm-offset-8 {
      margin-left: 33.33333333%
  }

  .ant-col-sm-order-8 {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      -ms-flex-order: 8;
      order: 8
  }

  .ant-col-sm-7 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 29.16666667%;
      -ms-flex: 0 0 29.16666667%;
      flex: 0 0 29.16666667%;
      max-width: 29.16666667%
  }

  .ant-col-sm-push-7 {
      left: 29.16666667%
  }

  .ant-col-sm-pull-7 {
      right: 29.16666667%
  }

  .ant-col-sm-offset-7 {
      margin-left: 29.16666667%
  }

  .ant-col-sm-order-7 {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      -ms-flex-order: 7;
      order: 7
  }

  .ant-col-sm-6 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .ant-col-sm-push-6 {
      left: 25%
  }

  .ant-col-sm-pull-6 {
      right: 25%
  }

  .ant-col-sm-offset-6 {
      margin-left: 25%
  }

  .ant-col-sm-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6
  }

  .ant-col-sm-5 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20.83333333%;
      -ms-flex: 0 0 20.83333333%;
      flex: 0 0 20.83333333%;
      max-width: 20.83333333%
  }

  .ant-col-sm-push-5 {
      left: 20.83333333%
  }

  .ant-col-sm-pull-5 {
      right: 20.83333333%
  }

  .ant-col-sm-offset-5 {
      margin-left: 20.83333333%
  }

  .ant-col-sm-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
  }

  .ant-col-sm-4 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
  }

  .ant-col-sm-push-4 {
      left: 16.66666667%
  }

  .ant-col-sm-pull-4 {
      right: 16.66666667%
  }

  .ant-col-sm-offset-4 {
      margin-left: 16.66666667%
  }

  .ant-col-sm-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4
  }

  .ant-col-sm-3 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%
  }

  .ant-col-sm-push-3 {
      left: 12.5%
  }

  .ant-col-sm-pull-3 {
      right: 12.5%
  }

  .ant-col-sm-offset-3 {
      margin-left: 12.5%
  }

  .ant-col-sm-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3
  }

  .ant-col-sm-2 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
  }

  .ant-col-sm-push-2 {
      left: 8.33333333%
  }

  .ant-col-sm-pull-2 {
      right: 8.33333333%
  }

  .ant-col-sm-offset-2 {
      margin-left: 8.33333333%
  }

  .ant-col-sm-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
  }

  .ant-col-sm-1 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 4.16666667%;
      -ms-flex: 0 0 4.16666667%;
      flex: 0 0 4.16666667%;
      max-width: 4.16666667%
  }

  .ant-col-sm-push-1 {
      left: 4.16666667%
  }

  .ant-col-sm-pull-1 {
      right: 4.16666667%
  }

  .ant-col-sm-offset-1 {
      margin-left: 4.16666667%
  }

  .ant-col-sm-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1
  }

  .ant-col-sm-0 {
      display: none
  }

  .ant-col-push-0 {
      left: auto
  }

  .ant-col-pull-0 {
      right: auto
  }

  .ant-col-sm-push-0 {
      left: auto
  }

  .ant-col-sm-pull-0 {
      right: auto
  }

  .ant-col-sm-offset-0 {
      margin-left: 0
  }

  .ant-col-sm-order-0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0
  }

  .ant-col-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-sm-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-sm-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-sm-offset-0.ant-col-rtl {
      margin-right: 0
  }

  .ant-col-sm-push-1.ant-col-rtl {
      right: 4.16666667%;
      left: auto
  }

  .ant-col-sm-pull-1.ant-col-rtl {
      right: auto;
      left: 4.16666667%
  }

  .ant-col-sm-offset-1.ant-col-rtl {
      margin-right: 4.16666667%;
      margin-left: 0
  }

  .ant-col-sm-push-2.ant-col-rtl {
      right: 8.33333333%;
      left: auto
  }

  .ant-col-sm-pull-2.ant-col-rtl {
      right: auto;
      left: 8.33333333%
  }

  .ant-col-sm-offset-2.ant-col-rtl {
      margin-right: 8.33333333%;
      margin-left: 0
  }

  .ant-col-sm-push-3.ant-col-rtl {
      right: 12.5%;
      left: auto
  }

  .ant-col-sm-pull-3.ant-col-rtl {
      right: auto;
      left: 12.5%
  }

  .ant-col-sm-offset-3.ant-col-rtl {
      margin-right: 12.5%;
      margin-left: 0
  }

  .ant-col-sm-push-4.ant-col-rtl {
      right: 16.66666667%;
      left: auto
  }

  .ant-col-sm-pull-4.ant-col-rtl {
      right: auto;
      left: 16.66666667%
  }

  .ant-col-sm-offset-4.ant-col-rtl {
      margin-right: 16.66666667%;
      margin-left: 0
  }

  .ant-col-sm-push-5.ant-col-rtl {
      right: 20.83333333%;
      left: auto
  }

  .ant-col-sm-pull-5.ant-col-rtl {
      right: auto;
      left: 20.83333333%
  }

  .ant-col-sm-offset-5.ant-col-rtl {
      margin-right: 20.83333333%;
      margin-left: 0
  }

  .ant-col-sm-push-6.ant-col-rtl {
      right: 25%;
      left: auto
  }

  .ant-col-sm-pull-6.ant-col-rtl {
      right: auto;
      left: 25%
  }

  .ant-col-sm-offset-6.ant-col-rtl {
      margin-right: 25%;
      margin-left: 0
  }

  .ant-col-sm-push-7.ant-col-rtl {
      right: 29.16666667%;
      left: auto
  }

  .ant-col-sm-pull-7.ant-col-rtl {
      right: auto;
      left: 29.16666667%
  }

  .ant-col-sm-offset-7.ant-col-rtl {
      margin-right: 29.16666667%;
      margin-left: 0
  }

  .ant-col-sm-push-8.ant-col-rtl {
      right: 33.33333333%;
      left: auto
  }

  .ant-col-sm-pull-8.ant-col-rtl {
      right: auto;
      left: 33.33333333%
  }

  .ant-col-sm-offset-8.ant-col-rtl {
      margin-right: 33.33333333%;
      margin-left: 0
  }

  .ant-col-sm-push-9.ant-col-rtl {
      right: 37.5%;
      left: auto
  }

  .ant-col-sm-pull-9.ant-col-rtl {
      right: auto;
      left: 37.5%
  }

  .ant-col-sm-offset-9.ant-col-rtl {
      margin-right: 37.5%;
      margin-left: 0
  }

  .ant-col-sm-push-10.ant-col-rtl {
      right: 41.66666667%;
      left: auto
  }

  .ant-col-sm-pull-10.ant-col-rtl {
      right: auto;
      left: 41.66666667%
  }

  .ant-col-sm-offset-10.ant-col-rtl {
      margin-right: 41.66666667%;
      margin-left: 0
  }

  .ant-col-sm-push-11.ant-col-rtl {
      right: 45.83333333%;
      left: auto
  }

  .ant-col-sm-pull-11.ant-col-rtl {
      right: auto;
      left: 45.83333333%
  }

  .ant-col-sm-offset-11.ant-col-rtl {
      margin-right: 45.83333333%;
      margin-left: 0
  }

  .ant-col-sm-push-12.ant-col-rtl {
      right: 50%;
      left: auto
  }

  .ant-col-sm-pull-12.ant-col-rtl {
      right: auto;
      left: 50%
  }

  .ant-col-sm-offset-12.ant-col-rtl {
      margin-right: 50%;
      margin-left: 0
  }

  .ant-col-sm-push-13.ant-col-rtl {
      right: 54.16666667%;
      left: auto
  }

  .ant-col-sm-pull-13.ant-col-rtl {
      right: auto;
      left: 54.16666667%
  }

  .ant-col-sm-offset-13.ant-col-rtl {
      margin-right: 54.16666667%;
      margin-left: 0
  }

  .ant-col-sm-push-14.ant-col-rtl {
      right: 58.33333333%;
      left: auto
  }

  .ant-col-sm-pull-14.ant-col-rtl {
      right: auto;
      left: 58.33333333%
  }

  .ant-col-sm-offset-14.ant-col-rtl {
      margin-right: 58.33333333%;
      margin-left: 0
  }

  .ant-col-sm-push-15.ant-col-rtl {
      right: 62.5%;
      left: auto
  }

  .ant-col-sm-pull-15.ant-col-rtl {
      right: auto;
      left: 62.5%
  }

  .ant-col-sm-offset-15.ant-col-rtl {
      margin-right: 62.5%;
      margin-left: 0
  }

  .ant-col-sm-push-16.ant-col-rtl {
      right: 66.66666667%;
      left: auto
  }

  .ant-col-sm-pull-16.ant-col-rtl {
      right: auto;
      left: 66.66666667%
  }

  .ant-col-sm-offset-16.ant-col-rtl {
      margin-right: 66.66666667%;
      margin-left: 0
  }

  .ant-col-sm-push-17.ant-col-rtl {
      right: 70.83333333%;
      left: auto
  }

  .ant-col-sm-pull-17.ant-col-rtl {
      right: auto;
      left: 70.83333333%
  }

  .ant-col-sm-offset-17.ant-col-rtl {
      margin-right: 70.83333333%;
      margin-left: 0
  }

  .ant-col-sm-push-18.ant-col-rtl {
      right: 75%;
      left: auto
  }

  .ant-col-sm-pull-18.ant-col-rtl {
      right: auto;
      left: 75%
  }

  .ant-col-sm-offset-18.ant-col-rtl {
      margin-right: 75%;
      margin-left: 0
  }

  .ant-col-sm-push-19.ant-col-rtl {
      right: 79.16666667%;
      left: auto
  }

  .ant-col-sm-pull-19.ant-col-rtl {
      right: auto;
      left: 79.16666667%
  }

  .ant-col-sm-offset-19.ant-col-rtl {
      margin-right: 79.16666667%;
      margin-left: 0
  }

  .ant-col-sm-push-20.ant-col-rtl {
      right: 83.33333333%;
      left: auto
  }

  .ant-col-sm-pull-20.ant-col-rtl {
      right: auto;
      left: 83.33333333%
  }

  .ant-col-sm-offset-20.ant-col-rtl {
      margin-right: 83.33333333%;
      margin-left: 0
  }

  .ant-col-sm-push-21.ant-col-rtl {
      right: 87.5%;
      left: auto
  }

  .ant-col-sm-pull-21.ant-col-rtl {
      right: auto;
      left: 87.5%
  }

  .ant-col-sm-offset-21.ant-col-rtl {
      margin-right: 87.5%;
      margin-left: 0
  }

  .ant-col-sm-push-22.ant-col-rtl {
      right: 91.66666667%;
      left: auto
  }

  .ant-col-sm-pull-22.ant-col-rtl {
      right: auto;
      left: 91.66666667%
  }

  .ant-col-sm-offset-22.ant-col-rtl {
      margin-right: 91.66666667%;
      margin-left: 0
  }

  .ant-col-sm-push-23.ant-col-rtl {
      right: 95.83333333%;
      left: auto
  }

  .ant-col-sm-pull-23.ant-col-rtl {
      right: auto;
      left: 95.83333333%
  }

  .ant-col-sm-offset-23.ant-col-rtl {
      margin-right: 95.83333333%;
      margin-left: 0
  }

  .ant-col-sm-push-24.ant-col-rtl {
      right: 100%;
      left: auto
  }

  .ant-col-sm-pull-24.ant-col-rtl {
      right: auto;
      left: 100%
  }

  .ant-col-sm-offset-24.ant-col-rtl {
      margin-right: 100%;
      margin-left: 0
  }
}

@media (min-width: 768px) {
  .ant-col-md-24 {
      display:block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .ant-col-md-push-24 {
      left: 100%
  }

  .ant-col-md-pull-24 {
      right: 100%
  }

  .ant-col-md-offset-24 {
      margin-left: 100%
  }

  .ant-col-md-order-24 {
      -webkit-box-ordinal-group: 25;
      -webkit-order: 24;
      -ms-flex-order: 24;
      order: 24
  }

  .ant-col-md-23 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 95.83333333%;
      -ms-flex: 0 0 95.83333333%;
      flex: 0 0 95.83333333%;
      max-width: 95.83333333%
  }

  .ant-col-md-push-23 {
      left: 95.83333333%
  }

  .ant-col-md-pull-23 {
      right: 95.83333333%
  }

  .ant-col-md-offset-23 {
      margin-left: 95.83333333%
  }

  .ant-col-md-order-23 {
      -webkit-box-ordinal-group: 24;
      -webkit-order: 23;
      -ms-flex-order: 23;
      order: 23
  }

  .ant-col-md-22 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66666667%;
      -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
  }

  .ant-col-md-push-22 {
      left: 91.66666667%
  }

  .ant-col-md-pull-22 {
      right: 91.66666667%
  }

  .ant-col-md-offset-22 {
      margin-left: 91.66666667%
  }

  .ant-col-md-order-22 {
      -webkit-box-ordinal-group: 23;
      -webkit-order: 22;
      -ms-flex-order: 22;
      order: 22
  }

  .ant-col-md-21 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
      max-width: 87.5%
  }

  .ant-col-md-push-21 {
      left: 87.5%
  }

  .ant-col-md-pull-21 {
      right: 87.5%
  }

  .ant-col-md-offset-21 {
      margin-left: 87.5%
  }

  .ant-col-md-order-21 {
      -webkit-box-ordinal-group: 22;
      -webkit-order: 21;
      -ms-flex-order: 21;
      order: 21
  }

  .ant-col-md-20 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
  }

  .ant-col-md-push-20 {
      left: 83.33333333%
  }

  .ant-col-md-pull-20 {
      right: 83.33333333%
  }

  .ant-col-md-offset-20 {
      margin-left: 83.33333333%
  }

  .ant-col-md-order-20 {
      -webkit-box-ordinal-group: 21;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20
  }

  .ant-col-md-19 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 79.16666667%;
      -ms-flex: 0 0 79.16666667%;
      flex: 0 0 79.16666667%;
      max-width: 79.16666667%
  }

  .ant-col-md-push-19 {
      left: 79.16666667%
  }

  .ant-col-md-pull-19 {
      right: 79.16666667%
  }

  .ant-col-md-offset-19 {
      margin-left: 79.16666667%
  }

  .ant-col-md-order-19 {
      -webkit-box-ordinal-group: 20;
      -webkit-order: 19;
      -ms-flex-order: 19;
      order: 19
  }

  .ant-col-md-18 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .ant-col-md-push-18 {
      left: 75%
  }

  .ant-col-md-pull-18 {
      right: 75%
  }

  .ant-col-md-offset-18 {
      margin-left: 75%
  }

  .ant-col-md-order-18 {
      -webkit-box-ordinal-group: 19;
      -webkit-order: 18;
      -ms-flex-order: 18;
      order: 18
  }

  .ant-col-md-17 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70.83333333%;
      -ms-flex: 0 0 70.83333333%;
      flex: 0 0 70.83333333%;
      max-width: 70.83333333%
  }

  .ant-col-md-push-17 {
      left: 70.83333333%
  }

  .ant-col-md-pull-17 {
      right: 70.83333333%
  }

  .ant-col-md-offset-17 {
      margin-left: 70.83333333%
  }

  .ant-col-md-order-17 {
      -webkit-box-ordinal-group: 18;
      -webkit-order: 17;
      -ms-flex-order: 17;
      order: 17
  }

  .ant-col-md-16 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66666667%;
      -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
  }

  .ant-col-md-push-16 {
      left: 66.66666667%
  }

  .ant-col-md-pull-16 {
      right: 66.66666667%
  }

  .ant-col-md-offset-16 {
      margin-left: 66.66666667%
  }

  .ant-col-md-order-16 {
      -webkit-box-ordinal-group: 17;
      -webkit-order: 16;
      -ms-flex-order: 16;
      order: 16
  }

  .ant-col-md-15 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
      max-width: 62.5%
  }

  .ant-col-md-push-15 {
      left: 62.5%
  }

  .ant-col-md-pull-15 {
      right: 62.5%
  }

  .ant-col-md-offset-15 {
      margin-left: 62.5%
  }

  .ant-col-md-order-15 {
      -webkit-box-ordinal-group: 16;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15
  }

  .ant-col-md-14 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333333%;
      -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
  }

  .ant-col-md-push-14 {
      left: 58.33333333%
  }

  .ant-col-md-pull-14 {
      right: 58.33333333%
  }

  .ant-col-md-offset-14 {
      margin-left: 58.33333333%
  }

  .ant-col-md-order-14 {
      -webkit-box-ordinal-group: 15;
      -webkit-order: 14;
      -ms-flex-order: 14;
      order: 14
  }

  .ant-col-md-13 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 54.16666667%;
      -ms-flex: 0 0 54.16666667%;
      flex: 0 0 54.16666667%;
      max-width: 54.16666667%
  }

  .ant-col-md-push-13 {
      left: 54.16666667%
  }

  .ant-col-md-pull-13 {
      right: 54.16666667%
  }

  .ant-col-md-offset-13 {
      margin-left: 54.16666667%
  }

  .ant-col-md-order-13 {
      -webkit-box-ordinal-group: 14;
      -webkit-order: 13;
      -ms-flex-order: 13;
      order: 13
  }

  .ant-col-md-12 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .ant-col-md-push-12 {
      left: 50%
  }

  .ant-col-md-pull-12 {
      right: 50%
  }

  .ant-col-md-offset-12 {
      margin-left: 50%
  }

  .ant-col-md-order-12 {
      -webkit-box-ordinal-group: 13;
      -webkit-order: 12;
      -ms-flex-order: 12;
      order: 12
  }

  .ant-col-md-11 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45.83333333%;
      -ms-flex: 0 0 45.83333333%;
      flex: 0 0 45.83333333%;
      max-width: 45.83333333%
  }

  .ant-col-md-push-11 {
      left: 45.83333333%
  }

  .ant-col-md-pull-11 {
      right: 45.83333333%
  }

  .ant-col-md-offset-11 {
      margin-left: 45.83333333%
  }

  .ant-col-md-order-11 {
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      -ms-flex-order: 11;
      order: 11
  }

  .ant-col-md-10 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66666667%;
      -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
  }

  .ant-col-md-push-10 {
      left: 41.66666667%
  }

  .ant-col-md-pull-10 {
      right: 41.66666667%
  }

  .ant-col-md-offset-10 {
      margin-left: 41.66666667%
  }

  .ant-col-md-order-10 {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10
  }

  .ant-col-md-9 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
      max-width: 37.5%
  }

  .ant-col-md-push-9 {
      left: 37.5%
  }

  .ant-col-md-pull-9 {
      right: 37.5%
  }

  .ant-col-md-offset-9 {
      margin-left: 37.5%
  }

  .ant-col-md-order-9 {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      -ms-flex-order: 9;
      order: 9
  }

  .ant-col-md-8 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
  }

  .ant-col-md-push-8 {
      left: 33.33333333%
  }

  .ant-col-md-pull-8 {
      right: 33.33333333%
  }

  .ant-col-md-offset-8 {
      margin-left: 33.33333333%
  }

  .ant-col-md-order-8 {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      -ms-flex-order: 8;
      order: 8
  }

  .ant-col-md-7 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 29.16666667%;
      -ms-flex: 0 0 29.16666667%;
      flex: 0 0 29.16666667%;
      max-width: 29.16666667%
  }

  .ant-col-md-push-7 {
      left: 29.16666667%
  }

  .ant-col-md-pull-7 {
      right: 29.16666667%
  }

  .ant-col-md-offset-7 {
      margin-left: 29.16666667%
  }

  .ant-col-md-order-7 {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      -ms-flex-order: 7;
      order: 7
  }

  .ant-col-md-6 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .ant-col-md-push-6 {
      left: 25%
  }

  .ant-col-md-pull-6 {
      right: 25%
  }

  .ant-col-md-offset-6 {
      margin-left: 25%
  }

  .ant-col-md-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6
  }

  .ant-col-md-5 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20.83333333%;
      -ms-flex: 0 0 20.83333333%;
      flex: 0 0 20.83333333%;
      max-width: 20.83333333%
  }

  .ant-col-md-push-5 {
      left: 20.83333333%
  }

  .ant-col-md-pull-5 {
      right: 20.83333333%
  }

  .ant-col-md-offset-5 {
      margin-left: 20.83333333%
  }

  .ant-col-md-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
  }

  .ant-col-md-4 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
  }

  .ant-col-md-push-4 {
      left: 16.66666667%
  }

  .ant-col-md-pull-4 {
      right: 16.66666667%
  }

  .ant-col-md-offset-4 {
      margin-left: 16.66666667%
  }

  .ant-col-md-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4
  }

  .ant-col-md-3 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%
  }

  .ant-col-md-push-3 {
      left: 12.5%
  }

  .ant-col-md-pull-3 {
      right: 12.5%
  }

  .ant-col-md-offset-3 {
      margin-left: 12.5%
  }

  .ant-col-md-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3
  }

  .ant-col-md-2 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
  }

  .ant-col-md-push-2 {
      left: 8.33333333%
  }

  .ant-col-md-pull-2 {
      right: 8.33333333%
  }

  .ant-col-md-offset-2 {
      margin-left: 8.33333333%
  }

  .ant-col-md-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
  }

  .ant-col-md-1 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 4.16666667%;
      -ms-flex: 0 0 4.16666667%;
      flex: 0 0 4.16666667%;
      max-width: 4.16666667%
  }

  .ant-col-md-push-1 {
      left: 4.16666667%
  }

  .ant-col-md-pull-1 {
      right: 4.16666667%
  }

  .ant-col-md-offset-1 {
      margin-left: 4.16666667%
  }

  .ant-col-md-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1
  }

  .ant-col-md-0 {
      display: none
  }

  .ant-col-push-0 {
      left: auto
  }

  .ant-col-pull-0 {
      right: auto
  }

  .ant-col-md-push-0 {
      left: auto
  }

  .ant-col-md-pull-0 {
      right: auto
  }

  .ant-col-md-offset-0 {
      margin-left: 0
  }

  .ant-col-md-order-0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0
  }

  .ant-col-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-md-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-md-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-md-offset-0.ant-col-rtl {
      margin-right: 0
  }

  .ant-col-md-push-1.ant-col-rtl {
      right: 4.16666667%;
      left: auto
  }

  .ant-col-md-pull-1.ant-col-rtl {
      right: auto;
      left: 4.16666667%
  }

  .ant-col-md-offset-1.ant-col-rtl {
      margin-right: 4.16666667%;
      margin-left: 0
  }

  .ant-col-md-push-2.ant-col-rtl {
      right: 8.33333333%;
      left: auto
  }

  .ant-col-md-pull-2.ant-col-rtl {
      right: auto;
      left: 8.33333333%
  }

  .ant-col-md-offset-2.ant-col-rtl {
      margin-right: 8.33333333%;
      margin-left: 0
  }

  .ant-col-md-push-3.ant-col-rtl {
      right: 12.5%;
      left: auto
  }

  .ant-col-md-pull-3.ant-col-rtl {
      right: auto;
      left: 12.5%
  }

  .ant-col-md-offset-3.ant-col-rtl {
      margin-right: 12.5%;
      margin-left: 0
  }

  .ant-col-md-push-4.ant-col-rtl {
      right: 16.66666667%;
      left: auto
  }

  .ant-col-md-pull-4.ant-col-rtl {
      right: auto;
      left: 16.66666667%
  }

  .ant-col-md-offset-4.ant-col-rtl {
      margin-right: 16.66666667%;
      margin-left: 0
  }

  .ant-col-md-push-5.ant-col-rtl {
      right: 20.83333333%;
      left: auto
  }

  .ant-col-md-pull-5.ant-col-rtl {
      right: auto;
      left: 20.83333333%
  }

  .ant-col-md-offset-5.ant-col-rtl {
      margin-right: 20.83333333%;
      margin-left: 0
  }

  .ant-col-md-push-6.ant-col-rtl {
      right: 25%;
      left: auto
  }

  .ant-col-md-pull-6.ant-col-rtl {
      right: auto;
      left: 25%
  }

  .ant-col-md-offset-6.ant-col-rtl {
      margin-right: 25%;
      margin-left: 0
  }

  .ant-col-md-push-7.ant-col-rtl {
      right: 29.16666667%;
      left: auto
  }

  .ant-col-md-pull-7.ant-col-rtl {
      right: auto;
      left: 29.16666667%
  }

  .ant-col-md-offset-7.ant-col-rtl {
      margin-right: 29.16666667%;
      margin-left: 0
  }

  .ant-col-md-push-8.ant-col-rtl {
      right: 33.33333333%;
      left: auto
  }

  .ant-col-md-pull-8.ant-col-rtl {
      right: auto;
      left: 33.33333333%
  }

  .ant-col-md-offset-8.ant-col-rtl {
      margin-right: 33.33333333%;
      margin-left: 0
  }

  .ant-col-md-push-9.ant-col-rtl {
      right: 37.5%;
      left: auto
  }

  .ant-col-md-pull-9.ant-col-rtl {
      right: auto;
      left: 37.5%
  }

  .ant-col-md-offset-9.ant-col-rtl {
      margin-right: 37.5%;
      margin-left: 0
  }

  .ant-col-md-push-10.ant-col-rtl {
      right: 41.66666667%;
      left: auto
  }

  .ant-col-md-pull-10.ant-col-rtl {
      right: auto;
      left: 41.66666667%
  }

  .ant-col-md-offset-10.ant-col-rtl {
      margin-right: 41.66666667%;
      margin-left: 0
  }

  .ant-col-md-push-11.ant-col-rtl {
      right: 45.83333333%;
      left: auto
  }

  .ant-col-md-pull-11.ant-col-rtl {
      right: auto;
      left: 45.83333333%
  }

  .ant-col-md-offset-11.ant-col-rtl {
      margin-right: 45.83333333%;
      margin-left: 0
  }

  .ant-col-md-push-12.ant-col-rtl {
      right: 50%;
      left: auto
  }

  .ant-col-md-pull-12.ant-col-rtl {
      right: auto;
      left: 50%
  }

  .ant-col-md-offset-12.ant-col-rtl {
      margin-right: 50%;
      margin-left: 0
  }

  .ant-col-md-push-13.ant-col-rtl {
      right: 54.16666667%;
      left: auto
  }

  .ant-col-md-pull-13.ant-col-rtl {
      right: auto;
      left: 54.16666667%
  }

  .ant-col-md-offset-13.ant-col-rtl {
      margin-right: 54.16666667%;
      margin-left: 0
  }

  .ant-col-md-push-14.ant-col-rtl {
      right: 58.33333333%;
      left: auto
  }

  .ant-col-md-pull-14.ant-col-rtl {
      right: auto;
      left: 58.33333333%
  }

  .ant-col-md-offset-14.ant-col-rtl {
      margin-right: 58.33333333%;
      margin-left: 0
  }

  .ant-col-md-push-15.ant-col-rtl {
      right: 62.5%;
      left: auto
  }

  .ant-col-md-pull-15.ant-col-rtl {
      right: auto;
      left: 62.5%
  }

  .ant-col-md-offset-15.ant-col-rtl {
      margin-right: 62.5%;
      margin-left: 0
  }

  .ant-col-md-push-16.ant-col-rtl {
      right: 66.66666667%;
      left: auto
  }

  .ant-col-md-pull-16.ant-col-rtl {
      right: auto;
      left: 66.66666667%
  }

  .ant-col-md-offset-16.ant-col-rtl {
      margin-right: 66.66666667%;
      margin-left: 0
  }

  .ant-col-md-push-17.ant-col-rtl {
      right: 70.83333333%;
      left: auto
  }

  .ant-col-md-pull-17.ant-col-rtl {
      right: auto;
      left: 70.83333333%
  }

  .ant-col-md-offset-17.ant-col-rtl {
      margin-right: 70.83333333%;
      margin-left: 0
  }

  .ant-col-md-push-18.ant-col-rtl {
      right: 75%;
      left: auto
  }

  .ant-col-md-pull-18.ant-col-rtl {
      right: auto;
      left: 75%
  }

  .ant-col-md-offset-18.ant-col-rtl {
      margin-right: 75%;
      margin-left: 0
  }

  .ant-col-md-push-19.ant-col-rtl {
      right: 79.16666667%;
      left: auto
  }

  .ant-col-md-pull-19.ant-col-rtl {
      right: auto;
      left: 79.16666667%
  }

  .ant-col-md-offset-19.ant-col-rtl {
      margin-right: 79.16666667%;
      margin-left: 0
  }

  .ant-col-md-push-20.ant-col-rtl {
      right: 83.33333333%;
      left: auto
  }

  .ant-col-md-pull-20.ant-col-rtl {
      right: auto;
      left: 83.33333333%
  }

  .ant-col-md-offset-20.ant-col-rtl {
      margin-right: 83.33333333%;
      margin-left: 0
  }

  .ant-col-md-push-21.ant-col-rtl {
      right: 87.5%;
      left: auto
  }

  .ant-col-md-pull-21.ant-col-rtl {
      right: auto;
      left: 87.5%
  }

  .ant-col-md-offset-21.ant-col-rtl {
      margin-right: 87.5%;
      margin-left: 0
  }

  .ant-col-md-push-22.ant-col-rtl {
      right: 91.66666667%;
      left: auto
  }

  .ant-col-md-pull-22.ant-col-rtl {
      right: auto;
      left: 91.66666667%
  }

  .ant-col-md-offset-22.ant-col-rtl {
      margin-right: 91.66666667%;
      margin-left: 0
  }

  .ant-col-md-push-23.ant-col-rtl {
      right: 95.83333333%;
      left: auto
  }

  .ant-col-md-pull-23.ant-col-rtl {
      right: auto;
      left: 95.83333333%
  }

  .ant-col-md-offset-23.ant-col-rtl {
      margin-right: 95.83333333%;
      margin-left: 0
  }

  .ant-col-md-push-24.ant-col-rtl {
      right: 100%;
      left: auto
  }

  .ant-col-md-pull-24.ant-col-rtl {
      right: auto;
      left: 100%
  }

  .ant-col-md-offset-24.ant-col-rtl {
      margin-right: 100%;
      margin-left: 0
  }
}

@media (min-width: 992px) {
  .ant-col-lg-24 {
      display:block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .ant-col-lg-push-24 {
      left: 100%
  }

  .ant-col-lg-pull-24 {
      right: 100%
  }

  .ant-col-lg-offset-24 {
      margin-left: 100%
  }

  .ant-col-lg-order-24 {
      -webkit-box-ordinal-group: 25;
      -webkit-order: 24;
      -ms-flex-order: 24;
      order: 24
  }

  .ant-col-lg-23 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 95.83333333%;
      -ms-flex: 0 0 95.83333333%;
      flex: 0 0 95.83333333%;
      max-width: 95.83333333%
  }

  .ant-col-lg-push-23 {
      left: 95.83333333%
  }

  .ant-col-lg-pull-23 {
      right: 95.83333333%
  }

  .ant-col-lg-offset-23 {
      margin-left: 95.83333333%
  }

  .ant-col-lg-order-23 {
      -webkit-box-ordinal-group: 24;
      -webkit-order: 23;
      -ms-flex-order: 23;
      order: 23
  }

  .ant-col-lg-22 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66666667%;
      -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
  }

  .ant-col-lg-push-22 {
      left: 91.66666667%
  }

  .ant-col-lg-pull-22 {
      right: 91.66666667%
  }

  .ant-col-lg-offset-22 {
      margin-left: 91.66666667%
  }

  .ant-col-lg-order-22 {
      -webkit-box-ordinal-group: 23;
      -webkit-order: 22;
      -ms-flex-order: 22;
      order: 22
  }

  .ant-col-lg-21 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
      max-width: 87.5%
  }

  .ant-col-lg-push-21 {
      left: 87.5%
  }

  .ant-col-lg-pull-21 {
      right: 87.5%
  }

  .ant-col-lg-offset-21 {
      margin-left: 87.5%
  }

  .ant-col-lg-order-21 {
      -webkit-box-ordinal-group: 22;
      -webkit-order: 21;
      -ms-flex-order: 21;
      order: 21
  }

  .ant-col-lg-20 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
  }

  .ant-col-lg-push-20 {
      left: 83.33333333%
  }

  .ant-col-lg-pull-20 {
      right: 83.33333333%
  }

  .ant-col-lg-offset-20 {
      margin-left: 83.33333333%
  }

  .ant-col-lg-order-20 {
      -webkit-box-ordinal-group: 21;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20
  }

  .ant-col-lg-19 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 79.16666667%;
      -ms-flex: 0 0 79.16666667%;
      flex: 0 0 79.16666667%;
      max-width: 79.16666667%
  }

  .ant-col-lg-push-19 {
      left: 79.16666667%
  }

  .ant-col-lg-pull-19 {
      right: 79.16666667%
  }

  .ant-col-lg-offset-19 {
      margin-left: 79.16666667%
  }

  .ant-col-lg-order-19 {
      -webkit-box-ordinal-group: 20;
      -webkit-order: 19;
      -ms-flex-order: 19;
      order: 19
  }

  .ant-col-lg-18 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .ant-col-lg-push-18 {
      left: 75%
  }

  .ant-col-lg-pull-18 {
      right: 75%
  }

  .ant-col-lg-offset-18 {
      margin-left: 75%
  }

  .ant-col-lg-order-18 {
      -webkit-box-ordinal-group: 19;
      -webkit-order: 18;
      -ms-flex-order: 18;
      order: 18
  }

  .ant-col-lg-17 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70.83333333%;
      -ms-flex: 0 0 70.83333333%;
      flex: 0 0 70.83333333%;
      max-width: 70.83333333%
  }

  .ant-col-lg-push-17 {
      left: 70.83333333%
  }

  .ant-col-lg-pull-17 {
      right: 70.83333333%
  }

  .ant-col-lg-offset-17 {
      margin-left: 70.83333333%
  }

  .ant-col-lg-order-17 {
      -webkit-box-ordinal-group: 18;
      -webkit-order: 17;
      -ms-flex-order: 17;
      order: 17
  }

  .ant-col-lg-16 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66666667%;
      -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
  }

  .ant-col-lg-push-16 {
      left: 66.66666667%
  }

  .ant-col-lg-pull-16 {
      right: 66.66666667%
  }

  .ant-col-lg-offset-16 {
      margin-left: 66.66666667%
  }

  .ant-col-lg-order-16 {
      -webkit-box-ordinal-group: 17;
      -webkit-order: 16;
      -ms-flex-order: 16;
      order: 16
  }

  .ant-col-lg-15 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
      max-width: 62.5%
  }

  .ant-col-lg-push-15 {
      left: 62.5%
  }

  .ant-col-lg-pull-15 {
      right: 62.5%
  }

  .ant-col-lg-offset-15 {
      margin-left: 62.5%
  }

  .ant-col-lg-order-15 {
      -webkit-box-ordinal-group: 16;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15
  }

  .ant-col-lg-14 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333333%;
      -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
  }

  .ant-col-lg-push-14 {
      left: 58.33333333%
  }

  .ant-col-lg-pull-14 {
      right: 58.33333333%
  }

  .ant-col-lg-offset-14 {
      margin-left: 58.33333333%
  }

  .ant-col-lg-order-14 {
      -webkit-box-ordinal-group: 15;
      -webkit-order: 14;
      -ms-flex-order: 14;
      order: 14
  }

  .ant-col-lg-13 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 54.16666667%;
      -ms-flex: 0 0 54.16666667%;
      flex: 0 0 54.16666667%;
      max-width: 54.16666667%
  }

  .ant-col-lg-push-13 {
      left: 54.16666667%
  }

  .ant-col-lg-pull-13 {
      right: 54.16666667%
  }

  .ant-col-lg-offset-13 {
      margin-left: 54.16666667%
  }

  .ant-col-lg-order-13 {
      -webkit-box-ordinal-group: 14;
      -webkit-order: 13;
      -ms-flex-order: 13;
      order: 13
  }

  .ant-col-lg-12 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .ant-col-lg-push-12 {
      left: 50%
  }

  .ant-col-lg-pull-12 {
      right: 50%
  }

  .ant-col-lg-offset-12 {
      margin-left: 50%
  }

  .ant-col-lg-order-12 {
      -webkit-box-ordinal-group: 13;
      -webkit-order: 12;
      -ms-flex-order: 12;
      order: 12
  }

  .ant-col-lg-11 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45.83333333%;
      -ms-flex: 0 0 45.83333333%;
      flex: 0 0 45.83333333%;
      max-width: 45.83333333%
  }

  .ant-col-lg-push-11 {
      left: 45.83333333%
  }

  .ant-col-lg-pull-11 {
      right: 45.83333333%
  }

  .ant-col-lg-offset-11 {
      margin-left: 45.83333333%
  }

  .ant-col-lg-order-11 {
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      -ms-flex-order: 11;
      order: 11
  }

  .ant-col-lg-10 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66666667%;
      -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
  }

  .ant-col-lg-push-10 {
      left: 41.66666667%
  }

  .ant-col-lg-pull-10 {
      right: 41.66666667%
  }

  .ant-col-lg-offset-10 {
      margin-left: 41.66666667%
  }

  .ant-col-lg-order-10 {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10
  }

  .ant-col-lg-9 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
      max-width: 37.5%
  }

  .ant-col-lg-push-9 {
      left: 37.5%
  }

  .ant-col-lg-pull-9 {
      right: 37.5%
  }

  .ant-col-lg-offset-9 {
      margin-left: 37.5%
  }

  .ant-col-lg-order-9 {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      -ms-flex-order: 9;
      order: 9
  }

  .ant-col-lg-8 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
  }

  .ant-col-lg-push-8 {
      left: 33.33333333%
  }

  .ant-col-lg-pull-8 {
      right: 33.33333333%
  }

  .ant-col-lg-offset-8 {
      margin-left: 33.33333333%
  }

  .ant-col-lg-order-8 {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      -ms-flex-order: 8;
      order: 8
  }

  .ant-col-lg-7 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 29.16666667%;
      -ms-flex: 0 0 29.16666667%;
      flex: 0 0 29.16666667%;
      max-width: 29.16666667%
  }

  .ant-col-lg-push-7 {
      left: 29.16666667%
  }

  .ant-col-lg-pull-7 {
      right: 29.16666667%
  }

  .ant-col-lg-offset-7 {
      margin-left: 29.16666667%
  }

  .ant-col-lg-order-7 {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      -ms-flex-order: 7;
      order: 7
  }

  .ant-col-lg-6 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .ant-col-lg-push-6 {
      left: 25%
  }

  .ant-col-lg-pull-6 {
      right: 25%
  }

  .ant-col-lg-offset-6 {
      margin-left: 25%
  }

  .ant-col-lg-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6
  }

  .ant-col-lg-5 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20.83333333%;
      -ms-flex: 0 0 20.83333333%;
      flex: 0 0 20.83333333%;
      max-width: 20.83333333%
  }

  .ant-col-lg-push-5 {
      left: 20.83333333%
  }

  .ant-col-lg-pull-5 {
      right: 20.83333333%
  }

  .ant-col-lg-offset-5 {
      margin-left: 20.83333333%
  }

  .ant-col-lg-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
  }

  .ant-col-lg-4 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
  }

  .ant-col-lg-push-4 {
      left: 16.66666667%
  }

  .ant-col-lg-pull-4 {
      right: 16.66666667%
  }

  .ant-col-lg-offset-4 {
      margin-left: 16.66666667%
  }

  .ant-col-lg-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4
  }

  .ant-col-lg-3 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%
  }

  .ant-col-lg-push-3 {
      left: 12.5%
  }

  .ant-col-lg-pull-3 {
      right: 12.5%
  }

  .ant-col-lg-offset-3 {
      margin-left: 12.5%
  }

  .ant-col-lg-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3
  }

  .ant-col-lg-2 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
  }

  .ant-col-lg-push-2 {
      left: 8.33333333%
  }

  .ant-col-lg-pull-2 {
      right: 8.33333333%
  }

  .ant-col-lg-offset-2 {
      margin-left: 8.33333333%
  }

  .ant-col-lg-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
  }

  .ant-col-lg-1 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 4.16666667%;
      -ms-flex: 0 0 4.16666667%;
      flex: 0 0 4.16666667%;
      max-width: 4.16666667%
  }

  .ant-col-lg-push-1 {
      left: 4.16666667%
  }

  .ant-col-lg-pull-1 {
      right: 4.16666667%
  }

  .ant-col-lg-offset-1 {
      margin-left: 4.16666667%
  }

  .ant-col-lg-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1
  }

  .ant-col-lg-0 {
      display: none
  }

  .ant-col-push-0 {
      left: auto
  }

  .ant-col-pull-0 {
      right: auto
  }

  .ant-col-lg-push-0 {
      left: auto
  }

  .ant-col-lg-pull-0 {
      right: auto
  }

  .ant-col-lg-offset-0 {
      margin-left: 0
  }

  .ant-col-lg-order-0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0
  }

  .ant-col-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-lg-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-lg-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-lg-offset-0.ant-col-rtl {
      margin-right: 0
  }

  .ant-col-lg-push-1.ant-col-rtl {
      right: 4.16666667%;
      left: auto
  }

  .ant-col-lg-pull-1.ant-col-rtl {
      right: auto;
      left: 4.16666667%
  }

  .ant-col-lg-offset-1.ant-col-rtl {
      margin-right: 4.16666667%;
      margin-left: 0
  }

  .ant-col-lg-push-2.ant-col-rtl {
      right: 8.33333333%;
      left: auto
  }

  .ant-col-lg-pull-2.ant-col-rtl {
      right: auto;
      left: 8.33333333%
  }

  .ant-col-lg-offset-2.ant-col-rtl {
      margin-right: 8.33333333%;
      margin-left: 0
  }

  .ant-col-lg-push-3.ant-col-rtl {
      right: 12.5%;
      left: auto
  }

  .ant-col-lg-pull-3.ant-col-rtl {
      right: auto;
      left: 12.5%
  }

  .ant-col-lg-offset-3.ant-col-rtl {
      margin-right: 12.5%;
      margin-left: 0
  }

  .ant-col-lg-push-4.ant-col-rtl {
      right: 16.66666667%;
      left: auto
  }

  .ant-col-lg-pull-4.ant-col-rtl {
      right: auto;
      left: 16.66666667%
  }

  .ant-col-lg-offset-4.ant-col-rtl {
      margin-right: 16.66666667%;
      margin-left: 0
  }

  .ant-col-lg-push-5.ant-col-rtl {
      right: 20.83333333%;
      left: auto
  }

  .ant-col-lg-pull-5.ant-col-rtl {
      right: auto;
      left: 20.83333333%
  }

  .ant-col-lg-offset-5.ant-col-rtl {
      margin-right: 20.83333333%;
      margin-left: 0
  }

  .ant-col-lg-push-6.ant-col-rtl {
      right: 25%;
      left: auto
  }

  .ant-col-lg-pull-6.ant-col-rtl {
      right: auto;
      left: 25%
  }

  .ant-col-lg-offset-6.ant-col-rtl {
      margin-right: 25%;
      margin-left: 0
  }

  .ant-col-lg-push-7.ant-col-rtl {
      right: 29.16666667%;
      left: auto
  }

  .ant-col-lg-pull-7.ant-col-rtl {
      right: auto;
      left: 29.16666667%
  }

  .ant-col-lg-offset-7.ant-col-rtl {
      margin-right: 29.16666667%;
      margin-left: 0
  }

  .ant-col-lg-push-8.ant-col-rtl {
      right: 33.33333333%;
      left: auto
  }

  .ant-col-lg-pull-8.ant-col-rtl {
      right: auto;
      left: 33.33333333%
  }

  .ant-col-lg-offset-8.ant-col-rtl {
      margin-right: 33.33333333%;
      margin-left: 0
  }

  .ant-col-lg-push-9.ant-col-rtl {
      right: 37.5%;
      left: auto
  }

  .ant-col-lg-pull-9.ant-col-rtl {
      right: auto;
      left: 37.5%
  }

  .ant-col-lg-offset-9.ant-col-rtl {
      margin-right: 37.5%;
      margin-left: 0
  }

  .ant-col-lg-push-10.ant-col-rtl {
      right: 41.66666667%;
      left: auto
  }

  .ant-col-lg-pull-10.ant-col-rtl {
      right: auto;
      left: 41.66666667%
  }

  .ant-col-lg-offset-10.ant-col-rtl {
      margin-right: 41.66666667%;
      margin-left: 0
  }

  .ant-col-lg-push-11.ant-col-rtl {
      right: 45.83333333%;
      left: auto
  }

  .ant-col-lg-pull-11.ant-col-rtl {
      right: auto;
      left: 45.83333333%
  }

  .ant-col-lg-offset-11.ant-col-rtl {
      margin-right: 45.83333333%;
      margin-left: 0
  }

  .ant-col-lg-push-12.ant-col-rtl {
      right: 50%;
      left: auto
  }

  .ant-col-lg-pull-12.ant-col-rtl {
      right: auto;
      left: 50%
  }

  .ant-col-lg-offset-12.ant-col-rtl {
      margin-right: 50%;
      margin-left: 0
  }

  .ant-col-lg-push-13.ant-col-rtl {
      right: 54.16666667%;
      left: auto
  }

  .ant-col-lg-pull-13.ant-col-rtl {
      right: auto;
      left: 54.16666667%
  }

  .ant-col-lg-offset-13.ant-col-rtl {
      margin-right: 54.16666667%;
      margin-left: 0
  }

  .ant-col-lg-push-14.ant-col-rtl {
      right: 58.33333333%;
      left: auto
  }

  .ant-col-lg-pull-14.ant-col-rtl {
      right: auto;
      left: 58.33333333%
  }

  .ant-col-lg-offset-14.ant-col-rtl {
      margin-right: 58.33333333%;
      margin-left: 0
  }

  .ant-col-lg-push-15.ant-col-rtl {
      right: 62.5%;
      left: auto
  }

  .ant-col-lg-pull-15.ant-col-rtl {
      right: auto;
      left: 62.5%
  }

  .ant-col-lg-offset-15.ant-col-rtl {
      margin-right: 62.5%;
      margin-left: 0
  }

  .ant-col-lg-push-16.ant-col-rtl {
      right: 66.66666667%;
      left: auto
  }

  .ant-col-lg-pull-16.ant-col-rtl {
      right: auto;
      left: 66.66666667%
  }

  .ant-col-lg-offset-16.ant-col-rtl {
      margin-right: 66.66666667%;
      margin-left: 0
  }

  .ant-col-lg-push-17.ant-col-rtl {
      right: 70.83333333%;
      left: auto
  }

  .ant-col-lg-pull-17.ant-col-rtl {
      right: auto;
      left: 70.83333333%
  }

  .ant-col-lg-offset-17.ant-col-rtl {
      margin-right: 70.83333333%;
      margin-left: 0
  }

  .ant-col-lg-push-18.ant-col-rtl {
      right: 75%;
      left: auto
  }

  .ant-col-lg-pull-18.ant-col-rtl {
      right: auto;
      left: 75%
  }

  .ant-col-lg-offset-18.ant-col-rtl {
      margin-right: 75%;
      margin-left: 0
  }

  .ant-col-lg-push-19.ant-col-rtl {
      right: 79.16666667%;
      left: auto
  }

  .ant-col-lg-pull-19.ant-col-rtl {
      right: auto;
      left: 79.16666667%
  }

  .ant-col-lg-offset-19.ant-col-rtl {
      margin-right: 79.16666667%;
      margin-left: 0
  }

  .ant-col-lg-push-20.ant-col-rtl {
      right: 83.33333333%;
      left: auto
  }

  .ant-col-lg-pull-20.ant-col-rtl {
      right: auto;
      left: 83.33333333%
  }

  .ant-col-lg-offset-20.ant-col-rtl {
      margin-right: 83.33333333%;
      margin-left: 0
  }

  .ant-col-lg-push-21.ant-col-rtl {
      right: 87.5%;
      left: auto
  }

  .ant-col-lg-pull-21.ant-col-rtl {
      right: auto;
      left: 87.5%
  }

  .ant-col-lg-offset-21.ant-col-rtl {
      margin-right: 87.5%;
      margin-left: 0
  }

  .ant-col-lg-push-22.ant-col-rtl {
      right: 91.66666667%;
      left: auto
  }

  .ant-col-lg-pull-22.ant-col-rtl {
      right: auto;
      left: 91.66666667%
  }

  .ant-col-lg-offset-22.ant-col-rtl {
      margin-right: 91.66666667%;
      margin-left: 0
  }

  .ant-col-lg-push-23.ant-col-rtl {
      right: 95.83333333%;
      left: auto
  }

  .ant-col-lg-pull-23.ant-col-rtl {
      right: auto;
      left: 95.83333333%
  }

  .ant-col-lg-offset-23.ant-col-rtl {
      margin-right: 95.83333333%;
      margin-left: 0
  }

  .ant-col-lg-push-24.ant-col-rtl {
      right: 100%;
      left: auto
  }

  .ant-col-lg-pull-24.ant-col-rtl {
      right: auto;
      left: 100%
  }

  .ant-col-lg-offset-24.ant-col-rtl {
      margin-right: 100%;
      margin-left: 0
  }
}

@media (min-width: 1200px) {
  .ant-col-xl-24 {
      display:block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .ant-col-xl-push-24 {
      left: 100%
  }

  .ant-col-xl-pull-24 {
      right: 100%
  }

  .ant-col-xl-offset-24 {
      margin-left: 100%
  }

  .ant-col-xl-order-24 {
      -webkit-box-ordinal-group: 25;
      -webkit-order: 24;
      -ms-flex-order: 24;
      order: 24
  }

  .ant-col-xl-23 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 95.83333333%;
      -ms-flex: 0 0 95.83333333%;
      flex: 0 0 95.83333333%;
      max-width: 95.83333333%
  }

  .ant-col-xl-push-23 {
      left: 95.83333333%
  }

  .ant-col-xl-pull-23 {
      right: 95.83333333%
  }

  .ant-col-xl-offset-23 {
      margin-left: 95.83333333%
  }

  .ant-col-xl-order-23 {
      -webkit-box-ordinal-group: 24;
      -webkit-order: 23;
      -ms-flex-order: 23;
      order: 23
  }

  .ant-col-xl-22 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66666667%;
      -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
  }

  .ant-col-xl-push-22 {
      left: 91.66666667%
  }

  .ant-col-xl-pull-22 {
      right: 91.66666667%
  }

  .ant-col-xl-offset-22 {
      margin-left: 91.66666667%
  }

  .ant-col-xl-order-22 {
      -webkit-box-ordinal-group: 23;
      -webkit-order: 22;
      -ms-flex-order: 22;
      order: 22
  }

  .ant-col-xl-21 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
      max-width: 87.5%
  }

  .ant-col-xl-push-21 {
      left: 87.5%
  }

  .ant-col-xl-pull-21 {
      right: 87.5%
  }

  .ant-col-xl-offset-21 {
      margin-left: 87.5%
  }

  .ant-col-xl-order-21 {
      -webkit-box-ordinal-group: 22;
      -webkit-order: 21;
      -ms-flex-order: 21;
      order: 21
  }

  .ant-col-xl-20 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
  }

  .ant-col-xl-push-20 {
      left: 83.33333333%
  }

  .ant-col-xl-pull-20 {
      right: 83.33333333%
  }

  .ant-col-xl-offset-20 {
      margin-left: 83.33333333%
  }

  .ant-col-xl-order-20 {
      -webkit-box-ordinal-group: 21;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20
  }

  .ant-col-xl-19 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 79.16666667%;
      -ms-flex: 0 0 79.16666667%;
      flex: 0 0 79.16666667%;
      max-width: 79.16666667%
  }

  .ant-col-xl-push-19 {
      left: 79.16666667%
  }

  .ant-col-xl-pull-19 {
      right: 79.16666667%
  }

  .ant-col-xl-offset-19 {
      margin-left: 79.16666667%
  }

  .ant-col-xl-order-19 {
      -webkit-box-ordinal-group: 20;
      -webkit-order: 19;
      -ms-flex-order: 19;
      order: 19
  }

  .ant-col-xl-18 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .ant-col-xl-push-18 {
      left: 75%
  }

  .ant-col-xl-pull-18 {
      right: 75%
  }

  .ant-col-xl-offset-18 {
      margin-left: 75%
  }

  .ant-col-xl-order-18 {
      -webkit-box-ordinal-group: 19;
      -webkit-order: 18;
      -ms-flex-order: 18;
      order: 18
  }

  .ant-col-xl-17 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70.83333333%;
      -ms-flex: 0 0 70.83333333%;
      flex: 0 0 70.83333333%;
      max-width: 70.83333333%
  }

  .ant-col-xl-push-17 {
      left: 70.83333333%
  }

  .ant-col-xl-pull-17 {
      right: 70.83333333%
  }

  .ant-col-xl-offset-17 {
      margin-left: 70.83333333%
  }

  .ant-col-xl-order-17 {
      -webkit-box-ordinal-group: 18;
      -webkit-order: 17;
      -ms-flex-order: 17;
      order: 17
  }

  .ant-col-xl-16 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66666667%;
      -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
  }

  .ant-col-xl-push-16 {
      left: 66.66666667%
  }

  .ant-col-xl-pull-16 {
      right: 66.66666667%
  }

  .ant-col-xl-offset-16 {
      margin-left: 66.66666667%
  }

  .ant-col-xl-order-16 {
      -webkit-box-ordinal-group: 17;
      -webkit-order: 16;
      -ms-flex-order: 16;
      order: 16
  }

  .ant-col-xl-15 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
      max-width: 62.5%
  }

  .ant-col-xl-push-15 {
      left: 62.5%
  }

  .ant-col-xl-pull-15 {
      right: 62.5%
  }

  .ant-col-xl-offset-15 {
      margin-left: 62.5%
  }

  .ant-col-xl-order-15 {
      -webkit-box-ordinal-group: 16;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15
  }

  .ant-col-xl-14 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333333%;
      -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
  }

  .ant-col-xl-push-14 {
      left: 58.33333333%
  }

  .ant-col-xl-pull-14 {
      right: 58.33333333%
  }

  .ant-col-xl-offset-14 {
      margin-left: 58.33333333%
  }

  .ant-col-xl-order-14 {
      -webkit-box-ordinal-group: 15;
      -webkit-order: 14;
      -ms-flex-order: 14;
      order: 14
  }

  .ant-col-xl-13 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 54.16666667%;
      -ms-flex: 0 0 54.16666667%;
      flex: 0 0 54.16666667%;
      max-width: 54.16666667%
  }

  .ant-col-xl-push-13 {
      left: 54.16666667%
  }

  .ant-col-xl-pull-13 {
      right: 54.16666667%
  }

  .ant-col-xl-offset-13 {
      margin-left: 54.16666667%
  }

  .ant-col-xl-order-13 {
      -webkit-box-ordinal-group: 14;
      -webkit-order: 13;
      -ms-flex-order: 13;
      order: 13
  }

  .ant-col-xl-12 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .ant-col-xl-push-12 {
      left: 50%
  }

  .ant-col-xl-pull-12 {
      right: 50%
  }

  .ant-col-xl-offset-12 {
      margin-left: 50%
  }

  .ant-col-xl-order-12 {
      -webkit-box-ordinal-group: 13;
      -webkit-order: 12;
      -ms-flex-order: 12;
      order: 12
  }

  .ant-col-xl-11 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45.83333333%;
      -ms-flex: 0 0 45.83333333%;
      flex: 0 0 45.83333333%;
      max-width: 45.83333333%
  }

  .ant-col-xl-push-11 {
      left: 45.83333333%
  }

  .ant-col-xl-pull-11 {
      right: 45.83333333%
  }

  .ant-col-xl-offset-11 {
      margin-left: 45.83333333%
  }

  .ant-col-xl-order-11 {
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      -ms-flex-order: 11;
      order: 11
  }

  .ant-col-xl-10 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66666667%;
      -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
  }

  .ant-col-xl-push-10 {
      left: 41.66666667%
  }

  .ant-col-xl-pull-10 {
      right: 41.66666667%
  }

  .ant-col-xl-offset-10 {
      margin-left: 41.66666667%
  }

  .ant-col-xl-order-10 {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10
  }

  .ant-col-xl-9 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
      max-width: 37.5%
  }

  .ant-col-xl-push-9 {
      left: 37.5%
  }

  .ant-col-xl-pull-9 {
      right: 37.5%
  }

  .ant-col-xl-offset-9 {
      margin-left: 37.5%
  }

  .ant-col-xl-order-9 {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      -ms-flex-order: 9;
      order: 9
  }

  .ant-col-xl-8 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
  }

  .ant-col-xl-push-8 {
      left: 33.33333333%
  }

  .ant-col-xl-pull-8 {
      right: 33.33333333%
  }

  .ant-col-xl-offset-8 {
      margin-left: 33.33333333%
  }

  .ant-col-xl-order-8 {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      -ms-flex-order: 8;
      order: 8
  }

  .ant-col-xl-7 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 29.16666667%;
      -ms-flex: 0 0 29.16666667%;
      flex: 0 0 29.16666667%;
      max-width: 29.16666667%
  }

  .ant-col-xl-push-7 {
      left: 29.16666667%
  }

  .ant-col-xl-pull-7 {
      right: 29.16666667%
  }

  .ant-col-xl-offset-7 {
      margin-left: 29.16666667%
  }

  .ant-col-xl-order-7 {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      -ms-flex-order: 7;
      order: 7
  }

  .ant-col-xl-6 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .ant-col-xl-push-6 {
      left: 25%
  }

  .ant-col-xl-pull-6 {
      right: 25%
  }

  .ant-col-xl-offset-6 {
      margin-left: 25%
  }

  .ant-col-xl-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6
  }

  .ant-col-xl-5 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20.83333333%;
      -ms-flex: 0 0 20.83333333%;
      flex: 0 0 20.83333333%;
      max-width: 20.83333333%
  }

  .ant-col-xl-push-5 {
      left: 20.83333333%
  }

  .ant-col-xl-pull-5 {
      right: 20.83333333%
  }

  .ant-col-xl-offset-5 {
      margin-left: 20.83333333%
  }

  .ant-col-xl-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
  }

  .ant-col-xl-4 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
  }

  .ant-col-xl-push-4 {
      left: 16.66666667%
  }

  .ant-col-xl-pull-4 {
      right: 16.66666667%
  }

  .ant-col-xl-offset-4 {
      margin-left: 16.66666667%
  }

  .ant-col-xl-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4
  }

  .ant-col-xl-3 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%
  }

  .ant-col-xl-push-3 {
      left: 12.5%
  }

  .ant-col-xl-pull-3 {
      right: 12.5%
  }

  .ant-col-xl-offset-3 {
      margin-left: 12.5%
  }

  .ant-col-xl-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3
  }

  .ant-col-xl-2 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
  }

  .ant-col-xl-push-2 {
      left: 8.33333333%
  }

  .ant-col-xl-pull-2 {
      right: 8.33333333%
  }

  .ant-col-xl-offset-2 {
      margin-left: 8.33333333%
  }

  .ant-col-xl-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
  }

  .ant-col-xl-1 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 4.16666667%;
      -ms-flex: 0 0 4.16666667%;
      flex: 0 0 4.16666667%;
      max-width: 4.16666667%
  }

  .ant-col-xl-push-1 {
      left: 4.16666667%
  }

  .ant-col-xl-pull-1 {
      right: 4.16666667%
  }

  .ant-col-xl-offset-1 {
      margin-left: 4.16666667%
  }

  .ant-col-xl-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1
  }

  .ant-col-xl-0 {
      display: none
  }

  .ant-col-push-0 {
      left: auto
  }

  .ant-col-pull-0 {
      right: auto
  }

  .ant-col-xl-push-0 {
      left: auto
  }

  .ant-col-xl-pull-0 {
      right: auto
  }

  .ant-col-xl-offset-0 {
      margin-left: 0
  }

  .ant-col-xl-order-0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0
  }

  .ant-col-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-xl-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-xl-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-xl-offset-0.ant-col-rtl {
      margin-right: 0
  }

  .ant-col-xl-push-1.ant-col-rtl {
      right: 4.16666667%;
      left: auto
  }

  .ant-col-xl-pull-1.ant-col-rtl {
      right: auto;
      left: 4.16666667%
  }

  .ant-col-xl-offset-1.ant-col-rtl {
      margin-right: 4.16666667%;
      margin-left: 0
  }

  .ant-col-xl-push-2.ant-col-rtl {
      right: 8.33333333%;
      left: auto
  }

  .ant-col-xl-pull-2.ant-col-rtl {
      right: auto;
      left: 8.33333333%
  }

  .ant-col-xl-offset-2.ant-col-rtl {
      margin-right: 8.33333333%;
      margin-left: 0
  }

  .ant-col-xl-push-3.ant-col-rtl {
      right: 12.5%;
      left: auto
  }

  .ant-col-xl-pull-3.ant-col-rtl {
      right: auto;
      left: 12.5%
  }

  .ant-col-xl-offset-3.ant-col-rtl {
      margin-right: 12.5%;
      margin-left: 0
  }

  .ant-col-xl-push-4.ant-col-rtl {
      right: 16.66666667%;
      left: auto
  }

  .ant-col-xl-pull-4.ant-col-rtl {
      right: auto;
      left: 16.66666667%
  }

  .ant-col-xl-offset-4.ant-col-rtl {
      margin-right: 16.66666667%;
      margin-left: 0
  }

  .ant-col-xl-push-5.ant-col-rtl {
      right: 20.83333333%;
      left: auto
  }

  .ant-col-xl-pull-5.ant-col-rtl {
      right: auto;
      left: 20.83333333%
  }

  .ant-col-xl-offset-5.ant-col-rtl {
      margin-right: 20.83333333%;
      margin-left: 0
  }

  .ant-col-xl-push-6.ant-col-rtl {
      right: 25%;
      left: auto
  }

  .ant-col-xl-pull-6.ant-col-rtl {
      right: auto;
      left: 25%
  }

  .ant-col-xl-offset-6.ant-col-rtl {
      margin-right: 25%;
      margin-left: 0
  }

  .ant-col-xl-push-7.ant-col-rtl {
      right: 29.16666667%;
      left: auto
  }

  .ant-col-xl-pull-7.ant-col-rtl {
      right: auto;
      left: 29.16666667%
  }

  .ant-col-xl-offset-7.ant-col-rtl {
      margin-right: 29.16666667%;
      margin-left: 0
  }

  .ant-col-xl-push-8.ant-col-rtl {
      right: 33.33333333%;
      left: auto
  }

  .ant-col-xl-pull-8.ant-col-rtl {
      right: auto;
      left: 33.33333333%
  }

  .ant-col-xl-offset-8.ant-col-rtl {
      margin-right: 33.33333333%;
      margin-left: 0
  }

  .ant-col-xl-push-9.ant-col-rtl {
      right: 37.5%;
      left: auto
  }

  .ant-col-xl-pull-9.ant-col-rtl {
      right: auto;
      left: 37.5%
  }

  .ant-col-xl-offset-9.ant-col-rtl {
      margin-right: 37.5%;
      margin-left: 0
  }

  .ant-col-xl-push-10.ant-col-rtl {
      right: 41.66666667%;
      left: auto
  }

  .ant-col-xl-pull-10.ant-col-rtl {
      right: auto;
      left: 41.66666667%
  }

  .ant-col-xl-offset-10.ant-col-rtl {
      margin-right: 41.66666667%;
      margin-left: 0
  }

  .ant-col-xl-push-11.ant-col-rtl {
      right: 45.83333333%;
      left: auto
  }

  .ant-col-xl-pull-11.ant-col-rtl {
      right: auto;
      left: 45.83333333%
  }

  .ant-col-xl-offset-11.ant-col-rtl {
      margin-right: 45.83333333%;
      margin-left: 0
  }

  .ant-col-xl-push-12.ant-col-rtl {
      right: 50%;
      left: auto
  }

  .ant-col-xl-pull-12.ant-col-rtl {
      right: auto;
      left: 50%
  }

  .ant-col-xl-offset-12.ant-col-rtl {
      margin-right: 50%;
      margin-left: 0
  }

  .ant-col-xl-push-13.ant-col-rtl {
      right: 54.16666667%;
      left: auto
  }

  .ant-col-xl-pull-13.ant-col-rtl {
      right: auto;
      left: 54.16666667%
  }

  .ant-col-xl-offset-13.ant-col-rtl {
      margin-right: 54.16666667%;
      margin-left: 0
  }

  .ant-col-xl-push-14.ant-col-rtl {
      right: 58.33333333%;
      left: auto
  }

  .ant-col-xl-pull-14.ant-col-rtl {
      right: auto;
      left: 58.33333333%
  }

  .ant-col-xl-offset-14.ant-col-rtl {
      margin-right: 58.33333333%;
      margin-left: 0
  }

  .ant-col-xl-push-15.ant-col-rtl {
      right: 62.5%;
      left: auto
  }

  .ant-col-xl-pull-15.ant-col-rtl {
      right: auto;
      left: 62.5%
  }

  .ant-col-xl-offset-15.ant-col-rtl {
      margin-right: 62.5%;
      margin-left: 0
  }

  .ant-col-xl-push-16.ant-col-rtl {
      right: 66.66666667%;
      left: auto
  }

  .ant-col-xl-pull-16.ant-col-rtl {
      right: auto;
      left: 66.66666667%
  }

  .ant-col-xl-offset-16.ant-col-rtl {
      margin-right: 66.66666667%;
      margin-left: 0
  }

  .ant-col-xl-push-17.ant-col-rtl {
      right: 70.83333333%;
      left: auto
  }

  .ant-col-xl-pull-17.ant-col-rtl {
      right: auto;
      left: 70.83333333%
  }

  .ant-col-xl-offset-17.ant-col-rtl {
      margin-right: 70.83333333%;
      margin-left: 0
  }

  .ant-col-xl-push-18.ant-col-rtl {
      right: 75%;
      left: auto
  }

  .ant-col-xl-pull-18.ant-col-rtl {
      right: auto;
      left: 75%
  }

  .ant-col-xl-offset-18.ant-col-rtl {
      margin-right: 75%;
      margin-left: 0
  }

  .ant-col-xl-push-19.ant-col-rtl {
      right: 79.16666667%;
      left: auto
  }

  .ant-col-xl-pull-19.ant-col-rtl {
      right: auto;
      left: 79.16666667%
  }

  .ant-col-xl-offset-19.ant-col-rtl {
      margin-right: 79.16666667%;
      margin-left: 0
  }

  .ant-col-xl-push-20.ant-col-rtl {
      right: 83.33333333%;
      left: auto
  }

  .ant-col-xl-pull-20.ant-col-rtl {
      right: auto;
      left: 83.33333333%
  }

  .ant-col-xl-offset-20.ant-col-rtl {
      margin-right: 83.33333333%;
      margin-left: 0
  }

  .ant-col-xl-push-21.ant-col-rtl {
      right: 87.5%;
      left: auto
  }

  .ant-col-xl-pull-21.ant-col-rtl {
      right: auto;
      left: 87.5%
  }

  .ant-col-xl-offset-21.ant-col-rtl {
      margin-right: 87.5%;
      margin-left: 0
  }

  .ant-col-xl-push-22.ant-col-rtl {
      right: 91.66666667%;
      left: auto
  }

  .ant-col-xl-pull-22.ant-col-rtl {
      right: auto;
      left: 91.66666667%
  }

  .ant-col-xl-offset-22.ant-col-rtl {
      margin-right: 91.66666667%;
      margin-left: 0
  }

  .ant-col-xl-push-23.ant-col-rtl {
      right: 95.83333333%;
      left: auto
  }

  .ant-col-xl-pull-23.ant-col-rtl {
      right: auto;
      left: 95.83333333%
  }

  .ant-col-xl-offset-23.ant-col-rtl {
      margin-right: 95.83333333%;
      margin-left: 0
  }

  .ant-col-xl-push-24.ant-col-rtl {
      right: 100%;
      left: auto
  }

  .ant-col-xl-pull-24.ant-col-rtl {
      right: auto;
      left: 100%
  }

  .ant-col-xl-offset-24.ant-col-rtl {
      margin-right: 100%;
      margin-left: 0
  }
}

@media (min-width: 1600px) {
  .ant-col-xxl-24 {
      display:block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .ant-col-xxl-push-24 {
      left: 100%
  }

  .ant-col-xxl-pull-24 {
      right: 100%
  }

  .ant-col-xxl-offset-24 {
      margin-left: 100%
  }

  .ant-col-xxl-order-24 {
      -webkit-box-ordinal-group: 25;
      -webkit-order: 24;
      -ms-flex-order: 24;
      order: 24
  }

  .ant-col-xxl-23 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 95.83333333%;
      -ms-flex: 0 0 95.83333333%;
      flex: 0 0 95.83333333%;
      max-width: 95.83333333%
  }

  .ant-col-xxl-push-23 {
      left: 95.83333333%
  }

  .ant-col-xxl-pull-23 {
      right: 95.83333333%
  }

  .ant-col-xxl-offset-23 {
      margin-left: 95.83333333%
  }

  .ant-col-xxl-order-23 {
      -webkit-box-ordinal-group: 24;
      -webkit-order: 23;
      -ms-flex-order: 23;
      order: 23
  }

  .ant-col-xxl-22 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66666667%;
      -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
  }

  .ant-col-xxl-push-22 {
      left: 91.66666667%
  }

  .ant-col-xxl-pull-22 {
      right: 91.66666667%
  }

  .ant-col-xxl-offset-22 {
      margin-left: 91.66666667%
  }

  .ant-col-xxl-order-22 {
      -webkit-box-ordinal-group: 23;
      -webkit-order: 22;
      -ms-flex-order: 22;
      order: 22
  }

  .ant-col-xxl-21 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
      max-width: 87.5%
  }

  .ant-col-xxl-push-21 {
      left: 87.5%
  }

  .ant-col-xxl-pull-21 {
      right: 87.5%
  }

  .ant-col-xxl-offset-21 {
      margin-left: 87.5%
  }

  .ant-col-xxl-order-21 {
      -webkit-box-ordinal-group: 22;
      -webkit-order: 21;
      -ms-flex-order: 21;
      order: 21
  }

  .ant-col-xxl-20 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
  }

  .ant-col-xxl-push-20 {
      left: 83.33333333%
  }

  .ant-col-xxl-pull-20 {
      right: 83.33333333%
  }

  .ant-col-xxl-offset-20 {
      margin-left: 83.33333333%
  }

  .ant-col-xxl-order-20 {
      -webkit-box-ordinal-group: 21;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20
  }

  .ant-col-xxl-19 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 79.16666667%;
      -ms-flex: 0 0 79.16666667%;
      flex: 0 0 79.16666667%;
      max-width: 79.16666667%
  }

  .ant-col-xxl-push-19 {
      left: 79.16666667%
  }

  .ant-col-xxl-pull-19 {
      right: 79.16666667%
  }

  .ant-col-xxl-offset-19 {
      margin-left: 79.16666667%
  }

  .ant-col-xxl-order-19 {
      -webkit-box-ordinal-group: 20;
      -webkit-order: 19;
      -ms-flex-order: 19;
      order: 19
  }

  .ant-col-xxl-18 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .ant-col-xxl-push-18 {
      left: 75%
  }

  .ant-col-xxl-pull-18 {
      right: 75%
  }

  .ant-col-xxl-offset-18 {
      margin-left: 75%
  }

  .ant-col-xxl-order-18 {
      -webkit-box-ordinal-group: 19;
      -webkit-order: 18;
      -ms-flex-order: 18;
      order: 18
  }

  .ant-col-xxl-17 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70.83333333%;
      -ms-flex: 0 0 70.83333333%;
      flex: 0 0 70.83333333%;
      max-width: 70.83333333%
  }

  .ant-col-xxl-push-17 {
      left: 70.83333333%
  }

  .ant-col-xxl-pull-17 {
      right: 70.83333333%
  }

  .ant-col-xxl-offset-17 {
      margin-left: 70.83333333%
  }

  .ant-col-xxl-order-17 {
      -webkit-box-ordinal-group: 18;
      -webkit-order: 17;
      -ms-flex-order: 17;
      order: 17
  }

  .ant-col-xxl-16 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66666667%;
      -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
  }

  .ant-col-xxl-push-16 {
      left: 66.66666667%
  }

  .ant-col-xxl-pull-16 {
      right: 66.66666667%
  }

  .ant-col-xxl-offset-16 {
      margin-left: 66.66666667%
  }

  .ant-col-xxl-order-16 {
      -webkit-box-ordinal-group: 17;
      -webkit-order: 16;
      -ms-flex-order: 16;
      order: 16
  }

  .ant-col-xxl-15 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
      max-width: 62.5%
  }

  .ant-col-xxl-push-15 {
      left: 62.5%
  }

  .ant-col-xxl-pull-15 {
      right: 62.5%
  }

  .ant-col-xxl-offset-15 {
      margin-left: 62.5%
  }

  .ant-col-xxl-order-15 {
      -webkit-box-ordinal-group: 16;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15
  }

  .ant-col-xxl-14 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333333%;
      -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
  }

  .ant-col-xxl-push-14 {
      left: 58.33333333%
  }

  .ant-col-xxl-pull-14 {
      right: 58.33333333%
  }

  .ant-col-xxl-offset-14 {
      margin-left: 58.33333333%
  }

  .ant-col-xxl-order-14 {
      -webkit-box-ordinal-group: 15;
      -webkit-order: 14;
      -ms-flex-order: 14;
      order: 14
  }

  .ant-col-xxl-13 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 54.16666667%;
      -ms-flex: 0 0 54.16666667%;
      flex: 0 0 54.16666667%;
      max-width: 54.16666667%
  }

  .ant-col-xxl-push-13 {
      left: 54.16666667%
  }

  .ant-col-xxl-pull-13 {
      right: 54.16666667%
  }

  .ant-col-xxl-offset-13 {
      margin-left: 54.16666667%
  }

  .ant-col-xxl-order-13 {
      -webkit-box-ordinal-group: 14;
      -webkit-order: 13;
      -ms-flex-order: 13;
      order: 13
  }

  .ant-col-xxl-12 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .ant-col-xxl-push-12 {
      left: 50%
  }

  .ant-col-xxl-pull-12 {
      right: 50%
  }

  .ant-col-xxl-offset-12 {
      margin-left: 50%
  }

  .ant-col-xxl-order-12 {
      -webkit-box-ordinal-group: 13;
      -webkit-order: 12;
      -ms-flex-order: 12;
      order: 12
  }

  .ant-col-xxl-11 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45.83333333%;
      -ms-flex: 0 0 45.83333333%;
      flex: 0 0 45.83333333%;
      max-width: 45.83333333%
  }

  .ant-col-xxl-push-11 {
      left: 45.83333333%
  }

  .ant-col-xxl-pull-11 {
      right: 45.83333333%
  }

  .ant-col-xxl-offset-11 {
      margin-left: 45.83333333%
  }

  .ant-col-xxl-order-11 {
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      -ms-flex-order: 11;
      order: 11
  }

  .ant-col-xxl-10 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66666667%;
      -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
  }

  .ant-col-xxl-push-10 {
      left: 41.66666667%
  }

  .ant-col-xxl-pull-10 {
      right: 41.66666667%
  }

  .ant-col-xxl-offset-10 {
      margin-left: 41.66666667%
  }

  .ant-col-xxl-order-10 {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10
  }

  .ant-col-xxl-9 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
      max-width: 37.5%
  }

  .ant-col-xxl-push-9 {
      left: 37.5%
  }

  .ant-col-xxl-pull-9 {
      right: 37.5%
  }

  .ant-col-xxl-offset-9 {
      margin-left: 37.5%
  }

  .ant-col-xxl-order-9 {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      -ms-flex-order: 9;
      order: 9
  }

  .ant-col-xxl-8 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
  }

  .ant-col-xxl-push-8 {
      left: 33.33333333%
  }

  .ant-col-xxl-pull-8 {
      right: 33.33333333%
  }

  .ant-col-xxl-offset-8 {
      margin-left: 33.33333333%
  }

  .ant-col-xxl-order-8 {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      -ms-flex-order: 8;
      order: 8
  }

  .ant-col-xxl-7 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 29.16666667%;
      -ms-flex: 0 0 29.16666667%;
      flex: 0 0 29.16666667%;
      max-width: 29.16666667%
  }

  .ant-col-xxl-push-7 {
      left: 29.16666667%
  }

  .ant-col-xxl-pull-7 {
      right: 29.16666667%
  }

  .ant-col-xxl-offset-7 {
      margin-left: 29.16666667%
  }

  .ant-col-xxl-order-7 {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      -ms-flex-order: 7;
      order: 7
  }

  .ant-col-xxl-6 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .ant-col-xxl-push-6 {
      left: 25%
  }

  .ant-col-xxl-pull-6 {
      right: 25%
  }

  .ant-col-xxl-offset-6 {
      margin-left: 25%
  }

  .ant-col-xxl-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6
  }

  .ant-col-xxl-5 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20.83333333%;
      -ms-flex: 0 0 20.83333333%;
      flex: 0 0 20.83333333%;
      max-width: 20.83333333%
  }

  .ant-col-xxl-push-5 {
      left: 20.83333333%
  }

  .ant-col-xxl-pull-5 {
      right: 20.83333333%
  }

  .ant-col-xxl-offset-5 {
      margin-left: 20.83333333%
  }

  .ant-col-xxl-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
  }

  .ant-col-xxl-4 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
  }

  .ant-col-xxl-push-4 {
      left: 16.66666667%
  }

  .ant-col-xxl-pull-4 {
      right: 16.66666667%
  }

  .ant-col-xxl-offset-4 {
      margin-left: 16.66666667%
  }

  .ant-col-xxl-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4
  }

  .ant-col-xxl-3 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%
  }

  .ant-col-xxl-push-3 {
      left: 12.5%
  }

  .ant-col-xxl-pull-3 {
      right: 12.5%
  }

  .ant-col-xxl-offset-3 {
      margin-left: 12.5%
  }

  .ant-col-xxl-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3
  }

  .ant-col-xxl-2 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
  }

  .ant-col-xxl-push-2 {
      left: 8.33333333%
  }

  .ant-col-xxl-pull-2 {
      right: 8.33333333%
  }

  .ant-col-xxl-offset-2 {
      margin-left: 8.33333333%
  }

  .ant-col-xxl-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
  }

  .ant-col-xxl-1 {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 4.16666667%;
      -ms-flex: 0 0 4.16666667%;
      flex: 0 0 4.16666667%;
      max-width: 4.16666667%
  }

  .ant-col-xxl-push-1 {
      left: 4.16666667%
  }

  .ant-col-xxl-pull-1 {
      right: 4.16666667%
  }

  .ant-col-xxl-offset-1 {
      margin-left: 4.16666667%
  }

  .ant-col-xxl-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1
  }

  .ant-col-xxl-0 {
      display: none
  }

  .ant-col-push-0 {
      left: auto
  }

  .ant-col-pull-0 {
      right: auto
  }

  .ant-col-xxl-push-0 {
      left: auto
  }

  .ant-col-xxl-pull-0 {
      right: auto
  }

  .ant-col-xxl-offset-0 {
      margin-left: 0
  }

  .ant-col-xxl-order-0 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0
  }

  .ant-col-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-xxl-push-0.ant-col-rtl {
      right: auto
  }

  .ant-col-xxl-pull-0.ant-col-rtl {
      left: auto
  }

  .ant-col-xxl-offset-0.ant-col-rtl {
      margin-right: 0
  }

  .ant-col-xxl-push-1.ant-col-rtl {
      right: 4.16666667%;
      left: auto
  }

  .ant-col-xxl-pull-1.ant-col-rtl {
      right: auto;
      left: 4.16666667%
  }

  .ant-col-xxl-offset-1.ant-col-rtl {
      margin-right: 4.16666667%;
      margin-left: 0
  }

  .ant-col-xxl-push-2.ant-col-rtl {
      right: 8.33333333%;
      left: auto
  }

  .ant-col-xxl-pull-2.ant-col-rtl {
      right: auto;
      left: 8.33333333%
  }

  .ant-col-xxl-offset-2.ant-col-rtl {
      margin-right: 8.33333333%;
      margin-left: 0
  }

  .ant-col-xxl-push-3.ant-col-rtl {
      right: 12.5%;
      left: auto
  }

  .ant-col-xxl-pull-3.ant-col-rtl {
      right: auto;
      left: 12.5%
  }

  .ant-col-xxl-offset-3.ant-col-rtl {
      margin-right: 12.5%;
      margin-left: 0
  }

  .ant-col-xxl-push-4.ant-col-rtl {
      right: 16.66666667%;
      left: auto
  }

  .ant-col-xxl-pull-4.ant-col-rtl {
      right: auto;
      left: 16.66666667%
  }

  .ant-col-xxl-offset-4.ant-col-rtl {
      margin-right: 16.66666667%;
      margin-left: 0
  }

  .ant-col-xxl-push-5.ant-col-rtl {
      right: 20.83333333%;
      left: auto
  }

  .ant-col-xxl-pull-5.ant-col-rtl {
      right: auto;
      left: 20.83333333%
  }

  .ant-col-xxl-offset-5.ant-col-rtl {
      margin-right: 20.83333333%;
      margin-left: 0
  }

  .ant-col-xxl-push-6.ant-col-rtl {
      right: 25%;
      left: auto
  }

  .ant-col-xxl-pull-6.ant-col-rtl {
      right: auto;
      left: 25%
  }

  .ant-col-xxl-offset-6.ant-col-rtl {
      margin-right: 25%;
      margin-left: 0
  }

  .ant-col-xxl-push-7.ant-col-rtl {
      right: 29.16666667%;
      left: auto
  }

  .ant-col-xxl-pull-7.ant-col-rtl {
      right: auto;
      left: 29.16666667%
  }

  .ant-col-xxl-offset-7.ant-col-rtl {
      margin-right: 29.16666667%;
      margin-left: 0
  }

  .ant-col-xxl-push-8.ant-col-rtl {
      right: 33.33333333%;
      left: auto
  }

  .ant-col-xxl-pull-8.ant-col-rtl {
      right: auto;
      left: 33.33333333%
  }

  .ant-col-xxl-offset-8.ant-col-rtl {
      margin-right: 33.33333333%;
      margin-left: 0
  }

  .ant-col-xxl-push-9.ant-col-rtl {
      right: 37.5%;
      left: auto
  }

  .ant-col-xxl-pull-9.ant-col-rtl {
      right: auto;
      left: 37.5%
  }

  .ant-col-xxl-offset-9.ant-col-rtl {
      margin-right: 37.5%;
      margin-left: 0
  }

  .ant-col-xxl-push-10.ant-col-rtl {
      right: 41.66666667%;
      left: auto
  }

  .ant-col-xxl-pull-10.ant-col-rtl {
      right: auto;
      left: 41.66666667%
  }

  .ant-col-xxl-offset-10.ant-col-rtl {
      margin-right: 41.66666667%;
      margin-left: 0
  }

  .ant-col-xxl-push-11.ant-col-rtl {
      right: 45.83333333%;
      left: auto
  }

  .ant-col-xxl-pull-11.ant-col-rtl {
      right: auto;
      left: 45.83333333%
  }

  .ant-col-xxl-offset-11.ant-col-rtl {
      margin-right: 45.83333333%;
      margin-left: 0
  }

  .ant-col-xxl-push-12.ant-col-rtl {
      right: 50%;
      left: auto
  }

  .ant-col-xxl-pull-12.ant-col-rtl {
      right: auto;
      left: 50%
  }

  .ant-col-xxl-offset-12.ant-col-rtl {
      margin-right: 50%;
      margin-left: 0
  }

  .ant-col-xxl-push-13.ant-col-rtl {
      right: 54.16666667%;
      left: auto
  }

  .ant-col-xxl-pull-13.ant-col-rtl {
      right: auto;
      left: 54.16666667%
  }

  .ant-col-xxl-offset-13.ant-col-rtl {
      margin-right: 54.16666667%;
      margin-left: 0
  }

  .ant-col-xxl-push-14.ant-col-rtl {
      right: 58.33333333%;
      left: auto
  }

  .ant-col-xxl-pull-14.ant-col-rtl {
      right: auto;
      left: 58.33333333%
  }

  .ant-col-xxl-offset-14.ant-col-rtl {
      margin-right: 58.33333333%;
      margin-left: 0
  }

  .ant-col-xxl-push-15.ant-col-rtl {
      right: 62.5%;
      left: auto
  }

  .ant-col-xxl-pull-15.ant-col-rtl {
      right: auto;
      left: 62.5%
  }

  .ant-col-xxl-offset-15.ant-col-rtl {
      margin-right: 62.5%;
      margin-left: 0
  }

  .ant-col-xxl-push-16.ant-col-rtl {
      right: 66.66666667%;
      left: auto
  }

  .ant-col-xxl-pull-16.ant-col-rtl {
      right: auto;
      left: 66.66666667%
  }

  .ant-col-xxl-offset-16.ant-col-rtl {
      margin-right: 66.66666667%;
      margin-left: 0
  }

  .ant-col-xxl-push-17.ant-col-rtl {
      right: 70.83333333%;
      left: auto
  }

  .ant-col-xxl-pull-17.ant-col-rtl {
      right: auto;
      left: 70.83333333%
  }

  .ant-col-xxl-offset-17.ant-col-rtl {
      margin-right: 70.83333333%;
      margin-left: 0
  }

  .ant-col-xxl-push-18.ant-col-rtl {
      right: 75%;
      left: auto
  }

  .ant-col-xxl-pull-18.ant-col-rtl {
      right: auto;
      left: 75%
  }

  .ant-col-xxl-offset-18.ant-col-rtl {
      margin-right: 75%;
      margin-left: 0
  }

  .ant-col-xxl-push-19.ant-col-rtl {
      right: 79.16666667%;
      left: auto
  }

  .ant-col-xxl-pull-19.ant-col-rtl {
      right: auto;
      left: 79.16666667%
  }

  .ant-col-xxl-offset-19.ant-col-rtl {
      margin-right: 79.16666667%;
      margin-left: 0
  }

  .ant-col-xxl-push-20.ant-col-rtl {
      right: 83.33333333%;
      left: auto
  }

  .ant-col-xxl-pull-20.ant-col-rtl {
      right: auto;
      left: 83.33333333%
  }

  .ant-col-xxl-offset-20.ant-col-rtl {
      margin-right: 83.33333333%;
      margin-left: 0
  }

  .ant-col-xxl-push-21.ant-col-rtl {
      right: 87.5%;
      left: auto
  }

  .ant-col-xxl-pull-21.ant-col-rtl {
      right: auto;
      left: 87.5%
  }

  .ant-col-xxl-offset-21.ant-col-rtl {
      margin-right: 87.5%;
      margin-left: 0
  }

  .ant-col-xxl-push-22.ant-col-rtl {
      right: 91.66666667%;
      left: auto
  }

  .ant-col-xxl-pull-22.ant-col-rtl {
      right: auto;
      left: 91.66666667%
  }

  .ant-col-xxl-offset-22.ant-col-rtl {
      margin-right: 91.66666667%;
      margin-left: 0
  }

  .ant-col-xxl-push-23.ant-col-rtl {
      right: 95.83333333%;
      left: auto
  }

  .ant-col-xxl-pull-23.ant-col-rtl {
      right: auto;
      left: 95.83333333%
  }

  .ant-col-xxl-offset-23.ant-col-rtl {
      margin-right: 95.83333333%;
      margin-left: 0
  }

  .ant-col-xxl-push-24.ant-col-rtl {
      right: 100%;
      left: auto
  }

  .ant-col-xxl-pull-24.ant-col-rtl {
      right: auto;
      left: 100%
  }

  .ant-col-xxl-offset-24.ant-col-rtl {
      margin-right: 100%;
      margin-left: 0
  }
}

.ant-row-rtl {
  direction: rtl
}

.ant-tooltip {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: absolute;
  z-index: 1070;
  display: block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible
}

.ant-tooltip-content {
  position: relative
}

.ant-tooltip-hidden {
  display: none
}

.ant-tooltip-placement-top,.ant-tooltip-placement-topLeft,.ant-tooltip-placement-topRight {
  padding-bottom: 14.3137085px
}

.ant-tooltip-placement-right,.ant-tooltip-placement-rightTop,.ant-tooltip-placement-rightBottom {
  padding-left: 14.3137085px
}

.ant-tooltip-placement-bottom,.ant-tooltip-placement-bottomLeft,.ant-tooltip-placement-bottomRight {
  padding-top: 14.3137085px
}

.ant-tooltip-placement-left,.ant-tooltip-placement-leftTop,.ant-tooltip-placement-leftBottom {
  padding-right: 14.3137085px
}

.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: #000000bf;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d
}

.ant-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none
}

.ant-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, .65), rgba(0, 0, 0, .75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: "";
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none
}

.ant-tooltip-arrow-content:before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: "";
  -webkit-clip-path: inset(33% 33%);
  clip-path: inset(33% 33%);
  -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")
}

.ant-tooltip-placement-top .ant-tooltip-arrow,.ant-tooltip-placement-topLeft .ant-tooltip-arrow,.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.ant-tooltip-placement-top .ant-tooltip-arrow-content,.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.07);
  box-shadow: 3px 3px 7px #00000012;
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg)
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateY(100%) translateX(-50%);
  transform: translateY(100%) translate(-50%)
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px
}

.ant-tooltip-placement-right .ant-tooltip-arrow,.ant-tooltip-placement-rightTop .ant-tooltip-arrow,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translate(-100%)
}

.ant-tooltip-placement-right .ant-tooltip-arrow-content,.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  -webkit-box-shadow: -3px 3px 7px rgba(0,0,0,.07);
  box-shadow: -3px 3px 7px #00000012;
  -webkit-transform: translateX(11px) rotate(135deg);
  transform: translate(11px) rotate(135deg)
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translate(-100%) translateY(-50%)
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px
}

.ant-tooltip-placement-left .ant-tooltip-arrow,.ant-tooltip-placement-leftTop .ant-tooltip-arrow,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translate(100%)
}

.ant-tooltip-placement-left .ant-tooltip-arrow-content,.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  -webkit-box-shadow: 3px -3px 7px rgba(0,0,0,.07);
  box-shadow: 3px -3px 7px #00000012;
  -webkit-transform: translateX(-11px) rotate(315deg);
  transform: translate(-11px) rotate(315deg)
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
  transform: translate(100%) translateY(-50%)
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  -webkit-box-shadow: -3px -3px 7px rgba(0,0,0,.07);
  box-shadow: -3px -3px 7px #00000012;
  -webkit-transform: translateY(11px) rotate(225deg);
  transform: translateY(11px) rotate(225deg)
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translate(-50%)
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px
}

.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96
}

.ant-tooltip-pink .ant-tooltip-arrow-content:before {
  background: #eb2f96
}

.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96
}

.ant-tooltip-magenta .ant-tooltip-arrow-content:before {
  background: #eb2f96
}

.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d
}

.ant-tooltip-red .ant-tooltip-arrow-content:before {
  background: #f5222d
}

.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c
}

.ant-tooltip-volcano .ant-tooltip-arrow-content:before {
  background: #fa541c
}

.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16
}

.ant-tooltip-orange .ant-tooltip-arrow-content:before {
  background: #fa8c16
}

.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14
}

.ant-tooltip-yellow .ant-tooltip-arrow-content:before {
  background: #fadb14
}

.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14
}

.ant-tooltip-gold .ant-tooltip-arrow-content:before {
  background: #faad14
}

.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2
}

.ant-tooltip-cyan .ant-tooltip-arrow-content:before {
  background: #13c2c2
}

.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911
}

.ant-tooltip-lime .ant-tooltip-arrow-content:before {
  background: #a0d911
}

.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a
}

.ant-tooltip-green .ant-tooltip-arrow-content:before {
  background: #52c41a
}

.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff
}

.ant-tooltip-blue .ant-tooltip-arrow-content:before {
  background: #1890ff
}

.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb
}

.ant-tooltip-geekblue .ant-tooltip-arrow-content:before {
  background: #2f54eb
}

.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1
}

.ant-tooltip-purple .ant-tooltip-arrow-content:before {
  background: #722ed1
}

.ant-tooltip-rtl {
  direction: rtl
}

.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right
}

.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #000000d9;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ant-input-affix-wrapper::-moz-placeholder {
  color: #bfbfbf;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.ant-input-affix-wrapper:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.ant-input-affix-wrapper::-webkit-input-placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-input-affix-wrapper::-ms-input-placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-input-affix-wrapper:-moz-placeholder-shown {
  text-overflow: ellipsis
}

.ant-input-affix-wrapper:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis
}

.ant-input-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px
}

.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px!important
}

.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused {
  border-color: #40a9ff;
  -webkit-box-shadow: 0 0 0 2px rgba(24,144,255,.2);
  box-shadow: 0 0 0 2px #1890ff33;
  border-right-width: 1px;
  outline: 0
}

.ant-input-rtl .ant-input-affix-wrapper:focus,.ant-input-rtl .ant-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px!important
}

.ant-input-affix-wrapper-disabled {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1
}

.ant-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px
}

.ant-input-affix-wrapper[disabled] {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1
}

.ant-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px
}

.ant-input-affix-wrapper-borderless,.ant-input-affix-wrapper-borderless:hover,.ant-input-affix-wrapper-borderless:focus,.ant-input-affix-wrapper-borderless-focused,.ant-input-affix-wrapper-borderless-disabled,.ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

textarea.ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  -webkit-transition: all .3s,height 0s;
  transition: all .3s,height 0s
}

.ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px
}

.ant-input-affix-wrapper-sm {
  padding: 0 7px
}

.ant-input-affix-wrapper-rtl {
  direction: rtl
}

.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1
}

.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px!important
}

.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  z-index: 0
}

.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus {
  z-index: 1
}

.ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: #fff0
}

.ant-input-affix-wrapper>.ant-input {
  font-size: inherit;
  border: none;
  outline: none
}

.ant-input-affix-wrapper>.ant-input:focus {
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

.ant-input-affix-wrapper>.ant-input:not(textarea) {
  padding: 0
}

.ant-input-affix-wrapper:before {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: "Â "
}

.ant-input-prefix,.ant-input-suffix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ant-input-prefix>*:not(:last-child),.ant-input-suffix>*:not(:last-child) {
  margin-right: 8px
}

.ant-input-show-count-suffix {
  color: #00000073
}

.ant-input-show-count-has-suffix {
  margin-right: 2px
}

.ant-input-prefix {
  margin-right: 4px
}

.ant-input-suffix {
  margin-left: 4px
}

.anticon.ant-input-clear-icon,.ant-input-clear-icon {
  margin: 0;
  color: #00000040;
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s
}

.anticon.ant-input-clear-icon:hover,.ant-input-clear-icon:hover {
  color: #00000073
}

.anticon.ant-input-clear-icon:active,.ant-input-clear-icon:active {
  color: #000000d9
}

.anticon.ant-input-clear-icon-hidden,.ant-input-clear-icon-hidden {
  visibility: hidden
}

.anticon.ant-input-clear-icon-has-suffix,.ant-input-clear-icon-has-suffix {
  margin: 0 4px
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1
}

.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #ff4d4f
}

.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ff7875;
  -webkit-box-shadow: 0 0 0 2px rgba(255,77,79,.2);
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px;
  outline: 0
}

.ant-input-status-error .ant-input-prefix {
  color: #ff4d4f
}

.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #faad14
}

.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ffc53d;
  -webkit-box-shadow: 0 0 0 2px rgba(250,173,20,.2);
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px;
  outline: 0
}

.ant-input-status-warning .ant-input-prefix {
  color: #faad14
}

.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ff4d4f
}

.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ff7875;
  -webkit-box-shadow: 0 0 0 2px rgba(255,77,79,.2);
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px;
  outline: 0
}

.ant-input-affix-wrapper-status-error .ant-input-prefix {
  color: #ff4d4f
}

.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14
}

.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ffc53d;
  -webkit-box-shadow: 0 0 0 2px rgba(250,173,20,.2);
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px;
  outline: 0
}

.ant-input-affix-wrapper-status-warning .ant-input-prefix {
  color: #faad14
}

.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
  padding-right: 24px
}

.ant-input-group-wrapper-status-error .ant-input-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f
}

.ant-input-group-wrapper-status-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14
}

.ant-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #000000d9;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-input::-moz-placeholder {
  color: #bfbfbf;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-input::-ms-input-placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-input:-moz-placeholder-shown {
  text-overflow: ellipsis
}

.ant-input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-input:placeholder-shown {
  text-overflow: ellipsis
}

.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px
}

.ant-input-rtl .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px!important
}

.ant-input:focus,.ant-input-focused {
  border-color: #40a9ff;
  -webkit-box-shadow: 0 0 0 2px rgba(24,144,255,.2);
  box-shadow: 0 0 0 2px #1890ff33;
  border-right-width: 1px;
  outline: 0
}

.ant-input-rtl .ant-input:focus,.ant-input-rtl .ant-input-focused {
  border-right-width: 0;
  border-left-width: 1px!important
}

.ant-input-disabled {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1
}

.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px
}

.ant-input[disabled] {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1
}

.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px
}

.ant-input-borderless,.ant-input-borderless:hover,.ant-input-borderless:focus,.ant-input-borderless-focused,.ant-input-borderless-disabled,.ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  -webkit-transition: all .3s,height 0s;
  transition: all .3s,height 0s
}

.ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px
}

.ant-input-sm {
  padding: 0 7px
}

.ant-input-rtl {
  direction: rtl
}

.ant-input-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0
}

.ant-input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0
}

.ant-input-group>[class*=col-] {
  padding-right: 8px
}

.ant-input-group>[class*=col-]:last-child {
  padding-right: 0
}

.ant-input-group-addon,.ant-input-group-wrap,.ant-input-group>.ant-input {
  display: table-cell
}

.ant-input-group-addon:not(:first-child):not(:last-child),.ant-input-group-wrap:not(:first-child):not(:last-child),.ant-input-group>.ant-input:not(:first-child):not(:last-child) {
  border-radius: 0
}

.ant-input-group-addon,.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle
}

.ant-input-group-wrap>* {
  display: block!important
}

.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit
}

.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px
}

.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px
}

.ant-input-search-with-button .ant-input-group .ant-input:hover {
  z-index: 0
}

.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: #000000d9;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-input-group-addon .ant-select {
  margin: -5px -11px
}

.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-input-group-addon .ant-select-open .ant-select-selector,.ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff
}

.ant-input-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent
}

.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-input-group>.ant-input:first-child,.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-input-group>.ant-input:first-child .ant-select .ant-select-selector,.ant-input-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-input-group-addon:first-child {
  border-right: 0
}

.ant-input-group-addon:last-child {
  border-left: 0
}

.ant-input-group>.ant-input:last-child,.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-input-group>.ant-input:last-child .ant-select .ant-select-selector,.ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-input-group-lg .ant-input,.ant-input-group-lg>.ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px
}

.ant-input-group-sm .ant-input,.ant-input-group-sm>.ant-input-group-addon {
  padding: 0 7px
}

.ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px
}

.ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px
}

.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.ant-input-group .ant-input-affix-wrapper:not(:first-child),.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-input-group.ant-input-group-compact {
  display: block
}

.ant-input-group.ant-input-group-compact:before {
  display: table;
  content: ""
}

.ant-input-group.ant-input-group-compact:after {
  display: table;
  clear: both;
  content: ""
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1
}

.ant-input-group.ant-input-group-compact>* {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0
}

.ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper,.ant-input-group.ant-input-group-compact>.ant-input-number-affix-wrapper,.ant-input-group.ant-input-group-compact>.ant-picker-range {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ant-input-group.ant-input-group-compact>*:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px
}

.ant-input-group.ant-input-group-compact .ant-input {
  float: none
}

.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0
}

.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover {
  z-index: 1
}

.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus {
  z-index: 1
}

.ant-input-group.ant-input-group-compact>.ant-select-focused {
  z-index: 1
}

.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow {
  z-index: 1
}

.ant-input-group.ant-input-group-compact>*:first-child,.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.ant-input-group.ant-input-group-compact>*:last-child,.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}

.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
  vertical-align: top
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper {
  margin-left: -1px
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input-group-addon>.ant-input-search-button {
  border-radius: 0
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input {
  border-radius: 2px 0 0 2px
}

.ant-input-group>.ant-input-rtl:first-child,.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-radius: 0 2px 2px 0
}

.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0
}

.ant-input-group-rtl .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px
}

.ant-input-group-rtl.ant-input-group>.ant-input:last-child,.ant-input-group-rtl.ant-input-group-addon:last-child {
  border-radius: 2px 0 0 2px
}

.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px
}

.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0
}

.ant-input-group-rtl.ant-input-group.ant-input-group-compact>*:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px
}

.ant-input-group-rtl.ant-input-group.ant-input-group-compact>*:first-child,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input {
  border-radius: 0 2px 2px 0
}

.ant-input-group-rtl.ant-input-group.ant-input-group-compact>*:last-child,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl+.ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search>.ant-input-group>.ant-input {
  border-radius: 0 2px 2px 0
}

.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top
}

.ant-input-password-icon.anticon {
  color: #00000073;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-input-password-icon.anticon:hover {
  color: #000000d9
}

.ant-input[type=color] {
  height: 32px
}

.ant-input[type=color].ant-input-lg {
  height: 40px
}

.ant-input[type=color].ant-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px
}

.ant-input-textarea-show-count>.ant-input {
  height: 100%
}

.ant-input-textarea-show-count:after {
  float: right;
  color: #00000073;
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none
}

.ant-input-textarea-show-count.ant-input-textarea-in-form-item:after {
  margin-bottom: -22px
}

.ant-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto
}

.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
  margin-right: -1px
}

.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
  margin-left: -1px
}

.ant-input-compact-item:hover,.ant-input-compact-item:focus,.ant-input-compact-item:active {
  z-index: 2
}

.ant-input-compact-item[disabled] {
  z-index: 0
}

.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
  border-radius: 0
}

.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-input-search .ant-input:hover,.ant-input-search .ant-input:focus {
  border-color: #40a9ff
}

.ant-input-search .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),.ant-input-search .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #40a9ff
}

.ant-input-search .ant-input-affix-wrapper {
  border-radius: 0
}

.ant-input-search .ant-input-lg {
  line-height: 1.5713
}

.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0
}

.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0
}

.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: #00000073
}

.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.ant-input-search-button {
  height: 32px
}

.ant-input-search-button:hover,.ant-input-search-button:focus {
  z-index: 1
}

.ant-input-search-large .ant-input-search-button {
  height: 40px
}

.ant-input-search-small .ant-input-search-button {
  height: 24px
}

.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
  margin-right: -1px;
  border-radius: 0
}

.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
  border-radius: 0
}

.ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:hover,.ant-input-search.ant-input-compact-item>.ant-input:hover,.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,.ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:focus,.ant-input-search.ant-input-compact-item>.ant-input:focus,.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,.ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:active,.ant-input-search.ant-input-compact-item>.ant-input:active,.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
  z-index: 2
}

.ant-input-search.ant-input-compact-item>.ant-input-affix-wrapper-focused {
  z-index: 2
}

.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
  margin-left: -1px;
  border-radius: 0
}

.ant-input-group-wrapper-rtl,.ant-input-group-rtl {
  direction: rtl
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl>input.ant-input {
  border: none;
  outline: none
}

.ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px
}

.ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0
}

.ant-input-textarea-rtl {
  direction: rtl
}

.ant-input-textarea-rtl.ant-input-textarea-show-count:after {
  text-align: left
}

.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px
}

.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
  right: auto;
  left: 8px
}

.ant-input-search-rtl {
  direction: rtl
}

.ant-input-search-rtl .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),.ant-input-search-rtl .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #d9d9d9
}

.ant-input-search-rtl .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,.ant-input-search-rtl .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
  border-left-color: #40a9ff
}

.ant-input-search-rtl>.ant-input-group>.ant-input-affix-wrapper:hover,.ant-input-search-rtl>.ant-input-group>.ant-input-affix-wrapper-focused {
  border-right-color: #40a9ff
}

.ant-input-search-rtl>.ant-input-group>.ant-input-group-addon:last-child {
  right: -1px;
  left: auto
}

.ant-input-search-rtl>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button {
  border-radius: 2px 0 0 2px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .ant-input {
      height: 32px
  }

  .ant-input-lg {
      height: 40px
  }

  .ant-input-sm {
      height: 24px
  }

  .ant-input-affix-wrapper>input.ant-input {
      height: auto
  }
}

.ant-radio-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  display: inline-block;
  font-size: 0
}

.ant-radio-group .ant-badge-count {
  z-index: 1
}

.ant-radio-group>.ant-badge:not(:first-child)>.ant-radio-button-wrapper {
  border-left: none
}

.ant-radio-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer
}

.ant-radio-wrapper-disabled {
  cursor: not-allowed
}

.ant-radio-wrapper:after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: "Â "
}

.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type=radio] {
  width: 14px;
  height: 14px
}

.ant-radio {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  top: .2em;
  display: inline-block;
  outline: none;
  cursor: pointer
}

.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner,.ant-radio-input:focus+.ant-radio-inner {
  border-color: #1890ff
}

.ant-radio-input:focus+.ant-radio-inner {
  -webkit-box-shadow: 0 0 0 3px rgba(24,144,255,.12);
  box-shadow: 0 0 0 3px #1890ff1f
}

.ant-radio-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect .36s ease-in-out;
  animation: antRadioEffect .36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: ""
}

.ant-radio:hover:after,.ant-radio-wrapper:hover .ant-radio:after {
  visibility: visible
}

.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-radio-inner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 16px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.78,.14,.15,.86);
  transition: all .3s cubic-bezier(.78,.14,.15,.86);
  content: " "
}

.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0
}

.ant-radio.ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9
}

.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff
}

.ant-radio-checked .ant-radio-inner:after {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 1;
  -webkit-transition: all .3s cubic-bezier(.78,.14,.15,.86);
  transition: all .3s cubic-bezier(.78,.14,.15,.86)
}

.ant-radio-disabled {
  cursor: not-allowed
}

.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  cursor: not-allowed
}

.ant-radio-disabled .ant-radio-inner:after {
  background-color: #0003
}

.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed
}

.ant-radio-disabled+span {
  color: #00000040;
  cursor: not-allowed
}

span.ant-radio+* {
  padding-right: 8px;
  padding-left: 8px
}

.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: #000000d9;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  -webkit-transition: color .3s,background .3s,border-color .3s,-webkit-box-shadow .3s;
  transition: color .3s,background .3s,border-color .3s,-webkit-box-shadow .3s;
  transition: color .3s,background .3s,border-color .3s,box-shadow .3s;
  transition: color .3s,background .3s,border-color .3s,box-shadow .3s,-webkit-box-shadow .3s
}

.ant-radio-button-wrapper a {
  color: #000000d9
}

.ant-radio-button-wrapper>.ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%
}

.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px
}

.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px
}

.ant-radio-button-wrapper:not(:first-child):before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  content: ""
}

.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px
}

.ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0
}

.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 2px
}

.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff
}

.ant-radio-button-wrapper:focus-within {
  -webkit-box-shadow: 0 0 0 3px rgba(24,144,255,.12);
  box-shadow: 0 0 0 3px #1890ff1f
}

.ant-radio-button-wrapper .ant-radio-inner,.ant-radio-button-wrapper input[type=checkbox],.ant-radio-button-wrapper input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before {
  background-color: #1890ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1890ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before {
  background-color: #40a9ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active:before {
  background-color: #096dd9
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  -webkit-box-shadow: 0 0 0 3px rgba(24,144,255,.12);
  box-shadow: 0 0 0 3px #1890ff1f
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  -webkit-box-shadow: 0 0 0 3px rgba(24,144,255,.12);
  box-shadow: 0 0 0 3px #1890ff1f
}

.ant-radio-button-wrapper-disabled {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed
}

.ant-radio-button-wrapper-disabled:first-child,.ant-radio-button-wrapper-disabled:hover {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9
}

.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #00000040;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none
}

@-webkit-keyframes antRadioEffect {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: .5
  }

  to {
      -webkit-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0
  }
}

@keyframes antRadioEffect {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: .5
  }

  to {
      -webkit-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0
  }
}

.ant-radio-group.ant-radio-group-rtl {
  direction: rtl
}

.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child):before {
  right: -1px;
  left: 0
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0
}

.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
  border-right-color: #40a9ff
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 2px 0 0 2px
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9
}

.ant-picker-status-error.ant-picker,.ant-picker-status-error.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #ff4d4f
}

.ant-picker-status-error.ant-picker-focused,.ant-picker-status-error.ant-picker:focus {
  border-color: #ff7875;
  -webkit-box-shadow: 0 0 0 2px rgba(255,77,79,.2);
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px;
  outline: 0
}

.ant-picker-status-error.ant-picker .ant-picker-active-bar {
  background: #ff7875
}

.ant-picker-status-warning.ant-picker,.ant-picker-status-warning.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #faad14
}

.ant-picker-status-warning.ant-picker-focused,.ant-picker-status-warning.ant-picker:focus {
  border-color: #ffc53d;
  -webkit-box-shadow: 0 0 0 2px rgba(250,173,20,.2);
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px;
  outline: 0
}

.ant-picker-status-warning.ant-picker .ant-picker-active-bar {
  background: #ffc53d
}

.ant-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  padding: 4px 11px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-transition: border .3s,-webkit-box-shadow .3s;
  transition: border .3s,-webkit-box-shadow .3s;
  transition: border .3s,box-shadow .3s;
  transition: border .3s,box-shadow .3s,-webkit-box-shadow .3s
}

.ant-picker:hover,.ant-picker-focused {
  border-color: #40a9ff;
  border-right-width: 1px
}

.ant-picker-focused {
  border-color: #40a9ff;
  -webkit-box-shadow: 0 0 0 2px rgba(24,144,255,.2);
  box-shadow: 0 0 0 2px #1890ff33;
  border-right-width: 1px;
  outline: 0
}

.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed
}

.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: #00000040
}

.ant-picker.ant-picker-borderless {
  background-color: transparent!important;
  border-color: transparent!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

.ant-picker-input {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.ant-picker-input>input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  color: #000000d9;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0
}

.ant-picker-input>input::-moz-placeholder {
  color: #bfbfbf;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.ant-picker-input>input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.ant-picker-input>input::-webkit-input-placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-picker-input>input::-ms-input-placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-picker-input>input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-picker-input>input:-moz-placeholder-shown {
  text-overflow: ellipsis
}

.ant-picker-input>input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-picker-input>input:placeholder-shown {
  text-overflow: ellipsis
}

.ant-picker-input>input:hover {
  border-color: #40a9ff;
  border-right-width: 1px
}

.ant-picker-input>input:focus,.ant-picker-input>input-focused {
  border-color: #40a9ff;
  -webkit-box-shadow: 0 0 0 2px rgba(24,144,255,.2);
  box-shadow: 0 0 0 2px #1890ff33;
  border-right-width: 1px;
  outline: 0
}

.ant-picker-input>input-disabled {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1
}

.ant-picker-input>input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px
}

.ant-picker-input>input[disabled] {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1
}

.ant-picker-input>input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px
}

.ant-picker-input>input-borderless,.ant-picker-input>input-borderless:hover,.ant-picker-input>input-borderless:focus,.ant-picker-input>input-borderless-focused,.ant-picker-input>input-borderless-disabled,.ant-picker-input>input-borderless[disabled] {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

textarea.ant-picker-input>input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  -webkit-transition: all .3s,height 0s;
  transition: all .3s,height 0s
}

.ant-picker-input>input-lg {
  padding: 6.5px 11px;
  font-size: 16px
}

.ant-picker-input>input-sm {
  padding: 0 7px
}

.ant-picker-input>input:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-picker-input>input[disabled] {
  background: transparent
}

.ant-picker-input:hover .ant-picker-clear {
  opacity: 1
}

.ant-picker-input-placeholder>input {
  color: #bfbfbf
}

.ant-picker-large {
  padding: 6.5px 11px
}

.ant-picker-large .ant-picker-input>input {
  font-size: 16px
}

.ant-picker-small {
  padding: 0 7px
}

.ant-picker-suffix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 4px;
  color: #00000040;
  line-height: 1;
  pointer-events: none
}

.ant-picker-suffix>* {
  vertical-align: top
}

.ant-picker-suffix>*:not(:last-child) {
  margin-right: 8px
}

.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: #00000040;
  line-height: 1;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .3s,color .3s;
  transition: opacity .3s,color .3s
}

.ant-picker-clear>* {
  vertical-align: top
}

.ant-picker-clear:hover {
  color: #00000073
}

.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: #00000040;
  font-size: 16px;
  vertical-align: top;
  cursor: default
}

.ant-picker-focused .ant-picker-separator {
  color: #00000073
}

.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed
}

.ant-picker-range {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ant-picker-range .ant-picker-clear {
  right: 11px
}

.ant-picker-range:hover .ant-picker-clear {
  opacity: 1
}

.ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #1890ff;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  pointer-events: none
}

.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1
}

.ant-picker-range-separator {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  line-height: 1
}

.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px
}

.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px
}

.ant-picker-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050
}

.ant-picker-dropdown-hidden {
  display: none
}

.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 2.58561808px;
  display: block;
  -webkit-transform: rotate(-135deg) translateY(1px);
  transform: rotate(-135deg) translateY(1px)
}

.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 2.58561808px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

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

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

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

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

.ant-picker-dropdown-range {
  padding: 7.54247233px 0
}

.ant-picker-dropdown-range-hidden {
  display: none
}

.ant-picker-dropdown .ant-picker-panel>.ant-picker-time-panel {
  padding-top: 4px
}

.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none
}

.ant-picker-ranges>li {
  display: inline-block
}

.ant-picker-ranges .ant-picker-preset>.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
  cursor: pointer
}

.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px
}

.ant-picker-range-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  width: 11.3137085px;
  height: 11.3137085px;
  margin-left: 16.5px;
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0,0,0,.1);
  box-shadow: 2px 2px 6px -2px #0000001a;
  -webkit-transition: left .3s ease-out;
  transition: left .3s ease-out;
  border-radius: 0 0 2px;
  pointer-events: none
}

.ant-picker-range-arrow:before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: "";
  -webkit-clip-path: inset(33% 33%);
  clip-path: inset(33% 33%);
  -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")
}

.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;
  -webkit-transition: margin .3s;
  transition: margin .3s
}

.ant-picker-panel-container .ant-picker-panels {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  direction: ltr
}

.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0
}

.ant-picker-panel-container .ant-picker-panel .ant-picker-content,.ant-picker-panel-container .ant-picker-panel table {
  text-align: center
}

.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0
}

.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  margin-right: -1px
}

.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
  margin-left: -1px
}

.ant-picker-compact-item:hover,.ant-picker-compact-item:focus,.ant-picker-compact-item:active {
  z-index: 2
}

.ant-picker-compact-item.ant-picker-focused {
  z-index: 2
}

.ant-picker-compact-item[disabled] {
  z-index: 0
}

.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
  border-radius: 0
}

.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-picker-panel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none
}

.ant-picker-panel-focused {
  border-color: #1890ff
}

.ant-picker-decade-panel,.ant-picker-year-panel,.ant-picker-quarter-panel,.ant-picker-month-panel,.ant-picker-week-panel,.ant-picker-date-panel,.ant-picker-time-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 280px
}

.ant-picker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  color: #000000d9;
  border-bottom: 1px solid #f0f0f0
}

.ant-picker-header>* {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.ant-picker-header button {
  padding: 0;
  color: #00000040;
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s
}

.ant-picker-header>button {
  min-width: 1.6em;
  font-size: 14px
}

.ant-picker-header>button:hover {
  color: #000000d9
}

.ant-picker-header-view {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-weight: 500;
  line-height: 40px
}

.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit
}

.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px
}

.ant-picker-header-view button:hover {
  color: #1890ff
}

.ant-picker-prev-icon,.ant-picker-next-icon,.ant-picker-super-prev-icon,.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px
}

.ant-picker-prev-icon:before,.ant-picker-next-icon:before,.ant-picker-super-prev-icon:before,.ant-picker-super-next-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: ""
}

.ant-picker-super-prev-icon:after,.ant-picker-super-next-icon:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: ""
}

.ant-picker-prev-icon,.ant-picker-super-prev-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.ant-picker-next-icon,.ant-picker-super-next-icon {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse
}

.ant-picker-content th,.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400
}

.ant-picker-content th {
  height: 30px;
  color: #000000d9;
  line-height: 30px
}

.ant-picker-cell {
  padding: 3px 0;
  color: #00000040;
  cursor: pointer
}

.ant-picker-cell-in-view {
  color: #000000d9
}

.ant-picker-cell:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: ""
}

.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5
}

.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #1890ff;
  border-radius: 2px;
  content: ""
}

.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative
}

.ant-picker-cell-in-view.ant-picker-cell-in-range:before {
  background: #e6f7ff
}

.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #fff;
  background: #1890ff
}

.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before,.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before {
  background: #e6f7ff
}

.ant-picker-cell-in-view.ant-picker-cell-range-start:before {
  left: 50%
}

.ant-picker-cell-in-view.ant-picker-cell-range-end:before {
  right: 50%
}

.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range):after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #7ec1ff;
  border-bottom: 1px dashed #7ec1ff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: ""
}

.ant-picker-cell-range-hover-start:after,.ant-picker-cell-range-hover-end:after,.ant-picker-cell-range-hover:after {
  right: 0;
  left: 2px
}

.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover:before,.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover:before,.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover:before,.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start:before,.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end:before,.ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start:before,.ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end:before {
  background: #cbe6ff
}

.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px
}

.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0
}

.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after,.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #cbe6ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: ""
}

.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
  right: -6px;
  left: 0
}

.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after {
  right: 0;
  left: -6px
}

.ant-picker-cell-range-hover.ant-picker-cell-range-start:after {
  right: 50%
}

.ant-picker-cell-range-hover.ant-picker-cell-range-end:after {
  left: 50%
}

tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child:after,tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after {
  left: 6px;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child:after,tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after {
  right: 6px;
  border-right: 1px dashed #7ec1ff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}

.ant-picker-cell-disabled {
  color: #00000040;
  pointer-events: none
}

.ant-picker-cell-disabled .ant-picker-cell-inner {
  background: transparent
}

.ant-picker-cell-disabled:before {
  background: #0000000a
}

.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner:before {
  border-color: #00000040
}

.ant-picker-decade-panel .ant-picker-content,.ant-picker-year-panel .ant-picker-content,.ant-picker-quarter-panel .ant-picker-content,.ant-picker-month-panel .ant-picker-content {
  height: 264px
}

.ant-picker-decade-panel .ant-picker-cell-inner,.ant-picker-year-panel .ant-picker-cell-inner,.ant-picker-quarter-panel .ant-picker-cell-inner,.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px
}

.ant-picker-quarter-panel .ant-picker-content {
  height: 56px
}

.ant-picker-footer {
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent
}

.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #f0f0f0
}

.ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left
}

.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0
}

.ant-picker-now {
  text-align: left
}

.ant-picker-today-btn {
  color: #1890ff
}

.ant-picker-today-btn:hover {
  color: #40a9ff
}

.ant-picker-today-btn:active {
  color: #096dd9
}

.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: #00000040;
  cursor: not-allowed
}

.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px
}

.ant-picker-decade-panel .ant-picker-cell:before {
  display: none
}

.ant-picker-year-panel .ant-picker-body,.ant-picker-quarter-panel .ant-picker-body,.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px
}

.ant-picker-year-panel .ant-picker-cell-inner,.ant-picker-quarter-panel .ant-picker-cell-inner,.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px
}

.ant-picker-year-panel .ant-picker-cell-range-hover-start:after,.ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,.ant-picker-month-panel .ant-picker-cell-range-hover-start:after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px
}

.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start:after,.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start:after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0
}

.ant-picker-year-panel .ant-picker-cell-range-hover-end:after,.ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,.ant-picker-month-panel .ant-picker-cell-range-hover-end:after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0
}

.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end:after,.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end:after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px
}

.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px
}

.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent!important
}

.ant-picker-week-panel-row td {
  -webkit-transition: background .3s;
  transition: background .3s
}

.ant-picker-week-panel-row:hover td {
  background: #f5f5f5
}

.ant-picker-week-panel-row-selected td,.ant-picker-week-panel-row-selected:hover td {
  background: #1890ff
}

.ant-picker-week-panel-row-selected td.ant-picker-cell-week,.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: #ffffff80
}

.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner:before,.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner:before {
  border-color: #fff
}

.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff
}

.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px
}

.ant-picker-date-panel .ant-picker-content {
  width: 252px
}

.ant-picker-date-panel .ant-picker-content th {
  width: 36px
}

.ant-picker-datetime-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #f0f0f0
}

.ant-picker-datetime-panel .ant-picker-date-panel,.ant-picker-datetime-panel .ant-picker-time-panel {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.ant-picker-datetime-panel-active .ant-picker-date-panel,.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: .3
}

.ant-picker-datetime-panel-active .ant-picker-date-panel-active,.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1
}

.ant-picker-time-panel {
  width: auto;
  min-width: auto
}

.ant-picker-time-panel .ant-picker-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  height: 224px
}

.ant-picker-time-panel-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  -webkit-transition: background .3s;
  transition: background .3s
}

.ant-picker-time-panel-column:after {
  display: block;
  height: 196px;
  content: ""
}

.ant-picker-datetime-panel .ant-picker-time-panel-column:after {
  height: 198px
}

.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0
}

.ant-picker-time-panel-column-active {
  background: #e6f7ff33
}

.ant-picker-time-panel-column:hover {
  overflow-y: auto
}

.ant-picker-time-panel-column>li {
  margin: 0;
  padding: 0
}

.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: #000000d9;
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s
}

.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5
}

.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e6f7ff
}

.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: #00000040;
  background: transparent;
  cursor: not-allowed
}

_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0
}

.ant-picker-rtl {
  direction: rtl
}

.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0
}

.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0
}

.ant-picker-rtl .ant-picker-separator {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0
}

.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px
}

.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0
}

.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px
}

.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right
}

.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0
}

.ant-picker-panel-rtl {
  direction: rtl
}

.ant-picker-panel-rtl .ant-picker-prev-icon,.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.ant-picker-panel-rtl .ant-picker-next-icon,.ant-picker-panel-rtl .ant-picker-super-next-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  -webkit-transition: background .3s,border .3s;
  transition: background .3s,border .3s
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:before {
  right: 50%;
  left: 0
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:before {
  right: 0;
  left: 50%
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end:before {
  right: 50%;
  left: 50%
}

.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
  right: 0;
  left: -6px
}

.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after {
  right: -6px;
  left: 0
}

.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start:after {
  right: 0;
  left: 50%
}

.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end:after {
  right: 50%;
  left: 0
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px
}

.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #7ec1ff;
  border-left: none;
  border-radius: 0 2px 2px 0
}

.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px
}

.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover):after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child:after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child:after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #7ec1ff;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px
}

.ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right
}

.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr
}

.ant-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  display: inline-block;
  height: auto;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-tag,.ant-tag a,.ant-tag a:hover {
  color: #000000d9
}

.ant-tag>a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px
}

.ant-tag-close-icon {
  margin-left: 3px;
  color: #00000073;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-tag-close-icon:hover {
  color: #000000d9
}

.ant-tag-has-color {
  border-color: transparent
}

.ant-tag-has-color,.ant-tag-has-color a,.ant-tag-has-color a:hover,.ant-tag-has-color .anticon-close,.ant-tag-has-color .anticon-close:hover {
  color: #fff
}

.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer
}

.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff
}

.ant-tag-checkable:active,.ant-tag-checkable-checked {
  color: #fff
}

.ant-tag-checkable-checked {
  background-color: #1890ff
}

.ant-tag-checkable:active {
  background-color: #096dd9
}

.ant-tag-hidden {
  display: none
}

.ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2
}

.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96
}

.ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2
}

.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96
}

.ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e
}

.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d
}

.ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96
}

.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c
}

.ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591
}

.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16
}

.ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f
}

.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14
}

.ant-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f
}

.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14
}

.ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de
}

.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2
}

.ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f
}

.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911
}

.ant-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f
}

.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a
}

.ant-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff
}

.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff
}

.ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff
}

.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb
}

.ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7
}

.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1
}

.ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f
}

.ant-tag-processing {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff
}

.ant-tag-error {
  color: #ff4d4f;
  background: #fff2f0;
  border-color: #ffccc7
}

.ant-tag-warning {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f
}

.ant-tag>.anticon+span,.ant-tag>span+.anticon {
  margin-left: 7px
}

.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right
}

.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0
}

.ant-tag-rtl.ant-tag>.anticon+span,.ant-tag-rtl.ant-tag>span+.anticon {
  margin-right: 7px;
  margin-left: 0
}

._modalContent_n6v2d_1 {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._modalContent_n6v2d_1 ._mb20_n6v2d_5 {
  margin-bottom: 20px
}

._modalContent_n6v2d_1 ._subTitle_n6v2d_8 {
  font-family: "KanunAR+LT";
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 14px;
  text-align: left;
  font-style: normal
}

._modalContent_n6v2d_1 ._username_n6v2d_17 {
  width: 100%
}

._modalContent_n6v2d_1 ._username_n6v2d_17:hover {
  border-color: var(--main-color)
}

._modalContent_n6v2d_1 ._username_n6v2d_17:focus {
  border-color: var(--main-color)
}

._modalContent_n6v2d_1 ._characters_n6v2d_26 {
  font-family: "KanunAR+LT";
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._modalContent_n6v2d_1 ._avatarCustom_n6v2d_38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px
}

._modalContent_n6v2d_1 ._avatarCustom_n6v2d_38 img {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  -o-object-fit: cover;
  object-fit: cover
}

._modalContent_n6v2d_1 ._avatarCustom_n6v2d_38 ._uploadBtn_n6v2d_53 {
  background: var(--main-color);
  border-radius: 20px;
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  text-align: right;
  font-style: normal;
  outline: none
}

._modalContent_n6v2d_1 ._avatarCustom_n6v2d_38 ._uploadBtn_n6v2d_53 svg {
  margin-right: 10px
}

._modalContent_n6v2d_1 ._avatar_n6v2d_38 {
  margin-top: 20px;
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

._modalContent_n6v2d_1 ._avatar_n6v2d_38 ._userAvatarBox_n6v2d_74 {
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  position: relative
}

._modalContent_n6v2d_1 ._avatar_n6v2d_38 ._userAvatarBox_n6v2d_74:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #00000080;
  border-radius: 50%
}

._modalContent_n6v2d_1 ._avatar_n6v2d_38 ._userAvatarBox_n6v2d_74 img {
  width: 90px;
  height: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover
}

._modalContent_n6v2d_1 ._avatar_n6v2d_38 ._userAvatarActive_n6v2d_99:before {
  background: #0000
}

._modalContent_n6v2d_1 ._showAvatar_n6v2d_102 ._userAvatarBox_n6v2d_74:before {
  background: #0000
}

._modalContent_n6v2d_1 ._bioTextarea_n6v2d_105 {
  height: 90px;
  border-radius: 28px;
  border: 1px solid #303260;
  resize: none;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #212445;
  color: #fff
}

._modalContent_n6v2d_1 ._bioTextarea_n6v2d_105:hover {
  border-color: var(--main-color)
}

._modalContent_n6v2d_1 ._bioTextarea_n6v2d_105:focus {
  border-color: var(--main-color)
}

._modalContent_n6v2d_1 ._des_n6v2d_121 {
  color: #fff
}

._modalContent_n6v2d_1 ._des_n6v2d_121 span {
  color: var(--main-color)
}

._modalContent_n6v2d_1 ._submitBtn_n6v2d_127 {
  width: 100%;
  height: 100%;
  border: 0
}

._modalContent_n6v2d_1 ._submitBtn_n6v2d_127 .ant-btn:active {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
  box-shadow: none;
  outline: none;
  -webkit-box-shadow: none
}

._modalContent_n6v2d_1 ._submitBtn_n6v2d_127 ._saveBtn_n6v2d_144 {
  width: 100%;
  height: 40px;
  background: var(--main-color);
  border-radius: 20px;
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-style: normal
}

._modalContent_n6v2d_1 .ant-form label {
  color: #fff
}

._modalContent_n6v2d_1 .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,._modalContent_n6v2d_1 .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,._modalContent_n6v2d_1 input,._modalContent_n6v2d_1 .ant-picker {
  width: 100%;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #303260;
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #212445
}

._modalContent_n6v2d_1 .ant-picker-input>input {
  height: auto;
  border: 0;
  padding: 0
}

._modalContent_n6v2d_1 .ant-picker-status-error.ant-picker,._modalContent_n6v2d_1 .ant-picker-status-error.ant-picker:not([disabled]):hover {
  background: #212445
}

._modalContent_n6v2d_1 #userBirthday,._modalContent_n6v2d_1 .anticon-calendar {
  color: #fff
}

._modalContent_n6v2d_1 .ant-row {
  display: block
}

._modalContent_n6v2d_1 .ant-form-item-label {
  text-align: left;
  width: 100%
}

._modalContent_n6v2d_1 .ant-form-item-label>label {
  width: auto;
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  position: relative
}

._modalContent_n6v2d_1 .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
  position: absolute;
  top: 8px;
  right: -4px;
  color: var(--main-color)
}

._modalContent_n6v2d_1 .ant-form-item-label>label:after {
  content: ""
}

._modalContent_n6v2d_1 .ant-picker:hover,._modalContent_n6v2d_1 .ant-picker-focused {
  border-color: var(--main-color)
}

._modalContent_n6v2d_1 .ant-picker-panel-container {
  background: #323463!important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,.05);
  box-shadow: 0 4px 4px #0000000d;
  border-radius: 8px!important;
  border: 1px solid #595b83
}

._modalContent_n6v2d_1 .ant-picker-content th,._modalContent_n6v2d_1 .ant-picker-cell {
  color: #7d80ad!important
}

._modalContent_n6v2d_1 .ant-picker-cell-in-view,._modalContent_n6v2d_1 .ant-picker-header-view,._modalContent_n6v2d_1 .ant-picker-header-next-btn,._modalContent_n6v2d_1 .ant-picker-prev-icon,._modalContent_n6v2d_1 .ant-picker-header-super-next-btn,._modalContent_n6v2d_1 .ant-picker-header-super-prev-btn {
  color: #fff!important
}

._modalContent_n6v2d_1 .ant-picker-year-btn:hover,._modalContent_n6v2d_1 .ant-picker-month-btn:hover,._modalContent_n6v2d_1 .ant-picker-decade-btn:hover {
  color: var(--main-color)!important
}

._modalContent_n6v2d_1 .ant-picker-cell-disabled {
  color: #7d80ad4d!important;
  background: #32346380!important
}

._modalContent_n6v2d_1 .ant-picker-cell-selected .ant-picker-cell-inner {
  background: var(--main-color)!important;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  font-style: normal
}

._modalContent_n6v2d_1 .ant-picker-cell:hover .ant-picker-cell-inner {
  background: var(--main-color)!important;
  color: #fff
}

._modalContent_n6v2d_1 .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before,._modalContent_n6v2d_1 .ant-picker-header,._modalContent_n6v2d_1 .ant-picker-body,._modalContent_n6v2d_1 .ant-picker-panel {
  border: 0!important
}

._modalContent_n6v2d_1 ._mediEdit_n6v2d_271 ._mediEditItem_n6v2d_271 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px
}

._modalContent_n6v2d_1 ._mediEdit_n6v2d_271 ._mediEditItem_n6v2d_271 ._mediaTitle_n6v2d_276 {
  width: 120px;
  height: 56px;
  font-weight: 700;
  font-size: 16px;
  color: #7d80ad;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalContent_n6v2d_1 ._mediEdit_n6v2d_271 ._mediEditItem_n6v2d_271 ._mediEditItemBox_n6v2d_289 {
  width: 100%
}

._modalContent_n6v2d_1 ._mediEdit_n6v2d_271 ._mediEditItem_n6v2d_271 ._mediEditItemBox_n6v2d_289 ._mediEditItemContent_n6v2d_292 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalContent_n6v2d_1 ._mediEdit_n6v2d_271 ._mediEditItem_n6v2d_271 ._mediEditItemBox_n6v2d_289 ._mediEditItemContent_n6v2d_292 .ant-input:hover,._modalContent_n6v2d_1 ._mediEdit_n6v2d_271 ._mediEditItem_n6v2d_271 ._mediEditItemBox_n6v2d_289 ._mediEditItemContent_n6v2d_292 .ant-input:focus {
  border-color: var(--main-color)!important
}

._modalContent_n6v2d_1 ._mediEdit_n6v2d_271 ._mediEditItem_n6v2d_271 ._mediEditItemBox_n6v2d_289 ._mediEditItemContent_n6v2d_292 ._removeBtn_n6v2d_300 {
  margin-left: 10px;
  cursor: pointer
}

._modalContent_n6v2d_1 ._mediEdit_n6v2d_271 ._mediEditItem_n6v2d_271 ._mediEditItemBox_n6v2d_289 ._err_n6v2d_304 {
  font-weight: 700;
  font-size: 14px;
  color: red;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #3f0000;
  border-radius: 8px;
  margin-top: 10px
}

._modalContent_n6v2d_1 ._mediaWrap_n6v2d_317 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

._modalContent_n6v2d_1 ._mediaWrap_n6v2d_317 ._mediaItem_n6v2d_323 {
  margin-right: 20px;
  position: relative
}

._modalContent_n6v2d_1 ._mediaWrap_n6v2d_317 ._mediaItem_n6v2d_323 ._addImg_n6v2d_327 {
  position: absolute;
  bottom: -9px;
  right: -9px;
  cursor: pointer
}

._modalContent_n6v2d_1 ._customRadioGroup_n6v2d_333 .ant-radio-checked .ant-radio-inner {
  border-color: var(--main-color)!important
}

._modalContent_n6v2d_1 ._customRadioGroup_n6v2d_333 .ant-radio-inner:after {
  background-color: var(--main-color)!important
}

@media screen and (max-width: 640px) {
  ._modalContent_n6v2d_1 ._avatarCustom_n6v2d_38 {
      margin-top:0
  }

  ._modalContent_n6v2d_1 ._avatarCustom_n6v2d_38 img {
      width: 120px;
      height: 120px
  }

  ._modalContent_n6v2d_1 ._avatar_n6v2d_38>img {
      width: 90px;
      height: 90px
  }

  ._modalContent_n6v2d_1 .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
      right: -15px
  }

  ._modalContent_n6v2d_1 ._mediaWrap_n6v2d_317 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 0
  }

  ._modalContent_n6v2d_1 ._mediaWrap_n6v2d_317 ._mediaItem_n6v2d_323 {
      margin-top: 15px
  }
}

.ant-upload {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  outline: 0
}

.ant-upload p {
  margin: 0
}

.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none
}

.ant-upload input[type=file] {
  cursor: pointer
}

.ant-upload.ant-upload-select {
  display: inline-block
}

.ant-upload.ant-upload-disabled {
  color: #00000040;
  cursor: not-allowed
}

.ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: border-color .3s;
  transition: border-color .3s
}

.ant-upload.ant-upload-select-picture-card>.ant-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-align: center
}

.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff
}

.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #d9d9d9
}

.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: border-color .3s;
  transition: border-color .3s
}

.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0
}

.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #096dd9
}

.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed
}

.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%
}

.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle
}

.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #40a9ff;
  font-size: 48px
}

.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: #000000d9;
  font-size: 16px
}

.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: #00000073;
  font-size: 14px
}

.ant-upload.ant-upload-drag .anticon-plus {
  color: #00000040;
  font-size: 30px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: #00000073
}

.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%
}

.ant-upload-picture-card-wrapper:before {
  display: table;
  content: ""
}

.ant-upload-picture-card-wrapper:after {
  display: table;
  clear: both;
  content: ""
}

.ant-upload-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  line-height: 1.5715
}

.ant-upload-list:before {
  display: table;
  content: ""
}

.ant-upload-list:after {
  display: table;
  clear: both;
  content: ""
}

.ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px
}

.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis
}

.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0
}

.ant-upload-list-item-card-actions-btn {
  opacity: 0
}

.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 22.001px;
  line-height: 1;
  vertical-align: top
}

.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0
}

.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1
}

.ant-upload-list-item-card-actions .anticon {
  color: #00000073;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-upload-list-item-card-actions:hover .anticon {
  color: #000000d9
}

.ant-upload-list-item-info {
  height: 100%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.ant-upload-list-item-info>span {
  display: block;
  width: 100%;
  height: 100%
}

.ant-upload-list-item-info .anticon-loading .anticon,.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: #00000073;
  font-size: 14px
}

.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5
}

.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1
}

.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-text-icon>.anticon,.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff4d4f
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff4d4f
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1
}

.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0
}

.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px
}

.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent
}

.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ff4d4f
}

.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent
}

.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 60px;
  text-align: center;
  opacity: .8
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px
}

.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"] {
  fill: #fff2f0
}

.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"] {
  fill: #ff4d4f
}

.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px
}

.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden
}

.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  margin-bottom: 12px
}

.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px
}

.ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top
}

.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0
}

.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden
}

.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: " "
}

.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
  opacity: 1
}

.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: #ffffffd9;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff
}

.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions,.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center
}

.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none
}

.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0
}

.ant-upload-list-text-container,.ant-upload-list-picture-container {
  -webkit-transition: opacity .3s,height .3s;
  transition: opacity .3s,height .3s
}

.ant-upload-list-text-container:before,.ant-upload-list-picture-container:before {
  display: table;
  width: 0;
  height: 0;
  content: ""
}

.ant-upload-list-text-container .ant-upload-span,.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto
}

.ant-upload-list-text .ant-upload-span,.ant-upload-list-picture .ant-upload-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ant-upload-list-text .ant-upload-span>*,.ant-upload-list-picture .ant-upload-span>* {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.ant-upload-list-text .ant-upload-list-item-name,.ant-upload-list-picture .ant-upload-list-item-name {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin: 0;
  padding: 0 8px
}

.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static
}

.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(.78,.14,.15,.86);
  animation-timing-function: cubic-bezier(.78,.14,.15,.86);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
  animation-name: uploadAnimateInlineIn
}

.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
  animation-name: uploadAnimateInlineOut
}

@-webkit-keyframes uploadAnimateInlineIn {
  0% {
      width: 0;
      height: 0;
      margin: 0;
      padding: 0;
      opacity: 0
  }
}

@keyframes uploadAnimateInlineIn {
  0% {
      width: 0;
      height: 0;
      margin: 0;
      padding: 0;
      opacity: 0
  }
}

@-webkit-keyframes uploadAnimateInlineOut {
  to {
      width: 0;
      height: 0;
      margin: 0;
      padding: 0;
      opacity: 0
  }
}

@keyframes uploadAnimateInlineOut {
  to {
      width: 0;
      height: 0;
      margin: 0;
      padding: 0;
      opacity: 0
  }
}

.ant-upload-rtl {
  direction: rtl
}

.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px
}

.ant-upload-list-rtl {
  direction: rtl
}

.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px
}

.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px
}

.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0
}

.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px
}

.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0
}

.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px
}

.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px
}

.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px
}

.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0
}

.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%,-50%);
  transform: translate(50%,-50%)
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0
}

.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px
}

.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%,-50%);
  transform: translate(50%,-50%)
}

.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0
}

.ant-progress {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  display: inline-block
}

.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px
}

.ant-progress-steps {
  display: inline-block
}

.ant-progress-steps-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ant-progress-steps-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-progress-steps-item-active {
  background: #1890ff
}

.ant-progress-small.ant-progress-line,.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px
}

.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0
}

.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px)
}

.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px
}

.ant-progress-circle-trail {
  stroke: #f5f5f5
}

.ant-progress-circle-path {
  -webkit-animation: ant-progress-appear .3s;
  animation: ant-progress-appear .3s
}

.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff
}

.ant-progress-success-bg,.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  -webkit-transition: all .4s cubic-bezier(.08,.82,.17,1) 0s;
  transition: all .4s cubic-bezier(.08,.82,.17,1) 0s
}

.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a
}

.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: #000000d9;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal
}

.ant-progress-text .anticon {
  font-size: 14px
}

.ant-progress-status-active .ant-progress-bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;
  animation: ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;
  content: ""
}

.ant-progress-status-exception .ant-progress-bg {
  background-color: #ff4d4f
}

.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f
}

.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4d4f
}

.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a
}

.ant-progress-status-success .ant-progress-text {
  color: #52c41a
}

.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a
}

.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent
}

.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em
}

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f
}

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a
}

@-webkit-keyframes ant-progress-active {
  0% {
      -webkit-transform: translateX(-100%) scaleX(0);
      transform: translate(-100%) scaleX(0);
      opacity: .1
  }

  20% {
      -webkit-transform: translateX(-100%) scaleX(0);
      transform: translate(-100%) scaleX(0);
      opacity: .5
  }

  to {
      -webkit-transform: translateX(0) scaleX(1);
      transform: translate(0) scaleX(1);
      opacity: 0
  }
}

@keyframes ant-progress-active {
  0% {
      -webkit-transform: translateX(-100%) scaleX(0);
      transform: translate(-100%) scaleX(0);
      opacity: .1
  }

  20% {
      -webkit-transform: translateX(-100%) scaleX(0);
      transform: translate(-100%) scaleX(0);
      opacity: .5
  }

  to {
      -webkit-transform: translateX(0) scaleX(1);
      transform: translate(0) scaleX(1);
      opacity: 0
  }
}

.ant-progress-rtl {
  direction: rtl
}

.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px)
}

.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto
}

.ant-progress-rtl.ant-progress-line .ant-progress-text,.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right
}

.ant-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  height: 12px;
  margin: 10px 6px;
  padding: 4px 0;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none
}

.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px
}

.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%
}

.ant-slider-vertical .ant-slider-track {
  width: 4px
}

.ant-slider-vertical .ant-slider-handle {
  margin-top: -6px;
  margin-left: -5px
}

.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%
}

.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap
}

.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%
}

.ant-slider-vertical .ant-slider-dot {
  top: auto;
  margin-left: -2px
}

.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
  margin-right: -5px;
  margin-left: 0
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
  right: 12px;
  left: auto
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
  right: 4px;
  left: auto
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
  right: 2px;
  left: auto
}

.ant-slider-with-marks {
  margin-bottom: 28px
}

.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #91d5ff;
  border-radius: 2px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #91d5ff;
  border-radius: 50%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  cursor: pointer;
  -webkit-transition: border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28);
  transition: border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28);
  transition: border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28);
  transition: border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28),-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28)
}

.ant-slider-handle-dragging {
  z-index: 1
}

.ant-slider-handle:focus {
  border-color: #46a6ff;
  outline: none;
  -webkit-box-shadow: 0 0 0 5px rgba(24,144,255,.12);
  box-shadow: 0 0 0 5px #1890ff1f
}

.ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff
}

.ant-slider-handle:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ""
}

.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1
}

.ant-slider:hover .ant-slider-track {
  background-color: #69c0ff
}

.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff
}

.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px
}

.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #00000073;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-slider-mark-text-active {
  color: #000000d9
}

.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none
}

.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  cursor: pointer
}

.ant-slider-dot-active {
  border-color: #8cc8ff
}

.ant-slider-disabled {
  cursor: not-allowed
}

.ant-slider-disabled .ant-slider-rail {
  background-color: #f5f5f5!important
}

.ant-slider-disabled .ant-slider-track {
  background-color: #00000040!important
}

.ant-slider-disabled .ant-slider-handle,.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: #00000040!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed
}

.ant-slider-disabled .ant-slider-mark-text,.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed!important
}

.ant-slider-rtl {
  direction: rtl
}

.ant-slider-rtl .ant-slider-mark {
  right: 0;
  left: auto
}

._modalInner_1t4dm_1 {
  padding-bottom: 30px
}

._modalInner_1t4dm_1 ._cropperW_1t4dm_4 {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

._modalInner_1t4dm_1 ._sliderW_1t4dm_8 {
  padding: 10px 20px
}

._modalInner_1t4dm_1 ._sliderW_1t4dm_8 .ant-slider-rail {
  background-color: #6e70a5
}

._modalInner_1t4dm_1 ._sliderW_1t4dm_8 .ant-slider-track {
  background-color: var(--main-color)
}

._modalInner_1t4dm_1 ._sliderW_1t4dm_8 .ant-slider-handle {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 2px solid #fff;
  background-color: var(--main-color)
}

._modalInner_1t4dm_1 ._sliderW_1t4dm_8 .ant-slider-handle:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,.15);
  box-shadow: 0 0 0 5px #ffffff26
}

._modalInner_1t4dm_1 ._sliderW_1t4dm_8 .ant-slider-handle.ant-tooltip-open {
  border-color: #fff
}

._modalInner_1t4dm_1 ._btnW_1t4dm_31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.segmented-disabled-item,.segmented-disabled-item:hover,.segmented-disabled-item:focus {
  color: #00000040;
  cursor: not-allowed
}

.segmented-item-selected {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014
}

.segmented-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all
}

.ant-segmented {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  display: inline-block;
  padding: 2px;
  color: #000000a6;
  background-color: #0000000a;
  border-radius: 2px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1)
}

.ant-segmented-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: flex-start;
  width: 100%
}

.ant-segmented.ant-segmented-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.ant-segmented.ant-segmented-block .ant-segmented-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0
}

.ant-segmented:not(.ant-segmented-disabled):hover,.ant-segmented:not(.ant-segmented-disabled):focus {
  background-color: #0000000f
}

.ant-segmented-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color .3s cubic-bezier(.645,.045,.355,1);
  transition: color .3s cubic-bezier(.645,.045,.355,1)
}

.ant-segmented-item-selected {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014;
  color: #262626
}

.ant-segmented-item:hover,.ant-segmented-item:focus {
  color: #262626
}

.ant-segmented-item-label {
  min-height: 28px;
  padding: 0 11px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all
}

.ant-segmented-item-icon+* {
  margin-left: 6px
}

.ant-segmented-item-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none
}

.ant-segmented.ant-segmented-lg .ant-segmented-item-label {
  min-height: 36px;
  padding: 0 11px;
  font-size: 16px;
  line-height: 36px
}

.ant-segmented.ant-segmented-sm .ant-segmented-item-label {
  min-height: 20px;
  padding: 0 7px;
  line-height: 20px
}

.ant-segmented-item-disabled,.ant-segmented-item-disabled:hover,.ant-segmented-item-disabled:focus {
  color: #00000040;
  cursor: not-allowed
}

.ant-segmented-thumb {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  padding: 4px 0
}

.ant-segmented-thumb-motion-appear-active {
  -webkit-transition: width .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: width .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  will-change: transform,width
}

.ant-segmented.ant-segmented-rtl {
  direction: rtl
}

.ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
  margin-right: 0;
  margin-left: 6px
}

._title_62oiw_1 {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: #f75ecd;
  line-height: 18px;
  text-align: center;
  margin-top: 30px
}

._segement_62oiw_10 {
  margin-top: 30px!important;
  width: 75%;
  height: 30px;
  border-radius: 15px!important;
  background-color: #2e314d!important;
  margin-left: 12.5%!important;
  overflow: hidden
}

._segement_62oiw_10 .ant-segmented-item {
  width: 50%;
  font-size: 14px;
  color: #7d80ad;
  border-radius: 15px!important;
  overflow: hidden
}

._segement_62oiw_10 .ant-segmented-group,._segement_62oiw_10 .ant-segmented-item-label {
  border-radius: 15px!important;
  overflow: hidden
}

._segement_62oiw_10 .ant-segmented-item-selected {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 15px;
  overflow: hidden
}

._segement_62oiw_10 .ant-segmented-thumb {
  background-color: var(--main-color);
  border-radius: 15px;
  overflow: hidden
}

._scroll_62oiw_45 {
  margin-top: 30px;
  width: 100%;
  height: calc(100% - 120px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 292px
}

._scroll_62oiw_45 ._comLoading_62oiw_53 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px
}

._item_62oiw_60 {
  width: 100%;
  height: 58px;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px
}

._item_62oiw_60 ._left_62oiw_69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._item_62oiw_60 ._left_62oiw_69 ._cover_62oiw_73 {
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 29px;
  overflow: hidden
}

._item_62oiw_60 ._left_62oiw_69 ._cover_62oiw_73 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

._item_62oiw_60 ._left_62oiw_69 ._name_62oiw_86 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-left: 10px
}

._item_62oiw_60 ._btn_62oiw_92 {
  width: 90px;
  height: 30px;
  background: #85a100;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer
}

._tabBox_lau0q_1 {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "KanunAR+LT";
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0 0 15px #000;
  background: #171932;
  border-top: 1px solid #303260;
  padding: 10px 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._tabBox_lau0q_1 ._tabItem_lau0q_14 {
  padding: 0 5px;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-gray-color)
}

._tabBox_lau0q_1 ._tabItem_lau0q_14._width25Style_lau0q_23 {
  width: 25%
}

._tabBox_lau0q_1 ._tabItem_lau0q_14._downloadStyle_lau0q_26 {
  position: relative;
  height: 100%
}

._tabBox_lau0q_1 ._tabItem_lau0q_14._downloadStyle_lau0q_26 img {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 500;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%)
}

._tabBox_lau0q_1 ._tabItem_lau0q_14 svg {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
  color: #8080a4
}

._tabBox_lau0q_1 ._tabItem_lau0q_14 span {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #8080a4;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

._tabBox_lau0q_1 ._tabItem_lau0q_14._tabItemActive_lau0q_59 svg,._tabBox_lau0q_1 ._tabItem_lau0q_14._tabItemActive_lau0q_59 span {
  color: var(--main-color)
}

._homeWrapper_micpi_1 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._homeWrapper_micpi_1 ._bannerBox_micpi_6 {
  position: relative;
  margin: 0 15px;
  background: var(--sea-bg-color);
  z-index: 300
}

._homeWrapper_micpi_1 ._pcBanner_micpi_12,._homeWrapper_micpi_1 ._mobileBanner_micpi_13 {
  position: relative;
  display: block!important;
  width: 100%
}

._homeWrapper_micpi_1 ._pcBanner_micpi_12 ._bannerInner_micpi_18,._homeWrapper_micpi_1 ._mobileBanner_micpi_13 ._bannerInner_micpi_18 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0
}

._homeWrapper_micpi_1 ._pcBanner_micpi_12 ._snowAnimation_micpi_27:before,._homeWrapper_micpi_1 ._mobileBanner_micpi_13 ._snowAnimation_micpi_27:before,._homeWrapper_micpi_1 ._pcBanner_micpi_12 ._snowAnimation_micpi_27:after,._homeWrapper_micpi_1 ._mobileBanner_micpi_13 ._snowAnimation_micpi_27:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-size: 15rem 15rem;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAMAAAC3Ycb+AAAAn1BMVEUAAAD+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v6UkFb6AAAANXRSTlMAAgQKBxYSDstCBhkhJP1gGw1sMiodr4hmJzW5jVJIv6dbxX4uDE6Dejpx3XY96ZmT+J5Y1BPO2uoAAAjASURBVHja7N3ZmppAEIZhqpt9ExAVETdc42xxZu7/2nKSw8xR8kwK/N4rkOe3G+iuoh0AAAAAv4mIAz1M6Qcukahhimi/yawDHcRf78JVUzBElJCse83vu9Z1oIIsf97zfP6DQJSQpOmfPq+ZcaCDW08OTVtyD9FCXG+WWPJQhBdDAAAAAADwn7E6oYpYtq01Ea9dn48+iWhxeum2q8OUQgIlxGvCPO8/GCJKSHL7zPNw4hGIEv559/T0HpUOdDCz8/V5k1BHoIbxZ0VAHorI2Petx359AyO2yKhcUeTU3hbVkfcsLSS9bftVkzBElDB1F4b9IiMQJUz63IfbipYGLST48dzdptzV1ZAgrWcn8tBDxBAHAEAfE3N/0iSeHdm5+JKc/G8un5Fkslizt/cFSTaTqet8J0kPu8p38Efx8fI28Z3vJH7U0EX/FZM1l411vpVYn0WZr4hNa4pnNBHDGgkAAAAAAADGi1YFVcQmM+8BdsWH0gIkQVtd98vR7zCJTVJvCFcZ15fPp+3oO5ClbG+Lph5AIjaa5/lrN/ZWBZMdPl/DagAtMvZld89fF6n+X/pX3Hae5/e3pf7LNGm1CnfrsZeNxNP3+zAmArHL8z4qxl7pJslk3g/jfyex75djz8Nx3HSzjgZSYTmM5/O/JKb0T8PI42E8wv8Oj42qM1XklNZZQCJaiJ3euusLiWghSbUNe45HU0PSSx+GP4+xAxUkaVb99jb2VbcBscfmUnGAoB5ik7SgN0iTgezCAgAenMSsm2liimk6gBqVx1GuF5MB1Kg8Dr96P7AooIjbNhEHyigiLh8MAQAAAAAAAAAAAADQVamXeHXGgaCK2OhQLenh0yP4eFu0FFDqER/350LorFFD4qA0/yJYP/FcIlEjztbVvqbwTwvxPnareTMjECUkvW7DsKvp8FdCits27C88P2shQXR57zZj/xTwgIg3jdqEGUsPsaVlwlKF6QoAAAAA/gcTeGxCKCLJx/OLdaCFOXa7aghnyDwKKfbXiBGiiPETPjOsCsU3AAAAAIBf7N3bbtpAEIBhZtdHMLaDMbYxBxsCBBJDafL+z1Yp6lXVSG0N0TT6vwfgZoS8u3MCAAAAAPwzodtdFbH52BMWhKphqvKpszeZhuA90M/Vn3NcXFp/0Jut9m2YEpHeTL4sM6f/z0STOmiWLPjqz/ieM+jNHptrfC5YgaeF7WZxfP42JiBKDKvt2/O6ZIyBFuLPJ9ukYiybGmJHOdO7VOFiCAD4C3yHvjjjpanPe5gaJt+/nFYjIqKFv2qe376HDwOoIKPJWxwHCe8vSohbBnG8aQmIFrtusV4f5vScayHe/HWZkeTSQ6znMUdGFS6GAAAAAABAIfqodBmSzFbFpKvTJHSJiBZ++K2uiyOZISXETWZB0OxJDSkh3rIJNpfQJyA6iDMtF0UbsaRSC9lFWZbeK3lqLPsv/5YY65h7xSMNO6oRFbHh4dDR66aHDQ/bIwHRw6TdccT5TRHj/K4ZlI6Sr0gcN6X3VxGnak/tlA+UFuIms3qW8IXSQqIiCIKCCStaSP6yCTZPudziZmyHxLU3Pyy+Fzd4FBUbHbuKx9XexM3C7AaJNWc6aWbbjFaI3sTZWXOL/EN9vQYlp4MbkNuc1oI4fn7JCYgS/qo5n2vaTdUw+bJYJGMydGoYLxq73Pg14ZUSuBMZGv5diph0Xu2IiB67fTEZU8Whh99etlNOzHo4j68hV0pFxPF5lQQAAAAAkJX5iqgd1+W9drxiXIAW1I4rI9GB2nFNftaOU66nxnvtOAM19HivHWcokyJid+S6dCEcAAAAAADcjQytQ05WD/HH88cRraRq2MfJt2KZ83qrhLjtLNgsGKmvhYwmdRBcQn+A3xLzuROxxNtf6nr7yD/kA06UpWbwiYbR/lQe2TnxAUnLYvkw+ExDLx89EI8PmPH2e+kN/gyrve5PvDCZcylQRKxH3SwAAAAAAAAAAAAA/ILpUl+U444jj8pZNYbjZEEtsx7ivdbnc7OidFYJSV+e4zhIWEyghLhlcL2ul9TOamGzp9lswnp7NcSvui6i2F8PMdayHw0AAADA/4z0iiqySyOXdxg1xDuetklFRLRwpk/rTdPymK/Fj/budTlRGIoDOCcJhETRRakVRdCCiLeV1X3/Z9vZzn5uHS/0bPP/PUE7cSbhXOX2FIbFAbsiuFDV5i2cIN3FBvl5mY0wuocPEaTJC5ZFMELCooIFAAAAAAAAaZ3/HVmtEW/gg2Rk8jEK0Nmw0bA9N7O1ByzQ+tgii8AIxeYUhpNhDwfChEp2y0mGnexsUDC+DE0PeQQ2SPq+RtcMJ/gwBAAAAAD4VkhIrLHiRET5FoFURuJF1lTWAy7iOjskCNzxIfpmhvQop73QuNRvTPRXyAgwIqLRJkeanw9bbU5DDCvlg/x8VanudmeTtUjRfUhIrYjWfi+w5D2dCNJxhKqCKyYzTHd1B3OvKTBlu5uhfPMTcvwa/l52MNXXJuVbOJ+iEuoTui4Gg33z/MkMatyGYdH0CRUJHyFdzweD/eEHeU8mosO8uLF4k/RL33fkU1NVZRGeOxjVT3o2KoeJuuk5aJpXVyYQke6qhI9k78afudy2+5+FK5XRJAM/Fl4XiOiOe27Td+NAPI/7fUk6n/z6e88x/zvdYaPRZJ4ZRHm4+Nd/JrwnI4HQznVIrDvo0CQ/idbkzlXA/p+TphylwnsQUjpAnOgu+nJ6ndmHvUSSvJ458lJ/ElWt6oe95FQ6PZ/LLfJ/97D6YR9kFJs2RJsvHxSbEw6EE5WMlsvNEQk5LkhXi8vRR1EPG+8xQpwHI+RMUg0AAAAAAAAAAAAAAMAxyAJxQjbGGhBGSKaoD+REpbtJkZnYAxZI53O08jBCwcKtZjf23ttB5ytcIlyQb5rNKnKjYfqrkJLCu5ZwaKTAF6FgbPoCQzfYEMkhq/GO5UMkTbvAgfBBwTZPUTXOCCmJ8wAAAABwxx/GTHL1xu72iwAAAABJRU5ErkJggg==);
  -webkit-animation: _snow-uexekpa_micpi_1 58s linear infinite;
  animation: _snow-uexekpa_micpi_1 58s linear infinite;
  -webkit-transition: opacity 10s;
  transition: opacity 10s
}

._homeWrapper_micpi_1 ._pcBanner_micpi_12 ._snowAnimation_micpi_27:after,._homeWrapper_micpi_1 ._mobileBanner_micpi_13 ._snowAnimation_micpi_27:after {
  z-index: 10;
  background-size: 13rem 13rem;
  -webkit-animation: _snow-uexekpa_micpi_1 38s linear infinite;
  animation: _snow-uexekpa_micpi_1 38s linear infinite;
  -webkit-transition: opacity 5s;
  transition: opacity 5s;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAMAAAC3Ycb+AAAApVBMVEUAAAD+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v4kh+oMAAAAN3RSTlMAAwYKDRIVDxgdKSIxGi0gJk5COEk1RWNeUj5sgnGTVjuIWnaOesNnqKO8ma2esu3Jt9ni+H7QcJ3IbwAADZ1JREFUeNrs3dmSmkAUBuAQRdlXQUVAQI3iNjrGef9HSy9qTyrJTaYKWvy/i1QuJ/Wnofs058w3AAAAAAAAAAAAAAAAAAAAAAAAAACA16AI36B1CvGdQiIy4Gn0mO/fkUjbFIWm0e8PiT4iaR3Loz9UB5pmawO13+8hkbaIPAaabnqeZ7q6piKRlog8hgPdNKwojCzHMO0BSQSBtEVRWB6GVQQj3x8FoePpdI0gkKaJPPokjyjwq/F4PJmPEsuz1e4uEdn/WTQQ1fasYDrOVtfrYjbxE8cddHeJyH78JYH0B66T+ONFme/yZZpVo6ijS0QhZC9IsDeIZlpxlZW7zX5f5+lsypZI5zZaCsEOwFJXJG5PrNAfX/PNebs91stFFVtm555Z9zR6N+SvUkbCAzEKf53ujj9OP7abfDUZRaY27FYgCsHS6NOCBPlD1iLRPZDpOj10PBCSB6tHMKpKikRSnn///ciS72f90vrgcWiarruurt9rRPJtXf75UpfvR/1/tzxUzXZNzzAcw/BMXRsMZawR0XOh2Pbulmk2GYVGt7a9jzxcj9aHiqIILcdw9YEqYY3orwfDjm2yFF4e0lzDCoN45Pv+KE4ix5M0kU+lk3UnSyc0D7Y+jCgZTasJqxD5cUgTGfak+5/3KC4m8aO42LUF8v07zyPwq3W2WF1X5EEwjQvH1GUsbN/K755jRWEYdbD8fqufelbiT2arcpnn+TJdjOdkjbiahIVthSdiPy6oZHywfu2JxRaIU4yqWbo8bPbHfb0rF+NpYHlyLhF2ZUhOTJpNt+dSbga/ukD4vmV9zevzjxM5/+4PZTbxC7JEhvIFct8WknNTFz9yuN/4hKPJoqzPp/f3y/vHj31+XZMlYtqqlEfgT3U3SYtuXy1ou07hj1f5/sf75e3t7fJxrsusiiNP0kDuH8rJWgP9eiCmE0xpAfXj8vbz58+39x+b5YIegaW9rpb94ubrgSTTWXo4P00gVPfCIJT7IythK+TEArncAok8u2N7yifAX+r/fIfIvEK66dMuK6O7rA+6y9red1lSbnu7jR8M+TlktayP/ByyK1lZ2x107CbuGdxfIiE5qV9/P6njidU0cVRntazqVssqeS3LkPOg3nm8oO0aFr1iINXe1Sq7VXuxQFrxuA+xPt2HBKGk1fcX8Lih8qww4TeGQRHRPIYIpAUiEd3kd+phaDmeayOPdohE2KWPQXmurF+dvAiaCG/bs3VX13WNxYH10RZx56Oqjw8XZfxM7oWIj3up7t3DPR/lt258xCEBhZK7PeTVSN9ABdA+rA0AAADoLJwGZCJGKiAUCYjyRa+HGkb7bkVXXnZFla91Yt6mSpB2lA72PzwT3qzVp/M2absW79fqIZG23Br4B5rumqbnmaZu00hwV9QSfq9N4jANx7IiOnHTc/GtQUtEu69rWFESxHEcJKFl4Ouotii8L8A2jSiJ/XlVVXM2p4AmgodW00R7ssmneMyyLJuNq2lMErEHeGg1TXQFkDymk9kiLcsyXWVjmojbtVkFT0H07/uTLF3u6ro+5Cnt0ogMHUukaaIngLbNpPnmuN1uz5sdn6dgaioCaY4IRNVM1liWb2ir38eJdJalszkdOYJnVuMUhT2xIjpM8HA+kWZY2ntZ825xNGo079PEkeWGNiez9v19vhr7heEikGaJ5uRixLvF2TyFy+m4u679RNKhPJ326BZHIJL485H19vmRhUCaRgpZ/KU+z8rDkbzUL5f307Yu8VJvgxjKQ+fRruhct48Psu3d5Fe67cUImGaJl8jjYFjvz9vzcbNLxaA99Is3SdQW6WzQ7LrcHeoDnaMt7yjKzmPPLD6y+VFcnNHiooHiYivEfOnAn0/Ws2y2HldsoALeIK0QF1RWEfvT+Xw+9eOED1RAabFxYia+7XpOVCRBEAdFZBl0oAIaxpsnEqETLjzHsQjHMPGRQztEIHzChWtSLv0MSNJfPfQSlMeHcoPbh3LS/iqol8EWSe/+KWkfn5K2S/kmxil0dLL58+H9CLL/xs1X8gy/kvblIA+p3FJAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8ELQ2iITtBtJ5d4jiX5VKbA4Hi3EGAnSttvogyHrssevovnF3n0luwlEURQtLIFokkQQiCRAOZf98eY/NYPQc3sGl7L3msIpaEL3PeLGTpphOIhSPmNaxL3zeE/PcRxn5SrbJBFBugLFW7dtO9QD+SQiyTBmsz6PII6SMM+TtA2YpypqnHQbtEmTnctz1oSFR9OGBH3HGodz78pjVVXHchhxS4+AHMN4j4JOm3IYc3vfVvUuXa8YWy9AV9L4Thxmx8P18Xpdtl/nvHWUSSAixkCUU+Rl9XzcTrfXs6ubaLhnEYiIMZCgaOqun13/8/Trcqh3kdcHwqouQQdSfgK5EogcvYa04bm6D10Cj2dX5kWgLNYQGeNryGqdbPbd/XK5PA/HLIxZ1OUYxlC4ERR5tq8O2213PDeR5/LYK0Lfs1brKM/K/XFfZ026dpTJEiJCF5uN9Q6bTRMOVRu0xorR9bFeG6VJGrWeM3QD8dtQhu53UK4TeL2hnN+k2UGGXtfff6iW7yoB21owuV7W320ClkWTwAR82gTeZqwf8j67sma9H+w5mQRjQJHAhNAkMD0kAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/wLj8STE+hRIkMgmfdo934QqVK/LecfzpJKIjSozOY4hjYVoDc0Htoxzdxmla/nexnTmnuEuKzsNWK8frBUP1I93BUnQerrMey1HjYKWsOYlI0GW1thvE6VAfvGuSwiMRSZ865zhpzvX+uC83YeS5Pg30MnThedqUx267PVR1FhbB+xIhEAFDIHNTOUV4Ph6el8v13tW71HPtBYGIGO9YSy/a1d3zcbv9umy/sjB2fJNARBjvQFwv3ey3l9vp5+n1rMq8cBSLiJA/gRy/A+kIRJJhjIHs9ofrr9Pp9rhX57B1eMySMS7q1jIomrK6X16vx/Ww3yTrlc/LugD92OvEyabuts/n/fB1biLPteYz8pAwLiK2GxRhVn9VXbUvm3TtKHPOBSJjfBHxV14U7rKyPG+aNA6WfF6UoR981cor0jDPwySKA9dmSZehvy5ayg28uG3btecsbZNvi4KMMRFbuU5v5SqLPMToROZ9JL5Svm2Zixl5CNI/1ecL0zQXc37gyvvsAhqxDWgCjDESdmVNCFtJp4c0AAAAAAAAAAAAAAAAAAAAAAD413GiY1L6GEhkQsYzaCMikTcOB5+Ns8E5GCjt7+HgprngILM048d40l+p5VL5tjln9IIk43s4uOsEPcdVtskAfUFjHr7reG0RRUXMuBgp+gIZ8gjaNGx2TR5GcdAnwiUiQQ9rXwZt0mRlXZdZk8a/27uzZUVhIAzAxZQrOwjKJiiroCBHj77/ow0Jx4k1c09bU/935X1XwITuPzLS2omILOqNk4bFMT9GRZVsXRMxojRE9LGdhI+4res2Lyqfp7X/QhY1hfGJZbqOl+V19/V1ace0djyzSIhcV6uKzpemLJtTXOwc11wht5KAKMiBFaQr+765xA9eEFwwQYQ9sjRzWCGPPysEBaEiko//eYfgChYCIj7f0Nm/rLyt6/P4LwtZ1ETEJUV8H3I8RlmVbFWk59MQG5G3nbrPdupIzychlgi76M62/CTxHduVEdZOSpJ+Tns3r9NehLWTEt9DZF3n4eBLfDMkxb/gLucrbT3QFrhNmJzEP+LO5twMnwvpSa+2E4SDf4i3cHB0ZX0INC5+HBQDAAAAAAAAAAAA/htvR9A49yQnMRie/xTS+yXHww+sElKS9JZmgE/L9Pi0No8zYPjF7GiGITQuj9l8vmLdSZq2WrCICfTvURDrg6VLGIopm6apsIYxVISE6KZcrA1TV92N66q6rBirxRKTjxRE2sdQjoO9dZzt2HOsDU2umCMiwOuxHOqhspb81PPSxHICV1Y0tOWT4LPai6EeB8f3qn2W7cNdatmurmhIYaHwE4fDhoiq7HHMWcBE6PlscgXj2tOTxgViyJttUhXHc3061W0c7T0rUE0skekN9eD5RGpg7bK8vXw1ZdOdhoqkzkZe4y0yKTH1uJbdbbqP2q583m7Pns/P+4Gu4Jk1NTGGau2K+NQ879fr/dZ37THk88FzTNBPSiR4BT6L++hv1+/v6/3ZnPLMc1wUZFqiIIpuDwVpv4YF8j1U5FbygiBbjcBfKwQFISZCB63qEV/K2/XKH1k1C2Fx8b93YmKfLm94IE7T3+73+7PszlGY2KqCxNRpidxa090mYRSfmv757MuuzrOdFejYqk9Per3VD5a3j2IWGtVd2pync+IVQkDsDG1/t4/yc9ue42MRps4Bp4skxmznFTvM8r0we0RRVOyr1AlUc71ArMH0pHGJaDyhKPGqMAx3qe8ECEEnIv2c92qK7AZbyx9Yjo1QehriwHeoiGHqLrsiwD5sVN1cr5CLQ+VP04liyrqqstgoQ1vgGg0y0hhQNGd9QIaiKMZa4z0nyD+nICrCr2FaDRa8Tw7rg4po7Z3NltxshuZeUqIkLwiOIsdL8oLgqA8g4f7Rj4N6fBQUAQAAAAAAAAAAAAAAAAAAAAAAAAAAQBB+A7YeKpzueYhpAAAAAElFTkSuQmCC)
}

._homeWrapper_micpi_1 ._pcBanner_micpi_12 img,._homeWrapper_micpi_1 ._mobileBanner_micpi_13 img {
  display: block;
  width: 100%;
  height: 100%
}

._homeWrapper_micpi_1 ._pcBanner_micpi_12 {
  padding-top: 12.7604%
}

._homeWrapper_micpi_1 ._pcBanner_micpi_12._showBannerAnimation_micpi_61 {
  -webkit-animation: _ani-show_micpi_1 .6s ease-in-out;
  animation: _ani-show_micpi_1 .6s ease-in-out
}

._homeWrapper_micpi_1 ._mobileBanner_micpi_13 {
  padding-top: 33.3333%
}

._homeWrapper_micpi_1 ._mobileBanner_micpi_13._showBannerAnimation_micpi_61 {
  -webkit-animation: _ani-mobile-show_micpi_1 .6s ease-in-out;
  animation: _ani-mobile-show_micpi_1 .6s ease-in-out
}

@-webkit-keyframes _ani-show_micpi_1 {
  0% {
      opacity: 0;
      padding-top: 0
  }

  to {
      opacity: 1;
      padding-top: 12.7604%
  }
}

@keyframes _ani-show_micpi_1 {
  0% {
      opacity: 0;
      padding-top: 0
  }

  to {
      opacity: 1;
      padding-top: 12.7604%
  }
}

@-webkit-keyframes _ani-mobile-show_micpi_1 {
  0% {
      opacity: 0;
      padding-top: 0
  }

  to {
      opacity: 1;
      padding-top: 33.3333%
  }
}

@keyframes _ani-mobile-show_micpi_1 {
  0% {
      opacity: 0;
      padding-top: 0
  }

  to {
      opacity: 1;
      padding-top: 33.3333%
  }
}

@-webkit-keyframes _snow-uexekpa_micpi_1 {
  0% {
      background-position-x: 0;
      background-position-y: 0
  }

  50% {
      background-position-y: 40rem
  }

  to {
      background-position-x: 40rem;
      background-position-y: 80rem
  }
}

@keyframes _snow-uexekpa_micpi_1 {
  0% {
      background-position-x: 0;
      background-position-y: 0
  }

  50% {
      background-position-y: 40rem
  }

  to {
      background-position-x: 40rem;
      background-position-y: 80rem
  }
}

._tab_micpi_103 .ant-tabs-nav {
  height: 49px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 201;
  padding: 5px 14px;
  margin: 0!important;
  background-color: var(--sea-bg-color);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

._tab_micpi_103 .ant-tabs-nav:before {
  border-bottom: 0px rgba(0,0,0,0) solid!important
}

._tab_micpi_103 .ant-tabs-nav .ant-tabs-nav-wrap {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
  /* width: 350px; */
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px
}

._tab_micpi_103 .ant-tabs-nav .ant-tabs-nav-list {
  -webkit-transform: translate(0px,0px)!important;
  transform: translate(0)!important
}

._tab_micpi_103 .ant-tabs-nav-operations {
  display: none!important
}

._tab_micpi_103 .ant-tabs-tab {
  padding: 12px 0 2px
}

._tab_micpi_103 .ant-tabs-tab-btn {
  font-weight: 700!important;
  font-size: 16px!important;
  color: #fff
}

._tab_micpi_103 .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--main-color)!important
}

._tab_micpi_103 .ant-tabs-ink-bar {
  background-color: var(--main-color)!important
}

._tab_micpi_103 .ant-tabs-extra-content {
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

._tab_micpi_103._tabInGuideBottom_micpi_151 .ant-tabs-nav {
  top: 40px
}

._tab_micpi_103 ._gifBtnBox_micpi_154 {
  margin-right: 16px
}

._tab_micpi_103 ._healthTips_micpi_157 {
  min-height: 24px;
  color: #fff;
  background: #171932;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  line-height: 14px;
  padding: 5px 15px
}

@media screen and (max-width: 1024px) {
  ._tab_micpi_103 .ant-tabs-nav .ant-tabs-nav-wrap {
      -webkit-box-flex:1;
      -webkit-flex: auto;
      -ms-flex: auto;
      flex: auto;
      width: unset;
      -webkit-flex-shrink: unset;
      -ms-flex-negative: unset;
      flex-shrink: unset
  }

  ._tab_micpi_103 .ant-tabs-extra-content {
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none
  }
}

@media screen and (max-width: 640px) {
  ._tab_micpi_103 .ant-tabs-nav {
      height:48px;
      padding: 4px 14px 5px
  }

  ._tab_micpi_103 .ant-tabs-tab-btn {
      font-size: 14px!important
  }

  ._tab_micpi_103 .ant-tabs-tab+.ant-tabs-tab {
      margin: 0 0 0 25px
  }

  ._tab_micpi_103._tabInGuideBottom_micpi_151 .ant-tabs-nav {
      top: 0
  }
}

.ant-select-single .ant-select-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px
}

.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%
}

.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  -webkit-transition: all .3s,visibility 0s;
  transition: all .3s,visibility 0s
}

.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  -webkit-transition: none;
  transition: none;
  pointer-events: none
}

.ant-select-single .ant-select-selector:after,.ant-select-single .ant-select-selector .ant-select-selection-item:after,.ant-select-single .ant-select-selector .ant-select-selection-placeholder:after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: "Â "
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px
}

.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after {
  line-height: 30px
}

.ant-select-single.ant-select-customize-input .ant-select-selector:after {
  display: none
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
  display: none
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px
}

.ant-select-selection-overflow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%
}

.ant-select-selection-overflow-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%
}

.ant-select-multiple .ant-select-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 4px
}

.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed
}

.ant-select-multiple .ant-select-selector:after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  visibility: hidden;
  content: "Â "
}

.ant-select-multiple.ant-select-show-arrow .ant-select-selector,.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px
}

.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  -webkit-transition: font-size .3s,line-height .3s,height .3s;
  transition: font-size .3s,line-height .3s,height .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-margin-end: 4px;
  margin-inline-end:4px;-webkit-padding-start: 8px;
  padding-inline-start:8px;-webkit-padding-end: 4px;
  padding-inline-end:4px}

.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed
}

.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis
}

.ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #00000073;
  font-weight: 700;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer
}

.ant-select-multiple .ant-select-selection-item-remove>* {
  line-height: 1
}

.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block
}

.ant-select-multiple .ant-select-selection-item-remove:before {
  display: none
}

.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block
}

.ant-select-multiple .ant-select-selection-item-remove>.anticon {
  vertical-align: middle
}

.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: #000000bf
}

.ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search {
  -webkit-margin-start: 0;
  margin-inline-start:0}

.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  -webkit-margin-start: 7px;
  margin-inline-start:7px}

.ant-select-multiple .ant-select-selection-search-input,.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  line-height: 24px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px
}

.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden
}

.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-select-multiple.ant-select-lg .ant-select-selector:after {
  line-height: 32px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px
}

.ant-select-multiple.ant-select-sm .ant-select-selector:after {
  line-height: 16px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  -webkit-margin-start: 3px;
  margin-inline-start:3px}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px
}

.ant-select-disabled .ant-select-selection-item-remove {
  display: none
}

.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f!important
}

.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  -webkit-box-shadow: 0 0 0 2px rgba(255,77,79,.2);
  box-shadow: 0 0 0 2px #ff4d4f33;
  border-right-width: 1px;
  outline: 0
}

.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14!important
}

.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  -webkit-box-shadow: 0 0 0 2px rgba(250,173,20,.2);
  box-shadow: 0 0 0 2px #faad1433;
  border-right-width: 1px;
  outline: 0
}

.ant-select-status-error.ant-select-has-feedback .ant-select-clear,.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,.ant-select-status-success.ant-select-has-feedback .ant-select-clear,.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px
}

.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px
}

.ant-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  cursor: pointer
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1)
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #40a9ff;
  -webkit-box-shadow: 0 0 0 2px rgba(24,144,255,.2);
  box-shadow: 0 0 0 2px #1890ff33;
  border-right-width: 1px;
  outline: 0
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: #00000040;
  background: #f5f5f5;
  cursor: not-allowed
}

.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px
}

.ant-select-selection-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis
}

@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,.ant-select-selection-item {
      -ms-flex: auto;
      flex: auto
  }
}

.ant-select-selection-placeholder {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none
}

@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,.ant-select-selection-placeholder {
      -ms-flex: auto;
      flex: auto
  }
}

.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: #00000040;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none
}

.ant-select-arrow>* {
  line-height: 1
}

.ant-select-arrow svg {
  display: inline-block
}

.ant-select-arrow:before {
  display: none
}

.ant-select-arrow .ant-select-arrow-icon {
  display: block
}

.ant-select-arrow .anticon {
  vertical-align: top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}

.ant-select-arrow .anticon>svg {
  vertical-align: top
}

.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto
}

.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed
}

.ant-select-arrow>*:not(:last-child) {
  -webkit-margin-end: 8px;
  margin-inline-end:8px}

.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: #00000040;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: color .3s ease,opacity .15s ease;
  transition: color .3s ease,opacity .15s ease;
  text-rendering: auto
}

.ant-select-clear:before {
  display: block
}

.ant-select-clear:hover {
  color: #00000073
}

.ant-select:hover .ant-select-clear {
  opacity: 1
}

.ant-select-dropdown {
  margin: 0;
  color: #000000d9;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d
}

.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn
}

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

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut
}

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

.ant-select-dropdown-hidden {
  display: none
}

.ant-select-dropdown-empty {
  color: #00000040
}

.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #000000d9;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #00000040
}

.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #000000d9;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease
}

.ant-select-item-group {
  color: #00000073;
  font-size: 12px;
  cursor: default
}

.ant-select-item-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.ant-select-item-option-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.ant-select-item-option-state {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #000000d9;
  font-weight: 600;
  background-color: #e6f7ff
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1890ff
}

.ant-select-item-option-disabled {
  color: #00000040;
  cursor: not-allowed
}

.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5
}

.ant-select-item-option-grouped {
  padding-left: 24px
}

.ant-select-lg {
  font-size: 16px
}

.ant-select-borderless .ant-select-selector {
  background-color: transparent!important;
  border-color: transparent!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

.ant-select.ant-select-in-form-item {
  width: 100%
}

.ant-select-compact-item:not(.ant-select-compact-last-item) {
  margin-right: -1px
}

.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px
}

.ant-select-compact-item:hover>*,.ant-select-compact-item:focus>*,.ant-select-compact-item:active>* {
  z-index: 2
}

.ant-select-compact-item.ant-select-focused>* {
  z-index: 2
}

.ant-select-compact-item[disabled]>* {
  z-index: 0
}

.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select>.ant-select-selector {
  border-radius: 0
}

.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl)>.ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl)>.ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item)>.ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item)>.ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ant-select-rtl {
  direction: rtl
}

.ant-select-rtl .ant-select-arrow,.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px
}

.ant-select-dropdown-rtl {
  direction: rtl
}

.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px
}

.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto
}

.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px
}

.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px
}

.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center
}

.ant-empty-image {
  height: 100px;
  margin-bottom: 8px
}

.ant-empty-image img {
  height: 100%
}

.ant-empty-image svg {
  height: 100%;
  margin: auto
}

.ant-empty-footer {
  margin-top: 16px
}

.ant-empty-normal {
  margin: 32px 0;
  color: #00000040
}

.ant-empty-normal .ant-empty-image {
  height: 40px
}

.ant-empty-small {
  margin: 8px 0;
  color: #00000040
}

.ant-empty-small .ant-empty-image {
  height: 35px
}

.ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: .8
}

.ant-empty-img-default-path-1 {
  fill: #aeb8c2
}

.ant-empty-img-default-path-2 {
  fill: url(#linearGradient-1)
}

.ant-empty-img-default-path-3 {
  fill: #f5f5f7
}

.ant-empty-img-default-path-4,.ant-empty-img-default-path-5 {
  fill: #dce0e6
}

.ant-empty-img-default-g {
  fill: #fff
}

.ant-empty-img-simple-ellipse {
  fill: #f5f5f5
}

.ant-empty-img-simple-g {
  stroke: #d9d9d9
}

.ant-empty-img-simple-path {
  fill: #fafafa
}

.ant-empty-rtl {
  direction: rtl
}

._characters_1jg2x_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px 20px;
  position: relative
}

._characters_1jg2x_1 ._firstLoading_1jg2x_7 {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._characters_1jg2x_1 ._healthTipsBox_1jg2x_14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px
}

._characters_1jg2x_1 ._healthTipsBox_1jg2x_14 ._healthTips_1jg2x_14 {
  min-height: 24px;
  background: #171932;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  line-height: 14px;
  padding: 5px 10px
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 {
  padding-top: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 49px;
  left: 0;
  z-index: 200;
  background: var(--sea-bg-color);
  -webkit-transform: translateY(0px);
  transform: translateY(0);
  -webkit-transition: top .3s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: top .3s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out,top .3s ease-in-out;
  transition: transform .4s ease-in-out,top .3s ease-in-out,-webkit-transform .4s ease-in-out
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31._inGuideBottom_1jg2x_41 {
  top: 89px
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._toolsPcL_1jg2x_49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._toolsPcR_1jg2x_57 {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._toolsItem_1jg2x_63 {
  height: 30px;
  padding: 0 10px;
  background: #171932;
  border-radius: 16px;
  border: 1px solid #323463;
  margin: 0 10px 10px 0;
  font-weight: 700;
  font-size: 12px;
  color: #8080a4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._toolsItem_1jg2x_63:hover {
  background: #2f325a;
  border: 1px solid #7577aa;
  color: #fff
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._toolsItem_1jg2x_63._toolsItemActive_1jg2x_84 {
  background: #4a0f39!important;
  border: 1px solid #f75ecd!important;
  color: #f75ecd!important
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._toolsItem_1jg2x_63 svg {
  display: block;
  margin-right: 5px
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._toolsLine_1jg2x_93 {
  width: 2px;
  height: 22px;
  background: #8080a4;
  border-radius: 1px;
  margin: 4px 15px 0
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._chatEntryPc_1jg2x_100 {
  height: 30px;
  padding: 0 10px;
  background: #171932;
  border-radius: 16px;
  border: 1px solid #323463;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #8080a4;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  white-space: nowrap
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._chatEntryPc_1jg2x_100:hover {
  background: #2f325a;
  border: 1px solid #7577aa;
  color: #fff
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._chatEntryPc_1jg2x_100 svg {
  display: block;
  margin-right: 5px
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTopPc_1jg2x_44 ._gifBtnBox_1jg2x_127 {
  height: 30px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 ._tagItem_1jg2x_145 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  padding: 0 10px;
  text-align: center;
  background: #171932;
  margin-right: 4px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #323463;
  margin-bottom: 8px
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 ._tagItem_1jg2x_145._active_1jg2x_164,._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 ._tagItem_1jg2x_145._active_1jg2x_164:hover {
  border: 1px solid var(--main-color);
  background-color: #4a0f39;
  color: var(--main-color)
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 ._tagItem_1jg2x_145:hover {
  border: 1px solid #7577aa;
  background-color: #2f325a;
  color: #fff
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 ._tagItem_1jg2x_145 span {
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #b84899;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: center;
  transform-origin: center;
  padding-top: 1px
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 ._showTag_1jg2x_189 {
  width: 30px;
  height: 20px;
  background: #000115;
  border-radius: 13px;
  border: 1px solid #323463;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  cursor: pointer
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 ._showTag_1jg2x_189 img {
  width: 10px;
  height: 10px
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._allTag_1jg2x_206 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 64px;
  height: 20px;
  padding: 0 10px;
  margin-left: 20px;
  background: #000115;
  border-radius: 12px;
  border: 1px solid #323463;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  text-align: center;
  cursor: pointer;
  color: #fff
}

._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._showAllTagMobile_1jg2x_222 {
  display: none
}

._characters_1jg2x_1 ._hidden_1jg2x_225 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

._characters_1jg2x_1 ._listBox_1jg2x_228 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

._characters_1jg2x_1 ._hasMoreLoadingW_1jg2x_232 {
  width: 100%;
  height: 120px
}

._characters_1jg2x_1 ._selectBox_1jg2x_236 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._characters_1jg2x_1 ._selectBox_1jg2x_236 ._allTag_1jg2x_206 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 64px;
  height: 20px;
  padding: 0 10px;
  margin-left: 20px;
  background: #000115;
  border-radius: 12px;
  border: 1px solid #323463;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  text-align: center;
  cursor: pointer;
  color: #fff
}

._characters_1jg2x_1 ._selectBox_1jg2x_236 ._select_1jg2x_236 {
  width: 137px;
  height: 30px;
  background-color: #171932;
  border: 1px solid #323463;
  border-radius: 13px;
  color: #8080a4;
  font-size: 12px
}

._characters_1jg2x_1 ._selectBox_1jg2x_236 ._select_1jg2x_236 .ant-select-selection-item {
  font-weight: 700
}

._characters_1jg2x_1 ._selectBox_1jg2x_236 ._select_1jg2x_236 .ant-select-selector {
  background-color: transparent;
  border: none
}

._characters_1jg2x_1 ._selectBox_1jg2x_236 ._select_1jg2x_236 .ant-select-selection-item {
  height: 30px;
  line-height: 30px
}

._characters_1jg2x_1 ._selectBox_1jg2x_236 ._select_1jg2x_236 .ant-select-arrow svg {
  color: #8080a4
}

._characters_1jg2x_1 ._selectBox_1jg2x_236 .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right-width: 0px;
  outline: 0
}

._characters_1jg2x_1 ._healthTipCard_1jg2x_285 ._healthTipsCon_1jg2x_285 {
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  line-height: 14px;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: center;
  transform-origin: center;
  margin: 0 -28px;
  text-align: center
}

._cardBox_1jg2x_295 {
  width: 16.666667%
}

@media screen and (min-width: 2185px) {
  ._cardBox_1jg2x_295 {
      width:10%
  }
}

@media screen and (max-width: 2184px) {
  ._cardBox_1jg2x_295 {
      width:11.11%
  }
}

@media screen and (max-width: 1920px) {
  ._cardBox_1jg2x_295 {
      width:12.5%
  }
}

@media screen and (max-width: 1600px) {
  ._cardBox_1jg2x_295 {
      width:14.2857%
  }
}

@media screen and (max-width: 1488px) {
  ._cardBox_1jg2x_295 {
      width:16.6666%
  }
}

@media screen and (max-width: 1256px) {
  ._cardBox_1jg2x_295 {
      width:20%
  }
}

@media screen and (max-width: 810px) {
  ._cardBox_1jg2x_295 {
      width:25%
  }
}

@media screen and (max-width: 710px) {
  ._cardBox_1jg2x_295 {
      width:33.33333%
  }
}

@media screen and (max-width: 640px) {
  ._characters_1jg2x_1 {
      padding:0 15px 15px
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 {
      padding-top: 10px;
      position: -webkit-sticky;
      position: sticky;
      top: 48px;
      left: 0;
      z-index: 10;
      background: var(--sea-bg-color)
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31._inGuideBottom_1jg2x_41 {
      top: 48px
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 {
      padding: 0 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._switchBox_1jg2x_358 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 15px
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._moBtnBox_1jg2x_364 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._chatEntry_1jg2x_100 {
      height: 30px;
      padding: 0 10px;
      background: #171932;
      border-radius: 16px;
      border: 1px solid #323463;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 700;
      font-size: 12px;
      color: #8080a4;
      text-decoration: none
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._chatEntry_1jg2x_100 svg {
      display: block;
      margin-right: 10px
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._selectBox_1jg2x_236 {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._selectBox_1jg2x_236 ._select_1jg2x_236 {
      width: 50%;
      height: 26px;
      background-color: #000115;
      border: 1px solid #323463;
      border-radius: 13px;
      color: #fff
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._selectBox_1jg2x_236 ._select_1jg2x_236._selectL_1jg2x_399 {
      margin-right: 5px
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._selectBox_1jg2x_236 ._select_1jg2x_236._selectR_1jg2x_402 {
      margin-left: 5px;
      margin-right: 26px
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._selectBox_1jg2x_236 ._select_1jg2x_236 .ant-select-selector {
      background-color: transparent;
      border: none
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._selectBox_1jg2x_236 ._select_1jg2x_236 .ant-select-selection-item {
      height: 26px;
      line-height: 26px
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._selectBox_1jg2x_236 ._select_1jg2x_236 .ant-select-arrow svg {
      color: #fff
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._toolsTop_1jg2x_44 ._selectBox_1jg2x_236 .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-right-width: 0px;
      outline: 0
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 {
      margin-top: 0;
      max-height: 20vh;
      overflow-y: scroll;
      margin-bottom: 0
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 {
      height: 0
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._tagList_1jg2x_139 ._showTag_1jg2x_189,._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._tagBox_1jg2x_133 ._allTag_1jg2x_206 {
      display: none
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._showAllTagMobile_1jg2x_222 {
      width: 100%;
      height: 18px;
      background: #171932;
      border-radius: 6px;
      cursor: pointer;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }

  ._characters_1jg2x_1 ._homeFilter_1jg2x_31 ._showAllTagMobile_1jg2x_222 img {
      width: 11px;
      height: 7px
  }
}

@media screen and (max-width: 450px) {
  ._cardBox_1jg2x_295 {
      width:50%
  }
}

@media screen and (max-width: 300px) {
  ._cardBox_1jg2x_295 {
      width:100%
  }
}

._selectPopup_1jg2x_463 {
  background-color: #000115!important;
  border: 1px solid #4347a8!important;
  border-radius: 8px!important
}

._selectPopup_1jg2x_463 .ant-select-item-option-active {
  background-color: #323463!important;
  color: #fff!important;
  opacity: 1
}

._selectPopup_1jg2x_463 .ant-select-item-option {
  color: #fff
}

._selectPopup_1jg2x_463 .ant-select-item-option-selected {
  color: #000!important;
  background-color: var(--main-color)!important
}

._card_1oit3_1 {
  width: 100%;
  background: #02031f;
  border: 1px solid #4347a8;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s
}

._card_1oit3_1._scale_1oit3_10:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.8);
  box-shadow: 0 0 20px #000c
}

._card_1oit3_1._leftTop_1oit3_14:hover ._cover_1oit3_14,._card_1oit3_1._left_1oit3_14:hover ._cover_1oit3_14,._card_1oit3_1._leftBottom_1oit3_16:hover ._cover_1oit3_14,._card_1oit3_1._bottom_1oit3_17:hover ._cover_1oit3_14,._card_1oit3_1._right_1oit3_18:hover ._cover_1oit3_14,._card_1oit3_1._rightTop_1oit3_19:hover ._cover_1oit3_14,._card_1oit3_1._rightBottom_1oit3_20:hover ._cover_1oit3_14,._card_1oit3_1._normal_1oit3_21:hover ._cover_1oit3_14 {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.8);
  box-shadow: 0 0 20px #000c;
  z-index: 111
}

._card_1oit3_1._leftTop_1oit3_14:hover ._creator_1oit3_26,._card_1oit3_1._left_1oit3_14:hover ._creator_1oit3_26,._card_1oit3_1._leftBottom_1oit3_16:hover ._creator_1oit3_26,._card_1oit3_1._bottom_1oit3_17:hover ._creator_1oit3_26,._card_1oit3_1._right_1oit3_18:hover ._creator_1oit3_26,._card_1oit3_1._rightTop_1oit3_19:hover ._creator_1oit3_26,._card_1oit3_1._rightBottom_1oit3_20:hover ._creator_1oit3_26,._card_1oit3_1._normal_1oit3_21:hover ._creator_1oit3_26 {
  z-index: 200;
  -webkit-transform-origin: left top;
  transform-origin: left top
}

._card_1oit3_1._leftTop_1oit3_14:hover ._collect_1oit3_37,._card_1oit3_1._left_1oit3_14:hover ._collect_1oit3_37,._card_1oit3_1._leftBottom_1oit3_16:hover ._collect_1oit3_37,._card_1oit3_1._bottom_1oit3_17:hover ._collect_1oit3_37,._card_1oit3_1._right_1oit3_18:hover ._collect_1oit3_37,._card_1oit3_1._rightTop_1oit3_19:hover ._collect_1oit3_37,._card_1oit3_1._rightBottom_1oit3_20:hover ._collect_1oit3_37,._card_1oit3_1._normal_1oit3_21:hover ._collect_1oit3_37 {
  z-index: 200;
  -webkit-transform-origin: right top;
  transform-origin: right top
}

._card_1oit3_1._leftTop_1oit3_14:hover ._chat_1oit3_48,._card_1oit3_1._left_1oit3_14:hover ._chat_1oit3_48,._card_1oit3_1._leftBottom_1oit3_16:hover ._chat_1oit3_48,._card_1oit3_1._bottom_1oit3_17:hover ._chat_1oit3_48,._card_1oit3_1._right_1oit3_18:hover ._chat_1oit3_48,._card_1oit3_1._rightTop_1oit3_19:hover ._chat_1oit3_48,._card_1oit3_1._rightBottom_1oit3_20:hover ._chat_1oit3_48,._card_1oit3_1._normal_1oit3_21:hover ._chat_1oit3_48 {
  opacity: 1;
  z-index: 200;
  -webkit-transform: translateX(-50%) scale(.95);
  transform: translate(-50%) scale(.95);
  -webkit-transform-origin: center;
  transform-origin: center
}

._card_1oit3_1._leftTop_1oit3_14:hover ._desCard_1oit3_61,._card_1oit3_1._left_1oit3_14:hover ._desCard_1oit3_61,._card_1oit3_1._leftBottom_1oit3_16:hover ._desCard_1oit3_61,._card_1oit3_1._bottom_1oit3_17:hover ._desCard_1oit3_61,._card_1oit3_1._right_1oit3_18:hover ._desCard_1oit3_61,._card_1oit3_1._rightTop_1oit3_19:hover ._desCard_1oit3_61,._card_1oit3_1._rightBottom_1oit3_20:hover ._desCard_1oit3_61,._card_1oit3_1._normal_1oit3_21:hover ._desCard_1oit3_61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

._card_1oit3_1._leftTop_1oit3_14:hover ._bottom_1oit3_17,._card_1oit3_1._left_1oit3_14:hover ._bottom_1oit3_17,._card_1oit3_1._leftBottom_1oit3_16:hover ._bottom_1oit3_17,._card_1oit3_1._bottom_1oit3_17:hover ._bottom_1oit3_17,._card_1oit3_1._right_1oit3_18:hover ._bottom_1oit3_17,._card_1oit3_1._rightTop_1oit3_19:hover ._bottom_1oit3_17,._card_1oit3_1._rightBottom_1oit3_20:hover ._bottom_1oit3_17,._card_1oit3_1._normal_1oit3_21:hover ._bottom_1oit3_17 {
  opacity: 0
}

._card_1oit3_1._leftTop_1oit3_14:hover ._cover_1oit3_14,._card_1oit3_1._left_1oit3_14:hover ._cover_1oit3_14,._card_1oit3_1._leftTop_1oit3_14:hover ._desCard_1oit3_61,._card_1oit3_1._left_1oit3_14:hover ._desCard_1oit3_61 {
  -webkit-transform-origin: left center;
  transform-origin: left center
}

._card_1oit3_1._leftBottom_1oit3_16:hover ._cover_1oit3_14,._card_1oit3_1._leftBottom_1oit3_16:hover ._desCard_1oit3_61 {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

._card_1oit3_1._bottom_1oit3_17:hover ._cover_1oit3_14 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

._card_1oit3_1._right_1oit3_18:hover ._cover_1oit3_14,._card_1oit3_1._rightTop_1oit3_19:hover ._cover_1oit3_14,._card_1oit3_1._right_1oit3_18:hover ._desCard_1oit3_61,._card_1oit3_1._rightTop_1oit3_19:hover ._desCard_1oit3_61 {
  -webkit-transform-origin: right center;
  transform-origin: right center
}

._card_1oit3_1._rightBottom_1oit3_20:hover ._cover_1oit3_14,._card_1oit3_1._rightBottom_1oit3_20:hover ._desCard_1oit3_61 {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

._card_1oit3_1._normal_1oit3_21:hover ._cover_1oit3_14 {
  -webkit-transform-origin: center;
  transform-origin: center
}

._card_1oit3_1 ._cardATag_1oit3_107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0
}

._card_1oit3_1 ._cover_1oit3_14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1
}

._card_1oit3_1 ._cover_1oit3_14 ._characterPhotoBox_1oit3_126 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

._card_1oit3_1 ._cover_1oit3_14 ._characterPhotoBox_1oit3_126 ._characterPhoto_1oit3_126 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s
}

._card_1oit3_1 ._cover_1oit3_14 ._loadingBox_1oit3_143 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 50px;
  z-index: 1
}

._card_1oit3_1 ._cover_1oit3_14 ._viewing_1oit3_152,._card_1oit3_1 ._cover_1oit3_14 ._refuseStatus_1oit3_153 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #73ab1580
}

._card_1oit3_1 ._cover_1oit3_14 ._viewing_1oit3_152 ._viewingText_1oit3_164,._card_1oit3_1 ._cover_1oit3_14 ._refuseStatus_1oit3_153 ._viewingText_1oit3_164,._card_1oit3_1 ._cover_1oit3_14 ._viewing_1oit3_152 ._refuseText_1oit3_166,._card_1oit3_1 ._cover_1oit3_14 ._refuseStatus_1oit3_153 ._refuseText_1oit3_166 {
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #1d2e00;
  line-height: 14px;
  background: #cbff72
}

._card_1oit3_1 ._cover_1oit3_14 ._viewing_1oit3_152 ._viewingText_1oit3_164 img,._card_1oit3_1 ._cover_1oit3_14 ._refuseStatus_1oit3_153 ._viewingText_1oit3_164 img,._card_1oit3_1 ._cover_1oit3_14 ._viewing_1oit3_152 ._refuseText_1oit3_166 img,._card_1oit3_1 ._cover_1oit3_14 ._refuseStatus_1oit3_153 ._refuseText_1oit3_166 img {
  display: block;
  width: 17px;
  height: 20px;
  margin-right: 10px
}

._card_1oit3_1 ._cover_1oit3_14 ._refuseStatus_1oit3_153 {
  background-color: #ff000080
}

._card_1oit3_1 ._cover_1oit3_14 ._refuseStatus_1oit3_153 ._refuseText_1oit3_166 {
  background: #3f0000;
  color: red
}

._card_1oit3_1 ._topUp_1oit3_195 {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2
}

._card_1oit3_1 ._creator_1oit3_26 {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: calc(100% - 45px);
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  height: 20px;
  padding: 0 10px;
  background-color: #171932b3;
  border-radius: 10px;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s
}

._card_1oit3_1 ._collect_1oit3_37 {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s
}

._card_1oit3_1 ._collect_1oit3_37 img {
  width: 100%;
  height: 100%
}

._card_1oit3_1 ._bottom_1oit3_17 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 8px 8px 5px;
  min-height: 130px;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.7)));
  background: linear-gradient(180deg,#0000,#000000b3);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity .6s;
  transition: opacity .6s
}

._card_1oit3_1 ._bottom_1oit3_17 ._name_1oit3_253 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._card_1oit3_1 ._bottom_1oit3_17 ._name_1oit3_253 ._textBox_1oit3_257 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%
}

._card_1oit3_1 ._bottom_1oit3_17 ._name_1oit3_253 ._selfOC_1oit3_270 {
  padding: 0 3px;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 13px;
  border: 1px solid var(--main-color);
  background-color: #4a0f39;
  margin-left: 4px
}

._card_1oit3_1 ._bottom_1oit3_17 ._name_1oit3_253 ._selfOC_1oit3_270 span {
  display: block;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: center;
  transform-origin: center;
  font-weight: 700;
  line-height: 14px;
  font-size: 12px;
  color: var(--main-color)
}

._card_1oit3_1 ._bottom_1oit3_17 ._desc_1oit3_290 {
  height: 13px;
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #f1d6ff;
  line-height: 12px;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

._card_1oit3_1 ._bottom_1oit3_17 ._tagList_1oit3_305 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4px;
  width: 100%;
  max-height: 44px;
  overflow: hidden
}

._card_1oit3_1 ._bottom_1oit3_17 ._tagList_1oit3_305 ._tagItem_1oit3_313 {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  padding: 0 4px;
  background: #4347a8;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  line-height: 18px;
  height: 18px
}

._card_1oit3_1 ._bottom_1oit3_17 ._totalInfo_1oit3_326 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 20px
}

._card_1oit3_1 ._bottom_1oit3_17 ._totalInfo_1oit3_326 ._unfilteredW_1oit3_332 {
  font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: transparent;
  background: linear-gradient(45deg,#6cbfff,#ff16bf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 12px
}

._card_1oit3_1 ._bottom_1oit3_17 ._totalInfo_1oit3_326 ._iconCount_1oit3_343 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px
}

._card_1oit3_1 ._bottom_1oit3_17 ._totalInfo_1oit3_326 ._iconCount_1oit3_343 span {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #f1d6ff
}

._card_1oit3_1 ._bottom_1oit3_17 ._totalInfo_1oit3_326 ._iconCount_1oit3_343 ._icon_1oit3_343 {
  position: relative;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2px
}

._card_1oit3_1 ._bottom_1oit3_17 ._totalInfo_1oit3_326 ._iconCount_1oit3_343 ._icon_1oit3_343 img {
  display: block;
  width: 14px;
  height: 14px
}

._card_1oit3_1 ._chat_1oit3_48 {
  position: absolute;
  z-index: -1;
  width: 130px;
  height: 40px;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff4efc),to(#af57ff));
  background: linear-gradient(180deg,#ff4efc,#af57ff);
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  opacity: 0
}

._card_1oit3_1 ._desCard_1oit3_61 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #1f1732e6;
  -webkit-box-shadow: 0px 4px 20px 3px #000000;
  box-shadow: 0 4px 20px 3px #000;
  border-radius: 8px;
  border: 1px solid #4347a8;
  -webkit-animation: _slideIn_1oit3_1 .4s forwards;
  animation: _slideIn_1oit3_1 .4s forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  pointer-events: none;
  opacity: 0;
  display: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  padding: 10px 10px 10px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._card_1oit3_1 ._desCard_1oit3_61 ._desCardTitle_1oit3_411 {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-top: 10px
}

._card_1oit3_1 ._desCard_1oit3_61 ._desText_1oit3_420 {
  margin: 7px 0 10px;
  font-weight: 400;
  font-size: 12px;
  color: #d9dbff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-all;
  overflow: hidden
}

._card_1oit3_1 ._desCard_1oit3_61 ._tagWrap_1oit3_432 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._card_1oit3_1 ._desCard_1oit3_61 ._tagWrap_1oit3_432 ._tag_1oit3_305 {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  padding: 0 4px;
  background: #4347a8;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  line-height: 18px;
  height: 18px
}

._card_1oit3_1 ._desCard_1oit3_61 ._btns_1oit3_450 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 10px;
  background: #0006;
  border-radius: 8px;
  font-weight: 700;
  font-size: 10px;
  color: #f75ecd;
  line-height: 12px;
  text-align: center;
  font-style: normal;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._rightTop_1oit3_19 ._desCard_1oit3_61,._right_1oit3_18 ._desCard_1oit3_61,._rightBottom_1oit3_20 ._desCard_1oit3_61 {
  padding: 10px 13px 10px 10px;
  -webkit-animation: _slideRightIn_1oit3_1 .4s forwards;
  animation: _slideRightIn_1oit3_1 .4s forwards
}

@-webkit-keyframes _slideIn_1oit3_1 {
  to {
      left: calc(100% + 7px);
      opacity: 1
  }
}

@keyframes _slideIn_1oit3_1 {
  to {
      left: calc(100% + 7px);
      opacity: 1
  }
}

@-webkit-keyframes _slideRightIn_1oit3_1 {
  to {
      left: calc(-100% - 7px);
      opacity: 1
  }
}

@keyframes _slideRightIn_1oit3_1 {
  to {
      left: calc(-100% - 7px);
      opacity: 1
  }
}

._comWrapper_gst1n_1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._comWrapper_gst1n_1 ._loadingPulse_gst1n_8 {
  position: relative;
  width: 6px;
  height: 24px;
  background: #43457b33;
  -webkit-animation: _pulse_gst1n_1 .75s infinite;
  animation: _pulse_gst1n_1 .75s infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

._comWrapper_gst1n_1 ._loadingPulse_gst1n_8:before,._comWrapper_gst1n_1 ._loadingPulse_gst1n_8:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: #43457b33;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: _pulse_gst1n_1 .75s infinite;
  animation: _pulse_gst1n_1 .75s infinite
}

._comWrapper_gst1n_1 ._loadingPulse_gst1n_8:before {
  left: -12px
}

._comWrapper_gst1n_1 ._loadingPulse_gst1n_8:after {
  left: 12px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

@-webkit-keyframes _pulse_gst1n_1 {
  50% {
      background: #43457b
  }
}

@keyframes _pulse_gst1n_1 {
  50% {
      background: #43457b
  }
}

.ant-switch {
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: #00000040;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-switch:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1);
  box-shadow: 0 0 0 2px #0000001a
}

.ant-switch-checked:focus {
  -webkit-box-shadow: 0 0 0 2px #e6f7ff;
  box-shadow: 0 0 0 2px #e6f7ff
}

.ant-switch:focus:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-switch-checked {
  background-color: #1890ff
}

.ant-switch-loading,.ant-switch-disabled {
  cursor: not-allowed;
  opacity: .4
}

.ant-switch-loading *,.ant-switch-disabled * {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed
}

.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: margin .2s;
  transition: margin .2s
}

.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px
}

.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.ant-switch-handle:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,35,11,.2);
  box-shadow: 0 2px 4px #00230b33;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  content: ""
}

.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 20px)
}

.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle:before {
  right: -30%;
  left: 0
}

.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle:before {
  right: 0;
  left: -30%
}

.ant-switch-loading-icon.anticon {
  position: relative;
  top: 2px;
  color: #000000a6;
  vertical-align: top
}

.ant-switch-checked .ant-switch-loading-icon {
  color: #1890ff
}

.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px
}

.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px
}

.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px
}

.ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px
}

.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 14px)
}

.ant-switch-rtl {
  direction: rtl
}

.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px
}

.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto
}

.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle:before {
  right: 0;
  left: -30%
}

.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle:before {
  right: -30%;
  left: 0
}

.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px
}

.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 20px)
}

.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 14px)
}

._btn_1oli8_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--main-color);
  line-height: 16px
}

._btn_1oli8_1 ._filterText_1oli8_9 {
  font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
  color: transparent;
  font-weight: 700;
  margin-right: 10px;
  background: linear-gradient(45deg,#6cbfff,#ff16bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

._btn_1oli8_1 .ant-switch-checked {
  background: linear-gradient(135deg,#ff16bf,#6cbfff)!important
}

._btn_1oli8_1 .ant-switch {
  background: #373b68
}

._btn_1oli8_1 .ant-switch-small {
  min-width: 30px
}

._btn_1oli8_1 .ant-switch-handle {
  left: 3px
}

._btn_1oli8_1 .ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 15px)
}

._btn_1oli8_1 .ant-switch-checked:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

._homeBtn_1oli8_37 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._homeBtn_1oli8_37 ._filterText_1oli8_9 {
  font-size: 12px;
  margin-right: 0;
  margin-bottom: 3px;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

._modalContent_1oli8_47 {
  width: 100%;
  padding: 30px
}

._modalContent_1oli8_47 ._title_1oli8_51 {
  font-weight: 700;
  font-size: 18px;
  color: var(--main-color);
  line-height: 18px;
  width: 100%;
  text-align: center
}

._modalContent_1oli8_47 ._desc_1oli8_59 {
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 20px
}

._modalContent_1oli8_47 ._footer_1oli8_67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px
}

._modalContent_1oli8_47 ._footer_1oli8_67 ._modalBtn_1oli8_73 {
  width: 160px!important
}

@media screen and (max-width: 640px) {
  ._modalContent_1oli8_47 {
      padding:40px 18px 15px
  }

  ._modalContent_1oli8_47 ._desc_1oli8_59 {
      padding: 0 25px;
      margin-bottom: 25px
  }

  ._modalContent_1oli8_47 ._footer_1oli8_67 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0
  }

  ._modalContent_1oli8_47 ._footer_1oli8_67 ._modalBtn_1oli8_73 {
      width: 100%!important;
      margin-bottom: 15px
  }
}

._btn_1ptew_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--main-color);
  line-height: 16px
}

._btn_1ptew_1 ._filterText_1ptew_9 {
  font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
  color: transparent;
  font-weight: 700;
  margin-right: 10px;
  background: linear-gradient(45deg,#6cbfff,#ff16bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

._btn_1ptew_1 .ant-switch-checked {
  background: linear-gradient(135deg,#ff16bf,#6cbfff)!important
}

._btn_1ptew_1 .ant-switch {
  background: #373b68
}

._btn_1ptew_1 .ant-switch-small {
  min-width: 30px
}

._btn_1ptew_1 .ant-switch-handle {
  left: 3px
}

._btn_1ptew_1 .ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 15px)
}

._btn_1ptew_1 .ant-switch-checked:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

._mobileBtnBox_1ptew_37 img {
  display: block;
  width: 25px;
  height: 20px;
  cursor: pointer
}

._modalInner_12zze_1 {
  padding: 20px 40px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

._modalInner_12zze_1 ._listItem_12zze_7 {
  position: relative;
  width: 160px;
  height: 260px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  border: 0px solid transparent;
  -webkit-transform: scale(1);
  transform: scale(1)
}

._modalInner_12zze_1 ._listItem_12zze_7:hover {
  background-color: #f75ecd;
  border: 5px solid #f75ecd;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

._modalInner_12zze_1 ._listItem_12zze_7 img {
  display: block;
  width: 100%;
  height: 100%
}

._modalInnerMo_12zze_29 {
  display: none
}

@media screen and (max-width: 640px) {
  ._modalInner_12zze_1 {
      display:none
  }

  ._modalInnerMo_12zze_29 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 20px 35px 15px
  }

  ._modalInnerMo_12zze_29 ._listItem_12zze_7 {
      position: relative;
      width: 100%;
      padding-top: 50.91%;
      margin-bottom: 20px
  }

  ._modalInnerMo_12zze_29 ._listItem_12zze_7 img {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
  }
}

._comWrapper_1owu4_1 {
  font-family: "KanunAR+LT";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  max-height: 760px;
  padding: 20px 20px 0
}

._comWrapper_1owu4_1 ._l_1owu4_8 {
  width: 300px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._comWrapper_1owu4_1 ._characterImgW_1owu4_15 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer
}

._comWrapper_1owu4_1 ._characterImgW_1owu4_15 ._characterImg_1owu4_15 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px
}

._comWrapper_1owu4_1 ._characterImgW_1owu4_15 ._characterName_1owu4_31 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 17px 10px 7px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(4,0,6,.1)),to(rgba(0,0,0,.9)));
  background: linear-gradient(180deg,#0400061a,#000000e6)
}

._comWrapper_1owu4_1 ._characterImgW_1owu4_15 ._characterName_1owu4_31 span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

._comWrapper_1owu4_1 ._imgLibList_1owu4_50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden
}

._comWrapper_1owu4_1 ._imgLibList_1owu4_50._imgLibList60_1owu4_59 {
  height: 60px;
  margin-bottom: 15px
}

._comWrapper_1owu4_1 ._imgLibList_1owu4_50 ._imgLibListItem_1owu4_63 {
  width: 60px;
  height: 60px;
  margin-right: 3px;
  border-radius: 2px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden
}

._comWrapper_1owu4_1 ._imgLibList_1owu4_50 ._imgLibListItem_1owu4_63 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

._comWrapper_1owu4_1 ._imgLibList_1owu4_50 ._linearGradient_1owu4_77 {
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 1;
  width: 88px;
  height: 70px;
  background: -webkit-gradient(linear,left top,right top,from(rgba(23,25,50,0)),to(#171932));
  background: linear-gradient(90deg,#17193200,#171932)
}

._comWrapper_1owu4_1 ._imgLibList_1owu4_50 ._libMore_1owu4_86 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px
}

._comWrapper_1owu4_1 ._imgLibList_1owu4_50 ._libMore_1owu4_86 img {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 5px
}

._comWrapper_1owu4_1 ._imgLibList_1owu4_50 ._libMore_1owu4_86 ._libMoreText_1owu4_103 {
  font-size: 12px;
  color: #fff;
  line-height: 12px
}

._comWrapper_1owu4_1 ._numBox_1owu4_108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  padding-right: 8px
}

._comWrapper_1owu4_1 ._numBox_1owu4_108 ._numItem_1owu4_115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._comWrapper_1owu4_1 ._numBox_1owu4_108 ._numItem_1owu4_115 img {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px
}

._comWrapper_1owu4_1 ._numBox_1owu4_108 ._numItem_1owu4_115 span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #f1d6ff;
  line-height: 12px
}

._comWrapper_1owu4_1 ._tags_1owu4_133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px
}

._comWrapper_1owu4_1 ._tags_1owu4_133 ._tagItem_1owu4_138,._comWrapper_1owu4_1 ._tags_1owu4_133 ._settingTagItem_1owu4_139,._comWrapper_1owu4_1 ._tags_1owu4_133 ._unfilteredTag_1owu4_140 {
  display: block;
  height: 20px;
  padding: 0 10px;
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  background: #171932;
  border-radius: 13px;
  border: 1px solid #323463;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transform: all .3s;
  transform: all .3s
}

._comWrapper_1owu4_1 ._tags_1owu4_133 ._tagItem_1owu4_138:hover {
  background: #2f325a;
  color: #fff;
  border: 1px solid #7577aa
}

._comWrapper_1owu4_1 ._tags_1owu4_133 ._settingTagItem_1owu4_139 {
  background: #452a6f;
  color: #c3abea;
  border: none;
  line-height: 20px
}

._comWrapper_1owu4_1 ._tags_1owu4_133 ._unfilteredTag_1owu4_140 {
  background: #4a0f39;
  color: var(--main-color);
  border: 1px solid var(--main-color)
}

._comWrapper_1owu4_1 ._characterDesc_1owu4_171 {
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  line-height: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

._comWrapper_1owu4_1 ._viewDetail_1owu4_183 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 27px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #2b2e4e;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  opacity: 1;
  margin-bottom: 10px
}

._comWrapper_1owu4_1 ._viewDetail_1owu4_183:hover {
  opacity: .8
}

._comWrapper_1owu4_1 ._discordW_1owu4_203 {
  margin-bottom: 15px;
  overflow: hidden
}

._comWrapper_1owu4_1 ._discordW_1owu4_203 ._discord_1owu4_203 {
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  line-height: 14px;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  margin: 0 -30px;
  cursor: pointer
}

._comWrapper_1owu4_1 ._discordW_1owu4_203 ._discord_1owu4_203 span {
  color: var(--main-color)
}

._comWrapper_1owu4_1 ._r_1owu4_219 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._comWrapper_1owu4_1 ._userInfo_1owu4_224 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px
}

._comWrapper_1owu4_1 ._userAvatarBox_1owu4_231 {
  display: block
}

._comWrapper_1owu4_1 ._uc_1owu4_234 {
  min-width: 130px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding-right: 5px
}

._comWrapper_1owu4_1 ._userName_1owu4_240 {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  margin-bottom: 10px
}

._comWrapper_1owu4_1 ._ucNumBox_1owu4_252,._comWrapper_1owu4_1 ._ucNumItem_1owu4_256 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._comWrapper_1owu4_1 ._ucNumItem_1owu4_256._cursor_1owu4_260 {
  cursor: pointer
}

._comWrapper_1owu4_1 ._ucNumItem_1owu4_256:first-child {
  margin-right: 15px
}

._comWrapper_1owu4_1 ._ucNumItem_1owu4_256 img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px
}

._comWrapper_1owu4_1 ._ucNumItem_1owu4_256 span {
  font-weight: 700;
  font-size: 14px;
  color: #f75ecd;
  line-height: 14px
}

._comWrapper_1owu4_1 ._mediaWrap_1owu4_278 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px
}

._comWrapper_1owu4_1 ._mediaWrap_1owu4_278 a {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s
}

._comWrapper_1owu4_1 ._mediaWrap_1owu4_278 a:hover {
  -webkit-box-shadow: #fff 0 0 6px 0;
  box-shadow: #fff 0 0 6px
}

._comWrapper_1owu4_1 ._mediaWrap_1owu4_278 img {
  display: block;
  width: 100%;
  height: 100%
}

._comWrapper_1owu4_1 ._followBtn_1owu4_300 {
  min-width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  margin: 5px 0;
  padding: 0 10px;
  border: none;
  outline: none;
  background-color: var(--main-color);
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden
}

._comWrapper_1owu4_1 ._followBtn_1owu4_300._followingBtn_1owu4_319 {
  background-color: #2b2e4e;
  color: #7d80ad
}

._comWrapper_1owu4_1 ._rCon_1owu4_323 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: -15px;
  overflow: hidden
}

._comWrapper_1owu4_1 ._rConInner_1owu4_328 {
  padding-right: 15px
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 ._toolTit_1owu4_337 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 ._select_1owu4_343 {
  width: 140px;
  height: 28px;
  background-color: #000115;
  border: 1px solid #323463;
  border-radius: 14px;
  color: #fff
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 ._select_1owu4_343 .ant-select-selector {
  background-color: transparent;
  border: none
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 ._select_1owu4_343 .ant-select-selection-item {
  height: 26px;
  line-height: 26px
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 ._select_1owu4_343 .ant-select-arrow svg {
  color: #fff
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right-width: 0px;
  outline: 0
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 ._selectPopup_1owu4_367 {
  background-color: #000115!important;
  border: 1px solid #4347a8!important;
  border-radius: 8px!important
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 ._selectPopup_1owu4_367 .ant-select-item-option-active {
  background-color: #323463!important;
  color: #fff!important;
  opacity: 1
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 ._selectPopup_1owu4_367 .ant-select-item-option {
  color: #fff
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._toolLine_1owu4_331 ._selectPopup_1owu4_367 .ant-select-item-option-selected {
  color: #000!important;
  background-color: var(--main-color)!important
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._listBox_1owu4_384 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -5px
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._listBox_1owu4_384 ._memoryItem_1owu4_391 {
  width: 50%;
  padding: 0 5px 10px
}

._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._firstLoading_1owu4_395 {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._comWrapper_1owu4_1 ._rFooter_1owu4_402 {
  width: 100%;
  min-height: 76px;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #171932
}

._comWrapper_1owu4_1 ._rFooter_1owu4_402 ._toolBtn_1owu4_410 {
  min-width: 87px;
  height: 40px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2e4e;
  border-radius: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1
}

._comWrapper_1owu4_1 ._rFooter_1owu4_402 ._toolBtn_1owu4_410:hover {
  opacity: .8
}

._comWrapper_1owu4_1 ._rFooter_1owu4_402 ._toolBtn_1owu4_410._activeBtn_1owu4_426 {
  background-color: #0076a2
}

._comWrapper_1owu4_1 ._rFooter_1owu4_402 ._toolBtn_1owu4_410._activeBtn_1owu4_426 span {
  color: #f8ff88
}

._comWrapper_1owu4_1 ._rFooter_1owu4_402 ._toolBtn_1owu4_410 img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px
}

._comWrapper_1owu4_1 ._rFooter_1owu4_402 ._toolBtn_1owu4_410 span {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 12px
}

@media screen and (max-width: 850px) {
  ._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._listBox_1owu4_384 {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }

  ._comWrapper_1owu4_1 ._memoryList_1owu4_331 ._listBox_1owu4_384 ._memoryItem_1owu4_391 {
      width: 100%
  }
}

._modalContent_862im_1 {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._modalContent_862im_1 ._total_862im_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px
}

._modalContent_862im_1 ._total_862im_5 ._totalContent_862im_11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalContent_862im_1 ._total_862im_5 ._totalContent_862im_11 img {
  width: 32px;
  height: 32px;
  margin-right: 15px
}

._modalContent_862im_1 ._total_862im_5 ._totalContent_862im_11 span {
  font-family: "KanunAR+LT";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: left;
  font-style: normal
}

._modalContent_862im_1 ._total_862im_5 ._num_862im_29 {
  font-family: "KanunAR+LT";
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-style: normal
}

._modalContent_862im_1 ._btnWrap_862im_38 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

._modal_1clst_1 {
  font-family: "KanunAR+LT"
}

._modal_1clst_1 ._inner_1clst_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 30px 30px
}

._modal_1clst_1 ._des_1clst_11 {
  font-weight: 400;
  font-size: 14px;
  color: #8080a4;
  line-height: 14px;
  margin-bottom: 22px
}

._modal_1clst_1 ._url_1clst_18 {
  width: 100%;
  height: 44px;
  background: #212445;
  border-radius: 28px;
  border: 1px solid #303260;
  line-height: 44px;
  padding: 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  margin-bottom: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

._modal_1clst_1 ._btn_1clst_42 {
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s
}

._modal_1clst_1 ._btn_1clst_42._copySuccess_1clst_46 {
  background: #85a100!important
}

._modal_1clst_1 ._btn_1clst_42 img {
  display: block;
  width: 18px;
  height: auto;
  margin-right: 10px
}

._commentsWrapper_pzwme_1 {
  width: 100%;
  background: #171932;
  border-radius: 8px;
  border: 1px solid #4347a8;
  overflow: hidden;
  font-family: "KanunAR+LT"
}

._commentsWrapper_pzwme_1 ._emptyImg_pzwme_9 {
  width: 140px!important;
  height: 106px!important;
  margin-top: 20px
}

._commentsWrapper_pzwme_1 ._emptyText_pzwme_14 {
  color: #f75ecd!important;
  font-size: 16px!important;
  line-height: 16px!important;
  margin-bottom: 20px
}

._commentsWrapper_pzwme_1 ._commentsHeader_pzwme_20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #20224d
}

._commentsWrapper_pzwme_1 ._commentsHeader_pzwme_20 ._commentsTitle_pzwme_28 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-style: normal
}

._commentsWrapper_pzwme_1 ._commentsHeader_pzwme_20 ._enlargeIco_pzwme_35 {
  cursor: pointer
}

._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 {
  padding: 20px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 ._loadingBox_pzwme_42 {
  min-height: 200px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 ._moreText_pzwme_48 {
  margin-bottom: 20px;
  margin-top: -15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 ._moreText_pzwme_48 span {
  font-weight: 700;
  font-size: 12px;
  color: #f75ecd;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  margin-right: 5px;
  margin-left: 51px
}

._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 ._moreTextOpen_pzwme_64 img {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 ._more_pzwme_48 {
  display: none;
  margin-left: 51px;
  margin-bottom: 0;
  height: 0;
  overflow: hidden
}

._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 ._open_pzwme_74 {
  display: block;
  margin-bottom: 30px;
  height: auto
}

._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 ._moreReplies_pzwme_79 {
  margin-top: -8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 ._moreReplies_pzwme_79 span {
  font-weight: 700;
  font-size: 12px;
  color: #f75ecd;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  margin: 0 5px
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 {
  padding: 0 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._aiteUser_pzwme_104 {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  font-weight: 400;
  font-size: 14px;
  color: #f75ecd;
  line-height: 14px;
  text-align: left;
  font-style: normal
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendPhotoFlag_pzwme_121 {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  z-index: 1;
  min-width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px 0 0 20px;
  padding-left: 15px;
  padding-right: 5px;
  background-color: #4a0f39;
  font-weight: 700;
  font-size: 12px;
  color: #f75ecd;
  -webkit-animation: _photo-flag-show_pzwme_1 .3s ease;
  animation: _photo-flag-show_pzwme_1 .3s ease
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendInput_pzwme_140 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  min-height: 40px!important;
  border-radius: 20px 0 0 20px;
  line-height: 18px;
  border: 1px solid #303260!important;
  border-right: none!important;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  outline: none!important;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px 20px;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  background-color: #000;
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) #000
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendInput_pzwme_140:focus {
  border-color: var(--main-color)!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendInput_pzwme_140._photoInput_pzwme_165 {
  padding: 10px 20px 10px 105px
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendInput_pzwme_140::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77;
  white-space: nowrap
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendInput_pzwme_140::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77;
  white-space: nowrap
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendInput_pzwme_140:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77;
  white-space: nowrap
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendInput_pzwme_140::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77;
  white-space: nowrap
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendInput_pzwme_140::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77;
  white-space: nowrap
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._empty_pzwme_9 {
  width: 60px;
  height: 0
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendBtn_pzwme_178 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 20px 20px 0;
  color: #5f5f77;
  background-color: #20224d;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #303260;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendBtn_pzwme_178._focusBg_pzwme_197 {
  border: 0;
  background-color: var(--main-color);
  color: #fff3
}

._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendBtn_pzwme_178._activeBg_pzwme_202 {
  background-color: var(--main-color);
  color: #fff
}

._commentsWrapperModal_pzwme_206 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
  height: calc(100vh - 200px)
}

._commentsWrapperModal_pzwme_206 ._commentsContent_pzwme_38 {
  max-height: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width: 640px) {
  ._commentsWrapper_pzwme_1 ._commentsContent_pzwme_38 {
      padding:20px 20px 0
  }

  ._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 {
      padding: 0 20px 20px
  }

  ._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._aiteUser_pzwme_104 {
      max-width: 45px
  }

  ._commentsWrapper_pzwme_1 ._inputWrap_pzwme_93 ._inputLine_pzwme_97 ._sendInput_pzwme_140._photoInput_pzwme_165 {
      padding: 10px 20px 10px 65px
  }
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f
}

.ant-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block
}

.ant-dropdown:before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: .0001;
  content: " "
}

.ant-dropdown-wrap {
  position: relative
}

.ant-dropdown-wrap .ant-btn>.anticon-down {
  font-size: 10px
}

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

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

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

.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,.ant-dropdown-show-arrow.ant-dropdown-placement-top,.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 15.3137085px
}

.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 15.3137085px
}

.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  border-radius: 0 0 2px;
  pointer-events: none
}

.ant-dropdown-arrow:before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: "";
  -webkit-clip-path: inset(33% 33%);
  clip-path: inset(33% 33%);
  -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")
}

.ant-dropdown-placement-top>.ant-dropdown-arrow,.ant-dropdown-placement-topLeft>.ant-dropdown-arrow,.ant-dropdown-placement-topRight>.ant-dropdown-arrow {
  bottom: 10px;
  -webkit-box-shadow: 3px 3px 7px -3px rgba(0,0,0,.1);
  box-shadow: 3px 3px 7px -3px #0000001a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

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

.ant-dropdown-placement-topLeft>.ant-dropdown-arrow {
  left: 16px
}

.ant-dropdown-placement-topRight>.ant-dropdown-arrow {
  right: 16px
}

.ant-dropdown-placement-bottom>.ant-dropdown-arrow,.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow,.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
  top: 9.41421356px;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,.1);
  box-shadow: 2px 2px 5px -2px #0000001a;
  -webkit-transform: rotate(-135deg) translateY(-.5px);
  transform: rotate(-135deg) translateY(-.5px)
}

.ant-dropdown-placement-bottom>.ant-dropdown-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg) translateY(-.5px);
  transform: translate(-50%) rotate(-135deg) translateY(-.5px)
}

.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow {
  left: 16px
}

.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
  right: 16px
}

.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d
}

.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: #00000073;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.ant-dropdown-menu-submenu-popup ul,.ant-dropdown-menu-submenu-popup li {
  list-style: none
}

.ant-dropdown-menu-submenu-popup ul {
  margin-right: .3em;
  margin-left: .3em
}

.ant-dropdown-menu-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ant-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px
}

.ant-dropdown-menu-title-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto
}

.ant-dropdown-menu-title-content>a {
  color: inherit;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-dropdown-menu-title-content>a:hover {
  color: inherit
}

.ant-dropdown-menu-title-content>a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ""
}

.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: #000000d9;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

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

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

.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
  color: #00000040;
  cursor: not-allowed
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
  color: #00000040;
  background-color: #fff;
  cursor: not-allowed
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a {
  pointer-events: none
}

.ant-dropdown-menu-item-divider,.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0!important;
  color: #00000073;
  font-size: 10px;
  font-style: normal
}

.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none
}

.ant-dropdown-menu-submenu-title {
  padding-right: 24px
}

.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: 4px;
  -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: #00000040;
  background-color: #fff;
  cursor: not-allowed
}

.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff
}

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

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

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

.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,.ant-dropdown.ant-slide-up-leave.ant-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,.ant-dropdown-button>.anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline
}

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

.ant-dropdown-button.ant-btn-group>.ant-btn-loading,.ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn {
  cursor: default;
  pointer-events: none
}

.ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn:before {
  display: block
}

.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px
}

.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,.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a {
  color: #ffffffa6
}

.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,.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a .ant-dropdown-menu-submenu-arrow:after {
  color: #ffffffa6
}

.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,.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>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
}

.ant-dropdown-rtl {
  direction: rtl
}

.ant-dropdown-rtl.ant-dropdown:before {
  right: -7px;
  left: 0
}

.ant-dropdown-menu.ant-dropdown-menu-rtl,.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right
}

.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li,.ant-dropdown-rtl .ant-dropdown-menu-item,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right
}

.ant-dropdown-rtl .ant-dropdown-menu-item>.anticon:first-child,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>.anticon:first-child,.ant-dropdown-rtl .ant-dropdown-menu-item>span>.anticon:first-child,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>span>.anticon:first-child {
  margin-right: 0;
  margin-left: 8px
}

.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px
}

.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0!important;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0
}

.ant-menu-item-danger.ant-menu-item,.ant-menu-item-danger.ant-menu-item:hover,.ant-menu-item-danger.ant-menu-item-active {
  color: #ff4d4f
}

.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0
}

.ant-menu-item-danger.ant-menu-item-selected {
  color: #ff4d4f
}

.ant-menu-item-danger.ant-menu-item-selected>a,.ant-menu-item-danger.ant-menu-item-selected>a:hover {
  color: #ff4d4f
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0
}

.ant-menu-inline .ant-menu-item-danger.ant-menu-item:after {
  border-right-color: #ff4d4f
}

.ant-menu-dark .ant-menu-item-danger.ant-menu-item,.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,.ant-menu-dark .ant-menu-item-danger.ant-menu-item>a {
  color: #ff4d4f
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff4d4f
}

.ant-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;
  -webkit-transition: background .3s,width .3s cubic-bezier(.2,0,0,1) 0s;
  transition: background .3s,width .3s cubic-bezier(.2,0,0,1) 0s
}

.ant-menu:before {
  display: table;
  content: ""
}

.ant-menu:after {
  display: table;
  clear: both;
  content: ""
}

.ant-menu.ant-menu-root:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #bae7ff;
  box-shadow: 0 0 0 2px #bae7ff
}

.ant-menu ul,.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.ant-menu-overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.ant-menu-overflow-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.ant-menu-hidden,.ant-menu-submenu-hidden {
  display: none
}

.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: #00000073;
  font-size: 14px;
  line-height: 1.5715;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-menu-horizontal .ant-menu-submenu {
  -webkit-transition: border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1);
  transition: border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1)
}

.ant-menu-submenu,.ant-menu-submenu-inline {
  -webkit-transition: border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1);
  transition: border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1)
}

.ant-menu-submenu-selected {
  color: #1890ff
}

.ant-menu-item:active,.ant-menu-submenu-title:active {
  background: #e6f7ff
}

.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  -webkit-transition: background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
  transition: background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)
}

.ant-menu-title-content {
  -webkit-transition: color .3s;
  transition: color .3s
}

.ant-menu-item a {
  color: #000000d9
}

.ant-menu-item a:hover {
  color: #1890ff
}

.ant-menu-item a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: ""
}

.ant-menu-item>.ant-badge a {
  color: #000000d9
}

.ant-menu-item>.ant-badge a:hover {
  color: #1890ff
}

.ant-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0
}

.ant-menu-item-divider-dashed {
  border-style: dashed
}

.ant-menu-horizontal .ant-menu-item,.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px
}

.ant-menu-horizontal>.ant-menu-item:hover,.ant-menu-horizontal>.ant-menu-item-active,.ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent
}

.ant-menu-item-selected,.ant-menu-item-selected a,.ant-menu-item-selected a:hover {
  color: #1890ff
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff
}

.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0
}

.ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0
}

.ant-menu-vertical.ant-menu-sub,.ant-menu-vertical-left.ant-menu-sub,.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0
}

.ant-menu-vertical.ant-menu-sub:not([class*=-active]),.ant-menu-vertical-left.ant-menu-sub:not([class*=-active]),.ant-menu-vertical-right.ant-menu-sub:not([class*=-active]) {
  overflow-x: hidden;
  overflow-y: auto
}

.ant-menu-vertical.ant-menu-sub .ant-menu-item,.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0
}

.ant-menu-vertical.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after {
  border-right: 0
}

.ant-menu-vertical.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px
}

.ant-menu-horizontal .ant-menu-item,.ant-menu-horizontal .ant-menu-submenu-title {
  -webkit-transition: border-color .3s,background .3s;
  transition: border-color .3s,background .3s
}

.ant-menu-item,.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: border-color .3s,background .3s,padding .3s cubic-bezier(.645,.045,.355,1);
  transition: border-color .3s,background .3s,padding .3s cubic-bezier(.645,.045,.355,1)
}

.ant-menu-item .ant-menu-item-icon,.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu-item .anticon,.ant-menu-submenu-title .anticon {
  min-width: 14px;
  font-size: 14px;
  -webkit-transition: font-size .15s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s;
  transition: font-size .15s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s
}

.ant-menu-item .ant-menu-item-icon+span,.ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu-item .anticon+span,.ant-menu-submenu-title .anticon+span {
  margin-left: 10px;
  opacity: 1;
  -webkit-transition: opacity .3s cubic-bezier(.645,.045,.355,1),margin .3s,color .3s;
  transition: opacity .3s cubic-bezier(.645,.045,.355,1),margin .3s,color .3s
}

.ant-menu-item .ant-menu-item-icon.svg,.ant-menu-submenu-title .ant-menu-item-icon.svg {
  vertical-align: -.125em
}

.ant-menu-item.ant-menu-item-only-child>.anticon,.ant-menu-submenu-title.ant-menu-item-only-child>.anticon,.ant-menu-item.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-submenu-title.ant-menu-item-only-child>.ant-menu-item-icon {
  margin-right: 0
}

.ant-menu-item:not(.ant-menu-item-disabled):focus-visible,.ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
  -webkit-box-shadow: 0 0 0 2px #bae7ff;
  box-shadow: 0 0 0 2px #bae7ff
}

.ant-menu>.ant-menu-item-divider {
  margin: 1px 0;
  padding: 0
}

.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.ant-menu-submenu-popup:before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .0001;
  content: " "
}

.ant-menu-submenu-placement-rightTop:before {
  top: 0;
  left: -7px
}

.ant-menu-submenu>.ant-menu {
  background-color: #fff;
  border-radius: 2px
}

.ant-menu-submenu>.ant-menu-submenu-title:after {
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)
}

.ant-menu-submenu-popup>.ant-menu {
  background-color: #fff
}

.ant-menu-submenu-expand-icon,.ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: #000000d9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)
}

.ant-menu-submenu-arrow:before,.ant-menu-submenu-arrow:after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  border-radius: 2px;
  -webkit-transition: background .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: background .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);
  transition: background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  content: ""
}

.ant-menu-submenu-arrow:before {
  -webkit-transform: rotate(45deg) translateY(-2.5px);
  transform: rotate(45deg) translateY(-2.5px)
}

.ant-menu-submenu-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(2.5px);
  transform: rotate(-45deg) translateY(2.5px)
}

.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-expand-icon,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
  color: #1890ff
}

.ant-menu-inline-collapsed .ant-menu-submenu-arrow:before,.ant-menu-submenu-inline .ant-menu-submenu-arrow:before {
  -webkit-transform: rotate(-45deg) translateX(2.5px);
  transform: rotate(-45deg) translate(2.5px)
}

.ant-menu-inline-collapsed .ant-menu-submenu-arrow:after,.ant-menu-submenu-inline .ant-menu-submenu-arrow:after {
  -webkit-transform: rotate(45deg) translateX(-2.5px);
  transform: rotate(45deg) translate(-2.5px)
}

.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after {
  -webkit-transform: rotate(-45deg) translateX(-2.5px);
  transform: rotate(-45deg) translate(-2.5px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
  -webkit-transform: rotate(45deg) translateX(2.5px);
  transform: rotate(45deg) translate(2.5px)
}

.ant-menu-vertical .ant-menu-submenu-selected,.ant-menu-vertical-left .ant-menu-submenu-selected,.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff
}

.ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-active,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-active,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-open,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected {
  color: #1890ff
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-active:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-active:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-open:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected:after {
  border-bottom: 2px solid #1890ff
}

.ant-menu-horizontal>.ant-menu-item,.ant-menu-horizontal>.ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom
}

.ant-menu-horizontal>.ant-menu-item:after,.ant-menu-horizontal>.ant-menu-submenu:after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color .3s cubic-bezier(.645,.045,.355,1);
  transition: border-color .3s cubic-bezier(.645,.045,.355,1);
  content: ""
}

.ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title {
  padding: 0
}

.ant-menu-horizontal>.ant-menu-item a {
  color: #000000d9
}

.ant-menu-horizontal>.ant-menu-item a:hover {
  color: #1890ff
}

.ant-menu-horizontal>.ant-menu-item a:before {
  bottom: -2px
}

.ant-menu-horizontal>.ant-menu-item-selected a {
  color: #1890ff
}

.ant-menu-horizontal:after {
  display: block;
  clear: both;
  height: 0;
  content: " "
}

.ant-menu-vertical .ant-menu-item,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-right .ant-menu-item,.ant-menu-inline .ant-menu-item {
  position: relative
}

.ant-menu-vertical .ant-menu-item:after,.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-vertical-right .ant-menu-item:after,.ant-menu-inline .ant-menu-item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  -webkit-transform: scaleY(.0001);
  transform: scaleY(.0001);
  opacity: 0;
  -webkit-transition: opacity .15s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s cubic-bezier(.215,.61,.355,1);
  transition: opacity .15s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s cubic-bezier(.215,.61,.355,1);
  transition: transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1);
  transition: transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s cubic-bezier(.215,.61,.355,1);
  content: ""
}

.ant-menu-vertical .ant-menu-item,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-right .ant-menu-item,.ant-menu-inline .ant-menu-item,.ant-menu-vertical .ant-menu-submenu-title,.ant-menu-vertical-left .ant-menu-submenu-title,.ant-menu-vertical-right .ant-menu-submenu-title,.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis
}

.ant-menu-vertical .ant-menu-submenu,.ant-menu-vertical-left .ant-menu-submenu,.ant-menu-vertical-right .ant-menu-submenu,.ant-menu-inline .ant-menu-submenu {
  padding-bottom: .02px
}

.ant-menu-vertical .ant-menu-item:not(:last-child),.ant-menu-vertical-left .ant-menu-item:not(:last-child),.ant-menu-vertical-right .ant-menu-item:not(:last-child),.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px
}

.ant-menu-vertical>.ant-menu-item,.ant-menu-vertical-left>.ant-menu-item,.ant-menu-vertical-right>.ant-menu-item,.ant-menu-inline>.ant-menu-item,.ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title {
  height: 40px;
  line-height: 40px
}

.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px
}

.ant-menu-inline {
  width: 100%
}

.ant-menu-inline .ant-menu-selected:after,.ant-menu-inline .ant-menu-item-selected:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  -webkit-transition: opacity .15s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
  transition: opacity .15s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
  transition: transform .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1);
  transition: transform .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}

.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px)
}

.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px
}

.ant-menu-inline.ant-menu-root .ant-menu-item,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-color .3s,background .3s,padding .1s cubic-bezier(.215,.61,.355,1);
  transition: border-color .3s,background .3s,padding .1s cubic-bezier(.215,.61,.355,1)
}

.ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis
}

.ant-menu-inline.ant-menu-root .ant-menu-item>*,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>* {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.ant-menu.ant-menu-inline-collapsed {
  width: 80px
}

.ant-menu.ant-menu-inline-collapsed>.ant-menu-item,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 8px);
  text-overflow: clip
}

.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0
}

.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .anticon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px
}

.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .anticon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span {
  display: inline-block;
  opacity: 0
}

.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed .anticon {
  display: inline-block
}

.ant-menu.ant-menu-inline-collapsed-tooltip {
  pointer-events: none
}

.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
  display: none
}

.ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: #ffffffd9
}

.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.ant-menu-item-group-list {
  margin: 0;
  padding: 0
}

.ant-menu-item-group-list .ant-menu-item,.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px
}

.ant-menu-root.ant-menu-vertical,.ant-menu-root.ant-menu-vertical-left,.ant-menu-root.ant-menu-vertical-right,.ant-menu-root.ant-menu-inline {
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item>.ant-menu-inline-collapsed-noicon,.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title>.ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center
}

.ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ant-menu-sub.ant-menu-inline>.ant-menu-item,.ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc
}

.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px
}

.ant-menu-item-disabled,.ant-menu-submenu-disabled {
  color: #00000040!important;
  background: none;
  cursor: not-allowed
}

.ant-menu-item-disabled:after,.ant-menu-submenu-disabled:after {
  border-color: transparent!important
}

.ant-menu-item-disabled a,.ant-menu-submenu-disabled a {
  color: #00000040!important;
  pointer-events: none
}

.ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-submenu-disabled>.ant-menu-submenu-title {
  color: #00000040!important;
  cursor: not-allowed
}

.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after {
  background: #00000040!important
}

.ant-layout-header .ant-menu {
  line-height: inherit
}

.ant-menu-inline-collapsed-tooltip a,.ant-menu-inline-collapsed-tooltip a:hover {
  color: #fff
}

.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-item-active,.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,.ant-menu-light .ant-menu-submenu-active,.ant-menu-light .ant-menu-submenu-title:hover {
  color: #1890ff
}

.ant-menu.ant-menu-root:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #096dd9;
  box-shadow: 0 0 0 2px #096dd9
}

.ant-menu-dark .ant-menu-item:focus-visible,.ant-menu-dark .ant-menu-submenu-title:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #096dd9;
  box-shadow: 0 0 0 2px #096dd9
}

.ant-menu.ant-menu-dark,.ant-menu-dark .ant-menu-sub,.ant-menu.ant-menu-dark .ant-menu-sub {
  color: #ffffffa6;
  background: #001529
}

.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: .45;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  background: #fff
}

.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17
}

.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item,.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item:hover {
  background-color: #1890ff
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item>a:before {
  bottom: 0
}

.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-item-group-title,.ant-menu-dark .ant-menu-item>a,.ant-menu-dark .ant-menu-item>span>a {
  color: #ffffffa6
}

.ant-menu-dark.ant-menu-inline,.ant-menu-dark.ant-menu-vertical,.ant-menu-dark.ant-menu-vertical-left,.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-vertical .ant-menu-item,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after {
  border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%
}

.ant-menu-dark .ant-menu-item:hover,.ant-menu-dark .ant-menu-item-active,.ant-menu-dark .ant-menu-submenu-active,.ant-menu-dark .ant-menu-submenu-open,.ant-menu-dark .ant-menu-submenu-selected,.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent
}

.ant-menu-dark .ant-menu-item:hover>a,.ant-menu-dark .ant-menu-item-active>a,.ant-menu-dark .ant-menu-submenu-active>a,.ant-menu-dark .ant-menu-submenu-open>a,.ant-menu-dark .ant-menu-submenu-selected>a,.ant-menu-dark .ant-menu-submenu-title:hover>a,.ant-menu-dark .ant-menu-item:hover>span>a,.ant-menu-dark .ant-menu-item-active>span>a,.ant-menu-dark .ant-menu-submenu-active>span>a,.ant-menu-dark .ant-menu-submenu-open>span>a,.ant-menu-dark .ant-menu-submenu-selected>span>a,.ant-menu-dark .ant-menu-submenu-title:hover>span>a {
  color: #fff
}

.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
  opacity: 1
}

.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
  background: #fff
}

.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #1890ff
}

.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0
}

.ant-menu-dark .ant-menu-item-selected:after {
  border-right: 0
}

.ant-menu-dark .ant-menu-item-selected>a,.ant-menu-dark .ant-menu-item-selected>span>a,.ant-menu-dark .ant-menu-item-selected>a:hover,.ant-menu-dark .ant-menu-item-selected>span>a:hover {
  color: #fff
}

.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff
}

.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon+span,.ant-menu-dark .ant-menu-item-selected .anticon+span {
  color: #fff
}

.ant-menu.ant-menu-dark .ant-menu-item-selected,.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff
}

.ant-menu-dark .ant-menu-item-disabled,.ant-menu-dark .ant-menu-submenu-disabled,.ant-menu-dark .ant-menu-item-disabled>a,.ant-menu-dark .ant-menu-submenu-disabled>a,.ant-menu-dark .ant-menu-item-disabled>span>a,.ant-menu-dark .ant-menu-submenu-disabled>span>a {
  color: #ffffff59!important;
  opacity: .8
}

.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title {
  color: #ffffff59!important
}

.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after {
  background: #ffffff59!important
}

.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right
}

.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right
}

.ant-menu-rtl.ant-menu-inline,.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0
}

.ant-menu-rtl.ant-menu-dark.ant-menu-inline,.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none
}

.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-item,.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu,.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu {
  -webkit-transform-origin: top right;
  transform-origin: top right
}

.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,.ant-menu-rtl .ant-menu-item .anticon,.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px
}

.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child>.anticon,.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child>.anticon {
  margin-left: 0
}

.ant-menu-submenu-rtl.ant-menu-submenu-popup {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-rtl .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px
}

.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  -webkit-transform: rotate(-45deg) translateY(-2px);
  transform: rotate(-45deg) translateY(-2px)
}

.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  -webkit-transform: rotate(45deg) translateY(2px);
  transform: rotate(45deg) translateY(2px)
}

.ant-menu-rtl.ant-menu-vertical .ant-menu-item:after,.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item:after,.ant-menu-rtl.ant-menu-inline .ant-menu-item:after {
  right: auto;
  left: 0
}

.ant-menu-rtl.ant-menu-vertical .ant-menu-item,.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,.ant-menu-rtl.ant-menu-inline .ant-menu-item,.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right
}

.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px
}

.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px
}

.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 8px)
}

.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px
}

.ant-menu-sub.ant-menu-inline {
  border: 0
}

.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0
}

.ant-space {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ant-space-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.ant-space-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ant-space-align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.ant-space-align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.ant-space-align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.ant-space-item:empty {
  display: none
}

.ant-space-compact {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ant-space-compact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.ant-space-compact-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.ant-space-rtl,.ant-space-compact-rtl {
  direction: rtl
}

._commentsCardItemWrapper_y00ns_1,._commentsStart_y00ns_2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10,._commentsStart_y00ns_2 ._content_y00ns_10 {
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentHeader_y00ns_15,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentHeader_y00ns_15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentHeader_y00ns_15 ._name_y00ns_21,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentHeader_y00ns_15 ._name_y00ns_21 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-style: normal;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentHeader_y00ns_15 ._creator_y00ns_33,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentHeader_y00ns_15 ._creator_y00ns_33 {
  background: #171932;
  border-radius: 13px;
  border: 1px solid #4347a8;
  font-weight: 700;
  font-size: 10px;
  color: #c3abea;
  line-height: 10px;
  text-align: left;
  font-style: normal;
  margin-left: 5px;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentHeader_y00ns_15 ._time_y00ns_48,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentHeader_y00ns_15 ._time_y00ns_48 {
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad;
  line-height: 14px;
  font-style: normal;
  margin: 0 5px
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentText_y00ns_57,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentText_y00ns_57 {
  font-family: Helvetica;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin: 10px 0 15px;
  word-break: break-word
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentText_y00ns_57 span,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentText_y00ns_57 span {
  color: #f75ecd
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentFooter_y00ns_72,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentFooter_y00ns_72,._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentFooter_y00ns_72 ._good_y00ns_77,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentFooter_y00ns_72 ._good_y00ns_77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentFooter_y00ns_72 ._good_y00ns_77 ._goodsvg_y00ns_82,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentFooter_y00ns_72 ._good_y00ns_77 ._goodsvg_y00ns_82 {
  margin-right: 5px;
  cursor: pointer;
  color: #fff
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentFooter_y00ns_72 ._good_y00ns_77 span,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentFooter_y00ns_72 ._good_y00ns_77 span {
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad;
  line-height: 14px;
  font-style: normal;
  margin-right: 20px
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentFooter_y00ns_72 ._nogood_y00ns_97,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentFooter_y00ns_72 ._nogood_y00ns_97 {
  margin-right: 20px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  cursor: pointer;
  color: #fff
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentFooter_y00ns_72 ._active_y00ns_104 ._goodsvg_y00ns_82,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentFooter_y00ns_72 ._active_y00ns_104 ._goodsvg_y00ns_82,._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentFooter_y00ns_72 ._active_y00ns_104 svg,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentFooter_y00ns_72 ._active_y00ns_104 svg {
  color: #f75ecd!important
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentFooter_y00ns_72 ._active_y00ns_104 span,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentFooter_y00ns_72 ._active_y00ns_104 span {
  color: #f75ecd!important
}

._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentFooter_y00ns_72 ._replyBtn_y00ns_114,._commentsStart_y00ns_2 ._content_y00ns_10 ._contentFooter_y00ns_72 ._replyBtn_y00ns_114 {
  background: #2b2e4e;
  border-radius: 13px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

._commentsCardItemWrapper_y00ns_1 ._action_y00ns_128,._commentsStart_y00ns_2 ._action_y00ns_128 {
  margin-top: 5px
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 .ant-dropdown-menu,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 .ant-dropdown-menu {
  background: #171932;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,.2)!important;
  box-shadow: 0 4px 6px #0003!important;
  border: 1px solid #303260!important;
  border-radius: 6px!important;
  padding: 0!important;
  overflow: hidden
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 .ant-dropdown-menu-item,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 .ant-dropdown-menu-item,._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 .ant-dropdown-menu-submenu-title,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 .ant-dropdown-menu-submenu-title {
  background: #171932;
  padding: 0!important
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 .ant-dropdown-menu:hover .actionWrap,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 .ant-dropdown-menu:hover .actionWrap {
  display: block!important
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 .ant-dropdown-menu-item:hover,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 .ant-dropdown-menu-item:hover {
  background: #171932!important
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 .ant-dropdown-menu-item:hover .actionWrap,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 .ant-dropdown-menu-item:hover .actionWrap {
  display: block!important
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 ._actionImgs_y00ns_160,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 ._actionImgs_y00ns_160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 82px;
  padding: 7px;
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 ._actionImgs_y00ns_160:hover,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 ._actionImgs_y00ns_160:hover {
  background: #434670
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 ._actionImgs_y00ns_160 svg,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 ._actionImgs_y00ns_160 svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185 ._menuItem_y00ns_193,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185 ._menuItem_y00ns_193 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 12px;
  color: #7d80ad;
  cursor: pointer;
  border-radius: 0;
  padding: 6px 15px;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185 ._menuItem_y00ns_193:hover,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185 ._menuItem_y00ns_193:hover {
  color: #f75ecd
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185 ._menuItem_y00ns_193 img,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185 ._menuItem_y00ns_193 img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px
}

._commentsCardItemWrapper_y00ns_1 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185 ._itemLine_y00ns_219,._commentsStart_y00ns_2 ._actionDropdown_y00ns_132 ._itemsW_y00ns_185 ._itemLine_y00ns_219 {
  width: calc(100% - 6px);
  min-width: 100px;
  margin: 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1px;
  background: #303260
}

._animationHighlight_y00ns_228 {
  position: relative;
  overflow: hidden
}

._animationHighlight_y00ns_228:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(255,255,255,.1)),to(transparent));
  background: linear-gradient(to bottom,transparent,rgba(255,255,255,.1) 50%,transparent);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-name: _shine_y00ns_1;
  animation-name: _shine_y00ns_1;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

._commentsStart_y00ns_2 {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .5s ease;
  transition: height .5s ease
}

._commentsEnd_y00ns_254 {
  -webkit-animation: _grow_y00ns_1 2s forwards;
  animation: _grow_y00ns_1 2s forwards
}

@-webkit-keyframes _grow_y00ns_1 {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes _grow_y00ns_1 {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@media screen and (max-width: 480px) {
  ._commentsCardItemWrapper_y00ns_1 ._content_y00ns_10 ._contentHeader_y00ns_15 ._name_y00ns_21 {
      max-width:120px
  }

  ._animationHighlight_y00ns_228:before {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s
  }

  ._delay_y00ns_272:before {
      -webkit-animation-delay: .3s;
      animation-delay: .3s
  }
}

@-webkit-keyframes _shine_y00ns_1 {
  0% {
      -webkit-transform: translateX(-50%) rotate(45deg);
      transform: translate(-50%) rotate(45deg)
  }

  to {
      -webkit-transform: translateX(100%) rotate(45deg);
      transform: translate(100%) rotate(45deg)
  }
}

@keyframes _shine_y00ns_1 {
  0% {
      -webkit-transform: translateX(-50%) rotate(45deg);
      transform: translate(-50%) rotate(45deg)
  }

  to {
      -webkit-transform: translateX(100%) rotate(45deg);
      transform: translate(100%) rotate(45deg)
  }
}

._inner_23glc_1 {
  font-family: "KanunAR+LT";
  padding: 0 40px 30px
}

._inner_23glc_1 ._des_23glc_5 {
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 18px;
  margin-bottom: 20px
}

._inner_23glc_1 ._title_23glc_12 {
  font-weight: 700;
  font-size: 14px;
  color: var(--main-color);
  line-height: 14px;
  margin-bottom: 10px;
  text-align: center
}

._inner_23glc_1 ._list_23glc_20 {
  padding: 0 10px;
  margin-bottom: 20px
}

._inner_23glc_1 ._listItem_23glc_24 {
  width: 100%;
  min-height: 44px;
  border-radius: 22px;
  background-color: #212445;
  border: 1px solid #303260;
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s
}

._inner_23glc_1 ._listItem_23glc_24:hover {
  border-color: var(--main-color)
}

._inner_23glc_1 ._listItem_23glc_24._active_23glc_43 {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color)
}

._inner_23glc_1 ._textarea_23glc_48 {
  width: 100%;
  height: 110px;
  border-radius: 20px;
  border: 1px solid #303260!important;
  background-color: #212445;
  padding: 16px 20px;
  outline: none!important;
  resize: none;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  -webkit-transition: all .3s;
  transition: all .3s
}

._inner_23glc_1 ._textarea_23glc_48._shakeX_23glc_70 {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: _shakeX_23glc_70;
  animation-name: _shakeX_23glc_70;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

._inner_23glc_1 ._textarea_23glc_48:focus {
  border-color: var(--main-color)!important;
  -webkit-box-shadow: none;
  box-shadow: none
}

._inner_23glc_1 ._textarea_23glc_48._inputError_23glc_82 {
  border-color: red!important
}

._inner_23glc_1 ._textarea_23glc_48::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #7d80ad
}

._inner_23glc_1 ._textarea_23glc_48::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #7d80ad
}

._inner_23glc_1 ._textarea_23glc_48:-ms-input-placeholder {
  font-size: 16px!important;
  font-weight: 400!important;
  color: #7d80ad!important
}

._inner_23glc_1 ._textarea_23glc_48::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #7d80ad
}

._inner_23glc_1 ._textarea_23glc_48::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #7d80ad
}

._inner_23glc_1 ._inputNum_23glc_115 {
  padding-left: 20px;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 14px
}

._inner_23glc_1 ._btnW_23glc_123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@-webkit-keyframes _shakeX_23glc_70 {
  0%,to {
      -webkit-transform: translate3d(0,0,0) rotate(0);
      transform: translateZ(0) rotate(0)
  }

  10%,30%,50%,70%,90% {
      -webkit-transform: translate3d(-3px,0,0) rotate(-1deg);
      transform: translate3d(-3px,0,0) rotate(-1deg)
  }

  20%,40%,60%,80% {
      -webkit-transform: translate3d(3px,0,0) rotate(1deg);
      transform: translate3d(3px,0,0) rotate(1deg)
  }
}

@keyframes _shakeX_23glc_70 {
  0%,to {
      -webkit-transform: translate3d(0,0,0) rotate(0);
      transform: translateZ(0) rotate(0)
  }

  10%,30%,50%,70%,90% {
      -webkit-transform: translate3d(-3px,0,0) rotate(-1deg);
      transform: translate3d(-3px,0,0) rotate(-1deg)
  }

  20%,40%,60%,80% {
      -webkit-transform: translate3d(3px,0,0) rotate(1deg);
      transform: translate3d(3px,0,0) rotate(1deg)
  }
}

@media screen and (max-width: 640px) {
  ._inner_23glc_1 {
      padding:0 20px 30px
  }

  ._inner_23glc_1 ._list_23glc_20 {
      padding: 0
  }

  ._inner_23glc_1 ._inputNum_23glc_115 {
      margin-bottom: 30px
  }

  ._inner_23glc_1 ._btnW_23glc_123 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }

  ._inner_23glc_1 ._btnW_23glc_123 div {
      width: 100%!important
  }

  ._inner_23glc_1 ._cancelBtn_23glc_163 {
      margin-bottom: 10px
  }
}

._emptyBox_1fe3j_1 {
  padding-top: 200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

._emptyBox_1fe3j_1 ._center_1fe3j_8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._emptyBox_1fe3j_1 ._center_1fe3j_8 img {
  width: 206px;
  height: 156px
}

._emptyBox_1fe3j_1 ._center_1fe3j_8 ._text_1fe3j_18 {
  font-weight: 700;
  font-size: 24px;
  color: #7d80ad;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  white-space: pre-wrap
}

._cardWrapper_huifh_1 {
  display: block;
  font-family: "KanunAR+LT";
  position: relative;
  width: 100%;
  min-height: 345px;
  background: #171932;
  border-radius: 8px;
  border: 1px solid #303260;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s
}

._cardWrapper_huifh_1:hover {
  border: 1px solid var(--main-color)
}

._cardWrapper_huifh_1 ._nameW_huifh_16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 5px 10px
}

._cardWrapper_huifh_1 ._nameW_huifh_16 img {
  display: block;
  cursor: pointer
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._name_huifh_16 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 12px;
  color: #f75ecd;
  line-height: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 10px;
  margin-right: 20px
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 .ant-dropdown-menu {
  min-width: 106px;
  padding: 0;
  background: #2b2e4e;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,.2);
  box-shadow: 0 4px 6px #0003;
  border-radius: 8px;
  border: 1px solid #323463
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 .ant-dropdown-menu-item {
  padding: 10px;
  border-bottom: 1px solid #323463
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 .ant-dropdown-menu-item:last-child {
  border-bottom: none
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 .ant-dropdown-menu-item-active {
  background: #434670
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 ._actionItem_huifh_59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 ._actionItem_huifh_59 img {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 ._actionItem_huifh_59 span {
  font-weight: 700;
  font-size: 12px;
  color: #8080a4;
  line-height: 12px
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 ._line_huifh_75 {
  width: 1px;
  height: 12px;
  background: #2b2e4e;
  margin: 0 10px
}

._cardWrapper_huifh_1 ._nameW_huifh_16 ._actionWrap_huifh_37 ._identification_huifh_81 {
  margin-left: 5px;
  display: block;
  width: 24px;
  height: 24px
}

._cardWrapper_huifh_1 ._memoryCount_huifh_87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding-right: 10px
}

._cardWrapper_huifh_1 ._memoryCount_huifh_87 span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #f1d6ff;
  line-height: 12px;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  margin-right: -8px
}

._cardWrapper_huifh_1 ._paddingBox_huifh_102 {
  padding: 0 10px 10px
}

._cardWrapper_huifh_1 ._avatarNameW_huifh_105 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  overflow: hidden
}

._cardWrapper_huifh_1 ._avatarNameW_huifh_105 ._characterName_huifh_112,._cardWrapper_huifh_1 ._avatarNameW_huifh_105 ._userName_huifh_113 {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  overflow: hidden;
  text-align: right;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word
}

._cardWrapper_huifh_1 ._avatarNameW_huifh_105 ._userName_huifh_113 {
  text-align: left;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

._cardWrapper_huifh_1 ._avatarNameW_huifh_105 ._avatar_huifh_105 {
  width: 18px;
  height: 18px;
  border: 1px solid #323463;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._cardWrapper_huifh_1 ._avatarNameW_huifh_105 ._avatar_huifh_105 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

._cardWrapper_huifh_1 ._avatarNameW_huifh_105 ._lightningLine_huifh_145 {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 5px
}

._cardWrapper_huifh_1 ._content_huifh_151 {
  width: 100%;
  height: 258px;
  background: #02031f;
  border-radius: 4px;
  padding: 10px 10px 0;
  overflow: hidden;
  margin-bottom: 10px
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherBox_huifh_160 {
  padding-right: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherBox_huifh_160 ._otherAvatar_huifh_167 {
  width: 28px;
  height: 28px;
  border: 1px solid #323463;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherBox_huifh_160 ._otherAvatar_huifh_167 img {
  display: block;
  width: 100%;
  height: 100%
}

._cardWrapper_huifh_1 ._content_huifh_151 ._selfBox_huifh_181 {
  padding-left: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px
}

._cardWrapper_huifh_1 ._content_huifh_151 ._selfBox_huifh_181 ._selfAvatar_huifh_188 {
  width: 28px;
  height: 28px;
  border: 1px solid #323463;
  margin-left: 5px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._cardWrapper_huifh_1 ._content_huifh_151 ._selfBox_huifh_181 ._selfAvatar_huifh_188 img {
  display: block;
  width: 100%;
  height: 100%
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherCon_huifh_202 {
  padding: 10px;
  background: #452a6f;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 0 15px 15px
}

._cardWrapper_huifh_1 ._content_huifh_151 ._selfCon_huifh_208 {
  padding: 10px;
  background: #2b2e4e;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px 0 15px 15px
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 {
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 700!important;
  color: #fff
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 img,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 img {
  display: none!important
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 h1,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 h1,._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 h2,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 h2,._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 h3,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 h3,._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 h4,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 h4,._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 h5,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 h5,._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 h6,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 h6 {
  font-size: 12px;
  line-height: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 700!important;
  color: #fff
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 p strong,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 p strong,._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 pre strong,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 pre strong {
  font-weight: 600!important;
  color: #fff
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 p em,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 p em,._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 pre em,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 pre em {
  font-weight: 400!important;
  color: #c3abea;
  display: block
}

._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 p code,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 p code,._cardWrapper_huifh_1 ._content_huifh_151 ._otherConInner_huifh_214 pre code,._cardWrapper_huifh_1 ._content_huifh_151 ._selfConInner_huifh_215 pre code {
  white-space: pre-line
}

._cardWrapper_huifh_1 ._bottomNumW_huifh_278 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._cardWrapper_huifh_1 ._bottomNumW_huifh_278 ._likeBtn_huifh_283 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #f1d6ff;
  line-height: 12px
}

._cardWrapper_huifh_1 ._bottomNumW_huifh_278 ._likeBtn_huifh_283 img {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 3px
}

._cardWrapper_huifh_1 ._bottomNumW_huifh_278 ._likeBtn_huifh_283 span {
  display: block;
  -webkit-transform: scale(.83);
  transform: scale(.83)
}

@media screen and (max-width: 480px) {
  ._cardWrapper_huifh_1 {
      display:block;
      font-family: "KanunAR+LT";
      position: relative;
      width: 100%;
      background: #171932;
      border-radius: 8px;
      border: 1px solid #303260;
      text-decoration: none;
      -webkit-transition: all .3s;
      transition: all .3s
  }

  ._cardWrapper_huifh_1:hover {
      border: 1px solid #303260
  }

  ._cardWrapper_huifh_1 ._content_huifh_151 {
      height: 272px
  }
}

._comWrapper_11p3v_1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._comWrapper_11p3v_1 ._loadingPulse_11p3v_8 {
  position: relative;
  width: 6px;
  height: 24px;
  background: #fff3;
  -webkit-animation: _pulse_11p3v_1 .75s infinite;
  animation: _pulse_11p3v_1 .75s infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

._comWrapper_11p3v_1 ._loadingPulse_11p3v_8:before,._comWrapper_11p3v_1 ._loadingPulse_11p3v_8:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: #fff3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: _pulse_11p3v_1 .75s infinite;
  animation: _pulse_11p3v_1 .75s infinite
}

._comWrapper_11p3v_1 ._loadingPulse_11p3v_8:before {
  left: -12px
}

._comWrapper_11p3v_1 ._loadingPulse_11p3v_8:after {
  left: 12px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

@-webkit-keyframes _pulse_11p3v_1 {
  50% {
      background: #fff
  }
}

@keyframes _pulse_11p3v_1 {
  50% {
      background: #fff
  }
}

._photoSlider_d4czz_1 .PhotoView-Slider__Counter {
  opacity: 0
}

._photoSlider_d4czz_1 .PhotoView-Slider__BannerWrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

._comWrapper_1upw0_1 {
  font-family: "KanunAR+LT";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

._comWrapper_1upw0_1 ._scrollOuter_1upw0_10 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden
}

._comWrapper_1upw0_1 ._toolBox_1upw0_15 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 55px;
  padding: 15px 10px 0
}

._comWrapper_1upw0_1 ._toolBox_1upw0_15 ._closeBtn_1upw0_24 {
  width: 30px;
  height: 30px;
  cursor: pointer
}

._comWrapper_1upw0_1 ._characterImgW_1upw0_29 {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  width: 100%;
  padding-top: 100%
}

._comWrapper_1upw0_1 ._characterImgW_1upw0_29 ._characterImg_1upw0_29 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  overflow: hidden
}

._comWrapper_1upw0_1 ._characterImgW_1upw0_29 ._characterName_1upw0_48 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 15px 10px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(4,0,6,.1)),to(rgba(0,0,0,.9)));
  background: linear-gradient(180deg,#0400061a,#000000e6)
}

._comWrapper_1upw0_1 ._characterImgW_1upw0_29 ._characterName_1upw0_48 span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

._comWrapper_1upw0_1 ._imgLibList_1upw0_68 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 0;
  margin: 0 20px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden
}

._comWrapper_1upw0_1 ._imgLibList_1upw0_68._imgLibList60_1upw0_79 {
  height: 60px;
  margin-bottom: 15px
}

._comWrapper_1upw0_1 ._imgLibList_1upw0_68 ._imgLibListItem_1upw0_83 {
  width: 60px;
  height: 60px;
  margin-right: 3px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._comWrapper_1upw0_1 ._imgLibList_1upw0_68 ._imgLibListItem_1upw0_83 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

._comWrapper_1upw0_1 ._imgLibList_1upw0_68 ._linearGradient_1upw0_97 {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 1;
  width: 88px;
  height: 70px;
  background: -webkit-gradient(linear,left top,right top,from(rgba(23,25,50,0)),to(#171932));
  background: linear-gradient(90deg,#17193200,#171932)
}

._comWrapper_1upw0_1 ._imgLibList_1upw0_68 ._libMore_1upw0_106 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 60px
}

._comWrapper_1upw0_1 ._imgLibList_1upw0_68 ._libMore_1upw0_106 img {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 5px
}

._comWrapper_1upw0_1 ._imgLibList_1upw0_68 ._libMore_1upw0_106 ._libMoreText_1upw0_123 {
  font-size: 12px;
  color: #fff;
  line-height: 12px
}

._comWrapper_1upw0_1 ._numBox_1upw0_128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 20px
}

._comWrapper_1upw0_1 ._numBox_1upw0_128 ._numItem_1upw0_135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._comWrapper_1upw0_1 ._numBox_1upw0_128 ._numItem_1upw0_135:last-child {
  margin-right: 0
}

._comWrapper_1upw0_1 ._numBox_1upw0_128 ._numItem_1upw0_135 img {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px
}

._comWrapper_1upw0_1 ._numBox_1upw0_128 ._numItem_1upw0_135 span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #f1d6ff;
  line-height: 12px
}

._comWrapper_1upw0_1 ._tags_1upw0_156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0 15px
}

._comWrapper_1upw0_1 ._tags_1upw0_156 ._tagItem_1upw0_162,._comWrapper_1upw0_1 ._tags_1upw0_156 ._settingTagItem_1upw0_163,._comWrapper_1upw0_1 ._tags_1upw0_156 ._unfilteredTag_1upw0_164 {
  display: block;
  height: 20px;
  padding: 0 10px;
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  background: #171932;
  border-radius: 13px;
  border: 1px solid #323463;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transform: all .3s;
  transform: all .3s
}

._comWrapper_1upw0_1 ._tags_1upw0_156 ._tagItem_1upw0_162:hover {
  background: #2f325a;
  color: #fff;
  border: 1px solid #7577aa
}

._comWrapper_1upw0_1 ._tags_1upw0_156 ._settingTagItem_1upw0_163 {
  background: #452a6f;
  color: #c3abea;
  border: none;
  line-height: 20px
}

._comWrapper_1upw0_1 ._tags_1upw0_156 ._unfilteredTag_1upw0_164 {
  background: #4a0f39;
  color: var(--main-color);
  border: 1px solid var(--main-color)
}

._comWrapper_1upw0_1 ._characterDesc_1upw0_195 {
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  line-height: 16px;
  margin-bottom: 20px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 {
  background: #171932;
  border-radius: 8px;
  border: 1px solid #4347a8;
  margin: 0 15px 10px;
  padding: 10px 10px 20px
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendTop_1upw0_215 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendTop_1upw0_215 ._friendTopLeft_1upw0_221 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendTop_1upw0_215 ._friendTopLeft_1upw0_221 ._userAvatarBox_1upw0_226 img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendTop_1upw0_215 ._friendTopLeft_1upw0_221 ._friendTopRight_1upw0_232 {
  margin-left: 10px
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendTop_1upw0_215 ._friendTopLeft_1upw0_221 ._friendTopRight_1upw0_232 ._friendText_1upw0_235 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  text-align: left;
  font-style: normal
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendTop_1upw0_215 ._friendTopLeft_1upw0_221 ._friendTopRight_1upw0_232 ._friendNum_1upw0_243 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendTop_1upw0_215 ._friendTopLeft_1upw0_221 ._friendTopRight_1upw0_232 ._friendNum_1upw0_243 ._userCount_1upw0_248 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendTop_1upw0_215 ._friendTopLeft_1upw0_221 ._friendTopRight_1upw0_232 ._friendNum_1upw0_243 ._userCount_1upw0_248 ._num_1upw0_128 {
  font-weight: 700;
  font-size: 14px;
  color: #f75ecd;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  margin: 0 15px 0 5px
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._mediaWrap_1upw0_261 {
  margin: 15px 0
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._mediaWrap_1upw0_261 img {
  width: 24px;
  height: 24px;
  margin-right: 10px
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendCenter_1upw0_269 {
  margin: 10px -3px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendCenter_1upw0_269 ._characterAItem_1upw0_273 {
  display: block;
  margin: 0 3px
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendCenter_1upw0_269 dl {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendCenter_1upw0_269 dl dt img {
  display: block;
  width: 77px;
  height: 116px;
  -o-object-fit: cover;
  object-fit: cover
}

._comWrapper_1upw0_1 ._friendList_1upw0_208 ._friendBottom_1upw0_289 {
  display: block;
  font-family: "KanunAR+LT";
  font-weight: 700;
  font-size: 14px;
  color: var(--main-color);
  line-height: 14px;
  text-align: center;
  font-style: normal;
  margin-top: 20px;
  cursor: pointer
}

._comWrapper_1upw0_1 ._discordW_1upw0_301 {
  margin-bottom: 20px;
  overflow: hidden
}

._comWrapper_1upw0_1 ._discordW_1upw0_301 ._discord_1upw0_301 {
  font-weight: 400;
  font-size: 12px;
  color: #8080a4;
  line-height: 14px;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  margin: 0 -30px;
  cursor: pointer;
  text-align: center
}

._comWrapper_1upw0_1 ._discordW_1upw0_301 ._discord_1upw0_301 span {
  color: var(--main-color)
}

._comWrapper_1upw0_1 ._commentBox_1upw0_318 {
  padding: 0 15px
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 {
  padding: 0 10px
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 10px;
  padding: 0 5px
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 ._toolTit_1upw0_331 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 ._select_1upw0_337 {
  width: 140px;
  height: 28px;
  background-color: #000115;
  border: 1px solid #323463;
  border-radius: 14px;
  color: #fff
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 ._select_1upw0_337 .ant-select-selector {
  background-color: transparent;
  border: none
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 ._select_1upw0_337 .ant-select-selection-item {
  height: 26px;
  line-height: 26px
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 ._select_1upw0_337 .ant-select-arrow svg {
  color: #fff
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right-width: 0px;
  outline: 0
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 ._selectPopup_1upw0_361 {
  background-color: #000115!important;
  border: 1px solid #4347a8!important;
  border-radius: 8px!important
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 ._selectPopup_1upw0_361 .ant-select-item-option-active {
  background-color: #323463!important;
  color: #fff!important;
  opacity: 1
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 ._selectPopup_1upw0_361 .ant-select-item-option {
  color: #fff
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._toolLine_1upw0_324 ._selectPopup_1upw0_361 .ant-select-item-option-selected {
  color: #000!important;
  background-color: var(--main-color)!important
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._listBox_1upw0_378 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -5px
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._listBox_1upw0_378 ._memoryItem_1upw0_385 {
  width: 100%;
  padding: 0 5px 10px
}

._comWrapper_1upw0_1 ._memoryList_1upw0_321 ._firstLoading_1upw0_389 {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._comWrapper_1upw0_1 ._rFooter_1upw0_396 {
  width: 100%;
  min-height: 66px;
  padding: 15px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #171932;
  border-top: 1px solid #434670
}

._comWrapper_1upw0_1 ._rFooter_1upw0_396 ._toolBtn_1upw0_405 {
  min-width: 60px;
  height: 40px;
  padding: 0 5px;
  margin: 0 5px 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2e4e;
  border-radius: 8px
}

._comWrapper_1upw0_1 ._rFooter_1upw0_396 ._toolBtn_1upw0_405._activeBtn_1upw0_416 {
  background-color: #0076a2
}

._comWrapper_1upw0_1 ._rFooter_1upw0_396 ._toolBtn_1upw0_405._activeBtn_1upw0_416 span {
  color: #f8ff88
}

._comWrapper_1upw0_1 ._rFooter_1upw0_396 ._toolBtn_1upw0_405 img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px
}

._comWrapper_1upw0_1 ._rFooter_1upw0_396 ._toolBtn_1upw0_405 span {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 12px
}

._drawer_l3mmz_1._fullDrawer_l3mmz_1 .ant-drawer-content {
  border-radius: 0
}

._drawer_l3mmz_1 .ant-drawer-content {
  background: #171932;
  border-radius: 8px 8px 0 0
}

._drawer_l3mmz_1 .ant-drawer-body {
  padding: 0
}

._foot_1ikky_1 {
  min-width: 780px;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(#00022f),to(#000115));
  background: linear-gradient(180deg,#00022f,#000115);
  border-top: 1px solid #303260;
  padding: 30px
}

._foot_1ikky_1 ._footHeader_1ikky_8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemTop_1ikky_12 ._footItemTitle_1ikky_12 {
  font-weight: 700;
  font-size: 14px;
  color: #f75ecd;
  line-height: 14px;
  text-align: left;
  font-style: normal
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemTop_1ikky_12 ._footItemTagBox_1ikky_20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemTop_1ikky_12 ._footItemTagBox_1ikky_20>div:first-child>._footItemTag_1ikky_20 {
  margin-right: 50px
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemTop_1ikky_12 ._footItemTag_1ikky_20 {
  margin-top: 15px;
  font-weight: 400;
  font-size: 12px;
  color: #9b8ac4;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemTop_1ikky_12 ._footItemTag_1ikky_20:hover {
  cursor: pointer;
  text-decoration: underline
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemTop_1ikky_12 ._footItemRightDes_1ikky_41 {
  font-weight: 400;
  font-size: 12px;
  color: #9b8ac4;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  margin-bottom: 20px
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemTop_1ikky_12 ._footItemDes_1ikky_50 {
  font-weight: 400;
  font-size: 12px;
  color: #9b8ac4;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin: 15px 0 30px
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemRightTop_1ikky_59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemBottom_1ikky_64 ._footItemTitle_1ikky_12 {
  font-weight: 400;
  font-size: 14px;
  color: #9b8ac4;
  line-height: 14px;
  text-align: left;
  font-style: normal
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemBottom_1ikky_64 ._footItemTitle_1ikky_12 span {
  color: #f75ecd
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemBottom_1ikky_64 ._uls_1ikky_75 ._lis_1ikky_75 {
  margin-right: 5px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemBottom_1ikky_64 ._uls_1ikky_75 ._lis_1ikky_75 span {
  font-weight: 400;
  font-size: 12px;
  color: #9b8ac4;
  line-height: 12px;
  text-align: left;
  font-style: normal
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem_1ikky_12 ._footItemBottom_1ikky_64 ._uls_1ikky_75 ._lis_1ikky_75:first-child {
  margin-top: 15px
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItembox_1ikky_92 {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItembox_1ikky_92 ._footItem_1ikky_12 {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItembox_1ikky_92 ._footItem_1ikky_12:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem360_1ikky_105 {
  min-width: 190px;
  max-width: 360px
}

._foot_1ikky_1 ._footHeader_1ikky_8 ._footItemFlex_1ikky_109 {
  width: 225px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

._foot_1ikky_1 ._footFooter_1ikky_116 {
  border-top: 1px solid #303260;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._foot_1ikky_1 ._footFooter_1ikky_116 ._footerContentLeft_1ikky_125,._foot_1ikky_1 ._footFooter_1ikky_116 ._footerContentLeft_1ikky_125 a {
  font-weight: 300;
  font-size: 12px;
  color: #7d80ad;
  line-height: 12px;
  text-align: left;
  font-style: normal
}

._foot_1ikky_1 ._footFooter_1ikky_116 ._footerContentLeft_1ikky_125 a:hover {
  cursor: pointer;
  text-decoration: underline
}

._foot_1ikky_1 ._footFooter_1ikky_116 ._footerContentLeft_1ikky_125 span {
  margin: 0 5px
}

._foot_1ikky_1 ._footFooter_1ikky_116 ._footerContentRight_1ikky_148 {
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad;
  line-height: 12px;
  text-align: center;
  font-style: normal
}

._foot_1ikky_1 ._class2257_1ikky_156 {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._foot_1ikky_1 ._class2257_1ikky_156 a {
  line-height: 18px;
  font-size: 12px;
  color: #1890ff;
  text-align: center
}

._foot_1ikky_1 ._companyName_1ikky_168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
  color: #9b8ac4;
  text-align: center
}

@media screen and (max-width: 1180px) {
  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem360_1ikky_105 {
      max-width:240px
  }
}

@media screen and (max-width: 640px) {
  ._foot_1ikky_1 {
      min-width:100%;
      padding: 30px 30px 70px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItembox_1ikky_92 {
      min-width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 30px 0
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItembox_1ikky_92 ._footItem_1ikky_12 {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItembox_1ikky_92 ._footItem_1ikky_12:first-child {
      width: 30%
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItembox_1ikky_92 ._footItem_1ikky_12:last-child {
      width: 70%
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItem360_1ikky_105 {
      max-width: unset
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItemFlex_1ikky_109 {
      width: 225px;
      margin: 0 auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItemFlex_1ikky_109 ._footItemRightTop_1ikky_59 {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItemFlex_1ikky_109 ._footItemRightTop_1ikky_59 ._footItemRightDes_1ikky_41 {
      text-align: center!important
  }

  ._foot_1ikky_1 ._footHeader_1ikky_8 ._footItemFlex_1ikky_109>img {
      margin-top: 20px
  }

  ._foot_1ikky_1 ._footFooter_1ikky_116 {
      padding: 15px 0;
      margin-top: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }

  ._foot_1ikky_1 ._footFooter_1ikky_116 ._footerContentLeft_1ikky_125,._foot_1ikky_1 ._footFooter_1ikky_116 ._footerContentRight_1ikky_148 {
      text-align: center;
      line-height: 18px
  }

  ._foot_1ikky_1 ._footFooter_1ikky_116 ._footerContentLeft_1ikky_125 {
      margin-bottom: 10px
  }
}

._memories_ru2dm_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  position: relative
}

._memories_ru2dm_1 ._firstLoading_ru2dm_7 {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._memories_ru2dm_1 ._toolsTop_ru2dm_14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 ._select_ru2dm_21 {
  width: 120px;
  height: 28px;
  background-color: #000115;
  margin-right: 14px;
  border: 1px solid #323463;
  border-radius: 14px;
  color: #fff
}

._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 ._select_ru2dm_21 .ant-select-selector {
  background-color: transparent;
  border: none
}

._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 ._select_ru2dm_21 .ant-select-selection-item {
  height: 26px;
  line-height: 26px
}

._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 ._select_ru2dm_21 .ant-select-arrow svg {
  color: #fff
}

._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 ._select_ru2dm_21:nth-child(1) {
  width: 116px;
  margin-right: 10px
}

._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right-width: 0px;
  outline: 0
}

._memories_ru2dm_1 ._listBox_ru2dm_55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px
}

._memories_ru2dm_1 ._hasMoreLoadingW_ru2dm_60 {
  width: 100%;
  height: 120px
}

._cardBox_ru2dm_64 {
  width: 50%;
  padding: 0 5px 10px
}

@media screen and (max-width: 768px) {
  ._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 {
      -webkit-box-flex:1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1
  }

  ._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 ._select_ru2dm_21 {
      width: 50%
  }

  ._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 ._select_ru2dm_21:nth-child(1) {
      width: 50%;
      margin-right: 10px
  }

  ._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._selectBox_ru2dm_21 ._select_ru2dm_21:nth-child(2) {
      width: 50%;
      margin-right: 0
  }

  ._memories_ru2dm_1 ._toolsTop_ru2dm_14 ._unfilteredBox_ru2dm_83 {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: none
  }

  ._memories_ru2dm_1 ._listBox_ru2dm_55 {
      margin: 0
  }

  ._memories_ru2dm_1 ._cardBox_ru2dm_64 {
      width: 100%;
      padding: 0 0 10px
  }
}

._selectPopup_ru2dm_95 {
  background-color: #000115!important;
  border: 1px solid #4347a8!important;
  border-radius: 8px!important;
  z-index: 50!important
}

._selectPopup_ru2dm_95 .ant-select-item-option-active {
  background-color: #323463!important;
  color: #fff!important;
  opacity: 1
}

._selectPopup_ru2dm_95 .ant-select-item-option {
  color: #fff
}

._selectPopup_ru2dm_95 .ant-select-item-option-selected {
  color: #000!important;
  background-color: var(--main-color)!important
}

._cardWrapper_ipx3v_1 {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

._cardWrapper_ipx3v_1:hover ._cardImg_ipx3v_10 {
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}

._cardWrapper_ipx3v_1._roportion-1_ipx3v_13 {
  padding-top: 100%
}

._cardWrapper_ipx3v_1._roportion-2_ipx3v_16 {
  padding-top: 133.33%
}

._cardWrapper_ipx3v_1._roportion-3_ipx3v_19 {
  padding-top: 177.78%
}

._cardWrapper_ipx3v_1._roportion-4_ipx3v_22 {
  padding-top: 75%
}

._cardWrapper_ipx3v_1._roportion-5_ipx3v_25 {
  padding-top: 56.25%
}

._cardWrapper_ipx3v_1 ._cardInner_ipx3v_28 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

._cardWrapper_ipx3v_1 ._cardImg_ipx3v_10 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

._cardWrapper_ipx3v_1 ._loadingBox_ipx3v_43 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}

._cardWrapper_ipx3v_1 ._unlockBtn_ipx3v_51 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  min-width: 73px;
  height: 33px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #00000080;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,.1);
  box-shadow: 0 2px 1px #0000001a;
  border-radius: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer
}

._cardWrapper_ipx3v_1 ._unlockBtn_ipx3v_51:hover {
  background: #0000008c;
  -webkit-transform: translate(-50%,-50%) scale(1.04);
  transform: translate(-50%,-50%) scale(1.04)
}

._cardWrapper_ipx3v_1 ._tool_ipx3v_77 {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

._cardWrapper_ipx3v_1 ._tool_ipx3v_77 ._toolR_ipx3v_87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

._cardWrapper_ipx3v_1 ._tool_ipx3v_77 ._tag_ipx3v_90 {
  height: 28px;
  line-height: 28px;
  background: #f75ecdb3;
  border-radius: 12px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  color: #fff
}

._cardWrapper_ipx3v_1 ._tool_ipx3v_77 ._toolItem_ipx3v_100 {
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  margin-left: 5px;
  background: #0006;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

._cardWrapper_ipx3v_1 ._tool_ipx3v_77 ._toolItem_ipx3v_100._toolLike_ipx3v_115:hover {
  background: #0006
}

._cardWrapper_ipx3v_1 ._tool_ipx3v_77 ._toolItem_ipx3v_100:hover {
  background: #00000080
}

._cardWrapper_ipx3v_1 ._tool_ipx3v_77 ._toolItem_ipx3v_100 svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px
}

._cardWrapper_ipx3v_1 ._des_ipx3v_127 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 60px;
  padding: 10px 15px 0;
  background: #be339869;
  border-radius: 0 0 9px 9px
}

._cardWrapper_ipx3v_1 ._des_ipx3v_127 ._desCon_ipx3v_138 {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 20px
}

@media screen and (max-width: 480px) {
  ._cardWrapper_ipx3v_1:hover ._cardImg_ipx3v_10 {
      -webkit-transform:scale(1);
      transform: scale(1)
  }

  ._cardWrapper_ipx3v_1 ._unlockBtn_ipx3v_51:hover {
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      background: #00000080
  }
}

._modalInner_1hvfs_1 {
  position: relative;
  padding: 10px 10px 15px
}

._modalInner_1hvfs_1 ._topClose_1hvfs_5 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  width: 30px;
  height: 30px;
  border-radius: 0;
  cursor: pointer
}

._modalInner_1hvfs_1 ._topClose_1hvfs_5 img {
  display: block;
  width: 100%;
  height: 100%
}

._modalInner_1hvfs_1 ._topImg_1hvfs_20 {
  height: 408px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 0
}

._modalInner_1hvfs_1 ._topImg_1hvfs_20 ._topImgLoading_1hvfs_28 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalInner_1hvfs_1 ._topImg_1hvfs_20 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover
}

._modalInner_1hvfs_1 ._topImg_1hvfs_20 ._topMask_1hvfs_47 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(23,25,50,0)),to(#171932));
  background: linear-gradient(180deg,#17193200,#171932)
}

._modalInner_1hvfs_1 ._modalContent_1hvfs_56 {
  position: relative;
  z-index: 3;
  padding: 192px 10px 0
}

._modalInner_1hvfs_1 ._modalContent_1hvfs_56._mode3_1hvfs_61 {
  padding: 120px 10px 0
}

._modalInner_1hvfs_1 ._infoList_1hvfs_64 ._infoTit_1hvfs_64 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 24px
}

._modalInner_1hvfs_1 ._infoList_1hvfs_64 ._infoDes_1hvfs_70 {
  font-size: 12px;
  color: #a6a9dc;
  line-height: 24px;
  margin-bottom: 10px
}

._modalInner_1hvfs_1 ._infoList_1hvfs_64 ._infoDesImportant_1hvfs_76 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px
}

._modalInner_1hvfs_1 ._infoList_1hvfs_64 ._infoDesImportant_1hvfs_76 span {
  font-weight: 700;
  color: #fff85f
}

._modalInner_1hvfs_1 ._priceList_1hvfs_87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 15px
}

._modalInner_1hvfs_1 ._priceList_1hvfs_87 ._priceItem_1hvfs_93 {
  position: relative;
  width: 147px;
  height: 78px;
  background: #212445;
  border-radius: 8px;
  border: 1px solid #303260;
  padding: 10px 0 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s
}

._modalInner_1hvfs_1 ._priceList_1hvfs_87 ._priceItem_1hvfs_93 ._popular_1hvfs_104,._modalInner_1hvfs_1 ._priceList_1hvfs_87 ._priceItem_1hvfs_93 ._bogof_1hvfs_105 {
  position: absolute;
  top: -10px;
  right: 0;
  width: 49px;
  height: 20px;
  background: #ff6e00;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalInner_1hvfs_1 ._priceList_1hvfs_87 ._priceItem_1hvfs_93 ._popular_1hvfs_104 span,._modalInner_1hvfs_1 ._priceList_1hvfs_87 ._priceItem_1hvfs_93 ._bogof_1hvfs_105 span {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 12px;
  white-space: nowrap;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: center;
  transform-origin: center
}

._modalInner_1hvfs_1 ._priceList_1hvfs_87 ._priceItem_1hvfs_93 ._bogof_1hvfs_105 {
  width: 76px;
  height: 22px;
  background: none;
  top: -12px
}

._modalInner_1hvfs_1 ._priceList_1hvfs_87 ._priceItem_1hvfs_93._priceItemActive_1hvfs_134 {
  background: #2a0f4a;
  border: 1px solid var(--main-color)
}

._modalInner_1hvfs_1 ._priceList_1hvfs_87 ._morePrice_1hvfs_138 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 27px;
  margin-left: 10px;
  cursor: pointer
}

._modalInner_1hvfs_1 ._priceList_1hvfs_87 ._morePrice_1hvfs_138 img {
  display: block;
  width: 100%;
  height: 100%
}

._modalInner_1hvfs_1 ._priceTit_1hvfs_150 {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  margin-bottom: 10px
}

._modalInner_1hvfs_1 ._priceDetail_1hvfs_157 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 9px
}

._modalInner_1hvfs_1 ._priceUnit_1hvfs_163 {
  position: relative;
  top: -1px;
  font-weight: 700;
  font-size: 12px;
  color: #fff85f;
  line-height: 12px;
  margin-right: 2px
}

._modalInner_1hvfs_1 ._priceUnitDeluxe_1hvfs_172 {
  font-weight: 700;
  font-size: 18px;
  color: #fff85f;
  line-height: 24px;
  margin-right: 5px
}

._modalInner_1hvfs_1 ._priceNum_1hvfs_179 {
  font-weight: 700;
  font-size: 16px;
  color: #fff85f;
  line-height: 16px
}

._modalInner_1hvfs_1 ._priceNumDeluxe_1hvfs_185 {
  font-weight: 700;
  font-size: 24px;
  color: #fff85f;
  line-height: 24px
}

._modalInner_1hvfs_1 ._vipTime_1hvfs_191 {
  font-weight: 700;
  font-size: 12px;
  color: #fff85f;
  line-height: 12px;
  margin-left: 2px
}

._modalInner_1hvfs_1 ._perDay_1hvfs_198 {
  font-weight: 400;
  font-size: 12px;
  color: #a6a9dc;
  line-height: 12px
}

._modalInner_1hvfs_1 ._perDay_1hvfs_198 span {
  display: block;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

._modalInner_1hvfs_1 ._coinList_1hvfs_209 {
  padding-top: 10px
}

._modalInner_1hvfs_1 ._payBtnBox_1hvfs_212 {
  margin: 0 -10px;
  padding: 0 10px
}

._modalInner_1hvfs_1 ._des_1hvfs_216 {
  font-weight: 400;
  font-size: 14px;
  color: #cbceff;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  margin-top: 10px
}

._modalInner_1hvfs_1 ._payTip_1hvfs_225 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px
}

._modalInner_1hvfs_1 ._payTip_1hvfs_225 img {
  display: block;
  width: 12px;
  height: 14px;
  margin-right: 10px
}

._modalInner_1hvfs_1 ._payTip_1hvfs_225 ._payTipText_1hvfs_237 {
  font-weight: 400;
  font-size: 12px;
  color: #486640;
  line-height: 12px
}

._modalInner_1hvfs_1 ._checkLine_1hvfs_243 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #8080a4;
  line-height: 14px;
  cursor: pointer;
  margin-top: 17px
}

._modalInner_1hvfs_1 ._checkBtn_1hvfs_253 {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px
}

._modalInner_1hvfs_1 ._tipDes_1hvfs_259 {
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 21px;
  margin-top: 20px
}

._modalInner_1hvfs_1 ._tipDes_1hvfs_259 span {
  color: var(--main-color)
}

._modalInner_1hvfs_1 ._tipDes_1hvfs_259 span:hover {
  cursor: pointer;
  text-decoration: underline
}

._modalInner_1hvfs_1 ._paypalVisaMasterCard_1hvfs_273 {
  display: block;
  width: 117px;
  height: 16px;
  margin-left: 5px
}

._modalInner_op9zi_1 {
  position: relative;
  padding: 10px 10px 15px
}

._modalInner_op9zi_1 ._topClose_op9zi_5 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  width: 30px;
  height: 30px;
  border-radius: 0;
  cursor: pointer
}

._modalInner_op9zi_1 ._topClose_op9zi_5 img {
  display: block;
  width: 100%;
  height: 100%
}

._modalInner_op9zi_1 ._topImg_op9zi_20 {
  height: 408px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 0
}

._modalInner_op9zi_1 ._topImg_op9zi_20 ._topImgLoading_op9zi_28 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalInner_op9zi_1 ._topImg_op9zi_20 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover
}

._modalInner_op9zi_1 ._topImg_op9zi_20 ._topMask_op9zi_47 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(23,25,50,0)),to(#171932));
  background: linear-gradient(180deg,#17193200,#171932)
}

._modalInner_op9zi_1 ._modalContent_op9zi_56 {
  position: relative;
  z-index: 3;
  padding: 192px 10px 0
}

._modalInner_op9zi_1 ._modalContent_op9zi_56._mode3_op9zi_61 {
  padding: 120px 10px 0
}

._modalInner_op9zi_1 ._infoList_op9zi_64 ._infoTit_op9zi_64 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 18px
}

._modalInner_op9zi_1 ._infoList_op9zi_64 ._infoDes_op9zi_70 {
  font-size: 12px;
  color: #a6a9dc;
  line-height: 18px;
  margin-bottom: 10px
}

._modalInner_op9zi_1 ._priceList_op9zi_76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0
}

._modalInner_op9zi_1 ._priceList_op9zi_76 ._priceItem_op9zi_82 {
  position: relative;
  width: 95px;
  height: 78px;
  background: #212445;
  border-radius: 8px;
  border: 1px solid #303260;
  padding: 10px 0 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s
}

._modalInner_op9zi_1 ._priceList_op9zi_76 ._priceItem_op9zi_82._priceItemMedium_op9zi_93 {
  width: 145px
}

._modalInner_op9zi_1 ._priceList_op9zi_76 ._priceItem_op9zi_82 ._popular_op9zi_96,._modalInner_op9zi_1 ._priceList_op9zi_76 ._priceItem_op9zi_82 ._bogof_op9zi_97 {
  position: absolute;
  top: -10px;
  right: 0;
  width: 49px;
  height: 20px;
  background: #ff6e00;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalInner_op9zi_1 ._priceList_op9zi_76 ._priceItem_op9zi_82 ._popular_op9zi_96 span,._modalInner_op9zi_1 ._priceList_op9zi_76 ._priceItem_op9zi_82 ._bogof_op9zi_97 span {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 12px;
  white-space: nowrap;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: center;
  transform-origin: center
}

._modalInner_op9zi_1 ._priceList_op9zi_76 ._priceItem_op9zi_82 ._bogof_op9zi_97 {
  width: 76px;
  height: 22px;
  background: none;
  top: -12px
}

._modalInner_op9zi_1 ._priceList_op9zi_76 ._priceItem_op9zi_82._priceItemActive_op9zi_126 {
  background: #2a0f4a;
  border: 1px solid var(--main-color)
}

._modalInner_op9zi_1 ._priceList_op9zi_76 ._morePrice_op9zi_130 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 27px;
  margin-left: 10px;
  cursor: pointer
}

._modalInner_op9zi_1 ._priceList_op9zi_76 ._morePrice_op9zi_130 img {
  display: block;
  width: 100%;
  height: 100%
}

._modalInner_op9zi_1 ._priceTit_op9zi_142 {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  margin-bottom: 10px
}

._modalInner_op9zi_1 ._priceDetail_op9zi_149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 9px
}

._modalInner_op9zi_1 ._priceUnit_op9zi_155 {
  position: relative;
  top: -1px;
  font-weight: 700;
  font-size: 12px;
  color: #fff85f;
  line-height: 12px;
  margin-right: 2px
}

._modalInner_op9zi_1 ._priceUnitDeluxe_op9zi_164 {
  font-weight: 700;
  font-size: 18px;
  color: #fff85f;
  line-height: 24px;
  margin-right: 5px
}

._modalInner_op9zi_1 ._priceNum_op9zi_171 {
  font-weight: 700;
  font-size: 16px;
  color: #fff85f;
  line-height: 16px
}

._modalInner_op9zi_1 ._priceNumDeluxe_op9zi_177 {
  font-weight: 700;
  font-size: 24px;
  color: #fff85f;
  line-height: 24px
}

._modalInner_op9zi_1 ._vipTime_op9zi_183 {
  font-weight: 700;
  font-size: 12px;
  color: #fff85f;
  line-height: 12px;
  margin-left: 2px
}

._modalInner_op9zi_1 ._perDay_op9zi_190 {
  font-weight: 400;
  font-size: 12px;
  color: #a6a9dc;
  line-height: 12px
}

._modalInner_op9zi_1 ._perDay_op9zi_190 span {
  display: block;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

._modalInner_op9zi_1 ._infoItem_op9zi_201 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px
}

._modalInner_op9zi_1 ._infoItem_op9zi_201 img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 10px
}

._modalInner_op9zi_1 ._infoItem_op9zi_201 span {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #a6a9dc;
  line-height: 12px
}

._modalInner_op9zi_1 ._infoItem_op9zi_201 strong {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 14px
}

._modalInner_op9zi_1 ._infoMore_op9zi_225 {
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad;
  line-height: 12px;
  margin-top: 10px;
  cursor: pointer
}

._modalInner_op9zi_1 ._deluxeItemBox_op9zi_233 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modalInner_op9zi_1 ._deluxeItemBox_op9zi_233 ._morePrice_op9zi_130 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 27px;
  margin-left: 19px;
  cursor: pointer
}

._modalInner_op9zi_1 ._deluxeItemBox_op9zi_233 ._morePrice_op9zi_130 img {
  display: block;
  width: 100%;
  height: 100%
}

._modalInner_op9zi_1 ._deluxeItem_op9zi_233 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  background: #21244580;
  border-radius: 8px;
  border: 1px solid #303260;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  margin-bottom: 20px
}

._modalInner_op9zi_1 ._deluxeItem_op9zi_233._deluxeItemActive_op9zi_259 {
  background: #2a0f4a80;
  border-radius: 8px;
  border: 1px solid #f75ecd
}

._modalInner_op9zi_1 ._deluxeItem_op9zi_233 ._deluxeInfoList_op9zi_264 {
  margin-top: 10px
}

._modalInner_op9zi_1 ._orLineBox_op9zi_267 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

._modalInner_op9zi_1 ._orLineBox_op9zi_267 ._orLine_op9zi_267 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #7d80ad
}

._modalInner_op9zi_1 ._orLineBox_op9zi_267 ._orText_op9zi_277 {
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 14px;
  margin: 0 11px
}

._modalInner_op9zi_1 ._coinItem_op9zi_284 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  background: #212445;
  border-radius: 8px;
  border: 1px solid #303260;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 20px;
  cursor: pointer
}

._modalInner_op9zi_1 ._coinItem_op9zi_284._coinItemActive_op9zi_298 {
  background: #2a0f4a;
  border-radius: 8px;
  border: 1px solid #f75ecd
}

._modalInner_op9zi_1 ._coinItem_op9zi_284 ._coinItenL_op9zi_303 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
  color: #adee98
}

._modalInner_op9zi_1 ._coinItem_op9zi_284 ._coinItenL_op9zi_303 svg {
  display: block;
  margin-right: 5px
}

._modalInner_op9zi_1 ._coinItem_op9zi_284 ._coinNum_op9zi_313 {
  font-weight: 700;
  font-size: 20px;
  color: #adee98;
  line-height: 20px
}

._modalInner_op9zi_1 ._coinItem_op9zi_284 ._coinName_op9zi_319 {
  font-weight: 700;
  font-size: 12px;
  color: #adee98;
  line-height: 14px
}

._modalInner_op9zi_1 ._coinItem_op9zi_284 ._coinPrice_op9zi_325 {
  font-weight: 700;
  font-size: 16px;
  color: #fff85f;
  line-height: 16px
}

._modalInner_op9zi_1 ._coinItem_op9zi_284 ._bonusInfo_op9zi_331 {
  position: absolute;
  top: -10px;
  right: 10px;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  background: #ff6e00;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #fff
}

._modalInner_op9zi_1 ._coinList_op9zi_344 {
  padding-top: 10px
}

._modalInner_op9zi_1 ._payBtnBox_op9zi_347 {
  margin: 0 -10px
}

._modalInner_op9zi_1 ._payTip_op9zi_350 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px
}

._modalInner_op9zi_1 ._payTip_op9zi_350 img {
  display: block;
  width: 12px;
  height: 14px;
  margin-right: 10px
}

._modalInner_op9zi_1 ._payTip_op9zi_350 ._payTipText_op9zi_362 {
  font-weight: 400;
  font-size: 12px;
  color: #486640;
  line-height: 12px
}

._modalInner_op9zi_1 ._paypalVisaMasterCard_op9zi_368 {
  display: block;
  width: 117px;
  height: 16px;
  margin-left: 5px
}

._photoPlazaWrapper_14dmf_1 {
  padding: 0 5px 50px;
  font-family: "KanunAR+LT"
}

._photoPlazaWrapper_14dmf_1 ._toolBox_14dmf_5 {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  z-index: 201;
  margin-bottom: 10px;
  padding: 14px 10px 10px;
  background-color: var(--sea-bg-color)
}

._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._tabBox_14dmf_18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._tabItem_14dmf_21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  border-radius: 16px;
  background: #171932;
  border: 1px solid #323463;
  color: #8080a4;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 10px 0 0
}

._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._tabItem_14dmf_21:hover {
  border: 1px solid #7577aa;
  background-color: #2f325a;
  color: #fff
}

._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._tabItem_14dmf_21._tabActive_14dmf_41 {
  background: #4a0f39!important;
  border: 1px solid #f75ecd!important;
  color: #f75ecd!important
}

._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._tabItem_14dmf_21 span {
  margin-left: 5px
}

._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._tabItem_14dmf_21 svg {
  display: block
}

._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._createBtn_14dmf_52 {
  min-width: 190px;
  height: 36px;
  padding: 0 20px;
  background: #f75ecd;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 16px
}

._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._createBtn_14dmf_52 svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px
}

._photoPlazaWrapper_14dmf_1 ._blinkTag_14dmf_72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s
}

._photoPlazaWrapper_14dmf_1 ._blinkTag_14dmf_72._blinkTagShow_14dmf_81 {
  height: 22px;
  margin-top: 15px
}

._photoPlazaWrapper_14dmf_1 ._blinkTag_14dmf_72 ._blinktagItem_14dmf_85 {
  height: 22px;
  border-radius: 13px;
  border: 1px solid #323463;
  background: #171932;
  color: #8080a4;
  padding: 0 15px;
  font-weight: 400;
  font-size: 12px;
  margin: 0 5px 0 0;
  cursor: pointer
}

._photoPlazaWrapper_14dmf_1 ._blinkTag_14dmf_72 ._blinktagItem_14dmf_85:hover {
  border: 1px solid #7577aa;
  background-color: #2f325a;
  color: #fff
}

._photoPlazaWrapper_14dmf_1 ._blinkTag_14dmf_72 ._blinktagItem_14dmf_85._blinktagItemActive_14dmf_102 {
  background: #4a0f39!important;
  border: 1px solid #f75ecd!important;
  color: #f75ecd!important
}

._photoPlazaWrapper_14dmf_1 ._content_14dmf_107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

._photoPlazaWrapper_14dmf_1 ._cardBox_14dmf_112 {
  padding: 0 10px 20px
}

._photoPlazaWrapper_14dmf_1 ._createBtnMobile_14dmf_115 {
  display: none
}

._photoPlazaWrapper_14dmf_1 ._loadMoreLoading_14dmf_118 {
  width: 100%;
  height: 200px
}

@media screen and (max-width: 480px) {
  ._photoPlazaWrapper_14dmf_1 {
      padding:0 7.5px 50px
  }

  ._photoPlazaWrapper_14dmf_1 ._toolBox_14dmf_5 {
      padding: 14px 2.5px 10px
  }

  ._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._tabItem_14dmf_21:hover {
      background: #171932;
      border: 1px solid #323463;
      color: #8080a4
  }

  ._photoPlazaWrapper_14dmf_1 ._btnTool_14dmf_13 ._createBtn_14dmf_52 {
      display: none
  }

  ._photoPlazaWrapper_14dmf_1 ._blinkTag_14dmf_72 ._blinktagItem_14dmf_85:hover {
      border: 1px solid #323463;
      background: #171932;
      color: #8080a4
  }

  ._photoPlazaWrapper_14dmf_1 ._cardBox_14dmf_112 {
      padding: 0 2.5px 5px
  }

  ._photoPlazaWrapper_14dmf_1 ._createBtnMobile_14dmf_115 {
      position: fixed;
      bottom: 120px;
      z-index: 10;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translate(-50%);
      width: 305px;
      height: 48px;
      background: #f75ecd;
      border-radius: 8px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      line-height: 16px
  }

  ._photoPlazaWrapper_14dmf_1 ._createBtnMobile_14dmf_115 svg {
      display: block;
      width: 24px;
      height: 24px;
      margin-right: 5px
  }
}

.ant-alert {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 2px
}

.ant-alert-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0
}

.ant-alert-icon {
  margin-right: 8px
}

.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px
}

.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f
}

.ant-alert-success .ant-alert-icon {
  color: #52c41a
}

.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff
}

.ant-alert-info .ant-alert-icon {
  color: #1890ff
}

.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f
}

.ant-alert-warning .ant-alert-icon {
  color: #faad14
}

.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7
}

.ant-alert-error .ant-alert-icon {
  color: #ff4d4f
}

.ant-alert-error .ant-alert-description>pre {
  margin: 0;
  padding: 0
}

.ant-alert-action {
  margin-left: 8px
}

.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer
}

.ant-alert-close-icon .anticon-close {
  color: #00000073;
  -webkit-transition: color .3s;
  transition: color .3s
}

.ant-alert-close-icon .anticon-close:hover {
  color: #000000bf
}

.ant-alert-close-text {
  color: #00000073;
  -webkit-transition: color .3s;
  transition: color .3s
}

.ant-alert-close-text:hover {
  color: #000000bf
}

.ant-alert-with-description {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 15px 15px 24px
}

.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px
}

.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px
}

.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: #000000d9;
  font-size: 16px
}

.ant-alert-message {
  color: #000000d9
}

.ant-alert-with-description .ant-alert-description {
  display: block
}

.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: max-height .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),padding-top .3s cubic-bezier(.78,.14,.15,.86),padding-bottom .3s cubic-bezier(.78,.14,.15,.86),margin-bottom .3s cubic-bezier(.78,.14,.15,.86);
  transition: max-height .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),padding-top .3s cubic-bezier(.78,.14,.15,.86),padding-bottom .3s cubic-bezier(.78,.14,.15,.86),margin-bottom .3s cubic-bezier(.78,.14,.15,.86)
}

.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0!important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0
}

.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0
}

.ant-alert.ant-alert-rtl {
  direction: rtl
}

.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px
}

.ant-alert-rtl .ant-alert-action,.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto
}

.ant-alert-rtl.ant-alert-with-description {
  padding-right: 24px;
  padding-left: 15px
}

.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px
}

._BeginnerGuideWrapper_12cpp_1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 301;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

._BeginnerGuideWrapper_12cpp_1 .ant-alert {
  background: #171932;
  border-bottom: 1px solid #303260;
  padding: 0 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

._BeginnerGuideWrapper_12cpp_1 .ant-alert-close-icon {
  margin-left: 11px
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxLeft_12cpp_22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxLeft_12cpp_22 ._close_12cpp_27 {
  cursor: pointer
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxLeft_12cpp_22 ._progress_12cpp_30 {
  font-weight: 700;
  font-size: 14px;
  color: #f75ecd;
  text-align: left;
  font-style: normal;
  margin: 0 5px 0 11px
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxLeft_12cpp_22 ._text_12cpp_38 {
  font-weight: 700;
  font-size: 12px;
  color: #f1d6ff;
  text-align: left;
  font-style: normal
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxRight_12cpp_45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxRight_12cpp_45 ._btns_12cpp_49,._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxRight_12cpp_45 ._btns2_12cpp_50 {
  width: 60px!important;
  height: 30px!important;
  border-radius: 4px!important
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxRight_12cpp_45 ._btns_12cpp_49 img,._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxRight_12cpp_45 ._btns2_12cpp_50 img {
  width: 16px;
  height: 16px
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxRight_12cpp_45 ._btns_12cpp_49 span,._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxRight_12cpp_45 ._btns2_12cpp_50 span {
  font-weight: 400;
  font-size: 12px;
  color: #adee98;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  margin-left: 3px
}

._BeginnerGuideWrapper_12cpp_1 ._alertBox_12cpp_17 ._alertBoxRight_12cpp_45 ._btns2_12cpp_50 span {
  color: #8080a4
}

._BeginnerGuideWrapper_12cpp_1 ._alertClose_12cpp_73 {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

._BeginnerGuideWrapper_12cpp_1 ._showAlert_12cpp_79 {
  height: 40px;
  opacity: 1
}

@media screen and (max-width: 640px) {
  ._BeginnerGuideWrapper_12cpp_1 {
      width:100%;
      position: absolute;
      top: unset;
      bottom: 69px;
      left: 0
  }
}

._loginTipModal_gn3hg_1 {
  font-family: "KanunAR+LT"
}

._loginTipModal_gn3hg_1 ._modalContent_gn3hg_4 {
  padding: 10px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._loginTipModal_gn3hg_1 ._conText_gn3hg_11 {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px
}

._loginTipModal_gn3hg_1 ._btnW_gn3hg_20 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

._loginTipModal_gn3hg_1 ._agreeW_gn3hg_26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  color: #7d80ad;
  line-height: 16px;
  margin: 0 -50px;
  -webkit-transform: scale(.83);
  transform: scale(.83)
}

._loginTipModal_gn3hg_1 ._agreeW_gn3hg_26 span {
  display: block;
  cursor: pointer
}

._loginTipModal_gn3hg_1 ._agreeW_gn3hg_26 span:hover {
  text-decoration: underline
}

@media screen and (max-width: 640px) {
  ._loginTipModal_gn3hg_1 ._modalContent_gn3hg_4 {
      padding:10px 15px 30px
  }

  ._loginTipModal_gn3hg_1 ._agreeW_gn3hg_26 span:hover {
      text-decoration: unset
  }
}

._loginTipModal_egg4f_1 {
  font-family: "KanunAR+LT"
}

._loginTipModal_egg4f_1 .ant-modal-header {
  padding: 40px 40px 10px
}

._loginTipModal_egg4f_1 ._modalContent_egg4f_7 {
  padding: 40px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._loginTipModal_egg4f_1 ._modalContent_egg4f_7._step4Padding_egg4f_14 {
  padding: 40px 25px 15px
}

._loginTipModal_egg4f_1 ._tipTit_egg4f_17 {
  font-weight: 700;
  font-size: 22px;
  color: #f75ecd;
  line-height: 22px;
  margin-bottom: 40px
}

._loginTipModal_egg4f_1 ._loginItem_egg4f_24 {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #303260;
  background-color: #171932;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  border-radius: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

._loginTipModal_egg4f_1 ._loginItem_egg4f_24:hover {
  background-color: #b426ff0a
}

._loginTipModal_egg4f_1 ._loginItem_egg4f_24._discordItem_egg4f_43 {
  margin-bottom: 20px;
  color: #4b5bff
}

._loginTipModal_egg4f_1 ._loginItem_egg4f_24 img {
  display: block;
  width: 20px;
  height: auto;
  margin-right: 25px
}

._loginTipModal_egg4f_1 ._loginItem_egg4f_24 ._loginText_egg4f_53 {
  font-size: 14px
}

._loginTipModal_egg4f_1 ._pwd_egg4f_56 {
  padding: 5px 0 6px;
  font-weight: 400;
  font-size: 14px;
  color: var(--main-color);
  line-height: 14px;
  text-align: center;
  cursor: pointer
}

._loginTipModal_egg4f_1 ._pwd_egg4f_56:hover {
  text-decoration: underline
}

._loginTipModal_egg4f_1 ._other_egg4f_68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 15px;
  cursor: pointer
}

._loginTipModal_egg4f_1 ._other_egg4f_68 ._otherText_egg4f_76 {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  margin-right: 5px
}

._loginTipModal_egg4f_1 ._other_egg4f_68 img {
  display: block;
  width: 6px;
  height: 10px
}

._loginTipModal_egg4f_1 ._des_egg4f_88 {
  font-weight: 400;
  font-size: 11px;
  color: #7d80ad;
  line-height: 14px;
  text-align: center
}

._loginTipModal_egg4f_1 ._des_egg4f_88 span {
  color: var(--main-color);
  cursor: pointer
}

._loginTipModal_egg4f_1 ._des_egg4f_88 span:hover {
  text-decoration: underline
}

._loginTipModal_egg4f_1 ._emailTit_egg4f_102 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  padding: 10px 0 30px
}

._loginTipModal_egg4f_1 ._emailInput_egg4f_109 {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 56px;
  padding: 0 20px;
  line-height: 54px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: 1px solid #323463;
  border-radius: 28px;
  margin-bottom: 30px;
  background-color: #000115;
  -webkit-transition: all .5s;
  transition: all .5s;
  outline: none
}

._loginTipModal_egg4f_1 ._emailInput_egg4f_109:hover,._loginTipModal_egg4f_1 ._emailInput_egg4f_109:focus {
  border: 1px solid var(--main-color)
}

._loginTipModal_egg4f_1 ._emailInput_egg4f_109::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._emailInput_egg4f_109::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._emailInput_egg4f_109:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._emailInput_egg4f_109::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._emailInput_egg4f_109::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._submit_egg4f_135 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px
}

._loginTipModal_egg4f_1 ._submit_egg4f_135 svg {
  display: block;
  width: 20px;
  height: 16px;
  margin-right: 15px
}

._loginTipModal_egg4f_1 ._back_egg4f_147 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

._loginTipModal_egg4f_1 ._back_egg4f_147 ._backInner_egg4f_151 {
  padding: 10px 10px 10px 0;
  cursor: pointer
}

._loginTipModal_egg4f_1 ._back_egg4f_147 img {
  display: block;
  width: 16px;
  height: 16px
}

._loginTipModal_egg4f_1 ._pb15_egg4f_160 {
  padding-bottom: 15px!important
}

._loginTipModal_egg4f_1 ._emailImg_egg4f_163 {
  margin-top: 30px;
  width: 66px;
  height: 66px;
  margin-bottom: 50px
}

._loginTipModal_egg4f_1 ._checkText_egg4f_169 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  margin-bottom: 15px
}

._loginTipModal_egg4f_1 ._emailText_egg4f_176 {
  font-weight: 700;
  font-size: 18px;
  color: #f75ecd;
  line-height: 18px;
  margin-bottom: 40px;
  text-align: center
}

._loginTipModal_egg4f_1 ._modalDes_egg4f_184 {
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 20px;
  margin-bottom: 17px;
  text-align: center
}

._loginTipModal_egg4f_1 ._pwdTip_egg4f_192 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  margin-bottom: 28px
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 {
  width: 100%
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._idInput_egg4f_203 {
  width: 100%;
  height: 56px;
  margin-bottom: 10px;
  padding: 0 20px;
  border-radius: 28px!important;
  background-color: #000115;
  border: 1px solid #323463;
  outline: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  -webkit-transition: all .3s;
  transition: all .3s
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._idInput_egg4f_203:hover,._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._idInput_egg4f_203:focus {
  border-color: var(--main-color)!important
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._idInput_egg4f_203 input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._idInput_egg4f_203 input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._idInput_egg4f_203 input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._idInput_egg4f_203 input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._idInput_egg4f_203 input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._pwdInput_egg4f_224 {
  width: 100%;
  height: 56px;
  margin-bottom: 30px;
  padding: 0 20px;
  border-radius: 28px;
  background-color: #000115;
  border: 1px solid #323463;
  outline: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 16px
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._pwdInput_egg4f_224:hover {
  border-color: var(--main-color)!important
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._pwdInput_egg4f_224::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._pwdInput_egg4f_224::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._pwdInput_egg4f_224:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._pwdInput_egg4f_224::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 ._pwdInput_egg4f_224::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f77
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 .ant-input {
  background-color: #000115;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  border-radius: 12px;
  overflow: hidden
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 .ant-input-password-icon {
  color: #8080a4;
  font-size: 22px
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 .ant-input-password-icon.anticon:hover {
  color: #8080a4
}

._loginTipModal_egg4f_1 ._inputBox_egg4f_200 .ant-input-affix-wrapper-focused {
  border-color: var(--main-color)!important
}

._pageWrapper_1uiif_1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._pageWrapper_1uiif_1 ._emptyTip_1uiif_9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._pageWrapper_1uiif_1 ._wrong_1uiif_15 {
  margin-bottom: 15px
}

._pageWrapper_1uiif_1 ._orText_1uiif_18 {
  font-size: 24px;
  color: #fff;
  margin-top: 5px;
  padding: 0 20px
}

._pageWrapper_1uiif_1 ._smallText_1uiif_24 {
  font-size: 16px;
  color: var(--main-color);
  margin-top: 5px;
  padding: 0 20px
}

._modal_1t9zc_1 {
  font-family: "KanunAR+LT"
}

._modal_1t9zc_1 .ant-modal-header {
  background-color: #fff;
  padding: 30px 40px 15px
}

._modal_1t9zc_1 .ant-modal-content {
  border: 1px solid #fff;
  background-color: #fff
}

._modal_1t9zc_1 ._closeIcon_1t9zc_12 {
  display: block;
  width: 20px;
  height: 20px
}

._modal_1t9zc_1 ._comWrapper_1t9zc_17 {
  padding: 0 15px 19px
}

._modal_1t9zc_1 ._tip_1t9zc_20 {
  font-weight: 400;
  font-size: 14px;
  color: #b077a0;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center
}

._modal_1t9zc_1 ._topEmailBox_1t9zc_28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

._modal_1t9zc_1 ._topEmailBox_1t9zc_28 ._email_1t9zc_35 {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  padding: 0 3px;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  text-align: center;
  margin-bottom: 10px
}

._modal_1t9zc_1 ._topEmailBox_1t9zc_28 ._copyBtn_1t9zc_49 {
  width: 170px;
  height: 40px;
  background: #f75ecd;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 14px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._modal_1t9zc_1 ._topEmailBox_1t9zc_28 ._copyBtn_1t9zc_49._copyBtnSuccess_1t9zc_63 {
  background: #85a100
}

._modal_1t9zc_1 ._topEmailBox_1t9zc_28 ._copyBtn_1t9zc_49 img {
  display: blcok;
  width: 18px;
  height: auto;
  margin-right: 10px
}

._modal_1t9zc_1 ._emailBox_1t9zc_72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

._modal_1t9zc_1 ._emailBox_1t9zc_72 ._email_1t9zc_35 {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding: 0 3px;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  text-align: center;
  margin-bottom: 10px
}

._modal_1t9zc_1 ._emailBox_1t9zc_72 ._copyBtn_1t9zc_49 {
  width: 170px;
  height: 51px;
  background: #f75ecd;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 14px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

._modal_1t9zc_1 ._emailBox_1t9zc_72 ._copyBtn_1t9zc_49._copyBtnSuccess_1t9zc_63 {
  background: #85a100
}

._modal_1t9zc_1 ._emailBox_1t9zc_72 ._copyBtn_1t9zc_49 img {
  display: blcok;
  width: 18px;
  height: auto;
  margin-right: 10px
}

._modal_1t9zc_1 ._iframeBox_1t9zc_116 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._modal_1t9zc_1 ._iframeBox_1t9zc_116._iframeBoxShow_1t9zc_122 iframe {
  opacity: 1
}

._modal_1t9zc_1 ._iframeBox_1t9zc_116 ._maskDom_1t9zc_125 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000000bf;
  border-radius: 8px
}

._modal_1t9zc_1 ._iframeBox_1t9zc_116 ._maskDom_1t9zc_125 ._stepItem_1t9zc_139 {
  width: 100%;
  padding: 0 45px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 20px
}

._modal_1t9zc_1 ._iframeBox_1t9zc_116 ._maskDom_1t9zc_125 ._stepItem_1t9zc_139 span {
  white-space: nowrap;
  color: red
}

._modal_1t9zc_1 ._iframeBox_1t9zc_116 iframe {
  display: block;
  width: 315px!important;
  height: 345px!important;
  opacity: 0;
  -webkit-transform: all .5s;
  transform: all .5s
}

:root {
  --main-color: #f75ecd;
  --sea-bg-color: #02031f
}

@font-face {
  font-family: "KanunAR+LT";
 
}

html,body {
  scrollbar-color: transparent transparent;
  scrollbar-width: thin
}

body {
  margin: 0;
  font-family: "KanunAR+LT";
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: var(--sea-bg-color)
}

#root {
  width: 100%;
  height: 100%;
  background-color: var(--sea-bg-color);
  scrollbar-color: var(--main-color) transparent;
  scrollbar-width: thin
}

code {
  font-family: "KanunAR+LT"
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

body,ul,ol,li,dl,dd,h1,h2,h3,h4,h5,h6,div,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

ul,ol,menu {
  list-style: none
}

fieldset,img {
  border: 0
}

#root .ant-btn {
  border-radius: 4px
}

.ant-layout-content {
  background-color: var(--sea-bg-color)
}

.img100 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flex-c-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.flex-s-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.flex-c-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.flex-bet-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.flex-aro-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.react-ripple {
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.react-ripple * {
  pointer-events: none
}

.react-ripple .react-ripple-span {
  position: absolute;
  background-color: currentColor;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50%;
  -webkit-animation: react-ripple-animation .4s linear infinite;
  animation: react-ripple-animation .4s linear infinite
}

@-webkit-keyframes react-ripple-animation {
  0% {
      width: 0px;
      height: 0px;
      opacity: .3
  }

  to {
      width: 600px;
      height: 600px;
      opacity: 0
  }
}

@keyframes react-ripple-animation {
  0% {
      width: 0px;
      height: 0px;
      opacity: .3
  }

  to {
      width: 600px;
      height: 600px;
      opacity: 0
  }
}

.custom-scrollbar-style {
  overflow: auto;
  scrollbar-color: var(--main-color) transparent;
  scrollbar-width: thin
}

.custom-scrollbar-style::-webkit-scrollbar {
  width: 5px!important
}

.custom-scrollbar-style::-webkit-scrollbar-track {
  background: transparent!important
}

.custom-scrollbar-style::-webkit-scrollbar-thumb {
  background: var(--main-color)!important;
  border-radius: 3px!important
}

.custom-scrollbar-style::-webkit-scrollbar-thumb:hover {
  background: var(--main-color)!important
}

.custom-placeholder-style::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #979797
}

.custom-placeholder-style::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #979797
}

.custom-placeholder-style:-ms-input-placeholder {
  font-size: 14px!important;
  font-weight: 400!important;
  color: #979797!important
}

.custom-placeholder-style::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #979797
}

.custom-placeholder-style::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #979797
}

.custom-input-style {
  width: 100%;
  height: 56px;
  background: #212445;
  border-radius: 28px;
  border: 1px solid #303260;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
  line-height: 54px;
  margin-bottom: 20px
}

.custom-input-style:focus {
  background-color: #02031f;
  border: 1px solid #f75ecd
}

.custom-input-style::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7d80ad
}

.custom-input-style::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7d80ad
}

.custom-input-style:-ms-input-placeholder {
  font-size: 14px!important;
  font-weight: 400!important;
  color: #7d80ad!important
}

.custom-input-style::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7d80ad
}

.custom-input-style::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7d80ad
}

.PhotoView-Portal {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  width: 100%;
  z-index: 2000
}

@-webkit-keyframes PhotoView__rotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@keyframes PhotoView__rotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@-webkit-keyframes PhotoView__delayIn {
  0%,50% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes PhotoView__delayIn {
  0%,50% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.PhotoView__Spinner {
  -webkit-animation: PhotoView__delayIn .4s linear both;
  animation: PhotoView__delayIn .4s linear both
}

.PhotoView__Spinner svg {
  -webkit-animation: PhotoView__rotate .6s linear infinite;
  animation: PhotoView__rotate .6s linear infinite
}

.PhotoView__Photo {
  -webkit-user-drag: none;
  cursor: -webkit-grab;
  cursor: grab;
  max-width: none
}

.PhotoView__Photo:active {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.PhotoView__icon {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.PhotoView__PhotoBox,.PhotoView__PhotoWrap {
  bottom: 0;
  direction: ltr;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  width: 100%
}

.PhotoView__PhotoWrap {
  overflow: hidden;
  z-index: 10
}

.PhotoView__PhotoBox {
  -webkit-transform-origin: left top;
  transform-origin: left top
}

@-webkit-keyframes PhotoView__fade {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes PhotoView__fade {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover {
  opacity: 0
}

.PhotoView-Slider__Backdrop {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: 100%;
  z-index: -1
}

.PhotoView-Slider__fadeIn {
  -webkit-animation: PhotoView__fade linear both;
  animation: PhotoView__fade linear both;
  opacity: 0
}

.PhotoView-Slider__fadeOut {
  animation: PhotoView__fade linear reverse both;
  opacity: 0
}

.PhotoView-Slider__BannerWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00000080;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  width: 100%;
  z-index: 20
}

.PhotoView-Slider__BannerWrap:hover {
  opacity: 1
}

.PhotoView-Slider__Counter {
  font-size: 14px;
  opacity: .75;
  padding: 0 10px
}

.PhotoView-Slider__BannerRight {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.PhotoView-Slider__toolbarIcon {
  fill: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .75;
  padding: 10px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.PhotoView-Slider__toolbarIcon:hover {
  opacity: 1
}

.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  opacity: .75;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  z-index: 20
}

.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover {
  opacity: 1
}

.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg {
  fill: #fff;
  background: #0000004d;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 24px;
  padding: 10px;
  width: 24px
}

.PhotoView-Slider__ArrowLeft {
  left: 0
}

.PhotoView-Slider__ArrowRight {
  right: 0
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 {
  padding: 0 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 {
  height: 6px;
  background: -webkit-gradient(linear,left top,right top,from(#a95aff),color-stop(50%,#ff9100),to(#89ff5b));
  background: linear-gradient(90deg,#a95aff,#ff9100,#89ff5b);
  border-radius: 3px;
  margin: 64px 0;
  position: relative
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._progressBox_143o7_12 {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._progressBox_143o7_12 ._progressActive_143o7_23 {
  height: 6px
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._progressBox_143o7_12 ._progressUnActive_143o7_26 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 6px;
  border-radius: 0 3px 3px 0;
  background: #282b5c;
  margin-right: -1px
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._lis_143o7_45 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -9px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%)
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._lis_143o7_45 ._lisTop_143o7_53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._lis_143o7_45 ._lisTop_143o7_53 p {
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad;
  line-height: 12px;
  text-align: right;
  font-style: normal;
  margin-top: 5px;
  color: #adee98
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._lis_143o7_45 ._lisCenter_143o7_68 {
  width: 4px;
  height: 4px;
  background: #e5b5ff;
  border-radius: 50%;
  margin: 10px 0
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._lis_143o7_45 ._lisBottom_143o7_75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._lis_143o7_45 ._lisBottom_143o7_75 p:first-child {
  color: #7d80ad;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: right;
  font-style: normal
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._lis_143o7_45 ._lisBottom_143o7_75 p:last-child {
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad;
  line-height: 12px;
  text-align: right;
  font-style: normal
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._lis_143o7_45 ._lisBottom_143o7_75 ._activeDays_143o7_97 {
  color: #fff!important
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._big_143o7_100 {
  margin-top: -17px
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._big_143o7_100 img {
  width: 28px!important;
  height: 28px!important
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._big_143o7_100 ._lisTop_143o7_53 p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._big_143o7_100 ._lisCenter_143o7_68 {
  margin: 10px 0
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._active_143o7_97 ._lisTop_143o7_53 p {
  color: #7d80ad
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._progressBar_143o7_5 ._uls_143o7_33 ._active_143o7_97 ._lisCenter_143o7_68 {
  width: 12px;
  height: 12px;
  margin: 6px 0
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._des_143o7_123 {
  font-weight: 400;
  font-size: 12px;
  color: #7d80ad;
  line-height: 16px;
  text-align: center;
  font-style: normal
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._des_143o7_123:first-child {
  margin-bottom: 15px
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._des_143o7_123 span {
  font-weight: 700;
  font-size: 14px;
  color: #f75ecd;
  line-height: 14px;
  text-align: right;
  font-style: normal
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._moenyBody_143o7_142 {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._moenyBody_143o7_142>img {
  width: 36px
}

._juciyCoinIcoWrapper_143o7_1 ._moneyBox_143o7_1 ._moenyBody_143o7_142 ._moneyNum_143o7_151 {
  font-weight: 400;
  font-size: 16px;
  color: #adee98;
  font-style: normal;
  margin-left: 10px
}

._juciyCoinIcoWrapper_143o7_1 ._feedBtns_143o7_158 {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px
}

._juciyCoinIcoWrapper_143o7_1 ._feedBtns_143o7_158 ._feedbackOkBtn_143o7_163 {
  background: #f75ecd;
  border-radius: 8px!important;
  height: 36px!important
}

._juciyCoinIcoWrapper_143o7_1 ._desContent_143o7_168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

._juciyCoinIcoWrapper_143o7_1 ._desContent_143o7_168 ._des_143o7_123 {
  width: 245px;
  font-weight: 400;
  font-size: 14px;
  color: #7d80ad;
  line-height: 18px;
  text-align: center;
  font-style: normal
}

._juciyCoinIcoWrapper_143o7_1 ._tips_143o7_183 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #8080a4;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 0 20px
}

._juciyCoinIcoWrapper_143o7_1 ._tips_143o7_183 ._checkBtn_143o7_198 {
  width: 16px;
  height: 16px;
  margin-right: 10px
}
