html.shop-v2-root {
  scrollbar-width: thin;
  scrollbar-color: #f76263 #f1f3f6;
}
html.shop-v2-root::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html.shop-v2-root::-webkit-scrollbar-thumb {
  border: 2px solid #f1f3f6;
  border-radius: 10px;
  background: #f76263;
}
html.shop-v2-root::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f1f3f6;
}
body.shop-v2 {
  --shop-v2-coral: #f76263;
  --shop-v2-coral-hover: #ec5658;
  --shop-v2-coral-active: #d9484b;
  --shop-v2-coral-disabled: #f8b2b3;
  --color-primary: var(--shop-v2-coral);
  --shop-v2-ink: #3c465a;
  --shop-v2-content-width: 1480px;
  --shop-v2-content-gutter: clamp(48px, calc(10vw + 2px), 140px);
  --shop-v2-header-height: 64px;
  --shop-v2-font: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  min-width: 0;
  margin: 0;
  color: var(--shop-v2-ink);
  background: #fff;
  font-family: var(--shop-v2-font);
  -webkit-font-smoothing: antialiased;
}
body.shop-v2 *,
body.shop-v2 *::before,
body.shop-v2 *::after {
  box-sizing: border-box;
}
body.shop-v2,
body.shop-v2 * {
  scrollbar-width: thin;
  scrollbar-color: var(--shop-v2-coral) #f1f3f6;
}
body.shop-v2::-webkit-scrollbar,
body.shop-v2 *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body.shop-v2::-webkit-scrollbar-thumb,
body.shop-v2 *::-webkit-scrollbar-thumb {
  border: 2px solid #f1f3f6;
  border-radius: 10px;
  box-shadow: none;
  background: var(--shop-v2-coral);
}
body.shop-v2::-webkit-scrollbar-track,
body.shop-v2 *::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: none;
  background: #f1f3f6;
}
body.shop-v2 a {
  color: inherit;
  text-decoration: none;
}
body.shop-v2 #content,
body.shop-v2 .el-container {
  min-width: 0;
}
body.shop-v2 #aside {
  display: none;
}
body.shop-v2 .el-main {
  min-width: 0;
  height: auto;
  min-height: calc(100vh - var(--shop-v2-header-height));
  overflow: visible;
}
body.shop-v2 #mainLoading {
  isolation: isolate;
  background: radial-gradient(circle at center, rgba(247, 98, 99, 0.08), transparent 92px), #fff;
}
body.shop-v2 #mainLoading::before,
body.shop-v2 #mainLoading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
body.shop-v2 #mainLoading::before {
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border: 3px solid rgba(247, 98, 99, 0.12);
  border-top-color: var(--shop-v2-coral);
  border-right-color: rgba(247, 98, 99, 0.58);
  box-shadow: 0 0 28px rgba(247, 98, 99, 0.18), inset 0 0 18px rgba(247, 98, 99, 0.06);
  animation: shop-v2-loader-orbit 1.05s linear infinite;
}
body.shop-v2 #mainLoading::after {
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border: 2px solid rgba(247, 98, 99, 0.1);
  border-bottom-color: rgba(247, 98, 99, 0.82);
  border-left-color: rgba(247, 98, 99, 0.4);
  animation: shop-v2-loader-orbit-reverse 0.82s linear infinite;
}
body.shop-v2 #mainLoading .ddr {
  position: absolute;
  top: 50%;
  left: 50%;
  float: none;
  margin: 0;
  border-radius: 50%;
  background: var(--shop-v2-coral);
}
body.shop-v2 #mainLoading .ddr1 {
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  box-shadow: 0 0 0 6px rgba(247, 98, 99, 0.1), 0 0 22px rgba(247, 98, 99, 0.55);
  animation: shop-v2-loader-core 1.15s ease-in-out infinite;
}
body.shop-v2 #mainLoading .ddr2,
body.shop-v2 #mainLoading .ddr3,
body.shop-v2 #mainLoading .ddr4,
body.shop-v2 #mainLoading .ddr5 {
  width: 5px;
  height: 5px;
  margin: -39px 0 0 -2.5px;
  transform-origin: 2.5px 39px;
}
body.shop-v2 #mainLoading .ddr2 {
  animation: shop-v2-loader-particle 1.55s linear infinite;
}
body.shop-v2 #mainLoading .ddr3 {
  opacity: 0.72;
  animation: shop-v2-loader-particle 1.55s -0.52s linear infinite;
}
body.shop-v2 #mainLoading .ddr4 {
  width: 4px;
  height: 4px;
  margin: -31px 0 0 -2px;
  opacity: 0.58;
  transform-origin: 2px 31px;
  animation: shop-v2-loader-particle-reverse 1.12s linear infinite;
}
body.shop-v2 #mainLoading .ddr5 {
  width: 3px;
  height: 3px;
  margin: -47px 0 0 -1.5px;
  opacity: 0.42;
  transform-origin: 1.5px 47px;
  animation: shop-v2-loader-particle 2s -0.8s linear infinite;
}
body.shop-v2 .shop-v2-header-host {
  position: sticky;
  z-index: 80;
  top: 0;
}
body.shop-v2 .el-header.shop-v2-header {
  position: relative;
  width: 100%;
  height: var(--shop-v2-header-height) !important;
  display: block;
  padding: 0;
  border-bottom: 1px solid #eef0f3;
  background: #fff;
}
body.shop-v2 .shop-v2-header-inner {
  width: calc(100% - var(--shop-v2-content-gutter));
  max-width: var(--shop-v2-content-width);
  height: var(--shop-v2-header-height);
  display: grid;
  grid-template-columns: minmax(109px, 250px) minmax(0, 1fr) 270px;
  align-items: center;
  margin: 0 auto;
}
body.shop-v2 .shop-v2-brand,
body.shop-v2 .shop-v2-brand img {
  width: 109px;
  height: 28px;
  display: block;
}
body.shop-v2 .shop-v2-primary-nav {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 60px;
}
body.shop-v2 .shop-v2-primary-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #4c566b;
  font-size: 16px;
  white-space: nowrap;
  transition: color 180ms ease;
}
body.shop-v2 .shop-v2-primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--shop-v2-coral);
  transform: scaleX(0);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}
body.shop-v2 .shop-v2-primary-nav a:hover,
body.shop-v2 .shop-v2-primary-nav a:focus-visible,
body.shop-v2 .shop-v2-primary-nav a.is-active {
  color: var(--shop-v2-coral);
}
body.shop-v2 .shop-v2-primary-nav a:hover::after,
body.shop-v2 .shop-v2-primary-nav a:focus-visible::after,
body.shop-v2 .shop-v2-primary-nav a.is-active::after {
  transform: scaleX(1);
}
body.shop-v2 .shop-v2-primary-nav a:focus-visible,
body.shop-v2 .shop-v2-brand:focus-visible,
body.shop-v2 .shop-v2-menu-toggle:focus-visible {
  outline: 2px solid rgba(247, 98, 99, 0.35);
  outline-offset: 3px;
}
body.shop-v2 .shop-v2-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
body.shop-v2 .shop-v2-header-actions .authorizeSelect {
  width: 194px;
  flex: 0 0 194px;
  margin: 0;
}
body.shop-v2 .shop-v2-header-actions .authorizeSelect .el-input__inner {
  height: 40px;
  border-color: #dfe3ea;
  border-radius: 4px;
  color: #6d7687;
  line-height: 40px;
}
body.shop-v2 .shop-v2-header-actions .shop-v2-login-button {
  width: 64px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 64px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--shop-v2-coral);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
body.shop-v2 .shop-v2-header-actions .shop-v2-login-button:hover,
body.shop-v2 .shop-v2-header-actions .shop-v2-login-button:focus-visible {
  background: var(--shop-v2-coral-hover);
}
body.shop-v2 .shop-v2-header-actions .user {
  background: var(--shop-v2-coral);
}
body.shop-v2 .shop-v2-menu-toggle {
  display: none;
}
body.shop-v2 .shop-v2-list-card {
  min-width: 0;
  display: block;
  overflow: hidden;
  border: 1px solid #e7e9ed;
  border-radius: 6px;
  color: inherit;
  background: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
body.shop-v2 .shop-v2-list-card:focus-visible {
  border-color: var(--shop-v2-coral);
  outline: 2px solid rgba(247, 98, 99, 0.24);
  outline-offset: 2px;
}
body.shop-v2 .shop-v2-list-card__media {
  width: calc(100% - 10px);
  aspect-ratio: 672 / 380;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 0;
  overflow: hidden;
  border-radius: 6px;
  background: #f3f5f8;
}
body.shop-v2 .shop-v2-list-card__cover {
  width: 100% !important;
  height: 100% !important;
  display: block;
  flex: none;
  object-fit: scale-down;
  object-position: center;
}
body.shop-v2 .shop-v2-list-card__cover.is-contain {
  object-fit: scale-down;
}
body.shop-v2 .shop-v2-list-card__cover.is-square {
  width: 160px !important;
  height: 160px !important;
  object-fit: scale-down !important;
}
body.shop-v2 .shop-v2-list-card__body {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  padding: 18px 14px 14px;
  font-size: 16px;
  line-height: normal;
}
body.shop-v2 .shop-v2-list-card__title-row {
  min-width: 0;
  min-height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
body.shop-v2 .shop-v2-list-card__name {
  min-width: 0;
  flex: 1;
  margin: 0;
  overflow: hidden;
  color: #3f495d;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.shop-v2 .shop-v2-list-card__badges {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: none;
}
body.shop-v2 .shop-v2-list-card__badges > .copyright-img {
  width: 18px;
  height: 18px;
  display: block;
  flex: none;
  object-fit: contain;
}
body.shop-v2 .shop-v2-list-card .shop-v2-owner-badge {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: none;
  padding: 1px 6px 1px 4px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}
body.shop-v2 .shop-v2-list-card .shop-v2-owner-badge img {
  width: 12px;
  height: 14px;
  display: block;
  flex: none;
  object-fit: contain;
}
body.shop-v2 .shop-v2-list-card .shop-v2-owner-badge.is-official {
  border-color: #ffd8d5;
  color: #f06460;
  background: #fff4f3;
}
body.shop-v2 .shop-v2-list-card .shop-v2-owner-badge.is-company {
  border-color: #f3dfc3;
  color: #d57b22;
  background: #fff8ef;
}
body.shop-v2 .shop-v2-list-card .shop-v2-owner-badge.is-person {
  border-color: #dfe1f8;
  color: #6469c9;
  background: #f5f5ff;
}
body.shop-v2 .shop-v2-list-card__signals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
body.shop-v2 .shop-v2-list-card__rating {
  position: relative;
  width: 87px;
  height: 18px;
  display: flex;
  align-items: center;
  gap: 3px;
  flex: none;
  overflow: hidden;
  white-space: nowrap;
}
body.shop-v2 .shop-v2-list-card__rating .star-on,
body.shop-v2 .shop-v2-list-card__rating .star-off {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  line-height: 16px;
  white-space: nowrap;
}
body.shop-v2 .shop-v2-list-card__rating .star-on {
  z-index: 1;
}
body.shop-v2 .shop-v2-list-card__rating i {
  width: calc(87px / 5);
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
}
body.shop-v2 .shop-v2-list-card__rating i::before {
  content: "\e797";
}
body.shop-v2 .shop-v2-list-card__rating .star-on i {
  color: #ff6868;
}
body.shop-v2 .shop-v2-list-card__rating .star-off i {
  color: #f2f4f7;
}
body.shop-v2 .shop-v2-list-card__activity {
  color: #98a0ad;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}
body.shop-v2 .shop-v2-list-card__footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #f0f1f4;
}
body.shop-v2 .shop-v2-list-card__author {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
body.shop-v2 .shop-v2-list-card__author-icon {
  width: 17px;
  height: 17px;
  display: block;
  flex: none;
  object-fit: contain;
}
body.shop-v2 .shop-v2-list-card__author-name {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #8e96a4;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.shop-v2 .shop-v2-list-card__price {
  flex: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: #ff6868;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}
body.shop-v2 .shop-v2-list-card__price small {
  margin-right: 2px;
  font-size: 12px;
  font-weight: 500;
}
body.shop-v2 .shop-v2-list-card__price .price-decimal {
  font-size: 14px;
  font-weight: 600;
}
body.shop-v2 .shop-v2-list-card__price em {
  margin-left: 3px;
  color: #b8bdc6;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}
body.shop-v2 .shop-v2-filter-tag {
  min-width: 62px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 16px;
  border: 1px solid #e5e8ed;
  border-radius: 4px;
  color: #697487;
  background: #fff;
  font: 13px/18px var(--shop-v2-font);
  text-align: center;
  white-space: normal;
  cursor: pointer;
  appearance: none;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}
body.shop-v2 .shop-v2-filter-tag:hover,
body.shop-v2 .shop-v2-filter-tag:focus-visible {
  color: var(--shop-v2-coral);
  border-color: #ffc3c1;
  background: #fffafa;
  outline: none;
}
body.shop-v2 .shop-v2-filter-tag.active,
body.shop-v2 .shop-v2-filter-tag.is-active {
  color: var(--shop-v2-coral);
  border-color: #ffaaa7;
  background: #fff4f3;
  font-weight: 500;
}
body.shop-v2 .shop-v2-card-skeleton {
  min-width: 0;
  border: 1px solid #e7e9ed;
  border-radius: 6px;
  background: #fff;
}
body.shop-v2 .shop-v2-card-skeleton__cover.el-skeleton__item {
  width: calc(100% - 10px) !important;
  height: auto !important;
  aspect-ratio: 672 / 380;
  display: flex;
  margin: 5px 5px 0;
  border-radius: 6px;
}
body.shop-v2 .shop-v2-card-skeleton__body {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  padding: 18px 14px 14px;
}
body.shop-v2 .shop-v2-card-skeleton__title {
  min-width: 0;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
body.shop-v2 .shop-v2-card-skeleton__title .el-skeleton__h3 {
  width: 58%;
  height: 18px;
}
body.shop-v2 .shop-v2-card-skeleton__title .el-skeleton__text {
  width: 64px;
  height: 22px;
  flex: none;
}
body.shop-v2 .shop-v2-card-skeleton__signals {
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
body.shop-v2 .shop-v2-card-skeleton__signals .el-skeleton__item:first-child {
  width: 87px;
}
body.shop-v2 .shop-v2-card-skeleton__signals .el-skeleton__item:last-child {
  width: 68px;
}
body.shop-v2 .shop-v2-card-skeleton__footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #f0f1f4;
}
body.shop-v2 .shop-v2-card-skeleton__footer .el-skeleton__item:first-child {
  width: 42%;
}
body.shop-v2 .shop-v2-card-skeleton__footer .el-skeleton__item:last-child {
  width: 72px;
  height: 24px;
}
body.shop-v2 .el-dialog {
  border-radius: 8px;
}
body.shop-v2 .el-dialog__title {
  color: var(--shop-v2-ink);
  font-weight: 600;
}
body.shop-v2 .el-dialog__headerbtn:hover .el-dialog__close,
body.shop-v2 .el-dialog__headerbtn:focus-visible .el-dialog__close {
  color: var(--shop-v2-coral);
}
body.shop-v2 .auth-dialog {
  max-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
body.shop-v2 .auth-dialog .el-dialog__header {
  height: 0;
  padding: 0;
}
body.shop-v2 .auth-dialog .el-dialog__headerbtn {
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  transition: background-color 160ms ease;
}
body.shop-v2 .auth-dialog .el-dialog__headerbtn::before,
body.shop-v2 .auth-dialog .el-dialog__headerbtn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  border-radius: 2px;
  content: "";
  background: #8b93a1;
  transition: background-color 160ms ease;
}
body.shop-v2 .auth-dialog .el-dialog__headerbtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.shop-v2 .auth-dialog .el-dialog__headerbtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.shop-v2 .auth-dialog .el-dialog__headerbtn:hover,
body.shop-v2 .auth-dialog .el-dialog__headerbtn:focus-visible {
  outline: none;
  background: #fff4f3;
}
body.shop-v2 .auth-dialog .el-dialog__headerbtn:hover::before,
body.shop-v2 .auth-dialog .el-dialog__headerbtn:hover::after,
body.shop-v2 .auth-dialog .el-dialog__headerbtn:focus-visible::before,
body.shop-v2 .auth-dialog .el-dialog__headerbtn:focus-visible::after {
  background: var(--shop-v2-coral);
}
body.shop-v2 .auth-dialog .el-dialog__close {
  width: 100%;
  height: 100%;
  font-size: 0;
}
body.shop-v2 .auth-dialog .el-dialog__close::before {
  content: none;
}
body.shop-v2 .auth-dialog .el-dialog__body {
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-top: 32px;
}
body.shop-v2 .auth-dialog .login-text {
  flex: none;
  margin-bottom: 24px;
}
body.shop-v2 .auth-dialog .login-text .tit {
  margin-bottom: 6px;
}
body.shop-v2 .auth-dialog .login-text p {
  overflow-wrap: anywhere;
}
body.shop-v2 .auth-dialog .el-radio-group {
  min-height: 0;
  max-height: 480px;
  flex: 0 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 8px;
}
body.shop-v2 .auth-dialog .el-radio {
  flex: none;
}
body.shop-v2 .auth-dialog .el-radio__label {
  min-width: 0;
  overflow-wrap: anywhere;
}
body.shop-v2 .auth-dialog .el-radio:first-child {
  margin-top: 0;
}
body.shop-v2 .auth-dialog .bot {
  flex: none;
}
body.shop-v2 .el-button--primary,
body.shop-v2 .el-message-box__btns .el-button--primary {
  border-color: var(--shop-v2-coral);
  background: var(--shop-v2-coral);
}
body.shop-v2 .el-button--primary:hover,
body.shop-v2 .el-button--primary:focus,
body.shop-v2 .el-button--primary:focus-visible,
body.shop-v2 .el-message-box__btns .el-button--primary:hover,
body.shop-v2 .el-message-box__btns .el-button--primary:focus,
body.shop-v2 .el-message-box__btns .el-button--primary:focus-visible {
  border-color: var(--shop-v2-coral-hover);
  background: var(--shop-v2-coral-hover);
}
body.shop-v2 .el-button--primary.is-active,
body.shop-v2 .el-button--primary:active,
body.shop-v2 .el-message-box__btns .el-button--primary.is-active,
body.shop-v2 .el-message-box__btns .el-button--primary:active {
  border-color: var(--shop-v2-coral-active);
  background: var(--shop-v2-coral-active);
}
body.shop-v2 .el-button--primary.is-disabled,
body.shop-v2 .el-button--primary.is-disabled:hover,
body.shop-v2 .el-button--primary.is-disabled:focus,
body.shop-v2 .el-button--primary.is-disabled:active,
body.shop-v2 .el-message-box__btns .el-button--primary.is-disabled,
body.shop-v2 .el-message-box__btns .el-button--primary.is-disabled:hover,
body.shop-v2 .el-message-box__btns .el-button--primary.is-disabled:focus,
body.shop-v2 .el-message-box__btns .el-button--primary.is-disabled:active {
  border-color: var(--shop-v2-coral-disabled);
  color: #fff;
  background: var(--shop-v2-coral-disabled);
}
body.shop-v2 .el-button--primary.is-loading {
  border-color: var(--shop-v2-coral);
  color: #fff;
  background: var(--shop-v2-coral);
}
body.shop-v2 .el-button--text {
  border-color: transparent;
  color: var(--shop-v2-coral);
  background: transparent;
}
body.shop-v2 .el-button--text:hover,
body.shop-v2 .el-button--text:focus,
body.shop-v2 .el-button--text:focus-visible {
  border-color: transparent;
  color: var(--shop-v2-coral-hover);
  background: transparent;
}
body.shop-v2 .el-button--text:active {
  color: var(--shop-v2-coral-active);
}
body.shop-v2 .el-button--default:hover,
body.shop-v2 .el-button--default:focus {
  border-color: #ffaaa6;
  color: var(--shop-v2-coral);
  background: #fff7f6;
}
body.shop-v2 .el-radio__input.is-checked .el-radio__inner,
body.shop-v2 .el-checkbox__input.is-checked .el-checkbox__inner,
body.shop-v2 .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: var(--shop-v2-coral);
  background: var(--shop-v2-coral);
}
body.shop-v2 .el-radio__input.is-checked + .el-radio__label,
body.shop-v2 .el-checkbox__input.is-checked + .el-checkbox__label {
  color: var(--shop-v2-coral);
}
body.shop-v2 .el-checkbox__inner:hover,
body.shop-v2 .el-checkbox__input.is-focus .el-checkbox__inner,
body.shop-v2 .el-radio__inner:hover,
body.shop-v2 .el-radio__input.is-focus .el-radio__inner {
  border-color: var(--shop-v2-coral);
}
body.shop-v2 .el-select .el-input.is-focus .el-input__inner,
body.shop-v2 .el-select .el-input__inner:focus {
  border-color: var(--shop-v2-coral);
}
body.shop-v2 .el-select-dropdown__item.selected {
  color: var(--shop-v2-coral);
}
body.shop-v2 .el-upload-dragger:hover,
body.shop-v2 .el-upload:focus .el-upload-dragger,
body.shop-v2 .el-upload--picture-card:hover,
body.shop-v2 .el-upload--picture-card:focus {
  border-color: var(--shop-v2-coral);
}
body.shop-v2 .el-upload-dragger.is-dragover {
  border-color: var(--shop-v2-coral);
  background-color: #fff7f6;
}
body.shop-v2 .el-input-number__decrease:hover,
body.shop-v2 .el-input-number__increase:hover {
  color: var(--shop-v2-coral);
}
body.shop-v2 .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),
body.shop-v2 .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
  border-color: var(--shop-v2-coral);
}
body.shop-v2 .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: var(--shop-v2-coral);
}
body.shop-v2 .el-loading-spinner .path {
  stroke: var(--shop-v2-coral);
}
body.shop-v2 .el-loading-spinner .el-loading-text {
  color: var(--shop-v2-coral);
}
body.shop-v2 .el-scrollbar__thumb {
  background-color: var(--shop-v2-coral);
}
body.shop-v2 .el-scrollbar__thumb:hover {
  background-color: var(--shop-v2-coral-hover);
}
body.shop-v2 .el-tabs__item:hover,
body.shop-v2 .el-tabs__item.is-active {
  color: var(--shop-v2-coral);
}
body.shop-v2 .el-tabs__active-bar {
  background-color: var(--shop-v2-coral);
}
body.shop-v2 .el-input__inner:focus,
body.shop-v2 .el-textarea__inner:focus {
  border-color: #ff9a9a;
  box-shadow: 0 0 0 2px rgba(247, 98, 99, 0.1);
}
body.shop-v2 .el-form-item.is-error .el-input__inner,
body.shop-v2 .el-form-item.is-error .el-input__inner:focus,
body.shop-v2 .el-form-item.is-error .el-textarea__inner,
body.shop-v2 .el-form-item.is-error .el-textarea__inner:focus,
body.shop-v2 .el-message-box__input input.invalid,
body.shop-v2 .el-message-box__input input.invalid:focus {
  border-color: var(--color-danger);
  box-shadow: 0 0 0 2px rgba(245, 108, 108, 0.12);
}
body.shop-v2 .dialog-footer .sub-btn,
body.shop-v2 .dialog-footer .down-btn,
body.shop-v2 .dialog-footer .ok-btn,
body.shop-v2 .dialog-footer .sure-btn,
body.shop-v2 .withdraw-dialog .btn-ok,
body.shop-v2 .pay-dialog .submit-btn,
body.shop-v2 .pay-dialog .confirm-btn,
body.shop-v2 .new-pay-dialog .custom-btn {
  border-color: var(--shop-v2-coral);
  color: #fff;
  background: var(--shop-v2-coral);
}
body.shop-v2 .dialog-footer .sub-btn:hover,
body.shop-v2 .dialog-footer .sub-btn:focus,
body.shop-v2 .dialog-footer .down-btn:hover,
body.shop-v2 .dialog-footer .down-btn:focus,
body.shop-v2 .dialog-footer .ok-btn:hover,
body.shop-v2 .dialog-footer .ok-btn:focus,
body.shop-v2 .dialog-footer .sure-btn:hover,
body.shop-v2 .dialog-footer .sure-btn:focus,
body.shop-v2 .withdraw-dialog .btn-ok:hover,
body.shop-v2 .withdraw-dialog .btn-ok:focus,
body.shop-v2 .pay-dialog .submit-btn:hover,
body.shop-v2 .pay-dialog .submit-btn:focus,
body.shop-v2 .pay-dialog .confirm-btn:hover,
body.shop-v2 .pay-dialog .confirm-btn:focus,
body.shop-v2 .new-pay-dialog .custom-btn:hover,
body.shop-v2 .new-pay-dialog .custom-btn:focus {
  border-color: var(--shop-v2-coral-hover);
  color: #fff;
  background: var(--shop-v2-coral-hover);
}
body.shop-v2 .dialog-footer .sub-btn:active,
body.shop-v2 .dialog-footer .down-btn:active,
body.shop-v2 .dialog-footer .ok-btn:active,
body.shop-v2 .dialog-footer .sure-btn:active,
body.shop-v2 .withdraw-dialog .btn-ok:active,
body.shop-v2 .pay-dialog .submit-btn:active,
body.shop-v2 .pay-dialog .confirm-btn:active,
body.shop-v2 .new-pay-dialog .custom-btn:active {
  border-color: var(--shop-v2-coral-active);
  color: #fff;
  background: var(--shop-v2-coral-active);
}
body.shop-v2 .dialog-footer .sub-btn.is-disabled,
body.shop-v2 .dialog-footer .down-btn.is-disabled,
body.shop-v2 .dialog-footer .ok-btn.is-disabled,
body.shop-v2 .dialog-footer .sure-btn.is-disabled,
body.shop-v2 .withdraw-dialog .btn-ok.is-disabled,
body.shop-v2 .pay-dialog .submit-btn.is-disabled,
body.shop-v2 .pay-dialog .confirm-btn.is-disabled,
body.shop-v2 .new-pay-dialog .custom-btn.is-disabled {
  border-color: var(--shop-v2-coral-disabled);
  color: #fff;
  background: var(--shop-v2-coral-disabled);
}
body.shop-v2 .withdraw-dialog .btn-ok.is-loading,
body.shop-v2 .pay-dialog .submit-btn.is-loading,
body.shop-v2 .pay-dialog .confirm-btn.is-loading,
body.shop-v2 .new-pay-dialog .custom-btn.is-loading {
  border-color: var(--shop-v2-coral);
  color: #fff;
  background: var(--shop-v2-coral);
}
body.shop-v2 .pay-dialog {
  width: calc(100% - 48px) !important;
  max-width: 960px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 24px 72px rgba(44, 50, 62, 0.2);
}
body.shop-v2 .pay-dialog .el-dialog__header {
  padding: 0;
}
body.shop-v2 .pay-dialog .el-dialog__body {
  padding: 0 28px 28px;
}
body.shop-v2 .pay-dialog .dia-title {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 -28px 22px;
  padding: 0 28px;
  border-bottom: 1px solid #f0e7e6;
  color: var(--shop-v2-ink);
  background: #fff7f6;
  font-size: 16px;
  font-weight: 600;
}
body.shop-v2 .pay-dialog .pay-money,
body.shop-v2 .pay-dialog .font-26 {
  color: var(--shop-v2-coral);
}
body.shop-v2 .pay-dialog .pay-top {
  max-height: 220px;
  overflow: auto;
}
body.shop-v2 .pay-dialog .pay-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: visible;
}
body.shop-v2 .pay-dialog .type-item {
  min-width: 132px;
  min-height: 76px;
  margin: 0 !important;
  padding: 12px;
  border: 1px solid #e5e8ed !important;
  border-radius: 6px !important;
  background: #f8f9fb !important;
}
body.shop-v2 .pay-dialog .type-item.active {
  border-color: #ffaaa6 !important;
  background: #fff7f6 !important;
}
body.shop-v2 .withdraw-dialog {
  width: calc(100% - 48px) !important;
  max-width: 520px;
  border-radius: 10px;
}
body.shop-v2 .withdraw-dialog .el-dialog__body {
  padding: 24px 28px;
}
body.shop-v2 .withdraw-dialog .dialog-title {
  color: var(--shop-v2-ink);
  font-size: 20px;
  font-weight: 600;
}
body.shop-v2 .proof-dailog .dia-content {
  min-width: 0;
}
body.shop-v2 .el-dialog__wrapper:not([style*="display: none"]):not(:has(> .el-dialog.is-fullscreen)) {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px;
  overflow: auto;
}
body.shop-v2 .el-dialog__wrapper:not([style*="display: none"]):not(:has(> .el-dialog.is-fullscreen)) > .el-dialog:not(.is-fullscreen) {
  flex: none;
  margin: auto !important;
}
body.shop-v2 .login-dialog,
body.shop-v2 .regist-dialog {
  width: 480px !important;
  max-height: calc(100vh - 32px);
  flex: none;
  margin: auto !important;
  overflow: auto;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 22px 58px rgba(48, 32, 39, 0.25);
}
body.shop-v2 .login-dialog {
  max-height: none;
  overflow: visible;
}
body.shop-v2 .login-dialog .el-dialog__header,
body.shop-v2 .regist-dialog .el-dialog__header {
  position: sticky;
  z-index: 10;
  top: 0;
  height: 0;
  padding: 0;
}
body.shop-v2 .login-dialog .el-dialog__headerbtn,
body.shop-v2 .regist-dialog .el-dialog__headerbtn {
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
}
body.shop-v2 .login-dialog .el-dialog__headerbtn:hover,
body.shop-v2 .regist-dialog .el-dialog__headerbtn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}
body.shop-v2 .login-dialog .el-dialog__close,
body.shop-v2 .regist-dialog .el-dialog__close {
  color: inherit;
  font-size: 20px;
  font-weight: 700;
}
body.shop-v2 .login-dialog .el-dialog__body,
body.shop-v2 .regist-dialog .el-dialog__body {
  padding: 0;
}
body.shop-v2 #captcha-outer {
  display: grid;
  place-items: center;
  padding: 16px;
}
body.shop-v2 #captcha-outer .captcha-content {
  position: relative;
  left: auto;
  top: auto;
  width: 566px;
  max-height: calc(100vh - 32px);
  margin: 0;
  padding: 32px;
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(48, 32, 39, 0.25);
  transform: none;
}
body.shop-v2 #captcha-outer .captcha-title {
  color: var(--shop-v2-ink);
  font-size: 22px;
  line-height: 30px;
}
body.shop-v2 #captcha-outer .captcha-main {
  align-items: center;
  gap: 10px;
  margin-top: 24px !important;
  padding-left: 0 !important;
}
body.shop-v2 #captcha-outer #captcha-input {
  min-width: 0;
  height: 46px;
  margin: 0;
  border: 1px solid #e3e6eb;
  border-radius: 6px;
  font-size: 14px;
}
body.shop-v2 #captcha-outer #captcha-img {
  width: 111px;
  height: 46px;
  flex: none;
  border-radius: 4px;
}
body.shop-v2 #captcha-outer .captcha-footer {
  gap: 10px;
  margin-top: 24px;
}
body.shop-v2 #captcha-outer #check-btn,
body.shop-v2 #captcha-outer #cancel-btn {
  width: 112px;
  height: 46px;
  margin: 0;
  border-radius: 6px;
  font-size: 14px;
}
body.shop-v2 #captcha-outer #check-btn {
  background: var(--shop-v2-coral);
}
body.shop-v2 #captcha-outer #cancel-btn {
  color: #687180;
  background: #f1f3f6;
}
body.shop-v2 .shop-v2-auth-shell {
  position: relative;
  width: 100%;
  min-height: 616px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffaaa9 0%, #ff8a91 48%, #ff737d 72%, #fff 100%);
}
body.shop-v2 .shop-v2-auth-hero {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  border-radius: 8px;
  background: radial-gradient(ellipse 78% 58% at 86% 2%, rgba(255, 220, 220, 0.18), transparent 72%), linear-gradient(135deg, #ffadab 0%, #ff8f96 48%, #ff737d 100%);
}
body.shop-v2 .shop-v2-auth-hero::before {
  position: absolute;
  z-index: 0;
  top: -400px;
  left: -100px;
  width: 800px;
  height: 760px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0 328px, rgba(255, 255, 255, 0.24) 333px, transparent 338px 342px, rgba(255, 255, 255, 0.2) 347px, rgba(255, 255, 255, 0.54) 352px 398px, rgba(255, 255, 255, 0.2) 403px, transparent 408px 413px, rgba(255, 255, 255, 0.17) 418px, rgba(255, 255, 255, 0.46) 423px 760px);
  filter: blur(5px);
  opacity: 0.94;
  transform: rotate(29deg);
  transform-origin: left top;
  -webkit-mask-image: linear-gradient(90deg, #000 0 320px, rgba(0, 0, 0, 0.68) 430px, rgba(0, 0, 0, 0.22) 520px, transparent 650px 100%);
  mask-image: linear-gradient(90deg, #000 0 320px, rgba(0, 0, 0, 0.68) 430px, rgba(0, 0, 0, 0.22) 520px, transparent 650px 100%);
  pointer-events: none;
}
body.shop-v2 .shop-v2-auth-hero::after {
  position: absolute;
  right: -18%;
  bottom: -5%;
  left: -18%;
  height: 47%;
  content: "";
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.86) 92%);
  filter: blur(9px);
  pointer-events: none;
}
body.shop-v2 .shop-v2-auth-hero-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 220px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  pointer-events: none;
}
body.shop-v2 .shop-v2-auth-hero-word {
  margin-top: 66px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(193, 67, 87, 0.12);
}
body.shop-v2 .shop-v2-auth-hero-word:first-child {
  transform: translateX(58px);
}
body.shop-v2 .shop-v2-auth-hero-word:last-child {
  transform: translateX(-58px);
}
body.shop-v2 .shop-v2-auth-guide-window {
  position: relative;
  width: 220px;
  height: 220px;
  flex: 0 0 220px;
  overflow: visible;
}
body.shop-v2 .shop-v2-auth-guide-window::after {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 101px;
  width: 92px;
  height: 126px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse at 42% 46%, rgba(255, 115, 121, 0.32), rgba(255, 139, 143, 0.18) 34%, transparent 70%);
  filter: blur(7px);
  mix-blend-mode: screen;
  pointer-events: none;
}
body.shop-v2 .shop-v2-auth-guide-animation {
  width: 220px;
  height: 220px;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.14) saturate(1.12) contrast(0.93) drop-shadow(0 8px 12px rgba(193, 67, 87, 0.1));
  transform: translateY(8px);
}
body.shop-v2 .shop-v2-auth-guide-canvas {
  width: 220px;
  height: 220px;
  display: none;
  filter: brightness(1.14) saturate(1.12) contrast(0.93) drop-shadow(0 8px 12px rgba(193, 67, 87, 0.1));
  transform: translateY(8px);
}
body.shop-v2 .shop-v2-auth-guide-window.is-frame-active .shop-v2-auth-guide-animation {
  display: none;
}
body.shop-v2 .shop-v2-auth-guide-window.is-frame-active .shop-v2-auth-guide-canvas {
  display: block;
}
body.shop-v2 .shop-v2-auth-body {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 461px;
  margin-top: 155px;
  padding: 0 40px 18px;
  color: #687180;
}
body.shop-v2 .shop-v2-auth-body::before {
  position: absolute;
  inset: 6px 0 0;
  z-index: 0;
  content: "";
  border-radius: 17px 17px 8px 8px;
  background: linear-gradient(180deg, rgba(255, 221, 224, 0.14), rgba(255, 255, 255, 0.38) 70px, rgba(255, 255, 255, 0.78) 134px), rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(9px) saturate(1.08);
  -webkit-backdrop-filter: blur(9px) saturate(1.08);
}
body.shop-v2 .shop-v2-auth-body::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: #fff;
  clip-path: path("M18 0H250C286 0 286 54 322 54H480V1000H0V18C0 8 8 0 18 0Z");
  transition: clip-path 560ms cubic-bezier(0.2, 1.12, 0.32, 1);
  pointer-events: none;
}
body.shop-v2 .shop-v2-auth-body.is-email::after {
  clip-path: path("M0 54H158C194 54 194 0 230 0H462C472 0 480 8 480 18V1000H0V54Z");
}
body.shop-v2 .shop-v2-auth-panel {
  position: relative;
  z-index: 1;
}
body.shop-v2 .shop-v2-auth-title-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
body.shop-v2 .shop-v2-auth-tabs {
  display: grid;
  grid-template-columns: 55% 45%;
  height: 54px;
  margin: 0 -40px 24px;
  transition: grid-template-columns 560ms cubic-bezier(0.2, 1.12, 0.32, 1);
}
body.shop-v2 .shop-v2-auth-tabs:has(.shop-v2-auth-tab:nth-child(2).is-active) {
  grid-template-columns: 45% 55%;
}
body.shop-v2 .shop-v2-auth-tab {
  position: relative;
  top: 6px;
  width: 100%;
  height: 54px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  line-height: 54px;
  cursor: pointer;
  transition: color 260ms ease, transform 360ms cubic-bezier(0.2, 1, 0.32, 1);
}
body.shop-v2 .shop-v2-auth-tab.is-active {
  color: #f15e66;
  font-weight: 600;
  transform: translateY(-1px);
}
body.shop-v2 .shop-v2-auth-tab:focus-visible {
  border-radius: 12px;
  outline: 2px solid rgba(241, 94, 102, 0.48);
  outline-offset: -5px;
}
body.shop-v2 .shop-v2-auth-form {
  padding-top: 8px;
}
body.shop-v2 .shop-v2-auth-domain-tip {
  margin: 0 0 12px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #b24f54;
  background: #fff3f3;
  font-size: 12px;
  line-height: 18px;
}
body.shop-v2 .shop-v2-auth-field {
  min-height: 50px;
  margin-top: 24px;
  border: 1px solid #e3e6eb;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
  transition: border-color 160ms ease;
}
body.shop-v2 .shop-v2-auth-field:first-of-type {
  margin-top: 0;
}
body.shop-v2 .shop-v2-auth-field:focus-within {
  border: 2px solid #59616d;
}
body.shop-v2 .shop-v2-auth-field.is-invalid {
  border-color: #f46369;
  box-shadow: 0 0 0 2px rgba(244, 99, 105, 0.1);
}
body.shop-v2 .shop-v2-auth-field .el-input__inner {
  height: 48px;
  padding: 0 13px;
  border: 0;
  border-radius: 9px;
  color: #687180;
  background: transparent;
  font-size: 14px;
  line-height: 48px;
  box-shadow: none;
}
body.shop-v2 .shop-v2-auth-field:focus-within .el-input__inner {
  height: 46px;
  line-height: 46px;
}
body.shop-v2 .shop-v2-auth-field .el-input__inner::placeholder {
  color: #aeb4bd;
}
body.shop-v2 .shop-v2-auth-composite > .el-input {
  width: 100%;
  display: table;
}
body.shop-v2 .shop-v2-auth-composite .el-input-group {
  width: 100%;
}
body.shop-v2 .shop-v2-auth-composite .el-input-group__prepend {
  width: 120px;
  padding: 0;
  border: 0;
  border-right: 1px solid #e7e9ed;
  border-radius: 9px 0 0 9px;
  background: transparent;
}
body.shop-v2 .shop-v2-auth-composite .el-input-group__prepend .el-select {
  width: 100%;
  margin: 0;
}
body.shop-v2 .shop-v2-auth-composite .el-input-group__prepend .el-input__inner {
  padding: 0 29px 0 13px;
}
body.shop-v2 .shop-v2-auth-password-field .el-input__inner {
  padding-right: 58px;
}
body.shop-v2 .shop-v2-auth-password-field .el-input__suffix {
  right: 12px;
  display: flex;
  align-items: center;
}
body.shop-v2 .shop-v2-auth-password-toggle,
body.shop-v2 .shop-v2-auth-type-switch,
body.shop-v2 .shop-v2-auth-link {
  padding: 0;
  border: 0;
  color: #9299a5;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
body.shop-v2 .shop-v2-auth-password-toggle:hover,
body.shop-v2 .shop-v2-auth-password-toggle:focus-visible,
body.shop-v2 .shop-v2-auth-type-switch:hover,
body.shop-v2 .shop-v2-auth-type-switch:focus-visible,
body.shop-v2 .shop-v2-auth-link:hover,
body.shop-v2 .shop-v2-auth-link:focus-visible {
  color: #f46369;
}
body.shop-v2 .shop-v2-auth-type-switch {
  position: relative;
  z-index: 2;
  order: 5;
  width: 100%;
  min-height: 46px;
  display: block;
  margin: 42px 0 0;
  border: 1px solid #d9dde4;
  border-radius: 5px;
  color: #687180;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 44px;
}
body.shop-v2 .shop-v2-auth-type-switch::before {
  position: absolute;
  right: 0;
  top: -32px;
  left: 0;
  height: 20px;
  content: "or";
  color: #454b56;
  background: linear-gradient(#d9dde4, #d9dde4) left center / 42% 1px no-repeat, linear-gradient(#d9dde4, #d9dde4) right center / 42% 1px no-repeat;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  pointer-events: none;
}
body.shop-v2 .shop-v2-auth-type-switch:hover,
body.shop-v2 .shop-v2-auth-type-switch:focus-visible {
  border-color: #f46369;
  color: #f46369;
}
body.shop-v2 .shop-v2-auth-sms-row {
  min-height: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 10px;
  margin-top: 24px;
}
body.shop-v2 .shop-v2-auth-sms-row .shop-v2-auth-field {
  margin-top: 0;
}
body.shop-v2 .shop-v2-auth-code-button {
  height: 50px;
  border-color: #ff9aa0;
  border-radius: 9px;
  color: #f46369;
  background: rgba(255, 247, 247, 0.92);
}
body.shop-v2 .shop-v2-auth-options {
  min-height: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 8px;
  padding: 0 2px;
}
body.shop-v2 .shop-v2-auth-options .el-checkbox {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  margin: 0;
  color: #828b98;
  font-size: 12px;
  line-height: 19px;
}
body.shop-v2 .shop-v2-auth-options .el-checkbox__label {
  min-width: 0;
  padding-left: 6px;
  color: inherit;
  font-size: 12px;
  line-height: 19px;
  white-space: normal;
}
body.shop-v2 .shop-v2-auth-options .el-checkbox__inner {
  width: 15px;
  height: 15px;
  border-color: #adb4bf;
  border-radius: 2px;
}
body.shop-v2 .shop-v2-auth-options a {
  color: #f46369;
  cursor: pointer;
}
body.shop-v2 .shop-v2-auth-feedback {
  min-height: 18px;
  margin: 4px 0 -2px;
  color: #f46369;
  font-size: 12px;
  line-height: 18px;
  opacity: 0;
}
body.shop-v2 .shop-v2-auth-feedback.is-visible {
  opacity: 1;
}
body.shop-v2 .shop-v2-auth-submit {
  width: 100%;
  height: 48px;
  margin-top: 6px;
  border: 0 !important;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(100deg, #ff6c72, #f25c66) !important;
  box-shadow: 0 8px 18px rgba(242, 92, 102, 0.18);
  font-size: 16px;
}
body.shop-v2 .shop-v2-auth-submit:hover,
body.shop-v2 .shop-v2-auth-submit:focus {
  background: linear-gradient(100deg, #fa6269, #ef5762) !important;
}
body.shop-v2 .shop-v2-auth-heading {
  width: 100%;
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 228, 233, 0.76);
  text-align: center;
}
body.shop-v2 .shop-v2-auth-heading p {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0;
  color: #a0a7b1;
  font-size: 13px;
  line-height: 20px;
}
body.shop-v2 .shop-v2-auth-link {
  color: #f46369;
  font-weight: 500;
}
body.shop-v2 .shop-v2-auth-shell--login {
  min-height: 562px;
}
body.shop-v2 .shop-v2-auth-shell--login .shop-v2-auth-body {
  min-height: 407px;
  padding-bottom: 17px;
}
body.shop-v2 .shop-v2-auth-shell--login .shop-v2-auth-tabs {
  margin-bottom: 21px;
}
body.shop-v2 .shop-v2-auth-shell--login .shop-v2-auth-form {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
body.shop-v2 .shop-v2-auth-shell--login .shop-v2-auth-options {
  order: 1;
}
body.shop-v2 .shop-v2-auth-shell--login .shop-v2-auth-feedback {
  order: 2;
}
body.shop-v2 .shop-v2-auth-shell--login .shop-v2-auth-submit {
  order: 3;
}
body.shop-v2 .shop-v2-auth-shell--login .shop-v2-auth-heading {
  margin-top: 20px;
}
body.shop-v2 .shop-v2-auth-shell--register {
  min-height: 616px;
}
body.shop-v2 .shop-v2-auth-register-body {
  min-height: 461px;
  padding: 0 40px 18px;
}
body.shop-v2 .shop-v2-auth-register-body .shop-v2-auth-form {
  padding-top: 0;
}
body.shop-v2 .shop-v2-auth-password-wrap {
  position: relative;
}
body.shop-v2 .shop-v2-auth-password-rules {
  position: absolute;
  z-index: 12;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  padding: 10px 14px;
  border: 1px solid #f0d9d8;
  border-radius: 8px;
  color: #999;
  background: #fff;
  box-shadow: 0 8px 24px rgba(48, 32, 39, 0.12);
  font-size: 12px;
  line-height: 1.8;
}
body.shop-v2 .shop-v2-auth-password-rules p {
  margin: 2px 0;
}
body.shop-v2 .shop-v2-auth-password-rules .is-title {
  margin: 0 0 4px;
  color: #333;
  font-weight: 500;
}
body.shop-v2 .shop-v2-auth-password-rules p.is-valid {
  color: #67c23a;
}
body.shop-v2 .shop-v2-auth-custom-form {
  margin-top: 24px;
}
body.shop-v2 .shop-v2-auth-custom-form .el-form-item {
  margin-bottom: 18px;
}
body.shop-v2 .shop-v2-auth-custom-form .el-form-item__label {
  padding-bottom: 6px;
  color: #828b98;
  font-size: 12px;
  line-height: 19px;
}
body.shop-v2 .shop-v2-auth-custom-form .el-input__inner,
body.shop-v2 .shop-v2-auth-custom-form .el-textarea__inner {
  border-color: #e3e6eb;
  border-radius: 9px;
  color: #687180;
}
body.shop-v2 .shop-v2-auth-custom-form .el-input__inner {
  height: 50px;
  line-height: 50px;
}
body.shop-v2 .shop-v2-auth-custom-prefix {
  width: 110px;
}
body.shop-v2 .shop-v2-auth-register-agreement {
  width: 100%;
  display: flex;
  margin-top: 6px;
  color: #828b98;
  white-space: normal;
  align-items: center;
}
body.shop-v2 .shop-v2-auth-register-agreement .el-checkbox__label {
  min-width: 0;
  padding-left: 6px;
  color: inherit;
  font-size: 12px;
  line-height: 19px;
  white-space: normal;
}
body.shop-v2 .shop-v2-auth-register-agreement a {
  color: #f46369;
}
body.shop-v2 .shop-v2-auth-register-agreement .el-checkbox__input {
  font-size: 0;
}
body.shop-v2 .shop-v2-auth-shell--register .shop-v2-auth-panel.is-loading {
  min-height: 443px;
  padding-top: 76px;
}
body.shop-v2 .shop-v2-auth-shell--register .shop-v2-auth-panel.is-loading::after {
  width: 100%;
  height: 238px;
  display: block;
  content: "";
  border-radius: 9px;
  background: linear-gradient(100deg, transparent 18%, rgba(255, 255, 255, 0.8) 42%, transparent 66%) -180px 0 / 180px 100% no-repeat, linear-gradient(#f2f3f6, #f2f3f6) 0 0 / 100% 50px no-repeat, linear-gradient(#f2f3f6, #f2f3f6) 0 74px / calc(100% - 122px) 50px no-repeat, linear-gradient(#f9e5e6, #f9e5e6) 100% 74px / 112px 50px no-repeat, linear-gradient(#f2f3f6, #f2f3f6) 0 148px / 100% 50px no-repeat;
  animation: shop-v2-auth-register-loading 1.2s ease-in-out infinite;
}
body.shop-v2 .shop-v2-auth-shell--register .shop-v2-auth-panel.is-loading .shop-v2-auth-heading {
  display: none;
}
body.shop-v2 .shop-v2-auth-shell[data-auth-state="intro"] .shop-v2-auth-body {
  animation: shop-v2-auth-card-intro-poke 2.772s linear both;
  transform-origin: 50% 0;
  will-change: transform;
}
body.shop-v2 .shop-v2-auth-shell[data-auth-state="intro-poke"] .shop-v2-auth-body {
  animation: shop-v2-auth-card-poke 3.64s linear both;
  transform-origin: 50% 0;
  will-change: transform;
}
body.shop-v2 #drawer-aside {
  display: none;
  z-index: 2100 !important;
}
body.shop-v2 #drawer-aside .el-drawer {
  top: 0;
  right: 16px;
  bottom: auto;
  width: 320px !important;
  height: auto;
  max-height: calc(100vh - var(--shop-v2-header-height) - 14px);
  padding: 12px;
  overflow: auto;
  border: 1px solid #edf0f4;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 14px 34px rgba(45, 53, 69, 0.14);
  animation: none;
}
body.shop-v2 #drawer-aside .el-drawer__body {
  flex: none;
  overflow: visible;
}
body.shop-v2 #drawer-aside .shop-v2-mobile-account {
  padding: 8px 12px 16px;
  border-bottom: 1px solid #f0f2f5;
}
body.shop-v2 #drawer-aside .shop-v2-mobile-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
body.shop-v2 #drawer-aside .shop-v2-mobile-avatar {
  width: 40px;
  height: 40px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  background: var(--shop-v2-coral);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
body.shop-v2 #drawer-aside .shop-v2-mobile-username {
  min-width: 0;
  color: var(--shop-v2-ink);
  font-size: 16px;
  line-height: 22px;
  overflow-wrap: anywhere;
}
body.shop-v2 #drawer-aside .shop-v2-mobile-authorize-label {
  display: block;
  margin-bottom: 8px;
  color: #8d929f;
  font-size: 13px;
  line-height: 18px;
}
body.shop-v2 #drawer-aside .shop-v2-mobile-authorize {
  display: block;
  width: 100%;
}
body.shop-v2 #drawer-aside .shop-v2-mobile-authorize .el-select {
  width: 100%;
  min-width: 0;
}
body.shop-v2 #drawer-aside .shop-v2-mobile-authorize .el-input__inner {
  width: 100%;
  height: 40px;
  padding: 0 32px 0 12px;
  border: 1px solid #dfe3ea;
  border-radius: 4px;
  color: #6d7687;
  background: #fff;
  font-size: 13px;
  line-height: 40px;
}
body.shop-v2 #drawer-aside .shop-v2-mobile-authorize .el-input__icon {
  line-height: 40px;
}
body.shop-v2 .shop-v2-mobile-authorize-popper {
  z-index: 2200 !important;
  max-width: calc(100vw - 32px);
  font-family: var(--shop-v2-font);
}
body.shop-v2 .shop-v2-mobile-authorize-popper .el-select-dropdown__item {
  height: auto;
  min-height: 34px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 18px;
  white-space: normal;
  overflow-wrap: anywhere;
}
body.shop-v2 .shop-v2-mobile-authorize-popper .el-select-dropdown__item.selected {
  color: var(--shop-v2-coral);
}
body.shop-v2 #drawer-aside .aside-top {
  padding: 0;
}
body.shop-v2 #drawer-aside .el-menu {
  margin: 0;
  border: 0;
  background: #fff !important;
}
body.shop-v2 #drawer-aside .el-menu-item {
  display: flex;
  align-items: center;
  height: auto;
  padding: 12px !important;
  border-bottom: 1px solid #f0f2f5;
  color: var(--shop-v2-ink) !important;
  background: #fff !important;
  font-size: 16px;
  line-height: 21px;
}
body.shop-v2 #drawer-aside .el-menu-item > span {
  font: inherit;
  white-space: normal;
  overflow-wrap: anywhere;
}
body.shop-v2 #drawer-aside .el-menu-item.is-active {
  color: var(--shop-v2-coral) !important;
  background: #fff !important;
  font-weight: 600;
  border-right: 0;
}
body.shop-v2 #drawer-aside .aside-bottom {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 14px 8px 2px;
  gap: 20px;
  font-size: 16px;
  line-height: 21px;
}
body.shop-v2 #drawer-aside .aside-bottom button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
body.shop-v2 #drawer-aside .aside-bottom .shop-v2-drawer-register,
body.shop-v2 #drawer-aside .aside-bottom .shop-v2-drawer-logout {
  min-height: 40px;
  padding: 9px 24px;
  border-radius: 4px;
  color: #fff;
  background: var(--shop-v2-coral);
  font-weight: 600;
}
body.shop-v2 #drawer-aside .shop-v2-drawer-login:hover {
  color: var(--shop-v2-coral);
}
body.shop-v2 #drawer-aside .shop-v2-drawer-register:hover,
body.shop-v2 #drawer-aside .shop-v2-drawer-logout:hover {
  background: var(--shop-v2-coral-hover);
}
body.shop-v2 #drawer-aside .el-menu-item:focus-visible,
body.shop-v2 #drawer-aside button:focus-visible {
  outline: 2px solid var(--shop-v2-coral);
  outline-offset: -2px;
}
@media (max-width: 1050px) {
  body.shop-v2 .shop-v2-skeleton-grid > .shop-v2-card-skeleton:nth-child(n + 7) {
    display: none;
  }
}
@media (max-width: 620px) {
  body.shop-v2 .shop-v2-skeleton-grid > .shop-v2-card-skeleton:nth-child(n + 5) {
    display: none;
  }
}
@media (max-width: 1280px) {
  body.shop-v2 .shop-v2-header-inner {
    grid-template-columns: minmax(109px, 190px) minmax(0, 1fr) 270px;
  }
  body.shop-v2 .shop-v2-primary-nav {
    gap: 34px;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.shop-v2 .shop-v2-list-card:hover {
    border-color: #ffd0ce;
    box-shadow: 0 8px 22px rgba(54, 64, 82, 0.08);
    transform: translateY(-2px);
  }
}
@media (max-width: 920px) {
  body.shop-v2 > .v-modal {
    top: var(--shop-v2-header-height);
    height: calc(100% - var(--shop-v2-header-height));
  }
  body.shop-v2 {
    padding-top: var(--shop-v2-header-height);
  }
  body.shop-v2 .shop-v2-header-host {
    position: static;
  }
  body.shop-v2 .el-header.shop-v2-header {
    position: fixed;
    z-index: 2101;
    top: 0;
    right: 0;
    left: 0;
  }
  body.shop-v2 #drawer-aside {
    display: block;
    top: calc(var(--shop-v2-header-height) - 2px);
    bottom: 0;
    height: auto;
  }
  body.shop-v2 .shop-v2-header-inner {
    width: calc(100% - 32px);
    display: flex;
    justify-content: space-between;
  }
  body.shop-v2 .shop-v2-primary-nav,
  body.shop-v2 .shop-v2-header-actions {
    display: none;
  }
  body.shop-v2 .shop-v2-menu-toggle {
    position: relative;
    z-index: 2102;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  body.shop-v2 .shop-v2-menu-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    background: #424c60;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  body.shop-v2 .shop-v2-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  body.shop-v2 .shop-v2-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  body.shop-v2 .shop-v2-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  body.shop-v2 .login-dialog,
  body.shop-v2 .regist-dialog {
    max-height: calc(100vh - 32px);
  }
  body.shop-v2 .login-dialog {
    max-height: none;
    overflow: visible;
  }
}
@media (max-width: 560px) {
  body.shop-v2 .el-dialog__wrapper:not([style*="display: none"]):not(:has(> .el-dialog.is-fullscreen)) {
    padding: 10px;
  }
  body.shop-v2 .login-dialog,
  body.shop-v2 .regist-dialog {
    width: calc(100vw - 20px) !important;
  }
  body.shop-v2 .login-dialog .el-dialog__body,
  body.shop-v2 .regist-dialog .el-dialog__body {
    padding: 0;
  }
  body.shop-v2 .shop-v2-auth-shell {
    min-height: 0;
  }
  body.shop-v2 .shop-v2-auth-hero-content {
    height: 170px;
    gap: 4px;
  }
  body.shop-v2 .shop-v2-auth-hero-word {
    margin-top: 54px;
    font-size: 22px;
  }
  body.shop-v2 .shop-v2-auth-hero-word:first-child {
    transform: translateX(36px);
  }
  body.shop-v2 .shop-v2-auth-hero-word:last-child {
    transform: translateX(-36px);
  }
  body.shop-v2 .shop-v2-auth-guide-window {
    width: 170px;
    height: 170px;
    flex-basis: 170px;
  }
  body.shop-v2 .shop-v2-auth-guide-window::after {
    top: 18px;
    left: 78px;
    width: 72px;
    height: 100px;
  }
  body.shop-v2 .shop-v2-auth-guide-animation,
  body.shop-v2 .shop-v2-auth-guide-canvas {
    width: 170px;
    height: 170px;
    transform: translateY(4px);
  }
  body.shop-v2 .shop-v2-auth-body {
    min-height: 0;
    margin-top: 135px;
    padding: 0 20px 18px;
  }
  body.shop-v2 .shop-v2-auth-register-body {
    padding: 0 20px 18px;
  }
  body.shop-v2 .shop-v2-auth-body::before {
    display: none;
  }
  body.shop-v2 .shop-v2-auth-register-body::before {
    display: block;
  }
  body.shop-v2 .shop-v2-auth-body::after,
  body.shop-v2 .shop-v2-auth-body.is-email::after {
    border-radius: 0 0 8px 8px;
    clip-path: none;
  }
  body.shop-v2 .shop-v2-auth-tabs {
    margin-right: -20px;
    margin-left: -20px;
  }
  body.shop-v2 .shop-v2-auth-shell--login .shop-v2-auth-body::before {
    display: block;
  }
  body.shop-v2 .shop-v2-auth-body::after {
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20480%2054%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%200H250C286%200%20286%2054%20322%2054H480V54H0V18C0%208%208%200%2018%200Z%22%2F%3E%3C%2Fsvg%3E") left top / 100% 54px no-repeat, linear-gradient(#fff, #fff) left 54px / 100% calc(100% - 54px) no-repeat;
  }
  body.shop-v2 .shop-v2-auth-body.is-email::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20480%2054%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2054H158C194%2054%20194%200%20230%200H462C472%200%20480%208%20480%2018V54H0Z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(#fff, #fff);
  }
  body.shop-v2 .shop-v2-auth-tab.is-active {
    border-radius: 0;
    background: transparent;
  }
  body.shop-v2 #captcha-outer .captcha-content {
    padding: 24px 20px;
  }
  body.shop-v2 #captcha-outer .captcha-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 96px;
  }
  body.shop-v2 #captcha-outer #captcha-input,
  body.shop-v2 #captcha-outer #captcha-img {
    width: 100%;
    height: 44px;
    font-size: 14px;
  }
  body.shop-v2 #captcha-outer .captcha-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.shop-v2 #captcha-outer #check-btn,
  body.shop-v2 #captcha-outer #cancel-btn {
    width: 100%;
    height: 44px;
    margin: 0;
    font-size: 14px;
  }
  body.shop-v2 .shop-v2-auth-options {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px 12px;
  }
  body.shop-v2 .shop-v2-auth-agreement {
    flex: 1 1 210px;
  }
  body.shop-v2 .shop-v2-auth-check {
    flex: none;
  }
  body.shop-v2 .el-dialog:not(.login-dialog):not(.regist-dialog) {
    width: calc(100vw - 24px) !important;
    max-width: none;
    max-height: calc(100vh - 88px);
    overflow: auto;
  }
  body.shop-v2 .auth-dialog.el-dialog:not(.login-dialog):not(.regist-dialog) {
    max-height: calc(100vh - 20px);
    overflow: hidden;
  }
  body.shop-v2 .auth-dialog .el-dialog__body {
    padding: 32px 20px 20px;
  }
  body.shop-v2 .pay-dialog .el-dialog__body {
    padding: 0 16px 20px;
  }
  body.shop-v2 .pay-dialog .dia-title {
    min-height: 56px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin: 0 -16px 16px;
    padding: 10px 16px;
  }
  body.shop-v2 .pay-dialog .pay-type {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.shop-v2 .pay-dialog .type-item {
    min-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.shop-v2 *,
  body.shop-v2 *::before,
  body.shop-v2 *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes shop-v2-auth-card-intro-poke {
  0%,
  75.758%,
  81.818%,
  87.879%,
  93.939% {
    transform: translateY(0);
  }
  77.273%,
  83.333%,
  89.394%,
  95.455% {
    transform: translateY(1px);
  }
  78.788%,
  84.848%,
  90.909%,
  96.970% {
    transform: translateY(2px);
  }
  80.303%,
  86.364%,
  92.424%,
  98.485% {
    transform: translateY(-0.6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shop-v2-auth-card-poke {
  0%,
  4.615%,
  9.231%,
  13.846%,
  18.462%,
  28.077%,
  32.692%,
  37.308%,
  41.923%,
  46.538%,
  56.154%,
  60.769%,
  65.385%,
  70%,
  74.615%,
  100% {
    transform: translateY(0);
  }
  1.154%,
  5.769%,
  10.385%,
  15%,
  29.231%,
  33.846%,
  38.462%,
  43.077%,
  57.308%,
  61.923%,
  66.538%,
  71.154% {
    transform: translateY(1px);
  }
  2.308%,
  6.923%,
  11.538%,
  16.154%,
  30.385%,
  35%,
  39.615%,
  44.231%,
  58.462%,
  63.077%,
  67.692%,
  72.308% {
    transform: translateY(2px);
  }
  3.462%,
  8.077%,
  12.692%,
  17.308%,
  31.538%,
  36.154%,
  40.769%,
  45.385%,
  59.615%,
  64.231%,
  68.846%,
  73.462% {
    transform: translateY(-0.6px);
  }
}
@keyframes shop-v2-auth-register-loading {
  0% {
    background-position: -180px 0, 0 0, 0 74px, 100% 74px, 0 148px;
  }
  100% {
    background-position: calc(100% + 180px) 0, 0 0, 0 74px, 100% 74px, 0 148px;
  }
}
@keyframes shop-v2-loader-orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shop-v2-loader-orbit-reverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes shop-v2-loader-core {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.78);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}
@keyframes shop-v2-loader-particle {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shop-v2-loader-particle-reverse {
  to {
    transform: rotate(-360deg);
  }
}
