
#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  height: 100vh;
}
/* #app:has(.topframe.highlight) {
   width: 900px;
   height: 800px;
   border: 2px solid #000;
   margin: 2px auto;
   position: relative;
   border-radius: 10px;
   background: #fefefe;
   cursor: default;
   color: #333333;
   font: 14px/21px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
} */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
}
[v-cloak] {
  display: none;
}


.layout[data-v-2f769f06] {
  height: 100%;
}
.layout-content[data-v-2f769f06] {
  height: 100%;
}
.main-box[data-v-2f769f06] {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.el-header[data-v-2f769f06] {
  height: 60px;
}
.el-menu--horizontal[data-v-2f769f06] {
  flex-wrap: wrap;
}
.el-menu-item[data-v-2f769f06] {
  width: 100px;
  border-bottom: 5px solid #425066;
}
.el-menu-item.is-active[data-v-2f769f06], .el-menu-item[data-v-2f769f06]:hover {
  border-bottom: 5px solid #69b076;
}
.layout-content-main[data-v-2f769f06] {
  position: relative;
  height: calc(100% - 170px);
}

/* 移动端样式 */
.mobile-header[data-v-2f769f06] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 60px;
  background-color: #425066;
  color: #fff;
}
.mobile-menu-toggle[data-v-2f769f06] {
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
}
.mobile-title[data-v-2f769f06] {
  font-size: 16px;
  font-weight: bold;
}
.mobile-logout[data-v-2f769f06] {
  font-size: 18px;
  cursor: pointer;
  padding: 8px;
}
.mobile-menu-overlay[data-v-2f769f06] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu[data-v-2f769f06] {
  width: 280px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  animation: slideIn-2f769f06 0.3s ease-out;
}
@keyframes slideIn-2f769f06 {
from {
    transform: translateX(-100%);
}
to {
    transform: translateX(0);
}
}
.mobile-menu-header[data-v-2f769f06] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  background-color: #425066;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.mobile-menu-header i[data-v-2f769f06] {
  cursor: pointer;
  font-size: 18px;
}
.mobile-menu-items[data-v-2f769f06] {
  padding: 10px 0;
}
.mobile-menu-item[data-v-2f769f06] {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-item[data-v-2f769f06]:hover {
  background-color: #f5f7fa;
}
.mobile-menu-item.active[data-v-2f769f06] {
  background-color: #e1f3d8;
  color: #67c23a;
  border-left: 4px solid #67c23a;
}
.mobile-menu-item i[data-v-2f769f06] {
  margin-right: 12px;
  font-size: 18px;
  width: 20px;
  text-align: center;
}
.mobile-menu-item span[data-v-2f769f06] {
  font-size: 14px;
}

/* 响应式调整 */
@media (max-width: 768px) {
.el-header[data-v-2f769f06] {
    height: 60px !important;
    padding: 0px;
}
.layout-content-main[data-v-2f769f06] {
    height: calc(100% - 60px);
}
.el-main[data-v-2f769f06] {
	padding: 10px;
    height: calc(100vh - 60px) !important;
}
}
@media (min-width: 769px) {
.el-header[data-v-2f769f06] {
    height: 60px;
}
}


.main-container[data-v-62c4e20e] {
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.game-type[data-v-62c4e20e] {
  margin-bottom: 0;
}
.box[data-v-62c4e20e] {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.result-box[data-v-62c4e20e] {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.result-box .r1[data-v-62c4e20e] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.result-box .r1 .t1[data-v-62c4e20e] {
  font-weight: 700;
  font-size: 18px;
  color: #ff0000;
}
.result-box .r1 .t2[data-v-62c4e20e] {
  padding-left: 10px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.result-box .r3[data-v-62c4e20e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 40px;
}
.result-box .r3 .num[data-v-62c4e20e] {
  width: 30px;
  height: 30px;
  border: 2px solid #ff0000;
  border-radius: 50%;
  line-height: 26px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
.result-box .r3 .num.num1[data-v-62c4e20e] {
  border: 2px solid #007bff;
  background-color: #007bff;
  color: #fff;
}
.result-box .r3 .sum[data-v-62c4e20e] {
  font-weight: 700;
  width: 50px;
  height: 30px;
  background: #ff0000;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
}
.result-box .time[data-v-62c4e20e] {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.lu-box[data-v-62c4e20e] {
  padding-bottom: 0;
  color: #4a4a4a;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.table-container[data-v-62c4e20e] {
  overflow-x: auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.lu-box table.draws[data-v-62c4e20e] {
  width: 100%;
  background-color: #fff;
  font-size: 12px;
  border-collapse: collapse;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
  min-width: 600px;
}
.lu-box table.draws thead[data-v-62c4e20e] {
  background: #007bff;
  color: #fff;
}
.lu-box table.draws th[data-v-62c4e20e]:nth-child(1) {
  width: 60px;
}
.lu-box table.draws th[data-v-62c4e20e]:nth-child(2) {
  width: 80px;
}
.lu-box table.draws th[data-v-62c4e20e]:nth-child(4) {
  width: 100px;
}
.lu-box table.draws th[data-v-62c4e20e],
.lu-box table.draws td[data-v-62c4e20e] {
  padding: 8px 4px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.lu-box table.draws tbody tr[data-v-62c4e20e]:nth-child(1) {
  border: 2px solid #ff0000;
  background-color: #fff5f5;
}
.lu-box table.draws .result[data-v-62c4e20e] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 2px;
  border: 1px solid #ddd;
}
.lu-box table.draws .result .num[data-v-62c4e20e] {
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 50%;
  border: 2px solid #ff0000;
  text-align: center;
  display: inline-block;
  margin: 0 1px;
  font-size: 12px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
.lu-box table.draws .result .num.num1[data-v-62c4e20e] {
  border: 2px solid #007bff;
  background-color: #007bff;
  color: #fff;
}
.lu-box .s[data-v-62c4e20e] {
  display: inline-block;
  width: 25px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}
.lu-box .s.s1[data-v-62c4e20e] {
  background: #007bff;
}
.lu-box .s.s2[data-v-62c4e20e] {
  background: #28a745;
}
.lu-box .s.s3[data-v-62c4e20e] {
  background: #ffc107;
}
.lu-box .s.s4[data-v-62c4e20e] {
  background: #dc3545;
}
.lu-box .lu[data-v-62c4e20e] {
  width: 100%;
  text-align: center;
  border-top: 1px solid #9fa0a0;
  border-left: 1px solid #9fa0a0;
  margin-top: 0;
  overflow-x: auto;
}
.lu-box .lu .head[data-v-62c4e20e] {
  height: 30px;
  font-weight: bolder;
  background: #eee;
}
.lu-box .lu .body[data-v-62c4e20e] {
  background: #ffffff;
}
.lu-box .lu .head[data-v-62c4e20e],
.lu-box .lu .body[data-v-62c4e20e] {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: row wrap;
}
.lu-box .lu .head div[data-v-62c4e20e],
.lu-box .lu .body div[data-v-62c4e20e] {
  width: 30px;
  height: 30px;
  border-right: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lu-box .lu .head div .s[data-v-62c4e20e],
.lu-box .lu .body div .s[data-v-62c4e20e] {
  width: 18px;
  height: 18px;
}
h3[data-v-62c4e20e] {
  margin-bottom: 15px;
  color: #333;
  font-size: 18px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
.main-container[data-v-62c4e20e] {
    padding: 15px;
}
.result-box[data-v-62c4e20e] {
    padding: 15px;
}
.result-box .r3 .num[data-v-62c4e20e] {
    width: 28px;
    height: 28px;
    line-height: 24px;
    font-size: 13px;
}
.result-box .r3 .sum[data-v-62c4e20e] {
    width: 45px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
}
@media (max-width: 992px) {
.main-container[data-v-62c4e20e] {
    padding: 12px;
}
.box[data-v-62c4e20e] {
    gap: 15px;
}
.result-box[data-v-62c4e20e] {
    padding: 12px;
}
.result-box .r1 .t1[data-v-62c4e20e] {
    font-size: 16px;
}
.result-box .r1 .t2[data-v-62c4e20e] {
    font-size: 14px;
}
.result-box .r3[data-v-62c4e20e] {
    gap: 8px;
    padding: 12px 0;
}
.result-box .r3 .num[data-v-62c4e20e] {
    width: 26px;
    height: 26px;
    line-height: 22px;
    font-size: 12px;
}
.result-box .r3 .sum[data-v-62c4e20e] {
    width: 40px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
}
.lu-box table.draws[data-v-62c4e20e] {
    font-size: 11px;
    min-width: 500px;
}
.lu-box table.draws th[data-v-62c4e20e],
  .lu-box table.draws td[data-v-62c4e20e] {
    padding: 6px 3px;
}
.lu-box table.draws .result .num[data-v-62c4e20e] {
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 11px;
}
.lu-box .s[data-v-62c4e20e] {
    width: 22px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
}
.lu-box .lu .head div[data-v-62c4e20e],
  .lu-box .lu .body div[data-v-62c4e20e] {
    width: 28px;
    height: 28px;
}
.lu-box .lu .head div .s[data-v-62c4e20e],
  .lu-box .lu .body div .s[data-v-62c4e20e] {
    width: 16px;
    height: 16px;
}
}
@media (max-width: 768px) {
.main-container[data-v-62c4e20e] {
    padding: 10px;
}
.box[data-v-62c4e20e] {
    gap: 12px;
}
.result-box[data-v-62c4e20e] {
    padding: 10px;
}
h3[data-v-62c4e20e] {
    font-size: 16px;
    margin-bottom: 10px;
}
.result-box .r1[data-v-62c4e20e] {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.result-box .r1 .t1[data-v-62c4e20e] {
    font-size: 15px;
}
.result-box .r1 .t2[data-v-62c4e20e] {
    font-size: 13px;
    padding-left: 0;
}
.result-box .r3[data-v-62c4e20e] {
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
}
.result-box .r3 .num[data-v-62c4e20e] {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 11px;
}
.result-box .r3 .sum[data-v-62c4e20e] {
    width: 35px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}
.result-box .time[data-v-62c4e20e] {
    font-size: 12px;
}
.lu-box table.draws[data-v-62c4e20e] {
    font-size: 10px;
    min-width: 450px;
}
.lu-box table.draws th[data-v-62c4e20e],
  .lu-box table.draws td[data-v-62c4e20e] {
    padding: 4px 2px;
}
.lu-box table.draws .result[data-v-62c4e20e] {
    padding: 8px;
    gap: 1px;
}
.lu-box table.draws .result .num[data-v-62c4e20e] {
    width: 16px;
    height: 16px;
    line-height: 15px;
    font-size: 10px;
}
.lu-box .s[data-v-62c4e20e] {
    width: 20px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
}
.lu-box .lu .head div[data-v-62c4e20e],
  .lu-box .lu .body div[data-v-62c4e20e] {
    width: 25px;
    height: 25px;
}
.lu-box .lu .head div .s[data-v-62c4e20e],
  .lu-box .lu .body div .s[data-v-62c4e20e] {
    width: 14px;
    height: 14px;
}
}
@media (max-width: 480px) {
.main-container[data-v-62c4e20e] {
    padding: 8px;
}
.box[data-v-62c4e20e] {
    gap: 10px;
}
.result-box[data-v-62c4e20e] {
    padding: 8px;
}
h3[data-v-62c4e20e] {
    font-size: 14px;
    margin-bottom: 8px;
}
.result-box .r1 .t1[data-v-62c4e20e] {
    font-size: 14px;
}
.result-box .r1 .t2[data-v-62c4e20e] {
    font-size: 12px;
}
.result-box .r3[data-v-62c4e20e] {
    gap: 4px;
    padding: 8px 0;
}
.result-box .r3 .num[data-v-62c4e20e] {
    width: 22px;
    height: 22px;
    line-height: 18px;
    font-size: 10px;
}
.result-box .r3 .sum[data-v-62c4e20e] {
    width: 32px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
}
.result-box .time[data-v-62c4e20e] {
    font-size: 11px;
}
.lu-box table.draws[data-v-62c4e20e] {
    font-size: 10px;
    min-width: 100%;
}
.lu-box table.draws th[data-v-62c4e20e],
  .lu-box table.draws td[data-v-62c4e20e] {
    padding: 3px 1px;
}
.lu-box table.draws .result[data-v-62c4e20e] {
    padding: 7px;
}
.lu-box table.draws .result .num[data-v-62c4e20e] {
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 9px;
}
.lu-box .s[data-v-62c4e20e] {
    width: 18px;
    height: 14px;
    line-height: 14px;
    font-size: 9px;
}
.lu-box .lu .head div .s[data-v-62c4e20e],
  .lu-box .lu .body div .s[data-v-62c4e20e] {
    width: 12px;
    height: 12px;
}
}
@media (max-width: 350px) {
.lu-box .s[data-v-62c4e20e] {
		width: 13px;
		margin-right: 0px;
}
}

/* 横屏设备优化 */
@media (max-height: 600px) and (orientation: landscape) {
.main-container[data-v-62c4e20e] {
    padding: 8px;
}
.box[data-v-62c4e20e] {
    gap: 10px;
}
.result-box[data-v-62c4e20e] {
    padding: 8px;
}
.lu-box .lu .body[data-v-62c4e20e] {
    height: 150px;
}
}


.verify-mask[data-v-61fbd9fb] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.verify-dialog[data-v-61fbd9fb] {
  width: 320px;
  background: #fff;
  border-radius: 16px;
  padding: 24px 24px 30px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.verify-title[data-v-61fbd9fb] {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.verify-input[data-v-61fbd9fb] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.verify-actions[data-v-61fbd9fb] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.verify-btn[data-v-61fbd9fb] {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.verify-btn.cancel[data-v-61fbd9fb] {
  background: #f5f5f5;
  color: #333;
}
.verify-btn.confirm[data-v-61fbd9fb] {
  background: #1d86ff;
  color: #fff;
}
.verify-btn[data-v-61fbd9fb]:active {
  opacity: 0.9;
}
.login-container[data-v-61fbd9fb] {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #ca662b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-padding[data-v-61fbd9fb] {
  height: 20px;
}
.login-box[data-v-61fbd9fb] {
  background: white;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 40px;
  width: 400px;
  max-width: 90vw;
}
.login-name[data-v-61fbd9fb] {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
.login-form[data-v-61fbd9fb] {
  width: 100%;
}
.title-name[data-v-61fbd9fb] {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  margin-top: 15px;
}
.form-control[data-v-61fbd9fb] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s;
}
.form-control[data-v-61fbd9fb]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
}
.login-button[data-v-61fbd9fb] {
  width: 100%;
  padding: 12px;
  background: #667eea;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s;
}
.login-button[data-v-61fbd9fb]:hover:not(:disabled) {
  background: #5a6fd8;
}
.login-button[data-v-61fbd9fb]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.clearf[data-v-61fbd9fb]::after {
  content: '';
  display: table;
  clear: both;
}
.fr[data-v-61fbd9fb] {
  float: right;
}

