button {
    border: 0
}

a.hidefocus,a:focus,button,input {
    outline: 0
}

body,html {
    font-family: 'Microsoft YaHei',Arial,Helvetica;
    color: #000;
    font-size: 14px
}

html {
    background: #f4f4f4
}

body {
    max-width: 720px;
    margin: 0 auto
}

* {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

iframe {
    margin: 0;
    padding: 0;
    display: block;
}

ol,ul {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

a:active,a:link,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: red
}

input[type=button],input[type=submit],input[type=text] {
    -webkit-appearance: none;
    outline: 0
}

button {
    cursor: pointer
}

details > summary {
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

details > summary::marker {
    display: none;
}

details .content {
    padding: 8px 10px;
    background: #fff;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.6;
}

details .content .nr {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

details .content span,
details .content table tr td,
details .content table tr td strong,
details .content table tr td span,
details .content .list-title,
.accordion .content p {
    font-family: STHeiti, 'Microsoft YaHei', Helvetica, Arial, sans-serif !important;
    font-feature-settings: normal !important;
    -webkit-font-feature-settings: normal !important;
    -moz-font-feature-settings: normal !important;
}

details .content .list-title {
    font-size: 16pt !important;
}

details .content table tr td {
    font-size: 18px;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-all;
}

.accordion .content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    word-wrap: break-word;
    word-break: break-all;
    padding: 8px 10px !important;
}

@media screen and (max-width: 610px) {
    details .content .nr { font-size: 18px !important; }
    details .content span { font-size: 18px !important; }
    details .content table tr td { font-size: 16px !important; }
    details .content table tr td strong,
    details .content table tr td span { font-size: 16px !important; }
    details .content .list-title { font-size: 14pt !important; }
    .accordion .content p { font-size: 15px !important; }
}

@media screen and (max-width: 505px) {
    details .content .nr { font-size: 16px !important; }
    details .content span { font-size: 16px !important; }
    details .content table tr td { font-size: 15px !important; }
    details .content table tr td strong,
    details .content table tr td span { font-size: 15px !important; }
    details .content .list-title { font-size: 13pt !important; }
    .accordion .content p { font-size: 14px !important; }
}

@media screen and (max-width: 429px) {
    details .content .nr { font-size: 15px !important; }
    details .content span { font-size: 15px !important; }
    details .content table tr td { font-size: 14px !important; }
    details .content table tr td strong,
    details .content table tr td span { font-size: 14px !important; }
    details .content .list-title { font-size: 12pt !important; }
    .accordion .content p { font-size: 13px !important; }
}

@media screen and (max-width: 374px) {
    details .content .nr { font-size: 14px !important; }
    details .content span { font-size: 14px !important; }
    details .content table tr td { font-size: 13px !important; }
    details .content table tr td strong,
    details .content table tr td span { font-size: 13px !important; }
    details .content .list-title { font-size: 11pt !important; }
    .accordion .content p { font-size: 12px !important; }
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

table {
    table-layout: auto;
    width: 100%;
    background: #fff;
}

table tr td strong {
    font-family: 'Roboto', 'Arial', 'Helvetica Neue', 'Consolas', 微软雅黑 !important;
    font-feature-settings: 'tnum' !important;
    -webkit-font-feature-settings: 'tnum' !important;
    -moz-font-feature-settings: 'tnum' !important;
}

table tr td span {
    font-family: 'Roboto', 'Arial', 'Helvetica Neue', 'Consolas', 微软雅黑 !important;
    font-feature-settings: 'tnum' !important;
    -webkit-font-feature-settings: 'tnum' !important;
    -moz-font-feature-settings: 'tnum' !important;
}

.tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: #f0f0f0;
}

.tab {
    padding: 6px 12px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 4px;
    text-align: center;
}

.tab.lottery_5.active {
    background-color: #1fb61d;
    color: white;
}

.tab.lottery_1.active {
    background-color: #e71607;
    color: white;
}

.header.index-header,.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.box,.nav {
    overflow: hidden
}

.box,.header {
    background-image: linear-gradient(to right, #cebcb7, #dcb6ae, #ecbfda, #e4bdd0, #efc6ce, #c6b6cd, #dec9ae, #c6b6cd, #efc6ce, #e4bdd0, #ecbfda, #dcb6ae, #cebcb7);
}

.header .bank a,.subnav a {
    text-align: center;
    font-size: 12pt
}

.subnav a img,.subnav a:hover {
    animation-duration: 1s;
    animation-fill-mode: both
}

.gg td a,.qxtable,.subnav a {
    color: #000
}

.qxtable,.qxtable.yxym {
    word-wrap: break-word;
    word-break: break-all
}

.box,.ggimg,.riqi,.xjbox {
    margin: 0 0 5px 0;
}

.gg td,.gongshi td,.qxtable td {
    text-overflow: ellipsis
}

.blgg a:hover,.post-list a:hover {
    text-decoration: underline
}

.blgg td,.gg td,.gg td a,.gongshi td,.gongshi td a,.guanggao td,.post-list a {
    white-space: nowrap
}

.blgg a,.post-list a {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    display: block
}

.blgg a,.gg td a,.gongshi td a,.header .bank a,.post-list a,.subnav a,.subnav a img {
    display: block
}

.header.index-header {
    height: 139px
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px
}

.header .logo-box {
    height: 50px
}

.header .logo {
    float: left;
    height: 50px;
    margin-left: 0
}

.header .logo .logo-img {
    width: 208px;
    height: 50px
}

.header .bank {
    float: right;
    position: relative;
    width: 80px;
    height: 50px
}

.header .bank img {
    display: block;
    width: 75px;
    height: 50px;
    margin: 0 auto
}

.header .bank a {
    color: #fff;
    padding-top: 14px
}

.nav {
    border-top: 1px solid #000
}

.nav span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 16.66%;
    text-align: center;
    cursor: pointer;
}

.nav span:hover {
    background: #292929;
}

.box {
    border-radius: 5px
}

.nullbox {
    height: 140px
}

.news-title,.txtMarquee-left {
    height: 35px;
    line-height: 35px
}

.box .dbt img {
    margin-top: 98px;
    margin-bottom: -8px
}

.news-title {
    float: left;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.subnav,.xjbox {
    border-radius: 5px;
    overflow: hidden
}

.txtMarquee-left {
    padding: 0 1px;
    width: auto;
    position: relative;
    overflow: hidden
}

.subnav {
    padding: 0;
    background: #e7f1fd
}

.subnav a {
    float: left;
    width: 20%;
    font-weight: 700;
    text-shadow: 0 2px 1px #ff9c00
}

.gg th,.gongshi th,.list-title {
    text-shadow: 1px 4px 1px #b99b5f
}

.subnav a img {
    width: 80px;
    height: 75px;
    margin: 0 auto 2px
}

.subnav a:first-child img,.subnav a:nth-child(2) img {
    animation-name: fadeInLeft
}

.subnav a:nth-child(3) img {
    animation-name: bounceInDown
}

.subnav a:nth-child(4) img,.subnav a:nth-child(5) img {
    animation-name: fadeInRight
}

.ggimg a img {
    width: 60px;
    height: 60px
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.subnav a:hover {
    animation-name: pulse
}

@keyframes pulse {
    0%,to {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pad {
    padding: 1px 4px
}

.padt {
    padding: 4px 4px 1px
}

.xjbox {
    background: #000
}

.list-title,.qxtable {
    text-align: center;
    font-weight: 600
}

.gg,.gongshi {
    color: #000;
    table-layout: fixed
}

.blgg,.guanggao,.pnzl,.qxtable.yxym {
    table-layout: auto
}

.gg tr,.gongshi tr {
    height: 25px
}

.gg td,.gg th {
    padding: 4px 6px
}

.gg th,.gongshi th {
    font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000
}

.gg td,.qxtable.yxym td {
    font-size: 18pt
}

.gg td {
    height: 42px;
    overflow: hidden;
    border-bottom: 1px solid #e7f1fd
}

.gg td a {
    font-weight: 700;
    overflow: hidden
}

.ggam {
    color: #000;
    table-layout: fixed;
}

.ggam tr {
    height: 30px;
    background: #F4F4F4;
}

.ggam td,.ggam th {
    padding: 4px;
}

.ggam th {
    font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #b99b5f;
}

.ggam td {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #fff;
    font-size: 16pt;
    text-align: center;
}

.ggam td a {
    display: block;
    color: #0000FF;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.dingbugg {
    color: #000;
    table-layout: fixed;
}

.dingbugg tr {
    height: 25px;
}

.dingbugg th,.dingbugg td {
    padding: 2px;
}

.dingbugg th {
    font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #b99b5f;
}

.dingbugg td {
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #383232;
    font-size: 16pt;
    text-align: center;
}

.dingbugg td a {
    display: block;
    color: #0000FF;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.duilianpt tr,.duilianpt1 tr,.biaoti tr,.qxtable tr {
    height: 30px !important
}

.qxtable td,.qxtable th {
    border: 1px solid #fff
}

.qxtable th {
    font-size: 18px;
    background: #fff89c;
    text-align: center;
    color: red
}

.qxtable td {
    font-size: 26px
}

.qxtable .xz {
    font-size: 34px
}

.qxtable .xz1 {
    font-size: 20px
}

.qxtable .xz2 {
    font-size: 30px
}

.qxtable .xz3 {
    font-size: 38px
}

.post-list a,.qxtable .jx {
    font-size: 22px
}

.qxtable.left,.qxtable.left th {
    text-align: left
}

.qxtable.yxym tr td:first-child {
    background: #d5e5fb;
    width: 26%
}

.qxtable.yxym tr td:nth-child(3) {
    background: #d5e5fb;
    width: 18%
}

.qxtable.yxym tr td:nth-child(2) {
    background: #f7f7f7;
    width: 56%;
    font-size: 28px
}

.list-title {
    height: 38px;
    line-height: 38px;
    font-size: 30pt;
    color: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.guanggao,.riqi {
    color: #fff;
    text-align: center
}

.riqi {
    font-size: 19pt;
    font-weight: 700
}

.duilianpt .zl,.biaoti .zl,.haoju {
    font-size: 20pt
}

.haoju {
    text-align: center;
    font-weight: 700;
    padding: 3px 0
}

#yxym .list-title {
    padding-top: 0;
    background: linear-gradient(transparent, #f7f3f3) !important;
    font-size: 32px;
    color: #000;
    text-shadow: 0 0 10px #e5e5e5
}

ul {
    margin: 1px
}

.post-list {
    text-align: center
}

.post-list-tit-pic {
    margin-bottom: 6px
}

.post-list li {
    padding: 3px;
    border-radius: 0;
    background-color: #fff
}

.post-list a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top,#fff,#eee,#fff);
    font-weight: 700;
    color: #000;
    overflow: hidden;
    padding-right: 4px
}

.post-list a:hover {
    color: red
}

.post-list a .ci {
    font-size: 26px
}

.guanggao {
    border-radius: 5px;
    overflow: hidden;
    background: #4e9af2
}

.guanggao tr {
    height: 33px
}

.guanggao img {
    width: 100%;
    height: 45px
}

.guanggao a {
    font-size: 16pt;
    color: #000
}

.guanggao td {
    font-weight: 700;
    border: 0;
    solid: #636262;
    width: 100%;
    text-align: left
}

.copyright,.gongshi td,.pnzl {
    text-align: center
}

.gongshi td,.gongshi th {
    padding: 5px 2px
}

.gongshi td {
    height: 22px;
    overflow: hidden;
    border: 1px solid #efe8e8;
    font-size: 18pt
}

.gongshi td a {
    color: #00f;
    font-weight: 700;
    overflow: hidden
}

.duilianpt,.duilianpt1 {
    table-layout: auto;
    color: red;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff
}

.pnzl,.pnzl a {
    color: #000
}

.duilianpt td,.duilianpt tr td,.duilianpt th,.duilianpt1 td,
.biaoti td,.biaoti tr td,.biaoti th {
    font-weight: 700;
    border: 1px solid silver;
    font-size: 18pt
}

.duilianpt1 .zl {
    font-size: 22pt
}

.duilianpt1 th {
    font-weight: 700;
    border: 1px solid silver;
    font-size: 17pt
}

.yjjt {
    table-layout: auto;
    color: #FF0000;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.yjjt tr {
    height: 25px;
}

.yjjt td {
    font-weight: bold;
    border: 1px solid #fff;
    font-size: 18pt;
}

.yjjt th {
    font-weight: bold;
    border: 1px solid #C0C0C0;
    font-size: 17pt;
}

.yjjt .xz {
    font-size: 15pt;
}

.sanshima {
    table-layout: auto;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.sanshima tr {
    height: 25px;
}

.sanshima td {
    font-weight: bold;
    border: 1px solid #C0C0C0;
    font-size: 18pt;
    text-align: center;
    color: #0000FF;
}

.sanshima th {
    font-weight: bold;
    border: 1px solid #C0C0C0;
    font-size: 16pt;
    text-align: left;
    color: #000;
}

.biaoti {
    table-layout: auto;
    color: #fff;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    background: #0000FF;
}

.pnzl {
    border-radius: 5px;
    overflow: hidden;
    background: #f5f5f5
}

.pnzl tr {
    height: 32px
}

.pnzl td {
    font-weight: 700;
    border: 1px solid #fff;
    width: 33.3%;
    font-size: 12pt
}

.copyright {
    width: 80%;
    margin: 0 auto 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    color: #fff
}

.blgg,.blgg a {
    text-align: center;
    color: #000
}

.xjct {
    background: #AC6767;
}

@media screen and (max-width: 610px) {
    .duilianpt td,.biaoti td,.riqi {
        font-size: 15pt !important
    }

    .haoju {
        font-size: 18pt
    }

    .pad {
        padding: 2px
    }

    .padt {
        padding: 2px 2px .1px
    }

    #yxym .list-title,.qxtable td {
        font-size: 20px !important
    }

    .duilianpt .zl,.biaoti .zl {
        font-size: 17pt !important
    }

    .duilianpt th,.biaoti th,.duilianpt1 th {
        font-size: 14pt !important
    }

    .duilianpt1 td,.gg td {
        font-size: 16pt !important
    }

    .duilianpt1 .zl {
        font-size: 19pt !important
    }

    .qxtable .xz {
        font-size: 26px !important
    }

    .qxtable .xz1 {
        font-size: 18px !important
    }

    .qxtable .xz2 {
        font-size: 24px !important
    }

    .qxtable .xz3 {
        font-size: 30px !important
    }

    .listtable td {
        font-size: 13pt
    }

    .qxtable.yxym td {
        font-size: 12pt !important
    }

    .post-list a {
        font-size: 21px
    }

    .yjjt td {
        font-size: 18pt
    }

    .yjjt th {
        font-size: 17pt
    }

    .yjjt .xz {
        font-size: 14pt
    }

    .sanshima td {
        font-size: 15pt
    }

    .sanshima th {
        font-size: 14pt
    }

    .dingbugg td {
        font-size: 15pt
    }
}

@media screen and (max-width: 505px) {
    .pad {
        padding: 2px 1px
    }

    #yxym .list-title,.qxtable td,.qxtable.yxym td {
        font-size: 18px !important
    }

    .guanggao a,.riqi {
        font-size: 12pt
    }

    .gg td,.haoju {
        font-size: 15pt
    }

    .box,.subnav,.xjbox {
        margin: 3px 0
    }

    .subnav a {
        font-size: 11pt
    }

    .subnav a img {
        width: 60.8px;
        height: 55px
    }

    .ggimg a img {
        width: 40px;
        height: 40px
    }

    .post-list a .ci,.qxtable.yxym tr td:nth-child(2) {
        font-size: 24px !important
    }

    .post-list a,.qxtable .jx {
        font-size: 19px !important
    }

    .guanggao img {
        width: 100%;
        height: 33px
    }

    .duilianpt .zl,.biaoti .zl,.duilianpt1 td,.gongshi td {
        font-size: 16pt !important
    }

    .duilianpt td,.biaoti td {
        font-size: 14pt !important
    }

    .duilianpt th,.biaoti th,.duilianpt1 th,.pnzl td {
        font-size: 13pt !important
    }

    .duilianpt1 .zl {
        font-size: 18pt !important
    }

    .qxtable .xz {
        font-size: 26px !important
    }

    .qxtable .xz1 {
        font-size: 16px !important
    }

    .qxtable .xz2 {
        font-size: 20px !important
    }

    .qxtable .xz3 {
        font-size: 30px !important
    }

    .gg td a {
        text-align: left
    }

    .ggam td {
        font-size: 14pt
    }

    .ggam td a {
        text-align: left
    }

    .dingbugg td {
        font-size: 14pt
    }

    .dingbugg td a {
        text-align: left
    }

    .yjjt td {
        font-size: 14pt
    }

    .yjjt th {
        font-size: 13pt
    }

    .yjjt .xz {
        font-size: 12pt
    }

    .sanshima td {
        font-size: 14pt
    }

    .sanshima th {
        font-size: 13pt
    }
}

@media screen and (max-width: 429px) {
    .haoju {
        font-size: 14pt
    }

    .qxtable td {
        font-size: 17px !important
    }

    .qxtable .xz1 {
        font-size: 15px !important
    }

    .qxtable .xz2 {
        font-size: 19px !important
    }

    .qxtable .xz3 {
        font-size: 28px !important
    }

    .qxtable .xz {
        font-size: 24px !important
    }

    .duilianpt td,.biaoti td {
        font-size: 13pt !important
    }

    .duilianpt .zl,.biaoti .zl,.duilianpt1 td {
        font-size: 15pt !important
    }

    .duilianpt1 .zl {
        font-size: 17pt !important
    }

    .post-list a {
        font-size: 18px !important
    }

    .post-list a .ci,.qxtable.yxym tr td:nth-child(2) {
        font-size: 23px !important
    }

    .yjjt td {
        font-size: 13pt
    }

    .yjjt th {
        font-size: 12pt
    }

    .yjjt .xz {
        font-size: 10pt
    }
}

@media screen and (max-width: 409px) {
    .duilianpt th,.biaoti th,.riqi {
        font-size: 9pt !important
    }

    .duilianpt td,.biaoti td,.haoju {
        font-size: 12pt !important
    }

    .post-list a,.qxtable td,.qxtable.yxym td {
        font-size: 16px !important
    }

    .post-list a .ci,.qxtable .xz {
        font-size: 22px !important
    }

    .qxtable .xz1 {
        font-size: 14px !important
    }

    #yxym .list-title,.qxtable .xz2 {
        font-size: 17px !important
    }

    .qxtable .xz3 {
        font-size: 26px !important
    }

    .qxtable.yxym tr td:nth-child(2) {
        font-size: 21px !important
    }

    .qxtable .jx {
        font-size: 17px !important
    }

    .duilianpt .zl,.biaoti .zl,.duilianpt1 td,.gg td,.gongshi td {
        font-size: 12pt !important
    }

    .duilianpt1 .zl {
        font-size: 16pt !important
    }

    .duilianpt1 th,.pnzl td {
        font-size: 12pt !important
    }

    .ggam td {
        font-size: 13pt
    }

    .dingbugg td {
        font-size: 13pt
    }

    .yjjt td {
        font-size: 13pt
    }

    .yjjt th {
        font-size: 12pt
    }

    .yjjt .xz {
        font-size: 10pt
    }

    .sanshima td {
        font-size: 13pt
    }

    .sanshima th {
        font-size: 12pt
    }
}

@media screen and (max-width: 374px) {
    .duilianpt th,.biaoti th,.duilianpt1 th,.riqi {
        font-size: 8pt !important
    }

    .haoju {
        font-size: 12pt
    }

    .post-list a,.qxtable .jx,.qxtable td {
        font-size: 15px !important
    }

    .qxtable .xz1 {
        font-size: 12px !important
    }

    .qxtable .xz2 {
        font-size: 16px !important
    }

    .qxtable .xz3 {
        font-size: 22px !important
    }

    #yxym .list-title,.qxtable .xz {
        font-size: 18px !important
    }

    .duilianpt td,.biaoti td,.duilianpt1 td,.pnzl td {
        font-size: 12pt !important
    }

    .duilianpt .zl,.biaoti .zl,.gg td {
        font-size: 12pt !important
    }

    .duilianpt1 .zl {
        font-size: 15pt !important
    }

    .post-list a .ci,.qxtable.yxym tr td:nth-child(2) {
        font-size: 19px !important
    }

    .yjjt td {
        font-size: 12pt
    }

    .yjjt th {
        font-size: 11pt
    }

    .yjjt .xz {
        font-size: 9pt
    }

    .sanshima td {
        font-size: 12pt
    }

    .sanshima th {
        font-size: 11pt
    }
}

.blgg {
    border-radius: 0;
    overflow: hidden;
    background: #fff
}

.blgg td {
    font-weight: 700;
    border: 1px solid #fefefe;
    font-size: 18pt;
    padding: 2px
}

.blgg a {
    line-height: 35px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top,#fff,#eee,#fff);
    font-weight: 700;
    text-decoration: none;
    padding-left: 0
}

@media screen and (max-width: 580px) {
    .blgg td {
        font-size: 15pt
    }
}

@media screen and (max-width: 480px) {
    .blgg td {
        font-size: 14pt
    }
}

@media screen and (max-width: 408px) {
    .blgg td {
        font-size: 13pt
    }

    .blgg a {
        line-height: 30px
    }
}

@media screen and (max-width: 358px) {
    .blgg td {
        font-size: 12pt
    }
}

.eightSize{color: #0000ff; font-size: 20px;} .eightSizeTable{font-size: 22px;} @media screen and (max-width: 431px){.eightSize{font-size: 16px;} } @media screen and (max-width: 412px){.eightSize{font-size: 15px;} .eightSizeTable{font-size: 20px;} } @media screen and (max-width: 360px){.eightSize{font-size: 14px;} .eightSizeTable{font-size: 19px;} }
