.hd8 {
    width: 1300px;
    height: 1990px;
    margin: 0 auto;
}
.content .hd8Cont {
    width: 1301px;
    height: 950px;
    background: url('../img/hd8/hd-bg.png') no-repeat;
    margin: 0 auto;
    margin-top: 25px;
}

    .content .hd8Cont .draw-list {
        width: 1228px;
        height: 667px;
        float: left;
        margin: 74px 36px 0 36px;
        text-align: center;
    }

        .content .hd8Cont .draw-list li {
            width: 146px;
            height: 144px;
            background: url('../img/hd8/li-bg.png') no-repeat;
            display: inline-table;
            margin: 0 10px 18px 10px;
            position: relative;
        }

            .content .hd8Cont .draw-list li .li-img {
                width: 100%;
                height: 77px;
                position: relative;
            }

                .content .hd8Cont .draw-list li .li-img img {
                    width: 41px;
                    height: 41px;
                    display: block;
                    position: absolute;
                    left: 50%;
                    margin-left: -20px;
                    bottom: 0;
                }

            .content .hd8Cont .draw-list li .li-name {
                width: 90%;
                line-height: 16px;
                text-align: center;
                color: #1b7c9f;
                font-size: 14px;
                margin: 0 auto;
                margin-top: 9px;
            }

.draw-btnCon {
    width: 100%;
    height: 86px;
    position: relative;
    text-align: center;
    float: left;
}

    .draw-btnCon .btn {
        display: inline-table;
        width: 250px;
        height: 86px;
        margin: 0 20px;
    }

.draw_num {
    width: 100%;
    height: 29px;
    position: relative;
    text-align: center;
    float: left;
    margin-top: 20px;
}

    .draw_num span {
        width: 155px;
        height: 29px;
        background: url('../img/hd8/mine-bg.png') no-repeat;
        display: inline-table;
        text-align: center;
        line-height: 29px;
        color: #fff;
        font-size: 14px;
        margin: 0 30px;
    }

/* --------------- */
#one {
    background: rgba(0, 0, 0, .6);
    z-index: 266;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

    #one.center {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0 !important;
        margin: auto;
    }

    #one.absolute {
        position: absolute;
    }

    #one .center {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0 !important;
        margin: auto;
    }

    #one .absolute {
        position: absolute;
    }

    #one .form1 {
        width: 755px;
        height: 512px;
        background: url('../img/hd8/tan.png') no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -378px;
        top: 50%;
        margin-top: -256px;
    }

        #one .form1 .lq1 {
            width: 170px;
            height: 50px;
            display: block;
            background: url('../img/hd8/tc_lq.png') no-repeat;
            position: absolute;
            left: 50%;
            margin-left: -85px;
            bottom: 50px;
        }

    #one .one-main {
        width: 380px;
        height: 211px;
        text-align: center;
    }

        #one .one-main .one-hint {
            width: 100%;
            height: 38px;
            text-align: center;
            margin-top: 5px;
            font-size: 26px;
            font-family: Source Han Serif CN;
            font-weight: bold;
            color: #005951;
            line-height: 38px;
        }

        #one .one-main .one-img {
            height: 50px;
            margin: 20px auto 5px;
        }

        #one .one-main .one-name {
            color: #3E382D;
            height: 20px;
            font-size: 16px;
            font-family: Source Han Serif CN;
            font-weight: 500;
            line-height: 20px;
        }

    #one .hide-pop-up:hover {
        transform: rotate(100deg);
    }

    #one .hide-pop-up {
        width: 36px;
        height: 36px;
        top: 13px;
        right: 24px;
        background: url('../img/hd8/close.png') center no-repeat;
        background-size: 100% 100%;
        transition: all .266s ease;
        z-index: 10;
    }

#ten {
    background: rgba(0, 0, 0, .6);
    z-index: 266;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

    #ten.center {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0 !important;
        margin: auto;
    }

    #ten.absolute {
        position: absolute;
    }

    #ten .center {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0 !important;
        margin: auto;
    }

    #ten .absolute {
        position: absolute;
    }

    #ten .form2 {
        width: 755px;
        height: 512px;
        background: url('../img/hd8/tan.png') no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -378px;
        top: 50%;
        margin-top: -256px;
    }

        #ten .form2 .lq1 {
            width: 170px;
            height: 50px;
            display: block;
            background: url('../img/hd8/tc_lq.png') no-repeat;
            position: absolute;
            left: 50%;
            margin-left: -85px;
            bottom: 50px;
        }

    #ten .ten-main {
        width: 713px;
        height: 275px;
        left: 21px;
        top: 131px;
        text-align: center;
    }

        #ten .ten-main .ten-con {
            display: inline-block;
            width: 135px;
            height: 100px;
        }

        #ten .ten-main .ten-hint {
            width: 100%;
            height: 38px;
            text-align: center;
            margin-top: 5px;
            font-size: 26px;
            font-family: Source Han Serif CN;
            font-weight: bold;
            color: #005951;
            line-height: 38px;
        }

        #ten .ten-main .ten-img {
            height: 50px;
            margin: 20px auto 5px;
        }

        #ten .ten-main .ten-name {
            color: #3E382D;
            height: 20px;
            font-size: 16px;
            font-family: Source Han Serif CN;
            font-weight: 500;
            line-height: 20px;
        }

    #ten .hide-pop-up:hover {
        transform: rotate(100deg);
    }

    #ten .hide-pop-up {
        width: 36px;
        height: 36px;
        top: 13px;
        right: 24px;
        background: url('../img/hd8/close.png') center no-repeat;
        background-size: 100% 100%;
        transition: all .266s ease;
        z-index: 10;
    }

.sy_num {
    width: 245px;
    margin: 10px auto 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.hdBox {
    width: 100%;
    height: 600px;
    text-align: center;
    margin-top: 0px;
}

    .hdBox li {
        width: 203px;
        height: 270px;
        background: url('../img/hd8/li2-bg.png') no-repeat;
        position: relative;
        display: inline-block;
        margin: 0 50px 25px 50px;
    }

        .hdBox li .limit {
            width: 100%;
            height: 50px;
            text-align: center;
            color: #fff;
            line-height: 62px;
            display: block;
            font-size: 16px;
        }

        .hdBox li .imgBox {
            width: 78px;
            height: 78px;
            margin: 0 auto;
            background: url('../img/hd8/circle.png') no-repeat;
            position: relative;
            margin-top: 49px;
        }

            .hdBox li .imgBox img {
                width: 40px;
                height: 45px;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }

        .hdBox li .dj_name {
            width: 100%;
            line-height: 30px;
            color: #fff;
            font-family: FZDaBiaoSong-B06S;
            margin-top: 3px;
            display: block;
            font-size: 14px;
        }

        .hdBox li .dh {
            width: 150px;
            height: 64px;
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -75px;
            bottom: 40px;
        }

        .hdBox li .dh-1 {
            background: url('../img/hd8/dh1.png') no-repeat;
        }

        .hdBox li .dh-2 {
            background: url('../img/hd8/dh2.png') no-repeat;
        }

        .hdBox li .dh-3 {
            background: url('../img/hd8/dh3.png') no-repeat;
        }
.hd8 .title img {
    display: block;
    margin: 0 auto;
}
.hd8 .atten{
    color:#fff;
}