a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

body {
    font: 14px/1.6 "Microsoft Yahei";
    /* color: #fff; */
    background: #000 url(../images/bg01.jpg) no-repeat center top;
}

ul li {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
* + html .clearfix {
    zoom: 1;
}
/* IE7 */
.fL {
    float: left !important;
}

.fR {
    float: right !important;
}

img {
    vertical-align: top;
}
/*---------------index--------------*/
.header {
    margin: 0 auto;
    padding: 24px 0;
    width: 1200px;
    height: 80px;
}

    .header .logo {
        float: left;
    }

.logo img {
    max-width: 300px;
    width: 300px;
    height: 100%;
}

.header ul {
    margin: 30px -50px 0 0;
    float: right;
    font-size: 22px;
    color: white;
}

.header li {
    margin-left: 22px;
    width: 200px;
    float: left;
}

.header .li03 {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #e3c8a3;
    cursor: pointer;
    user-select: none;
}

    .header .li03 img {
        width: 10%;
        margin-right: 10px;
    }


#main {
    margin: 0 auto;
    padding: 9px 0 42px;
    width: 1200px;
}

#luck {
    margin: 0 -6px 44px;
}

#main #luck table {
    width: 100%;
    border-collapse: collapse;
}

#main #luck td {
    padding: 0 6px 13px;
    border: none;
    text-align: center;
    vertical-align: top;
}

    #main #luck td .item {
        padding-top: 19px;
        width: 190px;
        height: 120px;
        color: #fff;
        font-size: 18px;
        box-sizing: border-box;
        background: url(../images/bg02.png) no-repeat;
    }

#main #luck .active .item {
    background-image: url(../images/bg03.png);
}

#main #luck td .item img {
    margin: 0 auto 2px;
    display: block;
}

#main #luck td .box {
    padding: 16px 0 0;
}

    #main #luck td .box .img {
        margin: 0 2px 33px 0;
        position: relative;
    }

        #main #luck td .box .img a {
            display: block;
            position: absolute;
            left: 179px;
            bottom: -2px;
        }

#main #luck td .dateBox {
    margin: 0 auto;
    padding-right: 6px;
    width: 714px;
    font-weight: bold;
}

    #main #luck td .dateBox .txt {
        float: left;
    }

    #main #luck td .dateBox .date {
        margin: 0 -6px;
        width: 317px;
        height: 67px;
        float: right;
        color: #fff;
        font-size: 18px;
        line-height: 1.3;
        text-align: center;
        background: url(../images/bg04.png) no-repeat center top;
    }

        #main #luck td .dateBox .date > span {
            margin: 0 6px;
            width: 67px;
            display: inline-block;
        }

        #main #luck td .dateBox .date span span {
            display: block;
            color: #fffc53;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 28px;
            font-weight: bold;
        }

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.loading {
    display: flex;
    justify-content: center;
}

    .loading img {
        position: absolute;
        top: 42%;
        width: 100px;
        transform: translate(25%,50%);
    }

.popBox {
    margin: -210px 0 0 -315px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 1000;
}

    .popBox .img {
        margin-bottom: 19px;
        position: relative;
    }

        .popBox .img p {
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 87px;
            color: #fff;
            font-size: 36px;
            font-weight: bold;
            text-align: center;
        }

            .popBox .img p span {
                color: #fff100;
            }

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

#main .inner {
    margin: 0 3px 50px 0;
}

    #main .inner .tableBox {
        margin-top: 2px;
        width: 597px;
        float: right;
    }

    #main .inner table {
        width: 100%;
        border-collapse: collapse;
    }

    #main .inner th,
    #main .inner td {
        padding: 8px 0 9px;
        width: 20%;
        color: #b3b3b3;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #353535;
        background: #161616;
    }

    #main .inner tr:nth-child(2n + 1) td {
        background: #242424;
    }

    #main .inner th {
        font-weight: bold;
        color: #161616;
        line-height: 1.45;
        background: #c7a36c;
    }

    #main .inner .txtBox {
        width: 569px;
        float: left;
    }

        #main .inner .txtBox .ttl {
            margin-bottom: 45px;
        }

        #main .inner .txtBox dt {
            color: #fffc01;
            font-size: 20px;
            font-weight: bold;
        }

        #main .inner .txtBox dd {
            margin-bottom: 40px;
            color: #fff;
            font-size: 16px;
            line-height: 2.25;
        }

            #main .inner .txtBox dd.style {
                margin-bottom: 35px;
            }

            #main .inner .txtBox dd span {
                color: #f7cd45;
            }

#main .btmTxt {
    margin-top: 39px;
    color: #b3b3b3;
    font-size: 16px;
    line-height: 2.25;
}

.footer {
    overflow: hidden;
    background: #000;
}

    .footer p {
        color: #b3b3b3;
        font-size: 14px;
        line-height: 60px;
        text-align: center;
    }

.explanation {
    line-height: 32px;
}

    .explanation span {
        color: rgb(255, 255, 255);
        font-family: Microsoft Yahei;
        font-size: 16px;
        font-style: normal;
        font-variant-ligatures: normal;
        font-variant-caps: normal;
        font-weight: 400;
        letter-spacing: normal;
        orphans: 2;
        text-align: start;
        text-indent: 0px;
        text-transform: none;
        white-space: normal;
        widows: 2;
        word-spacing: 0px;
        -webkit-text-stroke-width: 0px;
        text-decoration-style: initial;
        text-decoration-color: initial;
        display: inline !important;
        float: none;
    }



.searchBox {
    padding: 21px 50px 50px;
    width: 720px;
    position: fixed;
    left: 50%;
    top: 50%;
    /* display: none; */
    z-index: 10000;
    border-radius: 20px;
    box-sizing: border-box;
    background: rgb(58 56 56 / 80%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

    .searchBox .record_contaniner {
        max-height: 430px;
        overflow-y: auto;
    }

    .searchBox .close {
        position: absolute;
        right: 18px;
        top: 18px;
    }

    .searchBox p {
        margin-bottom: 24px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .searchBox .search {
        margin: 0 auto 32px;
        width: 510px;
        position: relative;
    }

        .searchBox .search input {
            margin: 0;
            padding: 0 20px;
            width: 100%;
            height: 50px;
            color: #d93b11;
            font-size: 18px;
            line-height: 50px;
            box-sizing: border-box;
            border-radius: 25px;
            border: none;
            background: #fff;
        }

        .searchBox .search a {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        .searchBox .search input::-webkit-input-placeholder {
            color: #d93b11;
        }

        .searchBox .search input::-moz-placeholder {
            color: #d93b11;
            opacity: 1;
        }

        .searchBox .search input:-moz-placeholder {
            color: #d93b11;
            opacity: 1;
        }

    .searchBox table {
        width: 100%;
        border-collapse: collapse;
    }

    .searchBox th {
        color: #ffcf49;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
        background: rgb(62 62 62);
        border: 1px solid rgb(88 88 88 / 50%);
    }

    .searchBox td {
        padding: 7px 10px;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.7;
        text-align: center;
        border: 1px solid rgb(123,123,123,0.5);
        background: rgb(123,123,123,0.5);
    }

        .searchBox td span {
            color: #fff21c;
        }

    .searchBox tr:nth-child(2n + 1) td {
        background: rgb(40 40 40);
    }
