.addr{
    margin:20px 0 30px 0;
    font-size: 14px;
    line-height: 24px;
    color:#999999;
}
.addr a{
    color:#999999;
}
.w1200{
    height:auto !important;
}
/*banner*/
.banner{}
.banner .slide{
    /* width: 818px; */
}
.banner .slide .swiper-slide img{
    width: 818px;
    height: 335px;
    border-radius: 6px;
}
.banner .slide .swiper-pagination{
    width: auto;
    left:700px;
}
.banner .slide .swiper-pagination-bullet{
    background: #bebebe;
    width: 16px;
    opacity: 1;
    height: 4px;
    border-radius: 2px;
}
.banner .slide .swiper-pagination-bullet-active{
    background: #ffffff;
}
.banner .tags{
    background: #ffffff;
}
.banner .tags ul{
    padding: 20px 20px 10px;
}
.banner .tags ul li{
    margin-right: 10px;
    display: inline-block;
    width: 88px;
    height: 30px;
    margin-bottom: 10px;
}
.banner .tags ul li a{
    font-size: 15px;
    color: #666666;
    display: block;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
}
.banner .tags ul li a:hover{
    color:#fff !important;
    background: #59aafd;
}
.n-active a{
    color:#fff !important;
    background: #59aafd;
}
.banner p{
    font-size: 24px;
    color: #333333;
    line-height: 60px;
}


/*common game-box*/
.game-box{}
.game-box .tit{
    font-size: 24px;
    color: #333333;
    line-height: 60px;
}
.game-box .tit .more{
    font-size: 16px;
    color: #666666;
    float: right;
    line-height: 16px;
    margin: 30px 0 0 0;
}
.game-box .list{
    width: 1260px;
}
.game-box .list li:hover{
    transform: translateY(-10px);
    transition: transform 0.5s;
    box-shadow: 0 0 10px #d7d7d8;
}
.game-box .list li{
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 24px 24px 0;
    height: 235px;
    width: 180px;
    float: left;
}
.game-box .list li .img{
    width: 122px;
    height: 122px;
    border-radius: 22px;
    margin:30px 29px 6px 29px;
}
.game-box .list li .name{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 110px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game-box .list li .msg{
    line-height: 32px;
    text-align: center;
    font-size: 12px;
}
.game-box .list li .type{
    display: inline-block;
    width: 80px;
    color:#999999;
}
.game-box .list li .point{
    display: inline-block;
    width: 80px;
    font-weight: bold;
    color:#59aafd;
}

/* special */
.special{
    margin:0 0 20px 0;
}
.special .tit{
    font-size: 24px;
    color: #333333;
    line-height: 60px;
}
.special .tit .more{
    font-size: 16px;
    color: #666666;
    float: right;
    line-height: 16px;
    margin: 30px 0 0 0;
}
.special .slide{
    background: #ffffff;
    padding:20px 10px;
    position: relative;
}
.special .slide li {}
.special .slide a{
    display: block;
    font-size: 0;
    position: relative;
    width: 380px;
    overflow: hidden;
    border-radius: 6px;
}
.special .slide li .img{
    width: 380px;
    height: 184px;
}
.special .slide li .text{
    line-height: 24px;
    font-size: 16px;
    color:#ffffff;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    background: rgba(0,0,0,0.5);
    padding:0 0 0 12px;
}
.special .slide .left-btn{
    width: 32px;
    height: 63px;
    background: url("../img/sprite.png") no-repeat -159px -344px;
    cursor: pointer;
    position: absolute;
    left:0;
    top:78px;
    z-index: 100;
}
.special .slide .right-btn{
    width: 32px;
    height: 63px;
    background: url("../img/sprite.png") no-repeat -200px -344px;
    cursor: pointer;
    position: absolute;
    right:0;
    top:78px;
    z-index: 100;
}

.load-more-btn{
    width: 165px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    color:#ffffff;
    text-align: center;
    border-radius: 18px;
    background: #a0d8ff;
    margin: 24px auto;
}

.pager{
    text-align: center;
    padding:24px 0;
}
.pager a,.pager i{
    display: inline-block;
    vertical-align: middle;
    padding:8px 12px;
    border-radius: 5px;
    border:1px solid #59aafd;
    cursor: pointer;
    margin:0 8px;
}
.pager a:hover,.pager .cur{
    background:#59aafd;
    color:#ffffff;
}
