﻿:root {
    --color_1: #fff;
    --color_2: #cdcdcd;
    --color_3: #158fed;
    --color_4: #158fed;
    --color_5: #999;
    --color_6: #666;
    --color_7: #333;
    --color_8: #158fed;
    --color_9: #00f;
    --color_10: #158fed;
    --color_11: #8a8a8a;
    --color_12: #009ad6;
    --color_13: #f47920;
    --color_14: #45b97c;
    --color_15: #ec003e;
    --color_16: rgba(255, 16, 16, 0.62);
    --color_17: #158fed;
    --color_18: #000;
    --color_19: #fd472a;
    --color_20: #444;
    --color_21: #b9c0c8;
    --color_22: #00e;
    --background_color_1: #434348;
    --background_color_2: rgba(0, 0, 0, 0.7);
    --background_color_3: transparent;
    --background_color_4: #fff;
    --border_color_1: #9fd900;
    --border_color_2: #00beff;
}

.location {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    position: relative;
    text-indent: 25px;
}

.location_f {
    color: var(--color_1);
}

.location a {
    color: #cdcdcd;
}

    .location a:hover {
        color: #158fed;
    }

.location i {
    position: absolute;
    top: 14px;
    left: 2px;
    width: 16px;
    height: 20px;
    background-position: -2px -400px;
}

.gameDBody_1 {
    height: auto;
    width: 100%;
    background: #303037;
    padding-bottom: 17px;
    margin-bottom: 125px;
}

    .gameDBody_1 .info {
        margin-top: 0;
        display: flex;
        align-items: center;
        width: 100%;
    }

        .gameDBody_1 .info img {
            width: 160px;
            height: 160px;
            border-radius: 30px;
            flex: 0 0 auto;
        }

        .gameDBody_1 .info .msg {
            width: 1px;
            display: flex;
            flex-direction: column;
            margin-left: 20px;
            gap: 10px;
            flex: 1 1 auto;
        }


            .gameDBody_1 .info .msg h1 {
                flex: 0 0 auto;
                max-height: 64px;
                line-height: 32px;
                font-size: 28px;
                color: #fff;
                font-weight: 700;
                white-space: normal;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .gameDBody_1 .info .msg h1 span {
                    display: inline-block;
                    padding: 5px;
                    font-size: 14px;
                    line-height: 1;
                    color: #158fed;
                    border: 1px solid #158fed;
                    border-radius: 4px;
                    vertical-align: top;
                    margin: 6px 0 0 15px;
                }

                    .gameDBody_1 .info .msg h1 span .icon {
                        display: inline-block;
                        width: 14px;
                        height: 14px;
                        background-position: -350px -400px;
                        vertical-align: top;
                    }

            .gameDBody_1 .info .msg .info_tag {
                flex: 0 0 auto;
                display: flex;
                gap: 12px;
            }

                .gameDBody_1 .info .msg .info_tag span {
                    float: left;
                    height: 24px;
                    line-height: 24px;
                    font-size: 14px;
                    color: #999;
                    background-color: #434348;
                    padding: 0 12px;
                    border-radius: 2px;
                }

            .gameDBody_1 .info .msg .other_info {
                flex: 1 1 auto;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
                align-items: center;
                font-size: 12px;
            }

            .gameDBody_1 .info .msg p {
                height: 24px;
                line-height: 24px;
                color: #999;
            }

    .gameDBody_1 .downBox {
        width: 520px;
        height: 88px;
        overflow: hidden;
        margin-top: 40px;
        flex: 0 0 auto;
    }

        .gameDBody_1 .downBox a {
            /*display: none;*/
            float: left;
            width: 165px;
            height: 45px;
            line-height: 45px;
            font-size: 18px;
            color: #fff;
            text-align: center;
            border-radius: 22px;
            margin-left: 8px;
            transition: opacity 0.2s ease 0s;
        }

            .gameDBody_1 .downBox a i {
                display: inline-block;
                vertical-align: top;
            }

            .gameDBody_1 .downBox a:hover {
                opacity: 0.9;
            }

            .gameDBody_1 .downBox a.iosBtn {
                background: linear-gradient(to right, #0173ff, #11a6ff);
            }

                .gameDBody_1 .downBox a.iosBtn i {
                    width: 20px;
                    height: 24px;
                    margin: 8px 6px 0 0;
                    background-position: -378px -401px;
                }

            .gameDBody_1 .downBox a.androidBtn {
                background: linear-gradient(to right, #158fed, #158fed);
            }

                .gameDBody_1 .downBox a.androidBtn i {
                    width: 24px;
                    height: 26px;
                    margin: 10px 6px 0 0;
                    background-position: -414px -401px;
                }

        .gameDBody_1 .downBox > div {
            height: 45px;
            line-height: 45px;
            width: 212px;
            border-radius: 22px;
            float: left;
            margin-left: 8px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            transition: opacity 0.2s ease 0s;
        }


            .gameDBody_1 .downBox > div i {
                display: inline-block;
                vertical-align: top;
            }

            .gameDBody_1 .downBox > div:hover {
                opacity: 0.9;
            }

.gameDL {
    float: left;
    width: 850px;
    margin-right: 28px;
    position: relative;
}

.gameDL1 {
    position: absolute;
    top: -88px;
    left: 0;
    height: 88px;
    line-height: 88px;
    font-size: 18px;
    color: #666;
}

    .gameDL1 span {
        float: left;
        width: 100px;
        text-align: center;
        position: relative;
        transition: font-size 0.3s ease 0s;
        cursor: pointer;
    }

        .gameDL1 span::after {
            content: "";
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
            margin: auto;
            width: 0;
            height: 8px;
            border-radius: 4px;
            background: #158fed;
            transition: width 0.3s ease 0s;
        }

        .gameDL1 span.current::after {
            width: 20px;
        }

        .gameDL1 span.current {
            font-size: 24px;
            font-weight: 700;
        }

        .gameDL1 span:hover {
            color: #333;
        }

.showImg {
    border-radius: 12px 12px 0 0;
    background: #fff;
}

.gDSwiper {
    width: 800px;
    height: 312px;
    padding: 27px 0px 83px;
    margin: 0px 24px;
    overflow: hidden;
    position: relative;
}

    .gDSwiper .swiper-slide {
        height: 310px;
        width: auto;
        max-width: 548px;
    }

        .gDSwiper .swiper-slide video,
        .gDSwiper .swiper-slide img {
            height: 310px;
            width: auto;
            border-radius: 10px;
            box-sizing: border-box;
            max-width: 548px;
        }

    .gDSwiper .swiper-slide-active video,
    .gDSwiper .swiper-slide-active img {
        border: 2px solid rgb(255, 186, 37);
    }

.showImg .gDSwiper .swiper-pagination {
    width: 666px;
    height: 2px;
    line-height: 2px;
    background: rgb(204, 204, 204);
    left: 134px;
    bottom: 47px;
    font-size: 0px;
    display: flex;
}

.gDSwiper .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
    background: rgb(204, 204, 204);
    border-radius: 0px;
    opacity: 1;
    flex: 1 1 0%;
    margin: 0px !important;
}

.gDSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(37, 36, 41);
}

.gDSwiper .btnPrev,
.gDSwiper .btnNext {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 377px;
    left: 0px;
    background: url("../images/icon.png") -310px -454px / 800px 800px no-repeat;
}

.gDSwiper .btnNext {
    left: 64px;
    transform: rotate(180deg);
}

    .gDSwiper .btnPrev:hover,
    .gDSwiper .btnNext:hover {
        background-position: -254px -454px;
    }

.gameDL2 {
    background: #fff;
    padding-top: 10px;
}

    .gameDL2 .cont {
        margin: 18px 24px 0;
    }

        .gameDL2 .cont img {
            display: block;
            padding: 5px 0;
            margin: 0 auto;
            width: auto;
            max-width: 90%;
        }

        .gameDL2 .cont h3 {
            font-size: 20px;
            color: #158fed;
            height: 52px;
            line-height: 52px;
            font-weight: 600;
        }

        .gameDL2 .cont p {
            line-height: 25px;
            color: #666;
            font-size: 16px;
            margin: 15px 0;
            text-indent: 2em;
        }

            .gameDL2 .cont p a {
                text-decoration: underline;
                color: #00f;
            }

.gDTlt {
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-indent: 25px;
    position: relative;
}

    .gDTlt a.more {
        position: absolute;
        top: -3px;
        right: 28px;
        width: 84px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 12px;
        color: #158fed;
        border-radius: 14px;
        border: 1px solid #158fed;
        text-indent: 0;
        box-shadow: rgba(254, 200, 12, 0.15) 0 5px 15px 0;
        font-weight: 300;
    }

        .gDTlt a.more:hover {
            box-shadow: rgba(254, 200, 12, 0.3) 0 5px 15px 0;
        }

.gameTagBox {
    margin: 0 25px 0;
}

    .gameTagBox > div:nth-child(1) {
        margin-top: 12px;
        height: 75px;
        line-height: 75px;
        color: #8a8a8a;
        font-size: 16px;
        text-align: center;
        position: relative;
    }

        .gameTagBox > div:nth-child(1) i {
            display: inline-block;
            width: 19px;
            height: 19px;
            background-position: -250px -419px;
            vertical-align: top;
            margin: 28px 6px 0 0;
        }

        .gameTagBox > div:nth-child(1)::after,
        .gameTagBox > div:nth-child(1)::before {
            content: "";
            position: absolute;
            width: 326px;
            height: 1px;
            background: #f0f0f0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .gameTagBox > div:nth-child(1)::before {
            left: 0;
        }

        .gameTagBox > div:nth-child(1)::after {
            right: 0;
        }

    .gameTagBox > div:nth-child(2) {
        text-align: center;
        overflow: hidden;
        padding-bottom: 20px;
    }

        .gameTagBox > div:nth-child(2) a {
            display: inline-block;
            padding: 0 20px;
            margin: 0 20px 20px 0;
            height: 45px;
            line-height: 45px;
            text-align: center;
            font-size: 14px;
            color: #8a8a8a;
            border-radius: 8px;
            background: #f3f5f7;
            transition: opacity 0.2s ease 0s;
        }

            .gameTagBox > div:nth-child(2) a:hover {
                opacity: 0.8;
            }

            .gameTagBox > div:nth-child(2) a:nth-child(1),
            .gameTagBox > div:nth-child(2) a:nth-child(4),
            .gameTagBox > div:nth-child(2) a:nth-child(7) {
                background: #edfaff;
                color: #009ad6;
            }

            .gameTagBox > div:nth-child(2) a:nth-child(2),
            .gameTagBox > div:nth-child(2) a:nth-child(5),
            .gameTagBox > div:nth-child(2) a:nth-child(8) {
                background: #fff5ed;
                color: #f47920;
            }

            .gameTagBox > div:nth-child(2) a:nth-child(3),
            .gameTagBox > div:nth-child(2) a:nth-child(6),
            .gameTagBox > div:nth-child(2) a:nth-child(9) {
                background: #edfff5;
                color: #45b97c;
            }

.gameDL3 {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0 0 12px 12px;
    padding-top: 30px;
    margin-top: -15px;
}

    .gameDL3 ul {
        overflow: hidden;
        margin: 14px 25px 0;
    }

        .gameDL3 ul li {
            float: left;
            margin-right: 8px;
            height: 35px;
            line-height: 35px;
            width: 396px;
            color: #999;
            font-size: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .gameDL3 ul li:nth-child(2n) {
                margin-right: 0;
            }

            .gameDL3 ul li span {
                color: #666;
            }

                .gameDL3 ul li span.gamePermissions,
                .gameDL3 ul li span.privacyStatement {
                    text-decoration: underline;
                    color: #ec003e;
                    cursor: pointer;
                }

                    .gameDL3 ul li span.gamePermissions:hover,
                    .gameDL3 ul li span.privacyStatement:hover {
                        color: rgba(255, 16, 16, 0.62);
                    }

.gameDL4 {
    padding: 26px 0;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 20px;
}

    .gameDL4 ul li a {
        display: block;
        width: 800px;
        height: 62px;
        line-height: 62px;
        background: #f7f7f7;
        border-radius: 8px;
        margin: 0 auto 18px;
        transition: background 0.3s ease 0s;
    }

    .gameDL4 ul li:first-child a {
        margin-top: 21px;
    }

    .gameDL4 ul li a img {
        float: left;
        width: 42px;
        height: 42px;
        border-radius: 8px;
        margin: 10px 17px 0 13px;
    }

    .gameDL4 ul li a p:nth-child(2) {
        float: left;
        width: 170px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        color: #333;
        margin-right: 20px;
    }

    .gameDL4 ul li a p:nth-child(3),
    .gameDL4 ul li a p:nth-child(4) {
        float: left;
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 16px;
        color: #999;
        margin-right: 4px;
    }

        .gameDL4 ul li a p:nth-child(3) span,
        .gameDL4 ul li a p:nth-child(4) span {
            color: #666;
        }

    .gameDL4 ul li a div {
        float: left;
        width: 112px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        color: #158fed;
        border-radius: 18px;
        background: #f8edde;
        margin-top: 13px;
        text-align: center;
    }

    .gameDL4 ul li a:hover {
        background: #fff4e5;
    }

        .gameDL4 ul li a:hover div {
            color: #fff;
            background: linear-gradient(to right, #feba00, #fed000);
            box-shadow: rgba(254, 200, 12, 0.5) 0 2px 10px 0;
        }

.gameDL5 {
    padding: 25px 0 20px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 20px;
}

    .gameDL5 ul {
        padding: 0 10px;
        overflow: hidden;
    }

        .gameDL5 ul li {
            width: 20%;
            float: left;
        }

            .gameDL5 ul li a {
                text-align: center;
                display: block;
                margin: 23px 0 0 0;
            }

                .gameDL5 ul li a img {
                    display: block;
                    width: 124px;
                    height: 124px;
                    border-radius: 24px;
                    margin: auto;
                }

                .gameDL5 ul li a p {
                    width: 96%;
                    height: 30px;
                    line-height: 30px;
                    border-radius: 14px;
                    font-size: 16px;
                    color: #333;
                    text-align: center;
                    white-space: nowrap;
                    overflow: hidden;
                    margin: 15px auto;
                    text-overflow: ellipsis;
                }

                .gameDL5 ul li a:hover p {
                    color: #fff;
                    background: linear-gradient(to right, #158fed, #158fed);
                }

.gameDL6 {
    padding: 27px 0 28px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 20px;
}

    .gameDL6 ul {
        overflow: hidden;
        padding-left: 24px;
    }

        .gameDL6 ul li {
            float: left;
        }

            .gameDL6 ul li a {
                display: block;
                width: 255px;
                margin: 19px 17px 0 0;
            }

            .gameDL6 ul li:nth-child(3n) a {
                margin-right: 0;
            }

            .gameDL6 ul li a img {
                display: block;
                width: 255px;
                height: 144px;
                border-radius: 10px;
            }

            .gameDL6 ul li a p {
                width: 255px;
                height: 42px;
                line-height: 23px;
                font-size: 14px;
                color: #666;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                text-overflow: ellipsis;
                overflow: hidden;
                margin-top: 11px;
                transition: color 0.3s ease 0s;
            }

            .gameDL6 ul li a:hover p {
                color: #158fed;
            }

.gameDL7 {
    padding: 26px 22px 14px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 24px;
    box-sizing: border-box;
}


    .gameDL7 .gDTlt {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: space-between;
        text-indent: 0;
    }

        .gameDL7 .gDTlt a.more {
            position: static;
            border-color: #158fed;
            box-shadow: none;
            height: auto;
            line-height: 22px;
            width: auto;
            box-sizing: border-box;
            padding: 0 12px;
            font-size: 12px;
            background-color: #fff;
            color: #158fed;
        }

            .gameDL7 .gDTlt a.more:hover {
                background-color: #158fed;
                color: #ffffff;
            }

    .gameDL7 .tabBar {
        line-height: 48px;
        display: flex;
        overflow: auto;
        border-bottom: 1px solid #f0eff4;
        white-space: nowrap;
    }

        .gameDL7 .tabBar span {
            display: inline-block;
            margin-right: 24px;
            font-size: 16px;
            color: #666;
            width: 80px;
            text-align: center;
            cursor: pointer;
            position: relative;
            transition: all ease 0.2s;
        }


            .gameDL7 .tabBar span::after {
                position: absolute;
                content: "";
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 0;
                height: 5px;
                background: #fcefe2;
                border-radius: 4px;
                transition: all ease 0.2s;
            }

            .gameDL7 .tabBar span:hover,
            .gameDL7 .tabBar span.current {
                color: #158fed;
            }

                .gameDL7 .tabBar span:hover::after,
                .gameDL7 .tabBar span.current::after {
                    width: 80px;
                }

            .gameDL7 .tabBar span .current {
                font-weight: 700;
            }

    .gameDL7 .top {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        padding: 16px 10px;
        box-sizing: border-box;
    }

        .gameDL7 .top img {
            height: 135px;
            width: 225px;
            border-radius: 12px;
            border: 2px solid #fff;
            position: relative;
            z-index: 6;
            flex: 0 0 auto;
        }

        .gameDL7 .top .right {
            margin-left: 16px;
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .gameDL7 .top .right .title {
                line-height: 30px;
                color: #000;
                font-size: 20px;
                flex: 0 0 auto;
            }

            .gameDL7 .top .right .desc {
                width: 100%;
                line-height: 24px;
                color: #666;
                margin-top: -6px;
                height: 1px;
                font-size: 14px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                text-overflow: ellipsis;
                overflow: hidden;
                flex: 1 1 auto;
            }

            .gameDL7 .top .right .other {
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 12px;
                line-height: 16px;
                color: #999;
                flex: 0 0 auto;
            }

                .gameDL7 .top .right .other .icon {
                    display: inline-block;
                    height: 16px;
                    width: 16px;
                    background-position: -32px -400px;
                    vertical-align: top;
                }

    .gameDL7 .bottom {
        width: 100%;
        overflow: hidden;
        display: grid;
        box-sizing: border-box;
        padding: 0 0 16px;
        grid-template-columns: repeat(10, 1fr);
    }

        .gameDL7 .bottom li {
            display: flex;
        }

            .gameDL7 .bottom li a {
                display: flex;
                flex: 1 1 auto;
                width: 1px;
                margin: 0;
                flex-direction: column;
                align-items: center;
            }

                .gameDL7 .bottom li a img {
                    display: block;
                    width: 64px;
                    height: 64px;
                    border-radius: 8px;
                    margin-bottom: 4px;
                }

                .gameDL7 .bottom li a p {
                    width: 100%;
                    height: auto;
                    text-overflow: ellipsis;
                    line-height: 24px;
                    font-size: 12px;
                    color: #333;
                    white-space: nowrap;
                    overflow: hidden;
                    text-align: center;
                }

                .gameDL7 .bottom li a:hover p {
                    color: #158fed;
                }


.clipImg {
    height: 222px;
    position: relative;
    z-index: 3;
    mask-image: linear-gradient(-69deg, #0000 79px, #fff 0);
    -webkit-mask-image: linear-gradient(-69deg, #0000 79px, #fff 0);
}

.gameDR {
    float: left;
    width: 322px;
}

    .gameDR .gDRTlt {
        height: 66px;
        line-height: 66px;
        font-size: 24px;
        color: #333;
        position: relative;
    }

        .gameDR .gDRTlt a.more {
            position: absolute;
            top: 20px;
            right: 0;
            width: 84px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-size: 12px;
            color: #158fed;
            border-radius: 14px;
            border: 1px solid #158fed;
            background: #fff;
            box-shadow: rgba(254, 200, 12, 0.15) 0 5px 15px 0;
        }

            .gameDR .gDRTlt a.more:hover {
                box-shadow: rgba(254, 200, 12, 0.3) 0 5px 15px 0;
            }

        .gameDR .gDRTlt .change {
            position: absolute;
            right: 0;
            font-size: 12px;
            color: #8a8a8a;
            cursor: pointer;
        }

        .gameDR .gDRTlt.move {
            position: absolute;
            top: -66px;
            left: 0;
            width: 100%;
        }

            .gameDR .gDRTlt.move i {
                display: inline-block;
                width: 12px;
                height: 14px;
                background-position: -216px -420px;
                vertical-align: top;
                margin: 27px 4px 0 0;
            }

.gameDR1 {
    position: relative;
}

    .gameDR1 ul li a {
        display: block;
        width: 322px;
        height: 104px;
        border-radius: 12px;
        box-sizing: border-box;
        background: #fff;
        margin-bottom: 12px;
        padding: 16px 0 0 18px;
        position: relative;
        transition: all 0.5s ease 0s;
        border: 1px solid transparent;
    }

    .gameDR1 ul li:last-child a {
        margin-bottom: 0;
    }

    .gameDR1 ul li a img {
        float: left;
        width: 72px;
        height: 72px;
        border-radius: 22px;
        margin-right: 18px;
    }

    .gameDR1 ul li a div {
        float: left;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
    }

        .gameDR1 ul li a div p:nth-child(1) {
            height: 26px;
            line-height: 26px;
            font-size: 16px;
            color: #333;
        }

    .gameDR1 ul li:hover a div p:nth-child(1) {
        color: #158fed;
    }

    .gameDR1 ul li a div p:nth-child(2) {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        color: #999;
    }

    .gameDR1 ul li a div p:nth-child(3) {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #999;
    }

        .gameDR1 ul li a div p:nth-child(3) i {
            display: inline-block;
            height: 16px;
            width: 16px;
            background-position: -32px -400px;
            vertical-align: top;
            margin: 0 8px 0 0;
        }

    .gameDR1 ul li a span.down,
    .gameDR1 ul li a span.look {
        position: absolute;
        width: 56px;
        height: 27px;
        line-height: 27px;
        border-radius: 0 12px;
        right: -1px;
        top: -1px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        background: #158fed;
    }

    .gameDR1 ul li a span.look {
        background: #00c0ff;
    }

    .gameDR1 ul li a.aDown:hover {
        border: 1px solid #f9d68b;
        box-shadow: rgba(0, 0, 0, 0.1) 0 6px 10px 0;
    }

    .gameDR1 ul li a.aLook:hover {
        border: 1px solid #f9d68b;
        box-shadow: rgba(0, 0, 0, 0.1) 0 6px 10px 0;
    }

.gameDR2 ul li a {
    display: block;
    position: relative;
    width: 322px;
    height: 142px;
    border-radius: 12px;
    margin-bottom: 13px;
    overflow: hidden;
}

.gameDR2 ul li:last-child a {
    margin-bottom: 0;
}

.gameDR2 ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.565), transparent);
    border-radius: 0 0 10px 10px;
    z-index: 1;
}

.gameDR2 ul li a img {
    display: block;
    width: 322px;
    height: 142px;
    border-radius: 12px;
    transition: transform 0.5s ease 0s;
}

.gameDR2 ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 322px;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    color: #fff;
    text-indent: 14px;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.gameDR2 ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    width: 322px;
    height: 112px;
}

.gameDR2 ul li:hover a img {
    transform: scale(1.05);
}

.gameDR3 ul {
    padding-bottom: 24px;
    border-radius: 12px;
    background: #fff;
}

    .gameDR3 ul li a {
        display: block;
        height: 42px;
        line-height: 42px;
        color: #444;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }

        .gameDR3 ul li a i.rank {
            float: left;
            font-size: 20px;
            color: #b9c0c8;
            font-weight: 700;
            font-style: italic;
            margin: 0 26px 0 28px;
        }

        .gameDR3 ul li a p {
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .gameDR3 ul li:nth-child(1) a,
    .gameDR3 ul li:nth-child(2) a,
    .gameDR3 ul li:nth-child(3) a {
        display: block;
        width: 322px;
        height: 126px;
        box-sizing: border-box;
        background: #fff;
        padding: 30px 0 0 18px;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
    }

    .gameDR3 ul li:nth-child(1) a {
        border-radius: 12px 12px 0 0;
    }

    .gameDR3 ul li:nth-child(3) a {
        margin-bottom: 14px;
    }

        .gameDR3 ul li:nth-child(1) a .rank,
        .gameDR3 ul li:nth-child(2) a .rank,
        .gameDR3 ul li:nth-child(3) a .rank {
            position: absolute;
            top: -1px;
            left: 44px;
            width: 24px;
            height: 40px;
            background-position: -371px -456px;
            margin: 0;
        }

    .gameDR3 ul li:nth-child(2) a .rank {
        background-position: -413px -457px;
    }

    .gameDR3 ul li:nth-child(3) a .rank {
        background-position: -454px -456px;
    }

    .gameDR3 ul li:nth-child(1) a img,
    .gameDR3 ul li:nth-child(2) a img,
    .gameDR3 ul li:nth-child(3) a img {
        float: left;
        width: 76px;
        height: 76px;
        border-radius: 22px;
        margin-right: 18px;
        box-sizing: border-box;
        border: 2px solid #ff8d00;
    }

    .gameDR3 ul li:nth-child(2) a img {
        border-color: #9fd900;
    }

    .gameDR3 ul li:nth-child(3) a img {
        border-color: #00beff;
    }

    .gameDR3 ul li:nth-child(1) a div,
    .gameDR3 ul li:nth-child(2) a div,
    .gameDR3 ul li:nth-child(3) a div {
        float: left;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
    }

        .gameDR3 ul li:nth-child(1) a div p:nth-child(1),
        .gameDR3 ul li:nth-child(2) a div p:nth-child(1),
        .gameDR3 ul li:nth-child(3) a div p:nth-child(1) {
            height: 26px;
            line-height: 26px;
            font-size: 16px;
            color: #333;
        }

        .gameDR3 ul li:nth-child(1) a div p:nth-child(2),
        .gameDR3 ul li:nth-child(2) a div p:nth-child(2),
        .gameDR3 ul li:nth-child(3) a div p:nth-child(2) {
            height: 26px;
            line-height: 26px;
            font-size: 14px;
            color: #999;
        }

        .gameDR3 ul li:nth-child(1) a div p:nth-child(3),
        .gameDR3 ul li:nth-child(2) a div p:nth-child(3),
        .gameDR3 ul li:nth-child(3) a div p:nth-child(3) {
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            color: #999;
        }

            .gameDR3 ul li:nth-child(1) a div p:nth-child(3) i,
            .gameDR3 ul li:nth-child(2) a div p:nth-child(3) i,
            .gameDR3 ul li:nth-child(3) a div p:nth-child(3) i {
                display: inline-block;
                height: 16px;
                width: 16px;
                background-position: -32px -400px;
                vertical-align: top;
                margin: 0 8px 0 0;
            }

    .gameDR3 ul li a span.down,
    .gameDR3 ul li a span.look {
        position: absolute;
        width: 56px;
        height: 27px;
        line-height: 27px;
        border-radius: 0 12px;
        right: 0;
        top: 0;
        color: #fff;
        font-size: 12px;
        text-align: center;
        background: #158fed;
    }

    .gameDR3 ul li a span.look {
        background: #00c0ff;
    }

    .gameDR3 ul li a:hover .name {
        color: #158fed !important;
    }

.gameDR4 div {
    width: 322px;
    height: 188px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    position: relative;
}

.gameDR4 ul {
    height: 68px;
    width: 450px;
    padding-top: 20px;
}

    .gameDR4 ul:nth-child(1) {
        margin-left: 35px;
    }

    .gameDR4 ul:nth-child(3) {
        margin-left: 35px;
    }

    .gameDR4 ul:nth-child(3) {
        position: absolute;
        top: 0;
        left: 450px;
    }

    .gameDR4 ul:nth-child(4) {
        position: absolute;
        top: 88px;
        left: 450px;
    }

    .gameDR4 ul li {
        float: left;
    }

        .gameDR4 ul li a {
            display: block;
            width: 68px;
            height: 68px;
            border-radius: 14px;
            margin: 0 7px 7px 0;
            box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
        }

            .gameDR4 ul li a img {
                display: block;
                width: 68px;
                height: 68px;
                border-radius: 14px;
                border-bottom: 1px solid #fff;
            }

.gameDL3 {
    position: relative;
}

.gameDL2 .cont a {
    color: #00e;
}

.gameDL7 .tabBar span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* rule */
.gRule {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.ruleBox {
    position: fixed;
    z-index: 5;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    width: 573px;
    border-radius: 20px;
}

    .ruleBox .rTitle {
        position: relative;
        width: 100%;
        height: 172px;
        background-image: url(../images/maskrule.png);
        background-size: 573px 100%;
        text-align: center;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        .ruleBox .rTitle p {
            font-size: 39px;
            color: #fff;
            font-weight: bold;
            padding-top: 22px;
            line-height: 120px;
            white-space: nowrap;
            overflow: hidden;
        }

.grBox {
    background-color: #fff;
    position: relative;
    padding: 10px;
    top: -30px;
    border-radius: 20px;
}

.ruleMain {
    display: block;
    width: 490px;
    height: 420px;
    border-radius: 20px;
    padding: 0 10px 0 15px;
    line-height: 42px;
    font-size: 16px;
    margin: 20px auto 0;
    overflow: auto;
}

    .ruleMain p:nth-of-type(1) {
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .ruleMain p:nth-last-of-type(1) {
        margin-bottom: 20px;
    }

.gRule .rSure {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 228px;
    height: 52px;
    border: 0;
    background: linear-gradient(-90deg, #ff8e00, #ff5300);
    color: #fff;
    font-size: 20px;
    border-radius: 26px;
    line-height: 52px;
    margin: 36px auto 40px;
    overflow: hidden;
    white-space: nowrap;
}

textarea.ruleMain {
    border: none;
    resize: none;
}

/* gPrivacy */
.gPrivacy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.privacyBox {
    position: fixed;
    z-index: 5;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    width: 573px;
    border-radius: 20px;
}

    .privacyBox .rTitle {
        position: relative;
        width: 100%;
        height: 172px;
        background-image: url(../images/maskrule.png);
        background-size: 573px 100%;
        text-align: center;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        .privacyBox .rTitle p {
            font-size: 39px;
            color: #fff;
            font-weight: bold;
            padding-top: 22px;
            line-height: 120px;
            white-space: nowrap;
            overflow: hidden;
        }

.grBox {
    background-color: #fff;
    position: relative;
    padding: 10px;
    top: -30px;
    border-radius: 20px;
}

.privacyMain {
    display: block;
    width: 490px;
    height: 420px;
    border-radius: 20px;
    padding: 0 10px 0 15px;
    line-height: 42px;
    font-size: 16px;
    margin: 20px auto 0;
    overflow: auto;
}

    .privacyMain p {
        line-height: 32px;
    }

        .privacyMain p:nth-of-type(1) {
            font-size: 18px;
            color: #333;
            font-weight: bold;
            margin-bottom: 6px;
        }

        .privacyMain p:nth-last-of-type(1) {
            margin-bottom: 20px;
        }

.gPrivacy .gSure {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 228px;
    height: 52px;
    border: 0;
    background: linear-gradient(-90deg, #ff8e00, #ff5300);
    color: #fff;
    font-size: 20px;
    border-radius: 26px;
    line-height: 52px;
    margin: 36px auto 40px;
    overflow: hidden;
    white-space: nowrap;
}
