HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
    border: none;
    font-family: "微软雅黑", "黑体", "宋体";
    margin: 0px;
    padding: 0px;
}

html,
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

    a:visited {
        color: #666;
    }

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

    input::-webkit-input-placeholder {
        color: #ccc;
    }

    input::-ms-input-placeholder {
        color: #ccc;
    }

    input::-moz-placeholder {
        color: #ccc;
    }

    input[type="submit"],
    input[type="button"] {
        cursor: pointer;
    }

    button[disabled],
    input[disabled] {
        cursor: default;
    }

img {
    border: none;
}

ul,
ol,
li {
    list-style-type: none;
}

/*公共方法*/

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.cursor {
    cursor: pointer;
}

/*背景及色值表*/

.bg000 {
    background: #000;
}

.color000 {
    color: #000;
}

/* 弹性布局盒模型 */

.flex {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
}

/* 弹性布局盒模型可换行 */

.rowW {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-wrap: wrap;
}

/* 水平垂直居中 */

.centerXY {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 上下居中 */

.centerY {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* 横向排列 */

.rowX {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

/* 横向排列,所有元素放置于底部 */

.bottomY {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

/* 左右居中 */

.centerX {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* 纵向排列 */

.columnY {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 向左向右 */

.betweenX {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* 向上向下 */

.betweenY {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightX {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: flex-end; */
}

.clear {
    clear: both;
}

.g_padding {
    min-width: 1000px;
}

.g_width {
    width: 960px;
    margin: 0 auto;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.mgb {
    margin-bottom: 96px;
}

.r-prize-result div {
    height: 100px;
}

/* 开奖各个球球的样式 */

/* 三个球的样式 */

.FC3D div {
    display: flex;
    justify-content: space-around;
}

/* 最后一个不一样的 添加id SSQ*/

.SSQ div {
    font-size: 0;
    margin-left: 22px;
}

/* 最后两个不一样的 添加id SSQ*/

.DLT div {
    font-size: 0;
    margin: 0 30px;
}

/* 快乐8二十个球的样式  样式都一样 添加id SSQ*/

.KL8 div {
    font-size: 0px;
    margin: 0 10px;
}

/* 除了第一个样式不一样 广东好彩 添加id GDHC*/

.GDHC div {
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

    .GDHC div p:first-child {
        background-color: #e9563e;
    }

    .GDHC div p {
        background-color: #b4e9af;
        text-align: center;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        color: #fff;
        line-height: 36px;
        font-size: 24px;
    }

/* 几个颜色一样样的球 居中 排列5 */

.PL5 div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 2px;
}

    .PL5 div p {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background-color: #44d4dd;
        text-align: center;
        line-height: 22px;
        color: #fff;
    }

.z_container {
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

/* header */
header {
    width: 100%;
    height: 93px;
}

    header > .flex-bet {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        header > .flex-bet > h1 {
            width: 165px;
            height: 78px;
        }

            header > .flex-bet > h1 > a,
            header > .flex-bet > h1 > a > img {
                display: inline-block;
                width: 110%;
                height: 100%;
            }

        header > .flex-bet > .right {
            display: flex;
            align-items: center;
            padding:0 40px;
        }

            header > .flex-bet > .right > .menu {
                width: 680px;
                display: flex;
                flex-wrap: wrap;
                align-content: flex-end;
            }

                header > .flex-bet > .right > .menu > a {
                    color: #333;
                    font-size: 14px;
                    width: 84px;
                    text-align: center;
                    line-height: 28px;
                }

                    header > .flex-bet > .right > .menu > a.red {
                        color: #ff3300;
                    }

                    header > .flex-bet > .right > .menu > a:hover {
                        color: #f60;
                        text-decoration: underline;
                    }

            header > .flex-bet > .right > a {
                margin-left: 20px;
            }

                header > .flex-bet > .right > a > img {
                    height: 56px;
                }

.nav-wrap {
    width: 100%;
    height: 32px;
    background: url("../../../../../../pic.6617.cn/tumi/web97654/static/images/nav_back.gif")/*tpa=https://pic.6617.cn/tumi/web97654/static/images/nav_back.gif*/ repeat-x left center;
}

    .nav-wrap > ul {
        display: flex;
        align-items: center;
    }

        .nav-wrap > ul > li {
            line-height: 32px;
            text-align: center;
            box-sizing: border-box;
            padding: 0 7px;
            flex-grow: 1;
        }

            .nav-wrap > ul > li.tab {
                background: url("../image/nav_tab.gif")/*tpa=https://pic.163e.com.cn/tumi/web97654/static/kl8/image/nav_tab.gif*/ no-repeat center center;
                background-size: 100% 100%;
            }

                .nav-wrap > ul > li.tab > a {
                    color: #cd0006;
                }

            .nav-wrap > ul > li > a {
                width: 100%;
                height: 100%;
                display: inline-block;
                color: #ffffff;
                font-size: 15px;
                text-align: center;
                text-decoration: none;
            }

/* 导航栏目 */

.r-nav-box {
    width: 100%;
    height: 78px;
    box-shadow: 0px 2px 4px 0px rgb(207 207 207 / 29%), 0px -2px 4px 0px rgb(207 207 207 / 29%);
}

.r-nav-wraper {
    display: flex;
    justify-content: space-evenly;
}

    .r-nav-wraper a {
        margin: 18px 0;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #333333;
        text-decoration: none;
    }

    /* 导航栏竖线伪元素 */

    .r-nav-wraper > a:nth-child(-n + 3)::after {
        content: "";
        width: 1px;
        height: 30px;
        border-left: 1px solid #c7e3a7;
        margin-left: 50px;
    }

    .r-nav-wraper span.active {
        font-size: 18px;
        color: #f7be25;
    }

/* 列表页标题 */
.r-list-titlebox {
    display: flex;
    align-items: flex-end;
}

.r-list-title {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.r-list-titlebox a {
    color: #666;
    font-size: 14px;
}

.r-list-titlebox span {
    font-size: 14px;
    color: #666;
}

.r-search-wraper {
    display: flex;
    align-items: center;
}

    .r-search-wraper > span {
        font-size: 24px;
        font-weight: 500;
        color: #f7be25;
        margin-right: 20px;
    }

.r-search-box {
    padding: 20px 10px;
    justify-content: space-around;
    display: flex;
    justify-content: space-between;
}

.r-search-wraper > input {
    border: 0;
    outline: 0;
    border-radius: 4px 0 0 4px;
    width: 280px;
    height: 48px;
    border: 1px solid #f7be25;
    text-indent: 46px;
    background: url("../image/sousuoxiao.png")/*tpa=https://pic.163e.com.cn/tumi/web97654/static/kl8/image/sousuoxiao.png*/ no-repeat left scroll;
    background-position-x: 20px;
}

.r-search-wraper > p {
    height: 48px;
    width: 100px;
    background-color: #f7be25;
    color: #fff7f4;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.r-search-right {
    width: 420px;
}

    .r-search-right a {
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666666;
        padding-right: 6px;
    }

    .r-search-right p {
        display: inline-block;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #f7be25;
    }

.r-KL8-content {
    padding: 0 12px;
    line-height: 30px;
    text-align: center;
    cursor: default;
}

.r-KL8-content {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 44px;
    border-radius: 4px 4px 0 0;
    width: 164px;
}

    .r-KL8-content.active {
        background: #d60808;
        color: #ffffff;
    }

.r-charts-box-title a:hover {
    color: #ffffff;
}

/* footer */
footer {
    margin-top: 20px;
}

    footer > .hot-attent {
        border: 1px #b4e9af solid;
        display: flex;
    }

        footer > .hot-attent > .title {
            width: 48px;
            font-size: 18px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #ffffff;
            background: #2363a3;
            padding: 0 15px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
        }

        footer > .hot-attent > .hotlink-wrap {
            width: 100%;
            padding: 17px 0;
            display: flex;
        }

            footer > .hot-attent > .hotlink-wrap > ul {
                width: 16.666%;
                text-align: center;
            }

                footer > .hot-attent > .hotlink-wrap > ul > li {
                    margin: 10px 0;
                }

                    footer > .hot-attent > .hotlink-wrap > ul > li > a {
                        font-size: 14px;
                        font-family: PingFang SC;
                        font-weight: 500;
                        color: #181818;
                    }
                        footer > .hot-attent > .hotlink-wrap > ul > li > a:hover {
                            color: #F60;
                        }

                        footer > .hot-attent > .hotlink-wrap > ul:not(:last-of-type) {
                            border-right: 1px solid #e7e7e7;
                        }

    footer > .links {
        font-size: 12px;
        padding: 15px 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

        footer > .links > .til {
            color: #555555;
        }

        footer > .links > a {
            color: #333333;
            display: flex;
            align-items: center;
            margin: 0 5px;
        }

            footer > .links > a:not(:last-child)::after {
                width: 1px;
                height: 12px;
                display: inline-block;
                content: "";
                background-color: #333333;
                margin-left: 10px;
            }

            footer > .links > a:hover {
                text-decoration: underline;
            }

    footer > .copy {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 10px;
        color: #999;
    }

        footer > .copy > .left {
            align-self: flex-start;
        }

            footer > .copy > .left > a:first-child {
                color: #333333;
            }

            footer > .copy > .left > a:last-child {
                color: #999;
            }

            footer > .copy > .left > a:hover {
                color: #f60;
                text-decoration: underline;
            }

    footer > .beian {
        display: flex;
        font-size: 12px;
        padding: 10px 0;
        box-sizing: border-box;
    }

        footer > .beian > .about {
            flex: 1;
            background: #3975CE;
            color: #fff;
            line-height: 28px;
            padding-left: 12px;
            box-sizing: border-box;
        }

        footer > .beian > .right {
            width: 150px;
            height: 28px;
            background: #96c455;
            color: #fff;
            line-height: 28px;
            text-align: center;
        }



.h-wrap {
    width: 1000px;
    margin: 8px auto 10px;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}

    .h-wrap .h-logo {
        width: 128px;
        height: 48px;
        margin: 0 16px 0 0;
        float: left;
    }

        .h-wrap .h-logo a,
        .h-wrap .h-logo a img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .h-wrap .h-menu {
        padding: 0;
        margin: 0;
        float: left;
    }

    .h-wrap .h-menu1 {
        width: 47%;
    }

    .h-wrap .h-menu2 {
        width: 33%;
        float: right;
    }

    .h-wrap .h-menu li {
        list-style: none;
        float: left;
    }

        .h-wrap .h-menu li a {
            height: 24px;
            line-height: 24px;
            font-size: 14px;
            color: #181818;
            text-decoration: none;
            display: block;
            text-align: center;
            overflow: hidden;
        }

    .h-wrap .h-menu1 li a {
        width: 50px;
        margin-right: 5px;
    }

    .h-wrap .h-menu1 li.wid70 a {
        width: 70px;
    }

    .h-wrap .h-menu2 li a {
        width: 70px;
        margin-right: 6px;
    }

    .h-wrap .h-menu li a:hover {
        color: #ff3200;
        text-decoration: underline;
    }

    .h-wrap .h-menu li a.red-text {
        color: #ff3200;
    }

    .h-wrap .h-kl8 {
        width: 47px;
        height: 47px;
        float: left;
        margin-right: 8px;
    }

        .h-wrap .h-kl8 a,
        .h-wrap .h-kl8 a img {
            display: block;
            width: 100%;
            height: 100%;
        }
