


/* pop */
.pop{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.6);
	display: none;
}
.pop_main{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pop_main .cancel{
	position: absolute;
	top: -.14rem;
	right: .14rem;
	width: .7rem;
	height: .7rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/cancel.png);
}

/* tips pop */
.tips_pop{
	z-index: 99;
}
.tips_main{
	width: 7.45rem;
	height: 4.37rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/pop.png);
}
.tips_main .tips_text{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: .24rem;
	padding: .6rem 1rem;
}



.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.89rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/footer.png);
}
.media_wrap{
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: .9rem;
	padding: .33rem 1rem 0;
}
.media_wrap a{
	display: block;
	width: .42rem;
	height: .36rem;
	background-position: center center;
}
.media_wrap .youtube{
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/youtube.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.media_wrap .cafe{
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/cafe.png);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.link{
	display: flex;
	justify-content: center;
	height: .3rem;
	line-height: .3rem;
	margin-top: .26rem;
}
.link a{
	display: block;
	color: #818181;
	font-size: .20rem;
}
.link a:first-child{
	position: relative;
	margin-right: .79rem;
}
.link a:first-child:after{
	content: '';
	position: absolute;
	top: .06rem;
	right: -.39rem;
	width: 1px;
	height: .18rem;
	background-color: #818181;
}
.logo{
	width: 2.53rem;
	height: .7rem;
	margin: .36rem auto 0;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/logo.png);
}