﻿/*公用样式*/
* {
    font-family: 'Microsoft Yahei','Simsun';
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-size: 14px
}

.color {
    color: #0080ff;
}

body {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
}

.clearfix {
    clear: both;
}

.l {
    float: left;
}

.r {
    float: right;
}
/*input,img {border:none;outline: none;resize: none; }*/
a {
    text-decoration: none;
    color: #333333;
    border: none;
}
/*a:hover { color: #42ABDB; }*/
/*.btn_l, .btn_s, .pagenav a, .pagenav span, .app_down a, .img_screen .img_arrow, .arror_down, .arror_up, .comment-left .shadow, .comment-list .mobile, .reply_sub .faceBtn a, .loading .close {
    background: url(../images/sprite.png) no-repeat;
}*/

/*导航*/
.header {
    height: 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 9;
    
}

.header_Content {
    margin: auto;
    max-width: 1060px;
    height: 60px;
    position: relative;
    padding: 0 10px
}

    .header_Content .logo {
        display: block;
        float: left;
    }

.header_nav {
    margin-left: 24px;
    float: left;
}

    .header_nav ul li {
        float: left;
        font-size: 14px;
        line-height: 58px;
        height: 58px;
        margin-right: 24px;
        text-align: center;
    }

    .header_nav .Activate {
        font-weight: 600;
        border-bottom: 2px solid #0080ff;
        border-radius: 1px;
    }

    .header_nav ul li :hover {
        float: left;
        font-size: 14px;
        line-height: 58px;
        height: 58px;
        text-align: center;
        border-bottom: 2px solid #0080ff;
        border-radius: 1px;
    }

.header_right {
    right: 0;
}



    .header_right .search {
        position: relative;
        background: rgba(0,0,0,.05);
        border-radius: 6px;
        height: 32px;
        padding: 0 8px;
        align-items: center;
        display: flex;
        margin-right: 10px
    }

#search-x {
    float: left;
    margin-right: 8px;
    margin-top: 14px;
}

#search-l {
    top: 14px;
    left: 10px;
}

.search_icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(/images/search.svg);
    background-size: 100%;
    display: block;
    float: left;
    min-width:16px
}

.header_right .download_ad {
    height: 32px;
    padding: 0 10px;
    background: #0080ff;
    border-radius: 6px;
    float: left;
    margin-top: 14px;
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

    .header_right .download_ad i {
        width: 16px;
        height: 16px;
        background-image: url(/images/header_download.svg);
        background-size: 100%;
        display: block;
        float: left;
    }

.download_Rcode {
    width: 150px;
    height: 210px;
    position: absolute;
    right: 0;
    top: 50px;
    background: url(../images/top_bg.png) no-repeat -44px 0px;
    display: none;
}
/*导航end*/


.index_main {
    max-width: 1060px;
    margin: auto;
    margin-top: 80px;
    padding: 0 10px;
}



/*轮播图*/
.focus {
    border-radius: 20px;
    overflow: hidden;
    background-color: rgb(31, 36, 50)
}

    .focus .left {
        float: left;
        width: 760px;
        height: 380px;
        position: relative;
        overflow: hidden;
    }

        .focus .left li {
            position: absolute;
            left: 0;
            top: 0;
            width: 760px;
            height: 380px;
            z-index: 1;
            opacity: 0;
            filter: alpha(opacity=0);
        }


            .focus .left li .shadow {
                position: absolute;
                color: #fff;
                width: 100%;
                float: left;
                background: -webkit-linear-gradient(right,rgba(0,0,0,0),rgba(1,0,0,0.4));
                height: 100%;
            }

            .focus .left li.active {
                z-index: 2;
            }

            .focus .left li p {
                display: none;
            }

    .focus .right {
        /*        float: right;
        width: 320px;*/
    }

        .focus .right li {
            height: 95px;
            color: #fff;
            line-height: 95px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .focus .right li img {
                float: left;
                width: 59px;
                height: 59px;
                margin: 18px 10px 0 30px;
            }

            .focus .right li:hover, .focus .right li.active {
                background: #404551;
            }

            .focus .right li i {
                background-image: url(../images/btns.png);
                background-repeat: no-repeat;
                width: 60px;
                height: 60px;
                float: left;
                margin: 15px 19px 0px 0;
            }

                .focus .right li i.i1 {
                    background-position: 0 0;
                }

                .focus .right li i.i2 {
                    background-position: 0 -60px;
                }

                .focus .right li i.i3 {
                    background-position: 0 -120px;
                }

                .focus .right li i.i4 {
                    background-position: 0 -180px;
                }

            .focus .right li:hover i.i1, .focus .right li.active i.i1 {
                background-position: -60px 0;
            }

            .focus .right li:hover i.i2, .focus .right li.active i.i2 {
                background-position: -60px -60px;
            }

            .focus .right li:hover i.i3, .focus .right li.active i.i3 {
                background-position: -60px -120px;
            }

            .focus .right li:hover i.i4, .focus .right li.active i.i4 {
                background-position: -60px -180px;
            }

/*最新游戏模块*/

.mod-box {
    margin-top: 46px;
}

.mod-box-title {
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .mod-box-title h2 {
        font-size: 20px;
        color: rgba(0,0,0,.9);
        font-weight: 500;
        float: left;
    }

    .mod-box-title a {
        float: right;
        color: #0080ff;
    }

.mod-box-game {
    max-width: 1080px
}

    .mod-box-game ul li {
        float: left;
        position: relative;
    }

    .mod-box-game ul .li-x {
        width: 33.3%;
    }

    .mod-box-game ul .li-l {
        width: 50%;
    }

    .mod-box-game ul .li-m {
        width: 100%;
    }

    .mod-box-game ul li :hover {
        background: #F7F7F7;
        border-radius: 10px;
    }

    .mod-box-game ul li .download {
        display: flex;
        right: 20px;
        top: 32px;
        position: absolute;
    }

        .mod-box-game ul li .download a {
            color: #0080ff;
            height: 26px;
            border-radius: 26px;
            font-size: 12px;
            line-height: 26px;
            padding: 0 20px;
            border: 1px solid #C6E0F9;
        }

            .mod-box-game ul li .download a:hover {
                background: #C6E0F9
            }

    .mod-box-game ul li .game {
        padding: 12px 0 12px 2%;
        height: 72px;
        position: relative;
        display: flex;
        align-items: center;
        width: 98%;
        margin-left: -2%;
    }


    .mod-box-game ul li .icon {
        width: 72px;
        height: 72px;
        overflow: hidden;
        float: left;
        border-radius: 10px;
    }

    .mod-box-game ul li .appinfo {
        flex: 1 1;
        width: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


        .mod-box-game ul li .appinfo .file {
            display: flex;
            align-items: center;
        }


            .mod-box-game ul li .appinfo .file p {
                font-size: 12px;
                color: rgba(0,0,0,.6);
                float: left;
            }

            .mod-box-game ul li .appinfo .file .file-icon {
                width: 16px;
                height: 16px;
                margin-right: 5px;
                background-image: url(/images/file.svg);
                background-size: 100%;
                display: block;
                float: left;
            }

        .mod-box-game ul li .appinfo span {
            color: rgba(0,0,0,.4);
            font-size: 12px;
            line-height: 16px;
            margin: 6px 0 10px 0;
        }


        .mod-box-game ul li .appinfo .title {
        }
/*最新游戏模块end*/


/*横向滚动游戏模块*/

.simple-game {
    background: #F7F7F7;
    border-radius: 10px;
    /*overflow-x: auto;*/
    overflow-y: hidden;
    white-space: nowrap;
    padding: 20px 0;
    overflow-x: hidden;
    margin-top: 20px;
}

.simple-game::-webkit-scrollbar {
    height: 10px;
}

    .simple-game::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.1);
        border-radius: 10px;
    }

.content_nav .simple-game ul li {
    display: inline-block;
    width: 128px;
}

.simple-game ul li {
    display: inline-block;
    width: 25%;
}

        .simple-game ul li a:hover {
            color: #0080ff;
        }

.simple-game ul li .download {
    display: flex;
}

            .simple-game ul li .download a {
                color: #0080ff;
                height: 26px;
                border-radius: 26px;
                font-size: 12px;
                line-height: 26px;
                padding: 0 20px;
                border: 1px solid #C6E0F9;
                margin: auto;
            }
                .simple-game ul li .download a:hover {
                    background: #C6E0F9;
                    color: #0080ff;
                }


.simple-game ul li .icon {
    width: 68px;
    height: 68px;
    overflow: hidden;
    margin: auto
}

        .simple-game ul li p {
            width: 70%;
            margin: auto;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }
/*横向滚动游戏模块end*/


#FriendLink ul {
    padding: 10px 0 50px 0;
}
#FriendLink li {
    float: left;
    display: block;
    margin-right: 20px;
    line-height:30px
}
.footer {
    border-top: 1px solid #eeeeee;
    max-width: 1080px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

.footer_content {
    color: rgba(0,0,0,.5);
    padding: 20px 0 20px 0
}

    .footer_content a {
        color: rgba(0,0,0,.5);
        font-size: 12px;
    }

    .footer_content p {
        font-size: 12px;
        line-height: 20px;
    }

/*
列表*/

.bread-nav {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
    .bread-nav li {
        float: left;
    }

.bread-now{
    font-weight: bold;
    color: #666;
}


.filternav {
    background: rgba(0,128,255,.1);
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    padding: 0 10px;
}

    .filternav a {
        margin-right: 12px;
        color: #888;
        font-size: 13px;
    }

    .pagenav {
        margin-top: 20px;
        text-align: center;
    }

    .pagenav a {
        margin-right: 10px;
        background: rgba(0,0,0,.03);
        padding: 5px 18px;
        color: #666;
        border-radius: 5px;
    }


    .pagenav .selected {
        background: rgba(0,128,255,.1);
    }

.screen_category {
    margin: 15px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

    .screen_category ul li {
        display: inline-block;
        margin-right: 10px;
        background: rgba(0,0,0,.03);
        padding: 10px 20px;
        border-radius: 5px;
    }

        .screen_category ul li:hover {
            background: #f2d32b;
        }

    .screen_category .Selected {
        background: #f2d32b;
    }

/*    .screen_category::-webkit-scrollbar {
        height: 10px;
    }*/

/*    .screen_category::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.1);
        border-radius: 10px;
    }*/



/*    .validate div {
        text-align: center;
        margin-top: -5px;
    }*/