.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  display: flex !important;
  justify-content: center;
}
.justify-start {
  display: flex !important;
  justify-content: flex-start;
}
.justify-end {
  display: flex !important;
  justify-content: flex-end;
}
.justify-between {
  display: flex !important;
  justify-content: space-between;
}
.justify-around {
  display: flex !important;
  justify-content: space-around;
}
.align-center {
  display: flex !important;
  align-items: center;
}
.align-end {
  display: flex !important;
  align-items: flex-end;
}
.align-start {
  display: flex !important;
  align-items: flex-start;
}
.flex-column {
  display: flex !important;
  flex-direction: column;
}
.router-link-a-color {
  color: unset;
}
.dividing-line {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
}
.code-modal .qrcode {
  width: 285px;
  height: 285px;
}

/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
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 {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  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'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -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: 0.2em;
  background-color: #feffe6;
}

body {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}
.ant-float-btn {
  z-index: 1000;
  right: 80px;
}
.ant-layout {
  background: #f6f7fb;
}
.ant-float-btn {
  z-index: 1000;
}
.app-spin-wrapper {
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/*更改组件弹窗样式 */
.ant-modal .ant-modal-content {
  padding: 0;
}
.ant-modal .ant-modal-header {
  padding: 16px 24px;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}
.ant-modal .ant-modal-body {
  padding: 24px;
}
.ant-modal .ant-modal-footer {
  border-top: 1px solid #f0f0f0;
  padding: 16px 24px;
  margin: 0;
}
/*更改组件日期选择样式 */
.ant-picker-calendar .ant-picker-cell-disabled::before {
  background: transparent;
}
.app-layout {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.app-layout .ant-layout-sider {
  background: #ffffff;
  position: relative;
}
.app-layout .ant-layout-sider .nav-team-btn {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  font-size: 14px;
  cursor: pointer;
}
.app-layout .ant-layout-sider .nav-team-btn .icon {
  font-size: 16px;
  margin-right: 4px;
}
.app-layout .ant-layout-sider .sider-nav {
  position: relative;
  /*选中状态 */
}
.app-layout .ant-layout-sider .sider-nav .ant-menu-item {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  color: var(--text-color);
}
.app-layout .ant-layout-sider .sider-nav .ant-menu-item .nav-img-on {
  display: block;
}
.app-layout .ant-layout-sider .sider-nav .ant-menu-item .nav-img {
  display: none;
}
.app-layout .ant-layout-sider .sider-nav .ant-menu-item:hover {
  color: var(--primary-color);
  background: transparent;
}
.app-layout .ant-layout-sider .sider-nav .ant-menu-item:hover .nav-img-on {
  display: none;
}
.app-layout .ant-layout-sider .sider-nav .ant-menu-item:hover .nav-img {
  display: block;
}
.app-layout .ant-layout-sider .sider-nav .ant-menu-item-selected {
  background: transparent !important;
  color: var(--primary-color);
}
.app-layout .ant-layout-sider .sider-nav .ant-menu-item-selected .nav-img-on {
  display: none;
}
.app-layout .ant-layout-sider .sider-nav .ant-menu-item-selected .nav-img {
  display: block;
}
.app-layout .ant-layout-sider .sider-nav .nav {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  position: relative;
}
.app-layout .ant-layout-sider .sider-nav .nav span {
  margin: 0;
}
.app-layout .ant-layout-sider .sider-nav .nav .nav-icon {
  font-size: 30px;
}
.app-layout .ant-menu.ant-menu-dark,
.app-layout .ant-menu-dark .ant-menu-sub,
.app-layout .ant-menu.ant-menu-dark .ant-menu-sub {
  background: transparent;
}
.app-layout .app-header {
  padding: 0;
  background: transparent;
}
.app-layout .content-wrap {
  background: #f6f7fb;
  flex: 1 1 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.app-layout .ant-menu-item {
  color: var(--text-color);
}
.app-layout .ant-menu-item:hover {
  color: var(--primary-color);
}
.nav-img {
  width: 28px;
  height: 28px;
}
.nav-img-on {
  width: 28px;
  height: 28px;
}
/*内容审核样式 */
.approval {
  position: relative;
  background: rgba(254, 249, 230, 0.9);
}
.approval .approval-text {
  background: rgba(254, 249, 230, 0.9);
  width: calc(100%);
  height: calc(100%);
  position: absolute;
  top: 0;
  left: 0;
  color: #ed6a0c;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.vip-popup-comp .ant-modal-content {
  background: transparent;
}
.vip-popup-comp .ant-modal-body {
  padding: 0;
}
.vip-popup-comp .ant-modal-close {
  top: -30px;
  right: -40px;
  border: #ffffff 2px solid;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.vip-popup-comp .ant-modal-close .ant-modal-close-x {
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.vip-popup-comp .vip-popup-content {
  border-radius: 15px;
  overflow: hidden;
}
.vip-popup-comp .vip-popup-content .vip-head {
  width: 100%;
  height: 120px;
  padding: 0 24px 30px 24px;
  box-sizing: border-box;
  background-image: url(/img/vip-img.342a6639.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vip-popup-comp .vip-popup-content .vip-head .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--heading-color);
}
.vip-popup-comp .vip-popup-content .vip-head .title .user {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.vip-popup-comp .vip-popup-content .vip-head .date {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 12px;
  color: var(--text-color-secondary);
}
.vip-popup-comp .vip-popup-content .vip-head .date.not-member {
  color: #fb9900;
}
.vip-popup-comp .vip-popup-content .vip-head .date .vip-tips {
  width: 36px;
  height: 16px;
  border-radius: 29px;
  opacity: 1;
  border: 1px solid var(--primary-color);
  background: #ffe5bb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #dc8702;
  margin-right: 8px;
}
.vip-popup-comp .vip-popup-content .vip-content {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
  background: #ffffff;
  margin-top: -30px;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list {
  width: 130px;
  height: 105px;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid var(--border-color-base);
  position: relative;
  color: var(--heading-color);
  cursor: pointer;
  margin: 0 20px 20px 0;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list:nth-child(3n) {
  margin-right: 0;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list .active {
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 8px 0 8px 0;
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: none;
  align-items: center;
  justify-content: center;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list .active .icon {
  color: #ffffff;
  font-size: 12px;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list .new {
  position: absolute;
  display: flex;
  top: -8px;
  right: -10px;
  height: 22px;
  padding: 0 14px;
  background-image: url(data:image/png;base64,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);
  background-size: 100% 100%;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list .pay-title {
  font-size: 13px;
  margin: 8px 0 0 12px;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list .pay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 8px auto 12px;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list .pay .pay-currency {
  font-size: 12px;
  margin-right: 2px;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list .pay .pay-number {
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list .original {
  font-size: 12px;
  color: var(--text-color-secondary);
  text-decoration: line-through;
  text-align: center;
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list-active {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.vip-popup-comp .vip-popup-content .vip-content .pay-warp .pay-list-active .active {
  display: flex;
}
.vip-popup-comp .vip-popup-content .vip-content .interests {
  margin: 0px 0 16px;
  font-size: 16px;
  color: var(--heading-color);
  position: relative;
  z-index: 2;
}
.vip-popup-comp .vip-popup-content .vip-content .interests::after {
  content: '';
  width: 64px;
  height: 4px;
  background: #ffe0af;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap {
  max-height: 27vh;
  overflow-y: scroll;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap::-webkit-scrollbar {
  /*滚动条整体样式 */
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸 */
  height: 8px;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap::-webkit-scrollbar-thumb {
  /*滚动条里面小方块 */
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #bfbfbf;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap::-webkit-scrollbar-track {
  /*滚动条里面轨道 */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #e6e6e6;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .equity-img {
  width: 100%;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .team-a {
  margin: 24px 0 0;
  padding: 0 16px;
  height: 50px;
  border-radius: 25px;
  background: #f7f8fa;
  font-size: 14px;
  color: #2e6eff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .team-a .logo-img {
  width: 32px;
  margin-right: 16px;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .table {
  border-collapse: collapse;
  border-color: #eeeeee;
  font-size: 12px;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .table th {
  background: #eaeaea;
  width: 144px;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  color: var(--heading-color);
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .table td {
  padding: 12px 0;
  text-align: center;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .table .color1 {
  color: var(--text-color-secondary);
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .table .color2 {
  color: var(--text-color);
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .table .color3 {
  color: #d07c08;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .question-content {
  color: #666666;
  font-size: 14px;
  margin: 24px 0;
  word-wrap: break-word;
  word-break: break-all;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .question-content .question-title {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  z-index: 999;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .question-content .question-title::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 5px;
  width: 65px;
  background-color: #fee1b6;
  z-index: -1;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .question-content .question-item {
  margin: 12px 0;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .question-content .question-item .question-item-title {
  color: #333333;
  font-size: 15px;
  margin: 2px 0;
  white-space: nowrap;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .question-content .question-bottom {
  text-align: center;
  background: #fff3e0;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  margin: 0 7px;
  color: #333333;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .question-content .question-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.vip-popup-comp .vip-popup-content .vip-content .table-wrap .question-content .question-img img {
  width: 180px;
  height: 180px;
}
.vip-popup-comp .vip-popup-content .vip-content .btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.vip-popup-comp .vip-popup-content .vip-content .btn-wrap .btn {
  width: 280px;
  border-radius: 20px;
}
.vip-popup-comp .vip-popup-content .vip-content .successful-opening {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
}
.vip-popup-comp .vip-popup-content .vip-content .successful-opening .icon {
  font-size: 62px;
  color: #029b00;
  margin-bottom: 16px;
}
.vip-popup-comp .vip-popup-content .vip-content .successful-opening .title {
  font-size: 16px;
  color: var(--heading-color);
  margin-bottom: 24px;
  margin-left: 12px;
}
.vip-popup-comp .vip-popup-content .vip-content .successful-opening .text {
  font-size: 14px;
  color: var(--text-color-secondary);
  text-align: center;
}
.pay-popup-comp .ant-modal-content {
  background: transparent;
}
.pay-popup-comp .ant-modal-body {
  padding: 0;
}
.pay-popup-comp .ant-modal-close {
  top: -30px;
  right: -40px;
  border: #ffffff 2px solid;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.pay-popup-comp .ant-modal-close .ant-modal-close-x {
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.pay-popup-comp .pay-content {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ffffff;
}
.pay-popup-comp .pay-content .img-wrap {
  width: 100%;
  position: relative;
}
.pay-popup-comp .pay-content .img-wrap .img {
  width: 100%;
}
.pay-popup-comp .pay-content .img-wrap .mask {
  position: absolute;
  width: 100%;
  height: 196px;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-popup-comp .pay-content .img-wrap .mask .exclamation-icon {
  font-size: 45px;
  color: #faad14;
}
.pay-popup-comp .pay-content .title {
  font-size: 14px;
  color: var(--heading-color);
  text-align: center;
  margin-top: 24px;
}
.pay-popup-comp .pay-content .expire {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: var(--heading-color);
  margin-top: 24px;
}
.pay-popup-comp .pay-content .expire .text {
  color: var(--text-color);
  margin-top: 4px;
}

