.header {
  position: fixed;
  z-index: 99;
  height: 61px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: linear-gradient(
    to right,
    #52504b,
    #999ba4,
    #a49ba7,
    #b3bac4,
    #b3bac4,
    #b3bac4,
    #c7c9c7,
    #b3bac4,
    #a49ba7,
    #999ba4,
    #52504b
  );
}
.nullbox {
  height: 65px;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  overflow: hidden;
}
.header .logo .logo-img {
  height: 48px;
  max-width: 100%;
  display: block;
}
.header .logo .logo-right {
  margin-left: auto;
  height: 48px;
}
.subnav {
  max-width: 480px;
  background-image: linear-gradient(
    to right,
    #52504b,
    #999ba4,
    #a49ba7,
    #b3bac4,
    #b3bac4,
    #b3bac4,
    #c7c9c7,
    #b3bac4,
    #a49ba7,
    #999ba4,
    #52504b
  );
}
.subnav .clearfix {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  width: 100%;
  background-image: linear-gradient(
    to right,
    #52504b,
    #999ba4,
    #a49ba7,
    #b3bac4,
    #b3bac4,
    #b3bac4,
    #c7c9c7,
    #b3bac4,
    #a49ba7,
    #999ba4,
    #52504b
  );
}
.subnav .clearfix a,
.subnav .clearfix .subnav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: none;
  padding: 6px 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  opacity: 0;
  will-change: transform, opacity;
  text-decoration: none;
  font-family: inherit;
  cursor: pointer;
}
.subnav .clearfix a:hover,
.subnav .clearfix .subnav-link:hover {
  opacity: 0.9;
}
.subnav img {
  width: 100%;
  height: auto;
  display: block;
}
.box {
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}
.yxym-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  background: transparent;
}
.yxym-table td {
  text-align: center;
  background-image: linear-gradient(
    to right,
    #52504b,
    #999ba4,
    #a49ba7,
    #b3bac4,
    #b3bac4,
    #b3bac4,
    #c7c9c7,
    #b3bac4,
    #a49ba7,
    #999ba4,
    #52504b
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
  padding: 10px 8px;
  border-radius: 6px;
  font-weight: 700;
  color: #000;
}
.yxym-table a {
  color: #000;
  text-decoration: none;
}
.yxym-table a:hover {
  text-decoration: underline;
}
.fhw-site3-nav {
  margin-top: 8px;
}
.fhw-site3-nav-title {
  height: 20px;
  line-height: 10px;
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid #738e9f;
  text-shadow: 0 0 10px #e5e5e5;
  background: linear-gradient(transparent, #f7f3f3);
  color: #000;
  font-weight: 900;
  border-radius: 5px 5px 12px 12px;
  box-shadow:
    0 5px 4px #0585e8,
    0 6px 20px #00000030;
}
.fhw-site3-nav-table {
  border: 1px solid #cccccc;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 0;
}
.fhw-site3-nav-table td {
  padding: 8px;
  border: 1px solid #cccccc;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}
.fhw-site3-nav-table a {
  color: #00f;
  text-decoration: none;
  font-weight: 700;
}
.fhw-site3-nav-table a:hover {
  color: red;
  text-decoration: underline;
}
.haoju {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
.haoju .haoju-text {
  color: #c00;
}
@keyframes subnav-in-left {
  0% {
    opacity: 0;
    transform: translate(-16px) scale(0.98);
  }
  60% {
    opacity: 1;
    transform: translate(2px) scale(1);
  }
  to {
    opacity: 1;
    transform: translate(0) scale(1);
  }
}
@keyframes subnav-in-top {
  0% {
    opacity: 0;
    transform: translateY(-16px) scale(0.98);
  }
  60% {
    opacity: 1;
    transform: translateY(2px) scale(1);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes subnav-in-right {
  0% {
    opacity: 0;
    transform: translate(16px) scale(0.98);
  }
  60% {
    opacity: 1;
    transform: translate(-2px) scale(1);
  }
  to {
    opacity: 1;
    transform: translate(0) scale(1);
  }
}
.subnav .clearfix > :nth-child(1) {
  animation: subnav-in-left 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) 2s forwards;
}
.subnav .clearfix > :nth-child(2) {
  animation: subnav-in-left 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) 2.12s
    forwards;
}
.subnav .clearfix > :nth-child(3) {
  animation: subnav-in-top 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) 2.36s forwards;
}
.subnav .clearfix > :nth-child(4) {
  animation: subnav-in-right 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) 2.48s
    forwards;
}
.subnav .clearfix > :nth-child(5) {
  animation: subnav-in-right 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) 2.6s
    forwards;
}
@media (prefers-reduced-motion: reduce) {
  .subnav .clearfix > * {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.lottery-result-block {
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.lottery-result-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.lottery-title {
  text-align: center;
  margin-bottom: 4px;
}
.lottery-name {
  font-size: 1.5rem;
  font-weight: 900;
  color: #333;
  line-height: 1.2;
  text-align: center;
}
.lottery-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  gap: 0;
  font-size: 0.95rem;
  font-weight: 400;
  color: #333;
}
.issue-info {
  text-align: left;
  flex: 1;
  letter-spacing: 0;
  word-spacing: 0;
  font-family: inherit;
  font-weight: 400;
}
.issue-info span {
  letter-spacing: 0;
  word-spacing: 0;
  font-family: inherit;
  font-weight: 400;
}
.issue-number {
  font-weight: 700;
  color: #ff4d4f;
}
.history-link {
  flex-shrink: 0;
  text-align: right;
  font-size: 0.95rem;
}
.lottery-numbers-display {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.normal-numbers {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.number-ball {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  border: none;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.number-ball .ball-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.ball-red {
  border-color: #ff4d4f;
  background: linear-gradient(135deg, #fff, #ffe6e6);
  box-shadow: 0 2px 8px #ff4d4f4d;
}
.ball-green {
  border-color: #52c41a;
  background: linear-gradient(135deg, #fff, #e6ffe6);
  box-shadow: 0 2px 8px #52c41a4d;
}
.ball-blue {
  border-color: #1890ff;
  background: linear-gradient(135deg, #fff, #e6f0ff);
  box-shadow: 0 2px 8px #1890ff4d;
}
.special-ball {
  z-index: 2;
}
.ball-number {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  z-index: 1;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ball-zodiac {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%) translateY(8px);
  font-size: 0.7rem;
  box-shadow: 0 2px 6px #0000001a;
  white-space: nowrap;
  z-index: 3;
  min-width: 24px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.number-separator {
  font-size: 1.8rem;
  color: #7f8c8d;
  font-weight: 700;
  margin: 0 8px;
  flex-shrink: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.next-issue-info {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 20px 0;
  padding: 8px 0;
  border-top: 1px solid #eee;
}
.next-issue-text {
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.next-issue-left {
  text-align: left;
  flex: 1;
}
.countdown-time {
  color: #ff4d4f;
  font-family: monospace;
  font-weight: 700;
  text-align: right;
  flex-shrink: 0;
}
@keyframes scroll-text {
  0% {
    transform: translate(100%);
  }
  to {
    transform: translate(-100%);
  }
}
.ball-zodiac {
  color: #666;
  background: #f6f6f6;
  border-radius: 4px;
  padding: 0 4px;
  font-weight: 500;
}
.lottery-selector {
  display: flex;
  flex-direction: column;
}
.selector-buttons {
  flex-wrap: wrap;
}
.selector-buttons.capsule-style {
  background: transparent;
  padding: 0;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.selector-btn.capsule-btn {
  flex: 1;
  border: none;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
}
.selector-btn.capsule-btn.active {
  background: #409eff;
  color: #fff;
}
.selector-btn.capsule-btn:not(.active) {
  background: #f0f0f0;
  color: #666;
}
.selector-btn.capsule-btn:hover:not(.active) {
  background: #e8e8e8;
  color: #333;
}
.selector-btn:hover {
  background: #e0e0e0;
  color: #222;
}
.selector-btn.active {
  border-color: #409eff;
}
.selector-btn.active:hover {
  background: #337ab7;
  color: #fff;
}
.browser-tip-section {
  margin-bottom: 16px;
  padding: 0 12px;
}
.browser-tip-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.lottery-selector {
  gap: 10px;
  margin: 16px 0;
}
.selector-buttons {
  display: flex;
}
.selector-buttons.capsule-style {
  border-radius: 6px;
  gap: 0;
}
.selector-btn {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 36px;
}
.selector-btn.capsule-btn {
  font-size: 0.75rem;
  padding: 8px 10px;
}
.selector-btn.capsule-btn:first-child {
  border-radius: 4px 0 0 4px;
}
.selector-btn.capsule-btn:last-child {
  border-radius: 0 4px 4px 0;
}
* {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body {
  overflow-x: hidden;
}
.number-ball:hover {
  transform: scale(1.13) rotate(-3deg);
  box-shadow: 0 4px 16px #409eff2e;
  z-index: 10;
}
.history-link {
  background: #f0f7ff;
  border-radius: 6px;
  padding: 2px 12px;
  color: #409eff;
  font-weight: 600;
  border: 1px solid #b3d8ff;
  transition:
    background 0.2s,
    color 0.2s;
  text-decoration: none;
  cursor: pointer;
  margin-left: 12px;
}
.history-link:hover {
  background: #409eff;
  color: #fff;
}
@media (max-width: 600px) {
  .header {
    max-width: 100%;
  }
  .nullbox {
    height: 80px;
  }
}
:root {
  --el-color-white: #ffffff;
  --el-color-black: #000000;
  --el-color-primary-rgb: 64, 158, 255;
  --el-color-success-rgb: 103, 194, 58;
  --el-color-warning-rgb: 230, 162, 60;
  --el-color-danger-rgb: 245, 108, 108;
  --el-color-error-rgb: 245, 108, 108;
  --el-color-info-rgb: 144, 147, 153;
  --el-font-size-extra-large: 20px;
  --el-font-size-large: 18px;
  --el-font-size-medium: 16px;
  --el-font-size-base: 14px;
  --el-font-size-small: 13px;
  --el-font-size-extra-small: 12px;
  --el-font-family:
    'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  --el-font-weight-primary: 500;
  --el-font-line-height-primary: 24px;
  --el-index-normal: 1;
  --el-index-top: 1000;
  --el-index-popper: 2000;
  --el-border-radius-base: 4px;
  --el-border-radius-small: 2px;
  --el-border-radius-round: 20px;
  --el-border-radius-circle: 100%;
  --el-transition-duration: 0.3s;
  --el-transition-duration-fast: 0.2s;
  --el-transition-function-ease-in-out-bezier: cubic-bezier(
    0.645,
    0.045,
    0.355,
    1
  );
  --el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
  --el-transition-all: all var(--el-transition-duration)
    var(--el-transition-function-ease-in-out-bezier);
  --el-transition-fade: opacity var(--el-transition-duration)
    var(--el-transition-function-fast-bezier);
  --el-transition-md-fade:
    transform var(--el-transition-duration)
      var(--el-transition-function-fast-bezier),
    opacity var(--el-transition-duration)
      var(--el-transition-function-fast-bezier);
  --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
  --el-transition-border: border-color var(--el-transition-duration-fast)
    var(--el-transition-function-ease-in-out-bezier);
  --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast)
    var(--el-transition-function-ease-in-out-bezier);
  --el-transition-color: color var(--el-transition-duration-fast)
    var(--el-transition-function-ease-in-out-bezier);
  --el-component-size-large: 40px;
  --el-component-size: 32px;
  --el-component-size-small: 24px;
}
:root {
  color-scheme: light;
  --el-color-primary: #409eff;
  --el-color-primary-light-3: rgb(121, 187, 255);
  --el-color-primary-light-5: rgb(160, 207, 255);
  --el-color-primary-light-7: rgb(198, 226, 255);
  --el-color-primary-light-8: rgb(217, 236, 255);
  --el-color-primary-light-9: rgb(236, 245, 255);
  --el-color-primary-dark-2: rgb(51, 126, 204);
  --el-color-success: #67c23a;
  --el-color-success-light-3: rgb(149, 212, 117);
  --el-color-success-light-5: rgb(179, 225, 157);
  --el-color-success-light-7: rgb(209, 237, 196);
  --el-color-success-light-8: rgb(225, 243, 216);
  --el-color-success-light-9: rgb(240, 249, 235);
  --el-color-success-dark-2: rgb(82, 155, 46);
  --el-color-warning: #e6a23c;
  --el-color-warning-light-3: rgb(238, 190, 119);
  --el-color-warning-light-5: rgb(243, 209, 158);
  --el-color-warning-light-7: rgb(248, 227, 197);
  --el-color-warning-light-8: rgb(250, 236, 216);
  --el-color-warning-light-9: rgb(253, 246, 236);
  --el-color-warning-dark-2: rgb(184, 130, 48);
  --el-color-danger: #f56c6c;
  --el-color-danger-light-3: rgb(248, 152, 152);
  --el-color-danger-light-5: rgb(250, 182, 182);
  --el-color-danger-light-7: rgb(252, 211, 211);
  --el-color-danger-light-8: rgb(253, 226, 226);
  --el-color-danger-light-9: rgb(254, 240, 240);
  --el-color-danger-dark-2: rgb(196, 86, 86);
  --el-color-error: #f56c6c;
  --el-color-error-light-3: rgb(248, 152, 152);
  --el-color-error-light-5: rgb(250, 182, 182);
  --el-color-error-light-7: rgb(252, 211, 211);
  --el-color-error-light-8: rgb(253, 226, 226);
  --el-color-error-light-9: rgb(254, 240, 240);
  --el-color-error-dark-2: rgb(196, 86, 86);
  --el-color-info: #909399;
  --el-color-info-light-3: rgb(177, 179, 184);
  --el-color-info-light-5: rgb(200, 201, 204);
  --el-color-info-light-7: rgb(222, 223, 224);
  --el-color-info-light-8: rgb(233, 233, 235);
  --el-color-info-light-9: rgb(244, 244, 245);
  --el-color-info-dark-2: rgb(115, 118, 122);
  --el-bg-color: #ffffff;
  --el-bg-color-page: #f2f3f5;
  --el-bg-color-overlay: #ffffff;
  --el-text-color-primary: #303133;
  --el-text-color-regular: #606266;
  --el-text-color-secondary: #909399;
  --el-text-color-placeholder: #a8abb2;
  --el-text-color-disabled: #c0c4cc;
  --el-border-color: #dcdfe6;
  --el-border-color-light: #e4e7ed;
  --el-border-color-lighter: #ebeef5;
  --el-border-color-extra-light: #f2f6fc;
  --el-border-color-dark: #d4d7de;
  --el-border-color-darker: #cdd0d6;
  --el-fill-color: #f0f2f5;
  --el-fill-color-light: #f5f7fa;
  --el-fill-color-lighter: #fafafa;
  --el-fill-color-extra-light: #fafcff;
  --el-fill-color-dark: #ebedf0;
  --el-fill-color-darker: #e6e8eb;
  --el-fill-color-blank: #ffffff;
  --el-box-shadow:
    0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
  --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
  --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
  --el-box-shadow-dark:
    0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12),
    0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --el-disabled-bg-color: var(--el-fill-color-light);
  --el-disabled-text-color: var(--el-text-color-placeholder);
  --el-disabled-border-color: var(--el-border-color-light);
  --el-overlay-color: rgba(0, 0, 0, 0.8);
  --el-overlay-color-light: rgba(0, 0, 0, 0.7);
  --el-overlay-color-lighter: rgba(0, 0, 0, 0.5);
  --el-mask-color: rgba(255, 255, 255, 0.9);
  --el-mask-color-extra-light: rgba(255, 255, 255, 0.3);
  --el-border-width: 1px;
  --el-border-style: solid;
  --el-border-color-hover: var(--el-text-color-disabled);
  --el-border: var(--el-border-width) var(--el-border-style)
    var(--el-border-color);
  --el-svg-monochrome-grey: var(--el-border-color);
}
@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
:root {
  --el-popup-modal-bg-color: var(--el-color-black);
  --el-popup-modal-opacity: 0.5;
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  to {
    opacity: 0;
  }
}
@keyframes dialog-fade-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes dialog-fade-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes modal-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes viewer-fade-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes viewer-fade-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
:root {
  --el-loading-spinner-size: 42px;
  --el-loading-fullscreen-spinner-size: 50px;
}
@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
:root {
  --el-menu-active-color: var(--el-color-primary);
  --el-menu-text-color: var(--el-text-color-primary);
  --el-menu-hover-text-color: var(--el-color-primary);
  --el-menu-bg-color: var(--el-fill-color-blank);
  --el-menu-hover-bg-color: var(--el-color-primary-light-9);
  --el-menu-item-height: 56px;
  --el-menu-sub-item-height: calc(var(--el-menu-item-height) - 6px);
  --el-menu-horizontal-height: 60px;
  --el-menu-horizontal-sub-item-height: 36px;
  --el-menu-item-font-size: var(--el-font-size-base);
  --el-menu-item-hover-fill: var(--el-color-primary-light-9);
  --el-menu-border-color: var(--el-border-color);
  --el-menu-base-level-padding: 20px;
  --el-menu-level-padding: 20px;
  --el-menu-icon-width: 24px;
}
@keyframes msgbox-fade-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes progress {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 32px 0;
  }
}
@keyframes indeterminate {
  0% {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes striped-flow {
  0% {
    background-position: -100%;
  }
  to {
    background-position: 100%;
  }
}
@keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    transform: translate(100%);
    transform-origin: 0 0;
  }
  to {
    opacity: 1;
    transform: translate(0);
    transform-origin: 0 0;
  }
}
@keyframes slideInRight-leave {
  0% {
    opacity: 1;
    transform: translate(0);
    transform-origin: 0 0;
  }
  to {
    opacity: 0;
    transform: translate(100%);
    transform-origin: 0 0;
  }
}
@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    transform: translate(-100%);
    transform-origin: 0 0;
  }
  to {
    opacity: 1;
    transform: translate(0);
    transform-origin: 0 0;
  }
}
@keyframes slideInLeft-leave {
  0% {
    opacity: 1;
    transform: translate(0);
    transform-origin: 0 0;
  }
  to {
    opacity: 0;
    transform: translate(-100%);
    transform-origin: 0 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
  min-height: 100vh;
  transition: all 0.3s ease;
  max-width: 480px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.box {
  border-radius: 5px;
  overflow: hidden;
  background-image: linear-gradient(
    to right,
    #52504b,
    #999ba4,
    #a49ba7,
    #b3bac4,
    #b3bac4,
    #b3bac4,
    #c7c9c7,
    #b3bac4,
    #a49ba7,
    #999ba4,
    #52504b
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}
.box,
.subnav {
  margin: 3px 0;
}
.qxtable.yxym td {
  font-size: 18pt;
}
.qxtable.yxym tr td:nth-child(1) {
  background-image: linear-gradient(
    to right,
    #52504b,
    #999ba4,
    #a49ba7,
    #b3bac4,
    #b3bac4,
    #b3bac4,
    #c7c9c7,
    #b3bac4,
    #a49ba7,
    #999ba4,
    #52504b
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
  width: 26%;
}
.qxtable.yxym tr td:nth-child(3) {
  background-image: linear-gradient(
    to right,
    #52504b,
    #999ba4,
    #a49ba7,
    #b3bac4,
    #b3bac4,
    #b3bac4,
    #c7c9c7,
    #b3bac4,
    #a49ba7,
    #999ba4,
    #52504b
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
  width: 18%;
}
.qxtable.yxym tr td:nth-child(2) {
  background: #f7f7f7;
  width: 56%;
}
@keyframes slideIn {
  0% {
    transform: translate(100%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #0000001a;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #3498db80;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3498dbb3;
}
.lottery-result-header {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 600px) {
  .lottery-result-header {
    font-size: 1.3rem;
  }
}
