﻿body {
    font-family: 微软雅黑;
    background-color: #350505;
    color: #fff;
}

.container {
    max-width: 1024px;
    width: 100%;
    background-color: #500C0D;
}

.mart50 {
    margin-top: 50px;
}

.mart80 {
    margin-top: 80px;
}

.back-red {
    background-color: #A5030E;
}

.back-white {
    background-color: #fff;
}

.full {
    padding-right: 0;
    padding-left: 0;
}

.bg_center {
    background-repeat: no-repeat;
    background-position-x: center;
}

.active_head {
    background-image: url('../img/banner.jpg');
    height: 237px;
}

.active_head_title {
    background-image: url('../img/active_content.jpg');
    height: 286px;
}

    .active_head_title .text_content {
        width: 550px;
        margin-top: 45px;
        font-size: 16px;
        line-height: 28px;
        padding-left: 40px;
    }

.active_content_title {
    background-image: url('../img/active_content_1.jpg');
    width: 587px;
    height: 309px;
    padding-top: 70px;
}

.head_title {
    width: 487px;
    margin-bottom: -35px;
}

.active_content_title .text_content {
    width: 480px;
    padding-top: 60px;
    padding-right: 10px;
    color: #840806;
    font-weight: 600;
    line-height: 25px;
}

    .active_content_title .text_content h3 {
        color: #C5120D;
        text-align: center;
        margin-bottom: 20px;
    }

.active_content_right {
    position: absolute;
    top: 100px;
    right: 0;
    background-image: url('../img/monkey.jpg');
}

.active_text {
    color: #E3BD40;
    font-size: 20px;
    line-height: 50px;
    vertical-align: bottom;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

    .active_text span {
        display: inline-block;
    }

    .active_text img {
        vertical-align: top;
    }

.btn_phb {
    width: 154px;
    height: 42px;
    color: #350505;
    font-size: 16px;
    font-weight: 600;
    background-image: url('../img/btn_bg.png');
    background-repeat: no-repeat;
    margin: 12px auto;
    padding: 10px 12px;
    float: right;
}

.btn_rank {
    position: absolute;
    top: -60px;
    right: 20px;
}

.active_table_panel {
    padding: 0 50px;
}

.active_table {
    color: #370101;
    border: 2px solid #360405;
    background-color: #FDD7B2;
    text-align: center;
}

    .active_table > tbody > tr > td, .active_table > thead > tr > td {
        font-family: 宋体;
        font-weight: 600;
        border: 1px solid #360405;
    }

.active_panel {
    width: 100%;
    height: 100%;
    font-weight: 600;
    color: #820805;
    background-color: #FDD7B2;
    background-image: url('../img/bg_bottom.jpg');
    background-repeat: repeat-x;
    background-position-y: bottom;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}

    .active_panel h3 {
        font-weight: 600;
        text-align: center;
        color: #C4120E;
        margin-bottom: 20px;
    }

    .active_panel table {
        border: 2px solid #360405;
        margin-bottom: 10px;
    }

    .active_panel img {
        position: absolute;
        bottom: -5px;
        left: -20px;
    }

.active_task {
    position: relative;
}

    .active_task .task_left_big {
        position: absolute;
        left: 0;
        z-index: 10;
    }

    .active_task .task_left {
        position: absolute;
        left: 0;
        z-index: 10;
    }

    .active_task .task_right {
        position: absolute;
        right: 0;
        z-index: 10;
    }

    .active_task .active_panel {
        margin: 0 130px 0 150px;
        width: auto;
        text-align: center;
    }

        .active_task .active_panel table {
            width: 70%;
            margin: 0 auto;
        }

.btn_img {
    display: inline-block;
    margin: 10px 30px;
}

.vip_text {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    width: 607px;
    background-image: url('../img/vip_line.jpg');
    background-repeat: repeat-y;
    padding: 0 10px;
    margin-bottom: -10px;
}

    .vip_text span {
        color: #F1FE00;
        font-size: 20px;
    }

    .vip_text .vip_ol {
        width: 300px;
        margin-left: 200px;
    }

.footer {
    text-align: center;
    color: #C30B09;
    margin: 30px;
}

.alert_content {
    background-color: #A80202;
    padding: 10px;
    position: relative;
    width: 600px;
    height: 550px;
}

    .alert_content h3 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .alert_content table {
        width: 100%;
        cursor: pointer;
    }

        .alert_content table td {
            text-align: center;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
        }

        .alert_content table > thead > tr {
            border: 1px solid #63490C;
            background: -moz-linear-gradient(top, #D1AD57 0, #927C42 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#D1AD57), color-stop(100%,#927C42));
            background: -webkit-linear-gradient(top, #D1AD57 0,#927C42 100%);
            background: -o-linear-gradient(top, #D1AD57 0,#927C42 100%);
            background: -ms-linear-gradient(top, #D1AD57 0,#927C42 100%);
            background: linear-gradient(to bottom, #D1AD57 0,#927C42 100%);
        }

        .alert_content table > thead td {
            border: 1px solid #DAB37A;
        }

        .alert_content table > tbody {
            color: #000;
        }

            .alert_content table > tbody > tr {
                background-color: #EBEBEB;
                border-bottom: 1px solid #DEDEDE;
            }

                .alert_content table > tbody > tr:nth-of-type(odd) {
                    background-color: #fff;
                }

                .alert_content table > tbody > tr:hover {
                    background-color: #c8c9e2;
                }

h3.alert_title {
    text-align: left;
}

.alert_date {
    position: absolute;
    top: 25px;
    right: 10px;
    color: #000;
}

.ranking {
    background-image: url('../img/ranking_content.jpg');
    height: 302px;
}

.ranking_head {
    background-image: url('../img/banner_ranking.JPG');
    height: 237px;
}

.head_text {
    margin-top: 175px;
    text-align: center;
    color: #FCFF02;
    font-size: 18px;
}

.ranking_content {
    width: 570px;
    height: 580px;
    background-color: #FDD7B2;
    margin-left: 224px;
    padding: 10px 20px;
    background-image: url('../img/bg_bottom.jpg');
    background-repeat: repeat-x;
    background-position-y: bottom;
}

.ranking .text_content {
    margin-top: 80px;
    padding: 10px;
    width: 570px;
    margin-left: 224px;
    color: #850806;
    font-weight: 600;
    line-height: 30px;
}

    .ranking .text_content span {
        color: #FF0700;
    }

    .ranking .text_content h3 {
        color: #C5120D;
        text-align: center;
    }

.alert_ranking {
    height: 600px;
}

.game-tab {
    margin: 0;
    width: 100%;
}

    .game-tab > li > a {
        color: #fff;
        font-size: 16px;
        margin-right: 1px;
        border: 1px solid #957D5B;
        border-radius: 0;
        padding: 5px 10px;
        background: -moz-linear-gradient(top, #AA120F 0, #871514 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#AA120F), color-stop(100%,#871514));
        background: -webkit-linear-gradient(top, #AA120F 0,#871514 100%);
        background: -o-linear-gradient(top, #AA120F 0,#871514 100%);
        background: -ms-linear-gradient(top, #AA120F 0,#871514 100%);
        background: linear-gradient(to bottom, #AA120F 0,#871514 100%);
        background:  #AA120F;
    }

        .game-tab li.active > a, .game-tab li.active > a:hover, .game-tab li.active > a:focus, .game-tab > li > a:hover, .game-tab > li > a:focus {
            text-decoration: none;
            color: #860D05;
            background: -moz-linear-gradient(top, #FCCE19 0, #c3a017 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#FCCE19), color-stop(100%,#c3a017));
            background: -webkit-linear-gradient(top, #FCCE19 0,#c3a017 100%);
            background: -o-linear-gradient(top, #FCCE19 0,#c3a017 100%);
            background: -ms-linear-gradient(top, #FCCE19 0,#c3a017 100%);
            background: linear-gradient(to bottom, #FCCE19 0,#c3a017 100%);
            background: #FCCE19;
        }

.ranking_content table {
    line-height: 40px;
    font-weight: 600;
    color: #360000;
    text-align: center;
    width: 100%;
    border: 2px solid #350505;
}

    .ranking_content table > thead {
        font-size: 16px;
    }

    .ranking_content table td {
        border: 1px solid #350505;
    }

.guess {
    background-image: url('../img/guess_content.jpg');
    height: 195px;
}

.guess_head {
    background-image: url('../img/guess_head.jpg');
    height: 65px;
}

.guess_content {
    width: 495px;
    height: 550px;
    background-color: #FDD7B2;
    margin-left: 264px;
    padding: 10px;
    background-image: url('../img/bg_bottom.jpg');
    background-repeat: repeat-x;
    background-position-y: bottom;
}

    .guess_content .text_content {
        width: 100%;
        color: #850806;
        font-weight: 600;
        line-height: 30px;
    }

        .guess_content .text_content span {
            color: #FF0700;
        }

        .guess_content .text_content h3 {
            color: #C5120D;
            text-align: center;
        }


.labor_head {
    background-image: url('../img/banner_labor.JPG');
    height: 320px;
}

.labor_head_xs {
    background-image: url('../img/banner_labor.JPG');
    background-size: 100%;
    height: 218px;
}

.labor_title {
    color: #A5040C;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #FADE3C;
    height: 30px;
    line-height: 30px;
    margin: 0;
}

.labor_pack {
    border: 2px solid #A5030E;
    margin-top: 60px;
    margin-bottom: 10px;
}

    .labor_pack .labor_tip {
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        height: 100px;
        margin: -50px auto -10px;
        z-index: 1;
    }

        .labor_pack .labor_tip.labor_tip_1 {
            width: 440px;
            background-image: url('../img/labor-01.jpg');
        }

        .labor_pack .labor_tip.labor_tip_2 {
            margin-top: -55px;
            width: 488px;
            background-image: url('../img/labor-02.jpg');
        }

        .labor_pack .labor_tip.labor_tip_3 {
            margin-top: -53px;
            width: 530px;
            background-image: url('../img/labor-03.jpg');
        }

.labor_text {
    color: #000;
    font-weight: 600;
}

    .labor_text span {
        color: #FF0100;
    }
    .game-list{
        height:250px;
    }
.labor_rank_table {
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 30px;
}

    .labor_rank_table > thead {
        color: #A5040C;
        background-color: #FDF2B2;
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
    }

    .labor_rank_table > tbody tr {
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
    }

        .labor_rank_table > tbody tr:nth-child(2n+1) {
            background-color: #EBEBEB;
        }

.labor_content {
    padding-bottom: 20px;
}

    .labor_content table {
        line-height: 40px;
        font-weight: 600;
        color: #360000;
        background-color: #FFFFDD;
        text-align: center;
        width: 100%;
        border: 2px solid #350505;
    }

        .labor_content table > thead {
            font-size: 16px;
        }

        .labor_content table td {
            border: 1px solid #350505;
        }
@media (max-width: 768px){
    .nav-justified > li {
        float: left;
        width: 19.7%;
    }
}
