
.el-popper{--el-popper-border-radius:var(--el-popover-border-radius,4px);border-radius:var(--el-popper-border-radius);font-size:12px;line-height:20px;min-width:10px;overflow-wrap:break-word;padding:5px 11px;position:absolute;visibility:visible;z-index:2000}.el-popper.is-dark{background:var(--el-text-color-primary);border:1px solid var(--el-text-color-primary);color:var(--el-bg-color)}.el-popper.is-dark .el-popper__arrow:before{background:var(--el-text-color-primary);border:1px solid var(--el-text-color-primary);right:0}.el-popper.is-light{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color-light)}.el-popper.is-light .el-popper__arrow:before{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color-light);right:0}.el-popper.is-pure{padding:0}.el-popper__arrow{height:10px;position:absolute;width:10px;z-index:-1}.el-popper__arrow:before{background:var(--el-text-color-primary);box-sizing:border-box;content:" ";height:10px;position:absolute;transform:rotate(45deg);width:10px;z-index:-1}.el-popper[data-popper-placement^=top]>.el-popper__arrow{bottom:-5px}.el-popper[data-popper-placement^=top]>.el-popper__arrow:before{border-bottom-right-radius:2px}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow{top:-5px}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before{border-top-left-radius:2px}.el-popper[data-popper-placement^=left]>.el-popper__arrow{right:-5px}.el-popper[data-popper-placement^=left]>.el-popper__arrow:before{border-top-right-radius:2px}.el-popper[data-popper-placement^=right]>.el-popper__arrow{left:-5px}.el-popper[data-popper-placement^=right]>.el-popper__arrow:before{border-bottom-left-radius:2px}.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent!important;border-top-color:transparent!important}.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent!important;border-right-color:transparent!important}.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent!important;border-left-color:transparent!important}.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent!important;border-top-color:transparent!important}

.el-avatar{--el-avatar-text-color:var(--el-color-white);--el-avatar-bg-color:var(--el-text-color-disabled);--el-avatar-text-size:14px;--el-avatar-icon-size:18px;--el-avatar-border-radius:var(--el-border-radius-base);--el-avatar-size-large:56px;--el-avatar-size-small:24px;--el-avatar-size:40px;align-items:center;background:var(--el-avatar-bg-color);box-sizing:border-box;color:var(--el-avatar-text-color);display:inline-flex;font-size:var(--el-avatar-text-size);height:var(--el-avatar-size);justify-content:center;overflow:hidden;text-align:center;width:var(--el-avatar-size)}.el-avatar>img{display:block;height:100%;width:100%}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:var(--el-avatar-border-radius)}.el-avatar--icon{font-size:var(--el-avatar-icon-size)}.el-avatar--small{--el-avatar-size:24px}.el-avatar--large{--el-avatar-size:56px}
[data-v-cf97cd46]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.button-invite[data-v-cf97cd46] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 40px;
  color: #553b29;
  background: linear-gradient(107.15deg, #ffecad 0%, #ffc670 100%);
  border-radius: 33px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.text-hover[data-v-cf97cd46] {
  color: #b07af3;
  width: 100%;
  padding: 5px 5px;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 5px;
  font-size: 15px;
}
.text-hover[data-v-cf97cd46]:hover {
  background-color: #ccc;
}
.modal-overlay-image[data-v-cf97cd46] {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
.userInfo[data-v-cf97cd46] {
  position: fixed;
  top: 60px;
  right: 40px;
  border-radius: 5px;
  width: 280px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #212226;
  border-width: 1px;
  border-color: #d5d5d6;
  border-style: solid;
}
.exchange-title[data-v-cf97cd46] {
  text-align: center;
  margin-bottom: 12px;
  color: #ebbf6f;
  font-size: 16px;
  font-weight: 600;
}
.exchange .card[data-v-cf97cd46] {
  border: 1px solid #ebbf6f;
  padding: 12px 32px;
  border-radius: 4px;
  margin: 0 8px;
}
.exchange .card.btn[data-v-cf97cd46] {
  width: 60%;
  text-align: center;
  margin: 16px auto 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #ebbf6f;
}
.exchange-code[data-v-cf97cd46] {
  display: flex;
  align-items: center;
  margin: 12px 0 8px 0;
}
.exchange-code .image[data-v-cf97cd46] {
  width: 180px;
  height: 44px;
  margin: 0 12px;
}
.exchange-code .text[data-v-cf97cd46] {
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
}
.exchange .input[data-v-cf97cd46] {
  height: 40px;
  border-radius: 2px;
}
.exchange .input[data-v-cf97cd46] .el-input__wrapper {
  border-radius: 4px;
}
.exchange-rule[data-v-cf97cd46] {
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.exchange .success[data-v-cf97cd46] {
  color: #ebbf6f;
  text-align: center;
  font-size: 16px;
}
.exchange .success .image[data-v-cf97cd46] {
  width: 131px;
  height: 159px;
}
.exchange .success .foot[data-v-cf97cd46] {
  width: 55%;
  border: 1px solid #ebbf6f;
  margin: 12px auto;
  padding: 12px 24px;
  border-radius: 6px;
}
.exchange .success .foot .item[data-v-cf97cd46] {
  display: flex;
  align-items: center;
  margin: 2px 0;
}
.exchange .success .foot .item .vip[data-v-cf97cd46] {
  width: 40px;
  height: 16px;
}
.exchange .success .foot .item .species[data-v-cf97cd46] {
  width: 16px;
  height: 16px;
  margin: 0 4px -2px 4px;
}
.my-header[data-v-cf97cd46] {
  width: 100%;
  text-align: right;
}
@charset "UTF-8";
[data-v-051c6fd6]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.app-container[data-v-051c6fd6] {
  position: relative;
  width: 100%;
  height: 100%;
}
.container[data-v-051c6fd6] {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
}
[data-v-051c6fd6] .el-header {
  padding: 0;
  background-color: transparent;
}
.el-menu-demo[data-v-051c6fd6] {
  max-width: 720px;
  overflow: hidden;
  background-color: transparent;
}
[data-v-051c6fd6] .el-menu--horizontal > .el-sub-menu .el-sub-menu__title {
  font-weight: bold;
  font-size: 17px;
}

/* 设置菜单未选中时的字体颜色 */
.el-menu-item[data-v-051c6fd6] {
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 0 solid transparent;
}
.el-menu--horizontal.el-menu[data-v-051c6fd6] {
  border-bottom: 0 solid transparent;
}
.el-menu--horizontal > .el-menu-item.is-active[data-v-051c6fd6] {
  color: #4ebafa !important;
  border-bottom: 2px solid #4ebafa;
}
.el-menu--horizontal .el-menu-item[data-v-051c6fd6]:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item[data-v-051c6fd6]:not(.is-disabled):hover {
  color: #4ebafa !important;
  border-bottom: 2px solid #4ebafa;
  background-color: transparent;
}
.signin[data-v-051c6fd6] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 18px;
  background: linear-gradient(90deg, #ff8a53, #e6426f);
  color: #fff;
  padding: 0 20px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}
.signin.dis[data-v-051c6fd6] {
  background: #192837;
  color: #94caf3;
}
.jinbiView[data-v-051c6fd6] {
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  background: #192837;
  border-radius: 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
[data-v-051c6fd6] .navbar-item {
  display: inline-block;
  margin-left: 18px;
  font-size: 22px;
  color: #5a5e66;
  box-sizing: border-box;
  cursor: pointer;
}
.navbar-right-nologin[data-v-051c6fd6] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}
