@import "element-comment.css";
.menu-alink {
  color: inherit;
  text-decoration: none;
}
.border-r-none td {
  border-right: none !important;
}
.border-r-hover th {
  border-right: none !important;
}
.border-r-hover:hover th {
  border-right: 1px solid #EBEEF5 !important;
}
.word-pre {
  white-space: pre-line !important;
}
.viewer-container {
  z-index: 9999 !important;
}
/* 取消number类型输入框的加减按钮 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.pro-des-loading {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 6;
  /* 加载中 开始 */
}
.pro-des-loading::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 200px);
  height: 100%;
  background: #fff;
}
.pro-des-loading #mainLoading {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 加载中 开始 */
#mainLoading {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
}
#mainLoading.pro-des {
  background: transparent;
  z-index: 6;
}
#mainLoading.pro-des::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 200px);
  height: 100%;
  background: #fff;
}
.template:first-child {
  display: none;
}
.base-color {
  color: var(--color-primary);
  cursor: pointer;
}
#mainLoading .ddr {
  width: 12px;
  height: 12px;
  float: none;
  margin: 0 2px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6739, #ff9b6e);
  animation: loading 1s infinite ease-in-out;
  /*animation：动画名称 持续时间 动画速度曲线 延迟 执行多少次 是否正反方向轮流播放*/
}
#mainLoading .ddr2 {
  animation-delay: -0.9s;
  /*定义开始执行的地方，负号表示直接从第900ms开始执行*/
}
#mainLoading .ddr3 {
  animation-delay: -0.8s;
}
#mainLoading .ddr4 {
  animation-delay: -0.7s;
}
#mainLoading .ddr5 {
  animation-delay: -0.6s;
}
@keyframes loading {
  0%,
  80%,
  100% {
    opacity: 0.34;
    transform: translateY(0) scale(0.86);
  }
  40% {
    opacity: 1;
    transform: translateY(-12px) scale(1.18);
  }
}
/* 加载中结束 */
/* header部分开始 */
.el-header {
  /* position: sticky;
      position: -webkit-sticky; */
  position: fixed;
  width: calc(100% - 190px);
  top: 0;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0px 1px 4px rgba(21, 34, 50, 0.08);
  border-radius: 0px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}
.search-value {
  font-size: 0.14rem;
  color: #040e34;
}
.search-name {
  font-size: 0.12rem;
  color: #9696a3;
  margin-bottom: 0.1rem;
}
.header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* margin-left: .46rem; */
}
.header-left .el-input input {
  width: 4rem;
}
.menu-img {
  display: none;
}
.header-left .el-input input {
  border: none;
}
.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.header-right .cloum-line-item {
  margin-left: 20px;
  margin-right: 16px;
}
.header-right .car-item {
  margin-right: 30px;
  cursor: pointer;
}
.header-right .car-item .el-badge {
  height: 24px;
}
.header-right .car-item .el-badge .el-badge__content.is-fixed {
  top: 5px;
  background-color: var(--color-danger);
}
.header-right .hg-24 {
  height: 24px;
}
.header-right .header-right-item .cloum-line {
  width: 0px;
  height: 13px;
  border: 1px solid #e6e7eb;
  opacity: 1;
}
.header-right .header-right-item img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.header-right .header-right-item .right-icon {
  width: 7px;
}
.header-right .header-right-item .el-dropdown-country {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.header-right .header-right-item .el-dropdown-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.header-right .header-right-item .el-dropdown-header .head-box {
  width: 24px;
  height: 24px;
  font-size: 15px;
  color: #ffffff;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right .header-right-item .un-login {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  color: #8692b0;
}
.header-right .header-right-item .un-login img {
  width: 24px;
  height: 24px;
  margin-right: 0.06rem;
}
.top-msg-box {
  width: 3.6rem;
  box-sizing: border-box;
  padding: 0.22rem 0 0 0;
}
.top-msg-box .msg-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.16rem;
}
.top-msg-box .msg-top .msg-top-left {
  font-size: 0.16rem;
  color: #1e2736;
}
.top-msg-box .msg-top .msg-top-right {
  cursor: pointer;
  font-size: 0.12rem;
  color: var(--color-primary);
}
.top-msg-box .msg-list {
  margin-top: 0.23rem;
  width: 100%;
}
.top-msg-box .msg-list .msg-item {
  display: flex;
  height: 0.42rem;
  align-items: center;
  margin-bottom: 0.2rem;
  padding: 0 0.16rem;
  transition: background 0.3s ease-in-out;
}
.top-msg-box .msg-list .msg-item:hover {
  cursor: pointer;
  background: #e0ebff;
}
.top-msg-box .msg-list .msg-item .msg-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  flex-shrink: 0;
  margin-right: 0.12rem;
}
.top-msg-box .msg-list .msg-item .msg-item-left img {
  width: 100%;
  height: 0.32rem;
}
.top-msg-box .msg-list .msg-item .msg-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-msg-box .msg-list .msg-item .msg-item-right .msg-item-right-top {
  font-size: 0.14rem;
  color: #1e2736;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-msg-box .msg-list .msg-item .msg-item-right .msg-item-right-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 0.12rem;
  color: #757575;
}
/* header部分结束 */
/* 主体部分开始 */
.el-main {
  padding-top: 0.83rem;
  padding-left: 1.02rem;
  padding-right: 1.02rem;
  font-size: 0.14rem;
}
/* 图形验证码弹窗 开始*/
.captcha-dialog .el-dialog__body {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.dialog-title {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #171725;
}
.dialog-form {
  display: flex;
  flex-direction: row;
  padding-top: 0.38rem;
}
.dialog-form .el-input__inner {
  height: 0.46rem;
}
.dialog-form img {
  height: 0.46rem;
  width: 1.11rem;
  margin-left: 0.1rem;
  cursor: pointer;
}
.err-alert {
  margin-top: 0.2rem;
  padding-right: 1.21rem;
}
.dialog-footer {
  margin-top: 0.4rem;
  display: flex;
  justify-content: flex-end;
}
.dialog-footer .btn-ok,
.dialog-footer .btn-no {
  height: 0.46rem;
  min-width: 1.12rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dialog-footer .btn-ok {
  background: var(--color-primary);
  color: #ffffff;
}
.dialog-footer .btn-no {
  background: #e7e7e7;
}
/* 图形验证码弹窗 结束*/
.main-card {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 1.5715;
  color: #2B2B2B;
  word-break: break-all;
  margin: auto;
}
/* 换页相关开始 */
.myPage .el-pagination {
  display: flex;
  align-items: center;
  flex: 1;
}
.myPage .el-pagination .el-input__inner {
  height: 0.32rem !important;
}
.myPage .el-pagination .el-input__icon {
  line-height: 0.32rem;
}
.myPage .el-pagination .el-pager li,
.myPage .el-pagination .el-pagination__jump {
  font-size: 0.13rem !important;
}
.el-pagination .page-total {
  margin: 0 auto 0 0.22rem;
  font-size: 0.12rem !important;
  font-family: PingFang SC;
  font-weight: 400;
  color: #757575;
}
.el-pager .number {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border: 1px solid #e6e7eb;
  margin-right: 0.08rem;
  border-radius: 0.03rem;
}
.el-pager .number:last-child {
  margin-right: 0;
}
.el-pager .active {
  background: #f4f7fc;
  border: 1px solid var(--color-primary);
}
.el-pager li.active + li {
  border-left: 1px solid #e6e7eb;
}
/* 换页相关结束 */
/* 主体部分结束 */
/* 左侧菜单开始 */
.el-menu {
  border-right: none;
}
.menu-top {
  margin-top: 86px;
}
.aside-menu-text {
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-top .el-menu-item.is-active {
  background-color: var(--color-menu-active-bg) !important;
  color: var(--color-menu-text-active) !important;
}
.menu-top .el-menu-item.is-active i {
  color: var(--color-menu-text-active) !important;
}
.menu-top .el-submenu__title {
  height: 40px;
  line-height: 40px;
  display: flex;
  border-radius: 8px;
}
.menu-top .el-submenu__title i {
  color: var(--color-menu-text);
}
.menu-top .el-submenu__title:hover {
  background-color: var(--color-menu-hover-bg) !important;
  color: var(--color-menu-text-active) !important;
}
.menu-top .el-submenu__title:hover i {
  color: var(--color-menu-text-active);
}
/* .menu-top .el-submenu {
      margin-left: .07rem;
      height: 44px;
      line-height: 44px;
  } */
.menu-top .el-menu-item {
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.menu-top .el-menu-item i {
  color: var(--color-menu-text);
}
.menu-top .el-menu-item:hover {
  background-color: var(--color-menu-hover-bg) !important;
  color: var(--color-menu-text-active) !important;
}
.menu-top .el-menu-item:hover i {
  color: var(--color-menu-text-active) !important;
}
.menu-top .el-submenu .el-menu-item {
  min-width: auto;
  height: 30px;
  line-height: 30px;
  padding-left: 60px !important;
}
.menu-top .el-submenu .el-menu-item:hover {
  background-color: var(--color-menu-hover-bg) !important;
  color: var(--color-menu-text-active) !important;
}
.menu-top .el-submenu .el-menu-item.is-active {
  margin-left: 0;
}
.el-aside {
  padding: 0 8px;
  box-sizing: border-box;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: var(--color-menu-bg);
  height: 100vh;
  font-size: 14px;
  z-index: 10;
}
.el-aside:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
}
.el-aside:hover::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
.el-aside::-webkit-scrollbar {
  width: 6px;
}
.el-aside::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.el-aside::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.5rem;
}
.el-aside::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
.menu-list-top,
.menu-list-bottom {
  margin-top: 86px;
  color: #ffffff;
}
.father-item {
  margin-bottom: 12px !important;
}
.child-menu {
  display: flex;
  flex-direction: column;
}
.child-menu .child-item-text {
  padding-left: 5px;
  margin-bottom: 12px;
  margin-left: 15px;
  opacity: 0.6;
  cursor: pointer;
  border-left: 3px solid var(--color-menu-bg);
}
.child-item-text:last-child {
  margin-bottom: 24px;
}
.child-active {
  opacity: 1 !important;
  border-left: 3px solid #ffff !important;
}
.menu-list-top > .menu-active,
.menu-list-bottom > .menu-active {
  border-left: 3px solid #ffff;
  opacity: 1;
  margin-left: 4px;
}
.ali-logo {
  height: 28px;
  max-width: 130px;
  margin: 12px auto 0;
  display: block;
  cursor: pointer;
}
.line {
  width: 123px;
  height: 0px;
  border: 1px solid #ffffff;
  opacity: 0.1;
  margin: 90px auto;
}
.menu-item {
  padding-left: 0.18px;
  margin-left: 7px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  opacity: 0.6;
}
.item-img {
  height: 16px;
}
.item-text {
  line-height: 20px;
  margin-left: 20px;
}
/* 左侧菜单结束 */
/* message */
.el-message {
  font-size: 20px;
}
.el-date-picker .el-picker-panel__footer .el-button {
  display: inline-flex;
}
.batch-op-btn {
  display: flex;
  align-items: center;
}
.batch-op-btn .el-dropdown .el-button-group {
  display: flex;
}
.batch-op-btn .el-dropdown .el-button-group .el-button {
  height: 0.4rem;
  box-sizing: border-box;
  font-size: 0.16rem;
}
.batch-op-btn .el-dropdown .el-button-group .el-button--primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.batch-op-btn .el-dropdown .el-button-group .el-button--primary:hover,
.batch-op-btn .el-dropdown .el-button-group .el-button--primary:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
/* 表格 */
tr > td {
  padding-left: 20px !important;
}
th {
  padding-left: 20px !important;
}
.com-search .el-input__suffix {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.buy-product-btn {
  width: 0.6rem;
  height: 90%;
  background: var(--color-primary);
  opacity: 1;
  border-radius: 3px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0.08rem;
  font-size: 0.14rem;
  font-weight: bold;
  font-family: PingFang SC;
  margin-left: 0.1rem;
  align-self: center;
}
/* 优惠码开始 */
.discount-popover {
  padding: 0;
}
.discount-content {
  position: relative;
  height: 1.74rem;
  width: 4.22rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.discount-content .close-btn-img {
  position: absolute;
  cursor: pointer;
  top: 0.1rem;
  right: 0.12rem;
  width: 0.24rem;
  height: 0.24rem;
}
.discount-content .close-btn-img img {
  width: 100%;
  height: 100%;
}
.discount-content .discount-input {
  width: 2.4rem;
  font-size: 0.15rem;
}
.discount-content .discount-input .el-input__inner {
  height: 0.46rem;
  line-height: 0.46rem;
}
.discount-content .discount-btn {
  display: inline-block;
  font-size: 0.16rem;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  background: var(--color-primary);
  width: 1.12rem;
  height: 0.46rem;
  border-radius: 0.03rem;
  margin-left: 0.1rem;
}
.discount-text {
  display: inline-block;
  padding: 0 0.04rem;
  border-radius: 0.03rem;
  border: 1px solid var(--color-discount-num);
  font-size: 0.12rem;
  cursor: pointer;
  color: var(--color-discount-num);
  line-height: 1.5715;
}
.cash-code {
  display: inline-block;
  padding: 0 0.04rem;
  border-radius: 0.03rem;
  border: 1px solid var(--color-cash-num);
  cursor: pointer;
  font-size: 0.12rem;
  color: var(--color-cash-num);
  line-height: 1.5715;
}
.event-text {
  display: inline-block;
  padding: 0 0.04rem;
  border-radius: 0.03rem;
  border: 1px solid var(--color-cash-num);
  cursor: pointer;
  font-size: 0.12rem;
  color: var(--color-cash-num);
  line-height: 1.5715;
}
.event-text .el-icon-caret-bottom {
  margin-left: 0.08px;
}
.event-content {
  display: flex;
  align-items: center;
  column-gap: 0.15rem;
}
/* 支付弹窗结束 */
.withdraw-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem 0 0.8rem;
}
.withdraw-dialog .dialog-main {
  margin-top: 0.4rem;
}
.withdraw-dialog .dialog-main .el-form-item__label {
  font-size: 0.16rem;
  color: #1e2736;
  line-height: 1.5715;
}
.withdraw-dialog .dialog-main .input-select {
  height: 0.46rem;
  width: 100%;
}
.withdraw-dialog .dialog-main .input-select .el-input__inner {
  height: 0.46rem;
}
.withdraw-dialog .dialog-main .amount-input .el-input__suffix {
  right: 0;
}
.withdraw-dialog .dialog-main .amount-input .all-btn {
  font-size: 15px;
  color: var(--color-primary);
  cursor: pointer;
  padding-right: 0.16rem;
}
.withdraw-dialog .withdraw-rule .label {
  font-size: 14px;
  color: #1e2736;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.withdraw-dialog .withdraw-rule .rules .rules-item {
  font-size: 14px;
  color: #1e2736;
}
/* 升级防御 */
.ip-defase-box .fire-list-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.1rem;
}
.ip-defase-box .fire-list-search .el-input {
  width: auto;
}
.ip-defase-box .operation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.08rem;
  row-gap: 0.1rem;
}
.ip-defase-box .operation .el-button--text {
  color: var(--color-primary);
  margin: 0;
  padding: 0;
}
.ip-defase-box .operation .el-button.is-disabled {
  color: #C0C4CC;
}
.ipDefase-now-info {
  display: flex;
  flex-direction: column;
  row-gap: 0.1rem;
  border: 1px solid #E6E7EB;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 0.2rem;
}
.pay-dialog {
  width: 12rem;
}
.pay-dialog .pc-pay {
  display: block;
}
.pay-dialog .mobile-pay {
  display: none;
}
.pay-dialog .el-dialog__header {
  display: none;
}
.pay-dialog .el-dialog__body {
  padding: 0 !important;
  padding-bottom: 0.3rem !important;
}
.pay-dialog .dia-content {
  min-height: 4rem;
}
.pay-dialog .dia-content,
.pay-dialog .dia-title,
.pay-dialog .dia-fotter {
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.pay-dialog .dia-title {
  width: 100%;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eef4ff;
}
.pay-dialog .dia-title .title-text {
  font-size: 0.14rem;
}
.pay-dialog .pay-money {
  color: var(--color-price-text);
  font-size: 0.16rem;
}
.pay-dialog .font-26 {
  font-size: 0.26rem;
}
.pay-dialog .pay-top {
  position: relative;
}
.pay-dialog .pay-top .pay-type {
  margin-top: 0.3rem;
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
}
.pay-dialog .pay-top .pay-type .type-item {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 0.16rem;
  font-weight: bold;
  color: #1e2736;
  flex-shrink: 0;
  width: 1.86rem;
  height: 1rem;
  background: #f8f9fd;
  border-radius: 0.03rem;
  cursor: pointer;
  margin-right: 0.1rem;
  border: 1px solid #f8f9fd;
  transition: all 0.2s;
}
.pay-dialog .pay-top .pay-type .type-item > img {
  width: 113px;
  height: 30px;
}
.pay-dialog .pay-top .pay-type .type-item.active {
  position: relative;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.12);
  border: 1px solid var(--color-primary);
}
.pay-dialog .pay-top .pay-type .type-item.active .el-icon-check {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 10;
}
.pay-dialog .pay-top .pay-type .type-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-bottom: 0.24rem solid var(--color-primary);
  border-left: 0.24rem solid transparent;
}
.pay-dialog .pay-top .pay-type .type-item .type-dec {
  margin-top: 0.06rem;
  font-size: 0.12rem;
  font-weight: 400;
  color: #8692b0;
}
.pay-dialog .pay-top .pay-type::-webkit-scrollbar {
  display: none;
}
.pay-dialog .pay-top .left-btn,
.pay-dialog .pay-top .right-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.24rem;
  height: 0.38rem;
  cursor: pointer;
}
.pay-dialog .pay-top .left-btn img,
.pay-dialog .pay-top .right-btn img {
  width: 100%;
  height: 100%;
}
.pay-dialog .pay-top .left-btn {
  left: 0;
}
.pay-dialog .pay-top .right-btn {
  right: 0;
}
.pay-dialog .credit-tip {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  color: #8692b0;
  font-weight: 400;
}
.pay-dialog .use-blance {
  margin-top: 0.2rem;
}
.pay-dialog .use-blance .el-checkbox__input.is-checked .el-checkbox__inner,
.pay-dialog .use-blance .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.pay-dialog .use-blance .el-checkbox__inner::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-width: 0px 2px 2px 0px;
}
.pay-dialog .use-blance .el-checkbox__inner {
  width: 20px;
  height: 20px;
}
.pay-dialog .use-blance .blance-text {
  color: #1e2736;
  font-size: 0.14rem;
  cursor: pointer;
}
.pay-dialog .use-blance .blance-tip {
  font-size: 0.12rem;
  color: #8692b0;
}
.pay-dialog .QR-box {
  margin-top: 0.3rem;
  color: #1e2736;
  display: flex;
  justify-content: space-between;
}
.pay-dialog .QR-box .left {
  display: flex;
}
.pay-dialog .QR-box .recharge_pay {
  border: 1px solid #ccc;
  width: 4.5rem;
  min-height: 1rem;
  max-height: 2.3rem;
  overflow-y: auto;
  padding: 0.05rem;
  border-radius: 0.03rem;
  position: absolute;
  right: 0.2rem;
}
.pay-dialog .QR-box .qr-text {
  font-size: 0.12rem;
  font-weight: bold;
  color: #1e2736;
  margin-right: 0.16rem;
}
.pay-dialog .QR-box .qr-content {
  margin-right: 0.32rem;
  width: 120px;
  height: 120px;
}
.pay-dialog .QR-box .qr-money {
  font-size: 0.12rem;
  color: #8692b0;
}
.pay-dialog .custom-text {
  display: flex;
  align-items: end;
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #1e2736;
  font-weight: 400;
}
.pay-dialog .custom-text .el-icon-document-copy {
  font-size: 0.16rem;
  color: var(--color-primary);
  cursor: pointer;
  margin-left: 0.04rem;
}
.pay-dialog .dia-fotter {
  display: flex;
  justify-content: end;
}
.pay-dialog .dia-fotter .confirm-btn,
.pay-dialog .dia-fotter .def-btn,
.pay-dialog .dia-fotter .cancel-btn {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 0.03rem;
}
.pay-dialog .dia-fotter .confirm-btn {
  background: var(--color-primary);
}
.pay-dialog .dia-fotter .cancel-btn {
  background: #e7e7e7;
  color: #606266;
}
.pay-dialog .dia-fotter .def-btn {
  background: rgba(30, 39, 54, 0.24);
}
.branch-confirm-dialog .el-dialog__body {
  padding: 0;
}
.branch-confirm-dialog .el-dialog__footer {
  padding: 0;
}
.branch-confirm-dialog .dialog-footer {
  justify-content: end;
  padding: 0.2rem 0.5rem;
  margin-top: 0;
}
.branch-confirm-dialog .dialog-footer .el-button {
  min-width: 0.8rem;
  height: 0.4rem;
  border-radius: 0.04rem;
  text-align: center;
  margin: 0 5px;
}
.branch-confirm-dialog .dialog-footer .el-button span {
  padding: 0;
  font-size: 0.16rem;
}
.branch-confirm-dialog .dialog-footer .el-button:first-child {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}
.branch-confirm-dialog .dialog-footer .el-button:last-child {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.branch-rennew-dialog .el-dialog__header {
  display: none;
}
.branch-rennew-dialog .el-dialog__body {
  padding: 0;
}
.branch-rennew-dialog .el-dialog__footer {
  padding: 0;
}
.branch-rennew-dialog .dialag-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.6rem 0.5rem 0.2rem 0.5rem;
}
.branch-rennew-dialog .dialag-content .total-price {
  width: 100%;
  text-align: right;
  font-size: 0.14rem;
}
.branch-rennew-dialog .dialag-content .total-price .pay-money {
  color: var(--color-price-text);
}
.branch-rennew-dialog .dialag-content .total-price .font-26 {
  font-size: 0.26rem;
}
.branch-rennew-dialog .dialag-content .origin-price {
  width: 100%;
  text-align: right;
  font-size: 0.14rem;
  text-decoration: line-through;
  font-weight: 500;
  color: #999999;
}
.branch-rennew-dialog .dialag-content .used {
  cursor: pointer;
  height: 0.32rem;
  line-height: 0.32rem;
  background: rgba(249, 149, 0, 0.2);
  padding: 0 0.14rem;
  color: var(--color-discount-num);
  font-weight: bold;
  font-size: 0.14rem;
  display: inline-block;
  margin-top: 0.1rem;
}
.branch-rennew-dialog .dialag-content .tips-title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #1e2736;
}
.branch-rennew-dialog .dialog-footer {
  justify-content: end;
  padding: 0.2rem 0.5rem;
  margin-top: 0;
}
.branch-rennew-dialog .dialog-footer .el-button {
  width: 1.44rem;
  height: 0.46rem;
  border-radius: 0.04rem;
  text-align: center;
  margin: 0 5px;
}
.branch-rennew-dialog .dialog-footer .el-button span {
  padding: 0;
  font-size: 0.16rem;
}
.branch-rennew-dialog .dialog-footer .el-button:first-child {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}
.branch-rennew-dialog .dialog-footer .el-button:last-child {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.branch-repass-dialog .dialog-title {
  display: flex;
  flex-direction: column;
}
.branch-repass-dialog .dialog-title .second-title {
  font-size: 0.14rem;
  color: #8692B0;
}
.branch-repass-dialog .dialog-main {
  padding-top: 0.38rem;
}
.branch-repass-dialog .dialog-main .el-input__suffix {
  display: initial;
  right: 0;
}
.branch-repass-dialog .dialog-main .pass-input .pass-btn {
  width: 1.12rem;
  height: calc(100% - 0.02rem);
  background: #EEF4FF;
  border-radius: 0px 3px 3px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #4E5259;
  border-top: 1px solid #E6E7EB;
  border-right: 1px solid #E6E7EB;
  border-bottom: 1px solid #E6E7EB;
  cursor: pointer;
}
.branch-repass-dialog .dialog-footer {
  column-gap: 0.2rem;
}
.rz-dialog .el-dialog__header {
  display: none;
}
.rz-dialog .el-dialog__body {
  padding: 0;
}
.rz-dialog .dialag-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.5rem;
}
.rz-dialog .dialag-content .tips-title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #1e2736;
}
.rz-dialog .dialag-content .tips-text {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #1e2736;
  text-align: center;
}
.rz-dialog .dialag-content .button-box {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: end;
}
.rz-dialog .dialag-content .button-box .el-button {
  width: 1.8rem;
  height: 0.46rem;
  background: var(--color-primary);
  font-size: 0.16rem;
  color: #ffffff;
}
.rz-dialog .dialag-content .button-box .el-link {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  color: var(--color-primary);
}
@media screen and (max-width: 750px) {
  .el-main {
    padding-top: 1.66rem;
    padding-bottom: 1.5rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .el-header {
    width: 100%;
  }
  .withdraw-dialog .amount-input .el-input__suffix {
    height: auto;
  }
  /* 左侧菜单 */
  .el-aside {
    display: none;
  }
  /* 顶部展示 */
  .el-header {
    height: 1rem !important;
  }
  .menu-img {
    display: inline-block;
    cursor: pointer;
    height: 0.56rem;
  }
  .header-right {
    margin-right: 0px;
  }
  .right-item img {
    width: 0.56rem;
    height: 0.56rem;
  }
  /* 左侧弹窗菜单 */
  .drawer-menu {
    background: var(--color-menu-bg);
    font-size: 0.32rem;
  }
  .drawer-menu-top {
    width: 3.8rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .drawer-menu-logo {
    height: 28px;
    max-width: 2rem;
    margin: 0 auto;
  }
  .drawer-menu-list-top {
    margin-top: 0.86rem;
    padding: 0 0.2rem;
  }
  .drawer-menu-list-top > .drawer-menu-active {
    border-left: 3px solid #ffff;
    opacity: 1;
    margin-left: 0.04rem;
  }
  .drawer-menu-item {
    padding-left: 0.41rem;
    margin-left: 0.07rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    color: #ffffff;
    opacity: 0.6;
  }
  .menu-child-item {
    display: flex;
    flex-direction: column;
  }
  .menu-top {
    margin-top: 0;
  }
  .drawer-item-img {
    height: 0.38rem;
  }
  .drawer-item-text {
    line-height: 20px;
    margin-left: 0.41rem;
  }
  .el-input__inner {
    height: 0.8rem;
    font-size: 0.3rem;
  }
  .dialog-title {
    font-size: 0.32rem;
  }
  .el-tabs__item {
    font-size: 0.34rem;
    margin-bottom: 0.15rem;
    margin-top: 0.51rem;
  }
  .el-icon-search {
    font-size: 0.4rem;
  }
  .el-button {
    font-size: 0.34rem;
  }
  .right-item {
    margin-left: 0.3rem;
  }
  .el-divider__text {
    font-size: 0.28rem;
  }
  .head-box {
    cursor: pointer;
    width: 0.56rem;
    height: 0.56rem;
    font-size: 0.16rem;
    color: #ffffff;
    background: #fff;
    border-radius: 50%;
  }
  /* .el-input .el-input__clear {
          font-size: .4rem;
      } */
  .select-input .el-input--suffix {
    width: 1.86rem;
  }
  .el-message-box__message {
    font-size: 0.32rem;
  }
  .myPage .page-total {
    display: none !important;
  }
  .myPage .el-pagination .el-pagination__sizes {
    display: none;
  }
  .zf-dialog .el-dialog__headerbtn {
    top: 0.1rem;
  }
  .zf-dialog .pay-select {
    width: 4rem !important;
  }
  .pay-dialog {
    margin-top: 5vh !important;
    width: 6.9rem;
  }
  .pay-dialog .pc-pay {
    display: none;
  }
  .pay-dialog .mobile-pay {
    display: block;
  }
  .pay-dialog .el-dialog__header {
    display: none;
  }
  .pay-dialog .el-dialog__body {
    padding: 0 !important;
    padding-bottom: 0.3rem !important;
  }
  .pay-dialog .dia-content {
    margin-bottom: 1.2rem;
    padding: 0;
  }
  .pay-dialog .dia-content,
  .pay-dialog .dia-title,
  .pay-dialog .dia-fotter {
    box-sizing: border-box;
  }
  .pay-dialog .dia-title {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eef4ff;
  }
  .pay-dialog .order-id {
    margin-top: 0.2rem;
    padding: 0 0.3rem;
    font-size: 0.24rem;
    color: #8692b0;
  }
  .pay-dialog .title-text {
    font-size: 0.28rem;
  }
  .pay-dialog .pay-money {
    color: var(--color-price-text);
  }
  .pay-dialog .font-26 {
    font-size: 0.26rem;
  }
  .pay-dialog .pay-top {
    position: relative;
  }
  .pay-dialog .pay-top .pay-type {
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.15rem;
    max-height: 4rem;
    column-gap: 0.15rem;
    overflow: auto;
    white-space: nowrap;
  }
  .pay-dialog .pay-top .pay-type .type-item {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 0.16rem;
    font-weight: bold;
    color: #1e2736;
    flex-shrink: 0;
    width: calc(50% - 0.12rem);
    height: 1.4rem;
    background: #f8f9fd;
    border-radius: 0.03rem;
    margin-right: 0;
    cursor: pointer;
    border: 1px solid #f8f9fd;
  }
  .pay-dialog .pay-top .pay-type .type-item > img {
    width: 113px;
    height: 30px;
  }
  .pay-dialog .pay-top .pay-type .type-item.active {
    position: relative;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.12);
    border: 1px solid var(--color-primary);
  }
  .pay-dialog .pay-top .pay-type .type-item .type-dec {
    margin-top: 0.06rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #8692b0;
  }
  .pay-dialog .pay-top .pay-type::-webkit-scrollbar {
    display: none;
  }
  .pay-dialog .credit-tip {
    padding: 0 0.2rem;
    margin-top: 0.24rem;
    font-size: 0.24rem;
    color: #8692b0;
    font-weight: 400;
  }
  .pay-dialog .use-blance {
    padding-left: 0.3rem;
    margin-top: 0.7rem;
  }
  .pay-dialog .use-blance .el-checkbox__input.is-checked .el-checkbox__inner,
  .pay-dialog .use-blance .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .pay-dialog .use-blance .el-checkbox__inner::after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border-width: 0px 2px 2px 0px;
  }
  .pay-dialog .use-blance .el-checkbox__inner {
    width: 20px;
    height: 20px;
  }
  .pay-dialog .use-blance .blance-text {
    color: #1e2736;
    font-size: 0.3rem;
    cursor: pointer;
  }
  .pay-dialog .use-blance .blance-tip {
    font-size: 0.26rem;
    color: #8692b0;
  }
  .pay-dialog .qr-money {
    margin-top: 0.18rem;
    padding-left: 0.3rem;
    font-size: 0.26rem;
    color: #8692b0;
  }
  .pay-dialog .qr-money .pay-money {
    font-size: 0.24rem;
  }
  .pay-dialog .QR-box {
    margin-top: 0.3rem;
    padding-left: 0.3rem;
    color: #1e2736;
    display: flex;
  }
  .pay-dialog .QR-box .qr-text {
    font-size: 0.26rem;
    font-weight: bold;
    color: #1e2736;
    margin-right: 0.16rem;
  }
  .pay-dialog .QR-box .qr-content {
    margin-right: 0.32rem;
    width: 120px;
    height: 120px;
  }
  .pay-dialog .custom-text {
    display: flex;
    align-items: end;
    font-size: 0.26rem;
    padding: 0.3rem;
    color: #1e2736;
    font-weight: 400;
    border-bottom: 0.01rem solid #e6e7eb;
  }
  .pay-dialog .custom-text .el-icon-document-copy {
    font-size: 0.4rem;
    color: var(--color-primary);
    cursor: pointer;
    margin-left: 0.08rem;
  }
  .pay-dialog .dia-fotter .confirm-btn,
  .pay-dialog .dia-fotter .def-btn {
    width: 100%;
    height: 0.8rem;
    font-size: 0.34rem;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 0.03rem;
    margin-top: 0.2rem;
  }
  .pay-dialog .dia-fotter .confirm-btn {
    background: var(--color-primary);
  }
  .pay-dialog .dia-fotter .cancel-btn {
    font-size: 0.34rem;
    margin-left: 0;
    background: #e7e7e7;
    color: #606266;
  }
  .pay-dialog .dia-fotter .def-btn {
    background: rgba(30, 39, 54, 0.24);
  }
  .proof-dailog .dia-content {
    display: block !important;
  }
  .proof-dailog .dia-content .des {
    padding-left: 0.3rem;
  }
  .proof-dailog .dia-content .item {
    width: 100% !important;
  }
  .proof-dailog .custom-step {
    width: 100%;
    margin-left: 0;
  }
  .proof-dailog .custom-step .el-step__main {
    top: 0;
  }
  .proof-dailog .custom-step .el-step__title {
    font-size: 0.24rem;
  }
  .proof-dailog .dia-content .item:last-child {
    padding: 0.3rem !important;
  }
}
/* 购物车绑定限购*/
.goods-cart-tip .tip-title {
  font-size: 0.16rem;
  margin: 0.3rem 0 0.1rem 0;
}
.goods-cart-tip .tip-des {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.4);
  text-align: left;
}
.goods-cart-tip .tips-text {
  color: rgba(0, 0, 0, 0.4);
}
.goods-cart-tip .buy-text {
  cursor: pointer;
}
.goods-cart-tip .buy-text:hover {
  color: var(--color-primary);
}
/* 申请返现 */
.common-cashback {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  background: var(--color-primary);
  color: #fff;
  line-height: 0.24rem;
  padding: 0 0.08rem;
  border-radius: 0.03rem;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.14rem;
}
.common-cashback.big {
  line-height: 0.32rem;
  padding: 0 0.16rem;
}
.common-cashback-dialog {
  width: 6.36rem;
  max-width: 90%;
  padding: 0.6rem 0.6rem 0.4rem;
}
.common-cashback-dialog .el-dialog__header {
  display: none !important;
}
.common-cashback-dialog .el-dialog__body {
  padding: 0 !important;
}
.common-cashback-dialog .dialog-title {
  font-size: 0.24rem !important;
  color: #1e2736;
}
.common-cashback-dialog .con {
  font-size: 0.16rem;
  color: #1e2736;
  margin: 0.3rem 0 0.6rem;
}
.common-cashback-dialog .con .price {
  font-weight: bold;
}
.common-cashback-dialog .dialog-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.common-cashback-dialog .dialog-footer .tip {
  font-size: 0.14rem;
  color: #8692b0;
}
.common-cashback-dialog .opt {
  display: flex;
}
/* 购买流量包 */
.common-package-dialog {
  width: 8rem;
  position: relative;
}
.common-package-dialog .el-dialog__header {
  display: none;
}
.common-package-dialog .el-dialog__body {
  padding: 0.6rem 0.8rem;
}
.common-package-dialog .el-icon-close {
  position: absolute;
  top: 0.4rem;
  right: 0.36rem;
  font-size: 0.2rem;
  cursor: pointer;
}
.common-package-dialog .dialog-footer {
  display: flex;
}
.common-package-dialog .con .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin-bottom: 0.4rem;
}
.common-package-dialog .con .slider-input input {
  line-height: 0.56rem;
  height: 0.56rem;
}
.common-package-dialog .con .el-input__suffix-inner {
  color: #333;
}
.common-package-dialog .con .el-slider__marks-text {
  white-space: nowrap;
  color: #333;
}
.common-package-dialog .con .el-slider__marks-text:last-child {
  transform: translateX(-100%);
}
.common-package-dialog .con .p-item {
  width: 1.97rem;
  height: 1.08rem;
  border-radius: 0.08rem;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  position: relative;
  cursor: pointer;
  font-size: 0.15rem;
  color: #1e2736;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.common-package-dialog .con .p-item .tit {
  background: #F6F6F6;
  text-align: center;
  color: #2B2B2B;
  line-height: 0.36rem;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
}
.common-package-dialog .con .p-item .price {
  font-size: 0.18rem;
  color: var(--color-primary);
  color: #2B2B2B;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.common-package-dialog .con .p-item p {
  line-height: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-package-dialog .con .p-item .el-icon-check {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 10;
}
.common-package-dialog .con .p-item.active {
  border-color: var(--color-primary);
}
.common-package-dialog .con .p-item.active .el-icon-check {
  display: block;
}
.common-package-dialog .con .p-item.active .price {
  color: var(--color-primary);
}
.common-package-dialog .con .p-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-bottom: 0.24rem solid var(--color-primary);
  border-left: 0.24rem solid transparent;
}
.common-package-dialog .filter-radio {
  margin-top: 0.4rem;
  margin-bottom: 0.34rem;
}
.common-package-dialog .el-input__suffix {
  display: flex;
  align-items: center;
}
.flow-packet-list {
  margin-top: 0.3rem;
}
.flow-packet-list .custom-pagination {
  margin-top: 0.2rem;
}
.flow-list-dialog .custom-pagination {
  margin-top: 0.2rem;
}
.slider-container .el-slider {
  margin-left: 10px;
}
.config-box .table thead th.el-table__cell > .cell,
.config-box .el-table .cell {
  white-space: nowrap;
}
.config-box .el-table .cell.el-tooltip {
  width: auto !important;
}
.config-box .el-table {
  border-left: 0;
  border-right: 0;
}
.refund-dialog .dialog-footer {
  align-items: flex-end !important;
}
.refund-dialog .dialog-footer .refund-tip {
  color: var(--color-danger);
  margin-right: 0.1rem;
}
.custom-explain {
  white-space: pre-wrap;
}
.login-jump-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: -0.42rem;
  right: 0.9rem;
}
.login-jump-btn .btn {
  padding: 0;
  margin-left: 0.2rem;
}
.login-jump-btn a {
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
}
.login-jump-btn .lang-box {
  font-size: 14px;
  color: #999;
}
.login-jump-btn .lang-box span {
  position: relative;
  padding-left: 0.2rem;
}
.login-jump-btn .lang-box span::before {
  content: '/';
  position: absolute;
  left: 0.05rem;
  color: #999;
  transform: scaleY(0.8);
}
.login-jump-btn .lang-box span:first-child:before {
  content: '';
}
.login-jump-btn .lang-box span.active {
  color: #000;
  border: none;
}
.look .proof-dailog {
  width: 5rem;
}
.look .proof-dailog .dia-content {
  min-height: auto;
}
.look .proof-dailog .dia-content .item {
  padding-top: 0;
  padding-left: 0 !important;
}
.look .proof-dailog .item {
  width: 100% !important;
}
.look .proof-dailog .view-box {
  margin: 0.2rem 0;
}
.look .proof-dailog .view-box .item {
  padding-top: 0;
  cursor: pointer;
  margin: 0.05rem 0;
}
.proof-dailog .close {
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.proof-dailog .help {
  margin-left: 0.02rem;
  width: 0.12rem;
  height: 0.12rem;
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  border-radius: 50%;
  font-size: 0.12rem;
  cursor: pointer;
}
.proof-dailog .view-box p {
  margin: 0;
}
.proof-dailog .dia-content {
  display: flex;
  margin-bottom: 0;
}
.proof-dailog .dia-content .item {
  width: 50%;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.proof-dailog .dia-content .item:last-child {
  padding-left: 0.5rem;
}
.proof-dailog .dia-content .item .pay-type {
  margin-top: 0;
}
.proof-dailog .pay-top {
  margin-bottom: 0.2rem;
}
.proof-dailog .el-upload {
  width: 100%;
}
.proof-dailog .el-upload-dragger {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem 0;
}
.proof-dailog .el-upload-list {
  min-height: 1.5rem;
  margin-bottom: 0.2rem;
}
.proof-dailog .submit-btn {
  color: #ffffff;
  background: var(--color-primary);
}
.proof-dailog .dia-fotter {
  padding-right: 0;
}
.custom-step {
  width: 6rem;
  margin-top: 0.5rem;
  margin-left: -0.45rem;
}
.custom-step .el-step__main {
  position: relative;
  top: -0.55rem;
}
.custom-step .el-step__title {
  font-size: 0.14rem;
}
.custom-step .el-step__title.is-success,
.custom-step .el-step__title.is-process {
  color: #333;
  font-weight: normal;
}
.custom-step .el-step__head.is-success {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.custom-step .el-step__head,
.custom-step .el-step__icon.is-text {
  font-size: 0;
}
.custom-step .el-step.is-horizontal .el-step__line {
  top: 50%;
  margin-top: -1px;
}
.custom-step .is-success .el-step__icon.is-text {
  background: var(--color-primary);
}
.custom-step .el-step__icon {
  width: 0.2rem;
  height: 0.2rem;
}
.custom-step .is-process,
.custom-step .is-wait {
  color: #333;
}
.custom-step .is-process .el-step__icon,
.custom-step .is-wait .el-step__icon {
  background: #999;
  border-color: #999;
}
.custom-step .txt + span {
  display: inline-flex;
}
.custom-step .txt.fail {
  color: var(--color-danger);
}
.delete-dialog .el-dialog__body {
  padding: 0;
}
.delete-dialog .delete-box {
  height: 2.56rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.delete-dialog .delete-content {
  font-size: 0.18rem;
  color: #171725;
}
.delete-dialog .delete-btn {
  margin-top: 0.4rem;
}
.delete-dialog .delete-btn .btn {
  cursor: pointer;
  display: inline-block;
  height: 0.46rem;
  margin-right: 0.12rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 0.03rem;
  min-width: 1rem;
  text-align: center;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.delete-dialog .delete-btn .confirm-btn {
  background: var(--color-primary);
}
.delete-dialog .delete-btn .cancel-btn {
  background: #e7e7e7;
  color: rgba(255, 255, 255, 0.9);
}
#viewer {
  width: 0;
  height: 0;
}
.ips {
  max-height: 4rem;
  overflow-y: auto;
  margin-right: -0.05rem;
  padding-right: 0.1rem;
}
.product_detail .main-card .el-dialog__body {
  padding: 0.3rem 0.8rem;
}
.host-is-transfer {
  width: auto;
  display: inline-block;
  line-height: 26px;
  border-radius: 3px;
  font-size: 0.13rem;
  margin-left: 0.1rem;
  margin-bottom: 0.05rem;
  color: var(--color-warning);
  background: rgba(249, 150, 0, 0.08);
  padding: 0 0.1rem;
  min-width: 59px;
  text-align: center;
  box-sizing: border-box;
}
/* 自动续费 */
.com-auto-renew {
  display: inline;
}
.com-auto-renew .common-renew-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem;
}
.com-auto-renew .common-renew-dialog .el-dialog__body .dialog-title {
  font-size: 0.24rem;
  white-space: pre-line;
}
.com-auto-renew .common-renew-dialog .el-dialog__body .con {
  margin-top: 0.4rem;
  padding: 0.2rem;
  background: #f3f3f3;
}
.com-auto-renew .common-renew-dialog .el-dialog__body .con .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
}
.com-auto-renew .common-renew-dialog .el-dialog__body .con .label {
  color: #606266 !important;
  min-width: 1.2rem;
  text-align: right !important;
  margin-right: 0.1rem;
  display: inline-block;
}
.com-auto-renew .common-renew-dialog .el-dialog__body .con .value {
  color: #1E2736;
}
.com-auto-renew .dialog-footer {
  justify-content: flex-end;
}
.com-auto-renew .dialog-footer .el-button {
  height: auto;
  line-height: 0.46rem;
}
.traffic-warning {
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
  gap: 0.1rem;
}
.traffic-warning .tip {
  color: #666;
}
.traffic-warning .dialog-main .el-form-item__label {
  line-height: 40px;
}
.traffic-warning .dialog-main .warning-text {
  margin-left: 0.08rem;
  font-size: 0.16rem;
  color: #1e2736;
}
.empty-input {
  position: fixed;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  border: none;
}
.recharge-dialog .el-dialog__header {
  display: none;
}
.recharge-dialog .el-dialog__body {
  padding: 0;
}
.recharge-dialog .recharge-content {
  background-color: #fff;
  border-radius: 8px;
}
.recharge-dialog .recharge-title {
  box-sizing: border-box;
  padding: 0.16rem 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.recharge-dialog .recharge-title .title-text {
  font-size: 0.16rem;
  color: #2B2B2B;
  font-weight: 600;
}
.recharge-dialog .recharge-title .close-btn {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.recharge-dialog .recharge-box {
  padding: 0.24rem;
}
.recharge-dialog .recharge-box .recharge-input {
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
}
.recharge-dialog .recharge-box .recharge-input .el-input-number {
  flex: 1;
}
.recharge-dialog .recharge-box .recharge-input .el-input-number .el-input__inner {
  text-align: left;
}
.recharge-dialog .recharge-box .recharge-tip {
  font-size: 0.12rem;
  color: #A2A2A2;
  margin-top: 0.12rem;
}
.recharge-dialog .recharge-box .recharge-active {
  margin-top: 0.16rem;
}
.recharge-dialog .recharge-box .recharge-active .active-title {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #2B2B2B;
  font-weight: 600;
}
.recharge-dialog .recharge-box .recharge-active .active-main {
  box-sizing: border-box;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.04rem;
  max-height: 4rem;
  overflow-y: auto;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item {
  margin-top: 0.16rem;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .active-name {
  font-size: 0.14rem;
  color: #2B2B2B;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 0.2rem;
  margin-bottom: 0.16rem;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .active-name .active-time {
  font-size: 0.12rem;
  color: #A2A2A2;
  font-weight: 400;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item {
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0 0;
  cursor: pointer;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item.active {
  position: relative;
  border: 1px solid var(--color-primary);
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-bottom: 0.24rem solid var(--color-primary);
  border-left: 0.24rem solid transparent;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item.active .gradient-money {
  color: var(--color-primary);
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item.active .gradient-award {
  background: #F6F6FA;
  color: var(--color-primary);
  position: relative;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item.active .gradient-award .active-icon {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 2;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item .gradient-money {
  font-size: 0.24rem;
  color: #2B2B2B;
  font-weight: 600;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item .gradient-money .s-12 {
  font-size: 0.12rem;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item .gradient-award {
  margin-top: 0.2rem;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.12rem;
  color: #2B2B2B;
  font-weight: 600;
  text-align: center;
  padding: 0.1rem 0.12rem;
  background: #F6F6F6;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item .gradient-award .active-icon {
  display: none;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-bottom {
  background: #fff;
  position: relative;
}
.recharge-dialog .recharge-box .recharge-active .active-main .active-bottom .active-bottom-bg {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  top: 0;
  left: 0;
  background: url('/2.png') no-repeat;
  background-size: 100% 0.25rem;
  background-position: bottom;
}
.recharge-dialog .cz-notice {
  margin-top: 0.16rem;
  font-size: 0.14rem;
  color: #2B2B2B;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .recharge-dialog {
    width: 90vw !important;
  }
  .recharge-dialog .recharge-title .title-text,
  .recharge-dialog .recharge-title .close-btn {
    font-size: 0.26rem;
  }
  .recharge-dialog .recharge-box .recharge-tip {
    font-size: 0.24rem;
  }
  .recharge-dialog .recharge-box .recharge-active .active-title {
    font-size: 0.32rem;
  }
  .recharge-dialog .recharge-box .recharge-active .active-main .active-list {
    max-height: 6rem;
  }
  .recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .active-name {
    font-size: 0.28rem;
  }
  .recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item .gradient-money {
    font-size: 0.48rem;
  }
  .recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item .gradient-award {
    font-size: 0.24rem;
  }
  .recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item .gradient-money .s-12 {
    font-size: 0.24rem;
  }
  .recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .active-name .active-time {
    font-size: 0.24rem;
  }
  .recharge-dialog .recharge-box .recharge-active .active-main .active-list .active-item .gradient-content .gradient-item.active::after {
    border-bottom: 0.48rem solid var(--color-primary);
    border-left: 0.48rem solid transparent;
  }
  .recharge-dialog .cz-notice {
    font-size: 0.24rem;
  }
}
.select-coin-dialog {
  width: 12.5rem;
}
.select-coin-dialog .el-dialog__header {
  display: none;
}
.select-coin-dialog .el-dialog__body {
  padding: 0 !important;
}
.select-coin-dialog .select-coin-title {
  box-sizing: border-box;
  padding: 0.16rem 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.select-coin-dialog .select-coin-title .title-text {
  font-size: 0.16rem;
  color: #2B2B2B;
  font-weight: 600;
}
.select-coin-dialog .select-coin-title .close-btn {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.select-coin-dialog .select-coin-box {
  padding: 0.24rem 0.32rem;
}
.select-coin-dialog .select-coin-box .select-coin-box-top {
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-coin-dialog .select-coin-box .select-coin-box-top .select-coin-num {
  color: #646464;
}
.select-coin-dialog .select-coin-box .select-coin-box-top .select-coin-num .select-coin-num-price {
  color: var(--color-price-text);
  font-weight: 600;
}
.select-coin-dialog .select-coin-box .select-coin-box-top .select-coin-num .select-coin-num-text {
  color: #2B2B2B;
  font-weight: 600;
}
.select-coin-dialog .select-coin-box .select-coin-list {
  padding-bottom: 0.24rem;
  margin-top: 0.16rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
  max-height: 6rem;
  overflow-y: auto;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  border-radius: 0.04rem;
  padding: 0.16rem;
  overflow: hidden;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-coin-checkbox {
  position: absolute;
  right: 0.08rem;
  top: 0.08rem;
  z-index: 10;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item.active {
  border-color: var(--color-primary);
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-left {
  min-width: 1.5rem;
  height: 0.72rem;
  background-color: var(--color-primary);
  overflow: hidden;
  position: relative;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-left .select-item-info {
  position: relative;
  box-sizing: border-box;
  padding: 0.08rem 0.1rem;
  color: var(--color-primary);
  width: calc(100% - 0.08rem);
  height: calc(90% - 0.08rem);
  margin: 0.04rem;
  background-color: #fcfdff;
  border-radius: 0.02rem;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-left .select-item-info::before,
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-left .select-item-info::after {
  content: '';
  position: absolute;
  top: 35%;
  left: -0.06rem;
  width: 0.1rem;
  height: 0.1rem;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-left .select-item-info::after {
  right: -0.06rem;
  left: auto;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-left .select-item-info .f-small {
  font-weight: 600;
  font-size: 0.1rem;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-left .select-item-info .f-20 {
  font-size: 0.2rem;
  font-weight: 600;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-left .select-item-info .f-32 {
  font-size: 0.32rem;
  font-weight: 600;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-left .select-item-info .f-40 {
  font-size: 0.4rem;
  font-weight: 600;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-right {
  flex: 1;
  margin-left: 0.16rem;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-right .coin-name {
  font-size: 0.16rem;
  color: #2B2B2B;
  font-weight: 600;
  display: flex;
  column-gap: 6px;
  align-items: center;
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-right .coin-price {
  margin-top: 0.04rem;
  font-size: 0.12rem;
  color: var(--color-primary);
}
.select-coin-dialog .select-coin-box .select-coin-list .select-coin-item .select-item-right .coin-time {
  margin-top: 0.12rem;
  font-size: 0.12rem;
  color: #A2A2A2;
}
.select-coin-dialog .select-coin-footer {
  padding: 0.24rem 0.32rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #FFFFFF;
  box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.1);
}
.select-coin-dialog .select-coin-footer .cancel-btn {
  color: #000000;
  border-color: #F2F3F5;
  background: #F2F3F5;
}
@media screen and (max-width: 1024px) {
  .select-coin-dialog .select-coin-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 768px) {
  .select-coin-dialog {
    width: 90vw;
  }
  .select-coin-dialog .select-coin-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.new-pay-dialog {
  width: 12rem;
}
.new-pay-dialog .el-dialog__header {
  display: none;
}
.new-pay-dialog .el-dialog__body {
  padding: 0 !important;
}
.new-pay-dialog .pay-title {
  box-sizing: border-box;
  padding: 0.16rem 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.new-pay-dialog .pay-title .title-text {
  font-size: 0.16rem;
  color: #2B2B2B;
  font-weight: 600;
}
.new-pay-dialog .pay-title .close-btn {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.new-pay-dialog .pay-content {
  padding: 0.32rem;
  font-size: 0.14rem;
}
.new-pay-dialog .pay-content .pay-order-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #EEEEEE;
}
.new-pay-dialog .pay-content .pay-order-top .pay-order-top-left {
  display: flex;
  align-items: center;
  column-gap: 0.22rem;
}
.new-pay-dialog .pay-content .pay-order-top .pay-order-top-left .pay-order-icon {
  font-size: 0.6rem;
  color: var(--color-success);
}
.new-pay-dialog .pay-content .pay-order-top .pay-order-top-left .pay-order-tip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.12rem;
}
.new-pay-dialog .pay-content .pay-order-top .pay-order-top-left .pay-order-tip .pay-order-tip-text {
  font-size: 0.24rem;
  color: #2B2B2B;
  font-weight: 600;
}
.new-pay-dialog .pay-content .pay-order-top .pay-order-top-left .pay-order-tip .pay-order-id {
  font-size: 0.14rem;
  color: #646464;
}
.new-pay-dialog .pay-content .pay-order-top .pay-order-top-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 0.12rem;
  font-size: 0.14rem;
  color: #646464;
}
.new-pay-dialog .pay-content .pay-order-top .pay-order-top-right .pay-order-price {
  color: var(--color-price-text);
  font-weight: 600;
  font-size: 0.24rem;
}
.new-pay-dialog .pay-content .pay-order-top .pay-order-top-right .pay-order-total-price {
  color: #2B2B2B;
  font-weight: 600;
  font-size: 0.12rem;
}
.new-pay-dialog .pay-content .pay-order-des {
  padding: 0.16rem;
  margin-top: 0.16rem;
  font-size: 0.14rem;
  background: #F6F6F6;
  border-radius: 4px;
  white-space: pre-line;
}
.new-pay-dialog .pay-content .pay-order-check {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.16rem;
}
.new-pay-dialog .pay-content .pay-order-check .el-checkbox .el-checkbox__label {
  color: #646464 !important;
}
.new-pay-dialog .pay-content .pay-order-check > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new-pay-dialog .pay-content .pay-order-check .pay-order-balance {
  color: var(--color-price-text);
}
.new-pay-dialog .pay-content .pay-order-check .pay-order-coin-num {
  color: var(--color-price-text);
}
.new-pay-dialog .pay-content .pay-order-check .pay-order-coin-detail {
  margin-left: 0.08rem;
  color: var(--color-primary);
  cursor: pointer;
}
.new-pay-dialog .pay-content .credit-tip {
  margin-top: 0.24rem;
  font-size: 0.14rem;
  color: #646464;
}
.new-pay-dialog .pay-content .pay-order-method {
  min-height: 1.5rem;
  margin-top: 0.24rem;
  display: flex;
  justify-content: space-between;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-list {
  flex: 1;
  height: max-content;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.16rem;
  padding-right: 0.16rem;
  max-height: 3rem;
  overflow-y: auto;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-list .pay-method-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.1rem;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  width: 100%;
  padding: 0.16rem;
  border-radius: 4px;
  cursor: pointer;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-list .pay-method-item .pay-method-item-img {
  width: 0.32rem;
  height: 0.32rem;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-list .pay-method-item .pay-method-item-text {
  flex: 1;
  font-size: 0.14rem;
  color: #2B2B2B;
  font-weight: 600;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-list .pay-method-item .pay-method-item-text > div:last-child {
  font-size: 0.12rem;
  font-weight: 400;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-list .pay-method-item.active {
  position: relative;
  border: 1px solid var(--color-primary);
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-list .pay-method-item.active .el-icon-check {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 10;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-list .pay-method-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-bottom: 0.24rem solid var(--color-primary);
  border-left: 0.24rem solid transparent;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box {
  width: 2.5rem;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 0.24rem;
  border-left: 1px solid #EEEEEE;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-text-title {
  font-size: 0.14rem;
  color: #2B2B2B;
  font-weight: 600;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-text-content {
  display: flex;
  align-items: flex-end;
  column-gap: 0.04rem;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-text-content .qr-content {
  color: #646464;
  font-size: 0.12rem;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-text-content .el-icon-document-copy {
  font-size: 0.16rem;
  color: var(--color-primary);
  cursor: pointer;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step {
  margin-top: 0.6rem;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step:nth-of-type(2n - 1) .el-step__title {
  margin-top: -80%;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step__title {
  font-size: 0.12rem;
  white-space: nowrap;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step__title.is-success,
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step__title.is-process {
  color: #A2A2A2;
  font-weight: normal;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step__head.is-success {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step__head,
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step__icon.is-text {
  font-size: 0;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step.is-horizontal .el-step__line {
  top: 50%;
  margin-top: -1px;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step__icon {
  width: 0.1rem;
  height: 0.1rem;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .is-process,
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .is-wait {
  color: #333;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .is-process .el-step__icon,
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .is-wait .el-step__icon {
  background: #999;
  border-color: #999;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .txt + span {
  display: inline-flex;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .txt.fail {
  color: var(--color-danger);
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-btn {
  margin-top: 0.24rem;
  width: 100%;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-qr {
  box-sizing: border-box;
  width: 2.1rem;
  border-radius: 0.08rem;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-qr .pay-qr-content {
  background: #F9F9F9;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-qr .pay-qr-content .qr-content {
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-qr .pay-qr-content .qr-content > img {
  max-width: 100%;
  max-height: 100%;
}
.new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-qr .pay-qr-content .pay-qr-text {
  background-color: #fff;
  font-size: 0.14rem;
  text-align: center;
  color: #2B2B2B;
  padding: 0.12rem;
}
.new-pay-dialog .pay-footer {
  padding: 0.24rem 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.1);
}
.new-pay-dialog .pay-footer .pay-footer-left {
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
}
.new-pay-dialog .pay-footer .pay-footer-left .el-input__inner {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.new-pay-dialog .pay-footer .cancel-btn {
  color: #000000;
  border-color: #F2F3F5;
  background: #F2F3F5;
}
@media screen and (max-width: 900px) {
  .new-pay-dialog .pay-method-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 768px) {
  .new-pay-dialog {
    width: 90vw;
  }
  .new-pay-dialog .pay-title .title-text {
    font-size: 0.26rem;
  }
  .new-pay-dialog .pay-title .close-btn {
    font-size: 0.26rem;
  }
  .new-pay-dialog .pay-content .pay-order-top .pay-order-top-left .pay-order-tip .pay-order-tip-text {
    font-size: 0.24rem;
  }
  .new-pay-dialog .pay-method-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .new-pay-dialog .pay-content .pay-order-method {
    flex-direction: column;
  }
  .new-pay-dialog .pay-content .pay-order-method .pay-method-box {
    margin-top: 0.24rem;
    padding-left: 0;
    border-left: none;
    width: 100%;
  }
  .new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-qr {
    width: 100%;
  }
  .new-pay-dialog .pay-content .pay-order-top .pay-order-top-left .pay-order-tip .pay-order-tip-text {
    font-size: 0.24rem;
  }
  .new-pay-dialog .pay-content .pay-order-top .pay-order-top-left .pay-order-tip .pay-order-id {
    font-size: 0.24rem;
  }
  .new-pay-dialog .pay-content .pay-order-top .pay-order-top-right {
    flex-direction: row-reverse;
    width: 100%;
    line-height: 1.5;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .new-pay-dialog .pay-content .pay-order-top .pay-order-top-right .pay-order-total-price {
    font-size: 0.24rem;
  }
  .new-pay-dialog .pay-content .pay-order-des {
    font-size: 0.24rem;
  }
  .new-pay-dialog .pay-content .pay-order-method .pay-method-list .pay-method-item .pay-method-item-text > div:last-child {
    font-size: 0.24rem;
  }
  .new-pay-dialog .pay-content .pay-order-method .pay-method-list .pay-method-item .pay-method-item-img {
    width: 0.54rem;
    height: 0.54rem;
  }
  .new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-text-title {
    font-size: 0.28rem;
  }
  .new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step__title {
    font-size: 0.24rem;
  }
  .new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-offline-step .el-step:nth-of-type(2n - 1) .el-step__title {
    margin-top: -50%;
  }
  .new-pay-dialog .pay-content .pay-order-method .pay-method-box .pay-method-offline .custom-text-content .qr-content {
    font-size: 0.24rem;
  }
  .new-pay-dialog .pay-content .pay-order-method .pay-method-list {
    max-height: 4rem;
  }
}
.credit-notice-dialog .el-dialog__header {
  display: none;
}
.credit-notice-dialog .el-dialog__body {
  padding: 0;
}
.credit-notice-dialog .credit-content {
  background-color: #fff;
  border-radius: 8px;
}
.credit-notice-dialog .credit-title {
  box-sizing: border-box;
  padding: 0.16rem 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.credit-notice-dialog .credit-title .title-text {
  font-size: 0.16rem;
  color: #2B2B2B;
  font-weight: 600;
}
.credit-notice-dialog .credit-title .close-btn {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.credit-notice-dialog .credit-box {
  padding: 0.24rem;
}
.credit-notice-dialog .credit-box .credit-input {
  margin-top: 0.2rem;
}
.credit-notice-dialog .credit-box .credit-input .el-input-number {
  margin: 0 3px;
  width: 2.5rem;
}
.credit-notice-dialog .credit-box .credit-input .el-input-number .el-input__inner {
  text-align: left;
}
.credit-notice-dialog .credit-footer {
  padding: 0.24rem 0.32rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #FFFFFF;
}
.credit-notice-dialog .credit-footer .cancel-btn {
  color: #000000;
  border-color: #F2F3F5;
  background: #F2F3F5;
}
.security-dialog i {
  font-size: 0.16rem !important;
}
.security-dialog .el-dialog__header {
  display: none;
}
.security-dialog .el-dialog__body {
  padding: 0 !important;
}
.security-dialog .security-title {
  box-sizing: border-box;
  padding: 0.16rem 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.security-dialog .security-title .title-text {
  font-size: 0.16rem;
  color: #2B2B2B;
  font-weight: 600;
}
.security-dialog .security-title .close-btn {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.security-dialog .security-content {
  padding: 0.08rem 0.24rem;
}
.security-dialog .security-footer {
  padding: 0 0.24rem 0.24rem 0.24rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #FFFFFF;
}
.security-dialog .security-footer .cancel-btn {
  color: #000000;
  border-color: #F2F3F5;
  background: #F2F3F5;
}
.scroll-container {
  width: 100%;
  height: inherit;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  /* 短文字时，居中显示 */
  /* 无缝循环 */
  /* 从右到左一次，回到开头重来 */
  /* 滚动到尽头停住 */
}
.scroll-container .scroll-text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 50%;
  will-change: transform;
}
.scroll-container .scroll-text .clone {
  margin-left: 50px;
  /* loop 模式两个文本间隔 */
}
.scroll-container .scroll-text.centered {
  position: relative;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
@keyframes scroll-loop {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes scroll-once {
  0% {
    transform: translateX(100%) translateY(-50%);
  }
  90% {
    transform: translateX(-100%) translateY(-50%);
  }
  100% {
    transform: translateX(100%) translateY(-50%);
  }
}
@keyframes scroll-pause {
  0% {
    transform: translateX(100%) translateY(-50%);
  }
  100% {
    transform: translateX(-100%) translateY(-50%);
  }
}
.custom-pagination {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.custom-pagination .myPage .el-pagination .el-pagination__jump {
  margin-left: 0;
}
/* 授权插件 */
.common-auth-info .top {
  margin-bottom: 0.24rem;
  display: flex;
  align-items: center;
}
.common-auth-info .tit {
  font-size: 0.18rem;
  font-weight: 500;
  color: #1e2736;
}
.common-auth-info .reset-auth {
  margin-left: 0.1rem;
  display: inline-block;
  text-align: center;
  line-height: 0.32rem;
  padding: 0 0.16rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  background: var(--color-primary);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.14rem;
  height: 0.32rem;
}
.common-auth-info .bot-info {
  width: 100%;
  margin-top: 0.1rem;
  display: flex;
  min-width: 0.7rem;
  font-weight: 400;
  color: #1e2736;
  font-size: 0.14rem;
  margin-bottom: -0.24rem;
}
.common-auth-info .bot-info .label {
  font-size: 0.14rem;
  color: #8692b0;
  font-weight: 400;
}
.common-auth-info .bot-info .status {
  display: flex;
}
.common-auth-info .bot-info .pending {
  color: blue;
}
.common-auth-info .bot-info .approved {
  color: green;
}
.common-auth-info .bot-info .reject {
  color: red;
}
.common-auth-info .bot-info .cancel-auth {
  color: #999;
  margin-left: 0.1rem;
  cursor: pointer;
}
.common-auth-dialog .tip {
  margin-bottom: 0.1rem;
}
.common-auth-dialog textarea {
  font-family: inherit;
}
.common-auth-dialog .base-info {
  display: flex;
  gap: 0.1rem;
  margin-bottom: 0.14rem;
}
.common-auth-dialog .base-info .item {
  padding: 0.2rem;
  flex: 1;
  background: rgba(102, 107, 128, 0.08);
}
.common-auth-dialog .base-info .label {
  color: #8692b0;
  width: 70px;
  display: inline-flex;
  white-space: nowrap;
}
.common-auth-dialog .base-info .value {
  color: #4e5259;
}
.common-auth-dialog .base-info .s-tit {
  margin-bottom: 0.1rem;
}
.common-auth-dialog .base-info .info-row {
  line-height: 0.3rem;
}
.common-auth-dialog .el-form-item__label {
  padding: 0;
  line-height: 30px;
}
.common-auth-dialog .method-selection {
  display: flex;
  gap: 0.1rem;
  margin-bottom: 0.2rem;
}
.common-auth-dialog .method-selection .method-card {
  flex: 1;
  border-radius: 0.04rem;
  padding: 0.2rem;
  text-align: center;
  background: rgba(102, 107, 128, 0.08);
}
.common-auth-dialog .method-selection .method-card .el-button {
  margin: 0 auto;
}
.common-auth-dialog .method-card h4 {
  margin: 0 0 10px 0;
  color: #303133;
}
.common-auth-dialog .primary-color {
  color: var(--color-primary);
}
.common-auth-dialog .method-card p {
  margin: 0 0 15px 0;
  color: #606266;
  font-size: 14px;
}
.common-auth-dialog .verify-content {
  background: rgba(102, 107, 128, 0.08);
  padding: 0.2rem;
}
.common-auth-dialog .user-info {
  flex: 1;
}
.common-auth-dialog .qr-section {
  flex: 1;
  text-align: center;
  margin-top: 0.2rem;
}
.common-auth-dialog .qr-section p {
  margin-bottom: 0.15rem;
  color: #606266;
}
.common-auth-dialog .qr-code {
  margin: 0.1rem 0;
  display: flex;
  justify-content: center;
}
.common-auth-dialog .verify-status {
  display: flex;
  justify-content: center;
}
.common-auth-dialog .verify-status .el-link--inner {
  cursor: initial;
}
.common-auth-dialog .reason-section .info-row {
  margin-bottom: 0.1rem;
}
.common-auth-dialog .reason-section .label {
  color: #606266;
  font-weight: 500;
}
.batch-discount-popover {
  width: 100%;
  text-align: right;
}
.dont-save-password {
  font-size: 0.14rem;
  color: #999;
}

/* Codex unified no-text loading animation */
#mainLoading {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  height: 100% !important;
  background:
    radial-gradient(circle at 66% 34%, rgba(87, 124, 255, 0.24), transparent 26%),
    radial-gradient(circle at 34% 28%, rgba(255, 103, 57, 0.16), transparent 24%),
    linear-gradient(135deg, #07122f 0%, #10245a 52%, #081126 100%) !important;
}

#mainLoading::before,
#mainLoading::after {
  content: none !important;
  display: none !important;
}

#mainLoading .ddr {
  float: none !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 2px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #ff6739, #ff9b6e) !important;
  box-shadow: 0 0 24px rgba(255, 103, 57, 0.38) !important;
  animation: codex-loading-dot 0.9s infinite ease-in-out !important;
}

#mainLoading .ddr1 { animation-delay: -0.32s !important; }
#mainLoading .ddr2 { animation-delay: -0.24s !important; }
#mainLoading .ddr3 { animation-delay: -0.16s !important; }
#mainLoading .ddr4 { animation-delay: -0.08s !important; }
#mainLoading .ddr5 { animation-delay: 0s !important; }

@keyframes codex-loading-dot {
  0%, 80%, 100% {
    opacity: 0.34;
    transform: translateY(0) scale(0.86);
  }
  40% {
    opacity: 1;
    transform: translateY(-12px) scale(1.18);
  }
}

/* Codex unified no-text loading animation - fallback */
#mainLoading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 66% 34%, rgba(87, 124, 255, 0.24), transparent 26%),
    radial-gradient(circle at 34% 28%, rgba(255, 103, 57, 0.16), transparent 24%),
    linear-gradient(135deg, #07122f 0%, #10245a 52%, #081126 100%);
}
#mainLoading::before,
#mainLoading::after {
  content: none;
  display: none;
}
#mainLoading .ddr {
  float: none;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6739, #ff9b6e);
  box-shadow: 0 0 24px rgba(255, 103, 57, 0.38);
  animation: codex-loading-dot 0.9s infinite ease-in-out;
}
#mainLoading .ddr1 { animation-delay: -0.32s; }
#mainLoading .ddr2 { animation-delay: -0.24s; }
#mainLoading .ddr3 { animation-delay: -0.16s; }
#mainLoading .ddr4 { animation-delay: -0.08s; }
#mainLoading .ddr5 { animation-delay: 0s; }
@keyframes codex-loading-dot {
  0%, 80%, 100% { opacity: 0.34; transform: translateY(0) scale(0.86); }
  40% { opacity: 1; transform: translateY(-12px) scale(1.18); }
}

/* Codex global member-center shell for all remaining pages */
body {
  background: #071126;
}

.template > .el-container {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 103, 57, 0.14), transparent 28%),
    radial-gradient(circle at 88% 6%, rgba(72, 109, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #071126 0%, #0d1a3d 42%, #10172b 100%);
}

.el-aside.codex-global-side {
  position: sticky;
  top: 0;
  align-self: flex-start;
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
  height: 100vh;
  padding: 22px 16px !important;
  overflow: hidden auto;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035)),
    rgba(7, 17, 38, 0.92) !important;
  border-right: 1px solid rgba(255,255,255,0.12);
  box-shadow: 18px 0 70px rgba(0,0,0,.22);
  backdrop-filter: blur(20px);
}

.codex-global-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 10px 10px 18px;
  color: #fff !important;
  text-decoration: none !important;
}

.codex-global-brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 17px;
  background: linear-gradient(135deg, #ff6739, #ff9b6e);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(255,103,57,.32);
}

.codex-global-brand-copy strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.codex-global-brand-copy em {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .08em;
  font-style: normal;
  text-transform: uppercase;
}

.el-aside.codex-global-side .menu-top {
  border-right: 0 !important;
  background: transparent !important;
}

.el-aside.codex-global-side .el-menu-item,
.el-aside.codex-global-side .el-submenu__title {
  height: auto !important;
  min-height: 44px !important;
  margin: 4px 0;
  padding: 8px 12px !important;
  border-radius: 16px;
  color: rgba(255,255,255,.72) !important;
  font-size: 14px;
  line-height: 1.35 !important;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.el-aside.codex-global-side .el-menu-item:hover,
.el-aside.codex-global-side .el-submenu__title:hover,
.el-aside.codex-global-side .el-menu-item.is-active {
  color: #fff !important;
  background: rgba(255,255,255,.11) !important;
  transform: translateX(3px);
}

.el-aside.codex-global-side .el-menu-item.is-active::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 999px;
  background: #ff6739;
  box-shadow: 0 0 18px rgba(255,103,57,.8);
}

.el-aside.codex-global-side .iconfont {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 12px;
  border-radius: 11px;
  background: rgba(255,255,255,.09);
  color: #fff !important;
  font-size: 15px;
  line-height: 30px;
}

.el-aside.codex-global-side .aside-menu-text,
.el-aside.codex-global-side .menu-alink {
  color: inherit !important;
  text-decoration: none !important;
}

.el-aside.codex-global-side .line {
  height: 1px;
  margin: 14px 10px;
  background: rgba(255,255,255,.1);
}

.codex-global-topbar.el-header {
  height: auto !important;
  min-height: 78px;
  margin: 22px 22px 0;
  padding: 18px 20px !important;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.08) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}

.codex-global-topbar .header-left,
.codex-global-topbar .header-right {
  min-width: 0;
}

.codex-global-topbar .right-item,
.codex-global-topbar .el-dropdown-header,
.codex-global-topbar .un-login,
.codex-global-topbar .el-dropdown-country {
  min-height: 40px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
}

.codex-global-topbar .head-box {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #fff !important;
  color: #10245a !important;
  font-weight: 800;
}

.codex-global-topbar .right-icon,
.codex-global-topbar .el-icon-arrow-down {
  color: rgba(255,255,255,.74) !important;
}

.codex-global-topbar img {
  object-fit: contain;
}

.template > .el-container > .el-container {
  min-width: 0;
}

.template .el-main {
  min-width: 0;
  padding: 22px !important;
  background: transparent !important;
}

.template .main-card,
.template .card,
.template .box-card,
.template .content-box,
.template .el-card,
.template .pro-box,
.template .security-box,
.template .account-box {
  border: 1px solid rgba(143,160,191,.22) !important;
  border-radius: 26px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 18px 50px rgba(20,38,82,.08) !important;
}

.template .main-card {
  padding: 22px;
}

.template .top-title,
.template .page-title,
.template .title,
.template h1,
.template h2 {
  color: #111a2e;
  letter-spacing: -0.02em;
}

.template .el-table {
  border-radius: 18px;
  overflow: hidden;
}

.template .el-table::before,
.template .el-table__fixed::before,
.template .el-table__fixed-right::before {
  display: none;
}

.template .el-table th {
  background: #f7f9ff !important;
  color: #72809a;
  font-weight: 800;
}

.template .el-table td,
.template .el-table th {
  padding: 12px 0;
  font-size: 13px;
  line-height: 1.45;
}

.template .el-button {
  border-radius: 999px;
}

.template .el-input__inner,
.template .el-textarea__inner,
.template .el-select .el-input__inner {
  border-radius: 12px;
}

.template .el-tabs__nav-wrap::after {
  background: rgba(143,160,191,.22);
}

.template .el-tabs__item.is-active {
  color: #ff6739;
}

.template .el-tabs__active-bar {
  background: #ff6739;
}

.template .el-dialog {
  border-radius: 24px !important;
  overflow: hidden;
}

.template img,
.template svg {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Unified loader: no text, no sticky display override */
#mainLoading {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  height: 100% !important;
  background:
    radial-gradient(circle at 66% 34%, rgba(87, 124, 255, 0.24), transparent 26%),
    radial-gradient(circle at 34% 28%, rgba(255, 103, 57, 0.16), transparent 24%),
    linear-gradient(135deg, #07122f 0%, #10245a 52%, #081126 100%) !important;
}
#mainLoading::before,
#mainLoading::after { content: none !important; display: none !important; }
#mainLoading .ddr {
  float: none !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 2px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #ff6739, #ff9b6e) !important;
  box-shadow: 0 0 24px rgba(255,103,57,.38) !important;
  animation: codex-loading-dot 0.9s infinite ease-in-out !important;
}
#mainLoading .ddr1 { animation-delay: -0.32s !important; }
#mainLoading .ddr2 { animation-delay: -0.24s !important; }
#mainLoading .ddr3 { animation-delay: -0.16s !important; }
#mainLoading .ddr4 { animation-delay: -0.08s !important; }
#mainLoading .ddr5 { animation-delay: 0s !important; }
@keyframes codex-loading-dot {
  0%, 80%, 100% { opacity: .34; transform: translateY(0) scale(.86); }
  40% { opacity: 1; transform: translateY(-12px) scale(1.18); }
}

@media (max-width: 1180px) {
  .template > .el-container {
    display: block;
  }
  .el-aside.codex-global-side {
    position: relative;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .el-aside.codex-global-side .menu-top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 6px;
  }
  .codex-global-topbar.el-header {
    margin: 12px 12px 0;
    border-radius: 22px;
  }
  .template .el-main {
    padding: 12px !important;
  }
}

/* Codex content display polish - tables, forms, detail pages and responsive interiors */
.template {
  color: #1b2438;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.template .main-card,
.template .page-content,
.template .config-box,
.template .contnet-right-out .content-right {
  min-width: 0;
}

.template .main-card {
  min-height: calc(100vh - 144px);
  overflow: hidden;
}

.template .main-card-title,
.template .title-text,
.template .page-top .top-title,
.template .right-title,
.template header h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  margin: 0 0 22px !important;
  color: #101a30 !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em;
}

.template .main-card-title::before,
.template .title-text::before,
.template .page-top .top-title::before,
.template .right-title::before,
.template header h2::before {
  content: "";
  width: 10px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff6739, #ffad7b);
  box-shadow: 0 8px 20px rgba(255,103,57,.22);
}

.template .content-box,
.template .content-table,
.template .main-card-table,
.template .withdrawal-content,
.template .page-content {
  margin-top: 18px !important;
}

.template .content_searchbar,
.template .main-card-search,
.template .searchbar,
.template .mob-searchbar,
.template .msg-search {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  min-width: 0;
  padding: 14px;
  border: 1px solid #e7ecf5;
  border-radius: 20px;
  background: linear-gradient(180deg, #fbfcff, #f6f8fd);
}

.template .main-card-title .title-text::before {
  display: none;
}

.template .content_searchbar > .searchbar,
.template .main-card-search .right-search,
.template .msg-search .msgsearch-left,
.template .msg-search .msgsearch-right {
  flex: 1 1 280px;
  justify-content: flex-end;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template .main-card-search .right-search,
.template .searchbar .com-search,
.template .content_searchbar .searchbar,
.template .msgsearch-left,
.template .msgsearch-right {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.template .search-btn,
.template .left-btn,
.template .btn-save,
.template .btn-ok,
.template .manual-btn,
.template .login-btn,
.template .input-btn {
  min-height: 40px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6739, #ff8f62) !important;
  color: #fff !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 26px rgba(255,103,57,.22);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.template .search-btn:hover,
.template .left-btn:hover,
.template .btn-save:hover,
.template .btn-ok:hover,
.template .manual-btn:hover,
.template .login-btn:hover,
.template .input-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(255,103,57,.28);
}

.template .btn-no,
.template .white-ip-dialog .btn-no {
  min-height: 40px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid #d8e0ec !important;
  background: #fff !important;
  color: #516078 !important;
}

.template .el-input,
.template .el-select,
.template .el-date-editor,
.template .el-cascader {
  max-width: 100%;
}

.template .el-input__inner,
.template .el-textarea__inner {
  border-color: #dce4f0 !important;
  background: #fff !important;
  color: #172033 !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.template .el-input__inner:focus,
.template .el-textarea__inner:focus {
  border-color: #ff8b66 !important;
  box-shadow: 0 0 0 4px rgba(255,103,57,.12) !important;
}

.template .el-table {
  width: 100% !important;
  border: 1px solid #e9eef7;
  background: #fff;
}

.template .el-table th,
.template .el-table td {
  border-bottom-color: #edf1f7 !important;
}

.template .el-table th .cell {
  color: #6e7d96 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .04em;
}

.template .el-table td .cell {
  color: #25304a;
  font-weight: 600;
}

.template .el-table__row {
  transition: background .18s ease, transform .18s ease;
}

.template .el-table__row:hover > td {
  background: #fff8f5 !important;
}

.template .el-table__empty-block {
  min-height: 180px;
}

.template .el-table__empty-text,
.template .no-list,
.template .el-empty__description p {
  color: #8190aa !important;
  font-weight: 700;
}

.template .el-pagination,
.template .page,
.template .myPage,
.template .custom-pagination {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px !important;
}

.template .el-tag,
.template .status,
.template .open,
.template .un-open,
.template .pay-status,
.template .ip-status-text {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 28px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.template .open,
.template .Paid-text,
.template .ip-status-text,
.template .el-tag--success {
  background: #e7f8ef !important;
  color: #11824c !important;
}

.template .un-open,
.template .Wait,
.template .el-tag--warning {
  background: #fff2df !important;
  color: #bb6b00 !important;
}

.template .Unpaid-text,
.template .Unpaid,
.template .Refunded-text,
.template .el-tag--danger {
  background: #fff0ee !important;
  color: #d94a31 !important;
}

.template .operation,
.template .operation-item,
.template .more-operation,
.template .bule-text,
.template .link,
.template .copy,
.template .top-link,
.template .column-id {
  color: #ff6739 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.template .operation-item:hover,
.template .more-operation:hover,
.template .bule-text:hover,
.template .link:hover,
.template .copy:hover,
.template .top-link:hover,
.template .column-id:hover {
  color: #e75327 !important;
}

.template .box-top,
.template .basic,
.template .account,
.template .oauth,
.template .order-info,
.template .order-table,
.template .order-transaction,
.template .self-field,
.template .content-msg,
.template .right-attachment {
  border: 1px solid #e8edf6 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(22,38,80,.05);
}

.template .box-top,
.template .basic,
.template .account,
.template .oauth {
  padding: 22px;
  margin-top: 18px !important;
}

.template .box-main {
  margin-top: 18px !important;
}

.template .basic-title,
.template .account-title {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  border-left: 0 !important;
  padding-left: 0 !important;
  color: #172033;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.template .basic-title::before,
.template .account-title::before {
  content: "";
  width: 8px;
  height: 22px;
  margin-right: 10px;
  border-radius: 999px;
  background: #ff6739;
}

.template .box-item {
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  background: #f8faff;
}

.template .box-item-t {
  height: auto !important;
  margin-bottom: 10px !important;
  color: #7988a3 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.template .box-item-b {
  min-width: 0;
  color: #172033;
  font-size: 14px;
  font-weight: 800;
  word-break: break-word;
}

.template .box-item-b > .el-input,
.template .box-item-b .el-select,
.template .box-item-b .el-textarea {
  width: 100% !important;
  border-bottom: 0 !important;
}

.template .name-text {
  color: #101a30 !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em;
}

.template .attestation-status {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff4ef;
}

.template .cloud-name,
.template .packge-name,
.template .name,
.template .des-text,
.template .money-text {
  min-width: 0;
  word-break: break-word;
}

.template .cloud-name .packge-name,
.template .order-user,
.template .des-text {
  color: #172033;
  font-weight: 900;
}

.template .com-ip-box,
.template .ips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.template .page-top {
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  border-bottom-color: #e8edf6 !important;
}

.template .page-top .back-btn,
.template header .back-icon {
  display: inline-grid;
  place-items: center;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px;
  margin-right: 12px !important;
  border-radius: 14px;
  background: #f4f7fc;
}

.template .order-info {
  align-items: flex-start !important;
  gap: 18px;
  padding: 22px !important;
}

.template .order-info .info-left,
.template .order-info .info-right {
  min-width: 0;
}

.template .self-field {
  gap: 10px !important;
  margin-top: 18px;
  padding: 18px;
}

.template .self-field .self-num {
  flex-wrap: wrap;
  gap: 8px;
}

.template .self-field .self-text {
  white-space: pre-wrap !important;
  word-break: break-word;
}

.template .order-table,
.template .order-transaction {
  overflow: hidden;
  margin-top: 18px !important;
}

.template .order-table .table-title,
.template .order-transaction .table-top {
  min-height: 48px !important;
  padding: 14px 18px !important;
  background: #f7f9ff !important;
  color: #6e7d96 !important;
  font-weight: 900 !important;
}

.template .order-table .table-item,
.template .order-transaction .table-bottom {
  min-height: 52px !important;
  padding: 14px 18px !important;
  border-bottom-color: #edf1f7 !important;
}

.template .order-table .table-content,
.template .order-transaction {
  overflow-x: auto;
}

.template .down-pag {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.template .config-box {
  padding: 22px;
  border: 1px solid #e8edf6;
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 50px rgba(20,38,82,.08);
}

.template .config-box .content {
  min-width: 0;
  overflow-x: auto;
  color: #1b2438;
  line-height: 1.72;
}

.template .config-box .content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e8edf6;
  border-radius: 18px;
  overflow: hidden;
}

.template .config-box .content th,
.template .config-box .content td {
  padding: 12px 14px;
  border-bottom: 1px solid #edf1f7;
}

.template .config-box .contract-box .go-contract {
  margin-top: 60px !important;
  padding: 46px 20px;
  border-radius: 24px;
  background: #f8faff;
}

.template .contnet-right-out {
  max-width: 1120px;
  padding: 24px !important;
}

.template .contnet-right-out .content-right {
  padding: clamp(24px, 4vw, 52px) !important;
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(20,38,82,.08);
}

.template .right-keywords-time {
  flex-wrap: wrap;
  gap: 10px 18px;
}

.template .right-keywords-time .right-time,
.template .right-keywords-time .right-keywords {
  margin: 0 !important;
}

.template .right-content {
  color: #27324a;
  font-size: 15px;
  line-height: 1.9;
}

.template .right-content p {
  margin: 0 0 16px;
}

.template .right-attachment {
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
}

.template .el-dialog__header {
  padding: 22px 24px 10px !important;
}

.template .el-dialog__body {
  padding: 18px 24px 24px !important;
}

.template .dialog-title,
.template .del-dialog-title {
  color: #172033 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

.template .dialog-main,
.template .mian-form {
  color: #26324a;
}

.template .el-form-item__label,
.template .label {
  color: #66748d !important;
  font-weight: 800 !important;
}

.template .el-alert {
  border-radius: 16px !important;
}

@media (max-width: 980px) {
  .template .main-card {
    min-height: auto;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .template .content_searchbar,
  .template .main-card-search,
  .template .searchbar,
  .template .mob-searchbar,
  .template .msg-search {
    align-items: stretch;
  }

  .template .main-card-search .right-search,
  .template .searchbar .com-search,
  .template .content_searchbar .searchbar,
  .template .msgsearch-left,
  .template .msgsearch-right {
    width: 100%;
  }

  .template .main-card-search .right-search .el-select,
  .template .main-card-search .right-search .el-input,
  .template .content_searchbar .el-input,
  .template .content_searchbar .el-select,
  .template .searchbar .el-input,
  .template .searchbar .el-select {
    width: 100% !important;
  }

  .template .order-info {
    flex-direction: column;
  }

  .template .order-info .info-right {
    align-items: flex-start !important;
  }

  .template .order-table .table-content,
  .template .order-transaction {
    min-width: 620px;
  }
}

@media (max-width: 640px) {
  .template .main-card-title,
  .template .title-text,
  .template .page-top .top-title,
  .template .right-title,
  .template header h2 {
    font-size: 22px !important;
  }

  .template .box-top,
  .template .basic,
  .template .account,
  .template .oauth,
  .template .order-info,
  .template .self-field,
  .template .config-box {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .template .el-dialog {
    width: calc(100vw - 28px) !important;
    margin-top: 8vh !important;
  }

  .template .el-dialog__body {
    padding: 14px 16px 18px !important;
  }
}

/* Codex contrast repair - keep content readable on every redesigned page */
.template .el-main,
.template .el-main .main-card,
.template .el-main .page-content,
.template .el-main .content-box,
.template .el-main .content-table,
.template .el-main .main-card-table,
.template .el-main .config-box,
.template .el-main .withdrawal-content,
.template .el-main .order-detail,
.template .el-main .product,
.template .el-main .product_detail,
.template .el-main .contnet-right-out,
.template .el-dialog,
.template .el-drawer {
  color: #172033 !important;
}

.template .el-main .main-card :where(div, span, p, label, strong, em, i, li, td, th, h1, h2, h3, h4, h5, h6),
.template .el-main .page-content :where(div, span, p, label, strong, em, i, li, td, th, h1, h2, h3, h4, h5, h6),
.template .el-main .content-box :where(div, span, p, label, strong, em, i, li, td, th, h1, h2, h3, h4, h5, h6),
.template .el-main .content-table :where(div, span, p, label, strong, em, i, li, td, th, h1, h2, h3, h4, h5, h6),
.template .el-main .config-box :where(div, span, p, label, strong, em, i, li, td, th, h1, h2, h3, h4, h5, h6),
.template .el-dialog :where(div, span, p, label, strong, em, i, li, td, th, h1, h2, h3, h4, h5, h6) {
  color: inherit;
}

.template .el-main .muted,
.template .el-main .des,
.template .el-main .box-item-t,
.template .el-main .field-name,
.template .el-main .num-text,
.template .el-main .right-time,
.template .el-main .right-keywords,
.template .el-main .el-form-item__label,
.template .el-main .table-title,
.template .el-main .title-item,
.template .el-main .table-top,
.template .el-main .el-table th .cell {
  color: #6d7b93 !important;
}

.template .el-main .main-card,
.template .el-main .page-content,
.template .el-main .content-box,
.template .el-main .content-table,
.template .el-main .config-box,
.template .el-main .order-info,
.template .el-main .order-table,
.template .el-main .order-transaction,
.template .el-main .self-field,
.template .el-main .box-top,
.template .el-main .basic,
.template .el-main .account,
.template .el-main .oauth,
.template .el-main .content-msg,
.template .el-main .right-content,
.template .el-main .withdrawal-content {
  background-color: #ffffff !important;
}

.template .el-main .content_searchbar,
.template .el-main .main-card-search,
.template .el-main .searchbar,
.template .el-main .mob-searchbar,
.template .el-main .msg-search,
.template .el-main .box-item,
.template .el-main .table-title,
.template .el-main .title-item,
.template .el-main .table-top,
.template .el-main .el-table th {
  background: #f7f9ff !important;
  color: #172033 !important;
}

.template .el-main a,
.template .el-main .operation,
.template .el-main .operation-item,
.template .el-main .more-operation,
.template .el-main .bule-text,
.template .el-main .link,
.template .el-main .copy,
.template .el-main .top-link,
.template .el-main .column-id,
.template .el-dialog a {
  color: #e75327 !important;
}

.template .el-button--primary,
.template .el-button--primary *,
.template .search-btn,
.template .search-btn *,
.template .left-btn,
.template .left-btn *,
.template .btn-save,
.template .btn-save *,
.template .btn-ok,
.template .btn-ok *,
.template .manual-btn,
.template .manual-btn *,
.template .login-btn,
.template .login-btn *,
.template .input-btn,
.template .input-btn * {
  color: #ffffff !important;
}

.template .pay-text,
.template .pay-text * {
  color: #e75327 !important;
}

.template .el-button--default,
.template .el-button--default *,
.template .btn-no,
.template .btn-no * {
  color: #516078 !important;
}

.template .el-tag,
.template .el-tag *,
.template .status,
.template .status *,
.template .open,
.template .open *,
.template .un-open,
.template .un-open *,
.template .pay-status,
.template .pay-status *,
.template .ip-status-text,
.template .ip-status-text * {
  color: inherit !important;
}

.template .open,
.template .Paid-text,
.template .ip-status-text,
.template .el-tag--success {
  color: #11824c !important;
  background: #e7f8ef !important;
}

.template .un-open,
.template .Wait,
.template .el-tag--warning {
  color: #a25a00 !important;
  background: #fff2df !important;
}

.template .Unpaid-text,
.template .Unpaid,
.template .Refunded-text,
.template .el-tag--danger {
  color: #c63d27 !important;
  background: #fff0ee !important;
}

.template .el-input__inner,
.template .el-textarea__inner,
.template .el-select .el-input__inner,
.template .el-range-input {
  color: #172033 !important;
  background: #ffffff !important;
}

.template .el-input__inner::placeholder,
.template .el-textarea__inner::placeholder {
  color: #9aa8bc !important;
}

.template .el-checkbox__label,
.template .el-radio__label,
.template .el-switch__label,
.template .el-tabs__item {
  color: #31405b !important;
}

.template .el-tabs__item.is-active {
  color: #e75327 !important;
}

.template .el-alert,
.template .el-alert * {
  color: #293650 !important;
}

.template .el-alert--error {
  background: #fff0ee !important;
}

.template .el-alert--warning {
  background: #fff7e8 !important;
}

.template .el-alert--success {
  background: #edf9f2 !important;
}

.el-select-dropdown,
.el-dropdown-menu,
.el-picker-panel,
.el-cascader__dropdown,
.el-popover,
.el-message-box {
  color: #172033 !important;
  background: #ffffff !important;
}

.el-select-dropdown *,
.el-dropdown-menu *,
.el-picker-panel *,
.el-cascader__dropdown *,
.el-popover *,
.el-message-box * {
  color: inherit;
}

.el-select-dropdown__item,
.el-dropdown-menu__item,
.el-picker-panel__body,
.el-cascader-node,
.el-message-box__content {
  color: #172033 !important;
}

.el-select-dropdown__item.selected,
.el-dropdown-menu__item:hover,
.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-date-table td.current:not(.disabled) span {
  color: #e75327 !important;
}

.el-aside.codex-global-side,
.el-aside.codex-global-side *,
.codex-global-topbar,
.codex-global-topbar * {
  color: rgba(255,255,255,.82) !important;
}

.el-aside.codex-global-side .codex-global-brand-copy strong,
.el-aside.codex-global-side .el-menu-item.is-active,
.el-aside.codex-global-side .el-menu-item.is-active *,
.el-aside.codex-global-side .el-menu-item:hover,
.el-aside.codex-global-side .el-menu-item:hover *,
.el-aside.codex-global-side .el-submenu__title:hover,
.el-aside.codex-global-side .el-submenu__title:hover *,
.codex-global-topbar .head-box,
.codex-global-topbar .head-box * {
  color: #ffffff !important;
}

.codex-global-topbar .head-box {
  color: #10245a !important;
}

.codex-global-topbar .head-box * {
  color: #10245a !important;
}

.codex-finance-main,
.codex-finance-main *,
.codex-home-main,
.codex-home-main * {
  color: inherit;
}

/* Login/register contrast isolation */
.jq-login-page,
.jq-register-page {
  color: #ffffff !important;
}

.jq-login-page .jq-login-aside,
.jq-login-page .jq-login-aside *,
.jq-register-page .jq-register-aside,
.jq-register-page .jq-register-aside * {
  color: #ffffff !important;
}

.jq-login-page .jq-login-aside p,
.jq-register-page .jq-register-aside p,
.jq-login-page .jq-aside-grid span,
.jq-register-page .jq-aside-grid span,
.jq-login-page .jq-aside-footer,
.jq-login-page .jq-aside-footer *,
.jq-register-page .jq-aside-footer,
.jq-register-page .jq-aside-footer * {
  color: rgba(255,255,255,.76) !important;
}

.jq-login-page .jq-brand-pill,
.jq-register-page .jq-brand-pill {
  color: #ffffff !important;
}

.jq-login-page .jq-login-card,
.jq-login-page .jq-login-card :where(div, span, p, label, strong, em, i, li, h1, h2, h3, h4, h5, h6),
.jq-register-page .jq-register-card,
.jq-register-page .jq-register-card :where(div, span, p, label, strong, em, i, li, h1, h2, h3, h4, h5, h6) {
  color: #172033 !important;
}

.jq-login-page .jq-login-card a,
.jq-register-page .jq-register-card a,
.jq-login-page .jq-kicker,
.jq-register-page .jq-kicker {
  color: #e75327 !important;
}

.jq-login-page .el-button--primary,
.jq-login-page .el-button--primary *,
.jq-register-page .el-button--primary,
.jq-register-page .el-button--primary * {
  color: #ffffff !important;
}

/* Codex deep-surface contrast sweep */
.template :where(
  .codex-side,
  .codex-finance-side,
  .codex-side-card,
  .codex-dashboard-hero,
  .codex-finance-topbar,
  .codex-topbar,
  .finance-top,
  .account-money,
  .money-card,
  .balance-card,
  .overview-card.is-dark,
  .dark-card,
  .hero-card,
  .banner-card,
  .stat-card.is-dark
),
.template :where(
  .codex-side,
  .codex-finance-side,
  .codex-side-card,
  .codex-dashboard-hero,
  .codex-finance-topbar,
  .codex-topbar,
  .finance-top,
  .account-money,
  .money-card,
  .balance-card,
  .overview-card.is-dark,
  .dark-card,
  .hero-card,
  .banner-card,
  .stat-card.is-dark
) :where(div, span, p, label, strong, em, i, b, small, li, h1, h2, h3, h4, h5, h6, a) {
  color: rgba(255,255,255,.88) !important;
}

.template :where(
  .codex-side,
  .codex-finance-side,
  .codex-side-card,
  .codex-dashboard-hero,
  .codex-finance-topbar,
  .codex-topbar,
  .finance-top,
  .account-money,
  .money-card,
  .balance-card,
  .overview-card.is-dark,
  .dark-card,
  .hero-card,
  .banner-card,
  .stat-card.is-dark
) :where(h1, h2, h3, strong, b, .money-num-value, .balance-left-num, .other-money-item-value, .codex-side-card-row strong) {
  color: #ffffff !important;
}

.template :where(
  .codex-side,
  .codex-finance-side,
  .codex-side-card,
  .codex-dashboard-hero,
  .codex-finance-topbar,
  .codex-topbar,
  .finance-top,
  .account-money
) :where(.muted, .sub, .desc, .des, .codex-topbar-kicker, .codex-side-card-kicker, .money-title, .money-order-title, .other-money-item-title, .balance-left-title, p) {
  color: rgba(255,255,255,.72) !important;
}

.template :where(
  .codex-side,
  .codex-finance-side,
  .codex-side-card,
  .codex-dashboard-hero,
  .codex-finance-topbar,
  .codex-topbar,
  .finance-top,
  .account-money
) :where(.el-button--primary, .custom-btn, .search-btn, button:not(.ghost)),
.template :where(
  .codex-side,
  .codex-finance-side,
  .codex-side-card,
  .codex-dashboard-hero,
  .codex-finance-topbar,
  .codex-topbar,
  .finance-top,
  .account-money
) :where(.el-button--primary, .custom-btn, .search-btn, button:not(.ghost)) * {
  color: #ffffff !important;
}

.template :where(
  .codex-side,
  .codex-finance-side,
  .codex-side-card,
  .codex-dashboard-hero,
  .codex-finance-topbar,
  .codex-topbar,
  .finance-top,
  .account-money
) :where(.ghost, .el-button--default, .codex-account-pill span),
.template :where(
  .codex-side,
  .codex-finance-side,
  .codex-side-card,
  .codex-dashboard-hero,
  .codex-finance-topbar,
  .codex-topbar,
  .finance-top,
  .account-money
) :where(.ghost, .el-button--default, .codex-account-pill span) * {
  color: #172033 !important;
}

.template :where(.codex-side, .codex-finance-side) :where(.codex-side-nav a, .codex-side-nav span, .menu-alink, .aside-menu-text),
.template :where(.codex-side, .codex-finance-side) :where(.codex-side-nav a, .codex-side-nav span, .menu-alink, .aside-menu-text) * {
  color: rgba(255,255,255,.78) !important;
}

.template :where(.codex-side, .codex-finance-side) :where(.active, .is-active, a:hover),
.template :where(.codex-side, .codex-finance-side) :where(.active, .is-active, a:hover) * {
  color: #ffffff !important;
}

/* Keep ordinary light cards inside dark pages readable */
.template :where(.codex-workspace, .codex-finance-main, .codex-home-main) :where(
  .main-card,
  .product-item,
  .reacommet-item,
  .host-tip,
  .content_tab,
  .el-table,
  .el-form,
  .el-dialog,
  .white-card,
  .light-card
),
.template :where(.codex-workspace, .codex-finance-main, .codex-home-main) :where(
  .main-card,
  .product-item,
  .reacommet-item,
  .host-tip,
  .content_tab,
  .el-table,
  .el-form,
  .el-dialog,
  .white-card,
  .light-card
) :where(div, span, p, label, strong, em, i, b, small, li, td, th, h1, h2, h3, h4, h5, h6) {
  color: #172033 !important;
}

.template :where(.codex-workspace, .codex-finance-main, .codex-home-main) :where(
  .operation,
  .operation-item,
  .more-operation,
  .bule-text,
  .link,
  .copy,
  .custom-text-btn,
  .top-link,
  a
) {
  color: #e75327 !important;
}

/* Final re-assertion: dark cards nested inside light containers must stay readable */
.template :where(.codex-dashboard-hero, .account-money, .finance-top, .codex-side-card, .codex-side, .codex-finance-side, .codex-finance-topbar, .codex-topbar),
.template :where(.codex-dashboard-hero, .account-money, .finance-top, .codex-side-card, .codex-side, .codex-finance-side, .codex-finance-topbar, .codex-topbar) :where(div, span, p, label, strong, em, i, b, small, li, h1, h2, h3, h4, h5, h6, a) {
  color: rgba(255,255,255,.88) !important;
}

.template :where(.codex-dashboard-hero, .account-money, .finance-top, .codex-side-card, .codex-side, .codex-finance-side, .codex-finance-topbar, .codex-topbar) :where(h1, h2, h3, strong, b, .money-num-value, .money-order-value, .balance-left-num, .other-money-item-value) {
  color: #fff !important;
}

.template :where(.codex-dashboard-hero, .account-money, .finance-top, .codex-side-card, .codex-side, .codex-finance-side, .codex-finance-topbar, .codex-topbar) :where(.ghost, .codex-account-pill span, .balance-tx-btn),
.template :where(.codex-dashboard-hero, .account-money, .finance-top, .codex-side-card, .codex-side, .codex-finance-side, .codex-finance-topbar, .codex-topbar) :where(.ghost, .codex-account-pill span, .balance-tx-btn) * {
  color: #172033 !important;
}

/* Codex topbar layout fix - remove legacy fixed header overlap and cover .product pages */
.template > .el-container,
.product > .el-container,
.product_detail > .el-container {
  min-height: 100vh;
  min-width: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 103, 57, 0.14), transparent 28%),
    radial-gradient(circle at 88% 6%, rgba(72, 109, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #071126 0%, #0d1a3d 42%, #10172b 100%);
}

.template > .el-container > .el-container,
.product > .el-container > .el-container,
.product_detail > .el-container > .el-container {
  min-width: 0;
  width: 100%;
  overflow: visible;
}

.codex-global-topbar.el-header {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 78px !important;
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 14px 18px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  z-index: 20 !important;
}

.codex-global-topbar .header-left,
.codex-global-topbar .header-right {
  min-width: 0 !important;
  max-width: 100% !important;
}

.codex-global-topbar .header-left {
  flex: 1 1 280px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  overflow: hidden !important;
}

.codex-global-topbar .header-left .el-autocomplete,
.codex-global-topbar .header-left .el-input,
.codex-global-topbar .header-left .el-input input {
  width: min(420px, 100%) !important;
  max-width: 100% !important;
}

.codex-global-topbar .header-right {
  flex: 0 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-right: 0 !important;
  overflow: visible !important;
}

.codex-global-topbar .header-right-item {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.codex-global-topbar .car-item {
  margin-right: 0 !important;
}

.codex-global-topbar .cloum-line-item {
  display: none !important;
}

.codex-global-topbar .right-item,
.codex-global-topbar .el-dropdown-header,
.codex-global-topbar .un-login,
.codex-global-topbar .el-dropdown-country {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  height: 40px !important;
  min-height: 40px !important;
  min-width: 40px !important;
  padding: 0 12px !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.codex-global-topbar .el-dropdown-header {
  padding: 4px 8px !important;
}

.codex-global-topbar .head-box {
  padding: 0 !important;
}

.codex-global-topbar .right-item img,
.codex-global-topbar .el-dropdown-country img,
.codex-global-topbar .un-login img {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  object-fit: contain !important;
}

.product .el-main,
.product_detail .el-main {
  min-width: 0;
  padding: 22px !important;
  background: transparent !important;
}

.product .main-card,
.product_detail .main-card,
.product .config-box,
.product_detail .config-box {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1180px) {
  .product > .el-container,
  .product_detail > .el-container {
    display: block;
  }

  .codex-global-topbar.el-header {
    margin: 12px 12px 0 !important;
    border-radius: 22px !important;
  }

  .codex-global-topbar .header-left {
    flex-basis: 180px !important;
  }

  .product .el-main,
  .product_detail .el-main {
    padding: 12px !important;
  }
}

@media (max-width: 760px) {
  .codex-global-topbar.el-header {
    align-items: stretch !important;
    gap: 12px !important;
    padding: 14px !important;
  }

  .codex-global-topbar .header-left,
  .codex-global-topbar .header-right {
    width: 100% !important;
    flex: 1 1 100% !important;
  }

  .codex-global-topbar .header-right {
    justify-content: flex-start !important;
  }
}

/* Codex unified sidebar - identical to home.htm across all member pages */
.template .codex-side,
.product .codex-side,
.product_detail .codex-side,
.codex-finance-template .codex-side,
.el-aside.codex-global-side.codex-side {
  position: sticky !important;
  top: 0 !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 22px !important;
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
  height: 100vh !important;
  padding: 22px 16px !important;
  overflow: hidden auto !important;
  box-sizing: border-box !important;
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035)),
    rgba(7, 17, 38, 0.92) !important;
  border-right: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 18px 0 70px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(20px) !important;
}

.template .codex-side-brand,
.product .codex-side-brand,
.product_detail .codex-side-brand,
.codex-finance-template .codex-side-brand {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  width: 100% !important;
  padding: 10px 10px 18px !important;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.template .codex-brand-mark,
.product .codex-brand-mark,
.product_detail .codex-brand-mark,
.codex-finance-template .codex-brand-mark {
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 17px !important;
  background: linear-gradient(135deg, #ff6739, #ff9b6e) !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  box-shadow: 0 16px 34px rgba(255,103,57,.32) !important;
}

.template .codex-brand-name,
.product .codex-brand-name,
.product_detail .codex-brand-name,
.codex-finance-template .codex-brand-name {
  display: block !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  letter-spacing: -0.03em !important;
  white-space: nowrap !important;
}

.template .codex-brand-sub,
.product .codex-brand-sub,
.product_detail .codex-brand-sub,
.codex-finance-template .codex-brand-sub {
  display: block !important;
  margin-top: 4px !important;
  color: rgba(255,255,255,.48) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.template .codex-side-nav,
.product .codex-side-nav,
.product_detail .codex-side-nav,
.codex-finance-template .codex-side-nav {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 6px !important;
  overflow-y: auto !important;
  padding-right: 4px !important;
  min-height: 0 !important;
}

.template .codex-nav-label,
.product .codex-nav-label,
.product_detail .codex-nav-label,
.codex-finance-template .codex-nav-label {
  margin: 14px 12px 7px !important;
  color: rgba(255,255,255,.38) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.template .codex-nav-item,
.product .codex-nav-item,
.product_detail .codex-nav-item,
.codex-finance-template .codex-nav-item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 44px !important;
  height: auto !important;
  padding: 8px 12px !important;
  border-radius: 16px !important;
  color: rgba(255,255,255,.72) !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

.template .codex-nav-item:hover,
.template .codex-nav-item.active,
.product .codex-nav-item:hover,
.product .codex-nav-item.active,
.product_detail .codex-nav-item:hover,
.product_detail .codex-nav-item.active,
.codex-finance-template .codex-nav-item:hover,
.codex-finance-template .codex-nav-item.active {
  color: #fff !important;
  background: rgba(255,255,255,.11) !important;
  transform: translateX(3px) !important;
}

.template .codex-nav-item.active::before,
.product .codex-nav-item.active::before,
.product_detail .codex-nav-item.active::before,
.codex-finance-template .codex-nav-item.active::before {
  content: '' !important;
  position: absolute !important;
  left: -8px !important;
  top: 12px !important;
  bottom: 12px !important;
  width: 4px !important;
  border-radius: 999px !important;
  background: #ff6739 !important;
  box-shadow: 0 0 18px rgba(255,103,57,.8) !important;
}

.template .codex-nav-icon,
.product .codex-nav-icon,
.product_detail .codex-nav-icon,
.codex-finance-template .codex-nav-icon {
  display: grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 11px !important;
  background: rgba(255,255,255,.09) !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 30px !important;
}

.template .codex-nav-item em,
.product .codex-nav-item em,
.product_detail .codex-nav-item em,
.codex-finance-template .codex-nav-item em {
  margin-left: auto !important;
  min-width: 22px !important;
  height: 22px !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  background: #ff6739 !important;
  color: #fff !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 22px !important;
  text-align: center !important;
}

.template .codex-side-card,
.product .codex-side-card,
.product_detail .codex-side-card,
.codex-finance-template .codex-side-card {
  margin-top: auto !important;
  padding: 18px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 103, 57, 0.28), transparent 32%),
    rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
}

.template .codex-side-card-kicker,
.product .codex-side-card-kicker,
.product_detail .codex-side-card-kicker,
.codex-finance-template .codex-side-card-kicker {
  margin-bottom: 14px !important;
  color: rgba(255,255,255,.46) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  letter-spacing: .1em !important;
}

.template .codex-side-card-row,
.product .codex-side-card-row,
.product_detail .codex-side-card-row,
.codex-finance-template .codex-side-card-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 0 !important;
  color: rgba(255,255,255,.68) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

.template .codex-side-card-row strong,
.product .codex-side-card-row strong,
.product_detail .codex-side-card-row strong,
.codex-finance-template .codex-side-card-row strong {
  min-width: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  word-break: break-all !important;
  text-align: right !important;
}

.template .codex-side-card button,
.product .codex-side-card button,
.product_detail .codex-side-card button,
.codex-finance-template .codex-side-card button {
  width: 100% !important;
  min-height: 40px !important;
  margin-top: 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #10172b !important;
  background: #fff !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

@media (max-width: 1180px) {
  .template .codex-side,
  .product .codex-side,
  .product_detail .codex-side,
  .codex-finance-template .codex-side,
  .el-aside.codex-global-side.codex-side {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }

  .template .codex-side-nav,
  .product .codex-side-nav,
  .product_detail .codex-side-nav,
  .codex-finance-template .codex-side-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .template .codex-nav-label,
  .template .codex-side-card,
  .product .codex-nav-label,
  .product .codex-side-card,
  .product_detail .codex-nav-label,
  .product_detail .codex-side-card,
  .codex-finance-template .codex-nav-label,
  .codex-finance-template .codex-side-card {
    display: none !important;
  }
}
