* {
    box-sizing: border-box;
}
html, body{
    margin: 0;
    padding: 0;
}
.record-list {
    min-height: 90vh;
    padding: .2rem 0;
}
.tabs-box {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    position: sticky;
}
.tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px #185ee026, 0 6px 12px #185ee026;
    color: #000;
    border-radius: 6px;
}
.tabs .active {
    background-color: #e6eef9;
}
.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 50%;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: color .15s ease-in;
    padding: 1.2rem;
    z-index: 2;
}
.tab {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
.tabs img {
    margin-right: 5px;
}
img, video {
    max-width: 100%;
    height: auto;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}
.xa-txt:after {
    content: "新澳一码免费公开关注222217.com";
}
.hk-txt:after {
    content: "香港一码免费公开关注222217.com";
}
.lottery-item-jl {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}
.lottery-head {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    font-size: 14px;
}
.lottery-period {
    font-weight: 500;
}
.lottery-content {
    display: flex;
    justify-content: space-between;
}
.lottery-content .code {
    font-size: 18px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    font-weight: 600;
    line-height: 2rem;
    padding-right: 2px;
}
.blue {
    background-image: url(./ball-blue.webp);
    color: #00f;
}
.red {
    background-image: url(./ball-red.webp);
    color: red;
}
.green {
    background-image: url(./ball-green.webp);
    color: green;
}
.lottery-content .zodiac {
    font-weight: 500;
}
.loading{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #151580;
}