*{
    box-sizing: border-box;
}
body{
    margin: 0;
}
.mobile-index-wrap{
    max-width: 720px;
    font-size: 16px;
    background: #fff;
    margin: 0 auto;
}
.mobile-index-wrap .mobile-banner{
    text-align: center;
    padding: 2.9rem 0 2.9rem 0;
    background: url(/Public/Mobile/image/down/banner_bg.png) center center no-repeat;
    background-size: cover;
}
.mobile-index-wrap .mobile-banner .logo{
    height: 3.5rem;
}
.mobile-index-wrap .mobile-banner .logo img{
    height: 100%;
}
.mobile-index-wrap .mobile-banner .title{
    font-size: .5rem;
    color: #222222;
    letter-spacing: .5rem;
    margin-top: .6rem;
}
.mobile-index-wrap .down-area{
    margin: 1.8rem 1.2rem 0 1.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.mobile-index-wrap .down-area .game-logo{
    width: 5.7rem;
    height: 7rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-index-wrap .down-area .game-logo img{
    width: 100%;
}
.mobile-index-wrap .down-area .game-logo .gamename{
    font-size: .8rem;
    margin-top: .3rem;
    height: 1rem;
    line-height: 1rem;
	font-weight: bold;
}
.mobile-index-wrap .down-area .down-btn-box{
    width: calc(100% - 5.7rem);
    height: 6.6rem;
    display: flex;
	flex-direction: column;
    padding-left: .9rem;
    flex-wrap: wrap;
    margin-top: .4rem;
	justify-content: flex-start;
	position: relative;
}
.mobile-index-wrap .down-area .down-btn1{
    width: 100%;
    height: 2.5rem;
    margin-top: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .95rem;
    background-image: linear-gradient(#fc7200, #f15e00, #e74c00);
    border: 1px solid #db5200;
    border-radius: .4rem;
	font-weight: bold;
}
.mobile-index-wrap .down-area .down-btn1 img{
    height: .75rem;
    margin-right: .55rem;
    margin-top: .1rem;
}
.mobile-index-wrap .down-area .down-btn-btm{
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin-top: .5rem;
}
.mobile-index-wrap .down-area .down-btn-btm div{
    border-radius: .2rem;
    color: #fff;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.5%;
    height: 1.9rem;
    zoom: .85;
}
.mobile-index-wrap .down-area .down-btn-btm div img{
    height: 1rem;
    margin-right: .3rem;
}
.mobile-index-wrap .down-area .android-down-btn{
    background-image: linear-gradient(#6db843, #5bae3b, #4ea833);
    border: 1px solid #54a03d;
}
.mobile-index-wrap .down-area .ios-down-btn{
    background-image: linear-gradient(#565f77, #515971, #505871);
    border: 1px solid #3f4b60;
}
.mobile-index-wrap .down-area .green-btn{
    background-image: linear-gradient(#13bd89, #0ba77e, #039373);
    border: 1px solid #238f7c;
}
.mobile-index-wrap .down-area .blue-btn{
    background-image: linear-gradient(#686edb, #5e63d5, #5258cf);
    border: 1px solid #5c57b8;
}
.mobile-index-wrap .down-area .ioshelplink{
	font-size:.75rem;
	color:#e21212;
	text-align: right;
	text-decoration: none;
	display: none;
	position: absolute;
	right: 0;
	bottom: .3rem;
}
.mobile-index-wrap .jpgame-area{
    margin: 1.5rem 2.2rem 1.5rem 2.2rem;
}
.mobile-index-wrap .jpgame-area .jpgame-subtitle{
    margin-bottom: 1.2rem;
    text-align: center;
}
.mobile-index-wrap .jpgame-area .jpgame-subtitle img{
    width: 100%;
    max-width: 600px;
}
.mobile-index-wrap .jpgame-area .jpgame-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -1.7rem;
}
.mobile-index-wrap .jpgame-area .jpgame-list .list{
    width: 33.3333%;
    padding-left: 1.7rem;
}
.mobile-index-wrap .jpgame-area .jpgame-list .list .game-pic{
    width: 100%;
}
.mobile-index-wrap .jpgame-area .jpgame-list .list .game-pic img{
    width: 100%;
    vertical-align: middle;
}
.mobile-index-wrap .jpgame-area .jpgame-list .list .game-name{
    font-size: .7rem;
    margin: .5rem 0 1.1rem 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.mobile-index-wrap .jpgame-area .tips{
    font-size: .7rem;
    text-align: center;
    margin-top: .2rem;
}
.mobile-index-wrap .fuli-area{
    background: #f6f6f6;
    padding: 1.2rem 1rem;
}
.mobile-index-wrap .fuli-area .fuli-subtitle{
    width: calc(100% - 2.2rem);
    margin: 0 auto;
    text-align: center;
}
.mobile-index-wrap .fuli-area .fuli-subtitle img{
    width: 100%;
    max-width: 600px;
}
.mobile-index-wrap .fuli-area .fuli-item{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mobile-index-wrap .fuli-area .fuli-item .item{
    width: 49%;
    margin-bottom: .3rem;
}
.mobile-index-wrap .fuli-area .fuli-item .item img{
    width: 100%;
}
.mobile-index-wrap .fuli-area .tips{
    font-size: .7rem;
    text-align: center;
    margin-top: .45rem;
}
.mobile-index-wrap .down-btn{
    width: 100%;
    text-align: center;
    padding: 1.6rem 0 0 0;
}
.mobile-index-wrap .down-btn img{
    width: 52%;
}
.mobile-index-wrap .down-btn .copyright_info{
	color:#A5A5A5;
	font-size:.7rem;
	margin: 1.6rem 0 .5rem 0;
}
.show-wechat-box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index: 9999;
}
.show-wechat-box img{
    width: 100%;
}
.toast-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.toast-box .toast-msg{
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    background: rgba(0,0,0,.8);
    transform: translate(-50%,-50%);
    z-index: 100000;
    border-radius: 5px;
}
.loading-box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.loading-box .loading{
    width: 79px;
    height: 79px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.5);
    border-radius: 10px;
}
.loading-box img{
    width: 39px;
    height: 39px;
    vertical-align: middle;
}
@media screen and (max-width: 720px) {
    .pc-index-wrap{
        display: none;
    }
    .mobile-index-wrap{
        display: block;
    }
}

.ios_help_wrap .backlink{padding:0 1rem;height:2.5rem;line-height: 2.5rem;background:#F5F5F7;display: flex;justify-content: flex-start;align-items: center;}
.ios_help_wrap .backlink a{width:1.25rem;height:100%;background:url(/Public/Mobile/image/down/back_ico.png) no-repeat center center;background-size:1.25rem 1.25rem;display: inline-block;}
.ios_help_wrap .backlink span{margin:0 auto;color:#666;font-size:1rem;}
.ios_help_wrap img{width:100%}