.wrap {
	position: relative;
	margin: 0 auto;
	z-index: 0;
}
.support a {
    position: fixed;
	cursor: pointer;
	top: .5rem;
	right: 2%;
	width: 1rem;
	height: 1rem;
    background-image: url("../../img/support.webp");
    background-size: 100% 100%;
    z-index: 999;
}

.wrap .downBtn {
	position: absolute;
    cursor: pointer;
	top: 9.2rem;
	left: 20%;
	width: 60%;
    height: 1.3rem;
	background-image: url("../../img/download.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}
.wrap .downBtn2{
	position: absolute;
    cursor: pointer;
	top: 6.4rem;
	left: 23%;
	width: 55%;
    height: 1rem;
	background-image: url("../../img/goback-btn.html");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}

/* .bg iframe{
    display: block;
    width: 100%;
    height: 100%;
} */


iframe {
	width: 100%;
	height: 100vh;
	border: none;
}

.app_container {
	padding: .1rem;
	padding-bottom: 0;
}

.app_info {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.rating_info {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 0.2rem;
	margin: 12px auto;
}

.ratings {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 12px;
}

.ratings div {
	display: inline-block;
	font-weight: 900;
	font-size: 0.25rem;
	line-height: 0.25rem;
}


.app_download {
	display: block;
	text-align: center;
	align-content: center;
	background: red;
	border-radius: 30px;
	color: #fff;
	font-weight: 900;
	margin: 10px auto;
	width: 4.05rem;
	height: .70rem;
	font-size: .3rem;
	border: 1px solid #000;
	cursor: pointer;
}

.tg {
	display: block;
	text-align: center;
	align-content: center;
	border-radius: 20px;
	color: #0088cc;
	width: 5.05rem;
	height: .70rem;
	font-weight: 600;
	border: 1.2px solid #0088cc;
	margin: 10px auto;
}

.tg i {
	font-size: .28rem;
}


.app_container_info {
    margin-bottom: .2rem;
	text-align: center;
    
}

.app_container_info li {
    position: relative;
    text-align: center;
    margin-bottom: .3rem;
    background-color: transparent;
    

}

.app_container_info li a {
    display: block
}

.app_container_info li img {
    display: block;
    width: 1.2rem;
    border-radius: .24rem;
    margin: 0 auto
}

.app_container_info li p {
    color: #ababab;
    font-size: .22rem;
    line-height: .42rem;
    width: 90%;
    margin: auto;
    overflow: hidden;
    white-space: nowrap
}

.app_container_info li .name {
    height: .6rem;
    line-height: .6rem;
    color: #ffffff;
    font-size: .25rem;
    font-weight: 700
}

.app_container_info ul li .grade {
    color: #e6e6e6;
    line-height: .42rem
}

.app_container_info ul li .grade span {
    color: #00fffb;
    font-weight: 600;
    font-size: .19rem;
    line-height: .35rem
}

.app_container_info ul li .grade em {
    color: #ffa709;
    font-size: .24rem
}

.app_container_info ul li .grade i {
    display: inline-block;
    width: .26rem;
    height: .23rem;
    background-position: -1.91rem -1.69rem;
    top: .04rem;
    color: #f6ff00
}

.app_container_info li .btn {
    display: block;
    width: 2rem;
    height: .55rem;
    text-align: center;
    line-height: .55rem;
    margin: .16rem auto 0;
    border-radius: .06rem;
    color: #000000;
    font-size: .24rem;
    font-weight: 700
}

.app_container_info li:nth-child(2) img {
    width: 1.4rem
}

.app_container_info li:nth-child(2) {
    padding-top: .1rem;
    width: 35%
}

.app_container_info li:nth-child(1),
.app_container_info li:nth-child(3) {
    padding-top: .45rem;
    width: 32.5%
}

.app_container_info li .top1 {
    width: .65rem;
    height: .89rem;
    background-position: -3.5rem -.8rem;
    position: absolute;
    z-index: 2;
    top: -.75rem;
    left: 47%;
    margin-left: -.25rem
}

.app_container_info li .top2 {
    width: .65rem;
    height: .89rem;
    background-position: -4.34rem -.85rem;
    position: absolute;
    z-index: 2;
    top: -.4rem;
    left: 47%;
    margin-left: -.25rem;
}

.app_container_info li .top3 {
    width: .65rem;
    height: .89rem;
    background-position: -5.15rem -.84rem;
    position: absolute;
    z-index: 2;
    top: -.4rem;
    left: 47%;
    margin-left: -.25rem
}