.frontend-three-d-omission .three-d-omission-panel { padding: 15px 0 20px; background: #fff; }
.frontend-three-d-omission .three-d-omission-heading { width: 930px; max-width: 100%; min-height: 30px; text-align: center; }
.frontend-three-d-omission .three-d-omission-heading h1 { margin: 0; color: #ff0000; font-size: 18px; font-weight: 700; line-height: 30px; }
.frontend-three-d-omission .three-d-omission-period { display: flex; align-items: center; gap: 3px; width: 930px; max-width: 100%; min-height: 20px; color: #000; font-size: 12px; }
.frontend-three-d-omission .three-d-omission-period select { box-sizing: border-box; width: 58px; height: 16px; padding: 0 2px; border: 1px solid #777; border-radius: 0; background: #fff; color: #000; font: 12px/14px Arial, sans-serif; }
.frontend-three-d-omission .three-d-omission-scroll { width: 100%; overflow-x: auto; overflow-y: visible; background: #fff; }
.frontend-three-d-omission .three-d-omission-table { box-sizing: border-box; width: 930px; border: 1px solid #000; border-collapse: separate; border-spacing: 1px; background: #000; color: #000; table-layout: fixed; text-align: center; font: 12px Arial, "Microsoft YaHei", sans-serif; }
.frontend-three-d-omission .three-d-omission-heading,
.frontend-three-d-omission .three-d-omission-period,
.frontend-three-d-omission .three-d-omission-table { margin-left: auto; margin-right: auto; }
.frontend-three-d-omission .three-d-omission-table th,
.frontend-three-d-omission .three-d-omission-table td { box-sizing: border-box; height: 20px; padding: 1px; border: 0; background: #fff; line-height: 18px; white-space: nowrap; }
.frontend-three-d-omission .three-d-omission-table thead th { height: 27px; font-weight: 400; line-height: 24px; }
.frontend-three-d-omission .three-d-omission-table thead tr:first-child th { height: 31px; font-size: 14px; font-weight: 700; line-height: 28px; }
.frontend-three-d-omission .three-d-col-issue { width: 80px; }
.frontend-three-d-omission .three-d-col-draw { width: 80px; }
.frontend-three-d-omission .three-d-col-number { width: 20px; }
.frontend-three-d-omission .three-d-col-sum { width: 60px; }
.frontend-three-d-omission .three-d-omission-table tbody th { font-weight: 400; }
.frontend-three-d-omission .three-d-omission-table td.three-d-position--hundreds { background: #00ff00; }
.frontend-three-d-omission .three-d-omission-table td.three-d-position--tens { background: #ffff00; }
.frontend-three-d-omission .three-d-omission-table td.three-d-position--units { background: #d7d7d7; }
.frontend-three-d-omission .three-d-ball { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; font-weight: 700; line-height: 18px; }
.frontend-three-d-omission .three-d-ball--red { background: #ed1c24; }
.frontend-three-d-omission .three-d-ball--blue { background: #147ac5; }
.frontend-three-d-omission .three-d-empty { margin: 0; padding: 70px 20px; color: #999; text-align: center; }
.frontend-three-d-omission .three-d-empty--error { color: #b42318; }
@media (max-width: 700px) { .frontend-three-d-omission .three-d-omission-heading h1 { white-space: nowrap; } }
