:root {
    --pm-c: #fd8610;
}
.main{
    background: url('../images/bg.png')no-repeat center top;
    background-size: 100% auto;
    overflow: hidden;
}

#top{

}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .2rem;
    margin-bottom: .2rem;
    padding:0 .3rem;
}

#logo {
    width: 1.97rem;
}

#logo img {
    width: 1.97rem;
    display: block;
}

.search{
    width: 3.53rem;
    background: #fff;
	height: .6rem;
	border-radius: .3rem;
    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;
}

#menu{
    width: .41rem;
	height: .29rem;
}

.nav {
    height: .7rem;
    line-height: .7rem;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.nav ul {
    display: flex;
    align-items: center;
    padding-left: .3rem;
}

.nav ul li {
    margin-right:.57rem;
    position: relative;
    flex-shrink: 0;
}


.nav ul li.active ::after{
    position: absolute;
    width: .52rem;
	height: .07rem;
	background-color: #ffffff;
	border-radius: 4px;
    content: '';
    bottom:0;
    left:50%;
    margin-left: -.26rem;
}

.nav ul li a {
    text-align: center;
    font-size: .28rem;
    color: rgba(255,255,255,.6);
    display: flex;
    align-items: center;
    font-weight: bold;
}

.nav ul li.active a{
    color:#fff;
    font-weight: bold;
}

.box {
    padding:.2rem .3rem;
}

.index-banner-swiper {
    margin:.2rem .3rem;
    border-radius: .1rem;
}

.index-banner-swiper .index-swiper-div a.img img {
    height: 3.3rem;
    width: 100%;
}

.index-banner-swiper .swiper-pagination{
    bottom:.1rem;
    left:0;
    position: absolute;
}

.index-banner-swiper .swiper-pagination-bullet-active{
    background: #fd8610;
}

#footer {
    background: #333;
    padding: .2rem 0;
    text-align: center;
    font-size: .24rem;
    color: #999;
}

#footer a {
    color: #999;
}

#footer p {
    margin: .15rem;
}

#footer p.foot-ba>a{
    display: inline;
    margin-left: .1rem;
}

.foot-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-pic{
    width: 100%;
}

.foot-logo img {
    width: 2.14rem;
    height: .56rem;
}

.foot-a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 .2rem;
    margin:0 !important;
}

.foot-a>a {
    width: 2.25rem;
	height: 1rem;
    margin-bottom: .14rem;
	background-color: #3c3c3c;
    display: flex ;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding:.1rem 0;
    padding-left: .23rem;
    box-sizing: border-box;
    font-size: .24rem;
    color:#999;
}

.foot-a a span{
    color:#6c6c6c;
}

.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;
    padding-bottom: .2rem;
    border-bottom: 1px solid #eaeaea;
}

.public-title span {
    font-size: .29rem;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.public-title span img{
	width: .2rem;
	height: .19rem;
    margin-right: .17rem;
}

.public-title a {
    font-size: .24rem;
    color: #999;
}

.public-title a i{
    color:#fd8610;
    font-style: normal;
}

.links-box {
    padding: .2rem .3rem;
    padding-bottom: .3rem;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
}

.links-list a {
    font-size: .24rem;
    color: #666;
    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:.2rem .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.8rem;
    padding-bottom: 3.81rem;
    border-radius: .1rem;
    box-shadow: 0rem .02rem .08rem 0rem 
		rgba(191, 191, 191, 0.25);
}

.bg-404>img{
    height: 3.3rem;
    width: 3.68rem;
}

.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;
	background-color: #ffa073;
	border-radius: .1rem;
    text-align: center;
    line-height: .6rem;
    font-size: .26rem;
    color:#fff;
    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.21rem;
    margin-right: .65rem;
    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.21rem;
	height: 1.21rem;
	border-radius: .1rem;
}

.index-soft ul li .img img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .1rem;
}

.index-soft ul li .name{
    text-align: center;
    font-size: .28rem;
    color:#333;
    margin:.15rem 0;
}

.index-soft ul li .down{
    width: 1.16rem;
	height: .6rem;
	border-radius: .06rem;
    border: solid 1px #fd8610;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .6rem;
    font-size: .24rem;
    color:#fd8610;
    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{
    margin-top: .3rem;
}

.index-game-list ul li .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .7rem;
	background-color: #f6f6f6;
    margin-bottom: .3rem;
    padding:0 .2rem;
}

.index-game-list ul li .top span{
    font-size: .24rem;
    color:#888;
}

.index-game-list ul li .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-game-list ul li .img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .2rem;
}

.index-game-list ul li .img img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .2rem;
}

.index-game-list ul li .info{
    margin:0 .2rem;
    font-size: .24rem;
    color:#666;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: .9rem;
}

.index-game-list ul li .name{
    font-size: .28rem;
    color:#333;
    margin-right: .3rem;
}

.index-game-list ul li .name i{
    display: inline-block;
    width: 1.02rem;
    height: .34rem;
    line-height: .34rem;
    background: url('../images/album_game_num1.png')no-repeat center;
    background-size: 100% 100%;
    font-size: .24rem;
    color:#fff;
    font-style: normal;
    text-align: center;
    padding-left: .1rem;
    margin-left: .1rem;
}

.index-game-list ul li:nth-child(-n+3) .name i{
    background: url('../images/album_game_num2.png')no-repeat center;
    background-size: 100% 100%;
}

.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.5rem;
	height: .6rem;
    border-radius: .06rem;
	border: solid 1px #fd8610;
    display: flex;
    text-align: center;
    font-size: .26rem;
    color:#fd8610;
    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;
    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{
    width: 1.1rem;
	height: 1.1rem;
	border-radius: .2rem;
}

.index-zj .bottom .name{
    font-size: .28rem;
    color:#333;
    margin-bottom: .1rem;
}

.index-zj .bottom .info{
    margin:0 .2rem;
}

.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;
    justify-content: space-between;

    margin-top: .3rem;
}

.index-game-gift ul li .right{
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: .3rem;
}

.index-game-gift ul li .img{
    width: 1.27rem;
	height: 1.27rem;
	border-radius: .15rem;
}

.index-game-gift ul li .num{
    width: .41rem;
	height: .41rem;
	background-color: #dcdcdc;
	border-radius: .04rem;
    text-align: center;
    line-height: .41rem;
    font-size: .24rem;
    color:#fff;
    margin-right: .3rem;
    margin-top: .05rem;
}

.index-game-gift ul li:nth-child(1) .num{
    background: #fd8610;
}

.index-game-gift ul li:nth-child(2) .num{
    background: #ffa54b;
}

.index-game-gift ul li:nth-child(3) .num{
    background: #ffca96;
}

.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:#888
}

.index-game-gift ul li .name{
    font-size: .28rem;
    color:#333;
}

.index-game-gift ul li .info p{
    margin-top: .1rem;
}

.index-game-gift ul li .get{
    width: 1.2rem;
	height: .58rem;
	border-radius: .1rem;
	border: solid .01rem #fd8610;
    text-align: center;
    line-height: .58rem;
    color:#fd8610;
    font-size: .24rem;
}

.index-good-game{
    position: relative;
	height: 1.23rem;
	background: #FFF3E7;
	border-radius: .1rem;
    margin:0 .3rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: .25rem;
}

.index-good-game>.tags{
    position: absolute;
    left:-.12rem;
    bottom:0;
    background: url('../images/index_game_game.png')no-repeat center;
    background-size: 100% 100%;
    width: 1.31rem;
	height: 1.49rem;
}

.index-good-game>.title{
    position: absolute;
    top:-.1rem;
    left:50%;
    background: url('../images/index_game_comment.png')no-repeat center;
    width: 3.8rem;
    height: .7rem;
    background-size:100% 100%;
    margin-left: -1.85rem;
}

.index-good-game>.item{
    margin-left: 1.4rem;
    margin-right: .2rem;
    flex:1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-good-game>.item .yd{
    width: .07rem;
	height: .07rem;
	background-color: #ff765a;
    border-radius: 50%;
    margin-right: .1rem;
}

.index-good-game>.item .name{
    font-size: .28rem;
    color:#333;
}

.index-new-game ul li{
    border-top: dashed 1px #dcdcdc;
    padding-top: .2rem;
    font-size: .24rem;
    color:#999;
    margin-top: .2rem;
}

.index-new-game ul li .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .15rem;
}

.index-new-game ul li .top span{
    width: .7rem;
	height: .37rem;
	border-radius: .04rem;
	border: solid .01rem #fd8610;
    text-align: center;
    line-height: .37rem;
    font-size: .24rem;
    color:#fd8610;
}

.index-new-game ul li .top .name{
    font-size: .28rem;
    color:#333;
    margin-left: .1rem;
}

.index-new-news{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
}

.index-new-news .tags{
    width: .5rem;
	height: 2.1rem;
	background-color: #fd8610;
    text-align: center;
    font-size: .26rem;
    color:#fff;
    line-height: .45rem;
    display: flex;
    align-items: center;
}

.index-new-news .info{
    display: flex;
    flex-direction: column;
    height: 1.9rem;
    justify-content: space-between;
    margin-left: .2rem;
    font-size: .24rem;
    color:#888;
    line-height: .4rem;
}

.index-new-news .info .time{
    color:#999;
}

.index-new-news .name{
    font-size: .3rem;
    color:#333;
    font-weight: bold;
}

.index-jp-list{
    overflow: auto;
}

.index-jp-list ul{
    width: 10rem;
    display: flex;
    flex-wrap: wrap;
}

.index-jp-list ul li{
    width: 4.6rem;
    display: flex;
    align-items: center;
    margin-left: .3rem;
    margin-top: .4rem;
}

.index-jp-list ul li:nth-child(-n+2){
    margin-top: .15rem;
}

.index-jp-list ul li .img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .2rem;
}

.index-jp-list ul li .info{
    margin:0 .2rem;
    font-size: .24rem;
    color:#999;
}

.index-jp-list ul li .name{
    font-size: .28rem;
    color:#333;
    margin-bottom: .2rem;
}

.index-jp-list ul li .img img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .2rem;
}

.index-jp-list ul li  .down{
    width: 1.21rem;
	height: .6rem;
	background-color: #fff0e1;
	border-radius: .3rem;
    text-align: center;
    line-height: .6rem;
    color:#fd8610;
    font-size: .28rem;
}

.index-jc-good ul li{
    position: relative;
    height: 1.19rem;
	background-color: #f7f7f7;
	border-radius: .2rem;
    justify-content: center;
    padding-left: 1.6rem;
    font-size: .24rem;
    color:#999;
    display: flex;
    flex-direction: column;
    margin-top: .6rem;
    padding-right: .2rem;
}

.index-jc-good ul li .img{
    position: absolute;
    left:0;
    bottom:0;
    width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
}

.index-jc-good ul li .img img{ 
    width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
}

.index-jc-good ul li .top{
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
    overflow: hidden;
}

.index-jc-good ul li .top .scope{
    width: 1.37rem;
    height: .32rem;
    background: url('../images/index_good_game.png')no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: .2rem;
    color:#FF897E;
    font-size: .24rem;
    margin-left: .1rem;
}

.index-jc-good ul li .name{
    font-size: .28rem;
    color:#333;
    font-weight: bold;
}

.index-gx-video ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-gx-video ul li{
    width: 3.31rem;
	height: 2.12rem;
	border-radius: .06rem;
    margin-top: .25rem;
}

.index-gx-video ul li .img{
    height: 100%;
    width: 100%;
    border-radius: .06rem;
    position: relative;
    overflow: hidden;
}

.index-gx-video ul li .img::after{
    position: absolute;
    left:50%;
    margin-left: -.3rem;
    margin-top:-.3rem;
    top:50%;
    content: '';
    width: .6rem;
	height: .6rem;
    background: url('../images/index_video.png')no-repeat center;
    background-size: 100% 100%;
}

.index-gx-video ul li .img img{
    height: 100%;
    width: 100%;
    border-radius: .06rem;
}

.index-gx-video ul li .name{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    font-size: .24rem;
    color:#fff;
    padding:0 .1rem;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
}

.index-new-qd{
    height: 5.96rem;
    background: url('../images/index_qd_bg.png')no-repeat center;
    background-size: 100% 100%;
    padding-top: .35rem;
    box-sizing:border-box;
}

.index-new-qd>.title{
    width: 2.87rem;
    height: .47rem;
    background: url('../images/index_new_qd.png')no-repeat center;
    background-size: 100% 100%;
    margin:0 auto;
}

.index-new-qd ul{
    display: flex;
    margin-top: .4rem;
    overflow: auto;
}

.index-new-qd ul li{
    width: 2.69rem;
	height: 4.16rem;
    background: url('../images/index_qdli_bg.png')no-repeat center;
    background-size: 100% 100%;
    padding:.02rem;
    box-sizing: border-box;
    margin-left: .3rem;
    overflow: hidden;
    border-radius: .2rem;
    flex-shrink: 0;
}

.index-new-qd ul li .img{
    height: 100%;
    width: 100%;
    position: relative;
}

.index-new-qd ul li p{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: .74rem;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    padding:0 .15rem;
    font-size: .24rem;
    color:#fff;
    font-weight: bold;
    box-sizing: border-box;
}

.index-new-qd ul li p .num{
    width: .37rem;
    height: .36rem;
    margin-right: .14rem;
    flex-shrink: 0;
}

.index-new-qd ul li:nth-child(1) p .num{
    background: url('../images/index_qd_1.png')no-repeat center;
    background-size: 100% 100%;
}

.index-new-qd ul li:nth-child(2) p .num{
    background: url('../images/index_qd_2.png')no-repeat center;
    background-size: 100% 100%;
}

.index-new-qd ul li:nth-child(3) p .num{
    background: url('../images/index_qd_3.png')no-repeat center;
    background-size: 100% 100%;
}

.index-new-qd ul li:nth-child(4) p .num{
    background: url('../images/index_qd_4.png')no-repeat center;
    background-size: 100% 100%;
}

.index-new-qd ul li:nth-child(5) p .num{
    background: url('../images/index_qd_5.png')no-repeat center;
    background-size: 100% 100%;
}

.index-new-qd ul li .img>img{
    height: 100%;
    width: 100%;
}

.menu-content{
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding:.3rem;
    box-sizing: border-box;
    padding-top: .8rem;
    overflow-y:scroll;
}

.menu-close{
    position: absolute;
    top:.4rem;
    right:.4rem;
    width: .36rem;
	height: .36rem;
}

.menu-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .2rem;
}

.menu-list a{
    font-size: .26rem;
    color:#666;
    margin-right: .3rem;
    margin-top: .3rem;
}