* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}



/* elemenu-ui组件 部分样式统一修改 开始*/
.el-tabs__item {
  color: #666b80;
}

textarea {
  font-family: "Microsoft YaHei";
}

.el-tabs__item.is-active {
  color: #1e2736;
}

.word-pre {
  white-space: pre-line !important;
}

.top-action-layout.top-action-layout {
  display: flex;
  margin: 16px 20px;
}

.top-action-layout+.content-box {
  margin-top: 16px;
}

.el-button--primary.el-button--primary {
  background: #0058ff;
}

.el-tabs__active-bar {
  background: #0058ff;
}

.el-tabs__nav-wrap::after {
  height: 1px;
}

.el-slider__button {
  width: 1px;
  height: 13px;
  border: 6px solid #0058ff;
  border-radius: 0%;
}

/* elemenu-ui组件 部分样式统一修改 结束*/
/* 提示弹窗 */
.el-message-box {
  width: 5.2rem;
}

/* 取消number类型输入框的加减按钮 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.el-tooltip__popper {
  max-width: 50%;
}

.el-message {
  z-index: 99999999999 !important;
}

/* 加载中 开始 */
#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: #0058FF;
  cursor: pointer;
}

#mainLoading .ddr {
  width: 8px;
  height: 100px;
  float: left;
  margin: 2px;
  background-color: #4890ff;
  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%,
  40%,
  100% {
    /*定义每帧的动作*/
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

/* 加载中结束 */
/* 表格 表头和每一行 的统一高度 */
thead tr {
  height: 0.56rem;
  color: #757575;
}

tbody .el-table__row {
  height: 0.6rem;
}

.el-table .el-table__cell {
  padding: 0;
}

.main-card-title.main-card-title {
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
}

.content-box {
  margin-top: 0.4rem;
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;

}

/* #template {
      height: 100vh;
      width: 100vw;
  } */
/* .el-container:nth-child(2) {
  flex-direction: column;
} */

.el-container .el-main {
  background: #F2F2F2;
  min-height: calc(100vh - 50px);
  /* 页面滚动交给 body，避免与全局脚页叠加出现双滚动条 */
  overflow: visible;
}

.el-container .el-main {
  padding: 0px;
}

/* header部分开始 */

.header-box {
  position: sticky;
  top: 0px;
  z-index: 9999;
}

.el-container:has(.header-box) {
  flex-direction: column;
}

.cancel-icon-bg {
  background: #2174FF;
}

.el-header {
  /* position: sticky;
      position: -webkit-sticky; */
  height: 49px !important;
  width: 100%;
  background: #202020;
  box-shadow: 0px 1px 4px rgba(21, 34, 50, 0.08);
  opacity: 1;
  border-radius: 0px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  color: #fff;
}

.header-control-section {
  margin-left: 30px;
  gap: 10px;
  cursor: pointer;
}

.header-control-section a {
  color: hsla(0, 0%, 100%, .9);
  vertical-align: middle;
  font-size: 12px;
}

.header-control-section svg {
  vertical-align: -2px;
}


.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-nav {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.header-nav a {
  font-size: 12px;
}

.header-search-box {
  line-height: 49px;
}

.header-search-box svg {
  color: #8472E4;
  margin-left: 10px;

}


.header-search-box input {
  border: none;
  outline: none;
  background: transparent;
  width: 200px;
}

.header-search-line {
  color: #6D6D6D;
  border: 1px solid #383838;
  padding: 0px 6px;
  border-radius: 3px;
  margin-right: 20px;
}

.header-box a {
  color: hsla(0, 0%, 100%, .7);
  text-decoration: none;
  padding: 0px 16px;
  transition: .1s;
}

.header-nav li:hover a {
  color: hsla(0, 0%, 100%, 1);
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.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 .el-badge__content.is-fixed {
  border: none;
  right: 2px;
}

.header-right {
  line-height: 0px;
}



.header-right .header-right-item .cloum-line {
  width: 0px;
  height: 13px;
  border: 1px solid #B42C62;
  opacity: 1;
}

.header-right .header-right-item img {
  width: 16px;
  height: 16px;
  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: 32px;
  height: 32px;
  font-size: 15px;
  color: #ffffff;
  background: #B42C62 !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.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: #0058ff;
}

.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部分结束 */
/* 主体部分开始 */

/* 图形验证码弹窗 开始*/
.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 {
  height: 0.46rem;
  width: 1.12rem;
  background: #0058ff;
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-footer .btn-no {
  height: 0.46rem;
  width: 1.12rem;
  background: #e7e7e7;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 图形验证码弹窗 结束*/
/* 换页相关开始 */
.main-card {
  height: 100%;
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 1.5715;
  color: #171725;
  word-break: break-all;
  margin: auto;
}

.myPage {
  margin-bottom: 0.26rem;
}

.myPage .el-pagination {
  display: flex;
  justify-content: flex-end;
}

.el-pagination .page-total {
  margin: 0 auto 0 22px;
  font-size: 12px !important;
  font-family: PingFang SC;
  font-weight: 400;
  color: #757575;
}

.el-pager .number {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #e6e7eb;
  margin-right: 8px;
  border-radius: 3px;
}

.el-pager .number:last-child {
  margin-right: 0;
}

/* .el-input__inner {
      height: 32px !important;
  } */
.el-pager .active {
  background: #f4f7fc;
  border: 1px solid #0058ff;
}

.el-pager li.active+li {
  border-left: 1px solid #e6e7eb;
}

/* 换页相关结束 */
/* 主体部分结束 */
/* 左侧菜单开始 */
.el-menu {
  border-right: none;
}



/* .menu-top .el-menu-item {
      margin-left: .07rem;
      height: auto;
      line-height: normal;
      margin-bottom: .24rem;
  } */
.aside-menu-text {
  margin-left: 8px;
}

.aside-menu-container li {
  color: hsla(0, 0%, 100%, .9) !important;
  margin: 0px 8px;
  padding: 0px 8px !important;
  height: 36px;
  line-height: 36px;
}

.aside-menu-container li:hover {
  background: #383838 !important;
}

.aside-menu-container,
.el-menu-item,
.el-submenu__title {}

.aside-menu-container .is-active {
  background: #282E40 !important;

}

.el-menu-item i {
  color: currentColor;
}

.menu-top .el-menu-item.is-active::after {
  /* margin-left: .04rem; */
  /* border-left: 3px solid #FFF; */
  content: "";
  height: 12px;
  width: 3px;
  background: #fff;
  position: absolute;
  left: 4px;
  top: calc(50% - 6px);
}

.menu-top .el-submenu__title {
  height: 40px;
  line-height: 40px;
  display: flex;
}

.menu-top .el-submenu__title i {
  color: rgba(255, 255, 255, 0.6);
}

/* .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;
}

.menu-top .el-submenu .el-menu-item {
  min-width: auto;
  height: 30px;
  line-height: 30px;
  padding-left: 60px !important;
  /* margin-bottom: .12rem;
      margin-left: .03rem; */
}

.menu-top .el-submenu .el-menu-item.is-active {
  margin-left: 0;
}

.el-aside {
  position: sticky;
  padding-top: 13px;
  top: 49px;
  height: calc(100vh - 49px);
  font-size: 14px;
  z-index: 10;
  background: #202020;
}

.el-drawer.aside-drawer {
  top: 49px;
  height: calc(100% - 49px);
  background: #202020;
}

.aside-drawer .el-aside {
  top: 0;
  height: 100%;
}

.el-aside::-webkit-scrollbar {
  width: 6px;
}

.el-aside::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.16);
}

.el-aside::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
}

.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 #1e41c9;
}

.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: 24px;
  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;
}

.el-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.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--primary {
  background-color: #0058FF;
  border-color: #0058FF;
}

.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: #0058FF;
  border-color: #0058FF;
}

/* el弹窗自带底部按钮 */
.el-message-box__btns>.el-button {
  display: inline-block;
  margin-left: 10px;
}

.el-message-box__btns {
  display: flex;
  flex-direction: row-reverse;
}

/* 表格 */
tr>td {
  padding-left: 20px !important;
}

th {
  padding-left: 20px !important;
}

.com-search .el-input__suffix {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* 支付弹窗开始 */
.zf-dialog .el-dialog__body {
  padding: 0 !important;
  text-align: center;
  font-size: 0.16rem;
}

.zf-dialog .dialog-form {
  display: flex;
  flex-direction: column;
}

.zf-dialog .el-row {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}

.zf-dialog .form-footer {
  display: flex;
  justify-content: flex-end;
}

.zf-dialog .form-footer>.btn-ok {
  background: #0058ff;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zf-dialog .btn-no {
  background: #e7e7e7;
  border-radius: 3px;
  color: #1e2736;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zf-dialog .true-money {
  color: #ffa800;
}

.zf-dialog .pay-html {
  display: flex;
  justify-content: center;
}

.zf-dialog .pay-img-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zf-dialog .blue {
  color: #0058ff;
}

.zf-dialog .red {
  color: #f0142f;
}

.zf-dialog .pay-html>img {
  width: 2.5rem;
  height: 2.5rem;
}

.zf-dialog .el-select {
  width: 100%;
}

.zf-dialog .el-dialog__header {
  display: flex;
  padding: 0 0.2rem;
  height: 0.48rem;
  border: 1px solid #e6e7eb;
}

.zf-dialog .el-dialog__title {
  font-size: 0.14rem;
  color: #171725;
  line-height: 0.48rem;
}

.zf-dialog .tip {
  text-align: center;
  font-size: 0.13rem;
  color: #8692b0;
  line-height: 0.3rem;
}

.zf-dialog .money {
  font-size: 0.24rem;
  color: #1e2736;
  text-align: center;
  line-height: 1;
  display: block;
  margin-top: 0.2rem;
}

.zf-dialog .pay-way .el-select {
  width: 2rem;
  margin: 0.12rem auto 0.6rem;
}

.zf-dialog .pay-img-content img {
  width: 2rem;
  height: 2rem;
}

.zf-dialog .pay-way .pay-html>img {
  width: 2rem;
  height: 2rem;
  margin: 0;
}

.zf-dialog .f-btn {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
  border-top: 1px solid #e6e7eb;
  align-items: center;
}

.zf-dialog .f-btn .total {
  font-size: 0.14rem;
  color: #1e2736;
}

.zf-dialog .f-btn .img {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}

.zf-dialog .el-button {
  background: #0058ff;
  color: #fff;
}

.zf-dialog .el-checkbox,
.zf-dialog .el-checkbox__input.is-checked+.el-checkbox__label {
  color: #0058ff;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #0058ff;
  color: #0058ff;
}

.buy-product-btn {
  width: 0.6rem;
  height: 90%;
  background: #0058ff;
  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: #0058ff;
  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 #f99600;
  font-size: 0.12rem;
  cursor: pointer;
  color: #f99600;
}

.cash-code {
  display: inline-block;
  padding: 0 0.04rem;
  border-radius: 0.03rem;
  border: 1px solid #f0142f;
  cursor: pointer;
  font-size: 0.12rem;
  color: #f0142f;
}

.event-text {
  display: inline-block;
  padding: 0 0.04rem;
  border-radius: 0.03rem;
  border: 1px solid #f0142f;
  cursor: pointer;
  font-size: 0.12rem;
  color: #f0142f;
  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;
}

/* 支付弹窗结束 */
.safe-confirm-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem 0 0.8rem;
}

.safe-confirm-dialog .dialog-main {
  margin-top: 0.4rem;
}

.safe-confirm-dialog .dialog-main .el-form-item__label {
  font-size: 0.16rem;
  color: #1e2736;
  line-height: 1.5715;
}

.safe-confirm-dialog .dialog-main .input-select {
  height: 0.46rem;
  width: 100%;
}

.safe-confirm-dialog .dialog-main .input-select .el-input__inner {
  height: 0.46rem;
}

.product-tab-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #F4F6F7;
  border-radius: 0px 3px 3px 0px;
  border-bottom: 1px solid #E6E7EB;
}

.product-tab-list .pro-tab-item {
  box-sizing: border-box;
  flex-shrink: 0;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  font-size: 0.15rem;
  color: #4B4B6B;
  cursor: pointer;
  border-right: 1px solid #E6E7EB;
}

.product-tab-list .pro-tab-item:hover {
  color: #0058FF;
}

.product-tab-list .pro-tab-item.active {
  color: #0058FF;
  border-bottom: 1px solid #0058FF;
}

.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 {
  margin-bottom: 1.2rem;
}

.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: #f0142f;
  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 #0058ff;
}

.pay-dialog .pay-top .pay-type .type-item.active::after {
  content: "";
  position: absolute;
  right: -0.01rem;
  bottom: -0.01rem;
  width: 0.25rem;
  height: 0.24rem;
  background: url("../../img/common/pay_select.png") no-repeat;
  background-size: 100% 100%;
}

.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: #0058ff;
  border-color: #0058ff;
}

.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;
}

.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: #0058ff;
  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: #0058ff;
}

.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: #0058ff;
  border: 1px solid #0058ff;
  color: #fff;
}

.branch-confirm-dialog .dialog-footer .el-button:last-child {
  border: 1px solid #0058ff;
  color: #0058ff;
}

.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: #f0142f;
}

.branch-rennew-dialog .dialag-content .total-price .font-26 {
  font-size: 0.26rem;
}

.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: #0058ff;
  border: 1px solid #0058ff;
  color: #fff;
}

.branch-rennew-dialog .dialog-footer .el-button:last-child {
  border: 1px solid #0058ff;
  color: #0058ff;
}

.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: #0058ff;
  font-size: 0.16rem;
  color: #ffffff;
}

.rz-dialog .dialag-content .button-box .el-link {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  color: #0058ff;
}

@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%;
  }

  /* 左侧菜单 */
  .el-aside {
    display: none;
  }

  .aside-drawer .el-aside {
    display: block;
  }

  /* 顶部展示 */
  .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;
  }

  .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: #f0142f;
  }

  .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 #0058ff;
  }

  .pay-dialog .pay-top .pay-type .type-item.active::after {
    content: "";
    position: absolute;
    right: -0.02rem;
    bottom: -0.02rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url("../../img/common/pay_select.png") no-repeat;
    background-size: 100% 100%;
  }

  .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: #0058ff;
    border-color: #0058ff;
  }

  .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.5rem 1rem 0.5rem 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: #0058ff;
    cursor: pointer;
    margin-left: 0.08rem;
  }

  .pay-dialog .dia-fotter {
    display: block;
  }

  .pay-dialog .dia-fotter .confirm-btn,
  .pay-dialog .dia-fotter .def-btn,
  .pay-dialog .dia-fotter .cancel-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: #0058ff;
  }

  .pay-dialog .dia-fotter .cancel-btn {
    margin-left: 0;
    background: #e7e7e7;
    color: #606266;
  }

  .pay-dialog .dia-fotter .def-btn {
    background: rgba(30, 39, 54, 0.24);
  }
}

/* 购物车绑定限购*/
.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: #0058ff;
}

/* 申请返现 */
.common-cashback {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  background: #3699ff;
  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 {
  margin-left: -0.2rem;
  margin-top: 0.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  width: 109%;
  height: 3.9rem;
}

.common-package-dialog .con::-webkit-scrollbar {
  width: 6px;
}

.common-package-dialog .con::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
}

.common-package-dialog .con::-webkit-scrollbar-thumb {
  background-color: #b9bcc9;
  border-radius: 0.5rem;
}

.common-package-dialog .con .p-item {
  float: left;
  width: 2rem;
  border: 1px solid #e6e7eb;
  border-radius: 0.03rem;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
  padding: 0.11rem 0.12rem 0.16rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-size: 0.15rem;
  color: #1e2736;
}

.common-package-dialog .con .p-item .price {
  font-size: 0.18rem;
  color: #0058ff;
}

.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 .qty {
  margin-bottom: 0.08rem;
}

.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: #0058ff;
}

.common-package-dialog .con .p-item.active .el-icon-check {
  display: block;
}

.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 #0058ff;
  border-left: 0.24rem solid transparent;
}

/* Section side menu */
.el-main.tc-section-main {
  --tc-section-menu-w: 216px;
  display: grid;
  grid-template-columns: var(--tc-section-menu-w) minmax(0, 1fr);
  align-items: start;
  align-content: start;
  min-height: calc(100vh - 50px);
  padding: 0 !important;
  transition: grid-template-columns .2s ease;
}

.el-main.tc-section-main.tc-section-main-collapsed {
  --tc-section-menu-w: 64px;
}

.el-main.tc-section-main > .tc-section-menu {
  grid-row: 1;
  grid-column: 1;
}

.el-main.tc-section-main > :not(.tc-section-menu) {
  grid-column: 2;
  min-width: 0;
}

.el-main.tc-section-main > .main-card {
  width: 100%;
  height: auto;
  margin: 0;
}

.tc-section-content {
  min-width: 0;
}

.tc-section-content > .main-card {
  height: auto;
  margin: 0;
}

.tc-section-menu {
  position: sticky;
  top: 49px;
  z-index: 30;
  width: var(--tc-section-menu-w);
  height: 0;
  overflow: visible;
  color: #cfd1d8;
  font-size: 14px;
  transition: width .2s ease;
  user-select: none;
}

.tc-section-menu * {
  box-sizing: border-box;
}

.tc-section-menu-inner {
  display: flex;
  flex-direction: column;
  width: var(--tc-section-menu-w);
  height: calc(100vh - 49px);
  overflow: hidden;
  background: #1b1b20;
  transition: width .2s ease;
}

.tc-section-menu-title {
  flex: 0 0 auto;
  padding: 20px 22px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}

.tc-section-menu-mark {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 16px 0 12px;
}

.tc-section-menu-mark i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

.tc-section-menu-list {
  flex: 1 1 auto;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.tc-section-menu-list::-webkit-scrollbar {
  width: 4px;
}

.tc-section-menu-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, .18);
}

.tc-section-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  margin: 2px 10px;
  padding: 0 14px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #cfd1d8;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease;
}

.tc-section-menu-item:hover {
  background: #27272f;
  color: #fff;
  text-decoration: none;
}

.tc-section-menu-item.is-active {
  background: #2c3550;
  color: #fff;
}

.tc-section-menu-item.is-disabled {
  cursor: default;
}

.tc-section-menu-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.tc-section-menu-text {
  flex: 1 1 auto;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.tc-section-menu-toggle {
  flex: 0 0 auto;
  width: calc(100% - 20px);
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.tc-section-main-collapsed .tc-section-menu-item {
  justify-content: center;
  width: 40px;
  margin: 4px auto;
  padding: 0;
}

.tc-section-main-collapsed .tc-section-menu-text {
  display: none;
}

.tc-section-main-collapsed .tc-section-menu-toggle .tc-section-menu-icon {
  transform: rotate(180deg);
}

@media (max-width: 900px) {
  .el-main.tc-section-main {
    display: block;
  }

  .tc-section-menu {
    display: none;
  }
}

/* 控制台顶部导航 */
.header-box {
  --tc-header-bg: #1b1b20;
  --tc-header-hover: #2b2b2b;
  --tc-header-line: #2c2c2c;
  --tc-header-text: rgba(255, 255, 255, .70);
  --tc-header-muted: rgba(255, 255, 255, .48);
  --tc-header-primary: #0058ff;
  --tc-header-success: #0abf5b;
  --tc-header-warning: #ff7d00;
}

.el-header.tc-console-header {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 49px !important;
  padding: 0;
  border-bottom: 1px solid var(--tc-header-line);
  background: var(--tc-header-bg);
  box-shadow: none;
  color: var(--tc-header-text);
  font-size: 12px;
  line-height: normal;
}

.el-header.tc-console-header.is-menu-open {
  position: relative;
  z-index: 3001;
}

.tc-console-header button,
.tc-search-panel button,
.tc-fee-card button,
.tc-account-card button,
.tc-message-popover button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.tc-header-left {
  display: flex;
  flex: 0 1 568px;
  align-items: center;
  width: 568px;
  min-width: 280px;
  height: 48px;
  overflow: hidden;
}

.tc-header-icon-button {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: rgba(255, 255, 255, .8) !important;
  transition: background-color .15s ease, color .15s ease;
}

.tc-header-icon-button:hover,
.tc-header-icon-button:focus-visible {
  background: var(--tc-header-hover) !important;
  color: #fff !important;
}

.tc-header-icon-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.tc-header-brand {
  display: inline-flex;
  flex: 0 1 auto;
  align-items: center;
  max-width: 122px;
  height: 48px;
  margin-left: 16px !important;
  overflow: hidden;
}

.tc-header-brand .ali-logo {
  width: auto;
  max-width: 112px;
  height: 24px;
  object-fit: contain;
  object-position: left center;
}

.tc-console-entry {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  height: 48px;
  margin-left: 24px !important;
  padding: 0 12px !important;
  color: rgba(255, 255, 255, .88) !important;
  white-space: nowrap;
  transition: background-color .15s ease, color .15s ease;
}

.tc-console-entry:hover,
.tc-console-entry:focus-visible {
  background: var(--tc-header-hover) !important;
  color: #fff !important;
}

.tc-console-entry svg {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  fill: none;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.tc-header-search {
  position: relative;
  z-index: 2;
  flex: 0 0 320px;
  width: 320px;
  height: 48px;
  margin-left: auto;
  border-right: 1px solid var(--tc-header-line);
  border-left: 1px solid var(--tc-header-line);
  transition: background-color .15s ease, border-color .15s ease;
}

.tc-header-search:hover,
.tc-header-search.is-active {
  background: #252525;
  border-color: #3a3a3a;
}

.tc-header-search-field {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}

.tc-search-icon {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-right: 11px;
  fill: none;
  stroke: #8873f1;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.tc-header-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 32px;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(255, 255, 255, .92);
  font-family: inherit;
  font-size: 12px;
  line-height: 32px;
}

.tc-header-search input::placeholder {
  color: var(--tc-header-muted);
  opacity: 1;
}

.tc-header-search input::-webkit-search-cancel-button {
  display: none;
}

.tc-header-search kbd,
.tc-search-panel-footer kbd {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 1px solid #414141;
  border-radius: 4px;
  background: transparent;
  color: rgba(255, 255, 255, .42);
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
}

.tc-search-clear {
  display: inline-flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 32px;
  color: rgba(255, 255, 255, .45) !important;
}

.tc-search-clear:hover {
  color: #fff !important;
}

.tc-search-clear svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.tc-search-panel {
  position: absolute;
  top: 48px;
  left: -1px;
  z-index: 10020;
  box-sizing: border-box;
  width: 420px;
  border: 1px solid #dfe3eb;
  border-top: 0;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 30, 55, .18);
  color: #1e2736;
}

.tc-search-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid #eef0f4;
  color: #4d5260;
  font-size: 13px;
}

.tc-search-panel-title small {
  color: #969baa;
  font-size: 11px;
}

.tc-search-results {
  max-height: 390px;
  padding: 6px 0;
  overflow-y: auto;
}

.tc-search-result {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 14px !important;
  color: #1e2736 !important;
  text-align: left;
}

.tc-search-result:hover,
.tc-search-result.is-active {
  background: #f3f7ff !important;
}

.tc-search-result-icon {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  border-radius: 4px;
  background: #edf3ff;
  color: #0058ff;
  font-size: 16px;
}

.tc-search-result-icon.is-product {
  background: #fff3e8;
  color: #ff7d00;
}

.tc-search-result-icon.is-api {
  background: #f1edff;
  color: #7252d3;
}

.tc-search-result-icon.is-page {
  background: #edf8f1;
  color: #0abf5b;
}

.tc-search-result-copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.tc-search-result-copy strong,
.tc-search-result-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-search-result-copy strong {
  color: #1e2736;
  font-size: 13px;
  font-weight: 500;
}

.tc-search-result-copy small {
  color: #87909f;
  font-size: 11px;
}

.tc-search-result-arrow {
  flex: 0 0 auto;
  margin-left: 10px;
  color: #b6bbc5;
}

.tc-search-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 128px;
  color: #8b92a1;
  font-size: 13px;
}

.tc-search-state i {
  color: #0058ff;
  font-size: 18px;
}

.tc-search-panel-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 34px;
  padding: 0 14px;
  border-top: 1px solid #eef0f4;
  background: #fafbfc;
  color: #9298a5;
  font-size: 10px;
}

.tc-search-panel-footer span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.tc-search-panel-footer kbd {
  min-width: 17px;
  height: 17px;
  padding: 0 3px;
  border-color: #d8dce4;
  background: #fff;
  color: #707784;
  font-size: 9px;
}

.tc-search-fade-enter-active,
.tc-search-fade-leave-active {
  transition: opacity .12s ease, transform .12s ease;
  transform-origin: top center;
}

.tc-search-fade-enter,
.tc-search-fade-leave-to {
  opacity: 0;
  transform: translateY(-4px);
}

.tc-header-nav {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  height: 48px;
  margin: 0;
  padding: 0;
}

.tc-header-nav > span {
  display: flex;
  height: 48px;
}

.tc-header-nav > button,
.tc-header-nav > span > button,
.tc-header-nav .el-popover__reference-wrapper > .tc-nav-fee {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 16px !important;
  color: var(--tc-header-text) !important;
  font-size: 12px;
  white-space: nowrap;
  transition: background-color .15s ease, color .15s ease;
}

.tc-header-nav > button:hover,
.tc-header-nav > button:focus-visible,
.tc-header-nav > span > button:hover,
.tc-header-nav > span > button:focus-visible,
.tc-header-nav .el-popover__reference-wrapper > .tc-nav-fee:hover,
.tc-header-nav .el-popover__reference-wrapper > .tc-nav-fee:focus-visible {
  background: var(--tc-header-hover) !important;
  color: #fff !important;
}

.tc-header-nav > button:disabled,
.tc-header-nav > button:disabled:hover {
  background: transparent !important;
  color: var(--tc-header-muted) !important;
  cursor: not-allowed;
}

.tc-header-nav .tc-nav-fee > i {
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-radius: 50%;
  background: #ed8139;
}

.tc-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  height: 48px;
  margin-left: 0;
}

.tc-header-actions > span {
  display: flex;
  height: 48px;
}

.tc-header-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: rgba(255, 255, 255, .63) !important;
  transition: background-color .15s ease, color .15s ease;
}

.tc-header-action:hover,
.tc-header-action:focus-visible {
  background: var(--tc-header-hover) !important;
  color: #fff !important;
}

.tc-header-action svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.tc-action-badge {
  position: absolute;
  top: 5px;
  left: 27px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  background: #2175ff;
  box-shadow: 0 0 0 2px var(--tc-header-bg);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  line-height: 20px;
}

.tc-header-account-wrap {
  position: relative;
  display: flex;
  flex: 0 0 159px;
  align-items: stretch;
  width: 159px;
  height: 48px;
}

.tc-header-account-wrap::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 1px;
  height: 16px;
  background: var(--tc-header-line);
  content: "";
}

.tc-header-account-wrap > span {
  display: flex;
  width: 100%;
  height: 48px;
}

.tc-header-account-wrap .el-popover__reference-wrapper {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 48px;
}

.tc-header-account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 11px 0 12px !important;
  color: var(--tc-header-text) !important;
  transition: background-color .15s ease;
}

.tc-header-account:hover,
.tc-header-account:focus-visible {
  background: var(--tc-header-hover) !important;
}

.tc-header-account-copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  margin-right: 12px;
}

.tc-header-account-copy strong,
.tc-header-account-copy small {
  max-width: 96px;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-header-account-copy strong {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 400;
}

.tc-header-account-copy small {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.tc-header-avatar {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--tc-header-success);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.tc-header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  color: rgba(255, 255, 255, .82) !important;
}

.tc-header-login:hover {
  background: var(--tc-header-hover) !important;
  color: #fff !important;
}

/* 费用悬浮面板 */
.tc-fee-popover,
.tc-account-popover,
.tc-message-popover {
  z-index: 10030 !important;
  box-sizing: border-box;
  margin-top: 0 !important;
  padding: 0 !important;
  border: 1px solid #e1e5ec !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 7px 20px rgba(23, 36, 56, .16) !important;
  max-height: calc(100vh - 58px);
  overflow-y: auto;
}

.tc-fee-popover,
.tc-account-popover {
  width: 320px !important;
  min-width: 320px !important;
}

.tc-fee-card,
.tc-account-card {
  width: 318px;
  color: #1e2736;
  font-size: 13px;
}

.tc-fee-overview {
  padding: 20px 24px 17px;
}

.tc-fee-balance-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tc-fee-label {
  display: flex;
  align-items: center;
  color: #525866;
  font-size: 14px;
}

.tc-fee-eye {
  margin-left: 6px !important;
  color: #6c7280 !important;
  font-size: 15px !important;
}

.tc-fee-eye svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.tc-fee-balance {
  min-height: 36px;
  margin-top: 12px;
  color: #15171a;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.tc-fee-recharge {
  min-width: 96px;
  height: 32px;
  padding: 0 17px !important;
  background: #ff7800 !important;
  color: #fff !important;
  font-size: 13px !important;
  transition: background-color .15s ease;
}

.tc-fee-recharge:hover {
  background: #e96d00 !important;
}

.tc-fee-recharge:disabled,
.tc-fee-recharge:disabled:hover {
  background: #c8ccd3 !important;
  cursor: not-allowed;
}

.tc-fee-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 21px;
}

.tc-fee-metrics > button,
.tc-fee-metrics > div {
  box-sizing: border-box;
  display: flex;
  height: 76px;
  padding: 15px 16px !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: #f5f6fa !important;
  color: #565c68 !important;
  text-align: left;
}

.tc-fee-metrics > button:hover {
  background: #eef3ff !important;
}

.tc-fee-metrics > button:disabled,
.tc-fee-metrics > button:disabled:hover {
  background: #f5f6fa !important;
  color: #a4a9b2 !important;
  cursor: not-allowed;
}

.tc-fee-metrics > button:disabled strong {
  color: #a4a9b2;
}

.tc-fee-metrics span {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-fee-metrics strong {
  color: #1d2025;
  font-size: 19px;
  font-weight: 400;
}

.tc-fee-links {
  padding: 8px 24px;
  border-top: 1px solid #e8ebf0;
}

.tc-fee-links button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  color: #4d535f !important;
  text-align: left;
}

.tc-fee-links button:hover {
  color: #0058ff !important;
}

.tc-fee-links button:disabled,
.tc-fee-links button:disabled:hover {
  color: #a4a9b2 !important;
  cursor: not-allowed;
}

.tc-fee-links button > span {
  display: inline-flex;
  align-items: center;
}

.tc-fee-links em {
  color: #ff6a00;
  font-style: normal;
  font-size: 12px;
}

.tc-fee-dot {
  width: 6px;
  height: 6px;
  margin-left: 9px;
  border-radius: 50%;
  background: #ff6a00;
}

.tc-fee-footer {
  width: 100%;
  height: 50px;
  border-top: 1px solid #e8ebf0 !important;
  color: #3f4550 !important;
  font-size: 13px !important;
}

.tc-fee-footer:hover {
  background: #f7f9fc !important;
  color: #0058ff !important;
}

/* 账号悬浮面板 */
.tc-account-card-head {
  padding: 21px 24px;
  border-bottom: 1px solid #e8ebf0;
}

.tc-account-name-row {
  display: flex;
  align-items: center;
  min-width: 0;
}

.tc-account-name-row > strong {
  max-width: 181px;
  overflow: hidden;
  color: #171a20;
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-account-name-row > button,
.tc-account-id-row > button {
  display: inline-flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 24px;
  margin-left: 3px !important;
  color: #8d939e !important;
}

.tc-account-name-row > button:hover,
.tc-account-id-row > button:hover {
  color: #0058ff !important;
}

.tc-account-name-row svg,
.tc-account-id-row svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.tc-account-name-row > span {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 2px 8px;
  border: 1px solid #0abf5b;
  border-radius: 12px;
  color: #07994a;
  font-size: 12px;
  line-height: 16px;
}

.tc-account-id-row {
  display: flex;
  align-items: center;
  height: 26px;
  margin-top: 14px;
  color: #585e69;
}

.tc-account-id-row > span {
  flex: 0 0 72px;
}

.tc-account-id-row > strong {
  max-width: 160px;
  overflow: hidden;
  color: #1d2025;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-account-card-links {
  padding: 13px 24px 14px;
}

.tc-account-card-links > button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  color: #4f5561 !important;
  text-align: left;
}

.tc-account-card-links > button:hover {
  color: #0058ff !important;
}

.tc-account-card-links > button:disabled,
.tc-account-card-links > button:disabled:hover {
  color: #a4a9b2 !important;
  cursor: not-allowed;
}

.tc-account-language-row {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 37px;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #e4e7ec;
  color: #4f5561;
}

.tc-account-language-options {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 9px;
  min-width: 0;
  margin-left: 10px;
  flex-wrap: wrap;
}

.tc-account-language-options button {
  max-width: 78px;
  overflow: hidden;
  color: #747b87 !important;
  font-size: 11px !important;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-account-language-options button:hover,
.tc-account-language-options button.is-active {
  color: #0058ff !important;
}

.tc-account-language-options button.is-active {
  font-weight: 600;
}

.tc-account-card-links em {
  margin-left: 7px;
  color: #9298a4;
  font-style: normal;
}

.tc-account-card-links em.is-verified {
  color: #0abf5b;
}

.tc-account-logout {
  width: 100%;
  height: 50px;
  border-top: 1px solid #e8ebf0 !important;
  color: #25282e !important;
  font-size: 13px !important;
}

.tc-account-logout:hover {
  background: #f7f9fc !important;
  color: #0058ff !important;
}

/* 消息悬浮面板 */
.tc-message-popover {
  width: 320px !important;
  min-width: 320px !important;
}

.tc-message-popover .top-msg-box {
  box-sizing: border-box;
  width: 318px;
  padding: 18px 0 8px;
}

.tc-message-popover .msg-top {
  height: 28px;
  padding: 0 16px;
}

.tc-message-popover .top-msg-box .msg-top .msg-top-left {
  color: #1e2736;
  font-size: 14px;
}

.tc-message-popover .msg-top-right {
  color: #0058ff !important;
}

.tc-message-popover .msg-list {
  max-height: 320px;
  margin-top: 10px;
  overflow-y: auto;
}

.tc-message-popover .top-msg-box .msg-list {
  margin-top: 10px;
}

.tc-message-popover .msg-item {
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 8px 16px !important;
  text-align: left;
}

.tc-message-popover .top-msg-box .msg-list .msg-item {
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 8px 16px !important;
}

.tc-message-popover .top-msg-box .msg-list .msg-item .msg-item-left {
  width: 32px;
  margin-right: 10px;
}

.tc-message-popover .msg-item-left img {
  width: 28px;
  height: 28px;
}

.tc-message-popover .top-msg-box .msg-list .msg-item .msg-item-left img {
  width: 28px;
  height: 28px;
}

.tc-message-popover .top-msg-box .msg-list .msg-item .msg-item-right .msg-item-right-top {
  font-size: 13px;
}

.tc-message-popover .top-msg-box .msg-list .msg-item .msg-item-right .msg-item-right-bottom {
  font-size: 11px;
}

@media (max-width: 1460px) {
  .tc-header-search {
    flex-basis: 280px;
    width: 280px;
  }

  .tc-header-nav > button,
  .tc-header-nav > span > button,
  .tc-header-nav .el-popover__reference-wrapper > .tc-nav-fee {
    padding: 0 12px !important;
  }

  .tc-header-account-wrap {
    flex-basis: 150px;
    width: 150px;
  }
}

@media (max-width: 1320px) {
  .tc-header-search {
    flex-basis: 300px;
    width: 300px;
  }
}

@media (max-width: 1120px) {
  .tc-header-left {
    min-width: 230px;
  }

  .tc-header-brand .ali-logo {
    max-width: 92px;
  }

  .tc-console-entry {
    margin-left: 12px !important;
  }

  .tc-header-nav > button {
    display: none;
  }
}

@media (max-width: 920px) {
  .tc-header-brand {
    max-width: 100px;
    margin-left: 10px !important;
  }

  .tc-console-entry {
    padding: 0 8px !important;
  }

  .tc-header-search {
    flex: 1 1 auto;
    width: auto;
    min-width: 220px;
  }

  .tc-header-account-wrap {
    flex-basis: 56px;
    width: 56px;
  }

  .tc-header-account-copy {
    display: none;
  }

  .tc-header-account {
    justify-content: center;
    padding: 0 !important;
  }
}

@media (max-width: 750px) {
  .el-header.tc-console-header {
    height: 49px !important;
  }

  .tc-header-left {
    flex: 0 0 48px;
    width: 48px;
    min-width: 48px;
  }

  .tc-header-brand,
  .tc-console-entry,
  .tc-header-nav,
  .tc-header-actions > .tc-cart-action {
    display: none;
  }

  .tc-console-header.is-menu-open .tc-header-left {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }

  .tc-console-header.is-menu-open .tc-header-brand,
  .tc-console-header.is-menu-open .tc-console-entry {
    display: inline-flex;
  }

  .tc-console-header.is-menu-open .tc-header-brand {
    flex: 0 1 92px;
    max-width: 92px;
  }

  .tc-console-header.is-menu-open .tc-header-brand .ali-logo {
    max-width: 84px;
  }

  .tc-console-header.is-menu-open .tc-console-entry {
    margin-left: 0 !important;
  }

  .tc-console-header.is-menu-open .tc-header-search,
  .tc-console-header.is-menu-open .tc-header-nav,
  .tc-console-header.is-menu-open .tc-header-actions,
  .tc-console-header.is-menu-open .tc-header-account-wrap {
    display: none;
  }

  .tc-header-search {
    flex: 1 1 auto;
    min-width: 0;
  }

  .tc-search-panel {
    position: fixed;
    top: 49px;
    right: 0;
    left: 0;
    width: 100vw;
  }

  .tc-header-actions {
    flex: 0 0 auto;
  }

  .tc-header-account-wrap.is-login {
    flex-basis: 96px;
    width: 96px;
  }

  .tc-header-login {
    overflow: hidden;
    padding: 0 8px !important;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* 全局菜单固定控制台入口：对齐 iconfont 菜单项的尺寸与间距 */
.aside-menu-container .tc-global-console-item > [class^="el-icon-"],
.menu-top .tc-global-console-item > [class^="el-icon-"],
.menu-top .tc-drawer-console-item > [class^="el-icon-"] {
  flex: 0 0 16px;
  width: 16px;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.aside-menu-container .tc-global-console-item .aside-menu-text {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}

.menu-top .tc-global-console-item .aside-menu-text,
.menu-top .tc-drawer-console-item .aside-menu-text {
  font-size: inherit;
  font-weight: 400;
}

/* 移动菜单展开后提供与桌面同源的文档入口。 */
.tc-mobile-documentation { display: none !important; }
@media (max-width: 1120px) {
  .tc-console-header.is-menu-open .tc-mobile-documentation { display: inline-flex !important; }
}
