*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Microsoft Yahei;
}

img{
    border: none;
}
.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clear{
    clear: both;
}
body{
    background-color: #fefefe;
}
.top{
    width: 100%;
    height: 40px;
    background-color: #fff;
}
.container{
    width: 100%;
    height: 1250px;
    background: url('../images/bg.jpg') no-repeat top;
}
.container .nav{
    width: 100%;
    height: 80px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff73;
    z-index:31;
}
.nav_center {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.nav .nav_center a {
    color: #595757;
    text-decoration: none;
    display: block;
    width: 122px;
    height: 80px;
    float: left;
    font-family: Microsoft Yahei;
}
.nav .nav_center a:hover{
    background-color: #891df1 ;
    color: #fff;
}
.nav .nav_center .logo:hover{
    background: none;
}

.nav_list {
    width: 122px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 80px;
}

.nav_list span p {
    font-size: 17px;
    height: 19px;
    margin-top: 10px;
}

.nav_list img {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
}

.nav .hide-nav {
    width: 100%;
    height: 140px;
    background-color: #ffffff73;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 1s;
}

    .nav .hide-nav .hide-nav-center {
        width: 1200px;
        height: 140px;
        margin: 0 auto
    }

.hide-nav-center div {
    width: 122px;
    height: 140px;
    float: left;
}

    .hide-nav-center div a {
        width: 122px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #595757;
        font-size: 15px;
        display: block;
    }

        .hide-nav-center div a:hover {
            background-color: #891df1;
            color: #fff;
        }

.nav:hover .hide-nav {
    top: 80px;
    opacity: 1;
    transition: all 1s;
}
.hide-nav-center .nav-hide-9 {
    position: relative;
}

    .hide-nav-center .nav-hide-9 img {
        width: 166px;
        height: 164px;
        display: block;
        position: absolute;
        left: 95px;
        top: -28px;
        opacity: 0;
        transition: all 0.3s;
    }

    .hide-nav-center .nav-hide-9 .dou:hover + img {
        left: 105px;
        opacity: 1;
        transition: all 0.3s;
    }









.nav_list_logo {
    width: 121px;
    height:75px;
    text-align: center;
    margin-left: 12px;
    position: relative;
    z-index: 2;
    margin-top:2px
}

.container .slogan{
	width: 1200px;
	height: 500px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
    .container .slogan img {
        width: 406px;
        height: 598px;
        position: absolute;
        right: 47px;
        top: 35px;
    }
.container .content{
    width: 1200px;
    margin: 0 auto;
}

/* 左边 */
.down-left{
    width: 200px;
    height: 1000px;
    float: left;
}
.down-left .cont-1-left{
    width: 200px;
    height: 300px;
    float: left;
}
.down-left .cont-1-left .down-1{
    width: 200px;
    height: 180px;
    background: url('../images/down-top.jpg') no-repeat;
   
}
.down-left .cont-1-left .down-1 a{
    width: 200px;
    height: 180px;
    display: block;
    position: relative;
}
.down-left .cont-1-left .down-1 a img{
    width: 114px;
    height: 90px;
    display: block;
    position: absolute;
    top: 55px;
    left: 43px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.down-left .cont-1-left .down-1 a:hover img{
    top: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.down-left .cont-1-left .down-2{
    width: 200px;
    height: 120px;
    background: url('../images/down-bot.jpg') no-repeat;
}
.down-left .cont-1-left .down-2 img{
    display: block;
}


    .down-left .cont-1-left .down-2 .register {
        width: 200px;
        height: 40px;
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 44px;
        text-indent: 83px;
        position: relative;
        transform: rotateY(0deg);
        transition: 0.6s;
    }

.down-left .cont-1-left .down-2 .register em {
    width: 20px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 48px;
    transition: 0.6s;
}

.down-left .cont-1-left .down-2 .register:hover {
    text-indent: 78px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.down-left1 .cont-1-left .down-2 .register:hover em {
    transform: rotateY(180deg);
    transition: 0.6s;
}


.down-left .cont-1-left .down-2 .recharge {
    width: 200px;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    text-indent: 83px;
    position: relative;
    transform: rotateY(0deg);
    transition: 0.6s;
}

.down-left .cont-1-left .down-2 .recharge em {
    width: 20px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 48px;
    transition: 0.6s;
}

.down-left .cont-1-left .down-2 .recharge:hover {
    text-indent: 78px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.down-left1 .cont-1-left .down-2 .recharge:hover em {
    transform: rotateY(180deg);
    transition: 0.6s;
}



.down-left .cont-1-left .down-2 .activate {
    width: 200px;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    text-indent: 83px;
    position: relative;
    transform: rotateY(0deg);
    transition: 0.6s;
}

.down-left .cont-1-left .down-2 .activate em {
    width: 20px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 48px;
    transition: 0.6s;
}

.down-left .cont-1-left .down-2 .activate:hover {
    text-indent: 78px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.down-left .cont-1-left .down-2 .activate:hover em {
    transform: rotateY(180deg);
    transition: 0.6s;
}

.down-left .cont-left{
    width: 200px;
    height: 160px;
    float: left;
    margin-top: 15px;
}
.down-left .cont-left .hot-1{
    width: 202px;
    height: 80px;
    display: block;
    background: url('../images/cont-left-a.jpg') no-repeat;
    position: relative;
    overflow: hidden;
}


.down-left .cont-left .hot-1 div{
    width: 196px;
    height: 76px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 2px;
    margin-left: 3px;
    line-height: 76px;
    text-indent: 87px;
    font-size: 16px;
    color: #fff;
}
.down-left .cont-left .hot-1 div em{
    width: 75px;
    height: 77px;
    background: url('../images/day-1.png') no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -2px;
}
.down-left .cont-left .hot-1 em img{
    width: 75px;
    height: 77px;
    display: inline-block;
    float: left;
}
.down-left .cont-left .hot-1:hover img{
    -webkit-animation:scaleout 0.5s ease-in-out;
	animation:scaleout .5s  ease-in-out;
}
    @-webkit-keyframes scaleout {
        0% {
        -webkit-transform:scale(1.0)
    }
    100% {
        -webkit-transform:scale(1.7);
        opacity:0;
    }
    }@keyframes scaleout {
        0% {
        transform:scale(1.0);
        -webkit-transform:scale(1.0);
        opacity:0;
    }
    10% {
        transform:scale(1.0);
        -webkit-transform:scale(1.0);
        opacity:1;
    }
    100% {
        transform:scale(1.7);
        -webkit-transform:scale(1.7);
        opacity:0;
    }
}
.down-left .cont-left .day-1{
    width: 202px;
    height: 80px;
    display: block;
    background: url('../images/cont-left-a.jpg') no-repeat;
    
}
.down-left .cont-left .day-1 div{
    width: 196px;
    height: 76px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 2px;
    margin-left: 3px;
    text-indent: 17px;
    font-size: 16px;
    color: #fff;
    line-height: 76px;
}
.down-left .cont-left .day-1 div em{
    width: 75px;
    height: 77px;
    background: url('../images/hot-1.png') no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}
.down-left .cont-left .day-1 em img{
    width: 75px;
    height: 77px;
    display: inline-block;
    float: left;
}
.down-left .cont-left .day-1:hover img{
    -webkit-animation:scaleout 0.5s ease-in-out;
	animation:scaleout .5s  ease-in-out;
}
    @-webkit-keyframes scaleout {
        0% {
        -webkit-transform:scale(1.0)
    }
    100% {
        -webkit-transform:scale(1.7);
        opacity:0;
    }
    }@keyframes scaleout {
        0% {
        transform:scale(1.0);
        -webkit-transform:scale(1.0);
        opacity:0;
    }
    10% {
        transform:scale(1.0);
        -webkit-transform:scale(1.0);
        opacity:1;
    }
    100% {
        transform:scale(1.7);
        -webkit-transform:scale(1.7);
        opacity:0;
    }
}
.down-left .sm{
    width: 200px;
    height: 280px;
    background: #fff;
    float: left;
    margin-top: 15px;
    border-radius: 3px;
    border: 2px solid #891cf1;
}
.down-left .sm .sm-center{
    width: 180px;
    height: 250px;
    border: 2px solid #891cf1;
    position: relative;
    margin: 13px 8px;
}
.down-left .sm .sm-center span{
    color: #891cf1;
    width: 81px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 10px;
    top: -12px;
}
.down-left .sm .sm-center p{
    width: 164px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 30px;
    text-align: center;
}
.down-left .sm .sm-center img{
	width: 150px;
	display: block;
	position: absolute;
	left: 17px;
	top: 56px;
	height: 148px;
}
.down-left .sm .sm-center a{
    width: 164px;
    height: 20px;
    display: block;
    position: absolute;
    left: 8px;
    top: 210px;
    text-align: center;
    color: #891cf1;
}
/* 右边 */
.down-right{
    width: 985px;
    float: right;
    min-height: 1041px;
    background:url('../images/pp.png') repeat #fff;
    transition: all 0.3s;
    margin-bottom: 20px;
}
.down-right:hover{
    box-shadow:0 0 10px rgba(0,0,0,.3);
    transition: all 0.3s;
}

.main-top {
    padding: 20px 0 12px 10px;
    margin: 0 30px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
.main-top em.line {
    width: 35px;
    border-bottom: 3px solid #891cf1;
    display: block;
    position: absolute;
    left: 30px;
    bottom: -2px;
    font-style: normal;
    display:none;
}
.main-top .tit {
    font-size: 18px;
    color: #303030;
    font-style: normal;
}
    .main-top .tit strong {
        margin-right: 10px;
        padding: 13px 0px;
        border-bottom: 2px solid #891cf1;
    }
.main-top .tit .en {
    font-size: 12px;
    color: #bcbcbd;
    font-variant: small-caps;
    font-style: normal;
}
.main-top .crumb {
    white-space: nowrap;
    position: absolute;
    top: 25px;
    right: 15px;
}
.news-content {
    padding: 11px 30px 30px;
}
.news-content {
    width: 870px;
    height: 1015px;
    margin: 0 auto;
}
.news-content .down-title {
    width: 870px;
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}

.news-content .down-ke {
    width: 95px;
    height: 50px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #614137;
    border-bottom: 1px solid #614137
}

.news-content .address {
    width: 870px;
    height: 80px;
    margin: 0 auto;
}

.news-content .address .address-1 {
    width: 200px;
    height: 40px;
    background-color: #891cf1;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.news-content .address .address-1 .address-1-l {
    width: 149px;
    height: 40px;
    float: left;
    border-right: 1px solid #373943;
    background-position-x: 45px;
    text-align: center;
    line-height: 40px;
    
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.news-content .address .address-1 .address-1-r {
    width: 50px;
    height: 40px;
    float: left;
    background: url('../images/badao_33.png') no-repeat;
    background-position-x: 10px;
}

.news-content .address .address-1 .address-1-r:hover {
    background: url('../images/badao_34.png') no-repeat;
    background-position-x: 10px;
}


    .news-content .address .address-2 {
        width: 200px;
        height: 40px;
        background-color: #891cf1;
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }
        .news-content .address .address-2 .flash-bg{
            width:149px;
            height:40px;
            display:block;
            float:left;
            border-right:1px solid #000;
        }
        .news-content .address .address-2 .address-2-b {
            width: 50px;
            height: 40px;
            float: left;
            background: url('../images/badao_33.png') no-repeat;
            background-position-x: 10px;
        }

.news-content .address .address-2 .address-2-b:hover {
            background: url('../images/badao_34.png') no-repeat;
            background-position-x: 10px;
        }

.news-content .introduce {
    width: 870px;
    height: 125px;
    margin: 0 auto;
}

.news-content .introduce p {
    color: #614137;
    font-size: 14px;
    line-height:34px;
}



.news-content .down-ke-2 {
    width: 95px;
    height: 50px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #614137;
    border-bottom: 1px solid #614137;
}
.news-content .down-ke-9 {
    width: 110px;
    height: 50px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #614137;
    border-bottom: 1px solid #614137;
}
.news-content  .patchlist {
    width: 870px;
    height: 290px;
    overflow: hidden;
    margin: 10px auto 0;
}
.news-content .table-down-patch {
   
    margin: 0 auto;
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

.news-content .table-down-patch {
    border-collapse: collapse;
}
    .news-content .table-down-patch tbody tr:hover {
        background-color: #efefef;
    }
    .news-content .table-down-patch tbody tr{
        border-bottom:1px dashed #efefef;
    }
    .news-content .table-down-patch th,
    td {
        text-align: center;
        color: #000;
        width: 194px;
        height: 30px;
    }
    .news-content .table-down-patch tbody th, td {
        color: #8a8a8a;
    }
    .dPatchMore {
        width: 665px;
        height: 29px;
        margin: 15px auto 0;
    }
        .dPatchMore a {
            float: right;
            position: relative;
            display: block;
            width: 80px;
            height: 29px;
            text-indent: 16px;
            font-size: 14px;
            line-height: 29px;
            
            cursor: pointer;
            color: rgb(255, 255, 255) !important;
            background: #891cf1;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }
            .dPatchMore a .sIcon {
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                overflow: hidden;
                border-width: 4px 0 4px 5px;
                border-style: solid;
                border-color: #891cf1#891cf1 #891cf1 #fff;
                top: 11px;
                left: 6px;
                -webkit-transition: all .2s ease-in;
                -o-transition: all .2s ease-in;
                transition: all .2s ease-in;
            }
            .dPatchMore a:Hover .sIcon {
                border-color: #891cf1 #891cf1 #891cf1 #fff;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                transform: rotate(90deg);
            }
.news-content .table-down-patch tr > td .down-bu {
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #891cf1;
    text-decoration: none;
    font-size: 14px;
}

.table-down-patch tr > td .down-bu {
    color: #614137;
    
}

.mode {
    width: 870px;
    margin: 0 auto;
    margin-top: 20px;
}

.news-content .down-ke-3 {
    width: 105px;
    height: 50px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #614137;
    border-bottom: 1px solid #614137
}

.mode .suggest {
    width: 776px;
    margin: 0 auto;
    height: 345px;
}

.mode .suggest .heaad {
    height: 30px;
    color: #614137;
    line-height: 30px;
}

    .mode .suggest ul li {
        border-bottom: 1px dashed #efefef;
        color: #8a8a8a;
        height: 30px;
        line-height: 30px;
        text-align: left;
    }

.mode .suggest .list-1 {
    width: 257px;
    height: 250px;
    float: left;
    text-align: left;
}

    .mode .suggest .list-1 li {
       
        text-indent: 63px;
    }

.mode .suggest .list-2 {
    width: 265px;
    height: 250px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

.mode .suggest .list-3 {
    width: 235px;
    height: 250px;
    float: left;
    text-align: left;
}


.gamesLink .link_top {
    width: 100%;
    height: 141px;
}

    .gamesLink .link_top ul {
        text-align: center;
        padding: 0 !important;
    }

        .gamesLink .link_top ul li {
            width: 141px;
            height: 141px;
            display: inline-block;
            background: url('../images/newinfo_linkbg.png') no-repeat;
            position: relative;
            margin: 0 20px;
        }

            .gamesLink .link_top ul li a {
                width: 100%;
                height: 100%;
                display: block;
            }

                .gamesLink .link_top ul li a .imgMa {
                    width: 108px;
                    height: 108px;
                    display: block;
                    display: block;
                    position: absolute;
                    left: 17px;
                    top: 18px;
                    display: none;
                    -webkit-transition: all .3s;
                    transition: all .3s;
                }
            .gamesLink .link_top ul li.lists_1 a .imgMa {
                width: 112px;
                height: 112px;
                left: 12px;
                top: 14px;
            }
            .gamesLink .link_top ul li.lists_2 a .imgMa {
                width: 116px;
                height: 116px;
                left: 12px;
                top: 14px;
            }
            .gamesLink .link_top ul li.lists_3 a .imgMa {
                width: 117px;
                height: 116px;
                left: 11px;
                top: 12px;
            }
            .gamesLink .link_top ul li.lists_4 a .imgMa {
                width: 118px;
                height: 118px;
                left: 11px;
                top: 12px
            }

            .gamesLink .link_top ul li:hover a .imgMa {
                display: block;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .gamesLink .link_top ul li.lists_1 a {
                background: url('../images/newinfo_ma.png') no-repeat;
                background-position: 40px 31px;
            }

            .gamesLink .link_top ul li.lists_2 a {
                background: url('../images/newinfo_ma.png') no-repeat;
                background-position: -165px 31px;
            }

            .gamesLink .link_top ul li.lists_3 a {
                background: url('../images/newinfo_ma.png') no-repeat;
                background-position: -374px 31px;
            }

            .gamesLink .link_top ul li.lists_4 a {
                background: url('../images/newinfo_ma.png') no-repeat;
                background-position: -584px 31px;
            }

            .gamesLink .link_top ul li.lists_1 a .imgMa {
                background: url('../images/newinfo_ma1.png') no-repeat;
            }

            .gamesLink .link_top ul li.lists_2 a .imgMa {
                background: url('../images/newinfo_ma2.png') no-repeat;
            }

            .gamesLink .link_top ul li.lists_3 a .imgMa {
                background: url('../images/newinfo_ma3.png') no-repeat;
            }

            .gamesLink .link_top ul li.lists_4 a .imgMa {
                background: url('../images/newinfo_ma4.png') no-repeat;
            }

.gamesLink .link_bot {
    width: 593px;
    height: 207px;
    border: 1px solid #bababa;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

    .gamesLink .link_bot .wx_box {
        width: 165px;
        height: 189px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .gamesLink .link_bot .wx_box .wx_code {
            width: 152px;
            height: 152px;
            margin: 0 auto
        }
            .gamesLink .link_bot .wx_box .wx_code img {
                margin: 0 auto
            }
            .gamesLink .link_bot .wx_box p {
                width: 100%;
                line-height: 20px;
                color: #c2804d;
                text-align: center;
                font-size: 12px;
            }

    .gamesLink .link_bot h4 {
        font-size: 18px;
        color: #c2804d;
        position: absolute;
        left: 195px;
        top: 20px;
    }

    .gamesLink .link_bot .aboutGame {
        width: 386px;
        position: absolute;
        top: 47px;
        right: 20px;
        color: #000;
        line-height: 16px;
        font-size: 12px;
    }

    .gamesLink .link_bot .target_list {
        position: absolute;
        bottom: 8px;
        left: 191px;
        border-left: 1px solid #000;
    }

        .gamesLink .link_bot .target_list a {
            width: 94px;
            height: 15px;
            line-height: 15px;
            display: block;
            float: left;
            border-right: 1px solid #000;
            color: #000;
            font-size: 14px;
            text-align: center;
        }

    .gamesLink .link_bot .r_share {
        width: 68px;
        height: 17px;
        position: absolute;
        right: 20px;
        top: 25px;
    }
