.el-main {
  padding: 0 !important;
}
.finance .finance-top .finance-title {
  padding: 0.24rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #2B2B2B;
  border-bottom: 1px solid #EAEAEA;
}
.finance .finance-top .finance-money-main {
  padding: 0.24rem;
  border-bottom: 1px solid #EAEAEA;
}
.finance .finance-top .finance-money-main .finance-balance {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.finance .finance-top .finance-money-main .finance-balance .balance-left .balance-left-title {
  font-weight: 400;
  font-size: 0.14rem;
  color: #646464;
}
.finance .finance-top .finance-money-main .finance-balance .balance-left .balance-left-title .balance-title-num {
  font-weight: 600;
  color: #2B2B2B;
}
.finance .finance-top .finance-money-main .finance-balance .balance-left .balance-left-num {
  margin-top: 0.16rem;
  font-weight: 600;
  font-size: 0.45rem;
  color: #2B2B2B;
}
.finance .finance-top .finance-money-main .finance-balance .balance-left .balance-left-num .prefix {
  font-size: 0.24rem;
}
.finance .finance-top .finance-money-main .finance-balance .balance-right {
  display: flex;
  align-items: center;
  column-gap: 0.16rem;
}
.finance .finance-top .finance-money-main .finance-balance .balance-right .el-button {
  height: 0.37rem;
  border-radius: 0.04rem;
}
.finance .finance-top .finance-money-main .finance-balance .balance-right .balance-tx-btn {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.finance .finance-top .finance-money-main .finance-balance .balance-right .tx-list {
  font-size: 0.14rem;
  color: #999999;
  cursor: pointer;
}
.finance .finance-top .finance-money-main .finance-other-money {
  margin-top: 0.24rem;
  padding-top: 0.24rem;
  display: flex;
  align-items: center;
  border-top: 1px dashed #EAEAEA;
}
.finance .finance-top .finance-money-main .finance-other-money .other-money-item {
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  border-left: 1px solid #EAEAEA;
}
.finance .finance-top .finance-money-main .finance-other-money .other-money-item:nth-of-type(1) {
  padding-left: 0;
  border-left: none;
}
.finance .finance-top .finance-money-main .finance-other-money .other-money-item .other-money-item-title {
  display: flex;
  align-items: center;
  column-gap: 0.05rem;
  color: #646464;
  font-weight: 400;
  font-size: 0.14rem;
  margin-right: 0.08rem;
}
.finance .finance-top .finance-money-main .finance-other-money .other-money-item .other-money-item-value {
  font-weight: 600;
  font-size: 0.18rem;
  color: #2B2B2B;
}
.finance .finance-top .finance-money-main .finance-other-money .other-money-item .other-money-item-value .prefix {
  font-size: 0.12rem;
}
.finance .finance-top .finance-money-main .finance-other-money .other-money-item .freeze-list {
  margin-left: 0.16rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: var(--color-primary);
  text-decoration: underline;
  cursor: pointer;
}
.finance .content_box {
  padding: 0.24rem;
}
.a-text {
  cursor: pointer;
}
.a-text:hover {
  text-decoration: underline;
}
.content_searchbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.content_searchbar .left_tips {
  display: flex;
  align-items: center;
  column-gap: 0.2rem;
}
.content_searchbar .left_tips .all-pay {
  padding: 0 10px;
  height: 32px;
}
.content_searchbar .left_tips .all-del {
  margin-left: 0;
  padding: 0 10px;
  height: 32px;
}
.content_searchbar .left_tips .tips_item {
  display: flex;
  align-items: center;
}
.finance .el-tabs__content {
  min-height: 5rem;
}
.dot {
  width: 0.08rem;
  height: 0.08rem;
  line-height: 0.1rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.1rem;
}
.dot.new {
  background: #0058FF;
}
.dot.renew,
.dot.on_demand {
  background: #3DD598;
}
.dot.upgrade,
.dot.change_billing_cycle {
  background: #F0142F;
}
.dot.artificial {
  background: #F99600;
}
.dot.recharge {
  background: #9C27B0;
}
.main_table {
  margin-top: 0.7rem;
}
.main_table > thead > tr > th:nth-child(1) {
  padding-left: 0.3rem;
}
.pay-html {
  display: flex;
  justify-content: center;
}
.pay-html > img {
  width: 2.5rem;
  height: 2.5rem;
}
.status-tag {
  padding: 0.04rem 0.1rem;
  border-radius: 3px;
  font-size: 13px;
  border: none;
}
.status-tag.Unpaid {
  background-color: rgba(240, 20, 47, 0.08);
  color: var(--color-danger);
  border: none;
}
.status-tag.Paid {
  background-color: rgba(61, 213, 152, 0.12);
  color: var(--color-success);
  border: none;
}
.status-tag.Wait {
  background-color: rgba(230, 162, 60, 0.12);
  color: var(--color-warning);
  border: none;
}
.status-tag.Refunded {
  background-color: rgba(64, 158, 255, 0.12);
  color: var(--color-info);
  border: none;
}
.gateway-pay {
  color: #5c5ee4;
  cursor: pointer;
}
.tooltip {
  text-align: center;
}
.balance-tag {
  padding: 0.04rem 0.1rem;
  border-radius: 3px;
  font-size: 13px;
}
.balance-tag.Recharge,
.balance-tag.recharge {
  background: rgba(54, 153, 255, 0.12);
  color: var(--color-info);
}
.Applied {
  background: rgba(249, 150, 0, 0.12);
  color: var(--color-warning);
}
.Refund {
  background: rgba(240, 20, 47, 0.12);
  color: var(--color-danger);
}
.Withdraw {
  background: rgba(61, 213, 152, 0.12);
  color: var(--color-success);
}
.Artificial {
  background: rgba(54, 153, 255, 0.12);
  color: var(--color-primary);
}
.Freeze {
  background: rgba(240, 20, 47, 0.12);
  color: var(--color-danger);
}
.Unfreeze {
  background: rgba(54, 153, 255, 0.12);
  color: var(--color-info);
}
.el-form,
.el-select {
  width: 100%;
}
.el-form-item__label {
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1e2736;
}
.kd-dialog .dialog-title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #171725;
}
.kd-dialog .dialog-dec {
  margin-top: 0.2rem;
  color: #1e2736;
}
.kd-dialog .el-dialog__body {
  padding: 0.24rem;
  font-size: 0.16rem;
}
.kd-dialog .dialog-box {
  margin-top: 0.3rem;
  padding: 0.2rem 0.16rem;
  border: 0.01rem solid #e6e7eb;
}
.kd-dialog .kd-item {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
}
.kd-dialog .kd-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.kd-dialog .kd-item .kd-label {
  color: #8692b0;
}
.kd-dialog .kd-item .kd-value {
  margin-left: 0.3rem;
  color: #4E5259;
}
.kd-dialog .dialog-fotter {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.kd-dialog .dialog-fotter .el-button {
  width: 1.12rem;
  height: 0.46rem;
  color: #1e2736;
  font-size: 0.16rem;
  background: #E7E7E7;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.info-dialog .dialog-title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #171725;
}
.info-dialog .certification-info {
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.16rem;
  border: 0.01rem solid #e6e7eb;
}
.info-dialog .certification-info .kd-item {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
}
.info-dialog .certification-info .kd-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.info-dialog .certification-info .kd-item .kd-label {
  color: #8692b0;
}
.info-dialog .certification-info .kd-item .kd-value {
  margin-left: 0.3rem;
  color: #4E5259;
}
.info-dialog .dialog-dec {
  font-size: 0.14rem;
  padding: 0.12rem 0.16rem;
  margin-top: 0.4rem;
  color: var(--color-danger);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  background: #FDE6E9;
}
.info-dialog .dialog-dec p {
  margin: 0;
}
.info-dialog .el-dialog__body {
  padding: 0.24rem;
  font-size: 0.16rem;
}
.info-dialog .dialog-fotter {
  display: flex;
  justify-content: end;
  margin-top: 0.4rem;
}
.info-dialog .info-form .el-form-item__label {
  padding: 0 !important;
}
.info-dialog .save-btn,
.info-dialog .cancel-btn {
  width: 1.12rem;
  height: 0.46rem;
  font-size: 0.16rem;
  border-radius: 0.03rem;
  border: none;
}
.info-dialog .save-btn {
  background: var(--color-primary);
  color: rgba(255, 255, 255, 0.9);
}
.info-dialog .cancel-btn {
  margin-left: 0.12rem;
  background: #E7E7E7;
  color: #1e2736;
}
.info-dialog .first-save-tip {
  font-size: 0.14rem;
  color: var(--color-danger);
}
.cancel-dialog .dialog-title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #171725;
}
.cancel-dialog .el-dialog__body {
  padding: 0.24rem;
  font-size: 0.16rem;
}
.cancel-dialog .dialog-dec {
  margin-top: 0.3rem;
  color: #1e2736;
}
.cancel-dialog .dialog-fotter {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.cancel-dialog .dialog-fotter .save-btn,
.cancel-dialog .dialog-fotter .cancel-btn {
  width: 1.12rem;
  height: 0.46rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: none;
  font-size: 0.16rem;
}
.cancel-dialog .dialog-fotter .save-btn {
  background: var(--color-primary);
  color: rgba(255, 255, 255, 0.9);
}
.cancel-dialog .dialog-fotter .cancel-btn {
  margin-left: 0.12rem;
  background: #E7E7E7;
  color: #1e2736;
}
.mail-dialog .dialog-title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #171725;
}
.mail-dialog .dialog-dec {
  font-size: 0.14rem;
  margin-top: 0.3rem;
  color: #1e2736;
}
.mail-dialog .el-dialog__body {
  padding: 0.24rem;
  font-size: 0.16rem;
}
.mail-dialog .dialog-fotter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}
.mail-dialog .info-form .el-form-item__label {
  padding: 0 !important;
}
.mail-dialog .fotter-left {
  color: #1e2736;
  font-size: 0.16rem;
}
.mail-dialog .fotter-left .price-blue {
  font-weight: bold;
  color: var(--color-primary);
}
.mail-dialog .save-btn,
.mail-dialog .cancel-btn {
  width: 1.12rem;
  height: 0.46rem;
  font-size: 0.16rem;
  border-radius: 0.03rem;
  border: none;
}
.mail-dialog .save-btn {
  background: var(--color-primary);
  color: rgba(255, 255, 255, 0.9);
}
.mail-dialog .cancel-btn {
  margin-left: 0.12rem;
  background: #E7E7E7;
  color: #1e2736;
}
.creat-dia .dialog-tips {
  display: flex;
}
.creat-dia .tips_item {
  margin-right: 0.2rem;
}
.credit-content {
  margin-top: 0.4rem;
}
.credit-content .credit-top {
  display: flex;
  margin-bottom: 0.4rem;
}
.credit-content .credit-top .credit-item {
  margin-left: 0.4rem;
  padding: 0.31rem 0.2rem 0.4rem 0.2rem;
  flex: 1;
  flex-shrink: 0;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
}
.credit-content .credit-top .credit-item:nth-of-type(1) {
  margin-left: 0;
}
.credit-content .credit-top .credit-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8692b0;
}
.credit-content .credit-top .credit-item .item-top .item-l {
  font-size: 0.16rem;
}
.credit-content .credit-top .credit-item .item-top .item-r {
  font-size: 0.14rem;
}
.credit-content .credit-top .credit-item .item-top .label-box {
  display: inline-block;
  padding: 0.03rem 0.16rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.credit-content .credit-top .credit-item .item-top .is-active {
  background-color: rgba(54, 153, 255, 0.12);
  color: var(--color-primary);
}
.credit-content .credit-top .credit-item .item-top .no-active {
  background-color: rgba(240, 20, 47, 0.08);
  color: var(--color-danger);
}
.credit-content .credit-top .credit-item .item-bottom {
  margin-top: 0.1rem;
}
.credit-content .credit-top .credit-item .item-bottom .item-bl {
  font-size: 0.28rem;
  font-weight: bold;
  color: #1e2736;
}
.credit-content .credit-top .credit-item .flex-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit-content .credit-top .credit-item .flex-bottom .credit-btn,
.credit-content .credit-top .credit-item .flex-bottom .no-btn {
  height: 0.32rem;
  font-size: 0.14rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.credit-content .credit-top .credit-item .flex-bottom .credit-btn {
  background: var(--color-primary);
  color: #FFFFFF;
}
.credit-content .credit-top .credit-item .flex-bottom .no-btn {
  border: 0.01rem solid #e6e7eb;
  background: #FFFFFF;
  color: #757575;
}
.credit-content .credit-operation {
  cursor: pointer;
  font-size: 0.14rem;
  color: var(--color-primary);
}
.dialog-form {
  display: flex;
  flex-direction: column;
}
.el-row {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.form-footer {
  display: flex;
  justify-content: flex-end;
}
.form-footer > .btn-ok {
  background: var(--color-primary);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-footer > .btn-no {
  background: #e7e7e7;
  border-radius: 3px;
  color: #1e2736;
  display: flex;
  align-items: center;
  justify-content: center;
}
.true-money {
  color: var(--color-warning);
}
.orderid_a {
  cursor: pointer;
}
.orderid_a:hover {
  border-bottom: 2px solid #808080;
}
.el-input__suffix {
  display: flex;
  align-items: center;
}
.input-search {
  padding-right: 0.1rem;
  cursor: pointer;
}
.cz-input {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cz-input > .btn-ok {
  margin-left: 0.1rem;
  height: 0.46rem;
  background: var(--color-primary);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-table__expand-icon {
  position: absolute;
  left: 0.1rem;
}
.el-table__indent {
  padding: 0 !important;
}
.mobel {
  display: none;
}
.el-icon-more {
  font-size: 0.16rem;
  color: var(--color-primary);
  cursor: pointer;
}
.el-popover {
  min-width: 0.5rem !important;
}
.operation-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.operation-item {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
  cursor: pointer;
}
.operation-item:hover {
  color: var(--color-primary);
}
.has-border {
  border: 0.01rem solid #e6e7eb;
}
.contract-status {
  display: inline-block;
  padding: 0.04rem 0.1rem;
  border-radius: 0.03rem;
}
.help-icon {
  cursor: pointer;
  margin-left: 0.04rem;
  color: var(--color-primary);
}
.delete-order-dialog .el-dialog__header {
  padding: 0;
}
.delete-order-dialog .el-dialog__body {
  padding: 0;
}
.delete-order-dialog .delete-box {
  height: 2.56rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.delete-order-dialog .delete-content {
  font-size: 0.18rem;
  color: #1e2736;
}
.delete-order-dialog .delete-btn {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.delete-order-dialog .delete-btn .save-btn,
.delete-order-dialog .delete-btn .cancel-btn {
  width: 1.12rem;
  height: 0.46rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: none;
  font-size: 0.16rem;
}
.delete-order-dialog .delete-btn .save-btn {
  background: var(--color-danger);
  color: rgba(255, 255, 255, 0.9);
}
.delete-order-dialog .delete-btn .cancel-btn {
  margin-left: 0.12rem;
  background: #E7E7E7;
  color: #1e2736;
}
.pre-dialog .dialog-box {
  text-align: center;
}
.pre-dialog .dialog-box .tit {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.3rem;
}
.pre-dialog .dialog-box .con .item {
  margin: 5px 0;
}
.pre-dialog .dialog-fotter {
  margin-top: 0.2rem;
}
.pre-dialog .dialog-fotter .save-btn {
  background: var(--color-primary);
  color: #fff;
}
.pre-dialog .s-tip {
  margin: 0.2rem 0 0 0;
  font-size: 0.14rem;
  color: #999;
}
@media screen and (max-width: 750px) {
  .content_searchbar .left_tips .tips_item {
    margin-right: 0.1rem;
  }
  .searchbar {
    width: 100%;
  }
  .searchbar .el-input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .content_searchbar {
    flex-wrap: wrap;
  }
  .mob-searchbar {
    margin-top: 0.53rem;
  }
  .mob-search-input {
    height: 0.8rem;
    background: rgba(134, 146, 176, 0.1);
    border-radius: 3px 3px 0px 0px;
  }
  .mob-search-input > input {
    height: 0.8rem;
    background: rgba(134, 146, 176, 0.1);
    border-radius: 3px 3px 0px 0px;
  }
  .mob-tabledata {
    display: flex;
    flex-direction: column;
    border: 1px solid #d7d8db;
    border-radius: 0px 0px 3px 3px;
  }
  .mob-tabledata-item {
    height: auto;
    border-bottom: 1px solid #d7d8db;
    display: flex;
    flex-direction: column;
    padding: 0 0.3rem;
  }
  .mob-item-row {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  .mob-item-row1,
  .mob-item-row3,
  .mob-item-row-notes {
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #8692b0;
    margin-left: 0.26rem;
  }
  .mob-item-row1 {
    margin-top: 0.41rem;
    align-items: center;
  }
  .mob-item-row2 {
    font-size: 0.3rem;
    line-height: 0.31rem;
    color: #1e2736;
  }
  .mob-item-row3 {
    margin-bottom: 0.33rem;
  }
  .mob-item-row2-name {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bottom-text {
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #8692b0;
    margin: 0.4rem 0;
    display: flex;
    justify-content: center;
  }
  .back-top-img {
    width: 0.88rem;
    position: fixed;
    right: 0.3rem;
    bottom: 1.17rem;
  }
  .el-form-item__label {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .dialog-form .el-input__inner {
    height: 0.8rem;
  }
  .cz-input > .btn-ok {
    height: 0.8rem;
  }
  .dialog-footer {
    flex-direction: column;
  }
  .dialog-footer .btn-ok,
  .dialog-footer .btn-no {
    width: 100%;
    height: 0.8rem;
    font-size: 0.34rem;
  }
  .dialog-footer .btn-no {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .top-line {
    display: none;
  }
  .order-detail-table {
    margin-top: 0.5rem;
  }
  .main_table {
    display: none;
  }
  .mob-item-row-child {
    background: #eef4ff;
    display: flex;
    flex-direction: column;
  }
  .child-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.26rem;
    margin-bottom: 0.16rem;
    line-height: 0.4rem;
    color: #8692b0;
    margin-left: 0.26rem;
    margin-right: 0.2rem;
  }
  .child-row:nth-child(1) {
    margin-top: 0.16rem;
  }
  .child-row-name {
    color: #1e2736;
    width: 2.86rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .money {
    font-size: 0.4rem;
  }
  .item-balance > .text {
    font-size: 0.26rem;
  }
  .money-num > .text {
    font-size: 0.26rem;
  }
  .item-unbalance > .text {
    font-size: 0.26rem;
  }
  .btn-tx,
  .btn-cz {
    height: 0.42rem;
    width: 0.76rem;
    font-size: 0.22rem;
  }
  .balance-tag {
    font-size: 0.24rem;
  }
  .left_tips {
    font-size: 0.26rem;
  }
  .balance-searchbar {
    margin-top: 0;
  }
  .form-footer {
    display: flex;
    flex-direction: column;
  }
}
/* 签章上传样式 */
.seal-upload .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.seal-upload .el-upload:hover {
  border-color: var(--color-primary);
}
.seal-upload-content {
  width: 150px;
  height: 150px;
  position: relative;
}
.seal-upload-content .seal-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.seal-upload-content .seal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.seal-upload-content:hover .seal-mask {
  opacity: 1;
}
.seal-mask-actions {
  display: flex;
  gap: 20px;
}
.seal-mask-actions i {
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.2s;
}
.seal-upload-placeholder {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #8c939d;
}
.seal-upload-placeholder i {
  font-size: 32px;
  color: #8c939d;
}
.seal-upload-text {
  margin-top: 8px;
  font-size: 12px;
  color: #606266;
}
.seal-upload-tip {
  margin-top: 4px;
  font-size: 11px;
  color: #909399;
  text-align: center;
  line-height: 1.4;
}

/* Codex finance center redesign - aligned with home.htm */
.codex-finance-template,
.codex-finance-template * {
  box-sizing: border-box;
}

.codex-finance-template {
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #111a2e;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 103, 57, 0.18), transparent 28%),
    radial-gradient(circle at 88% 6%, rgba(72, 109, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #071126 0%, #0d1a3d 42%, #10172b 100%);
}

.codex-finance-template img,
.codex-finance-template svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  flex-shrink: 0;
}

.codex-finance-template a {
  text-decoration: none;
}

.codex-finance-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

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

.codex-side-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 10px 10px 18px;
  color: #fff;
  cursor: pointer;
}

.codex-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-brand-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

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

.codex-side-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
  padding-right: 4px;
}

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

.codex-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 16px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

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

.codex-nav-item.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);
}

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

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

.codex-side-card-kicker {
  margin-bottom: 14px;
  color: rgba(255,255,255,.46);
  font-size: 12px;
  letter-spacing: .1em;
}

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

.codex-side-card-row strong {
  min-width: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  word-break: break-all;
  text-align: right;
}

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

.codex-finance-workspace {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 22px;
}

.codex-finance-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}

.codex-topbar-kicker {
  color: rgba(255,255,255,.46);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .14em;
}

.codex-topbar h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.codex-topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.codex-topbar-actions button,
.codex-account-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #ff6739, #ff9b6e);
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.codex-topbar-actions button.ghost {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
}

.codex-account-pill {
  gap: 9px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
}

.codex-account-pill span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #fff;
  color: #10245a;
}

.codex-account-pill b {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.codex-finance-main {
  min-width: 0;
}

.codex-finance-template .finance.main-card,
.codex-finance-template .finance {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: auto;
  padding: 0;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,247,255,.92));
  box-shadow: 0 30px 90px rgba(0,0,0,.2);
  overflow: hidden;
}

.codex-finance-template .finance-top {
  padding: 30px 32px;
  color: #fff;
  background:
    radial-gradient(circle at 79% 22%, rgba(255, 103, 57, 0.46), transparent 20%),
    radial-gradient(circle at 18% 4%, rgba(112, 144, 255, 0.48), transparent 24%),
    linear-gradient(135deg, #07122f 0%, #10245a 56%, #071126 100%);
}

.codex-finance-template .finance-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.codex-finance-template .finance-money-main {
  display: grid;
  grid-template-columns: minmax(360px, 1.25fr) minmax(280px, .75fr);
  gap: 18px;
  min-width: 0;
}

.codex-finance-template .finance-balance,
.codex-finance-template .finance-other-money {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.11);
  backdrop-filter: blur(14px);
  box-shadow: none;
}

.codex-finance-template .finance-balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px;
}

.codex-finance-template .balance-left,
.codex-finance-template .balance-right {
  min-width: 0;
}

.codex-finance-template .balance-left-title,
.codex-finance-template .other-money-item-title {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.45;
}

.codex-finance-template .balance-title-num {
  color: #ffd4c6;
}

.codex-finance-template .balance-left-num {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 850;
  word-break: break-all;
}

.codex-finance-template .balance-left-num .prefix,
.codex-finance-template .other-money-item-value .prefix {
  font-size: .58em;
  line-height: 1;
  opacity: .82;
}

.codex-finance-template .balance-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.codex-finance-template .balance-right .el-button,
.codex-finance-template .tx-list,
.codex-finance-template .content_searchbar .el-button,
.codex-finance-template .dialog-fotter .el-button {
  min-height: 38px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
}

.codex-finance-template .finance-other-money {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.codex-finance-template .other-money-item {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.codex-finance-template .other-money-item:last-child {
  border-right: 0;
}

.codex-finance-template .other-money-item-value {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 850;
  word-break: break-all;
}

.codex-finance-template .freeze-list {
  display: inline-flex;
  margin-top: 10px;
  color: #ffd4c6;
  cursor: pointer;
}

.codex-finance-template .content_box {
  min-width: 0;
  padding: 22px;
}

.codex-finance-template .content_tab {
  min-width: 0;
  border: 1px solid rgba(143,160,191,.22);
  border-radius: 26px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 50px rgba(20, 38, 82, .08);
  overflow: hidden;
}

.codex-finance-template .el-tabs__header {
  margin: 0;
  padding: 0 22px;
  background: #f7f9ff;
  border-bottom: 1px solid rgba(143,160,191,.22);
}

.codex-finance-template .el-tabs__nav-wrap::after {
  display: none;
}

.codex-finance-template .el-tabs__item {
  height: 58px;
  line-height: 58px;
  color: #72809a;
  font-size: 14px;
  font-weight: 700;
}

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

.codex-finance-template .el-tabs__active-bar {
  height: 3px;
  border-radius: 999px;
  background: #ff6739;
}

.codex-finance-template .el-tab-pane {
  min-width: 0;
}

.codex-finance-template .content_table,
.codex-finance-template .voucher {
  min-width: 0;
  padding: 22px;
}

.codex-finance-template .content_searchbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  min-width: 0;
  margin-bottom: 18px;
}

.codex-finance-template .left_tips,
.codex-finance-template .searchbar,
.codex-finance-template .com-search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.codex-finance-template .tips_item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f5ff;
  color: #72809a;
  font-size: 12px;
  white-space: nowrap;
}

.codex-finance-template .tips_item .dot {
  width: 7px;
  height: 7px;
  min-width: 7px;
  border-radius: 50%;
}

.codex-finance-template .searchbar .el-select,
.codex-finance-template .searchbar .el-input,
.codex-finance-template .com-search .el-select,
.codex-finance-template .com-search .el-input {
  width: 220px !important;
  max-width: 100%;
  margin-left: 0 !important;
}

.codex-finance-template .tabledata {
  min-width: 0;
  overflow: hidden;
}

.codex-finance-template .el-table {
  width: 100% !important;
  color: #111a2e;
  border-radius: 18px;
  overflow: hidden;
}

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

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

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

.codex-finance-template .el-table .cell {
  min-width: 0;
  line-height: 1.45;
  word-break: break-word;
}

.codex-finance-template .balance-tag,
.codex-finance-template .order-status,
.codex-finance-template .status-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

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

.codex-finance-template .pagination,
.codex-finance-template .page {
  margin-top: 18px;
}

.codex-finance-template .mobel {
  display: none;
}

.codex-finance-template .voucher-box,
.codex-finance-template .voucher-content,
.codex-finance-template .voucher-search {
  min-width: 0;
}

.codex-finance-template .voucher-content ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 16px;
  padding: 0;
}

.codex-finance-template .voucher-content li.item,
.codex-finance-template .voucher-content .item {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(16,31,72,.08);
}

.codex-finance-template .kd-dialog .el-dialog,
.codex-finance-template .mail-dialog .el-dialog,
.codex-finance-template .pre-dialog .el-dialog,
.codex-finance-template .el-dialog {
  border-radius: 24px !important;
  overflow: hidden;
}

.codex-finance-template .dialog-title {
  color: #111a2e;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 850;
}

.codex-finance-template .dialog-box {
  min-width: 0;
}

/* Unified no-text loader, same behavior as home.htm */
#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); }
}

@media (max-width: 1540px) {
  .codex-finance-template .finance-money-main {
    grid-template-columns: 1fr;
  }
  .codex-finance-template .voucher-content ul {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}

@media (max-width: 1180px) {
  .codex-finance-shell {
    display: block;
  }
  .codex-finance-side {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .codex-side-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .codex-nav-label,
  .codex-side-card {
    display: none;
  }
}

@media (max-width: 760px) {
  .codex-finance-workspace {
    padding: 12px;
  }
  .codex-finance-topbar {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 22px;
  }
  .codex-finance-template .finance-top,
  .codex-finance-template .content_box,
  .codex-finance-template .content_table,
  .codex-finance-template .voucher {
    padding: 18px;
  }
  .codex-finance-template .finance-balance {
    flex-direction: column;
    align-items: flex-start;
  }
  .codex-finance-template .finance-other-money,
  .codex-finance-template .voucher-content ul {
    grid-template-columns: 1fr;
  }
  .codex-finance-template .tabledata {
    overflow-x: auto;
  }
  .codex-finance-template .el-tabs__header {
    padding: 0 12px;
  }
}

/* Codex deep contrast sweep for finance center */
.codex-finance-template :where(.codex-finance-side, .codex-side-card, .codex-finance-topbar, .finance-top),
.codex-finance-template :where(.codex-finance-side, .codex-side-card, .codex-finance-topbar, .finance-top) :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;
}

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

.codex-finance-template :where(.codex-finance-side, .codex-side-card, .codex-finance-topbar, .finance-top) :where(p, .codex-topbar-kicker, .codex-side-card-kicker, .balance-left-title, .other-money-item-title, .finance-title) {
  color: rgba(255,255,255,.72) !important;
}

.codex-finance-template :where(.codex-finance-side, .codex-side-card, .codex-finance-topbar, .finance-top) :where(.el-button--primary, button:not(.ghost)),
.codex-finance-template :where(.codex-finance-side, .codex-side-card, .codex-finance-topbar, .finance-top) :where(.el-button--primary, button:not(.ghost)) * {
  color: #fff !important;
}

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

.codex-finance-template :where(.content_tab, .content_box, .content_table, .voucher, .el-table, .el-form, .el-dialog, .white-card, .light-card),
.codex-finance-template :where(.content_tab, .content_box, .content_table, .voucher, .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;
}

.codex-finance-template :where(.content_tab, .content_box, .content_table, .voucher, .el-table, .el-form, .el-dialog, .white-card, .light-card) :where(a, .operation, .operation-item, .link, .copy, .custom-text-btn) {
  color: #e75327 !important;
}

/* Final re-assertion for dark cards nested in finance light containers */
.codex-finance-template :where(.codex-finance-side, .codex-side-card, .codex-finance-topbar, .finance-top),
.codex-finance-template :where(.codex-finance-side, .codex-side-card, .codex-finance-topbar, .finance-top) :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;
}

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

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