body {

}

#top{
    box-shadow: 0rem .02rem .09rem .01rem 
		rgba(136, 136, 136, 0.3);
        overflow: hidden;
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .2rem;
    margin-bottom: .2rem;
    padding:0 .3rem;
}

#logo {
    width: 2.26rem;
	height: .8rem;
}

#logo img {
    width: 2.26rem;
	height: .8rem;
    display: block;
}

.search{
    width: 3.16rem;
	height: .58rem;
	border-radius: .1rem;
	border: solid 1px #2894ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: .19rem;
}

.search input{
    border:none;
    flex:1;
    overflow: hidden;
    font-size: .24rem;
    color:#333;
    outline: none;
    margin-right: .1rem;
}

.search input::placeholder{
    color:#999;
}

.search button{
    width: .24rem;
	height: .24rem;
    background: url('../images/search.png')no-repeat center;
    background-size: 100%;
    border: none;
    margin-right: .15rem;
    flex-shrink: 0;
}

.nav {
    height: .7rem;
    line-height: .7rem;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
}

.nav ul {
    display: flex;
    align-items: center;
    padding-left: .3rem;
}

.nav ul li {
    margin-right:.57rem;
    position: relative;
    flex-shrink: 0;
}

.nav ul li .img{
    width: .29rem;
	height: .29rem;
	background: #e4e4e4;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: .13rem;
}

.nav ul li.active .img{
    background: #ea494b;
}

.nav ul li .img img{
    height: 100%;
    width: 100%;
}

.nav ul li.active ::after{
    position: absolute;
    background: url('../images/nav_select.png')no-repeat center;
    background-size: 100%;
    content: '';
    width: .13rem;
	height: .06rem;
    bottom:0;
    left:50%;
    margin-left: -.06rem;
}

.nav ul li a {
    text-align: center;
    font-size: .28rem;
    color: #333;
    display: flex;
    align-items: center;
}

.nav ul li.active a{
    color:#3b9dff;
    font-weight: bold;
}

.box {
    padding:.3rem;
    border-bottom: .1rem solid #f5f5f5;
    padding-top: .2rem;
}

.index-banner-swiper {
    margin-bottom: .2rem;
}

.index-banner-swiper .index-swiper-div a.img img {
    height: 3.9rem;
    width: 100%;
}

#footer {
    background: #333;
    padding: .6rem 0;
    text-align: center;
    font-size: .24rem;
    color: #999;
}

#footer a {
    color: #999;
}

#footer p {
    margin: .15rem 0;
}

.foot-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-logo img {
    width: 2.14rem;
    height: .56rem;
}

.foot-a {
    display: flex;
    justify-content: center;
}

.foot-a a {
    margin-right: .1rem;
}

.foot-a a:last-child {
    margin-right: 0;
}

.index-hot-title>img {
    width: 4.21rem;
    display: block;
    margin: 0 auto;
}

.index-hot-title ul {
    display: flex;
    flex-wrap: wrap;
}

.index-hot-title ul li {
    width: 1.43rem;
    margin-top: .4rem;
    margin-right: .39rem;
}

.index-hot-title ul li:nth-child(4n) {
    margin-right: 0;
}

.index-hot-title ul li .img {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 auto;
}


.index-hot-title ul li .img img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .2rem;
}

.index-hot-title ul li .name {
    font-size: .24rem;
    color: #666;
    text-align: center;
    margin-top: .14rem;
}

.index-hot-title ul li .star {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18c2bc;
    font-size: .24rem;
}

.index-hot-title ul li .star img {
    margin-right: .1rem;
    width: .22rem;
    height: .21rem;
    margin-top: .03rem;
}

.public-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public-title span {
    font-size: .3rem;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.public-title span img{
    width: .31rem;
    height: .33rem;
    margin-right: .17rem;
}

.public-title a {
    font-size: .24rem;
    color: #999;
}

.links-box {
    padding: .2rem .3rem;
    padding-bottom: .3rem;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
}

.links-list a {
    font-size: .24rem;
    color: #999;
    margin-top: .2rem;
    margin-right: .2rem;
}

.index-news ul li {
    display: flex;
    justify-content: space-between;
    margin-top: .25rem;
}

.index-news ul li .img {
    width: 1.86rem;
    height: 1.3rem;
}

.index-news ul li .img img {
    width: 1.86rem;
    height: 1.3rem;
}

.index-news ul li .info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: #f8f8f8;
    height: 1.3rem;
    padding-left: .25rem;
    margin-right: .23rem;
}

.index-news ul li:last-child .info{
    border-bottom: none;
}

.index-news ul li .name {
    font-size: .28rem;
    color: #333;

}

.index-news ul li p{

    font-size: .24rem;
    color:#999;
}

.index-news ul li .time{
    display: flex;
    align-items: center;
}

.index-news ul li .time img{
    width: .22rem;
	height: .24rem;
    margin-right: .12rem;
}

.index-game ul li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .2rem;
}

.index-game ul li .img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .15rem;
    position: relative;
}

.index-game ul li .num{
    position: absolute;
    top:0;
    left:0;
    width: .63rem;
	height: .54rem;
    background: url('../images/index_game_num2.png')no-repeat center;
    background-size: 100%;
    font-size: .24rem;
    color:#fff;
    font-weight: bold;
    padding-left: .1rem;
}

.index-game ul li:nth-child(-n+3) .num{
    background: url('../images/index_game_num1.png')no-repeat center;
    background-size: 100%;
}

.index-game ul li .img img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .15rem;
}

.index-game ul li .right{
    margin-left: .2rem;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: .33rem;
    font-size: .24rem;
    color:#999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .1rem;
}

.index-game ul li:last-child .right{
    border-bottom: none;
}

.index-game ul li  .name{
    font-size: .3rem;
    color:#333;
    margin-bottom: .2rem;
}

.index-game ul li .down{
    width: 1.31rem;
	height: .63rem;
	background: #1ec6c0;
	border-radius: .1rem;
    font-size: .26rem;
    color:#fff;
    text-align: center;
    line-height: .63rem;
}

.public-list ul li{
    display: flex;
    justify-content: space-between;
    margin:.3rem 0;
    align-items: center;
}

.public-list ul li:first-child{
    margin-top: 0;
}

.public-list ul li:last-child{
    margin-bottom: 0;
}


.public-list ul li .yd{
    width: .09rem;
	height: .09rem;
	background: #1ec6c0;
}

.public-list ul li .tags{
    width: .74rem;
	height: .44rem;
	border: solid 1px #dcdbdc;
    text-align: center;
    line-height: .44rem;
    font-size: .24rem;
    color:#999;
}

.public-list ul li .name{
    margin:0 .2rem;
    font-size: .28rem;
    color:#333;
}

.public-list ul li .time{
    font-size: .24rem;
    color:#999;
}

.index-tt-news{
    background: #f4fafa;
    padding:.3rem .2rem;
    margin-bottom: .2rem;
    margin-top: .25rem;
    position: relative;
}

.index-tt-news::after{
    position: absolute;
    right:0;
    top:0;
    width: 1.35rem;
	height: .84rem;
    content: '';
    background: url('../images/index_tt_ico.png')no-repeat center;
    background-size: 100%;
}

.index-tt-news .name{
    font-size: .26rem;
    color:#333;
    font-weight: bold;
    margin-right: 1rem;
    margin-bottom: .27rem;
}

.index-tt-news .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    color:#999;
}

.index-tt-news p{
    margin-left: .21rem;
}

.index-tt-news  .img{
    width: 1.61rem;
	height: 1.11rem;
}

.index-tt-news  .img img{
    width: 1.61rem;
	height: 1.11rem;
}

.index-zl{
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    margin-top: .4rem;
    background: url('../images/index_album_bg.png')no-repeat center;
    background-size: 100% 100%;
    padding-top: .98rem;
    padding-bottom: .26rem;
    padding-left: .3rem;
}

.index-zl .item{
    width: 4.03rem;
	height: 2.26rem;
	background: rgba(255,255,255,.8);
	border-radius: .1rem;
    flex-shrink: 0;
    margin-right: .2rem;
    padding:0 .24rem;
}

.index-zl .item .name{
    font-size: .28rem;
    color:#333;
    margin-top: .2rem;
    margin-bottom: .21rem;
}

.index-zl .item .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .24rem;
    color:#666;
    line-height: .5rem;
}


.index-zl .item .img{
    width: 1.1rem;
	height: 1.1rem;
	border-radius: .2rem;
    margin-right: .2rem;
}

.index-zl .item .img img{
    width: 1.1rem;
	height: 1.1rem;
	border-radius: .2rem;
}


.public-box{
    padding:0 .3rem;
}

.bg-404{
    background: #fff;
    margin:0 .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.8rem;
    padding-bottom: 3.81rem;
    margin-top: .1rem;
}

.bg-404>img{
    height: 3.06rem;
    width: 3.51rem;
}

.img-show-swiper{
    position: relative;
    overflow: hidden;
}

.img-show-swiper img{
    width: 100%;
}

.bg-404 p{
    font-family: NSimSun;
    color:#100808;
    font-size: .24rem;
    margin-top: .71rem;
}

.bg-404 a{
    width: 1.6rem;
	height: .6rem;
	border: solid 1px #eeeeee;
    text-align: center;
    line-height: .58rem;
    font-size: .24rem;
    color:#666;
    margin-top: .56rem;
}

.index-our-love .title{
    display: flex;
    justify-content: space-between;
}

.index-our-love .title span{
    font-size: .3rem;
    color:#333;
    font-weight: bold;
}

.index-our-love .title  a{
    display: flex;
    align-items: center;
    font-size: .24rem;
    color:#ea494b;
}

.index-our-love .title  a img{
    height: .22rem;
    width: .26rem;
    margin-right: .1rem;
}

.index-our-love ul{
    display: flex;
    justify-content: space-between;
    margin-top: .36rem;
}

.index-our-love ul li{
    width: 1.26rem;
}

.index-our-love ul li .img{
    width: 1.26rem;
	height: 1.26rem;
	border-radius: .15rem;
}

.index-our-love ul li .img img{
    width: 1.26rem;
	height: 1.26rem;
	border-radius: .15rem;
}

.index-our-love ul li .name{
    font-size: .24rem;
    color:#666;
    margin:.3rem 0;
    text-align: center;
}

.index-our-love ul li .down{
    width: 1.22rem;
	height: .6rem;
	border-radius: .06rem;
	border: solid .01rem #ea494b;
    margin:0 auto;
    text-align: center;
    line-height: .58rem;
    font-size: .28rem;
    color:#ea494b;
}
.index-img ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .1rem;
}
.index-img ul li{
    width: 3.3rem;
    margin-top: .2rem;
}

.index-img ul li .img{
    width: 3.3rem;
	height: 2.2rem;
}

.index-img ul li .img img{
    width: 3.3rem;
	height: 2.2rem;
}

.index-img ul li .name{
    font-size: .26rem;
    color:#333;
    text-align: center;
    margin-top: .2rem;
}

.index-rank{
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 1rem;
}

.index-rank .item{
    width: 5rem;
	border: solid 1px #eeeeee;
    position: relative;
    flex-shrink: 0;
    padding-top: .82rem;
    margin-right: .3rem;
}

.index-rank .item .title{
    position: absolute;
    top:-.33rem;
    left:1.07rem;
}

.index-rank .item .title img{
    width: 2.69rem;
	height: .79rem;
}

.index-rank .item ul li{
    display: flex;
    align-items: center;
    margin-bottom: .52rem;
}
.index-rank .item:nth-child(1) ul li .num{
    background-color: #ffb025;
}
.index-rank .item:nth-child(2) ul li .num{
    background-color: #61bfc1;
}
.index-rank .item ul li .num{
    width: .3rem;
	height: .28rem;
    text-align: center;
    line-height: .28rem;
    font-size:.24rem;
    color:#fff;
    margin-left: .21rem;
    margin-right: .27rem;
}

.index-rank .item ul li .img{
    width: 1.04rem;
	height: 1.04rem;
	border-radius: .2rem;
}

.index-rank .item ul li .img img{
    width: 1.04rem;
	height: 1.04rem;
	border-radius: .2rem;
}

.index-rank .item ul li .info{
    margin-left: .2rem;
    margin-right: .2rem;
    font-size: .24rem;
    color:#999;
}

.index-rank .item ul li .name{
    font-size: .28rem;
    color:#333;
    margin-bottom: .15rem;
}

.index-rank-more{
    height: .62rem;
	background-color: #f6f6f6;
    width: 100%;
    text-align: center;
    line-height: .62rem;
    font-size: .24rem;
    color:#999;
    margin:.3rem 0;
    margin-bottom: 0;
}

.index-soft ul{
    display: flex;
    flex-wrap: wrap;
}

.index-soft ul li{
    width: 1.41rem;
    margin-right: .42rem;
    margin-top: .5rem;
    font-size: .24rem;
    color:#999;
    text-align: center;
}

.index-soft ul li:nth-child(4n){
    margin-right: 0;
}

.index-soft ul li .img{
    width: 1.41rem;
	height: 1.41rem;
	border-radius: .15rem;
}

.index-soft ul li .img img{
    width: 1.41rem;
	height: 1.41rem;
	border-radius: .15rem;
}

.index-soft ul li .name{
    text-align: center;
    font-size: .28rem;
    color:#333;
    margin:.15rem 0;
}

.index-soft ul li .down{
    width: 1.3rem;
	height: .6rem;
	border-radius: .06rem;
    border: solid 1px #dcdbdc;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .6rem;
    font-size: .24rem;
    color:#666;
    margin:0 auto;
    margin-top: .24rem;
}

.index-soft ul li .down img{
    width: 0.18rem;
    height: 0.22rem;
    margin-right: .1rem;
}

.index-game-list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: dashed 1px #eeeeee;
    padding-bottom:.3rem;
    margin-top: .3rem;
}

.index-game-list ul li .img{
    width: 1.24rem;
	height: 1.24rem;
	border-radius: .2rem;
}

.index-game-list ul li .img img{
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .2rem;
}

.index-game-list ul li .info{
    margin:0 .2rem;
    font-size: .24rem;
    color:#888;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.3rem;
}

.index-game-list ul li .name{
    font-size: .28rem;
    color:#333;
    font-weight: bold;
}

.index-game-list ul li .tags{
    display: flex;
    align-items: center;
    margin-top: .05rem;
}

.index-game-list ul li .tags span{
    height: .4rem;
	background-color: #f6f6f6;
    line-height: .4rem;
    color:#999;
    padding:0 .1rem;
    margin-right: .15rem;
}

.index-game-list ul li .down{
    width: 1.51rem;
	height: .6rem;
	border: solid 1px #3b9dff;
    display: flex;
	border-radius: .1rem;
    text-align: center;
    font-size: .26rem;
    color:#3b9dff;
    justify-content: center;
    align-items: center;
}

.index-game-list ul li .down img{
    width: .18rem;
	height: .22rem;
    margin-right: .13rem;
}

.index-user-gl{
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
    margin-top: .35rem;
}

.index-user-gl .item{
    width: 3.3rem;
}

.index-user-gl .item .img{
    width: 100%;
	height: 2.08rem;
    position: relative;

}

.index-user-gl .item .img::after{
    position: absolute;
    content: '';
    left:0;
    top:0;
    width: 1.64rem;
    height: .58rem;
    background: url('../images/index_hot_comment.png')no-repeat center;
    background-size: 100%;
}

.index-user-gl .item .img img{
    width: 100%;
	height: 2.11rem;
}

.index-user-gl .item .name{
    font-size: .27rem;
    color:#333;
    text-align: center;
    margin: .2rem 0;
}

.index-wf-new{
    position: relative;
    margin-top: -1.3rem;
    z-index: 9999999999;
    background: #fff;
    border-radius: .2rem;
    overflow: hidden;
    padding:0 .14rem;
}

.index-wf-new>img{
    width: 4.92rem;
	height: .51rem;
    display: block;
    margin:0 auto;
    margin-top: .27rem;
}

.index-wf-new .item{
    width:3.11rem;
    margin-top: .2rem;
}

.index-wf-new .item .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-wf-new .item .top .img{
    width: .91rem;
	height: .91rem;
	border-radius: .15rem;
}

.index-wf-new .item .top .img img{
    width: .91rem;
	height: .91rem;
	border-radius: .15rem;
}

.index-wf-new .item .top .info{
    margin:0 .15rem;
    font-size: .24rem;
    color:#888;
}

.index-wf-new .item .one-cute{
    height: .6rem;
	background-color: #f7f7f7;
    line-height: .6rem;
    font-size: .24rem;
    color:#888;
    margin-top: .2rem;
    padding:0 .2rem
}

.index-wf-new .item .top .info .name{
    font-size: .28rem;
    color:#333;
    margin-bottom: .05rem;
}

.index-wf-new .item .top  .down img{
    width: .5rem;
	height: .5rem;
}

.index-new-gl{
    padding-top: .3rem;
    padding-left: .3rem;
    border-bottom: 0.1rem solid #f5f5f5;
    padding-bottom: .3rem;
}

.index-new-gl ul{
    overflow: auto;
    display: flex;
    margin-top: .32rem;
}

.index-new-gl ul li{
    width: 4.41rem;
    flex-shrink: 0;
    margin-right: .24rem;
}

.index-new-gl ul li>.img{
    width: 100%;
    height: 2.61rem;
}

.index-new-gl ul li>.img img{
    width: 100%;
    height: 2.61rem;
}

.index-new-gl ul li p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .25rem;
}

.index-new-gl ul li p img{
    width: .15rem;
	height: .17rem;
    margin-right: .15rem;
}

.index-zj .top-img{
    width: 100%;
    height: 2.56rem;
    margin-top: .1rem;
}

.index-zj .top-img img{
    width: 100%;
    height: 100%;
}

.index-zj .bottom{
    margin-top: .2rem;
    font-size: .24rem;
    color:#888;
}

.index-zj .bottom .img{
    width: 1.1rem;
	height: 1.1rem;
	border-radius: .2rem;
}

.index-zj .bottom .img img{
    height: 50px;
    width: 100px;
    border-radius: 0.2rem;
    margin-top: 14px;
}

.index-zj .bottom .name{
    font-size: .28rem;
    color:#333;
    margin-bottom: .1rem;
}

.index-zj .bottom .info{
    padding: 12px 0px 0px 50px;
    border-radius: 10rem;
}

.index-zj .bottom  .down{
    width: 1.5rem;
	height: .58rem;
	background-color: #3b9dff;
	border-radius: .1rem;
    text-align: center;
    line-height: .58rem;
    font-size: .24rem;
    color:#fff;
}

.index-game-gift ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: .3rem;
    margin-top: .3rem;
}

.index-game-gift ul li .img{
    width: 1.27rem;
	height: 1.27rem;
	border-radius: .15rem;
}

.index-game-gift ul li .img img{
    width: 1.27rem;
	height: 1.27rem;
	border-radius: .15rem;
}

.index-game-gift ul li .info{
    margin:0 .2rem;
    font-size: .24rem;
    color:#666
}

.index-game-gift ul li .name{
    font-size: .28rem;
    color:#333;
    font-weight: bold;
    margin-bottom: .1rem;
}

.index-game-gift ul li .get{
    width: 1.21rem;
	height: .61rem;
	border-radius: .06rem;
	border: solid .01rem #3c9dff;
    text-align: center;
    line-height: .61rem;
    color:#3d9eff;
    font-size: .24rem;
}