:root {
  --zhgl-primary: #109a68;
  --zhgl-primary-bright: #19be82;
  --zhgl-info: #3b82f6;
  --zhgl-ai: #8b5cf6;
  --zhgl-warning: #f59e0b;
  --zhgl-coral: #fb7185;
  --zhgl-mint: #ecfaf4;
  --zhgl-deep-green: #096b4b;
  --zhgl-cyan: #22b8cf;
  --zhgl-gradient-end: #20a6b7;
  --zhgl-primary-text: #087a55;
  --zhgl-warning-text: #8a5800;
  --zhgl-ai-text: #6d28d9;
  --zhgl-brand-gradient: linear-gradient(270deg, #19be82, #109a68, #20a6b7);
  --zhgl-action-gradient: linear-gradient(270deg, #087a55, #096b4b, #08766f);
  --zhgl-ink: #17352b;
  --zhgl-muted: #63776f;
  --zhgl-border: #dceae4;
}

/* The mirror remains display-only: suppress source network-error surfaces. */
.el-overlay.is-message-box,
.el-overlay-message-box,
.el-message--error,
.van-floating-bubble {
  display: none !important;
}

body,
body > #app {
  max-width: 100%;
  overflow-x: clip;
}

body[data-theme="skBlue"] .tl-app,
#app body[data-theme="skBlue"] .tl-app,
#app [data-theme="skBlue"] .tl-app {
  background:
    radial-gradient(circle at 10% 8%, rgb(236 250 244 / 92%), transparent 30%),
    radial-gradient(circle at 91% 18%, rgb(220 250 247 / 72%), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7fcf9 52%, #f1fbf7 100%) !important;
  color: var(--zhgl-ink);
}

.navbar-top-logo,
.navbar-title-box-text,
.navbar-top-right,
.TlOrderList,
.addIntroduction,
.TLFooter-box {
  color: var(--zhgl-ink) !important;
}

.navbar-top-right .aboutUs {
  cursor: pointer;
}

.navbar-top-right .aboutUs {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zhgl-account {
  position: relative;
  flex: 0 0 44px;
}

.zhgl-account-trigger {
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--zhgl-brand-gradient) border-box;
  color: var(--zhgl-primary-text);
  cursor: pointer;
  box-shadow: 0 7px 18px rgb(16 154 104 / 16%);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.zhgl-account-trigger:hover {
  background:
    linear-gradient(var(--zhgl-mint), var(--zhgl-mint)) padding-box,
    var(--zhgl-brand-gradient) border-box;
  box-shadow: 0 10px 22px rgb(16 154 104 / 24%);
  transform: translateY(-1px);
}

.zhgl-account-trigger svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.zhgl-account-trigger:focus-visible,
.zhgl-account-row:focus-visible {
  outline: 3px solid rgb(18 163 109 / 28%);
  outline-offset: 2px;
}

.zhgl-account-menu {
  position: absolute;
  z-index: 1001;
  top: calc(100% + 10px);
  right: 0;
  width: min(260px, calc(100vw - 24px));
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgb(8 122 85 / 10%);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgb(23 53 43 / 16%);
}

.zhgl-account-email {
  min-width: 0;
  padding: 10px 12px;
  overflow: hidden;
  border-bottom: 1px solid #edf4f0;
  color: var(--zhgl-muted);
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zhgl-account-status {
  margin: 4px 6px;
  padding: 8px 6px 4px;
  border-top: 1px solid #edf4f0;
  color: #9b3b3b;
  font-size: 12px;
  line-height: 18px;
}

.navbar-top-right {
  position: relative;
}

.zhgl-navigation-status {
  position: absolute;
  z-index: 1002;
  top: calc(100% + 10px);
  right: 0;
  width: max-content;
  max-width: min(320px, calc(100vw - 24px));
  padding: 9px 12px;
  border: 1px solid rgb(155 59 59 / 18%);
  border-radius: 10px;
  background: #fff7f7;
  color: #9b3b3b;
  font-size: 13px;
  line-height: 20px;
  box-shadow: 0 10px 28px rgb(23 53 43 / 14%);
}

.zhgl-account-row {
  display: flex;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  align-items: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--zhgl-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.zhgl-account-row:hover {
  background: var(--zhgl-mint);
  color: var(--zhgl-primary-text);
}

.zhgl-account-logout {
  color: #9b3b3b;
}

.zhgl-original-logo-wrapper > img {
  display: none !important;
}

.zhgl-brand-mark {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  border-radius: 50%;
  background: var(--zhgl-action-gradient);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 8px rgb(8 122 85 / 20%);
}

.ai[data-theme="skBlue"],
.btn22,
.el-button.wipe-element.btn22 {
  background: var(--zhgl-action-gradient) !important;
}

.btn22 {
  box-shadow: 0 10px 26px rgb(16 154 104 / 22%);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.btn22:hover {
  box-shadow: 0 14px 32px rgb(16 154 104 / 30%);
  transform: translateY(-2px);
}

.btn22:active {
  box-shadow: 0 7px 18px rgb(16 154 104 / 20%);
  transform: translateY(0);
}

.gradientTxt[data-theme="skBlue"] {
  background-image: none !important;
  color: var(--zhgl-primary-text) !important;
}

.boldAble[data-theme="lightPurple"],
.TlOrderList .find,
.TlOrderList .refreshBtn,
.recommondButtonStyle,
.el-tabs__item.is-active {
  color: var(--zhgl-primary-text) !important;
}

.recommondButtonStyle {
  border-color: var(--zhgl-primary) !important;
}

.recommondButtonStyle span {
  color: var(--zhgl-primary-text) !important;
}

.recommondButtonStyle img {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}

.TlOrderList .refreshBtn path {
  fill: var(--zhgl-primary-bright) !important;
}

.card-item[data-theme="skBlue"].is-checked,
.card-item.is-checked {
  border-color: rgb(8 122 85 / 58%) !important;
}

.TLDegree-warp {
  display: none !important;
}

.zhgl-paper-type-field {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}

.zhgl-paper-type-field::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #718078;
  border-bottom: 2px solid #718078;
  content: "";
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.zhgl-paper-type-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.zhgl-paper-type-select {
  appearance: none;
  width: 100%;
  height: 50px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--zhgl-border);
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: #1f2925;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 7px 24px rgb(23 53 43 / 7%);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.zhgl-paper-type-select:focus {
  border-color: var(--zhgl-primary);
  box-shadow: 0 0 0 3px rgb(8 122 85 / 12%);
}

.card-item[data-theme="skBlue"] .card-item-left strong,
.card-item .card-item-left strong,
.swiper-container[data-theme="skBlue"] .swiper-time,
.TlOrderList .downLoad {
  color: var(--zhgl-primary-text) !important;
}

.TLInput .el-input__wrapper:focus-within,
.TLInput .el-form-item.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px var(--zhgl-primary) inset !important;
}

.TLInput .el-input__wrapper,
.TLInput input {
  background: #fff !important;
}

.TLInput .el-input__wrapper {
  border-radius: 8px;
  box-shadow: 0 7px 24px rgb(23 53 43 / 7%) !important;
}

.zhgl-title-input-column,
.TLInput .el-col:has(.recommondButtonStyle) {
  position: relative;
  min-width: 0;
}

.zhgl-title-input-column input,
.TLInput .el-col:has(.recommondButtonStyle) input {
  box-sizing: border-box;
  padding-right: 160px !important;
}

.zhgl-title-input-column .el-input__suffix,
.TLInput .el-col:has(.recommondButtonStyle) .el-input__suffix {
  position: absolute;
  top: 50%;
  right: 92px;
  width: 44px;
  height: 28px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #fff;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 3;
  color: #42564e !important;
  font-size: 12px;
  font-weight: 600;
  box-shadow: -5px 0 7px #fff;
  transform: translateY(-50%);
}

.zhgl-title-input-column .el-input__count,
.zhgl-title-input-column .el-input__count-inner,
.TLInput .el-col:has(.recommondButtonStyle) .el-input__count,
.TLInput .el-col:has(.recommondButtonStyle) .el-input__count-inner {
  position: static !important;
  display: inline-flex !important;
  padding: 0 !important;
  align-items: center;
  background: transparent !important;
  color: var(--zhgl-muted) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.zhgl-title-recommendation,
.recommondButtonStyle {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 14px;
  display: inline-flex;
  height: 28px;
  padding: 0 9px;
  align-items: center;
  gap: 5px;
  border: 1px solid rgb(139 92 246 / 20%);
  border-radius: 999px;
  background: #f5f0ff;
  color: var(--zhgl-deep-green);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  white-space: nowrap;
}

.zhgl-title-recommendation [data-semantic-icon="wand"] {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: var(--zhgl-ai);
}

.zhgl-title-recommendation svg {
  width: 100%;
  height: 100%;
}

.zhgl-title-input-column .el-input__suffix .recommondButtonStyle {
  right: auto;
  left: calc(100% + 11px);
}

[data-model-options="true"] {
  display: flex !important;
  max-width: 100%;
  flex-wrap: wrap !important;
  align-items: center;
  gap: 12px;
  overflow: visible;
}

[data-model-option] {
  display: inline-flex;
  min-height: 44px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 8px 10px !important;
  align-items: center;
  border: 1px solid var(--zhgl-border);
  border-radius: 12px;
  background: #fff;
  margin: 0 !important;
  box-shadow: 0 6px 20px rgb(23 53 43 / 6%);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

[data-model-option]:hover {
  border-color: rgb(16 154 104 / 36%);
  box-shadow: 0 10px 24px rgb(23 53 43 / 11%);
  transform: translateY(-2px);
}

[data-model-option]:focus-visible {
  outline: 3px solid rgb(16 154 104 / 20%);
  outline-offset: 2px;
}

[data-model-option].active {
  border-color: var(--zhgl-primary);
  background: #f1fbf6;
  box-shadow: 0 8px 24px rgb(16 154 104 / 14%);
}

[data-model-option] .el-radio__label {
  display: inline-flex;
  min-width: 0;
  padding-left: 7px !important;
  align-items: center;
  gap: 6px;
  color: var(--zhgl-ink) !important;
  white-space: nowrap;
}

[data-model-option].active .el-radio__label,
[data-model-option].active .zhgl-model-name {
  color: var(--zhgl-primary-text) !important;
}

.zhgl-model-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}

.zhgl-model-icon svg {
  width: 100%;
  height: 100%;
}

.zhgl-model-icon.is-standard {
  color: var(--zhgl-info);
}

.zhgl-model-icon.is-professional {
  color: var(--zhgl-warning);
}

.zhgl-model-icon.is-human {
  color: var(--zhgl-ai);
}

.zhgl-model-name {
  font-weight: 650;
}

.zhgl-model-badge {
  display: inline-flex;
  min-height: 20px;
  padding: 1px 6px;
  align-items: center;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.zhgl-model-badge.is-professional {
  border: 1px solid rgb(245 158 11 / 24%);
  background: #fff8e8;
  color: var(--zhgl-warning-text);
}

.zhgl-model-badge.is-human {
  border: 1px solid rgb(139 92 246 / 20%);
  background: #f5f0ff;
  color: var(--zhgl-ai-text);
}

.zhgl-price {
  margin: 2px 0 12px;
  color: var(--zhgl-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.btn22 .zhgl-legacy-action-icon,
.btn22 [data-source-action-icon] {
  display: none !important;
}

.zhgl-direct-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.zhgl-direct-icon svg {
  display: block !important;
  width: 100%;
  height: 100%;
}

.zhgl-order-stage {
  width: min(1024px, calc(100% - 32px));
  margin: 44px auto 54px;
  color: var(--zhgl-ink);
}

.zhgl-order-heading {
  margin-bottom: 18px;
  text-align: center;
}

.zhgl-order-heading h2 {
  margin: 0;
  color: #1f1f1f;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.zhgl-order-heading p {
  margin: 0;
  color: var(--zhgl-muted);
  font-size: 14px;
}

.zhgl-order-kicker {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--zhgl-mint);
  color: var(--zhgl-primary-text);
  font-size: 13px;
  font-weight: 600;
}

.zhgl-order-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  overflow: hidden;
  border: 1px solid rgb(8 122 85 / 14%);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 38px rgb(32 81 63 / 10%);
}

.zhgl-order-main {
  padding: 0;
}

.zhgl-order-panel {
  padding: 20px;
  border: 1px solid rgb(16 154 104 / 16%);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 12%, rgb(218 249 245 / 72%), transparent 26%),
    radial-gradient(circle at 8% 90%, rgb(234 248 241 / 90%), transparent 32%),
    #fff;
  box-shadow: 0 18px 52px rgb(23 53 43 / 10%);
}

.zhgl-benefits-title {
  margin: 0;
  color: #1f1f1f;
  font-size: 22px;
  font-weight: 500;
}

.zhgl-product-summary {
  display: flex;
  align-items: center;
  padding: 20px 0;
  color: #1f1f1f;
}

.zhgl-product-document-icon {
  display: inline-flex;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: var(--zhgl-info);
}

.zhgl-product-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
}

.zhgl-product-copy h3 {
  margin: 0 12px 0 0;
  overflow-wrap: anywhere;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.zhgl-product-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #555;
  font-size: 14px;
  white-space: nowrap;
}

.zhgl-product-meta span {
  padding: 0;
  background: transparent;
}

.zhgl-product-price {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

.zhgl-product-price strong {
  display: inline;
  color: var(--zhgl-deep-green);
  font-size: 20px;
}

.zhgl-product-price del {
  display: inline;
  margin-left: 4px;
  color: #aaa;
  font-size: 12px;
}

.zhgl-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.zhgl-benefit-item {
  display: flex;
  min-height: 122px;
  min-width: 0;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  overflow: hidden;
  border: 1px solid var(--zhgl-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(23 53 43 / 7%);
  text-align: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.zhgl-benefit-item:hover {
  border-color: rgb(16 154 104 / 24%);
  box-shadow: 0 13px 28px rgb(23 53 43 / 11%);
  transform: translateY(-2px);
}

.zhgl-benefit-icon {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: var(--zhgl-info);
}

.zhgl-benefit-icon svg,
.zhgl-product-document-icon svg {
  width: 100%;
  height: 100%;
}

.zhgl-benefit-icon.is-blue {
  color: var(--zhgl-info);
}

.zhgl-benefit-icon.is-teal {
  color: var(--zhgl-cyan);
}

.zhgl-benefit-icon.is-violet {
  color: var(--zhgl-ai);
}

.zhgl-benefit-icon.is-coral {
  color: var(--zhgl-coral);
}

.zhgl-benefit-icon.is-orange {
  color: var(--zhgl-warning);
}

.zhgl-benefit-icon.is-green {
  color: var(--zhgl-primary);
}

.zhgl-benefit-item strong {
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.zhgl-benefit-item em {
  color: #1f1f1f;
  font-style: normal;
  font-weight: 400;
}

.zhgl-benefit-item span {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.zhgl-order-total {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 4px 0 18px;
  color: #1f1f1f;
  font-size: 16px;
}

.zhgl-order-total .zhgl-order-price {
  margin: 0;
  color: var(--zhgl-deep-green);
  font-size: 20px;
}

.zhgl-order-total del {
  color: #aaa;
  font-size: 12px;
}

.zhgl-order-agreement {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #77847e;
  font-size: 13px;
  line-height: 1.5;
}

.zhgl-order-agreement input {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--zhgl-primary);
}

.zhgl-order-submit {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.zhgl-order-submit .payBtn {
  width: 186px;
  height: 60px;
  margin: 0;
  border-radius: 30px !important;
  font-size: 16px;
}

.zhgl-order-notice {
  padding: 20px 24px;
  border-radius: 14px;
  background: rgb(255 255 255 / 86%);
  color: #66736d;
  font-size: 12px;
  line-height: 1.7;
}

.zhgl-order-notice strong {
  color: #25352f;
}

.zhgl-order-notice p {
  margin: 6px 0 0;
}

.zhgl-order-title,
.zhgl-order-grid > div,
.pay-bottom-info {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.zhgl-order-title {
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #edf2ef;
}

.zhgl-order-title span,
.zhgl-order-grid span,
.pay-bottom-info span:first-child {
  color: #849089;
}

.zhgl-order-title strong {
  max-width: 72%;
  color: #1f2925;
  text-align: right;
}

.zhgl-order-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  padding: 20px 0;
}

.zhgl-pending,
.text-status {
  color: var(--zhgl-primary-text) !important;
}

.zhgl-order-stage .pay-bottom {
  padding: 14px 16px;
  border-radius: 10px;
  background: #f6fbf8;
}

.zhgl-order-stage .pay-bottom-info + .pay-bottom-info {
  margin-top: 10px;
}

.zhgl-order-stage .payArea {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background: linear-gradient(145deg, #edf9f3, #d9f2e6);
}

.zhgl-order-stage .payArea > span,
.zhgl-order-stage .payArea small {
  color: #71827a;
}

.zhgl-order-price {
  margin: 6px 0 2px;
  color: var(--zhgl-primary-text);
  font-size: 32px;
}

.zhgl-order-stage .payBtn {
  height: 46px;
  margin-top: 22px;
  padding: 0 34px;
  border: 0 !important;
  border-radius: 24px !important;
  background: var(--zhgl-action-gradient) !important;
  color: #fff !important;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 26px rgb(16 154 104 / 22%);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.zhgl-alipay-confirm {
  height: 46px;
  margin-top: 22px;
  padding: 0 34px;
  border: 0 !important;
  border-radius: 24px !important;
  background: var(--zhgl-action-gradient) !important;
  color: #fff !important;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 26px rgb(16 154 104 / 22%);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.zhgl-order-stage .payBtn:hover,
.zhgl-alipay-confirm:hover {
  transform: translateY(-2px);
}

.zhgl-order-stage .payBtn:hover {
  box-shadow: 0 14px 30px rgb(16 154 104 / 28%);
}

.zhgl-alipay-confirm:hover {
  box-shadow: 0 14px 30px rgb(16 154 104 / 28%);
}

.zhgl-order-stage .payBtn:focus-visible,
.zhgl-alipay-confirm:focus-visible,
.zhgl-payment-close:focus-visible {
  outline: 3px solid rgb(16 154 104 / 24%);
  outline-offset: 3px;
}

.zhgl-payment-overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgb(12 34 26 / 45%);
  backdrop-filter: blur(4px);
}

.zhgl-payment-dialog {
  position: relative;
  width: min(470px, 100%);
  overflow: hidden;
  border-radius: 16px !important;
  background: radial-gradient(ellipse 70% 45% at center 0, #def4e9, #fff 62%) !important;
  box-shadow: 0 24px 70px rgb(0 0 0 / 22%);
}

.zhgl-payment-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 18px;
  border: 0;
  background: none;
  color: #69776f;
  font-size: 28px;
  cursor: pointer;
}

.zhgl-payment-dialog .dialog-title {
  padding: 30px 28px 18px;
  text-align: center;
}

.zhgl-payment-dialog .title-main {
  color: #172c25;
  font-size: 24px;
  font-weight: 700;
}

.zhgl-payment-dialog .dialog-title p {
  margin: 8px 0 0;
  color: #7e8c85;
}

.zhgl-payment-body {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  margin: 0 24px;
  padding: 22px;
  border: 1px solid rgb(16 154 104 / 28%);
  border-radius: 12px;
  background: #fff;
}

.zhgl-alipay-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 13px;
  background: #1677ff;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.zhgl-payment-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.zhgl-payment-copy span {
  overflow: hidden;
  color: #6f7d76;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zhgl-payment-copy small {
  color: #9aa49f;
}

.zhgl-payment-total {
  text-align: right;
}

.zhgl-payment-total span {
  display: block;
  color: #89958f;
  font-size: 12px;
}

.zhgl-payment-total strong {
  color: var(--zhgl-primary-text);
  font-size: 22px;
}

.zhgl-payment-dialog .dialog-footer {
  padding: 2px 24px 28px;
  text-align: center;
}

.TLFooter-box[data-theme="skBlue"] {
  background-color: var(--zhgl-mint) !important;
}

.addIntroduction .code,
.addIntroduction .code .code-item-gzh,
[data-zhgl-hidden],
[hidden] {
  display: none !important;
}

.addIntroduction .list-box {
  width: 100% !important;
  max-width: 100%;
}

@media (max-width: 640px) {
  .TLInput,
  .TLInput > .el-col,
  .model-parameter,
  .form-item-container,
  [data-model-options="true"] {
    min-width: 0;
    max-width: 100%;
  }

  .navbar-top,
  .navbar-top-right {
    flex-wrap: nowrap !important;
  }

  .navbar-top-logo {
    min-width: 0;
  }

  .navbar-top-logo a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .navbar-top-right {
    display: flex !important;
    min-width: max-content;
    align-items: center;
  }

  .navbar-top-right .myOder,
  .zhgl-account,
  .zhgl-account-trigger {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .navbar-top-right .aboutUs {
    display: block !important;
  }
  .zhgl-brand-mark {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 13px;
  }

  .zhgl-price {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .TLIBtn,
  .TLIBtn .btns,
  .btn22 {
    max-width: 100%;
  }

  .btn22,
  .zhgl-paper-type-select,
  [data-model-option],
  .zhgl-account-trigger,
  .zhgl-account-row,
  .zhgl-payment-close,
  .zhgl-alipay-confirm {
    min-height: 44px;
  }

  [data-model-options="true"] {
    gap: 8px 10px;
  }

  [data-model-option] .el-radio__label {
    max-width: 100%;
    overflow: hidden;
  }

  .zhgl-paper-type-field {
    margin: 0;
  }

  .zhgl-order-stage {
    width: calc(100% - 20px);
    margin: 30px auto 40px;
  }

  .zhgl-order-card {
    grid-template-columns: 1fr;
  }

  .zhgl-order-heading h2 {
    font-size: 22px;
  }

  .zhgl-order-panel {
    padding: 20px;
  }

  .zhgl-benefits-title {
    font-size: 20px;
  }

  .zhgl-order-main {
    padding: 0;
  }

  .zhgl-product-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin: 12px 0 18px;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
  }

  .zhgl-product-copy {
    display: grid;
    grid-template-columns: 19px minmax(0, 1fr);
    align-items: start;
  }

  .zhgl-product-document-icon {
    margin-top: 2px;
  }

  .zhgl-product-copy h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .zhgl-product-meta {
    grid-column: 1 / -1;
    margin: 8px 0 0 27px;
    font-size: 13px;
    white-space: normal;
  }

  .zhgl-product-price {
    align-self: end;
    padding-bottom: 1px;
    text-align: right;
  }

  .zhgl-product-price strong {
    font-size: 18px;
  }

  .zhgl-product-price del {
    margin-left: 4px;
  }

  .zhgl-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .zhgl-benefit-item {
    min-height: 120px;
    padding: 12px 5px;
  }

  .zhgl-benefit-item strong {
    font-size: 14px;
  }

  .zhgl-benefit-item span {
    font-size: 11px;
  }

  .zhgl-order-agreement {
    font-size: 12px;
  }

  .zhgl-order-notice {
    padding: 18px 16px;
  }

  .zhgl-order-grid {
    grid-template-columns: 1fr;
  }

  .zhgl-order-stage .payArea {
    min-height: 190px;
  }

  .zhgl-payment-body {
    grid-template-columns: 48px minmax(0, 1fr);
    margin: 0 14px;
    padding: 18px 14px;
  }

  .zhgl-alipay-mark {
    width: 44px;
    height: 44px;
  }

  .zhgl-payment-total {
    grid-column: 1 / -1;
    padding-top: 14px;
    border-top: 1px solid #edf2ef;
    text-align: center;
  }

}

@media (max-width: 390px) {
  .TLInput {
    width: calc(100% - 20px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .zhgl-title-input-column input,
  .TLInput .el-col:has(.recommondButtonStyle) input {
    box-sizing: border-box;
    padding-right: 160px !important;
  }

  .zhgl-title-input-column .el-input__suffix,
  .TLInput .el-col:has(.recommondButtonStyle) .el-input__suffix {
    right: 82px;
  }

  .zhgl-title-recommendation {
    right: 8px;
    padding: 0 7px;
  }

  [data-model-options="true"] {
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100%;
  }

  [data-model-option] {
    width: 100%;
  }

  [data-model-option] .el-radio__label {
    overflow: visible;
  }

  .zhgl-model-name {
    flex: 1;
  }

  .zhgl-order-panel {
    padding: 14px;
  }

  .zhgl-product-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .zhgl-product-price {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn22,
  .zhgl-account-trigger,
  .zhgl-paper-type-select,
  [data-model-option],
  .zhgl-benefit-item,
  .zhgl-order-stage .payBtn,
  .zhgl-alipay-confirm {
    transition: none;
  }

  [data-model-option]:hover,
  .zhgl-benefit-item:hover,
  .zhgl-order-stage .payBtn:hover,
  .zhgl-alipay-confirm:hover,
  .btn22:hover,
  .btn22:active,
  .zhgl-account-trigger:hover {
    transform: none;
  }
}
