﻿@charset "UTF-8";
html {
    min-height: 100%;
}

a, article, aside, body, button, dd, details, div, dl, dt, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, img, input, li, menu, nav, ol, p, section, select, table, tbody, td, textarea, th, tr, ul {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width:320px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width:360px) {
    html {
        font-size: 20px !important;
    }
}

@media only screen and (min-width:412px) {
    html {
        font-size: 24px !important;
    }
}

@media only screen and (min-width:768px) {
    html {
        font-size: 28px !important;
    }
}

@media only screen and (min-width:1024px) {
    html {
        font-size: 32px !important;
    }
}

body {
    background-color: #f7f7f7;
    color: #555;
    font: 12px/1.5 'Microsoft YaHei','宋体',Tahoma,Arial,sans-serif;
}

a {
    color: #101010;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

em, i {
    font-style: normal;
}

li, ul {
    list-style-type: none;
}

strong {
    font-weight: 400;
}

/*顶部*/
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 400;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 50px;
    max-width: 1024px;
    background: #e54545;
    color: #fff;
    line-height: 50px;
}

    header a.back {
        position: absolute;
        z-index: 2;
        display: inline-block;
        padding: 0 .36rem;
        width: 30px;
        height: 50px;
        background: url(back.png) no-repeat center;
        background-size: 50% 50%;
        color: #fff;
    }

    header a.menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 0 .5rem;
        width: 30px;
        height: 50px;
        background: url(menu.png) no-repeat center;
        background-size: 80% 65%;
        color: #fff;
    }

    header h1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
    }

section {
    position: relative;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1024px;
    min-height: 100%;
    font-size: .7rem;
}

.loading > img {
    width: auto;
    height: 14px;
    vertical-align: middle;
}

.clearfix {
    zoom: 1;
}

/*回顶*/
#top {
    position: fixed;
    right: 10px;
    bottom: 55px;
    z-index: 50;
    display: none;
    width: 41px;
    height: 41px;
    background: url(top_btn.png) no-repeat;
    background-size: 100% 100%;
}

.lhc01, .lhc02, .lhc07, .lhc08, .lhc12, .lhc13, .lhc18, .lhc19, .lhc23, .lhc24, .lhc29, .lhc30, .lhc34, .lhc35, .lhc40, .lhc45, .lhc46 {
    background-image: url(g-red.png) !important;
    color: #000 !important;
}

.lhc03, .lhc04, .lhc09, .lhc10, .lhc14, .lhc15, .lhc20, .lhc25, .lhc26, .lhc31, .lhc36, .lhc37, .lhc41, .lhc42, .lhc47, .lhc48 {
    background-image: url(g-blue.png) !important;
    color: #000 !important;
}

.lhc05, .lhc06, .lhc11, .lhc16, .lhc17, .lhc21, .lhc22, .lhc27, .lhc28, .lhc32, .lhc33, .lhc38, .lhc39, .lhc43, .lhc44, .lhc49 {
    background-image: url(g-green.png) !important;
    color: #000 !important;
}

.gray {
    background-image: url(g-gray.png) !important;
    color: #000 !important;
}

.headbox {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 1.8rem;
    background: #fff;
    font-size: .65rem;
    line-height: 1.8rem;
    align-items: center;
    justify-content: space-around;
}

    .headbox div {
        box-sizing: border-box;
        width: 33.333%;
        height: 100%;
        color: #000;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
    }

    .headbox .headbox_left {
        margin-left: 1.2rem;
    }

    .headbox .headbox_center {
        text-align: center;
    }

    .headbox .headbox_right {
        text-align: right;
        margin-right: 0.5rem;
    }

.headbox div a i {
    display: inline-block;
    box-sizing: border-box;
    margin-top: .08rem;
    width: .83rem;
    height: .8rem;
    background: #fff url(icons.png) -1.43rem -1.183rem;
    background-position: -4.5rem -4.7rem;
    background-size: 12rem auto;
    vertical-align: middle;
}

/*期数选择*/
.headbox_qs {
    display: flex;
    width: 100%;
    height: 2rem;
    border-top: 1px solid #e0e0e0;
    justify-content: space-around;
    align-items: center;
}

    .headbox_qs span {
        padding: 0 .5rem;
        border: 1px solid #ea721a;
        border-radius: .5rem;
        color: #ea721a;
        font-size: .6rem;
    }

    .headbox_qs .active {
        background-color: #ea721a;
        color: #fff !important;
    }

.nav_box {
    z-index: 100;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,.2);
}

.nav_item {
    position: relative;
    display: flex;
    margin-top: 0;
    padding: 0 .8rem .2rem .8rem;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    font-size: .65rem;
    pointer-events: painted;
    justify-content: space-between;
    align-items: center;
}

    .nav_item a {
        position: relative;
        text-align: center;
    }

        .nav_item a span {
            display: inline-block;
            width: 2rem;
            height: 2.4rem;
            background: url(icons.png) no-repeat;
            background-size: 12rem;
        }

    .nav_item .tm span {
        background-position: -2.6rem 0;
    }

    .nav_item .kj span {
        background-position: -.2rem 0;
    }

    .nav_item .zm span {
        background-position: -4.9rem 0;
    }

    .nav_item .sx span {
        background-position: -7.2rem 0;
    }

    .nav_item .lz span {
        background-position: -9.6rem 0;
    }

/*开奖记录*/
.history_box {
    position: relative;
    top: 800px;
    /*padding-bottom: 50px;*/
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

    .history_box .num_row {
        display: flex;
        padding: .3rem .1rem .1rem .1rem;
        height: 2.5rem;
        border-bottom: 1px solid #eee;
        justify-content: flex-start;
    }

        .history_box .num_row .num_qs {
            width: 18%;
            height: 2.2rem;
            border-right: 1px solid #eee;
            text-align: center;
            font-size: .6rem;
            line-height: 1.1rem;
        }

        .history_box .num_row .num_times {
            text-align: center;
            font-size: .6rem;
            line-height: 1.1rem;
        }

/*记录号码*/
.num_item {
    float: left;
    margin-left: .5rem;
    width: 80%;
}

    .num_item ul li {
        float: left;
        width: 12%;
        height: 2.5rem;
        color: #fff;
        text-align: center;
        line-height: 1.25rem;
    }

        .num_item ul li p {
            margin: 0 auto;
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 50%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            color: #000;
            text-align: center;
            font-size: .7rem;
            line-height: 1.6rem;
        }

        .num_item ul li div {
            color: #000;
            font-size: .6rem;
            line-height: 1rem;
        }

/*号码走势*/
.zs_box {
    position: relative;
    top: 0;
    padding: .5rem .5rem 0 .5rem;
    /*padding-bottom: 50px;*/
    border-top: 1px solid #e0e0e0;
}

.zs_title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 1.5rem;
    border-bottom: 1px dashed #e0e0e0;
    background: #fff;
}

    .zs_title span {
        position: absolute;
        padding-top: .35rem;
        height: 1.5rem;
    }

    .zs_title .periods {
        display: block;
        width: 12%;
        border-right: 1px solid #e6e6e6;
        text-align: center;
    }

    .zs_title .lin {
        left: 13%;
    }

    .zs_title .ys {
        left: 29%;
    }

    .zs_title .es {
        left: 45%;
    }

    .zs_title .ss {
        left: 61%;
    }

    .zs_title .fs {
        left: 77%;
    }

    .zs_title .ws {
        left: 93%;
    }

/*号码走势*/
.data_box {
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
    background: #fff;
}

    .data_box .data_row {
        display: flex;
        box-sizing: border-box;
        padding-top: .15rem;
        height: 1.5rem;
        border-bottom: 1px dashed #e0e0e0;
    }

        .data_box .data_row span {
            position: absolute;
        }

        .data_box .data_row .num {
            z-index: 100;
            display: block;
            width: 1.2rem;
            height: 1.2rem;
            border-radius: 50%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            color: #fff;
            text-align: center;
            font-weight: 550;
            font-size: .6rem;
            line-height: 1.2rem;
        }

        .data_box .data_row .red {
            background-color: red;
        }

.animated1 {
    animation: myfirst .5s;
    -moz-animation: myfirst .5s;
    -webkit-animation: myfirst .5s;
    -o-animation: myfirst .5s;
}

.animated2 {
    animation: myfirst_2 .5s;
    -moz-animation: myfirst_2 .5s;
    -webkit-animation: myfirst_2 .5s;
    -o-animation: myfirst_2 .5s;
}

@keyframes myfirst {
    0% {
        left: -100%;
    }

    80% {
        left: 0;
    }

    90% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@keyframes myfirst_2 {
    0% {
        left: 100%;
    }

    80% {
        left: 0;
    }

    90% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

.view_box {
    display: flex;
    overflow-x: auto;
    box-sizing: border-box;
    height: 2rem;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

.lz_type {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

    .lz_type div {
        float: left;
        display: flex;
        width: 4rem;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .lz_type div span {
            box-sizing: border-box;
            padding: 0 .5rem;
            font-size: .65rem;
            line-height: 1.8rem;
        }

    .lz_type .active {
        border-bottom: 3px solid #fc3253;
        color: #fc3253;
    }

/*露珠分析*/
.lz_box {
    /*padding-bottom: 50px;*/
}

.lz_body {
    border-top: 1px solid #e0e0e0;
    font-size: .63rem;
}

    .lz_body .lz_title {
        display: flex;
        padding: 0 .5rem;
        height: 1.8rem;
        border-top: 1px solid #e0e0e0;
        background: #fff;
        color: #989898;
        justify-content: space-between;
        align-items: center;
    }

        .lz_body .lz_title .lz_right {
            color: #ef0508;
        }

    .lz_body .lz_item {
        overflow-x: auto;
        padding: 0 0;
        border-top: 1px solid #e0e0e0;
        background: #fff;
    }

    .lz_body .lz_body .lz_table_con {
        position: relative;
        min-height: 1rem;
        border: 0;
        border-collapse: collapse;
        text-align: center;
        direction: rtl;
        border-spacing: 0;
    }

.tablebox td {
    padding: .2rem .2rem;
    min-width: 1rem;
    border: 1px solid #e5e5e5;
    vertical-align: top;
}

.tablebox tr {
    display: table-row;
    border-color: inherit;
    vertical-align: inherit;
}

.tablebox td:nth-child(even) {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background: #f5f5f5;
    color: red;
}

/*生肖走势*/
.mouse {
    left: 13%;
}

.cattle {
    left: 20.3%;
}

.tiger {
    left: 27.3%;
}

.hare {
    left: 34.6%;
}

.draon {
    left: 41.9%;
}

.snake {
    left: 49.2%;
}

.horse {
    left: 56.5%;
}

.sheep {
    left: 63.8%;
}

.monkey {
    left: 71.1%;
}

.chicken {
    left: 78.4%;
}

.dog {
    left: 85.7%;
}

.pig {
    left: 93%;
}