* {
  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;
}
.el-tabs__active-bar {
  background: #006EFF;
}
.el-tabs__nav-wrap::after {
  height: 1px;
}
.el-slider__button {
  width: 1px;
  height: 13px;
  border: 6px solid #006EFF;
  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: #006EFF;
  cursor: pointer;
}
#mainLoading .ddr {
  width: 8px;
  height: 100px;
  float: left;
  margin: 2px;
  background-color: #006EFF;
  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;
}
/* #template {
      height: 100vh;
      width: 100vw;
  } */
.el-container:nth-child(2) {
  flex-direction: column;
}
/* header部分开始 */
.el-header {
  position: fixed;
  left: 190px;
  width: calc(100% - 190px);
  top: 0;
  height: 60px !important;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  color: #1e2736;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 8px 20px rgba(166, 175, 195, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 1;
  border-radius: 0px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}
.search-value {
  font-size: 0.14rem;
  color: #040e34;
}
.search-name {
  font-size: 0.12rem;
  color: #9696a3;
  margin-bottom: 0.1rem;
}
.header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* margin-left: .46rem; */
}
.header-left .el-input input {
  width: 4rem;
}
.menu-img {
  display: none;
  filter: brightness(0);
}
/* 汉堡按钮（三横线div）默认隐藏，仅手机端 ≤750px 显示 */
.menu-hamburger {
  display: none;
}
.header-left .el-input input {
  border: none;
}
.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  margin-right: 20px;
}
/* 右侧所有控件（购物车/语言/头像）统一 30px 高垂直居中，间距统一 20px */
.header-right .header-right-item {
  display: flex;
  align-items: center;
  height: 30px;
}
.header-right .cloum-line-item {
  margin-left: 20px;
  margin-right: 20px;
}
.header-right .car-item {
  margin-right: 20px;
  cursor: pointer;
}
.header-right .car-item .el-badge {
  height: 24px;
}
.header-right .car-item .el-badge .el-badge__content.is-fixed {
  top: 5px;
  background-color: #f0142f;
}
.header-right .hg-24 {
  height: 30px;
}
.header-right .header-right-item .cloum-line {
  width: 0px;
  height: 13px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.header-right .header-right-item img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.header-right .car-item .el-badge img {
  filter: brightness(0);
}
.header-right .header-right-item .right-icon {
  width: 7px;
  color: #1e2736;
}
.header-right .header-right-item .el-dropdown-country {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  gap: 6px;
  height: 30px;
  padding: 0 10px;
  background: #f5f7fa;
  border: 1px solid #e2e8f2;
  border-radius: 15px;
  transition: border-color 0.15s;
}
.header-right .header-right-item .el-dropdown-country:hover {
  border-color: #006EFF;
}
.header-right .header-right-item .el-dropdown-country img {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  object-fit: cover;
}
.header-right .header-right-item .el-dropdown-country .lang-name {
  font-size: 12px;
  color: #333f52;
  line-height: 1;
  white-space: nowrap;
}
.header-right .header-right-item .el-dropdown-country .right-icon {
  font-size: 12px;
  color: #8692b0;
  margin-left: -2px;
}
.header-right .header-right-item .el-dropdown-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.header-right .header-right-item .el-dropdown-header .head-box {
  width: 24px;
  height: 24px;
  font-size: 15px;
  color: #ffffff;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header-right .header-right-item .el-dropdown-header .head-box .qq-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}
.header-right .header-right-item .un-login {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  color: #ffffff;
}
.header-right .header-right-item .un-login img {
  width: 24px;
  height: 24px;
  margin-right: 0.06rem;
  filter: brightness(0) invert(1);
}
.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: #006EFF;
}
.top-msg-box .msg-list {
  margin-top: 0.23rem;
  width: 100%;
}
.top-msg-box .msg-list .msg-item {
  display: flex;
  height: 0.42rem;
  align-items: center;
  margin-bottom: 0.2rem;
  padding: 0 0.16rem;
  transition: background 0.3s ease-in-out;
}
.top-msg-box .msg-list .msg-item:hover {
  cursor: pointer;
  background: #e0ebff;
}
.top-msg-box .msg-list .msg-item .msg-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  flex-shrink: 0;
  margin-right: 0.12rem;
}
.top-msg-box .msg-list .msg-item .msg-item-left img {
  width: 100%;
  height: 0.32rem;
}
.top-msg-box .msg-list .msg-item .msg-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-msg-box .msg-list .msg-item .msg-item-right .msg-item-right-top {
  font-size: 0.14rem;
  color: #1e2736;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-msg-box .msg-list .msg-item .msg-item-right .msg-item-right-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 0.12rem;
  color: #757575;
}
/* header部分结束 */
/* 主体部分开始 */
.el-main {
  padding-top: 0.83rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 0.14rem;
  background: #f2f4f8;
}
/* 图形验证码弹窗 开始*/
.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: #006EFF;
  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: 0;
}
.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 #006EFF;
}
.el-pager li.active + li {
  border-left: 1px solid #e6e7eb;
}
/* 换页相关结束 */
/* 主体部分结束 */
/* 左侧菜单开始 */
.el-menu {
  border-right: none;
}
.menu-top {
  margin-top: 40px;
}
/* .menu-top .el-menu-item {
      margin-left: .07rem;
      height: auto;
      line-height: normal;
      margin-bottom: .24rem;
  } */
.aside-menu-text {
  margin-left: 20px;
}
.menu-top .el-submenu__title {
  height: 40px;
  line-height: 40px;
  display: flex;
}
.menu-top .el-submenu__title i {
  color: rgba(0, 0, 0, 0.55);
}
/* .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;
  position: -webkit-sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    8px 0 24px rgba(166, 175, 195, 0.22),
    inset 1px 0 0 rgba(255, 255, 255, 0.9);
  height: 100vh;
  font-size: 14px;
  z-index: 10;
}
/* 菜单背景透明以透出毛玻璃 */
.el-aside .el-menu,
.el-aside .el-menu .el-menu-item,
.el-aside .el-menu .el-submenu__title {
  background: transparent !important;
}
.el-aside .el-menu .el-menu-item:hover,
.el-aside .el-menu .el-submenu__title:hover {
  background: rgba(0, 110, 255, 0.06) !important;
}
.el-aside::-webkit-scrollbar {
  width: 6px;
}
.el-aside::-webkit-scrollbar-track {
  background-color: #f0f2f5;
}
.el-aside::-webkit-scrollbar-thumb {
  background-color: #d0d5dd;
  border-radius: 0.5rem;
}
.menu-list-top,
.menu-list-bottom {
  margin-top: 86px;
  color: #1e2736;
}
.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 rgba(0, 0, 0, 0.2);
}
.child-item-text:last-child {
  margin-bottom: 24px;
}
.child-active {
  opacity: 1 !important;
  border-left: 3px solid #006EFF !important;
}
.menu-list-top > .menu-active,
.menu-list-bottom > .menu-active {
  border-left: 3px solid #006EFF;
  opacity: 1;
  margin-left: 4px;
}
.ali-logo {
  height: 28px;
  width: 130px;
  margin: 12px auto 0;
  display: block;
  cursor: pointer;
}
.line {
  width: 123px;
  height: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
  margin: 90px auto;
}
.menu-item {
  padding-left: 0.18px;
  margin-left: 7px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #1e2736;
  opacity: 0.6;
}
.el-menu-item i {
  color: #8692b0;
}
.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: #006EFF;
  border-color: #006EFF;
}
.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: #006EFF;
  border-color: #006EFF;
}
/* ===== 全局按钮主题：主按钮 #006EFF，普通按钮白底灰边+悬停蓝色 ===== */
.el-button--primary {
  background-color: #006EFF;
  border-color: #006EFF;
  color: #fff;
}
.el-button--primary:hover,
.el-button--primary:focus {
  background-color: #338FFF;
  border-color: #338FFF;
  color: #fff;
}
.el-button--primary.is-plain {
  background: #ecf5ff;
  border-color: #99c5ff;
  color: #006EFF;
}
.el-button--primary.is-plain:hover,
.el-button--primary.is-plain:focus {
  background: #006EFF;
  border-color: #006EFF;
  color: #fff;
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:hover,
.el-button--primary.is-disabled:focus {
  background-color: #a8c9f5;
  border-color: #a8c9f5;
  color: #fff;
}
.el-button--default {
  background: #fff;
  border-color: #d5dbe5;
  color: #4a5a76;
}
.el-button--default:hover,
.el-button--default:focus {
  background: #f2f7ff;
  border-color: #006EFF;
  color: #006EFF;
}
.el-button--mini,
.el-button--small {
  border-radius: 4px;
}
/* 查询按钮：实心蓝底 */
.el-button.search-btn {
  background-color: #006EFF;
  border-color: #006EFF;
  color: #fff;
}
.el-button.search-btn:hover,
.el-button.search-btn:focus {
  background-color: #338FFF;
  border-color: #338FFF;
  color: #fff;
}
/* div 形态的查询按钮（工单等页面，覆盖插件样式） */
body div.search-btn {
  background-color: #006EFF;
  border-color: #006EFF;
  color: #fff;
  cursor: pointer;
}
body div.search-btn:hover {
  background-color: #338FFF;
  border-color: #338FFF;
  color: #fff;
}
/* ===== 全局主题色变量（插件内容 var(--color-primary) 取色用） ===== */
:root {
  --color-primary: #006EFF;
}
/* ===== 工单系统页：排版与颜色 ===== */
body .main-card .content_searchbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.14rem;
  margin-top: 0.24rem;
}
body .main-card .content_searchbar .new-ticket-btn {
  flex-shrink: 0;
  background-color: #006EFF;
  border-radius: 4px;
  font-size: 0.15rem;
  transition: background-color 0.2s;
}
body .main-card .content_searchbar .new-ticket-btn:hover {
  background-color: #338FFF;
}
body .main-card .content_searchbar .searchbar {
  align-items: center;
}
body .main-card .content_searchbar .searchbar .el-input__inner {
  border-color: #d5dbe5;
  color: #4a5a76;
}
body .main-card .content_searchbar .searchbar .el-input__inner:hover {
  border-color: #99c5ff;
}
body .main-card .content_searchbar .searchbar .el-button {
  height: 0.46rem;
  border-radius: 4px;
  font-size: 0.15rem;
  background-color: #006EFF;
  border-color: #006EFF;
  color: #fff;
}
body .main-card .content_searchbar .searchbar .el-button:hover,
body .main-card .content_searchbar .searchbar .el-button:focus {
  background-color: #338FFF;
  border-color: #338FFF;
  color: #fff;
}
body .main-card .tabledata .el-table th .cell {
  color: #6b7a94;
  font-weight: 600;
}
body .main-card .tabledata .el-table td .cell {
  color: #333f52;
}
/* ===== 工单系统页：卡片 / 表格 / 分页精修 ===== */
body .main-card .main-card-title {
  font-size: 0.17rem;
  font-weight: 600;
  color: #1f2b3e;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eef1f6;
}
body .main-card .content_searchbar .order-des:empty,
body .main-card .order-des:empty {
  display: none;
}
body .main-card .content_searchbar .searchbar .select-input {
  margin-right: 0;
}
body .main-card .tabledata .el-table th {
  background: #f7f9fc;
}
body .main-card .tabledata .el-table td,
body .main-card .tabledata .el-table th {
  border-bottom: 1px solid #eef1f6;
}
body .main-card .tabledata .el-table tbody tr:hover > td {
  background: #f2f7ff;
}
body .main-card .tabledata .status-text {
  border-radius: 4px;
  font-size: 0.13rem;
}
body .main-card .tabledata .more-operation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 4px;
  color: #6b7a94;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
body .main-card .tabledata .more-operation:hover {
  background: #e8f1fd;
  color: #006EFF;
}
body .main-card .tabledata .operation .operation-item {
  padding: 0.08rem 0.16rem;
  color: #333f52;
  transition: background 0.2s, color 0.2s;
}
body .main-card .tabledata .operation .operation-item:hover {
  background: #f2f7ff;
  color: #006EFF;
}
body .main-card .myPage {
  display: flex;
  justify-content: flex-end;
}
body .main-card .myPage .el-pagination .number.active {
  background: #006EFF;
  color: #fff;
  border-radius: 3px;
}
/* ===== 工单系统页：全面重写（覆盖插件 ticket.css 全部规则） ===== */
/* 标题 */
body .main-card .main-card-title {
  font-size: 0.17rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #1f2b3e;
}
/* 顶部统计卡片 */
body .main-card .main-card-top .top-item {
  box-shadow: none !important;
  border: 1px solid #e6ebf3;
  border-radius: 6px;
  background: #fff;
  transition: box-shadow 0.2s;
}
body .main-card .main-card-top .top-item:hover {
  box-shadow: 0 4px 12px rgba(0, 110, 255, 0.08) !important;
}
body .main-card .main-card-top .top-item .top-item-text {
  color: #86909c !important;
}
body .main-card .main-card-top .top-item .top-item-num {
  color: #1f2b3e !important;
}
/* 温馨提示区：空则隐藏，有内容时浅蓝卡片 */
body .main-card .order-des:empty {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
body .main-card .order-des {
  background: #e8f1fd;
  border: none !important;
  border-radius: 6px !important;
  color: #4a5a76;
  font-size: 0.13rem;
}
/* 工具栏：整体靠左紧凑 */
body .main-card .content_searchbar {
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 0.14rem;
  flex-wrap: wrap;
}
/* 新建工单按钮 */
body .main-card .content_searchbar .new-ticket-btn {
  width: auto !important;
  padding: 0 0.24rem !important;
  height: 0.4rem !important;
  line-height: 0.4rem !important;
  background-color: #006EFF !important;
  border-radius: 4px !important;
  font-size: 0.14rem !important;
  color: #fff !important;
  transition: background-color 0.2s;
}
body .main-card .content_searchbar .new-ticket-btn:hover {
  background-color: #338FFF !important;
}
/* 搜索控件：高度统一 0.4rem */
body .main-card .content_searchbar .searchbar {
  align-items: center !important;
  gap: 0.1rem;
}
body .main-card .content_searchbar .searchbar .select-input {
  width: 2.8rem !important;
  margin-right: 0 !important;
}
body .main-card .content_searchbar .searchbar .el-input__inner {
  height: 0.4rem !important;
  line-height: 0.4rem !important;
  border-color: #d5dbe5 !important;
  color: #4a5a76 !important;
  font-size: 0.13rem;
}
body .main-card .content_searchbar .searchbar .el-input__inner:hover,
body .main-card .content_searchbar .searchbar .el-input__inner:focus {
  border-color: #006EFF !important;
}
body .main-card .content_searchbar .searchbar .el-button {
  height: 0.4rem !important;
  padding: 0 0.24rem !important;
  border-radius: 4px !important;
  font-size: 0.14rem !important;
  background-color: #006EFF !important;
  border-color: #006EFF !important;
  color: #fff !important;
}
body .main-card .content_searchbar .searchbar .el-button:hover,
body .main-card .content_searchbar .searchbar .el-button:focus {
  background-color: #338FFF !important;
  border-color: #338FFF !important;
  color: #fff !important;
}
/* 表格 */
body .main-card .tabledata .el-table th {
  background: #f7f9fc !important;
}
body .main-card .tabledata .el-table th .cell {
  color: #6b7a94 !important;
  font-weight: 600 !important;
  font-size: 0.13rem;
}
body .main-card .tabledata .el-table td .cell {
  color: #333f52 !important;
}
body .main-card .tabledata .el-table td,
body .main-card .tabledata .el-table th {
  border-bottom: 1px solid #eef1f6 !important;
}
body .main-card .tabledata .el-table tbody tr:hover > td {
  background: #f2f7ff !important;
}
/* 状态标签 */
body .main-card .tabledata .status-text {
  height: 22px !important;
  line-height: 22px !important;
  border-radius: 4px !important;
  font-size: 0.12rem !important;
  padding: 0 0.1rem !important;
}
/* 操作"..."按钮 */
body .main-card .tabledata .more-operation {
  width: 0.28rem !important;
  height: 0.28rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #6b7a94 !important;
  font-size: 0.2rem !important;
  border-radius: 4px !important;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
body .main-card .tabledata .more-operation:hover {
  background: #e8f1fd !important;
  color: #006EFF !important;
}
/* 操作弹出菜单 */
body .el-popover .operation .operation-item {
  padding: 0.08rem 0.16rem !important;
  margin: 0 !important;
  border-radius: 4px;
  color: #333f52 !important;
  transition: background 0.2s, color 0.2s;
}
body .el-popover .operation .operation-item:hover {
  background: #f2f7ff !important;
  color: #006EFF !important;
}
/* 新建工单弹窗 */
body .main-card .create-ticket .el-dialog {
  border-radius: 8px;
}
body .main-card .create-ticket .el-dialog__body {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}
body .main-card .create-ticket .el-dialog__body .el-form-item__label {
  font-size: 0.14rem !important;
  color: #4a5a76;
}
/* 分页 */
body .main-card .myPage {
  display: flex !important;
  justify-content: flex-end !important;
}
body .main-card .myPage .el-pagination .number.active {
  background: #006EFF !important;
  color: #fff !important;
  border-radius: 3px !important;
}
/* 手机端适配 */
@media screen and (max-width: 750px) {
  body .main-card .content_searchbar {
    flex-direction: column;
    align-items: flex-start !important;
  }
  body .main-card .content_searchbar .new-ticket-btn {
    width: auto !important;
    padding: 0 0.24rem !important;
    margin-bottom: 0.1rem;
  }
  body .main-card .content_searchbar .searchbar {
    flex-wrap: wrap;
    width: 100%;
  }
  body .main-card .content_searchbar .searchbar .select-input {
    width: 100% !important;
  }
  body .main-card .content_searchbar .searchbar .el-button {
    flex: none;
    width: auto !important;
    padding: 0 0.48rem !important;
  }
}
/* ===== 工单详情页：全面重写（覆盖插件 ticketDetails.css） ===== */
/* 顶部返回行 */
body .ticket-details .main-card .top {
  font-size: 0.16rem !important;
  font-weight: 600;
  color: #1f2b3e;
  align-items: center;
}
body .ticket-details .main-card .top .top-l .top-img {
  cursor: pointer;
  transition: transform 0.2s;
}
body .ticket-details .main-card .top .top-l .top-img:hover {
  transform: translateX(-2px);
}
body .ticket-details .main-card .top-line {
  background: #eef1f6 !important;
}
/* 卡片区块 */
body .ticket-details .main-card .card .card-title {
  font-size: 0.15rem !important;
  color: #6b7a94 !important;
  margin-top: 0.3rem !important;
}
body .ticket-details .main-card .card .card-main {
  border-color: #e6ebf3 !important;
  border-radius: 6px !important;
  padding-right: 0.2rem;
}
body .ticket-details .main-card .card .card-main .close-btn {
  border-radius: 4px !important;
  transition: background 0.2s, color 0.2s;
}
body .ticket-details .main-card .card .card-main .close-btn:hover {
  background: var(--color-danger);
  color: #fff !important;
}
body .ticket-details .main-card .card .card-main .card-main-item .main-item-label {
  color: #86909c !important;
}
body .ticket-details .main-card .card .card-main .card-main-item .main-item-text {
  color: #333f52 !important;
}
/* 会话气泡：用户右侧浅蓝、客服左侧浅灰 */
body .ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-top .reply-name,
body .ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-top .reply-name {
  color: #1f2b3e !important;
  font-weight: 500;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-top .reply-time,
body .ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-top .reply-time {
  color: #a2adbf !important;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-content {
  background: #e8f1fd !important;
  border-radius: 8px 2px 8px 8px !important;
  color: #333f52 !important;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-content {
  background: #f5f7fa !important;
  border: 1px solid #eef1f6;
  border-radius: 2px 8px 8px 8px !important;
  color: #333f52 !important;
}
/* 附件标签 */
body .ticket-details .reply-item-attachment-item {
  background: #fff !important;
  border-color: #d5dbe5 !important;
}
body .ticket-details .reply-item-attachment-item:hover {
  border-color: #006EFF !important;
  color: #006EFF;
  box-shadow: none !important;
}
body .ticket-details .reply-item-attachment-item i {
  color: #006EFF !important;
}
/* 回复输入区与发送按钮 */
body .ticket-details .main-card .card .talk-main .main-now-msg .el-textarea__inner {
  border-color: #e6ebf3 !important;
}
body .ticket-details .main-card .card .card-footer .send-btn {
  background: #006EFF !important;
  border-radius: 4px !important;
  transition: background 0.2s;
}
body .ticket-details .main-card .card .card-footer .send-btn:hover {
  background: #338FFF !important;
}
body .ticket-details .main-card .card .card-footer .upload-btn {
  color: #6b7a94;
  cursor: pointer;
}
body .ticket-details .main-card .card .card-footer .upload-btn:hover {
  color: #006EFF;
}
/* 产品链接 */
body .ticket-details .host-item-text {
  color: #006EFF !important;
}
/* 关闭工单确认弹窗 */
body .del-dialog .el-dialog {
  border-radius: 8px;
}
body .del-dialog .dialog-main .el-input__inner {
  border-color: #d5dbe5 !important;
}
body .del-dialog .dialog-footer .btn-ok {
  background: #006EFF !important;
  border-color: #006EFF !important;
  color: #fff !important;
  border-radius: 4px !important;
}
body .del-dialog .dialog-footer .btn-no {
  border-radius: 4px !important;
}
/* ===== 腾讯云控制台风格皮肤层（全站统一；顶栏保持原白色样式） ===== */
/* 顶栏细节修正（2026-08-30）：
   1) 定位与侧栏 180px 对齐；2) 未登录文字改深色（白底上原为白色不可见）；
   3) 提示图标 50px→28px；4) 底边改实线细分隔线、弱化投影，更贴近控制台风 */
body .el-header {
  left: 180px;
  width: calc(100% - 180px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #e8ecf2;
  box-shadow: 0 2px 8px rgba(166, 175, 195, 0.14);
}
body .el-header .un-login {
  color: #333f52;
}
body .el-header .un-login img {
  filter: brightness(0.4);
}
/* 顶栏右侧图标交互反馈 */
body .el-header .header-right-item {
  transition: background 0.2s;
  border-radius: 6px;
}
body .el-header .car-item:hover,
body .el-header .hg-24:hover,
body .el-header .cloum-line-item + .header-right-item:hover {
  background: #f2f6ff;
}
/* 顶栏：维持原有白底样式（不覆盖） */
/* 侧栏：白底菜单，选中浅蓝底+左侧蓝条（腾讯云样式） */
body .el-aside {
  border-right: 1px solid #e5e8ef !important;
  box-shadow: none !important;
}
body .el-aside .el-menu {
  border-right: none !important;
  padding: 8px !important;
  background: #fff !important;
}
body .el-aside .el-menu .el-menu-item,
body .el-aside .el-menu .el-submenu__title {
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 4px !important;
  margin: 2px 0 !important;
  color: #333f52 !important;
  font-size: 14px !important;
  transition: background 0.15s, color 0.15s;
}
body .el-aside .el-menu .el-menu-item:hover,
body .el-aside .el-menu .el-submenu__title:hover {
  background: #f2f6ff !important;
  color: #006EFF !important;
}
body .el-aside .el-menu .el-menu-item.is-active {
  background: #e8f1fd !important;
  color: #006EFF !important;
  font-weight: 600;
  position: relative;
}
body .el-aside .el-menu .el-menu-item.is-active::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 2px;
  background: #006EFF;
}
/* 内容区：浅灰背景 + 白卡片（小圆角+轻边框，腾讯云风）；顶部 76px = 60px 固定顶栏 + 16px 间距 */
body .el-main {
  background: #f3f5f8 !important;
  padding: 76px 20px 20px !important;
}
body .el-main .main-card {
  border: 1px solid #e5e8ef !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  padding: 20px 24px !important;
}
body .el-main .main-card .main-card-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1f2329 !important;
  border-bottom: 1px solid #eef1f6;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
/* 表格：腾讯云风 */
body .el-main .el-table {
  color: #333f52;
}
body .el-main .el-table th {
  background: #f2f4f7 !important;
}
body .el-main .el-table th .cell {
  color: #4a576b !important;
  font-weight: 600 !important;
}
body .el-main .el-table td,
body .el-main .el-table th.is-leaf {
  border-bottom: 1px solid #eceff4 !important;
}
body .el-main .el-table::before,
body .el-main .el-table::after {
  background: #e5e8ef !important;
}
body .el-main .el-table tbody tr:hover > td {
  background: #f7faff !important;
}
/* 状态徽标统一圆角小标签（由接口注入颜色的保持原色） */
body .status,
body .status-text {
  border-radius: 2px !important;
  font-size: 12px !important;
  padding: 1px 8px !important;
}
/* 分页 */
body .myPage .el-pagination {
  color: #6b7a94;
}
body .myPage .el-pagination .number {
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
}
body .myPage .el-pagination .number.active {
  background: #006EFF !important;
  color: #fff !important;
}
/* 弹窗：小圆角 */
body .el-dialog {
  border-radius: 4px !important;
}
body .el-dialog__header {
  border-bottom: 1px solid #eef1f6;
  padding: 16px 20px !important;
}
body .el-dialog__title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1f2329 !important;
}
body .el-dialog__body {
  padding: 20px !important;
}
/* 表单控件统一高度 36px */
body .el-input__inner {
  border-color: #d8dee8 !important;
  border-radius: 2px !important;
  color: #333f52 !important;
}
body .el-input__inner:hover {
  border-color: #9ab8e8 !important;
}
body .el-input__inner:focus {
  border-color: #006EFF !important;
}
body .el-button {
  border-radius: 2px !important;
}
body .el-button--primary {
  background-color: #006EFF !important;
  border-color: #006EFF !important;
}
body .el-button--primary:hover,
body .el-button--primary:focus {
  background-color: #2b7fff !important;
  border-color: #2b7fff !important;
}
body .el-button--default:hover,
body .el-button--default:focus {
  color: #006EFF !important;
  border-color: #006EFF !important;
  background: #f2f6ff !important;
}
/* ===== 产品列表页（含通用产品/云产品）排版 ===== */
/* 嵌套标题修正 */
body .main-card .main-card-title .main-card-title {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
/* 状态选项卡：腾讯云下划线式 */
body .product-tab-list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e8ef;
  margin-bottom: 16px;
}
body .product-tab-list .pro-tab-item {
  position: relative;
  padding: 0 2px 12px !important;
  margin-right: 32px !important;
  font-size: 14px !important;
  color: #4a576b !important;
  cursor: pointer;
  transition: color 0.15s;
}
body .product-tab-list .pro-tab-item:hover {
  color: #006EFF !important;
}
body .product-tab-list .pro-tab-item.active {
  color: #006EFF !important;
  font-weight: 600 !important;
}
body .product-tab-list .pro-tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #006EFF;
}
/* 工具栏：批量操作居左、搜索居右 */
body .main-card-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
body .main-card-search .right-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
body .main-card-search .right-search .el-select,
body .main-card-search .right-search .el-input {
  width: 180px !important;
}
body .main-card-search .el-button.search-btn {
  background-color: #006EFF !important;
  border-color: #006EFF !important;
  color: #fff !important;
  height: 36px;
}
body .main-card-search .el-button.search-btn:hover {
  background-color: #2b7fff !important;
}
/* 表格去竖线（横向分隔更清爽） */
body .el-table--border td,
body .el-table--border th {
  border-right: none !important;
}
body .el-table--border::after {
  background: transparent !important;
}
/* 表格内自动续费开关行高 */
body .auto-renew-box {
  vertical-align: middle;
}
/* ===== 细节修复 ===== */
/* 顶栏布局：左区自适应收缩，杜绝提示条挤压/遮挡右侧功能区 */
body .el-header {
  display: flex !important;
  align-items: center !important;
  padding: 0 20px !important;
}
body .el-header .header-left {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
/* 表格横向滚动条：变细变浅（内容放得下时几乎不可见） */
body .el-table .el-table__body-wrapper::-webkit-scrollbar {
  height: 6px;
}
body .el-table .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background: #d8dee8;
  border-radius: 3px;
}
body .el-table .el-table__body-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
/* 页面提示条与卡片间距 */
body .product-notice-bar,
body .template .cscart-purchase-notice {
  margin-bottom: 16px;
}
/* ===== 侧栏菜单重制（腾讯云控制台风） ===== */
body .el-aside {
  width: 180px !important;
  flex: 0 0 180px !important;
  background: #fff !important;
  border-right: 1px solid #e6e8ef !important;
}
body .el-aside .ali-logo {
  display: block;
  margin: 14px auto 10px;
  max-height: 44px;
}
body .el-aside .el-menu {
  border-right: none !important;
  background: #fff !important;
  padding: 0 6px !important;
}
body .el-aside .aside-menu-text {
  margin-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .el-aside .el-menu-item i,
body .el-aside .el-submenu__title i {
  margin-right: 6px;
}
body .el-aside .el-menu-item,
body .el-aside .el-submenu__title {
  height: 40px !important;
  line-height: 40px !important;
  margin: 2px 0 !important;
  border-radius: 4px !important;
  color: #3d4757 !important;
  font-size: 14px !important;
  padding: 0 10px !important;
  transition: background 0.15s, color 0.15s !important;
}
body .el-aside .el-menu-item i,
body .el-aside .el-submenu__title i {
  margin-right: 6px;
  font-size: 16px;
  color: #66738a !important;
}
body .el-aside .el-menu-item:hover,
body .el-aside .el-submenu__title:hover {
  background: #f2f6ff !important;
  color: #006EFF !important;
}
body .el-aside .el-menu-item:hover i,
body .el-aside .el-submenu__title:hover i {
  color: #006EFF !important;
}
body .el-aside .el-menu-item.is-active {
  background: #e8f1fd !important;
  color: #006EFF !important;
  font-weight: 600 !important;
}
body .el-aside .el-menu-item.is-active i {
  color: #006EFF !important;
}
body .el-aside .el-submenu.is-active > .el-submenu__title {
  color: #006EFF !important;
}
body .el-aside .el-submenu .el-menu {
  padding: 0 !important;
}
body .el-aside .el-submenu .el-menu .el-menu-item {
  height: 36px !important;
  line-height: 36px !important;
  padding-left: 38px !important;
  font-size: 13px !important;
}
body .el-aside .line {
  height: 1px;
  background: #eceff4;
  margin: 8px 12px;
}
/* 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: #006EFF;
  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: #006EFF;
}
.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: #006EFF;
  color: #fff;
}
.zf-dialog .el-checkbox,
.zf-dialog .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #006EFF;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #006EFF;
  color: #006EFF;
}
.buy-product-btn {
  width: 0.6rem;
  height: 90%;
  background: #006EFF;
  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: #006EFF;
  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;
}
/* 支付弹窗结束 */
.withdraw-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem 0 0.8rem;
}
.withdraw-dialog .dialog-main {
  margin-top: 0.4rem;
}
.withdraw-dialog .dialog-main .el-form-item__label {
  font-size: 0.16rem;
  color: #1e2736;
  line-height: 1.5715;
}
.withdraw-dialog .dialog-main .input-select {
  height: 0.46rem;
  width: 100%;
}
.withdraw-dialog .dialog-main .input-select .el-input__inner {
  height: 0.46rem;
}
.withdraw-dialog .dialog-main .amount-input .el-input__suffix {
  right: 0;
}
.withdraw-dialog .dialog-main .amount-input .all-btn {
  font-size: 15px;
  color: #006EFF;
  cursor: pointer;
  padding-right: 0.16rem;
}
.withdraw-dialog .withdraw-rule .label {
  font-size: 14px;
  color: #1e2736;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.withdraw-dialog .withdraw-rule .rules .rules-item {
  font-size: 14px;
  color: #1e2736;
}
/* 提现弹窗：右上角关闭按钮 */
.withdraw-dialog .el-dialog__headerbtn {
  top: 0.28rem;
  right: 0.24rem;
}

.withdraw-dialog .el-dialog__headerbtn .el-dialog__close {
  font-size: 0.28rem;
  color: #8692b0;
}
.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: #006EFF;
}
.product-tab-list .pro-tab-item.active {
  color: #006EFF;
  border-bottom: 1px solid #006EFF;
}
.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 #006EFF;
}
.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: #006EFF;
  border-color: #006EFF;
}
.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: #006EFF;
  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: #006EFF;
}
.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: #006EFF;
  border: 1px solid #006EFF;
  color: #fff;
}
.branch-confirm-dialog .dialog-footer .el-button:last-child {
  border: 1px solid #006EFF;
  color: #006EFF;
}
.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: #006EFF;
  border: 1px solid #006EFF;
  color: #fff;
}
.branch-rennew-dialog .dialog-footer .el-button:last-child {
  border: 1px solid #006EFF;
  color: #006EFF;
}
.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: #006EFF;
  font-size: 0.16rem;
  color: #ffffff;
}
.rz-dialog .dialag-content .button-box .el-link {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  color: #006EFF;
}
@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 {
    left: 0;
    width: 100%;
  }
  .withdraw-dialog .amount-input .el-input__suffix {
    height: auto;
  }
  /* 提现弹窗：手机端适配 */
  .withdraw-dialog .el-dialog__body {
    padding: 0.3rem 0.24rem 0;
  }
  .withdraw-dialog .dialog-main {
    margin-top: 0.24rem;
  }
  .withdraw-dialog .dialog-main .el-form-item__label {
    font-size: 0.26rem;
  }
  .withdraw-dialog .dialog-main .input-select,
  .withdraw-dialog .dialog-main .input-select .el-input__inner {
    height: 0.72rem;
  }
  .withdraw-dialog .dialog-main .amount-input .all-btn {
    font-size: 0.26rem;
  }
  .withdraw-dialog .withdraw-rule .label,
  .withdraw-dialog .withdraw-rule .rules .rules-item {
    font-size: 0.24rem;
  }
  .withdraw-dialog .dialog-footer {
    margin-top: 0.3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .withdraw-dialog .dialog-footer .btn-ok,
  .withdraw-dialog .dialog-footer .btn-no {
    flex: 1;
    width: auto;
    height: 0.72rem;
    font-size: 0.28rem;
  }
  .withdraw-dialog .dialog-footer .btn-no {
    margin-left: 0.24rem;
  }
  .withdraw-dialog .el-dialog__headerbtn {
    top: 0.3rem;
    right: 0.24rem;
  }
  /* 左侧菜单 */
  .el-aside {
    display: none;
  }
  /* 顶部展示 */
  .el-header {
    height: 1rem !important;
  }
  .menu-img {
    display: inline-block;
    cursor: pointer;
    height: 0.56rem;
  }
  .header-right {
    margin-right: 0px;
  }
  .right-item img {
    width: 0.56rem;
    height: 0.56rem;
  }
  /* 左侧弹窗菜单：不全屏覆盖，顶栏保留（菜单打开时顶栏汉堡变关闭X），从顶栏下方滑出 */
  body.menu-drawer-open .el-drawer__wrapper {
    pointer-events: none !important;
  }
  .drawer-menu {
    background: #ffffff;
    font-size: 0.32rem;
    pointer-events: auto !important;
    top: 1rem !important;
    height: calc(100% - 1rem) !important;
    box-shadow: 0.08rem 0 0.24rem rgba(0, 0, 0, 0.1);
  }
  /* 顶栏汉堡按钮（三横线，菜单打开时动画变X） */
  .menu-hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 0.56rem;
    height: 0.56rem;
    cursor: pointer;
  }
  .menu-hamburger .hamburger__line {
    width: 24px;
    height: 2px;
    background-color: #333333;
    margin: 3px 0;
    transition: all 0.3s ease;
  }
  .menu-hamburger.menu-open .hamburger__line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .menu-hamburger.menu-open .hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .menu-hamburger.menu-open .hamburger__line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .drawer-menu-top {
    display: none;
  }
  .drawer-menu-logo {
    width: 2rem;
    margin: 0 auto;
  }
  .drawer-menu-list-top {
    margin-top: 0.24rem;
    color: #ffffff;
  }
  .drawer-menu-list-top > .drawer-menu-active {
    border-left: 3px solid #ffff;
    opacity: 1;
    margin-left: 0.04rem;
  }
  /* 激活项：蓝底白字整行高亮 */
  .drawer-menu .el-menu-item.is-active,
  .drawer-menu .el-submenu__title.is-active {
    background: #006eff !important;
    color: #ffffff !important;
  }
  .drawer-menu-item {
    padding-left: 0.41rem;
    margin-left: 0.07rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    color: #3a4160;
    opacity: 0.6;
  }
  .menu-child-item {
    display: flex;
    flex-direction: column;
  }
  .menu-top {
    margin-top: 0;
  }
  .drawer-item-img {
    height: 0.38rem;
  }
  .drawer-item-text {
    line-height: 20px;
    margin-left: 0.41rem;
  }
  .el-input__inner {
    height: 0.8rem;
    font-size: 0.3rem;
  }
  .dialog-title {
    font-size: 0.32rem;
  }
  .el-tabs__item {
    font-size: 0.34rem;
    margin-bottom: 0.15rem;
    margin-top: 0.51rem;
  }
  .el-icon-search {
    font-size: 0.4rem;
  }
  .el-button {
    font-size: 0.34rem;
  }
  .right-item {
    margin-left: 0.3rem;
  }
  .el-divider__text {
    font-size: 0.28rem;
  }
  .head-box {
    cursor: pointer;
    width: 0.56rem;
    height: 0.56rem;
    font-size: 0.16rem;
    color: #ffffff;
    background: #fff;
    border-radius: 50%;
  }
  /* .el-input .el-input__clear {
          font-size: .4rem;
      } */
  .select-input .el-input--suffix {
    width: 1.86rem;
  }
  .el-message-box__message {
    font-size: 0.32rem;
  }
  .myPage .page-total {
    display: none !important;
  }
  .myPage .el-pagination .el-pagination__sizes {
    display: none;
  }
  .zf-dialog .el-dialog__headerbtn {
    top: 0.1rem;
  }
  .zf-dialog .pay-select {
    width: 4rem !important;
  }
  .pay-dialog {
    margin-top: 5vh !important;
    width: 6.9rem;
  }
  .pay-dialog .pc-pay {
    display: none;
  }
  .pay-dialog .mobile-pay {
    display: block;
  }
  .pay-dialog .el-dialog__header {
    display: none;
  }
  .pay-dialog .el-dialog__body {
    padding: 0 !important;
    padding-bottom: 0.3rem !important;
  }
  .pay-dialog .dia-content {
    margin-bottom: 1.2rem;
    padding: 0;
  }
  .pay-dialog .dia-content,
  .pay-dialog .dia-title,
  .pay-dialog .dia-fotter {
    box-sizing: border-box;
  }
  .pay-dialog .dia-title {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eef4ff;
  }
  .pay-dialog .order-id {
    margin-top: 0.2rem;
    padding: 0 0.3rem;
    font-size: 0.24rem;
    color: #8692b0;
  }
  .pay-dialog .title-text {
    font-size: 0.28rem;
  }
  .pay-dialog .pay-money {
    color: #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 #006EFF;
  }
  .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: #006EFF;
    border-color: #006EFF;
  }
  .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: #006EFF;
    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: #006EFF;
  }
  .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: #006EFF;
}
/* 申请返现 */
.common-cashback {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  background: #006EFF;
  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: #006EFF;
}
.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: #006EFF;
}
.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 #006EFF;
  border-left: 0.24rem solid transparent;
}

/* ===== 产品列表页：温馨提示条（主题侧注入，仿参考站） ===== */
.product-notice-bar {
  margin: 0 0 0.14rem;
  padding: 0.14rem 0.2rem;
  background: #e8f1fd;
  border-radius: 4px;
  color: #4a5a76;
  font-size: 13px;
  line-height: 1.9;
}
.product-notice-bar .notice-title {
  font-weight: bold;
  color: #333f52;
}
.product-notice-bar .notice-list p {
  margin: 0;
}

/* ===== 产品列表页：空状态插图样式 ===== */
.common_product_lists .el-table__empty-block {
  min-height: 160px;
}
.common_product_lists .el-table__empty-text {
  color: #9aa5b8;
  font-size: 13px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.common_product_lists .el-table__empty-text::before {
  content: "";
  width: 56px;
  height: 44px;
  border: 3px solid #d4dbe7;
  border-radius: 6px;
  position: relative;
  background:
    linear-gradient(#d4dbe7, #d4dbe7) 10px 12px / 24px 3px no-repeat,
    linear-gradient(#d4dbe7, #d4dbe7) 10px 22px / 18px 3px no-repeat;
  box-sizing: border-box;
}
/* ===== 实名认证提示条（topMenu 组件，未认证时显示在顶栏下方） ===== */
.cert-notice-bar {
  position: fixed;
  top: 60px;
  left: 180px;
  right: 0;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #fff7e8;
  border-bottom: 1px solid #ffe7ba;
  cursor: pointer;
  z-index: 999;
}
.cert-notice-bar .cert-notice-icon {
  flex-shrink: 0;
  font-size: 16px;
  color: #faad14;
  margin-right: 8px;
}
.cert-notice-bar .cert-notice-text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #874d00;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cert-notice-bar .cert-notice-btn {
  flex-shrink: 0;
  margin-left: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 14px;
  background: #006eff;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
body.has-cert-notice .el-main {
  padding-top: 116px !important;
}
/* ===== 手机端全局兼容层（断点与 rem 脚本一致：≤750px） ===== */
@media screen and (max-width: 750px) {
  /* 顶部 header：取消桌面端 180px 侧栏偏移，铺满整行 */
  .el-header {
    left: 0 !important;
    width: 100% !important;
    padding: 0 0.12rem !important;
  }
  .el-header .header-left {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }
  .el-header .menu-img {
    width: 0.26rem;
    height: 0.26rem;
    flex-shrink: 0;
  }
  /* 手机端隐藏购物车/分隔线；语言切换保留胶囊样式 */
  .el-header .car-item,
  .el-header .cloum-line-item {
    display: none !important;
  }
  /* 头像 30px 圆形，与语言胶囊等高对齐 */
  .el-header .head-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  /* 语言切换：国旗 22×16，手机端隐藏下拉箭头 */
  .el-header .el-dropdown-country {
    gap: 6px;
  }
  .el-header .el-dropdown-country img {
    width: 22px;
    height: 16px;
  }
  .el-header .el-dropdown-country .right-icon {
    display: none;
  }
  /* 实名认证提示条：贴住手机端 header（高度 1rem）下缘 */
  .cert-notice-bar {
    left: 0;
    top: 1rem;
    height: 0.72rem;
    padding: 0 0.24rem;
  }
  .cert-notice-bar .cert-notice-text {
    font-size: 0.24rem;
  }
  .cert-notice-bar .cert-notice-btn {
    height: 0.44rem;
    line-height: 0.44rem;
    padding: 0 0.2rem;
    font-size: 0.22rem;
  }
  body.has-cert-notice .el-main {
    padding-top: calc(1rem + 0.72rem + 16px) !important;
  }
  /* 禁止页面级横向滚动 */
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100%;
  }
  /* 主内容区与卡片不允许撑破屏幕 */
  .el-main {
    overflow-x: hidden;
  }
  .main-card {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* 表格保持最小可用宽度，在卡片内横向滑动 */
  .main-card .el-table {
    min-width: 9.8rem;
  }
  .el-table .cell {
    word-break: break-all;
  }
  .host-item-text,
  .item-text,
  .order-number {
    word-break: break-all;
  }
  .el-pagination {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .el-dialog:not(.zf-dialog):not(.pay-dialog) {
    width: 92% !important;
    max-width: 92vw !important;
  }
  .el-message-box {
    width: 88% !important;
    max-width: 88vw !important;
  }
  img {
    max-width: 100%;
  }
  /* 表单：手机上标签置顶、内容占满整行 */
  .el-form-item__label {
    float: none !important;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    line-height: 2 !important;
    padding: 0 0 0.04rem !important;
  }
  .el-form-item__content {
    margin-left: 0 !important;
  }
  .el-form-item__content .el-input,
  .el-form-item__content .el-select,
  .el-form-item__content .el-date-editor {
    width: 100% !important;
  }
  .el-picker-panel,
  .el-cascader__dropdown,
  .el-select-dropdown {
    max-width: 96vw !important;
  }
  .el-notification {
    width: calc(100vw - 0.24rem) !important;
    max-width: calc(100vw - 0.24rem) !important;
    right: 0.12rem !important;
  }
  .el-tabs__nav-wrap {
    overflow-x: auto;
  }
  .search-box,
  .filter-box,
  .toolbar {
    flex-wrap: wrap;
    row-gap: 0.08rem;
  }
  .search-box .el-input,
  .search-box .el-select {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .el-button + .el-button {
    margin-left: 0.08rem;
  }
  .btn-group,
  .action-bar {
    flex-wrap: wrap;
    row-gap: 0.08rem;
  }
}

/* ===== 新建工单页（idcsmart_ticket 插件）腾讯云风格覆盖层（主题侧压过插件 addTicket.css） ===== */
/* 标题区：返回箭头 + 大标题左对齐，下方浅灰细分割线 */
body .add-ticket .main-card .top {
  padding: 0;
  margin-bottom: 0.16rem;
}
body .add-ticket .main-card .top .top-l {
  font-size: 0.2rem;
  font-weight: 600;
  color: #18191c;
  line-height: 1.4;
}
body .add-ticket .main-card .top .top-l .top-img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  transition: opacity 0.15s;
}
body .add-ticket .main-card .top .top-l .top-img:hover {
  opacity: 0.72;
}
body .add-ticket .main-card .top-line {
  background: #e8edf4;
}
/* 主卡片：白底浅灰描边 + 圆角轻投影，加宽内边距 */
body .add-ticket .main-card {
  border-radius: 0.08rem;
  border: 1px solid #e8edf4;
  box-shadow: 0 1px 4px rgba(24, 36, 64, 0.04);
  padding: 0.24rem 0.28rem;
}
body .add-ticket .main-card .main-form {
  margin-top: 0.32rem;
}
/* 表单标签：灰色弱化层级 */
body .add-ticket .el-form-item__label {
  color: #6b7787;
  font-size: 0.14rem;
  padding-right: 0.12rem;
}
/* 必填星号 */
body .add-ticket .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  color: #e34d59;
}
/* 输入框 / 下拉：统一 40px 高、浅灰描边、4px 圆角 */
body .add-ticket .main-form .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border-color: #d5dbe5;
  border-radius: 0.04rem;
  color: #18191c;
  transition: border-color 0.15s;
}
body .add-ticket .main-form .el-input__inner:hover {
  border-color: #9aa5b5;
}
body .add-ticket .main-form .el-input__inner:focus {
  border-color: #006EFF;
}
body .add-ticket .main-form .el-input__inner::placeholder {
  color: #a8b3c5;
}
body .add-ticket .main-form .el-textarea__inner {
  border-color: #d5dbe5;
  border-radius: 0.04rem;
  color: #18191c;
  line-height: 1.7;
  padding: 0.1rem 0.12rem;
  transition: border-color 0.15s;
}
body .add-ticket .main-form .el-textarea__inner:hover {
  border-color: #9aa5b5;
}
body .add-ticket .main-form .el-textarea__inner:focus {
  border-color: #006EFF;
}
body .add-ticket .main-form .el-textarea__inner::placeholder {
  color: #a8b3c5;
}
/* 下拉箭头颜色 */
body .add-ticket .main-form .el-select__caret {
  color: #9aa5b5;
}
/* 下拉宽度保持原有 5.2rem 布局节奏 */
body .add-ticket .main-form .select-type,
body .add-ticket .main-form .select-title,
body .add-ticket .main-form .select-host {
  width: 5.2rem;
}
/* 上传按钮：白底描边，hover 淡蓝底主题蓝 */
body .add-ticket .main-form .el-button--default {
  background: #fff;
  border: 1px solid #d5dbe5;
  border-radius: 0.04rem;
  color: #4b5563;
  height: 0.4rem;
  padding: 0 0.16rem;
  transition: all 0.15s;
}
body .add-ticket .main-form .el-button--default:hover,
body .add-ticket .main-form .el-button--default:focus {
  background: #f4f8ff;
  border-color: #006EFF;
  color: #006EFF;
}
/* 发送按钮：与工单详情页布局一致——发送居左、上传居右两端分布 */
body .add-ticket .main-form .el-form-item:last-child .el-form-item__content > div {
  justify-content: space-between !important;
  width: 100% !important;
}
/* 关联产品下拉面板（popper 挂在 body 下） */
body .host-dialog .el-select-dropdown__item {
  color: #4b5563;
}
body .host-dialog .el-select-dropdown__item span {
  color: inherit;
}
body .host-dialog .el-select-dropdown__item.hover,
body .host-dialog .el-select-dropdown__item:hover {
  background: #f4f8ff;
  color: #006EFF;
}
body .host-dialog .el-select-dropdown__item.selected {
  color: #006EFF;
  font-weight: 500;
}
/* 确认弹窗：圆角 + 主次按钮 */
body .add-ticket .renew-dialog .el-dialog {
  border-radius: 0.08rem;
}
body .add-ticket .renew-dialog .dialog-main p {
  color: #18191c;
  line-height: 1.8;
}
body .add-ticket .renew-dialog .dialog-footer {
  display: flex;
  justify-content: center;
  margin-top: 0.24rem;
}
body .add-ticket .renew-dialog .btn-ok {
  min-width: 0.96rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #006EFF;
  color: #fff;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  transition: background 0.15s;
}
body .add-ticket .renew-dialog .btn-ok:hover {
  background: #0a58e8;
}
body .add-ticket .renew-dialog .btn-no {
  min-width: 0.96rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d5dbe5;
  color: #4b5563;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  transition: all 0.15s;
}
body .add-ticket .renew-dialog .btn-no:hover {
  border-color: #006EFF;
  color: #006EFF;
  background: #f4f8ff;
}
/* 手机端：卡片内边距收窄，下拉占满整行 */
@media screen and (max-width: 750px) {
  body .add-ticket .main-card {
    padding: 0.16rem 0.14rem;
  }
  body .add-ticket .main-card .top .top-l {
    font-size: 0.18rem;
  }
  body .add-ticket .main-form .select-type,
  body .add-ticket .main-form .select-title,
  body .add-ticket .main-form .select-host {
    width: 100%;
  }
}

/* 内容不足一屏时主区背景铺满整个视口（修复页面下方露底） */
body .template > .el-container {
  min-height: 100vh;
}

/* ===== 工单列表页手机端适配（≤750px，覆盖插件 ticket.css 简陋适配） ===== */
@media screen and (max-width: 750px) {
  /* 搜索区：新建工单为左侧小蓝按钮，筛选项竖排占满，查询按钮自适应宽度 */
  body .ticket .main-card .content_searchbar {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.12rem;
    margin-top: 0.16rem;
  }
  body .ticket .main-card .content_searchbar .new-ticket-btn {
    width: auto;
    padding: 0 0.24rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
  }
  body .ticket .main-card .content_searchbar .searchbar {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.1rem;
    width: 100%;
  }
  body .ticket .main-card .content_searchbar .searchbar .select-input {
    width: 100% !important;
    margin-right: 0;
  }
  body .ticket .main-card .content_searchbar .searchbar .select-input .el-input__inner {
    height: 0.4rem;
    line-height: 0.4rem;
  }
  body .ticket .main-card .content_searchbar .searchbar .el-select__tags {
    top: 50% !important;
    transform: translateY(-50%) !important;
    max-width: calc(100% - 0.3rem) !important;
  }
  body .ticket .main-card .content_searchbar .searchbar .el-select__tags .el-tag--small {
    height: 0.22rem;
    line-height: 0.2rem;
    padding: 0 0.06rem;
    font-size: 0.11rem;
  }
  body .ticket .main-card .content_searchbar .searchbar .el-button {
    width: auto;
    padding: 0 0.48rem;
    height: 0.4rem;
    margin-left: 0;
  }
  /* 表格转卡片式：隐藏表头与固定右列 */
  body .ticket .main-card .tabledata .el-table {
    min-width: 100% !important;
    margin-bottom: 0 !important;
  }
  body .ticket .main-card .tabledata .el-table__header-wrapper,
  body .ticket .main-card .tabledata .el-table__fixed-right,
  body .ticket .main-card .tabledata .el-table__fixed-right-patch {
    display: none !important;
  }
  body .ticket .main-card .tabledata .el-table__body-wrapper {
    overflow: visible !important;
  }
  body .ticket .main-card .tabledata table.el-table__body {
    display: block;
    width: 100% !important;
  }
  body .ticket .main-card .tabledata .el-table__body colgroup {
    display: none;
  }
  body .ticket .main-card .tabledata tbody {
    display: block;
  }
  /* 每行一张独立卡片（覆盖全局固定行高，改为内容撑高） */
  body .ticket .main-card .tabledata tr.el-table__row {
    display: block;
    position: relative;
    height: auto;
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 0.08rem;
    padding: 0.12rem 0.4rem 0.12rem 0.14rem;
    margin-bottom: 0.12rem;
  }
  body .ticket .main-card .tabledata td.el-table__cell {
    display: block;
    border-bottom: none;
    padding: 0.02rem 0;
    background: transparent !important;
  }
  body .ticket .main-card .tabledata td.el-table__cell .cell {
    width: auto !important;
    padding: 0;
    line-height: 1.5;
  }
  /* 恢复被固定列机制隐藏的操作按钮 */
  body .ticket .main-card .tabledata td.el-table__cell.is-hidden > * {
    visibility: visible;
  }
  /* 首行：标题加粗 */
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(1) .cell {
    color: #18191c;
    font-weight: 600;
    font-size: 0.14rem;
    word-break: break-all;
    padding-right: 0.04rem;
  }
  /* 第二行：部门 · 时间 · 状态 同行并排，灰色弱化 */
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(2),
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(3),
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(4) {
    display: inline-block;
    vertical-align: middle;
  }
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(2) .cell,
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(3) .cell {
    color: #8a94a6;
    font-size: 0.12rem;
  }
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(3) {
    margin-left: 0.04rem;
  }
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(4) {
    margin-left: 0.1rem;
  }
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(4) .status-text {
    height: 0.22rem;
    line-height: 0.22rem;
    font-size: 0.11rem;
    border-radius: 0.03rem;
    padding: 0 0.07rem;
  }
  /* 操作按钮（...）固定卡片右上角 */
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(5) {
    position: absolute;
    top: 0.08rem;
    right: 0.06rem;
  }
  body .ticket .main-card .tabledata td.el-table__cell:nth-child(5) .more-operation {
    font-size: 0.2rem;
    width: 0.28rem;
    height: 0.28rem;
  }
  /* 分页留白收窄 */
  body .ticket .main-card .myPage {
    margin-top: 0.04rem;
  }
  /* 新建工单弹窗：内边距收窄 */
  body .ticket .main-card .create-ticket .el-dialog__body {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }
}

/* ===== 工单详情页：信息卡与沟通记录腾讯风格优化 ===== */
/* 卡片标题（工单号 / 沟通记录）加粗深色 */
body .ticket-details .main-card .card .card-title {
  color: #18191c;
  font-weight: 600;
  font-size: 0.15rem;
}
/* 信息项：label 灰、文字深 */
body .ticket-details .main-card .card .card-main .card-main-item .main-item-label {
  color: #8a94a6;
}
body .ticket-details .main-card .card .card-main .card-main-item .main-item-text {
  color: #18191c;
}
/* 关闭工单按钮圆角统一 */
body .ticket-details .main-card .card .card-main .close-btn {
  border-radius: 4px;
}
/* 用户消息（右侧）：主题蓝气泡白字 */
body .ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-content {
  background: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 8px 2px 8px 8px !important;
  padding: 0.1rem 0.14rem !important;
  line-height: 1.7;
  font-size: 0.13rem !important;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-content p {
  color: #fff !important;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-attachment .reply-item-attachment-item {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-attachment .reply-item-attachment-item span {
  color: #fff !important;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-attachment .reply-item-attachment-item i {
  color: #fff !important;
}
/* 客服消息（左侧）：白底描边深色字 */
body .ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-content {
  background: #fff !important;
  border: 1px solid #e8edf4 !important;
  color: #18191c !important;
  border-radius: 2px 8px 8px 8px !important;
  padding: 0.1rem 0.14rem !important;
  line-height: 1.7;
  font-size: 0.13rem !important;
}
/* 消息顶部：名字加粗、时间灰 */
body .ticket-details .main-card .card .talk-main .main-old-msg .reply-item-top .reply-time {
  color: #8a94a6;
  font-size: 0.12rem;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .reply-item-top .reply-name {
  color: #18191c;
  font-weight: 600;
  font-size: 0.13rem;
}
/* 引用回复按钮 mini 化 */
body .ticket-details .main-card .card .talk-main .main-old-msg .reply-item-actions {
  margin-top: 0.06rem;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .reply-item-actions .el-button {
  font-size: 0.12rem !important;
  color: #8a94a6;
  padding: 0;
}
body .ticket-details .main-card .card .talk-main .main-old-msg .reply-item-actions .el-button:hover {
  color: var(--color-primary);
}
body .ticket-details .main-card .card .talk-main .main-old-msg .reply-item-actions .el-button i {
  font-size: 0.13rem;
}
/* 回复输入框：完整描边圆角，聚焦主题蓝 */
body .ticket-details .main-card .card .talk-main .main-now-msg .msg-input .el-textarea__inner {
  border: 1px solid #d5dbe5 !important;
  border-radius: 4px;
  padding: 0.1rem 0.12rem;
  font-size: 0.13rem;
}
body .ticket-details .main-card .card .talk-main .main-now-msg .msg-input .el-textarea__inner:focus {
  border-color: var(--color-primary);
}
/* 底部操作栏：分割线 + 按钮 mini 化 */
body .ticket-details .main-card .card .card-footer {
  border-top: 1px solid #f0f2f6;
  padding-top: 0.14rem;
  margin-top: 0.12rem;
  align-items: center;
}
body .ticket-details .main-card .card .card-footer .el-button {
  height: 0.36rem;
  border-radius: 4px;
}
body .ticket-details .main-card .card .card-footer .el-button--primary {
  padding: 0 0.3rem;
  font-size: 0.14rem;
}
body .ticket-details .main-card .card .card-footer .upload-btn .el-button {
  padding: 0 0.16rem;
}
/* 工单相关页面：白底描边按钮（上传文件等）腾讯风格化 */
body .ticket .el-button--default,
body .add-ticket .el-button--default,
body .ticket-details .el-button--default {
  background: #fff;
  border: 1px solid #d5dbe5 !important;
  border-radius: 4px;
  color: #333f52 !important;
  font-size: 0.13rem;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
body .ticket .el-button--default:hover,
body .add-ticket .el-button--default:hover,
body .ticket-details .el-button--default:hover {
  color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  background: #f2f6ff;
}
body .ticket-details .el-button--default i,
body .add-ticket .el-button--default i {
  font-size: 0.13rem;
  color: inherit;
}
/* 新建工单页：底部操作栏与工单详情页统一（发送居左、上传居右、顶部分割线） */
body .add-ticket .main-card .main-form div[style*="justify-content"] {
  width: 100%;
  border-top: 1px solid #f0f2f6;
  padding-top: 0.14rem;
  margin-top: 0.12rem;
  align-items: center;
}
body .add-ticket .main-card .main-form .sub-btn {
  order: -1;
  min-width: 0.88rem;
  box-sizing: border-box;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0.3rem;
  border-radius: 4px;
  font-size: 0.14rem;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
}
body .add-ticket .main-card .main-form .sub-btn:hover {
  background: #338fff;
}
body .add-ticket .main-card .main-form .upload-btn .el-button {
  height: 0.36rem;
  padding: 0 0.16rem;
}
/* 手机端：信息四列改两列，气泡与按钮收窄 */
@media screen and (max-width: 750px) {
  body .ticket-details .main-card .base-card .el-col-6 {
    width: 50%;
  }
  body .ticket-details .main-card .card .card-main .close-btn {
    margin-right: 0.14rem;
    margin-top: 0.1rem;
  }
  body .ticket-details .main-card .card .talk-main .main-old-msg .Client {
    padding-right: 0.1rem;
  }
  body .ticket-details .main-card .card .talk-main .main-old-msg .reply-item-content {
    max-width: 88%;
  }
}
