/*! CSS Used from: https://pro-static.static303.com/web/styles/reset.css */
html,
body,
div,
span,
h4,
p,
a,
img,
i,
label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}

/*! CSS Used from: Embedded */
.kSxwpo {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  width: 100%;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.kSxwpo:focus {
  outline: none;
}
.kSxwpo span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
}
.kSxwpo.primary {
  background: rgb(0, 186, 61);
}
.kSxwpo.primary span {
  color: rgb(255, 255, 255);
}
.kSxwpo.disabled {
  border: none;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.06);
}
.kSxwpo.disabled span {
  color: rgba(255, 255, 255, 0.2);
}
.kSxwpo.lg {
  height: 42px;
  border-radius: 6px;
}
.kSxwpo.lg span {
  font-size: 16px;
}
.bcOswb {
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.bcOswb input {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
  flex: 1 1 auto;
  height: inherit;
}
.bcOswb input:focus {
  outline: none;
}
.bcOswb input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out 0s;
}
.bcOswb label {
  position: absolute;
  inset: 0px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out 0s;
}
.bcOswb:not(.danger, .disabled):hover label,
.bcOswb input:focus + label {
  border: 1px solid rgb(0, 186, 61);
}
.bcOswb.lg {
  padding: 0px 12px;
  height: 42px;
}
.bcOswb.lg input {
  font-size: 16px;
}
.bcOswb.lg label {
  border-radius: 6px;
}
.ikbzeq .label {
  margin-bottom: 8px;
}
.ikbzeq .label span {
  font-size: 12px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.ikbzeq .label span:first-child {
  font-weight: 500;
}
.ikbzeq:not(.sc-kFuwaP.danger) {
  margin-bottom: 22px;
}
.eqMSbP .iconfont {
  font-size: 18px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.eqMSbP .theme {
  margin-left: 20px;
  user-select: none;
  cursor: pointer;
}
.eqMSbP .theme .iconfont {
  font-size: 26px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.eqMSbP .theme:hover .iconfont {
  color: rgb(0, 186, 61);
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
}
img {
  display: block;
  outline: none;
}
* {
  box-sizing: border-box;
}
:root {
  overflow: auto hidden;
}
#notifyContainer {
  position: fixed;
  top: 14px;
  right: 24px;
  z-index: 999999;
  display: flex;
  flex-direction: column-reverse;
}
:root::-webkit-scrollbar {
  height: 0px;
  background-color: transparent;
}
body {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.row-start {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.row-center {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.row-between {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.row-end {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: iconfont !important;
}
.icon-dark::before {
  content: "";
}
.icon-phone::before {
  content: "";
}
.icon-eye-hide::before {
  content: "";
}
.iMgFwK {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.iMgFwK > .moon {
  width: 50%;
  height: inherit;
  background: rgb(96, 191, 104);
}
.iMgFwK > .moon .logo {
  position: absolute;
  top: 20px;
  left: 32px;
  user-select: none;
  cursor: pointer;
  z-index: 2;
  filter: brightness(80%);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .moon .logo svg:nth-child(1) {
  height: 28px;
  fill: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .moon .logo svg:nth-child(2) {
  margin: 0px 7.59px 0px 7.93px;
  height: 14px;
  fill: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .moon .logo svg:nth-child(3) {
  height: 14px;
  fill: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .moon .logo:hover svg {
  fill: rgb(0, 0, 0);
}
.iMgFwK > .moon .backyard {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  filter: brightness(80%);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .base {
  width: 50%;
  height: inherit;
  background: rgb(22, 23, 24);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .base > .settings {
  position: fixed;
  top: 0px;
  right: 0px;
  padding-right: 32px;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.iMgFwK > .base > .settings .menu-icon,
.iMgFwK > .base > .settings .menu-handle,
.iMgFwK > .base > .settings .theme {
  pointer-events: auto;
}
.iMgFwK > .base > .settings .menu-icon,
.iMgFwK > .base > .settings .menu-handle {
  height: 60px;
  user-select: none;
  cursor: pointer;
}
.iMgFwK > .base > .settings .menu-handle span {
  font-weight: 500;
  font-size: 14px;
  line-height: 60px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .base > .settings .menu-icon .iconfont {
  font-size: 24px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .base > .settings .menu-handle:hover span {
  color: rgb(0, 186, 61);
}
.iMgFwK > .base > .settings .menu-icon:hover .iconfont {
  color: rgb(0, 186, 61);
}
.iMgFwK > .base > .settings .menu-icon {
  margin-right: 26px;
}
.jZBMlC {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: inherit;
  justify-content: center;
}
.jZBMlC > .inner {
  width: 330px;
}
.jZBMlC > .inner h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.jZBMlC > .inner .tips {
  margin: 10px 0px 45px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out 0s;
}
.jZBMlC > .inner .tabs {
  margin-bottom: 26px;
}
.jZBMlC > .inner .tabs p {
  padding: 6px 14px;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease-in-out 0s;
}
.jZBMlC > .inner .tabs p + p {
  margin-left: 10px;
}
.jZBMlC > .inner .tabs .active {
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease-in-out 0s;
}
.jZBMlC > .inner .tabs .default {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out 0s;
}
.jZBMlC > .inner > .account .lg {
  height: 46px;
}
.jZBMlC > .inner > .account .lg input {
  font-size: 14px;
}
.jZBMlC > .inner > .account .icon-eye-hide {
  margin-left: 8px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.jZBMlC > .inner > .account .icon-eye-hide:hover {
  color: rgb(0, 186, 61);
}
.jZBMlC > .inner > .account .forget {
  margin: 18px 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: rgb(0, 186, 61);
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.jZBMlC > .inner > .account .forget:hover {
  color: rgba(0, 186, 61, 0.6);
}
.jZBMlC > .inner > .account .jump {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out 0s;
}
.jZBMlC > .inner > .account .jump span {
  color: rgb(0, 186, 61);
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.jZBMlC > .inner > .account .jump span:hover {
  color: rgba(0, 186, 61, 0.6);
}
.jZBMlC > .inner > .account .interflow {
  margin-top: 18px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 18px;
  color: rgb(0, 186, 61);
  background: rgba(0, 186, 61, 0.1);
  border-radius: 6px;
}
/
/*! CSS Used keyframes */
@-webkit-keyframes trans-opacity-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes trans-opacity-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lineUp {
  to {
    height: 100%;
  }
}
@keyframes lineUp {
  to {
    height: 100%;
  }
}
@-webkit-keyframes lineRight {
  99% {
    border-radius: 4px 4px 4px 0;
  }
  to {
    width: 100%;
    border-radius: 4px 4px 0 0;
  }
}
@keyframes lineRight {
  99% {
    border-radius: 4px 4px 4px 0;
  }
  to {
    width: 100%;
    border-radius: 4px 4px 0 0;
  }
}
@-webkit-keyframes trans-opacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans-opacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*! CSS Used from: https://pro-static.static303.com/web/styles/reset.css */
i {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*! CSS Used from: Embedded */
.eqMSbP .iconfont {
  font-size: 18px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.eqMSbP .theme .iconfont {
  font-size: 26px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.eqMSbP .theme:hover .iconfont {
  color: rgb(0, 186, 61);
}
* {
  box-sizing: border-box;
}
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: iconfont !important;
}
.icon-dark::before {
  content: "";
}
/*! CSS Used fontfaces */
@font-face {
  font-family: iconfont;
  src: url("iconfont.de7e79a7.woff2") format("woff2");
}

/*! CSS Used from: https://pro-static.static303.com/web/styles/reset.css */
div,
span,
h4,
p,
i,
label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.kSxwpo {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  width: 100%;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.kSxwpo:focus {
  outline: none;
}
.kSxwpo span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
}
.kSxwpo.primary {
  background: rgb(0, 186, 61);
}
.kSxwpo.primary span {
  color: rgb(255, 255, 255);
}
.kSxwpo.disabled {
  border: none;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.06);
}
.kSxwpo.disabled span {
  color: rgba(255, 255, 255, 0.2);
}
.kSxwpo.lg {
  height: 42px;
  border-radius: 6px;
}
.kSxwpo.lg span {
  font-size: 16px;
}
.bcOswb {
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.bcOswb input {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
  flex: 1 1 auto;
  height: inherit;
}
.bcOswb input:focus {
  outline: none;
}
.bcOswb input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out 0s;
}
.bcOswb label {
  position: absolute;
  inset: 0px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out 0s;
}
.bcOswb:not(.danger, .disabled):hover label,
.bcOswb input:focus + label {
  border: 1px solid rgb(0, 186, 61);
}
.bcOswb.lg {
  padding: 0px 12px;
  height: 42px;
}
.bcOswb.lg input {
  font-size: 16px;
}
.bcOswb.lg label {
  border-radius: 6px;
}
.ikbzeq .label {
  margin-bottom: 8px;
}
.ikbzeq .label span {
  font-size: 12px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.ikbzeq .label span:first-child {
  font-weight: 500;
}
.ikbzeq:not(.sc-kFuwaP.danger) {
  margin-bottom: 22px;
}
* {
  box-sizing: border-box;
}
.row-start {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.row-center {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.row-between {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: iconfont !important;
}
.icon-back::before {
  content: "";
}
.iMgFwK > .base > .verify {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 0px 120px 84px;
  height: inherit;
}
.iMgFwK > .base > .verify .inner {
  width: 330px;
}
.iMgFwK > .base > .verify .inner h4 .iconfont {
  margin-right: 16px;
  font-weight: 600;
  font-size: 18px;
  color: rgb(255, 255, 255);
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .base > .verify .inner h4 .iconfont:hover {
  color: rgb(0, 186, 61);
}
.iMgFwK > .base > .verify .inner h4 span {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .base > .verify .inner .tips {
  margin: 10px 0px 45px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out 0s;
}
.iMgFwK > .base > .verify .inner .lg {
  height: 46px;
}
.iMgFwK > .base > .verify .inner .lg input {
  font-size: 14px;
}

/*! CSS Used from: https://pro-static.static303.com/web/styles/reset.css */
span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.hyGWXi {
  animation: lds-dual-ring 0.9s linear 0s infinite normal none running;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.kSxwpo {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  width: 100%;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.kSxwpo:focus {
  outline: none;
}
.kSxwpo span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
}
.kSxwpo.primary {
  background: rgb(0, 186, 61);
}
.kSxwpo.primary span {
  color: rgb(255, 255, 255);
}
.kSxwpo.loading {
  cursor: not-allowed;
}
.kSxwpo.loading svg {
  margin-right: 6px;
}
.kSxwpo.lg {
  height: 42px;
  border-radius: 6px;
}
.kSxwpo.lg span {
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
.row-center {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.iMgFwK > .base > .verify .inner .lg {
  height: 46px;
}
/*! CSS Used fontfaces */

.bcOswb input {
  margin: 0px;
  padding: 0px;
  border: medium;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  color: rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
  flex: 1 1 auto;
  height: inherit;
}

.bcOswb input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  transition: 0.3s ease-in-out;
}

.bcOswb.md input {
  font-size: 12px;
}

.kSxwpo.md {
  height: 38px;
  border-radius: 5px;
}

.kMGRCT {
  margin-left: 10px;
  width: max-content;
  overflow: hidden;
}

.row-center {
  display: flex;
  flex-direction: row;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
.row-between {
  display: flex;
  flex-direction: row;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.bcOswb.md {
  padding: 0px 10px;
  height: 38px;
}

.bcOswb {
  position: relative;
  transition: 0.3s ease-in-out;
}

.bcOswb label {
  position: absolute;
  inset: 0px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease-in-out;
}

.bcOswb.md label {
  border-radius: 5px;
}

.kSxwpo.md span {
  font-size: 14px;
}

.kSxwpo.text span {
  color: rgb(0, 186, 61);
}

.kSxwpo span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.kSxwpo {
  margin: 0px;
  padding: 0px;
  border: medium;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  width: 100%;
  user-select: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

/*! CSS Used from: Embedded */
.kSxwpo {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  width: 100%;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.kSxwpo:focus {
  outline: none;
}
.kSxwpo span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
}
.kSxwpo.text span {
  color: rgb(0, 186, 61);
}
.kSxwpo.text:not(.loading, .disabled):hover span {
  color: rgb(0, 146, 48);
}
.kSxwpo.md {
  height: 38px;
  border-radius: 5px;
}
.kSxwpo.md span {
  font-size: 14px;
}
.bcOswb {
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.bcOswb input {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
  flex: 1 1 auto;
  height: inherit;
}
.bcOswb input:focus {
  outline: none;
}
.bcOswb input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out 0s;
}
.bcOswb label {
  position: absolute;
  inset: 0px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out 0s;
}
.bcOswb:not(.danger, .disabled):hover label,
.bcOswb input:focus + label {
  border: 1px solid rgb(0, 186, 61);
}
.bcOswb.md {
  padding: 0px 10px;
  height: 38px;
}
.bcOswb.md input {
  font-size: 12px;
}
.bcOswb.md label {
  border-radius: 5px;
}
.ikbzeq .label {
  margin-bottom: 8px;
}
.ikbzeq .label span {
  font-size: 12px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
}
.ikbzeq .label span:first-child {
  font-weight: 500;
}
.ikbzeq:not(.sc-kFuwaP.danger) {
  margin-bottom: 22px;
}
* {
  box-sizing: border-box;
}
.row-center {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.row-between {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.kMGRCT {
  margin-left: 10px;
  width: max-content;
  overflow: hidden;
}
.bMuaCM button span {
  font-size: 12px;
}

.dgCFqU {
  padding-top: 8px;
}

.cnXhhq {
  position: fixed;
  z-index: 1001;
  opacity: 1;
  top: 60px;
  left: 88%;
}



@media only screen and (max-width: 600px) {
  .cnXhhq {
    left: 58%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .cnXhhq {
    left: 68%;
  }
}


@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .cnXhhq {
    left: 78%;
  }
}

.dgCFqU .menu-item {
  padding: 8px;
  background: rgb(41, 44, 47);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 10px;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.dgCFqU .menu-item h4 {
  padding: 12px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.3s ease-in-out;
}

.dgCFqU .menu-item li {
  padding: 0px 8px;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.dgCFqU .menu-item li .iconfont {
  font-size: 12px;
  color: rgb(0,186,61);
}


.row-start {
  display: flex;
  flex-direction: row;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.dgCFqU .menu-item li:hover span {
  color: rgb(0,186,61);
}

.dgCFqU .menu-item li span {
  width: 90px;
font-weight: 500;
font-size: 14px;
line-height: 36px;
transition: 0.3s ease-in-out;
color: rgb(255, 255, 255);

}


.icon-select-confirm::before{
  content: "";
}


.kSxwpo.disabled {
	border: medium;
	cursor: not-allowed;
	background: rgba(255, 255, 255, 0.06);
}