@import url(style1.css);*,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
}

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

.clearfix:after {
    clear: both
}
table {
    table-layout: fixed;
    width: 100%;
}
.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;
}