﻿/* zt */
.headerNav {
    position: absolute;
    width: 100%;
    height: 12rem;
    background: url(../images/headbg.png) no-repeat;
    background-size: 7.5rem 12rem;
    z-index: 66666;
    left: 0;
    top: 1.04rem;
    border-bottom-left-radius: .7rem;
    border-bottom-right-radius: .7rem
}

.headbox {
    overflow: hidden;
    margin-top: .48rem
}

    .headbox a {
        font-size: .24rem;
        color: #ccc;
        line-height: .38rem;
        text-align: center;
        float: left;
        width: .78rem;
        margin-right: .96rem;
        margin-bottom: .38rem
    }

        .headbox a:nth-child(4) {
            margin-right: .7rem
        }

        .headbox a:nth-child(1),
        .headbox a:nth-child(5) {
            margin-left: .75rem
        }

        .headbox a i {
            width: .58rem;
            height: .66rem;
            display: block;
            background-position: -3.57rem -1.56rem;
            margin: 0 auto;
            margin-bottom: .1rem
        }

        .headbox a:nth-child(2) i {
            background-position: -4.24rem -1.56rem;
            width: .6rem
        }

        .headbox a:nth-child(3) i {
            background-position: -4.91rem -1.56rem;
            width: .73rem
        }

        .headbox a:nth-child(4) i {
            background-position: -3.57rem -2.52rem;
            width: .78rem
        }

        .headbox a:nth-child(5) i {
            background-position: -4.7rem -2.52rem;
            width: .76rem
        }

        .headbox a:nth-child(6) i {
            background-position: -4.24rem -3.18rem
        }

.indexgame {
    position: relative;
    margin-top: .2rem
}

    .indexgame > p {
        font-size: .32rem;
        color: #333;
        font-weight: 600;
        line-height: .42rem;
        margin-left: .38rem;
        position: relative;
        z-index: 3
    }

    .indexgame > span {
        position: absolute;
        width: 1.94rem;
        height: .28rem;
        display: block;
        background: linear-gradient(-90deg, #e6e6e6, #fff);
        border-radius: .14rem;
        position: absolute;
        left: .17rem;
        top: .2rem
    }

    .indexgame ul {
        margin: .38rem .32rem 0
    }

        .indexgame ul li {
            position: relative;
            width: 1.52rem;
            height: .52rem;
            border: .01rem solid #eee;
            border-radius: .26rem;
            margin-right: .2rem;
            margin-bottom: .22rem;
            float: left;
            background: #fff
        }

            .indexgame ul li:nth-child(4n) {
                margin-right: 0
            }

            .indexgame ul li a {
                display: block;
                font-size: .24rem;
                color: #333;
                line-height: .52rem;
                text-align: center;
                line-height: .52rem;
                white-space: nowrap;
                overflow: hidden
            }

            .indexgame ul li.hot a i {
                width: .41rem;
                height: .28rem;
                display: block;
                position: absolute;
                background-position: -7.37rem -5.8rem;
                top: 0;
                right: -.16rem
            }

.zt1 {
    width: 100%;
    height: 2.53rem;
    background: url(../images/ztbg1.jpg) no-repeat center;
}

    .zt1 > p {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
    }

        .zt1 > p:nth-child(1) {
            height: 0.55rem;
            line-height: 0.55rem;
            font-size: 0.42rem;
            color: #fff;
            font-weight: bold;
            position: relative;
            padding-top: 0.47rem;
        }

            .zt1 > p:nth-child(1) span {
                position: absolute;
                height: 0.22rem;
                line-height: 0.22rem;
                font-size: 0.18rem;
                font-weight: normal;
                color: #fff;
                border-radius: 0.12rem 0.12rem 0.12rem 0;
                background: #ee3e31;
                padding: 0 0.12rem;
                margin-left: 0.1rem;
            }

        .zt1 > p:nth-child(2) {
            height: 0.38rem;
            line-height: 0.38rem;
            font-size: 0.26rem;
            color: #dee1e3;
        }

.zt2 {
    background: #f2f2f2;
    position: relative;
    padding: 1.3rem 0 0.71rem 0;
}

    .zt2 .tabBar {
        position: absolute;
        width: 6.8rem;
        height: 1.13rem;
        line-height: 1.13rem;
        border-radius: 0.54rem;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
        box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, .2);
    }

        .zt2 .tabBar a {
            display: block;
            padding: 0 0.34rem;
            font-size: 0.32rem;
            color: #a1a1a1;
            position: relative;
        }

            .zt2 .tabBar a::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 0;
                height: 0.08rem;
                border-radius: 0.04rem;
                background: linear-gradient(to right, #158fed, #158fed);
            }

            .zt2 .tabBar a.current {
                font-size: 0.42rem;
                color: #000000;
                font-weight: bold;
            }

                .zt2 .tabBar a.current::after {
                    width: 0.46rem;
                }

    .zt2 ul {
        margin: 0 0 0.14rem 0.39rem;
    }

        .zt2 ul li {
            float: left;
        }

            .zt2 ul li a {
                display: block;
                width: 3.23rem;
                height: 2.06rem;
                border-radius: 0.14rem;
                margin: 0 0.28rem 0.3rem 0;
                position: relative;
                box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, .3);
            }

                .zt2 ul li a::before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 1.2rem;
                    background: linear-gradient(to top, #00000090, #0000);
                    border-radius: 0 0 0.14rem 0.14rem;
                    z-index: 1;
                }

                .zt2 ul li a img {
                    display: block;
                    width: 3.23rem;
                    height: 2.06rem;
                    border-radius: 0.14rem;
                }

                .zt2 ul li a p:nth-child(2) {
                    position: absolute;
                    width: 2.98rem;
                    bottom: 0.4rem;
                    left: 0.12rem;
                    height: 0.43rem;
                    line-height: 0.43rem;
                    color: #ffffff;
                    font-size: 0.24rem;
                    border-bottom: 0.01rem solid #ffffff20;
                    white-space: nowrap;
                    overflow: hidden;
                    z-index: 1;
                }

                .zt2 ul li a p:nth-child(3) {
                    position: absolute;
                    width: 2.98rem;
                    bottom: 0.04rem;
                    left: 0.12rem;
                    height: 0.37rem;
                    line-height: 0.37rem;
                    color: #cccccc;
                    font-size: 0.18rem;
                    white-space: nowrap;
                    overflow: hidden;
                    z-index: 1;
                }

                    .zt2 ul li a p:nth-child(3) i {
                        display: inline-block;
                        width: 0.19rem;
                        height: 0.18rem;
                        background-position: -2.95rem -0.18rem;
                        vertical-align: top;
                        margin: 0.1rem 0.06rem 0 0;
                    }

                    .zt2 ul li a p:nth-child(3) span {
                        color: #fd472a;
                    }
