body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

a {
    color: #0029ad;
    text-decoration: none
}

a:hover {
    color: #ed1c25
}

img {
    border: none;
    max-width: 100%
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.4
}

p,
figure,
figcaption,
blockquote,
dl,
dt,
dd,
ol,
caption,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
fieldset,
embed,
object,
applet,
canvas,
caption,
embed,
hgroup,
iframe,
output,
pre,
strike,
sub,
summary,
sup,
time,
video {
    border: 0;
    margin: 0;
    padding: 0
}

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

::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #555;
    opacity: 100
}

:-ms-input-placeholder {
    color: #555;
    opacity: 100
}

::placeholder {
    color: #bbb;
    opacity: 100
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset
}

input::-ms-clear {
    display: none
}

select::-ms-expand {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

input,
select,
textarea,
button {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    outline: none
}

input,
select {
    height: 40px;
    padding: 0 10px
}

input,
select,
textarea {
    float: left;
    width: 100%;
    border: solid 1px #b3b3b3;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-overflow: "";
    appearance: none;
    border-radius: 2px;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

input:focus,
select:focus,
textarea:focus {
    border: solid 1px #4285f4;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

select {
    background: url(../images/arow.svg) no-repeat;
    background-position: right 8px top 50%;
    padding-right: 24px
}

textarea {
    height: 85px;
    padding: 10px;
    resize: none
}

button {
    background: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0
}

button:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

table td,
table th {
    padding: 3px;
    border: solid 1px #dddfe2
}

table thead th {
    background: #f0f8ff;
    font-size: 15px;
    font-weight: 500
}

.section {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

@media only screen and (max-width:960px) {
    .section {
        margin-bottom: 12px;
        background: #fff;
    }
}

.menu-item5 {
    display: table;
    width: 100%;
    float: left;
}

.menu-item5 a {
    display: table-cell;
    width: 20%;
    float: left;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border: solid 1px #dddfe2;
    border-left: 0;
    border-bottom: 0;
    color: #222;
}

.menu-item5 a:nth-child(5n+5) {
    border-right: 0;
}

.menu-item5 a:hover {
    color: #fff;
    background: #ed1c25;
    border: solid 1px #ed1c25;
    border-left: 0;
    border-bottom: 0;
}

.menu-item5 a.active {
    color: #fff;
    background: #ed1c25;
    border: solid 1px #ed1c25;
    border-left: 0;
    border-bottom: 0;
}

@media (max-width:400px) {
    .menu-item5 a {
        font-size: 12px;
    }
}
/* item4 */

.menu-item4 {
    display: table;
    width: 100%;
    float: left;
}

.menu-item4 a {
    display: table-cell;
    width: 25%;
    float: left;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border: solid 1px #dddfe2;
    border-left: 0;
    border-bottom: 0;
    color: #222;
}

.menu-item4 a:nth-child(5n+5) {
    border-right: 0;
}

.menu-item4 a:hover {
    color: #fff;
    background: #ed1c25;
    border: solid 1px #ed1c25;
    border-left: 0;
    border-bottom: 0;
}

.menu-item4 a.active {
    color: #fff;
    background: #ed1c25;
    border: solid 1px #ed1c25;
    border-left: 0;
    border-bottom: 0;
}

@media (max-width:400px) {
    .menu-item4 a {
        font-size: 12px;
    }
}



.section {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.section-header {
    float: left;
    width: 100%;
    position: relative;
    background: #ffeca0;
    border: solid 1px #dddfe2;
    border-bottom: 0;
    padding: 8px 10px;
    text-align: center;
}

.section-content {
    float: left;
    width: 100%;
    position: relative;
}

@media only screen and (max-width:960px) {
    .section {
        margin-bottom: 12px;
        background: #fff;
    }
}

.lottery-today {
    text-align: center;
}

.lottery-today a {
    float: left;
    width: 100%;
    color: #0029ad;
}

.category-title {
    font-size: 18px;
    font-weight: bold;
}



.form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: table;
}

.btn-item {
    margin-right: 10px;
    float: left;
}

.btn-item:last-child {
    margin-right: 0;
}

.btn {
    display: inline-block;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background-color: #dddfe2;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.btn-danger {
    background-color: #ed1c25;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
}

.radio-1 {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
    left: 0;
    right: 0;
    width: 10px;
    margin: 0;
    padding: 0;
    top: 0;
    height: 10px;
}

.radio-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: solid 2px #dddfe2;
    border-radius: 100%;
}

.radio-2:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0029ad;
}

.radio-1:checked~.radio-2 {
    background-color: #fff;
    border: solid 2px #0029ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.radio-2:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-1:checked~.radio-2:after {
    display: block;
}


.section {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.section-header {
    float: left;
    width: 100%;
    position: relative;
    background: #ffeca0;
    border: solid 1px #dddfe2;
    border-bottom: 0;
    padding: 8px 10px;
    text-align: center;
}

.section-header h1 {
    font-family: sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.section-header h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.section-content {
    float: left;
    width: 100%;
    position: relative;
}

header div:last-child {
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

@media only screen and (max-width:960px) {
    .section {
        margin-bottom: 12px;
        background: #fff;
    }
}

.table-result {
    text-align: center;
    font-family: arial;
}

.table-result td {
    padding: 0;
}

.table-result tr:nth-of-type(2n) {
    background-color: #f0f8ff;
}

.table-result th {
    font-weight: normal;
}

.special-prize {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    font-weight: bold;
    color: #ed1c25;
}

.special-prize:hover {
    background-color: #fff4c3;
}

.prize1 {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
}

.prize1:hover {
    background-color: #fff4c3;
}

.prize2 {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
}

.prize2:hover {
    background-color: #fff4c3;
}

.prize3 {
    float: left;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
}

.prize3:hover {
    background-color: #fff4c3;
}

.prize4 {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
}

.prize4:hover {
    background-color: #fff4c3;
}

.prize5 {
    float: left;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
}

.prize5:hover {
    background-color: #fff4c3;
}

.prize6 {
    float: left;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
}

.prize6:hover {
    background-color: #fff4c3;
}

.prize7 {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 34px;
    color: #ed1c25;
}

.prize7:hover {
    background-color: #fff4c3;
}

.table-loto tr:nth-of-type(2n) {
    background-color: #f0f8ff;
}

.table-loto td {
    font-size: 16px;
    font-weight: bold;
}

.table-loto th {
    color: #ed1c25;
    font-weight: 400;
}

.table-loto thead th {
    background-color: #f0f8ff;
    font-size: 14px;
    color: #000;
}

.loto-name {
    width: 10%;
    text-align: center;
    color: #ed1c25;
}

.loto-col2 {
    width: 40%;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width:960px) {

    .prize1,
    .prize2,
    .prize3,
    .prize4,
    .prize5,
    .prize6 {
        font-size: 24px;
    }

    .prize7 {
        font-size: 30px;
    }
}

.site-link {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    font-family: sans-serif;
}

.site-link a {
    display: initial;
    text-decoration: underline;
    font-family: sans-serif;
}

.site-link a:hover {
    color: #ed1c25;
}

.site-link a+a:before {
    padding: 0 3px;
    color: #555;
    content: "/ ";
    display: inline-block;
}

.site-link2 {
    padding: 6px 16px;
    width: 100%;
    float: left;
    font-weight: 500;
}

.site-link2 a {
    display: contents;
}

.list-statistic {
    padding: 8px 0px;
    float: left;
    width: 100%;
    position: relative;
}

.list-statistic p {
    padding: 5px 0;
}

.btn-item2 {
    float: left;
    width: 110px;
    margin-right: 10px;
}

.number-spin {
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px;
}

.labelspin {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

@media (max-width:960px) {
    .btn-item {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.red {
    color: #ed1c25;
}

#hover-number td:hover {
    background-color: #00918d;
}

.btn-item2.fixw {
    max-width: 130px;
}

.section-header .site-link {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.red {
    color: #ed1c25;
}

input,
select {
    float: left;
    width: 100%;
    border: solid 1px #b3b3b3;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-overflow: "";
    appearance: none;
    border-radius: 2px;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#btnStartOrStop {
    text-wrap: nowrap;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #999;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin: 0 8px 0 0;
    padding: 0;
    top: 2px;
}

input[type="radio"]:checked {
    background-color: #ed1c25;
    border-color: #ed1c25;
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}


.runloto-0,
.runloto-1,
.runloto-2,
.runloto-3,
.runloto-4,
.runloto-5,
.runloto-6,
.runloto-7,
.runloto-8,
.runloto-9 {
    border-radius: 100%;
    color: #fff;
    padding: 0 3px;
    font-size: 22px
}

.runloto-0,
.runloto-2,
.runloto-4,
.runloto-6,
.runloto-8 {
    background: #333;
    background: -moz-linear-gradient(-45deg, rgba(235, 113, 100, 1) 0, #000);
    background: -webkit-gradient(left top, right bottom, color-stop(0, #333), color-stop(100%, #333));
    background: -webkit-linear-gradient(-45deg, #333 0, #333 100%);
    background: -o-linear-gradient(-45deg, #333 0, #333 100%);
    background: -ms-linear-gradient(-45deg, #333 0, #333 100%);
    background: linear-gradient(135deg, #333 0, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333', GradientType=1)
}

.runloto-1,
.runloto-3,
.runloto-5,
.runloto-7,
.runloto-9 {
    background: #b01014;
    background: -moz-linear-gradient(-45deg, #b01014 0, #b01014 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, #b01014), color-stop(100%, #b01014));
    background: -webkit-linear-gradient(-45deg, #b01014 0, #b01014 100%);
    background: -o-linear-gradient(-45deg, #b01014 0, #b01014 100%);
    background: -ms-linear-gradient(-45deg, #b01014 0, #b01014 100%);
    background: linear-gradient(135deg, #b01014 0, #b01014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b01014', endColorstr='#b01014', GradientType=1)
}

.sms-loto a {
    text-decoration: underline
}


.color_red {
    color: #ed1c25;
}

.table-result {
    text-align: center;
    font-family: arial;
}

.table-result td {
    padding: 0;
}

.table-result tr:nth-of-type(2n) {
    background-color: #f0f8ff;
}

.table-result th {
    font-weight: normal;
}

.name-prize {
    width: 10%;
}

.prize-col3 {
    width: 30%;
}

.xs_prize1 {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
}

.xs_prize1:hover {
    background-color: #fff4c3;
}

.prize_db {
    color: #ed1c25;
}

@media (max-width:960px) {
    .xs_prize1 {
        font-size: 24px;
    }
}

.table-result th a {
    text-decoration: underline;
}



.table-result {
    text-align: center;
    font-family: arial;
}

.table-result td {
    padding: 0;
}

.table-result tr:nth-of-type(2n) {
    background-color: #f0f8ff;
}

.table-result th {
    font-weight: normal;
}

.number_DB {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
    color: #ed1c25;
}

.number_DB:hover {
    background-color: #fff4c3;
}

.xs_prize1 {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
}

.xs_prize1:hover {
    background-color: #fff4c3;
}

.xs_prize2 {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
}

.xs_prize2:hover {
    background-color: #fff4c3;
}

.xs_prize3 {
    float: left;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
}

.xs_prize3:hover {
    background-color: #fff4c3;
}

@media (max-width:960px) {

    .xs_prize1,
    .xs_prize2,
    .xs_prize3 {
        font-size: 24px;
    }
}



@media all {
    .config-item {
        background: #f2f2f2;
        width: 48px;
        cursor: pointer;
    }

    .config-item:hover {
        background: #c80505;
        color: #fff;
    }

    .config-item.active {
        background: #c80505;
        color: #fff;
    }

    .number-config {
        background: #f2f2f2;
        cursor: pointer;
    }

    .number-config:hover {
        background: #f88825;
        color: #fff;
    }

    .div-table {
        display: table;
        text-align: center;
        font-size: 13px;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
    }

    .div-table>div {
        display: table-cell;
        border-right: solid 1px #e0e0e0;
    }

    .div-table>div:last-child {
        display: table-cell;
        border-right: 0;
        padding: 4px 0;
    }

    @media only screen and (max-width:960px) {
        .number-config:hover {
            background: #f2f2f2;
            color: #000;
        }
    }
}

.loto-col4 {
    width: 22.5%;
    font-size: 16px;
    font-weight: bold;
}

.loto-col3 {
    width: 30%;
    font-size: 16px;
    font-weight: bold;
}

.loto-col2 {
    width: 40%;
    font-size: 16px;
    font-weight: bold
}