@charset "utf-8";
body,html{margin:0;padding:0;width: 100%;height: 100%;color:#333333}
body{font-weight:normal;margin:0;padding:0;font-family:'PingFang SC Medium','microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;border: none;background: #fff;}
div,p,ul,ol,li,table,tbody,tr,th,td,h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    margin:0px;
    padding:0px;
    border: none;
}
a{text-decoration: none;}
ul,ol,li{list-style:none;margin:0;padding:0;}
.clearfix {*zoom:1;*clear:both;}
.clearfix:after {display:block;clear:both;content:".";visibility:hidden;overflow: hidden;height:0;}
input,select{outline: 0;}
i,em{font-style: normal;}
img{vertical-align: middle;}
.fl {float:left;display:inline;}
.fr {float:right;display:inline;}
.hide{display: none;}
*{box-sizing: border-box;}

body{
	background: #d6d6d6;
	padding: 0;
	margin: 0;
}

/*游戏下载通用模板*/
.auto-page{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.auto-page .page-image{
	width: 100%;
}
.auto-page .page-image img{
	width: 100%;
	vertical-align: middle;
}
.fix-button{
	position: fixed;
	width: 100%;	
	left: 0;
	z-index: 999;
}
.fix-button.pos-1{
	top: 0;
}
.fix-button.pos-2{
	bottom: 0;
}
.fix-button img{
	width: 100%;
	vertical-align: middle;
}




/* PC端样式 */
.pc-index-wrap{font-size: 12px;background: #EBEBEB;font-family: 'microsoft yahei';min-height: 100%;}
.pc-index-wrap img{ -webkit-user-drag:none;}
.pc-index-wrap .banner{height: 530px;background: url(../images/index/banner.jpg?v=1.2) center 0;position:relative;}
.pc-index-wrap .banner .logo{padding-top: 125px;text-align: center;}
.pc-index-wrap .banner .app-down-box{width: 120px;height: 120px;margin: 60px auto 0 auto;}

.pc-index-wrap .banner .app-down-box .app-qrcode-box .codeimg{width: 120px;height: 120px;background: url(../images/index/guide_bg_120.gif) no-repeat;}
.pc-index-wrap .banner .app-down-box .app-qrcode-box img{width: 114px;margin:3px;}
.pc-index-wrap .banner .app-down-box .app-qrcode-box .down-btns{text-align: center;}
.pc-index-wrap .banner .app-down-box .app-qrcode-box .down-btns img{width: 7px;height: 6px;vertical-align: super;margin: 5px auto 0 auto;}
.pc-index-wrap .banner .app-down-box .app-qrcode-box .down-btns .text{line-height: 10px;font-size: 12px;color: #eca7a7;}


.pc-index-wrap .tjgame-contanier{width: 100%;background: #fff;}
.pc-index-wrap .tjgame-area{width: 1200px;margin: 0 auto;padding-bottom: 20px;}
.pc-index-wrap .tjgame-area .subtitle{height: 94px;line-height: 94px;position:relative;text-align: center;}
.pc-index-wrap .tjgame-area .subtitle .line{position: absolute;left:0;top:50%;width:100%;height:1px;background: #DADADA;}
.pc-index-wrap .tjgame-area .subtitle .text{font-size:24px;color:#5a5a5a;background:#fff;padding:20px;position: relative;}

.pc-index-wrap .tjgame-box{margin-left:-6px;}
.pc-index-wrap .tjgame-box .list{
    width: 195px;
    float: left;
    margin-left: 6px;
    margin-bottom: 5px;
    position: relative;
	border:1px solid #E9E9E9;
}
.pc-index-wrap .tjgame-box .list .game-pic{
    width: 155px;
    height: 155px;
	margin: 20px auto 0;
}
.pc-index-wrap .tjgame-box .list .game-pic img{
    width: 100%;
}
.pc-index-wrap .tjgame-box .list .gamename{
    line-height: 52px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	color:#5a5a5a;
}
.pc-index-wrap .tjgame-box .list .gamename.color_g{
	color:#999;
}
.pc-index-wrap .tjgame-box .list .operate-btns{
    height: 25px;
}
.pc-index-wrap .tjgame-box .list .operate-btns a{
    float: left;
    width: 64px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ff9813;
    text-align: center;
    color: #ff6600;
    margin: 0 7px;
    position: relative;
}
.pc-index-wrap .tjgame-box .list .operate-btns a:first-child{
    margin-left: 29px;
}
.pc-index-wrap .tjgame-box .list .operate-btns a:hover{
    background: #ff6600;
    border-color: #ff6600;
    color: #fff;
}
.pc-index-wrap .tjgame-box .list .operate-btns a.pc-play-btn:hover::after{
    content: '';
    width: 90px;
    height: 26px;
    position: absolute;
    left: -13px;
    top: -26px;
    background: url(../images/index/pc_tips.gif) center center no-repeat;
    z-index: 2;
}
.pc-index-wrap .tjgame-box .list .operate-btns a.mobile-play-btn:hover::after{
    content: '';
    width: 110px;
    height: 26px;
    position: absolute;
    left: -23px;
    top: -26px;
    background: url(../images/index/mobile_tips.gif) center center no-repeat;
    z-index: 2;
}
.pc-index-wrap .tjgame-box .list .operate-btns span{
    float: left;
    width: 64px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #cccccc;
    text-align: center;
    color: #b8b8b8;
}
.pc-index-wrap .tjgame-box .list .qrcode-box{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 160px;
    height: 160px;
    background: #fff;
    text-align: center;
}
.pc-index-wrap .tjgame-box .list .qrcode-box img{
    width: 150px;
    margin-top: 5px;
}
.pc-index-wrap .footer{
    background: #EBEBEB;
    padding: 38px 0 40px 0;
    text-align: center;
}
.pc-index-wrap .footer p, .pc-index-wrap .footer a{
    color: #747474;
    line-height: 30px;
}

/* 手机端样式 */
.mobile-index-wrap{
    font-size: 16px;
    background: #fff;
    display: none;
}
.mobile-index-wrap .mobile-banner{
    background-image: linear-gradient(to right, #670101 , #890707 , #6a0101);
    text-align: center;
    padding: 2.9rem 0 2.9rem 0;
}
.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: #ff9999;
    letter-spacing: .5rem;
    margin-top: .6rem;
}
.mobile-index-wrap .down-area{
    margin: 1.8rem 1.2rem 0 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: relative;
}
.mobile-index-wrap .down-area img{
    width: 100%;
}
.mobile-index-wrap .down-area .webname{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size:.75rem;
	color:#222222;
	font-family: 'microsoft yahei';
	font-weight: bold;
	width:26.5%;
	text-align: center;
}
.mobile-index-wrap .down-area .ioshelplink{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size:.75rem;
	color:#e21212;
	display:none;
}
.mobile-index-wrap .jpgame-area{
    margin: 1.5rem 1.2rem 1.5rem 1.2rem;
}
.mobile-index-wrap .jpgame-area .jpgame-subtitle{
    margin-bottom: 1.4rem;
}
.mobile-index-wrap .jpgame-area .jpgame-subtitle img{
    width: 100%;
}
.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%;
}
.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 .jpgame-list .list .game-name.color_g{
	color:#999;
}
.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;
}
.mobile-index-wrap .fuli-area .fuli-subtitle img{
    width: 100%;
}
.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: .4rem;
}
.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: 52%;
    margin: 0 auto;
    padding: 1.6rem 0 2.2rem 0;
}
.mobile-index-wrap .down-btn img{
    width: 100%;
}
.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%;
}
.show-wechat-box .wechat-box-close{
	display: block;
	margin:0 auto;
	color:#bbb;
	width:50px;
	border:1px solid #777;
	text-align: center;
	border-radius: 2px;
	font-size:13px;
	margin-top:20px;
	line-height: 24px;
}

.show-ios-tips{
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index: 10;
}
.show-ios-tips .maskbg{
	width:100%;
	height:100%;
	background: rgba(0,0,0,.5);
}
.show-ios-tips .cn{
	background:#fff;
	height:0;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
}
.show-ios-tips .title{
	background:#FF6C24;
	height:30px;
	line-height: 30px;
	color:#fff;
	text-indent: 15px;
	font-size:15px;
}
.show-ios-tips .title .close{
	position: absolute;
	right:15px;
}
.show-ios-tips .cnbox{
	height:calc(100% - 30px);
	overflow: auto;
}
.show-ios-tips .cnbox img{
	width:100%;
}
.scrollhide{
	overflow: hidden;
}

.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(../images/index/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%}

.android_tips_layer{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 999;background: rgba(0,0,0,.5);}
.android_tips_box{width: 80%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #fff;z-index: 1000;border-radius: .7rem;border: 1px solid #e5e5e5;padding: 1.6rem 1.3rem;font-size: .85rem;}
.android_tips_box .text{font-size: 1.2rem;font-weight: bold;line-height: 1.2rem;}
.android_tips_box .text1{color: #999;line-height: 1.4rem;margin: 0.9rem 0;}
.android_tips_box .text1 span{color: #d92d05;font-weight: bold;}
.android_tips_box .know_btn{width: 100%;height: 2.3rem;line-height: 2.3rem;border-radius: 2rem;background: #4BC5AC;text-align: center;font-size: 1rem;color: #fff;letter-spacing: 2px;}