.lanhu-toast,
.x2-pc-notice {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: max-content;
  min-width: 0;
  height: auto;
  min-height: 48px;
  max-width: calc(100vw - 32px);
  padding: 10px 16px;
  border-radius: 8px;
  background: rgb(70 70 70 / 0.96);
  box-shadow: 0 6px 18px rgb(25 39 66 / 0.16);
  color: #fff;
  font: 400 14px/20px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: normal;
  overflow-wrap: anywhere;
  pointer-events: none;
}

@media (min-width: 768px) {
  .lanhu-toast,
  .x2-pc-notice {
    max-width: calc(100vw - 64px);
    padding: 14px 20px;
    white-space: nowrap;
    overflow-wrap: normal;
  }
}

.lanhu-toast.is-error,
.x2-pc-notice.is-error,
.lanhu-toast.is-success,
.x2-pc-notice.is-success { background: rgb(70 70 70 / 0.96); color: #fff; }

.x2-email-binding-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgb(25 39 66 / 0.5);
}

.x2-email-binding-panel {
  box-sizing: border-box;
  width: min(420px, 100%);
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 60px rgb(25 39 66 / 0.24);
  color: rgb(51 51 51);
  font-family: Microsoft YaHei, PingFang SC, Arial, sans-serif;
}

.x2-email-binding-panel h2 {
  margin: 0;
  color: rgb(35 32 91);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.x2-email-binding-panel p {
  margin: 10px 0 24px;
  color: rgb(129 150 187);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.x2-email-binding-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.x2-email-binding-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgb(51 51 51);
  font-size: 14px;
  line-height: 20px;
}

.x2-email-binding-form input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgb(218 226 238);
  border-radius: 8px;
  background: #fff;
  color: rgb(51 51 51);
  font: 14px/42px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  outline: 0;
}

.x2-email-binding-form input:focus {
  border-color: rgb(70 140 255);
  box-shadow: 0 0 0 3px rgb(70 140 255 / 0.12);
}

.x2-email-binding-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 106px;
  gap: 10px;
  align-items: end;
}

.x2-email-binding-send,
.x2-email-binding-submit {
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: 14px/44px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  white-space: nowrap;
}

.x2-email-binding-send {
  height: 44px;
  padding: 0 8px;
  background: rgb(239 246 255);
  color: rgb(70 140 255);
}

.x2-email-binding-submit {
  width: 100%;
  height: 46px;
  margin-top: 4px;
  background: linear-gradient(180deg, rgb(64 86 255) 0%, rgb(76 194 255) 100%);
  color: #fff;
}

.x2-email-binding-send:disabled,
.x2-email-binding-submit:disabled {
  cursor: wait;
  opacity: 0.6;
}

body.x2-email-binding-open { overflow: hidden; }

body.pc .x2-email-binding-overlay {
  align-items: flex-start;
  padding: 0;
  background: rgb(25 39 66 / 0.5);
}

body.pc .x2-email-binding-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(434px, calc(100vw - 32px));
  height: 338px;
  min-height: 0;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgb(226 239 255) 0%, rgb(255 255 255) 100%);
  box-shadow: 0 12px 32px rgb(25 39 66 / 0.2);
  transform: translate(-50%, -50%);
}

body.pc .x2-email-binding-panel h2 {
  margin: 27px 0 0;
  color: rgb(51 51 51);
  font-size: 20px;
  line-height: 24px;
}

body.pc .x2-email-binding-panel p {
  margin: 27px 0 0;
  color: rgb(255 97 97);
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
}

body.pc .x2-email-binding-form {
  display: block;
  margin-top: 17px;
}

body.pc .x2-email-binding-form label {
  display: block;
  height: 45px;
  margin: 0 0 16px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

body.pc .x2-email-binding-form input {
  height: 45px;
  padding: 0 14px 0 58px;
  border: 1px solid rgb(238 238 238);
  border-radius: 8px;
  background-color: #fff;
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  font-size: 14px;
  line-height: 43px;
}

body.pc .x2-email-binding-form > label:first-child input {
  background-image: url("../assets/lanhu/forgot-password/slice-03.png");
}

body.pc .x2-email-binding-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 0;
  height: 45px;
  margin-bottom: 32px;
  overflow: hidden;
  border: 1px solid rgb(238 238 238);
  border-radius: 8px;
  background: #fff;
}

body.pc .x2-email-binding-code-row label { margin: 0; }
body.pc .x2-email-binding-code-row input {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../assets/lanhu/forgot-password/slice-02.png");
}

body.pc .x2-email-binding-send {
  height: 45px;
  padding: 0 8px;
  border: 0;
  border-left: 1px solid rgb(214 224 238);
  border-radius: 0;
  background: transparent;
  color: rgb(70 140 255);
  font-size: 14px;
  line-height: 45px;
}

body.pc .x2-email-binding-submit {
  height: 50px;
  margin-top: 0;
  border-radius: 25px;
  background: linear-gradient(90deg, rgb(76 194 255) 0%, rgb(64 86 255) 100%);
  font-size: 16px;
  line-height: 50px;
}

body.pc .x2-email-binding-panel::after {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  height: 13px;
  background: url("../assets/lanhu/pay/slice-01.png") center / 12px 13px no-repeat;
  content: "";
}

.x2-pc-forgot-choice-overlay {
  position: absolute;
  inset: 0;
  z-index: 80;
  background: rgb(25 39 66 / 0.5);
  pointer-events: auto;
}

.x2-pc-forgot-choice-panel {
  position: absolute;
  left: 743px;
  top: 397px;
  box-sizing: border-box;
  width: 434px;
  min-height: 360px;
  padding: 26px 24px 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgb(226 239 255) 0%, rgb(255 255 255) 100%);
  box-shadow: 0 12px 32px rgb(25 39 66 / 0.2);
  color: rgb(51 51 51);
  font-family: Microsoft YaHei, PingFang SC, Arial, sans-serif;
}

.x2-pc-forgot-choice-panel h2 {
  margin: 0 0 22px;
  color: rgb(51 51 51);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.x2-pc-forgot-choice-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 14px;
  height: 14px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: url("../assets/lanhu/pay/slice-01.png") center / 14px 14px no-repeat;
  color: transparent;
  cursor: pointer;
  font-size: 0;
}

.x2-pc-forgot-choice-close:focus-visible,
.x2-forgot-choice-option:focus-visible,
.x2-forgot-choice-next:focus-visible {
  outline: 2px solid rgb(45 145 255);
  outline-offset: 2px;
}

.x2-forgot-choice-step {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: rgb(51 51 51);
  font-size: 12px;
  line-height: 18px;
}

.x2-forgot-choice-step-index {
  display: inline-flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgb(70 140 255);
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.x2-forgot-choice-options {
  display: flex;
  gap: 10px;
  margin: 0 0 20px 30px;
}

.x2-forgot-choice-option {
  position: relative;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  height: 52px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgb(238 238 238);
  border-radius: 8px;
  background: #fff;
  color: rgb(51 51 51);
  cursor: pointer;
  font: 14px/18px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  text-align: left;
}

.x2-forgot-choice-option.is-selected {
  border-color: rgb(70 140 255);
  background: rgb(249 252 255);
  box-shadow: inset 0 0 0 1px rgb(70 140 255 / 0.12);
  color: rgb(70 140 255);
}

.x2-forgot-choice-option img {
  display: block;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  object-fit: contain;
}

.x2-forgot-choice-option i {
  position: absolute;
  right: 8px;
  top: 17px;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(220 228 240);
  border-radius: 50%;
  background: #fff;
}

.x2-forgot-choice-option.is-selected i {
  border-color: rgb(70 140 255);
  background: rgb(70 140 255);
  box-shadow: inset 0 0 0 4px #fff;
}

.x2-forgot-choice-input-row {
  display: flex;
  height: 45px;
  margin-left: 30px;
  overflow: hidden;
  border: 1px solid rgb(238 238 238);
  border-radius: 8px;
  background: #fff;
}

.x2-forgot-choice-input-row input {
  flex: 1 1 auto;
  min-width: 0;
  height: 43px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgb(51 51 51);
  font: 14px/43px Microsoft YaHei, PingFang SC, Arial, sans-serif;
}

.x2-forgot-choice-input-row input::placeholder { color: rgb(192 192 192); }

.x2-forgot-choice-next {
  flex: 0 0 112px;
  height: 45px;
  border: 0;
  background: linear-gradient(90deg, rgb(76 194 255) 0%, rgb(64 86 255) 100%);
  color: #fff;
  cursor: pointer;
  font: 14px/45px Microsoft YaHei, PingFang SC, Arial, sans-serif;
}

.x2-forgot-choice-next:disabled { cursor: wait; opacity: 0.65; }

body.x2-pc-forgot-choice-open { overflow: hidden; }

/* PC 忘记密码找回方式按当前蓝湖画板 1920x1306 的弹窗坐标实现。 */
.x2-pc-forgot-choice-overlay[hidden] { display: none !important; }
.x2-pc-forgot-choice-panel {
  left: 741px;
  top: 341px;
  width: 434px;
  height: 378px;
  min-height: 0;
  padding: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgb(226 239 255) 0%, rgb(255 255 255) 100%);
  box-shadow: none;
}
.x2-pc-forgot-choice-panel h2 {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
}
.x2-pc-forgot-choice-close {
  z-index: 2;
  top: 23px;
  right: 23px;
  width: 12px;
  height: 13px;
  background: transparent;
}
.x2-pc-forgot-choice-close img {
  display: block;
  width: 12px;
  height: 13px;
}
.x2-forgot-choice-step {
  position: absolute;
  left: 31px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: rgb(51 51 51);
  font-size: 12px;
  line-height: 12px;
}
.x2-forgot-choice-step-one { top: 73px; }
.x2-forgot-choice-step-two { top: 201px; }
.x2-forgot-choice-step-index {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.x2-forgot-choice-step > span:last-child { padding-top: 4px; }
.x2-forgot-choice-connector {
  position: absolute;
  left: 40px;
  width: 1px;
  background: repeating-linear-gradient(to bottom, rgb(71 150 255) 0 2px, transparent 2px 6px);
}
.x2-forgot-choice-connector-one { top: 103px; height: 75px; }
.x2-forgot-choice-connector-two { top: 243px; height: 42px; }
.x2-forgot-choice-options {
  position: absolute;
  left: 61px;
  top: 109px;
  display: flex;
  gap: 10.344px;
  width: 350px;
  height: 66px;
  margin: 0;
}
.x2-forgot-choice-option {
  position: relative;
  flex: 0 0 169.656px;
  width: 169.656px;
  height: 66px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgb(235 243 255 / 65%);
}
.x2-forgot-choice-option.is-selected { border: 1px solid rgb(70 141 255); box-shadow: none; }
.x2-forgot-choice-option img {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  object-fit: fill;
}
.x2-forgot-choice-option[data-mode="account"] img { left: 10px; top: 15px; }
.x2-forgot-choice-option[data-mode="email"] img { left: 15px; top: 14px; }
.x2-forgot-choice-option span {
  position: absolute;
  top: 24px;
  color: rgb(51 51 51);
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}
.x2-forgot-choice-option[data-mode="account"] span { left: 57px; }
.x2-forgot-choice-option[data-mode="email"] span { left: 62.656px; }
.x2-forgot-choice-option.is-selected span { color: rgb(70 141 255); }
.x2-forgot-choice-option i {
  display: none;
  right: 12px;
  top: 29px;
  width: 9px;
  height: 5px;
  border: 0;
  border-bottom: 2px solid rgb(70 141 255);
  border-left: 2px solid rgb(70 141 255);
  border-radius: 0;
  background: transparent;
  transform: rotate(-45deg);
}
.x2-forgot-choice-option.is-selected i { display: block; }
.x2-forgot-choice-input {
  position: absolute;
  left: 61px;
  top: 241px;
  width: 350px;
  height: 44px;
  border-radius: 6px;
  background: rgb(226 234 247);
}
.x2-forgot-choice-input input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgb(51 51 51);
  font: 14px/44px Microsoft YaHei, PingFang SC, Arial, sans-serif;
}
.x2-forgot-choice-input input::placeholder { color: rgb(153 153 153); }
.x2-forgot-choice-next {
  position: absolute;
  left: 134px;
  top: 306px;
  width: 166px;
  height: 44px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgb(64 86 255) 0%, rgb(76 194 255) 100%);
  font-size: 16px;
  line-height: 44px;
}

.x2-pc-payment-selection-overlay { z-index: 60; }

body.pc .lanhu-payment-overlay { background: rgb(25 39 66 / 0.5); }

.x2-pc-payment-selection-panel {
  position: absolute;
  left: 660px;
  top: 286px;
  box-sizing: border-box;
  width: 600px;
  height: 420px;
  padding: 0 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgb(226 239 255) 0%, rgb(255 255 255) 100%);
  color: rgb(51 51 51);
  font-family: Microsoft YaHei, PingFang SC, Arial, sans-serif;
}

.x2-pc-payment-selection-panel h2 {
  margin: 25px 0 0;
  color: rgb(51 51 51);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.x2-pc-payment-selection-close {
  top: 16px;
  right: 18px;
  width: 24px;
  height: 26px;
  background: url("../assets/lanhu/pay/slice-01.png") center / 12px 13px no-repeat;
}

.x2-pc-payment-selection-summary {
  position: absolute;
  left: 40px;
  top: 76px;
  width: 520px;
  height: 100px;
  box-sizing: border-box;
  padding: 14px 18px;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.92);
}

.x2-pc-payment-selection-row {
  display: flex;
  align-items: center;
  height: 30px;
  color: rgb(153 153 153);
  font-size: 12px;
  line-height: 16px;
}

.x2-pc-payment-selection-row strong {
  overflow: hidden;
  margin-left: 3px;
  color: rgb(51 51 51);
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x2-pc-payment-selection-amount {
  position: absolute;
  right: 20px;
  top: 19px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 8px;
  color: rgb(153 153 153);
  font-size: 12px;
  line-height: 16px;
}

.x2-pc-payment-selection-amount strong {
  color: rgb(71 150 255);
  font-size: 24px;
  line-height: 28px;
}

.x2-pc-payment-selection-label {
  position: absolute;
  left: 40px;
  top: 194px;
  color: rgb(153 153 153);
  font-size: 12px;
  line-height: 14px;
}

.x2-pc-payment-selection-options {
  position: absolute;
  left: 40px;
  top: 228px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 520px;
  height: 50px;
}

.x2-pc-payment-selection-option {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 14px;
  border: 1px solid rgb(231 238 248);
  border-radius: 5px;
  background: rgb(255 255 255 / 0.66);
  color: rgb(51 51 51);
  cursor: pointer;
  font: 14px/20px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  text-align: left;
}

.x2-pc-payment-selection-option.is-selected {
  border-color: rgb(71 150 255);
  background: rgb(255 255 255);
}

.x2-pc-payment-selection-option > i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-left: auto;
  border: 1px solid rgb(205 215 228);
  border-radius: 50%;
  background: #fff;
}

.x2-pc-payment-selection-option.is-selected > i {
  border: 0;
  border-radius: 0;
  background: url("../assets/lanhu/order-detail-pending-02/slice-02.png") center / 18px 18px no-repeat;
}

.x2-pc-payment-selection-option.is-selected > i::after {
  display: none;
}

.x2-pc-payment-selection-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.x2-pc-payment-selection-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.x2-pc-payment-selection-brand.is-alipay .x2-pc-payment-selection-brand-mark { background: rgb(42 152 255); }
.x2-pc-payment-selection-brand.is-wechat .x2-pc-payment-selection-brand-mark { border-radius: 50%; background: rgb(37 194 92); font-size: 16px; }
.x2-pc-payment-selection-brand > img {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  object-fit: fill;
}
.x2-pc-payment-selection-brand-copy { display: flex; flex-direction: column; min-width: 0; line-height: 13px; }
.x2-pc-payment-selection-brand-copy b { font-size: 14px; font-weight: 700; line-height: 14px; white-space: nowrap; }
.x2-pc-payment-selection-brand-copy small { color: rgb(102 102 102); font-size: 8px; line-height: 10px; white-space: nowrap; }

.x2-pc-payment-selection-confirm {
  position: absolute;
  left: 180px;
  top: 315px;
  width: 240px;
  height: 42px;
  border: 0;
  border-radius: 21px;
  background: linear-gradient(180deg, rgb(64 86 255) 0%, rgb(76 194 255) 100%);
  color: #fff;
  cursor: pointer;
  font: 14px/42px Microsoft YaHei, PingFang SC, Arial, sans-serif;
}

.x2-pc-payment-selection-confirm:disabled { cursor: wait; opacity: 0.6; }

.x2-pc-payment-selection-agreement {
  position: absolute;
  left: 0;
  top: 377px;
  width: 100%;
  margin: 0;
  color: rgb(153 153 153);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.x2-pc-payment-selection-agreement a {
  color: rgb(70 140 255);
  text-decoration: none;
}

.x2-pc-payment-selection-option:focus-visible,
.x2-pc-payment-selection-confirm:focus-visible,
.x2-pc-payment-selection-close:focus-visible {
  outline: 2px solid rgb(45 145 255);
  outline-offset: 2px;
}

.x2-pc-session-live {
  position: absolute;
  top: 26px;
  left: 1350px;
  right: auto;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  max-width: 330px;
  color: rgb(51 51 51);
  font-family: Microsoft YaHei, PingFang SC, Arial, sans-serif;
}

.x2-pc-session-user {
  overflow: hidden;
  max-width: 120px;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lanhu-pc-header-hitbox[hidden] { display: none !important; }

.x2-pc-session-logout {
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgb(70 140 255);
  border-radius: 15px;
  background: #fff;
  color: rgb(70 140 255);
  cursor: pointer;
  font: 12px/28px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  white-space: nowrap;
}

.x2-pc-session-logout:focus-visible { outline: 2px solid #2d91ff; outline-offset: 2px; }

body[data-page="plans"] .lanhu-canvas > .lanhu-layer[style*="left:721px"][style*="top:166px"],
body[data-page="plans"] .lanhu-canvas > .lanhu-layer[style*="left:729px"][style*="top:171px"],
body[data-page="plans"] .lanhu-canvas > .lanhu-layer[style*="left:776px"][style*="top:184px"],
body[data-page="plans"] .lanhu-canvas > .lanhu-layer[style*="left:936px"][style*="top:184px"],
body[data-page="plans"] .lanhu-canvas > .lanhu-layer[style*="left:1080px"][style*="top:184px"],
body[data-page="plans"] .lanhu-canvas > .lanhu-layer[style*="left:735px"][style*="top:250px"] {
  display: none !important;
}

body[data-page="plans"] .lanhu-canvas > .lanhu-layer[style*="left:815px"][style*="top:1019px"],
body[data-page="plans"] .lanhu-canvas > .lanhu-layer[style*="left:815px"][style*="top:1823px"] {
  display: none !important;
}

.x2-pc-plan-heading {
  position: absolute;
  top: 171px;
  left: 815px;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 285px;
  height: 31px;
  color: rgb(51 51 51);
  font: 700 20px/31px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  letter-spacing: 1px;
  pointer-events: none;
}

.x2-pc-plan-heading-label {
  white-space: nowrap;
}

.x2-pc-plan-heading-decoration {
  flex: 0 0 27px;
  width: 27px;
  height: 31px;
  background-image: url("../assets/lanhu/plans/slice-06.png");
  background-repeat: no-repeat;
  background-size: 285px 31px;
}

.x2-pc-plan-heading-decoration.is-left { background-position: left top; }
.x2-pc-plan-heading-decoration.is-right { background-position: right top; }

.x2-pc-device-control {
  position: absolute;
  z-index: 46;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgb(48 50 54);
  cursor: pointer;
  font: 400 16px/15px Microsoft YaHei, PingFang SC, Arial, sans-serif;
}

.x2-pc-device-control.is-selected {
  background: linear-gradient(0deg, rgb(33 145 255) 0%, rgb(102 127 248) 100%);
  color: #fff;
}

.x2-pc-device-control:disabled { cursor: default; opacity: 1; }
.x2-pc-device-control.is-selected:disabled { cursor: default; opacity: 1; }
.x2-pc-device-control:focus-visible { outline: 2px solid #2d91ff; outline-offset: 2px; }
.x2-pc-plan-purchase-disabled { cursor: not-allowed; opacity: 0.55; }
.x2-pc-plan-purchase-link {
  z-index: 48;
  border-radius: 10px;
  text-decoration: none;
}
.x2-pc-plan-purchase-link.is-loading {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}
.x2-pc-plan-card-hidden { display: none !important; }

.x2-pc-benefit-comparison-static { display: none !important; }

.x2-pc-benefit-comparison {
  position: absolute;
  left: 360px;
  top: 1097px;
  z-index: 15;
  width: 1200px;
  height: 636px;
  overflow: hidden;
  background: rgb(225 238 255);
  color: rgb(35 32 91);
  font-family: Microsoft YaHei, PingFang SC, Arial, sans-serif;
  pointer-events: none;
}

.x2-pc-benefit-comparison.is-loading,
.x2-pc-benefit-comparison.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(129 150 187);
  font-size: 16px;
}

.x2-pc-benefit-comparison-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.x2-pc-benefit-comparison-row {
  display: grid;
  flex: 1 1 0;
  grid-template-columns: 180px repeat(var(--x2-benefit-plan-count), minmax(0, 1fr));
  align-items: center;
  min-height: 0;
}

.x2-pc-benefit-comparison-row.is-header {
  flex: 0 0 90px;
  background: rgb(242 246 251);
}

.x2-pc-benefit-comparison-feature,
.x2-pc-benefit-comparison-plan,
.x2-pc-benefit-comparison-value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 10px;
  text-align: center;
}

.x2-pc-benefit-comparison-feature {
  color: rgb(51 51 51);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
}

.x2-pc-benefit-comparison-plan {
  gap: 10px;
  color: rgb(51 51 51);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
}

.x2-pc-benefit-comparison-plan-icon {
  position: relative;
  display: block;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  border-radius: 3px;
  background: rgb(166 191 219);
  transform: rotate(45deg);
}

.x2-pc-benefit-comparison-plan-icon::after {
  position: absolute;
  left: 6px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.x2-pc-benefit-comparison-plan[data-tone="trial"] .x2-pc-benefit-comparison-plan-icon { background: rgb(101 209 131); }
.x2-pc-benefit-comparison-plan[data-tone="month"] .x2-pc-benefit-comparison-plan-icon { background: rgb(71 139 255); }
.x2-pc-benefit-comparison-plan[data-tone="quarter"] .x2-pc-benefit-comparison-plan-icon { background: rgb(242 170 85); }
.x2-pc-benefit-comparison-plan[data-tone="half-year"] .x2-pc-benefit-comparison-plan-icon { background: rgb(242 170 85); }
.x2-pc-benefit-comparison-plan[data-tone="year"] .x2-pc-benefit-comparison-plan-icon { background: rgb(112 101 242); }

.x2-pc-benefit-comparison-value {
  color: rgb(102 102 102);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
}

.x2-pc-benefit-supported {
  position: relative;
  display: inline-flex;
  flex: 0 0 14px;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgb(71 139 255);
}

.x2-pc-benefit-supported::after {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.x2-pc-benefit-unavailable {
  position: relative;
  display: inline-flex;
  flex: 0 0 14px;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgb(255 101 87);
}

.x2-pc-benefit-unavailable::before,
.x2-pc-benefit-unavailable::after {
  position: absolute;
  left: 3px;
  top: 6px;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  content: "";
}

.x2-pc-benefit-unavailable::before { transform: rotate(45deg); }
.x2-pc-benefit-unavailable::after { transform: rotate(-45deg); }

.x2-pc-benefit-comparison-row:not(.is-header) + .x2-pc-benefit-comparison-row {
  border-top: 1px solid rgb(225 238 255);
}

.x2-pc-pay-design-title {
  position: absolute;
  left: 923px;
  top: 310px;
  width: 75px;
  height: 18px;
  color: rgb(51 51 51);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
}

.x2-pc-pay-design-expiry {
  position: absolute;
  left: 912px;
  top: 352px;
  width: 96px;
  height: 12px;
  color: rgb(255 97 97);
  font-size: 13px;
  line-height: 12px;
  text-align: left;
}

.x2-pc-pay-design-qr {
  position: absolute;
  left: 884px;
  top: 391px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 152px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid rgb(71 150 255);
  background: #fff;
  color: rgb(153 153 153);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.x2-pc-pay-design-qr img,
.x2-pc-pay-design-qr canvas,
.x2-pc-pay-design-qr svg { display: block; flex: 0 0 140px; width: 140px !important; height: 140px !important; max-width: 140px; max-height: 140px; object-fit: contain; }
.x2-pc-pay-design-qr-message { display: none; flex: 0 0 auto; padding: 0; }
.x2-pc-pay-design-qr-message:not([hidden]) { display: block; padding: 0 4px; }
.x2-pc-pay-qr-code { display: block; flex: 0 0 140px; width: 140px; height: 140px; max-width: 140px; max-height: 140px; overflow: visible; }
.x2-pc-pay-qr-code table {
  display: block;
  width: 140px !important;
  height: 140px !important;
  max-width: 140px;
  max-height: 140px;
  margin: 0 !important;
}
.x2-pc-pay-qr-code img,
.x2-pc-pay-qr-code canvas,
.x2-pc-pay-qr-code svg { width: 140px !important; height: 140px !important; max-width: 140px; max-height: 140px; }

.x2-pc-pay-design-note,
.x2-pc-pay-design-hint {
  position: absolute;
  left: 888px;
  top: 567px;
  width: 144px;
  height: 12px;
  margin: 0;
  color: rgb(153 153 153);
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-align: left;
  white-space: nowrap;
}

.x2-pc-pay-design-hint {
  left: 850px;
  top: 597px;
  width: 221px;
  text-align: center !important;
}
.x2-pc-pay-design-agreement { color: rgb(70 140 255); text-decoration: none; }
.x2-pc-pay-design-qr-message[hidden] { display: none !important; }
.x2-pc-pay-design-hint [hidden] { display: none; }
.x2-pc-pay-design-open { display: none; }
.x2-pc-pay-design-open.is-visible {
  position: absolute;
  left: 850px;
  top: 597px;
  display: block;
  width: 221px;
  height: 12px;
  color: rgb(70 140 255);
  font-size: 12px;
  line-height: 12px;
  pointer-events: auto;
  text-align: center;
  text-decoration: underline;
}

.lanhu-payment-overlay[data-payment-state="pay"] > .lanhu-layer.lanhu-shape[style*="left:743px"][style*="top:286px"] {
  background: linear-gradient(180deg, rgb(226 239 255) 0%, rgb(255 255 255) 100%) !important;
}

.lanhu-payment-overlay[data-payment-state="pay"] .lanhu-dialog-close {
  z-index: 70;
  background: url("../assets/lanhu/pay/slice-01.png") center / 12px 13px no-repeat;
}

.x2-pc-order-live {
  position: absolute;
  inset: 0;
  z-index: 38;
  pointer-events: none;
}

.x2-pc-order-row {
  position: absolute;
  left: 360px;
  width: 1200px;
  min-height: 160px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 15px rgb(233 237 243 / 0.34);
  color: rgb(51 51 51);
  font-size: 13px;
  line-height: 18px;
  pointer-events: auto;
}

.x2-pc-order-row.is-expanded { min-height: 229px; }
.x2-order-static-hidden,
.x2-pc-order-static-hidden { display: none !important; }
.x2-pc-order-number,
.x2-pc-order-time,
.x2-pc-order-product,
.x2-pc-order-amount,
.x2-pc-order-status,
.x2-pc-order-action,
.x2-pc-order-toggle { position: absolute; }
.x2-pc-order-product-image { position: absolute; left: 20px; top: 54px; width: 101px; height: 80px; object-fit: fill; }
.x2-pc-order-number { left: 23px; top: 18px; color: rgb(153 153 153); font-size: 12px; }
.x2-pc-order-time { left: 218px; top: 102px; color: rgb(153 153 153); font-size: 12px; }
.x2-pc-order-product { left: 142px; top: 65px; font-size: 16px; }
.x2-pc-order-amount { left: 142px; top: 105px; font-size: 18px; font-weight: 700; }
.x2-pc-order-status {
  top: 0;
  right: 0;
  width: 67px;
  height: 38px;
  overflow: visible;
  z-index: 26;
  pointer-events: none;
}
.x2-pc-order-status img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 67px;
  height: 38px;
  object-fit: fill;
}
.x2-pc-order-status span {
  position: absolute;
  left: 34px;
  top: -2px;
  display: block;
  width: 38px;
  height: 16px;
  color: #fff;
  font: 400 12px/16px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  letter-spacing: 0.6px;
  white-space: nowrap;
  transform: rotate(27.456deg);
  transform-origin: top left;
}
.x2-pc-order-action { right: 78px; top: 101px; color: rgb(71 150 255); text-decoration: none; }
.x2-pc-order-action.is-muted { color: rgb(153 153 153); }
.x2-pc-order-actions {
  position: absolute;
  left: 896px;
  top: 66px;
  z-index: 25;
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  height: 34px;
  pointer-events: auto;
}
.x2-pc-order-actions .x2-pc-order-action {
  position: static;
  right: auto;
  top: auto;
}
.x2-pc-order-rendered .x2-pc-order-actions { left: 1256px; }
.x2-pc-order-rendered .x2-pc-order-status {
  left: 1493px;
  right: auto;
}
.x2-pc-order-retry,
.x2-pc-order-cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 90px;
  height: 34px;
  padding: 0;
  border-radius: 17px;
  background: #fff;
  cursor: pointer;
  font: 400 14px/14px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  letter-spacing: 0.7px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.x2-pc-order-retry {
  border: 1px solid rgb(255 97 71);
  color: rgb(255 97 71);
}
.x2-pc-order-cancel {
  border: 1px solid rgb(229 229 229);
  color: rgb(102 102 102);
}
.x2-pc-order-retry:hover,
.x2-pc-order-retry:focus-visible {
  background: rgb(255 240 237);
}
.x2-pc-order-cancel:hover,
.x2-pc-order-cancel:focus-visible {
  border-color: rgb(180 180 180);
  color: rgb(51 51 51);
}
.x2-pc-order-retry:focus-visible,
.x2-pc-order-cancel:focus-visible {
  outline: 2px solid rgb(70 140 255);
  outline-offset: 2px;
}
.x2-pc-order-api-busy { cursor: wait; opacity: 0.6; }
.x2-pc-order-rendered .x2-pc-order-retry {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 90px !important;
  height: 34px !important;
  border-radius: 17px !important;
  border: 1px solid rgb(255 97 71) !important;
  color: rgb(255 97 71) !important;
  font: 400 14px/14px Microsoft YaHei, PingFang SC, Arial, sans-serif !important;
  letter-spacing: 0.7px !important;
  text-align: center !important;
}
.x2-pc-order-toggle {
  right: 14px;
  top: 31px;
  width: 52px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  cursor: pointer;
  font-size: 12px;
}

.x2-pc-order-toggle-icon { display: block; width: 37px; height: 38px; object-fit: fill; }
.x2-pc-order-toggle-icon.is-expanded { display: none; }
.x2-pc-order-row.is-expanded .x2-pc-order-toggle-icon.is-expanded { display: block; }
.x2-pc-order-row.is-expanded .x2-pc-order-toggle-icon.is-collapsed { display: none; }

.x2-pc-order-detail {
  position: absolute;
  left: 19px;
  right: 20px;
  top: 155px;
  display: none;
  width: 1159px;
  height: 1px;
  padding: 0;
  background: repeating-linear-gradient(to right, rgb(238 238 238) 0 2px, transparent 2px 6px);
  color: rgb(153 153 153);
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

.x2-pc-order-row.is-expanded .x2-pc-order-detail { display: block; }
.x2-pc-order-detail span,
.x2-pc-order-generated-detail span { position: absolute; top: 32px; display: block; white-space: nowrap; }
.x2-pc-order-detail span:nth-child(1),
.x2-pc-order-generated-detail span:nth-child(1) { left: 5px; }
.x2-pc-order-detail span:nth-child(2),
.x2-pc-order-generated-detail span:nth-child(2) { left: 287px; }
.x2-pc-order-detail span:nth-child(3),
.x2-pc-order-generated-detail span:nth-child(3) { left: 527px; }
.x2-pc-order-detail span:nth-child(4),
.x2-pc-order-generated-detail span:nth-child(4) { left: 828px; }
.x2-pc-order-empty { position: absolute; left: 360px; top: 196px; color: rgb(153 153 153); font-size: 14px; }
.x2-pc-order-static-text { visibility: hidden !important; }

.x2-pc-order-rendered-layer.x2-pc-order-product-source-hidden { display: none !important; }
.x2-pc-order-rendered .x2-pc-order-product-image {
  position: absolute;
  top: 234px;
  border-radius: 15px;
  object-fit: cover;
}
.x2-pc-order-rendered .x2-pc-order-toggle {
  position: absolute;
  z-index: 24;
  width: 52px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: auto;
}
.x2-pc-order-rendered .x2-pc-order-toggle-icon.is-expanded { display: none; }
.x2-pc-order-rendered .x2-pc-order-toggle-icon.is-collapsed { display: block; }
.x2-pc-order-rendered:not(.is-collapsed) .x2-pc-order-toggle-icon.is-expanded { display: block; }
.x2-pc-order-rendered:not(.is-collapsed) .x2-pc-order-toggle-icon.is-collapsed { display: none; }
.x2-pc-order-rendered.is-collapsed [data-order-card] { height: 160px !important; }
.x2-pc-order-rendered.is-collapsed [data-order-detail] { display: none !important; }
.x2-pc-order-generated-detail {
  position: absolute;
  left: 379px;
  top: 0;
  z-index: 22;
  display: block;
  width: 1159px;
  height: 1px;
  box-sizing: border-box;
  padding: 0;
  background: repeating-linear-gradient(to right, rgb(238 238 238) 0 2px, transparent 2px 6px);
  color: rgb(153 153 153);
  font-size: 13px;
  line-height: 12px;
  white-space: nowrap;
  pointer-events: none;
}
.x2-pc-order-generated-detail[hidden] { display: none !important; }
.x2-pc-order-amount-text { min-width: 115px; }
.x2-pc-order-time-text { min-width: 260px; }

.x2-pc-order-pagination {
  position: absolute;
  left: 360px;
  top: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgb(153 153 153);
  font: 13px/32px Microsoft YaHei, PingFang SC, Arial, sans-serif;
  pointer-events: auto;
}

.x2-pc-order-pagination button {
  min-width: 64px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid rgb(221 229 241);
  border-radius: 6px;
  background: #fff;
  color: rgb(70 140 255);
  cursor: pointer;
  font: 13px/30px Microsoft YaHei, PingFang SC, Arial, sans-serif;
}

.x2-pc-order-pagination button:focus-visible { outline: 2px solid #2d91ff; outline-offset: 2px; }

.x2-pc-download-meta {
  position: absolute;
  z-index: 33;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 280px;
  color: rgb(102 102 102);
  font-family: Microsoft YaHei, PingFang SC, Arial, sans-serif;
  pointer-events: none;
}

.x2-pc-download-meta strong { color: rgb(51 51 51); font-size: 15px; line-height: 20px; }
.x2-pc-download-meta span,
.x2-pc-download-meta small { font-size: 12px; line-height: 17px; }
.x2-pc-download-meta small { color: rgb(70 140 255); }
