.lottery-result-block {
  box-shadow: none;
  border: none;
}
.lottery-result-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.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: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  border: 5px solid #e0e0e0;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.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 {
  border-width: 6px;
  transform: scale(1.1);
  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 {
  gap: 6px;
}
.selector-btn.capsule-btn {
  flex: 1;
  border: none;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
}
.selector-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.selector-btn.capsule-btn.active {
  background: #429a94;
  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: #327e78;
  color: #fff;
}
.browser-tip-section {
  margin-bottom: 16px;
  padding: 0 12px;
}
.browser-tip-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.amggb3 a:hover {
  text-decoration: underline;
}
.amggb3 {
  table-layout: auto;
  color: #000;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px dashed #67a4f5;
}
.amggb3 td {
  font-weight: 700;
  border: 1px solid #fefefe;
  font-size: 18pt;
  padding: 4px 5px 3px;
  white-space: nowrap;
}
.amggb3 a {
  height: 35px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #67a4f5;
  border-radius: 20px;
  background: #eee;
  background-image: linear-gradient(to top, #fff, #eee, #fff);
  box-shadow: 0 2px 5px #0000001a;
  display: block;
  font-weight: 700;
  text-decoration: none;
  padding-left: 0;
}
.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;
}
* {
  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;
}
* {
  word-break: break-all;
  word-wrap: break-word;
}
html {
  background: url('/home/assets/gabjw_b41db4f06103.jpg') top center no-repeat #c7d6ff;
  background-attachment: fixed;
}
body {
  font-size: 14px;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
::focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
.pad {
  padding: 4px;
}
.box {
  margin: 3px 0 0;
  border-radius: 5px;
  overflow: hidden;
  background: #7bc7bd;
}
@media screen and (max-width: 720px) {
  .box {
    margin: 3px 0 0;
  }
}
.header {
  background: #429a94;
}
.head-title-img img {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 20px #000;
  border-radius: 50%;
}
.header .logo-box {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 10px;
}
.header .logo-box.line {
  border-bottom: solid 0px #000;
}
.header .logo-box .logo {
  flex: 1;
}
.header .logo-box .logo img {
  width: auto;
  height: 60px;
}
.header .logo-box .bank {
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
}
.header .logo-box .bank img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
}
.header .nav {
  color: #fff;
}
.header .nav ul {
  display: flex;
}
.header .nav ul li {
  flex: 1;
  text-align: center;
}
.header .nav ul li a {
  height: 30px;
  line-height: 30px;
  display: block;
}
.header .nav ul li a:hover {
  background: #7bc7bd;
}
@media screen and (max-width: 720px) {
  .header .head-title-img img {
    left: 73%;
  }
  .header .logo-box {
    padding: 0 5px;
  }
  .header .nav {
    font-size: 12px;
  }
}
.news-box {
  display: flex;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  color: #fff;
}
.news-box .news-title img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.news-box .txtMarquee-left {
  flex: 1;
}
@keyframes marquee {
  0% {
    transform: translate(100%);
  }
  to {
    transform: translate(-100%);
  }
}
.subnav {
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  background: #fff;
}
.subnav ul {
  display: flex;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0px 2px 1px #ff9c00;
}
.subnav ul li {
  flex: 1;
}
.subnav ul li img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .subnav {
    margin: 0;
  }
  .subnav ul li img {
    width: 67.2px;
    height: auto;
  }
  .subnav ul {
    font-size: 15px;
  }
}
.list-title {
  background: linear-gradient(transparent, #f4a460);
  color: #ff0;
  border-left: 1px solid #429a94;
  border-right: 1px solid #429a94;
  height: 35px;
  line-height: 35px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #e68c8c;
  text-shadow: 1px 4px 1px #b99b5f;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
}
.tiezi {
  table-layout: fixed;
  border: 0;
  background: #fff;
}
.tiezi td {
  padding-left: 40px;
  background: url('/home/assets/gabjw_4b78124d95c2.gif') 5px center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #b99b5f;
  font-size: 16px;
}
.tiezi td a {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url('/home/assets/gabjw_37004f687e68.png') center right no-repeat;
}
@media screen and (max-width: 720px) {
  .tiezi td {
    font-size: 14px;
  }
}
.footer {
  padding-bottom: 40px;
  background: url('/home/assets/gabjw_c9f0102e0883.png') center bottom no-repeat;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scaleX(1);
  }
}
.gaggb {
  table-layout: fixed;
  font-size: 18px;
  text-align: center;
  background: #0f0;
}
.gaggb td {
  border: 1px solid #e5e5e5;
  padding: 2px;
  font-weight: 700;
  font-family: 宋体;
}
.gaggb td span {
  color: red;
  background: #ff0;
}
.gaggb td a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sxss12 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  background: linear-gradient(180deg, #4cc3b8, #3aa89f);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px #0000001f;
}
.sxss12 td {
  border: 1px solid #cfe8e6;
  background: #ffffff14;
  -webkit-backdrop-filter: saturate(140%);
  backdrop-filter: saturate(140%);
  padding: 6px 8px;
  font-weight: 700;
  text-align: center;
  color: #e6f7f5;
  border-radius: 6px;
}
.sxss12 .xxss-tit {
  background: #ffffff26;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  border: 1px solid #d9f0ee;
}
.sxss12 td span {
  display: block;
  margin-top: 3px;
  font-size: 18px;
  line-height: 1;
  color: #ffeb3b;
  background: transparent;
}
* {
  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);
  }
}
.data-map-item {
  gap: 0.5rem;
}
@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;
  }
}
