<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #eee;
}

div, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

fieldset, img {
    border: 0;
}

.global_topbox {
    width: 100%;
    height: 508px;
    position: relative;
    z-index: 2;
}

    .global_topbox .topimg {
        width: 100%;
        height: 550px;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
    }

    .global_topbox .gamne_header {
        height: 68px;
        width: 100%;
        background: #f8f8f8;
        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .global_topbox .header_box {
        width: 1200px;
        height: 100%;
        margin: auto;
    }

        .global_topbox .header_box .l {
            float: left;
            width: 660px;
            height: 100%;
        }

            .global_topbox .header_box .l a {
                position: relative;
                float: left;
                height: 68px;
                line-height: 68px;
                color: #444444;
                font-size: 18px;
                width: 68px;
                text-align: center;
            }

                .global_topbox .header_box .l a::after {
                    position: absolute;
                    bottom: -3px;
                    left: 50%;
                    width: 46px;
                    height: 7px;
                    background-color: #f76341;
                    border-radius: 4px;
                    display: none;
                    content: '';
                    margin-left: -23px;
                }

                .global_topbox .header_box .l a.active, .global_topbox .header_box .l a:hover {
                    color: #444444;
                    font-size: 20px;
                    font-weight: bold;
                    transition: font-size .08s ease;
                }

                    .global_topbox .header_box .l a.active::after, .global_topbox .header_box .l a:hover::after {
                        display: block;
                    }

                .global_topbox .header_box .l a.hot::before {
                    content: '';
                    background: url(../images/global_hot.png);
                    position: absolute;
                    top: 8px;
                    right: -5px;
                    width: 28px;
                    height: 18px;
                }

                .global_topbox .header_box .l a.new::before {
                    content: '';
                    background: url(../images/global_new.png);
                    position: absolute;
                    top: 8px;
                    right: -5px;
                    width: 28px;
                    height: 18px;
                }

/*game main*/
.game_main {
    width: 1200px;
    margin: 30px auto 0;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
}

    .game_main .l {
        float: left;
        margin-right: 20px;
        width: 500px
    }

    .game_main .r {
        float: left;
        width: 680px;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(218,207,204,0.6);
        background-color: #fff;
        position: relative;
        height: 100%
    }

    .game_main .l .t {
        width: 100%;
        border-radius: 10px;
        background-color: #fff
    }

    .game_main .l .b {
        width: 500px;
        height: 455px;
        background-color: #fff;
        border-radius: 10px;
        margin-top: 20px
    }

    .game_main .l .t .game_name {
        box-shadow: 0 8px 8px 0 rgba(215,215,215,0.4);
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        padding-bottom: 21px;
        position: relative
    }

    .game_main .l .t .game_img {
        padding-bottom: 18px
    }

    .game_main .l .t .game_name &gt; div {
        float: left;
        width: 300px;
        margin-top: 15px;
        margin-left: 25px
    }

        .game_main .l .t .game_name &gt; div em {
            color: #404040;
            font-size: 26px;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 10px;
            width: 100%;
            display: block;
            text-align: left
        }

        .game_main .l .t .game_name &gt; div i {
            width: 100%;
            display: block;
            text-align: left;
            height: 20px;
            line-height: 20px;
            color: #6f6f6f;
            font-size: 14px
        }

    .game_main .l .t .game_name &gt; span {
        height: 40px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto
    }

        .game_main .l .t .game_name &gt; span i {
            color: #484848;
            font-size: 14px;
            float: left;
            height: 40px;
            line-height: 40px
        }

        .game_main .l .t .game_name &gt; span b {
            color: #f76341;
            font-size: 24px;
            font-weight: bold;
            line-height: 40px
        }

    .game_main .l .t .game_info {
        overflow: hidden;
        width: 455px;
        margin: auto;
        margin-top: 25px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 16px
    }

        .game_main .l .t .game_info img {
            float: left;
            width: 158px;
            height: 210px;
            border-radius: 8px;
            margin-right: 17px
        }

        .game_main .l .t .game_info .info_r {
            float: left;
            width: 280px
        }

            .game_main .l .t .game_info .info_r span {
                display: block;
                width: 100%;
                height: 20px;
                line-height: 20px;
                color: #000;
                font-size: 14px;
                margin-bottom: 3px;
                overflow: hidden
            }

                .game_main .l .t .game_info .info_r span a {
                    color: #d69384
                }

                    .game_main .l .t .game_info .info_r span a:hover {
                        color: #f95d4d
                    }

            .game_main .l .t .game_info .info_r .jumpurl {
                height: 40px;
                width: 100%;
                overflow: hidden;
                margin-top: 10px
            }

                .game_main .l .t .game_info .info_r .jumpurl a {
                    float: left
                }

                .game_main .l .t .game_info .info_r .jumpurl .buy {
                    width: 134px;
                    height: 40px;
                    background-color: #f76341;
                    border-radius: 4px;
                    display: none
                }

                    .game_main .l .t .game_info .info_r .jumpurl .buy span {
                        float: left;
                        width: 76px;
                        box-sizing: border-box;
                        padding-left: 13px;
                        height: 30px;
                        margin-top: 5px;
                        border-right: 1px solid #ff9d86;
                        text-align: center;
                        padding-right: 10px
                    }

                        .game_main .l .t .game_info .info_r .jumpurl .buy span em {
                            color: #fff;
                            font-size: 14px;
                            display: block;
                            height: 16px;
                            line-height: 16px;
                            font-weight: bold
                        }

                        .game_main .l .t .game_info .info_r .jumpurl .buy span i {
                            color: #ff9d86;
                            font-size: 12px;
                            text-decoration: line-through;
                            display: block;
                            line-height: 12px
                        }

                    .game_main .l .t .game_info .info_r .jumpurl .buy p {
                        float: left;
                        color: #fffefe;
                        font-size: 16px;
                        margin: 9px 0 0 12px
                    }

                    .game_main .l .t .game_info .info_r .jumpurl .buy.mianfei p {
                        width: 100%;
                        margin: auto;
                        display: block;
                        text-align: center;
                        line-height: 40px;
                    }

                    .game_main .l .t .game_info .info_r .jumpurl .buy.mianfei span {
                        display: none
                    }

                    .game_main .l .t .game_info .info_r .jumpurl .buy.wujiage {
                        width: 74px;
                    }

                        .game_main .l .t .game_info .info_r .jumpurl .buy.wujiage span {
                            display: none
                        }

                .game_main .l .t .game_info .info_r .jumpurl .down {
                    width: 64px;
                    height: 40px;
                    background-color: #276eff;
                    text-align: center;
                    color: #fffefe;
                    font-size: 16px;
                    line-height: 40px;
                    margin-left: 5px;
                    border-radius: 4px;
                    float: left
                }

                .game_main .l .t .game_info .info_r .jumpurl .play {
                    width: 64px;
                    height: 40px;
                    background-color: #52c17e;
                    text-align: center;
                    color: #fffefe;
                    font-size: 16px;
                    line-height: 40px;
                    margin-left: 5px;
                    border-radius: 4px;
                    display: none
                }

    .game_main .l .t .game_img &gt; p {
        display: block;
        width: 449px;
        margin: 15px auto 0;
        color: #666;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

        .game_main .l .t .game_img &gt; p a {
            color: #fd4f38;
            background: white;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 62px;
            text-align: right
        }

    .game_main .l .b .game_vote {
        width: 460px;
        height: 262px;
        margin: auto;
        overflow: hidden;
        border-bottom: 1px solid #ededed
    }

        .game_main .l .b .game_vote .l_vote {
            float: left;
            width: 205px;
            height: 100%
        }

            .game_main .l .b .game_vote .l_vote .yuanpan {
                width: 165px;
                height: 165px;
                margin-left: 23px;
                margin-top: 25px;
                overflow: hidden
            }

                .game_main .l .b .game_vote .l_vote .yuanpan.width10 {
                    background: url(../images/w1.png) no-repeat center center;
                    background-size: contain
                }

            .game_main .l .b .game_vote .l_vote .yuanpann.width20 {
                background: url(../images/w2.png) no-repeat center center;
                background-size: contain
            }

            .game_main .l .b .game_vote .l_vote .yuanpan.width30 {
                background: url(../images/w3.png) no-repeat center center;
                background-size: contain
            }

            .game_main .l .b .game_vote .l_vote .yuanpan.width40 {
                background: url(../images/w4.png) no-repeat center center;
                background-size: contain
            }

            .game_main .l .b .game_vote .l_vote .yuanpan.width50 {
                background: url(../images/w5.png) no-repeat center center;
                background-size: contain
            }

            .game_main .l .b .game_vote .l_vote .yuanpan.width60 {
                background: url(../images/w6.png) no-repeat center center;
                background-size: contain
            }

            .game_main .l .b .game_vote .l_vote .yuanpan.width70 {
                background: url(../images/w7.png) no-repeat center center;
                background-size: contain
            }

            .game_main .l .b .game_vote .l_vote .yuanpan.width80 {
                background: url(../images/w8.png) no-repeat center center;
                background-size: contain
            }

            .game_main .l .b .game_vote .l_vote .yuanpan.width90 {
                background: url(../images/w9.png) no-repeat center center;
                background-size: contain
            }

            .game_main .l .b .game_vote .l_vote .yuanpan.width100 {
                background: url(../images/w10.png) no-repeat center center;
                background-size: contain
            }

            .game_main .l .b .game_vote .l_vote .yuanpan &gt; span {
                display: block;
                width: 100%
            }

            .game_main .l .b .game_vote .l_vote .yuanpan .bigvote {
                height: 48px;
                margin-top: 40px
            }

                .game_main .l .b .game_vote .l_vote .yuanpan .bigvote em {
                    width: 48%;
                    float: left;
                    text-align: right;
                    color: #666;
                    font-size: 60px;
                    line-height: 48px;
                    height: 48px;
                    font-weight: bold
                }

                .game_main .l .b .game_vote .l_vote .yuanpan .bigvote i {
                    float: left;
                    width: 52%;
                    text-align: left;
                    height: 31px;
                    line-height: 31px;
                    color: #666;
                    font-size: 40px;
                    font-weight: bold
                }

                .game_main .l .b .game_vote .l_vote .yuanpan .bigvote em.big {
                    width: 100%;
                    text-align: center
                }

                .game_main .l .b .game_vote .l_vote .yuanpan .bigvote i.none {
                    display: none
                }

            .game_main .l .b .game_vote .l_vote .yuanpan .wjpf {
                text-align: center;
                color: #666;
                font-size: 16px;
                margin-top: 5px
            }

            .game_main .l .b .game_vote .l_vote .yuanpan .votenum {
                color: #666;
                font-size: 12px;
                text-align: center
            }

                .game_main .l .b .game_vote .l_vote .yuanpan .votenum em {
                    color: #f76341
                }

            .game_main .l .b .game_vote .l_vote .star {
                width: 130px;
                height: 20px;
                margin: auto;
                margin-top: 5px;
                background: url(../images/star_gray.png)
            }

                .game_main .l .b .game_vote .l_vote .star i {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: url(../images/star.png) no-repeat center left
                }

            .game_main .l .b .game_vote .l_vote .pj {
                width: 100%;
                text-align: center;
                color: #f76341;
                font-size: 14px;
                line-height: 36px
            }

        .game_main .l .b .game_vote .r_vote {
            float: left;
            width: 255px
        }

            .game_main .l .b .game_vote .r_vote .yxpc {
                margin-top: 28px;
                height: 41px
            }

                .game_main .l .b .game_vote .r_vote .yxpc span {
                    float: left;
                    color: #666;
                    font-size: 16px;
                    height: 35px;
                    line-height: 35px
                }

                .game_main .l .b .game_vote .r_vote .yxpc em {
                    color: #f76341;
                    font-size: 24px;
                    font-weight: bold;
                    float: left;
                    height: 35px;
                    line-height: 35px
                }

                .game_main .l .b .game_vote .r_vote .yxpc a {
                    width: 102px;
                    height: 41px;
                    background: url(../images/btnbg1.png);
                    position: relative;
                    float: right;
                    text-align: left;
                    text-indent: 20px;
                    line-height: 35px;
                    color: #fff;
                    font-size: 14px;
                    margin-left: 20px
                }

                    .game_main .l .b .game_vote .r_vote .yxpc a::after {
                        content: '';
                        display: block;
                        position: absolute;
                        background: url(../images/jt2.png) no-repeat center center;
                        width: 9px;
                        height: 14px;
                        top: 10px;
                        right: 10px
                    }

.yxpc input[type="text"] {
    margin: 0;
    padding: 0;
    border: none;
    height: 35px;
    width: 119px;
    background: none;
    padding-left: 10px;
    float: left;
    display: inline;
    color: #333;
    outline: none;
    line-height: 30px;
    font-size: 14px;
    border: 2px solid #dbdbdb;
}

.game_main .l .b .game_vote .r_vote .vote_detail {
    height: 35px;
    width: 100%;
    overflow: hidden;
}

    .game_main .l .b .game_vote .r_vote .vote_detail span {
        transition: font-size .08s ease;
        color: #ccc;
        font-size: 16px;
        line-height: 35px;
        float: left;
    }

    .game_main .l .b .game_vote .r_vote .vote_detail em {
        color: #666;
        font-size: 16px;
        line-height: 35px;
        float: left;
        font-weight: bold;
        margin-left: 8px;
        margin-right: 4px;
        width: 42px;
        display: inline-block;
    }

    .game_main .l .b .game_vote .r_vote .vote_detail p { /* float: right; */
        width: 151px;
        height: 15px;
        margin-top: 10px;
        border-radius: 8px;
        background-color: #ededed;
        box-sizing: border-box;
        padding: 4px;
        display: inline-block;
    }

        .game_main .l .b .game_vote .r_vote .vote_detail p i {
            width: 100%;
            height: 100%;
            border-radius: 4px;
            background-color: #c6c6c6;
            display: block
        }

.game_main .l .b .other_vote {
    width: 460px;
    margin: auto
}

    .game_main .l .b .other_vote .tit {
        color: #4f4f4f;
        font-size: 18px;
        font-weight: bold;
        height: 48px;
        line-height: 48px
    }

    .game_main .l .b .other_vote .mtpftab &gt; div {
        float: left;
        width: 70px;
        height: 70px;
        background-color: #ededed;
        border-radius: 5px;
        margin-right: 8px;
        position: relative;
        cursor: pointer
    }

        .game_main .l .b .other_vote .mtpftab &gt; div::after {
            position: absolute;
            content: '';
            background: url(../images/jt_mt.png);
            width: 10px;
            height: 6px;
            bottom: -19px;
            left: 50%;
            margin-left: -5px;
            display: none
        }

        .game_main .l .b .other_vote .mtpftab &gt; div:nth-child(6n) {
            margin-right: 0
        }

        .game_main .l .b .other_vote .mtpftab &gt; div span {
            width: 68px;
            height: 38px;
            background-color: #fff;
            border-radius: 3px;
            display: block;
            margin: 1px;
            text-align: center;
            color: #4f4f4f;
            font-size: 12px;
            line-height: 38px
        }

            .game_main .l .b .other_vote .mtpftab &gt; div span b {
                font-size: 16px;
                color: #f76341
            }

        .game_main .l .b .other_vote .mtpftab &gt; div em {
            display: block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #4f4f4f;
            font-size: 12px;
            font-weight: bold
        }

        .game_main .l .b .other_vote .mtpftab &gt; div.active, .game_main .l .b .other_vote .mtpftab &gt; div:hover {
            background-color: #f76341
        }

            .game_main .l .b .other_vote .mtpftab &gt; div.active em, .game_main .l .b .other_vote .mtpftab &gt; div:hover em {
                color: #fff
            }

            .game_main .l .b .other_vote .mtpftab &gt; div.active::after, .game_main .l .b .other_vote .mtpftab &gt; div:hover::after {
                display: block
            }

    .game_main .l .b .other_vote .mtpftab::after {
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both
    }

    .game_main .l .b .other_vote .mtpfcon {
        margin-top: 18px
    }

        .game_main .l .b .other_vote .mtpfcon &gt; div {
            display: none;
            color: #666;
            height: 40px;
            line-height: 38px;
            font-size: 14px;
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #ededed;
            overflow: hidden;
            border-radius: 8px
        }

            .game_main .l .b .other_vote .mtpfcon &gt; div.active {
                display: block
            }

            .game_main .l .b .other_vote .mtpfcon &gt; div p {
                display: block;
                width: 360px;
                height: 100%;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                overflow: hidden;
                margin-left: 20px;
                float: left
            }

            .game_main .l .b .other_vote .mtpfcon &gt; div a {
                color: #fd4f38;
                font-size: 14px;
                float: left;
                margin-left: 10px
            }

.game_main .r .news_tab {
    height: 54px;
    background-color: #fff;
    box-shadow: 0 8px 8px 0 rgba(215,215,215,0.4);
    border-radius: 10px 10px 0 0
}

    .game_main .r .news_tab span {
        cursor: pointer;
        transition: font-size .08s ease;
        float: left;
        width: 40px;
        margin: 0 30px;
        height: 54px;
        line-height: 54px;
        color: #444;
        font-size: 18px;
        position: relative
    }

        .game_main .r .news_tab span::after {
            content: '';
            display: block;
            width: 40px;
            height: 8px;
            background-color: #f76341;
            border-radius: 4px;
            bottom: -4px;
            position: absolute;
            left: 0;
            display: none
        }

        .game_main .r .news_tab span:hover, .game_main .r .news_tab span.active {
            color: #404040;
            font-size: 20px;
            font-weight: bold
        }

            .game_main .r .news_tab span:hover::after, .game_main .r .news_tab span.active::after {
                display: block
            }

.game_main .r .news_con .news_list {
    display: none;
    box-sizing: border-box;
    padding: 0 15px;
    height: 396px;
}

    .game_main .r .news_con .news_list.active {
        display: block
    }

.game_main .r .news_con .news_top {
    height: 117px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    overflow: hidden
}

    .game_main .r .news_con .news_top .h3_a {
        font-size: 0;
        text-align: center;
        margin: 30px auto 2px
    }

        .game_main .r .news_con .news_top .h3_a a {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            font-size: 24px;
            text-align: center;
            font-weight: bold;
            color: #f76341;
            margin: 0 20px
        }

    .game_main .r .news_con .news_top .three_a {
        margin-top: 15px;
        text-align: center
    }

        .game_main .r .news_con .news_top .three_a a {
            color: #404040;
            font-size: 16px;
            display: inline-block
        }

        .game_main .r .news_con .news_top .three_a i {
            display: inline-block;
            margin: 0 5px
        }

        .game_main .r .news_con .news_top .three_a a:hover {
            color: #ff2d22
        }

.game_main .r .news_con ul {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ededed
}

    .game_main .r .news_con ul li {
        display: block;
        height: 35px;
        line-height: 35px
    }

        .game_main .r .news_con ul li i {
            font-size: 0;
            vertical-align: bottom;
            width: 8px;
            height: 8px;
            background-color: #eaeaea;
            border-radius: 2px;
            margin-top: 15px;
            margin-right: 12px;
            float: left
        }

        .game_main .r .news_con ul li em {
            color: #276eff;
            float: left
        }

            .game_main .r .news_con ul li em.news {
                color: #f76341
            }

            .game_main .r .news_con ul li em.gl {
                color: #52c17e
            }

        .game_main .r .news_con ul li a {
            color: #404040;
            font-size: 16px;
            float: left;
            margin-left: 5px;
            width: 450px;
            height: 35px;
            overflow: hidden
        }

            .game_main .r .news_con ul li a:hover {
                color: #f95d4d
            }

        .game_main .r .news_con ul li span {
            float: right;
            color: #888
        }

.game_main .r .news_con .news_more {
    position: absolute;
    top: 16px;
    right: 20px;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: bold
}

    .game_main .r .news_con .news_more:hover {
        color: #f95d4d
    }

.r .news_tab .divmore {
    line-height: 36px;
    float: right;
}

    .r .news_tab .divmore .amore {
        margin-right: 17px;
        color: #888;
        display: none;
        overflow: hidden;
        line-height: 54px;
        height: 54px;
        overflow: hidden;
        font-size: 14px;
    }

        .r .news_tab .divmore .amore.on {
            display: block;
        }


/*脙茠脗搂脙鈥犆⑩偓鈩⒚冣€毭偮兤捗偮┟兟⒚⑩€毬⑩偓聺脙鈥毭偮兤捗偮γ冣€毭偮犆兟⒚⑩€毬偮∶兤捗偮冣€毭偮冣€毭偮� 脙茠脗篓脙鈥毭偮矫冣€毭偮兤捗偮γ兟⒚⑩€毬⑩€灺⒚冣€毭偮�*/
.zt_main {
    width: 1200px;
    margin: 30px auto 0;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
}

    .zt_main .l {
        width: 380px;
        margin-right: 20px;
        float: left;
    }

.game_tag {
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    width: 380px;
    box-shadow: 0 0 10px 0 rgba(218,207,204,0.6);
}

.youxituijian {
    padding-bottom: 10px;
}

.bigbox {
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    width: 380px;
    box-shadow: 0 0 10px 0 rgba(218,207,204,0.6);
}

.main_title_2 {
    width: 100%;
    height: 56px;
    position: relative;
}

    .main_title_2 span {
        display: inline-block;
        padding: 0 6px;
        color: #404040;
        font-size: 18px;
        position: relative;
        line-height: 56px;
        height: 56px;
        font-weight: bold;
    }

        .main_title_2 span::after {
            z-index: 2;
            content: '';
            display: block;
            position: absolute;
            height: 5px;
            background-color: #f76341;
            border-radius: 3px;
            width: 50px;
            margin-left: -25px;
            left: 50%;
            bottom: 0;
        }

    .main_title_2::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ededed;
        bottom: 1px;
        position: absolute;
        z-index: 1;
    }

.zt_main .game_more .small_box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
}

.zt_main .game_more .game_tag .small_box {
    margin-top: 8px;
}

.zt_main .game_more .game_tag a {
    float: left;
    text-align: center;
    width: 110px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #b9b9b9;
    line-height: 28px;
    color: #676767;
    font-size: 16px;
    margin-top: 12px;
    margin-right: 13px;
    overflow: hidden;
}

.zt_main .r {
    width: 800px;
    float: right;
    border-radius: 10px;
    overflow: hidden;
}

.youxijietu {
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(218,207,204,0.6);
}

.main_title_2 a {
    line-height: 56px;
    height: 56px;
    color: #7d7d7d;
    font-size: 16px;
    position: absolute;
    right: 10px;
    font-weight: bold;
}

.main_title_2::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
    bottom: 1px;
    position: absolute;
    z-index: 1;
}

.sm_box {
    width: 96%;
    margin: auto;
}

.zt_main .l .youxituijian .sm_box a {
    display: block;
    width: 100%;
    margin-top: 20px;
}

    .zt_main .l .youxituijian .sm_box a img {
        width: 100%;
        height: 145px;
        border-radius: 8px;
    }

    .zt_main .l .youxituijian .sm_box a span {
        display: block;
        height: 30px;
        line-height: 30px;
        width: 100%;
        text-align: left;
        color: #7d7d7d;
        font-size: 16px;
        font-weight: bold;
    }

    .zt_main .l .youxituijian .sm_box a:hover span {
        color: #f95d4d
    }

.zt_main .game_more .small_box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
}

.youxijietu .small_box {
    margin-top: 20px;
    margin-bottom: 24px;
}

.img-view {
    width: 740px;
    margin: auto;
}

.img-view-container {
    width: 740px;
    height: 451px;
    overflow: hidden;
    position: relative;
    margin: 8px auto 0;
}

.img-view-left {
    left: 0;
}

.img-view-btn {
    width: 38px;
    height: 74px;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    cursor: pointer;
    background: url(../images/qh2.png) no-repeat center center;
    z-index: 5;
}

.img-view-container .img-view-box {
    width: 2220px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
}

    .img-view-container .img-view-box a {
        float: left;
        width: 740px;
        height: 100%;
    }

        .img-view-container .img-view-box a img {
            width: 100%;
            height: 100%;
            border-radius: 8px;
        }

.img-view-right {
    right: 0;
    background-image: url(../images/qh4.png);
}

.img-scroll {
    position: relative;
    width: 740px;
    height: 90px;
    overflow-x: hidden;
    margin: 8px auto 0;
}

    .img-scroll.has-scroll {
        height: 110px;
    }

#img-scroller {
    position: absolute;
}

.img-scroll .view-index {
    cursor: pointer;
    width: 140px;
    height: 90px;
    border-radius: 8px;
    float: left;
    margin-left: 10px;
    position: relative;
}

    .img-scroll .view-index:before {
        content: "";
        display: block;
        width: 100%;
        height: 98px;
        z-index: 2;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
    }

    .img-scroll .view-index img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .img-scroll .view-index:first-child {
        margin-left: 0;
    }

    .img-scroll .view-index.active, .img-scroll .view-index:hover {
        filter: none;
        opacity: 1;
    }

        .img-scroll .view-index.active:before {
            background: rgba(255, 255, 255, 0);
        }

.zt_main .small_box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
}

.zt_main .game_tag .small_box {
    margin-top: 8px;
    margin-bottom: 20px;
}

    .zt_main .game_tag .small_box a {
        float: left;
        text-align: center;
        width: 100px;
        height: 30px;
        border-radius: 15px;
        border: solid 1px #b9b9b9;
        line-height: 28px;
        color: #676767;
        font-size: 16px;
        margin-top: 12px;
        margin-right: 13px;
        overflow: hidden;
    }

.img-view-left:hover {
    background-image: url(../images/qh3.png);
}

.img-view-right {
    right: 0;
    background-image: url(../images/qh4.png);
}

    .img-view-right:hover {
        right: 0;
        background-image: url(../images/qh1.png);
    }

.iScrollHorizontalScrollbar {
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 10px !important;
    background-color: #f5f5f5;
    border-radius: 5px;
}

    .iScrollHorizontalScrollbar .iScrollIndicator {
        background-color: #f76341 !important;
        border-radius: 5px !important;
    }

.iScrollIndicator {
    z-index: 2;
    background-color: #f76341 !important;
    border-radius: 8px !important;
}

.iScrollLoneScrollbar::after {
    position: absolute;
    width: 1px;
    content: '';
    height: 100%;
    top: 0;
    left: 3px;
    background: #e8e8e8;
    z-index: 1;
}

/*莽鈥郝该ヂ惻捗陈幻ニ嗏€�*/
.xiangtongxilie.block-main {
    margin-top: 30px;
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(218,207,204,0.6);
}

.yxspswiper {
    width: 100%;
    overflow: hidden;
    height: 110px;
    margin-top: 20px;
    position: relative;
}

    .yxspswiper .swiper-slide {
        height: 110px;
    }

    .yxspswiper a {
        float: left;
        height: 100px; /*112*/
        width: 180px; /*200*/
        margin-bottom: 10px;
        margin-left: 10px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

        .yxspswiper a::after {
            content: '';
            display: block;
            width: 67px;
            height: 67px;
            position: absolute;
            top: 20px;
            left: 50%;
            margin-left: -33.5px;
            background: url(../images/paly.png);
        }

    .yxspswiper &gt; .swiper-scrollbar {
        right: 0px !important;
        height: 91% !important;
        display: none;
    }

    .yxspswiper a:first-child {
        margin-left: 0;
    }

    .yxspswiper a img {
        width: 100%;
        height: 100%
    }

.xiangtongxilie.block-main {
    margin-top: 30px;
}

.yxxlswiper {
    width: 100%;
    overflow: hidden;
    height: 240px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

    .yxxlswiper .swiper-slide {
        height: 240px;
    }

    .yxxlswiper a {
        float: left;
        height: 240px; /*112*/
        width: 158px; /*200*/
        margin-left: 36px;
        overflow: hidden;
        position: relative;
    }

    .yxxlswiper &gt; .swiper-scrollbar {
        right: 0px !important;
    }

.block-main .yxxlswiper a:first-child {
    margin-left: 17px;
}

.block-bg .yxxlswiper a:first-child {
    margin-left: 0px;
}

.yxxlswiper a img {
    border-radius: 8px;
    width: 100%;
    height: 210px;
    display: block;
}

.yxxlswiper a span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #404040;
}

.yxxlswiper a:hover span {
    color: #FF6600;
}
/*盲赂鈥姑铰�*/
.paddingStyle {
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(218,207,204,0.6);
}

.contentTitle {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 3px solid #e7e7eb;
}

    .contentTitle h2 {
        display: table;
        line-height: 24px;
        font-weight: bold;
        padding: 15px 15px;
        border-bottom: 3px solid #ff4d03;
        position: relative;
        font-size: 18px;
        top: 1px;
        color: black;
    }

.moreContainer {
    float: right;
    font-size: 12px;
    margin-top: -47px;
}

    .moreContainer a {
        margin-right: 12px;
        color: #999;
        font-size: 14px;
    }

.downAddressContainer .moreContainer a {
    color: #666;
}

.normalDownTitle {
    width: 810px;
    padding: 20px 5px 0px 5px;
    text-align: left;
    font-size: 16px;
    color: #333;
}

.detail_body_left_info_con_con {
    width: 789px;
    padding: 0 5px 0px 5px;
    text-align: left;
    display: table;
}

.mt10 {
    margin-top: 10px;
}

.sbg {
    background-image: url(../images/icon_20181025.png);
    background-repeat: no-repeat;
}

.common_down_l {
    width: 600px;
    float: left;
}

.common_down_l_one {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px
}

    .common_down_l_one h4 {
        width: 210px;
        height: 42px;
        float: left;
        display: inline-block
    }

        .common_down_l_one h4 a {
            display: block;
            cursor: pointer
        }

            .common_down_l_one h4 a em {
                width: 50px;
                height: 42px;
                background-color: #589cf6;
                background-position: 14px -35px;
                display: inline-block;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                float: left;
                margin: 0
            }

        .common_down_l_one h4:hover a em {
            background-color: #3270ef
        }

        .common_down_l_one h4 a p {
            width: 79px;
            height: 40px;
            border-top: #589cf6 1px solid;
            border-bottom: #589cf6 1px solid;
            float: left;
            display: inline-block;
            padding: 0;
            line-height: 40px;
            padding-left: 10px;
            text-align: center
        }

        .common_down_l_one h4:hover a p {
            border-top-color: #3270ef;
            border-bottom-color: #3270ef
        }

        .common_down_l_one h4 a i {
            width: 70px;
            height: 40px;
            line-height: 40px;
            border: #589cf6 1px solid;
            border-left-width: 0;
            float: left;
            display: inline-block;
            color: #ff4d03;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            font-size: 14px
        }

        .common_down_l_one h4:hover a i {
            border-color: #3270ef
        }

    .common_down_l_one span {
        float: left;
        width: 152px;
        margin-left: 20px;
        display: inline-block;
    }

    .common_down_l_one font {
        float: left;
        width: 90px;
        overflow: hidden;
        margin-left: 5px;
        color: #589cf6;
        display: inline-block
    }

    .common_down_l_one em {
        float: right;
        width: 60px;
        font-size: 14px;
        display: inline-block;
        text-align: right
    }

.downWayBottom {
    width: 784px;
    height: 114px;
    background-color: #fffaf2;
    box-sizing: border-box;
    padding: 19px 66px 0 18px;
    margin-bottom: 40px;
    border-top: #e7e7eb 3px solid;
    margin-top: 20px;
}

    .downWayBottom p {
        color: #ff5913;
        font-size: 16px;
        margin-bottom: 5px
    }

    .downWayBottom div {
        color: #333;
        font-size: 14px;
        line-height: 1.8
    }

        .downWayBottom div span {
            color: #589cf6
        }

        .downWayBottom div a {
            display: inline-block;
            width: 90px;
            height: 24px;
            background-color: #589cf6;
            border-radius: 3px;
            text-align: center;
            line-height: 24px;
            color: white;
            font-size: 12px
        }

            .downWayBottom div a:hover {
                background: #4c78e9
            }




.jisuxiazai {
    width: 420px;
    overflow: hidden;
}

    .jisuxiazai .title {
        color: #333;
        font-size: 16px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 20px 0;
    }

    .jisuxiazai .jisubox {
        width: 420px;
        background-color: #fff;
        border-radius: 6px;
        border: solid 1px #ececec;
        box-sizing: border-box;
        padding: 0 20px;
    }

        .jisuxiazai .jisubox .jisutop {
            width: 100%;
        }

            .jisuxiazai .jisubox .jisutop .jisu1 {
                overflow: hidden;
            }

                .jisuxiazai .jisubox .jisutop .jisu1 a {
                    float: left;
                    width: 182px;
                    height: 47px;
                    border-radius: 10px;
                    line-height: 47px;
                    color: #fff;
                    font-size: 18px;
                    text-align: center;
                    position: relative;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    background-color: #2b71ff;
                    text-indent: 20px
                }

                    .jisuxiazai .jisubox .jisutop .jisu1 a:nth-child(2n) {
                        margin-right: 0;
                    }

                    .jisuxiazai .jisubox .jisutop .jisu1 a::before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 17px;
                        left: 34px;
                        background: url(//pbmp.ali213.net/Pics/shandian.png);
                        width: 12px;
                        height: 16px
                    }

                    .jisuxiazai .jisubox .jisutop .jisu1 a:hover {
                        background-image: linear-gradient(135deg,#5fc3fc 0,#3eb3fd 100%)
                    }

            .jisuxiazai .jisubox .jisutop .jisu2 {
                margin-bottom: 10px;
                overflow: hidden;
            }

                .jisuxiazai .jisubox .jisutop .jisu2 a {
                    float: left;
                    width: 182px;
                    height: 35px;
                    line-height: 35px;
                    margin-right: 10px;
                    color: #595959;
                    font-size: 16px;
                    position: relative;
                    text-indent: 20px;
                    text-align: center
                }

                    .jisuxiazai .jisubox .jisutop .jisu2 a::before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 11px;
                        left: 22px;
                        background: url(//pbmp.ali213.net/Pics/xiazai.png);
                        width: 17px;
                        height: 17px;
                    }

                    .jisuxiazai .jisubox .jisutop .jisu2 a:hover {
                        color: red;
                    }

                    .jisuxiazai .jisubox .jisutop .jisu2 a:nth-child(2n) {
                        margin-right: 0;
                    }

        .jisuxiazai .jisubox .wenzi {
            width: 100%;
            position: relative;
            height: 41px;
            line-height: 41px;
            color: #333;
            font-size: 14px;
            border-bottom: 1px solid #f5f5f5;
            margin-bottom: 20px;
            font-weight: 800;
        }

            .jisuxiazai .jisubox .wenzi em {
                position: absolute;
                top: 0;
                right: 0;
                color: #888;
                font-size: 12px
            }

.detail_body_left_info_con_con {
    margin-top: 20px;
}
/*鐑棬涓夊浗娓告垙*/
.az_soft {
    width: 100%;
    background: #fff;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

    .az_soft h3.title_l {
        line-height: 45px;
        height: 45px;
        font-weight: bold;
        font-size: 20px;
        color: #333;
        margin: 0;
        padding-left: 10px;
        border-bottom: 1px solid #eee;
        padding: 5px;
    }

        .az_soft h3.title_l span {
            display: inline-block;
            padding: 0 6px;
            color: #404040;
            font-size: 18px;
            position: relative;
            line-height: 44px;
            height: 44px;
            font-weight: bold;
        }

            .az_soft h3.title_l span::after {
                z-index: 2;
                content: '';
                display: block;
                position: absolute;
                height: 5px;
                background-color: #f76341;
                border-radius: 3px;
                width: 50px;
                margin-left: -25px;
                left: 50%;
                bottom: -5px;
            }

        .az_soft h3.title_l p {
            float: right;
            margin: 0
        }

            .az_soft h3.title_l p a {
                display: inline-block;
                font-size: 12px;
                font-weight: normal;
                padding-left: 40px
            }

        .az_soft h3.title_l a.amore {
            background: #eee;
            float: right;
            color: #999;
            padding: 0 12px;
            font-size: 12px;
            line-height: 24px;
            border-radius: 3px;
            margin-top: 10px;
            font-weight: normal;
            margin-right: 12px;
        }

            .az_soft h3.title_l a.amore:hover {
                background: #f55555;
                color: #fff
            }

.newgame {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

    .newgame h3 {
        margin-right: 10px;
        border-radius: 3px;
        vertical-align: middle;
        font-size: 20px;
        font-weight: bold;
        color: #323232;
        padding-left: 10px;
        border-left: 5px solid #369fff;
        height: 22px;
        line-height: 22px;
        float: left;
    }

    .newgame ul {
        overflow: hidden;
        width: 100%;
        margin: auto 16px;
        padding-top: 12px;
    }

        .newgame ul li {
            float: left;
            padding-right: 44px;
            height: 91px;
            padding-bottom: 30px;
            overflow: hidden;
        }

            .newgame ul li a {
                width: 92px;
                display: block;
            }

                .newgame ul li a:hover {
                    text-decoration: none;
                }

                .newgame ul li a img {
                    width: 88px;
                    height: 88px;
                    border-radius: 20px;
                }

                .newgame ul li a p {
                    color: #454545;
                    text-align: center;
                    font-size: 14px;
                    line-height: 30px;
                    height: 30px;
                    overflow: hidden;
                }

                .newgame ul li a em {
                    width: 70px;
                    height: 26px;
                    line-height: 26px;
                    background: #ff4546;
                    color: #fff;
                    border-radius: 3px;
                    margin: 0 auto;
                    display: block;
                    text-align: center;
                    margin-top: 60px;
                }
</pre></body></html>