html,
body {
  background-color: black;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 7.5rem;
  height: 22.45rem;
  color: #fff;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/bg.jpg);
  padding-top: 1.03rem;
}

.title {
  width: 100%;
  height: 0.88rem;
  line-height: .36rem;
  font-size: .20rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/title.png);
  background-position: left .29rem top;
  -webkit-background-size: auto .52rem;
  background-size: auto .52rem;
  padding-top: .52rem;
  padding-left: .29rem;
}

.rules_btn {
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  top: .98rem;
  right: 0.28rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/rules_btn.png);
}

.gacha-area {
	position: relative;
  width: 7.39rem;
  height: 4.06rem;
  margin: 0 auto;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/lot_bg.png);
}

.gacha-area .reward-gird,
.gacha-area .reward-gird-mask {
  position: absolute;
  height: 2.67rem;
  left: 0;
  right: 0;
  top: 0.56rem;
  margin: 0 auto;
}

.gacha-area .reward-gird {
  width: 6.4rem;
  z-index: 1;
  background: linear-gradient(to bottom, #2e0909, #010000);
  display: flex;
}

.gacha-area .reward-gird.idle .reward-list {
  transition: none;
}

.gacha-area .reward-gird .reward-list {
  height: 2.67rem;
  flex: 1;
  overflow: hidden;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/reward_list.png);
  background-size: 1.46rem 21.36rem;
  background-repeat: repeat-y;
  background-position-y: -0.195rem;
  transition: background-position-y 2s ease-in-out;
}

.gacha-area .reward-gird .reward-list-2 {
  transition: background-position-y 2.5s ease-in-out;
}

.gacha-area .reward-gird .reward-list-3 {
  transition: background-position-y 3s ease-in-out;
}

.gacha-area .reward-gird-mask {
  width: 6.44rem;
  z-index: 2;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/gird.png);
}

.lot_btn{
	position: relative;
	width: 7.01rem;
	height: 1.69rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/lot_btn.png);
  margin: .05rem auto;
}
.remain_lot_num{
	position: absolute;
	top: .4rem;
	left: .38rem;
	width: .60rem;
	height: .32rem;
	line-height: .32rem;
	font-size: .3rem;
	text-align: center;
}

.lot_history_wrap{
	width: 6.96rem;
	height: .53rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/lot_history.png);
  margin: 0 auto;
}
.lot_history{
	width: 1.42rem;
	height: 100%;
}

.invite_wrap{
	position: relative;
	width: 7.12rem;
	height: 11.15rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/invite_bg.png);
  margin-top: -.1rem;
  margin-left: .15rem;
}
.invite_wrap .book_btn{
	position: absolute;
	top: 2.79rem;
	right: 1.24rem;
	width: 1.84rem;
	height: .47rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/book_btn.png);
}
.invite_btn_wrap{
	position: absolute;
	top: 4.1rem;
	left: 1.25rem;
	width: 1.84rem;
}
.invite_btn_wrap .invite_btn{
	width: 1.84rem;
	height: .47rem;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/invite_btn.png);
  margin-bottom: 1.1rem;
	
}



/* 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;
}

/* book pop */
.book_main{
	width: 7.45rem;
	height: 6.51rem;
	font-size: .20rem;
	color: #fff;
  background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/book_pop.png);
  padding: 1.53rem .63rem 0 .66rem;
}
.input_item {
	display: flex;
	width: 100%;
	height: .56rem;
	line-height: .56rem;
	font-size: .24rem;
	background-color: #fff;
}

.input_item span {
	position: relative;
	display: block;
	width: 1.78rem;
	text-align: center;
	color: #4a4a4a;
	border-right: 1px solid #4a4a4a;
}

.mobile {
	flex: 1;
	height: 100%;
	font-size: .24rem;
	color: #4a4a4a;
	text-align: center;
	background-color: transparent;
	border: none;
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8f8f8f;
	font-size: .24rem;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8f8f8f;
	font-size: .24rem;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8f8f8f;
	font-size: .24rem;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #727272;
	font-size: .24rem;
}

.agree_main {
	display: block;
	height: .52rem;
	line-height: .52rem;
	background: url(https://media.game-tree.com/simkoong/actv/2026/book/img/check.png) left center no-repeat;
	-webkit-background-size: .26rem .26rem;
	background-size: .26rem .26rem;
	cursor: pointer;
	margin-top: .32rem;
}

.agree_main.active {
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/checked.png);
}

.agree_main .agreement_main_item {
	width: .4rem;
	height: 100%;
	opacity: 0;
}

.agree_main p {
	font-weight: bold;
}

.agreement_wrap {
	margin-left: .78rem;
}

.agreement_wrap .agree_wrap_item {
	position: relative;
	display: block;
	width: 100%;
	height: .52rem;
	line-height: .52rem;
	font-size: .2rem;
	background: url(https://media.game-tree.com/simkoong/actv/2026/book/img/check.png) left center no-repeat;
	-webkit-background-size: .26rem .26rem;
	background-size: .26rem .26rem;
	cursor: pointer;
	padding-left: .4rem;
}

.agreement_wrap .agree_wrap_item .agreement_item {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: .36rem;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.agreement_wrap .agree_wrap_item.active {
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/checked.png);
}

.agreement_wrap .agree_wrap_item .privacy_btn {
	width: 1.27rem;
	height: .3rem;
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/privacy_btn.png);
	margin-top: .11rem;
	margin-left: .15rem;
}
.book_submit{
	width: 4.41rem;
	height: .82rem;
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/book_submit.png);
	margin: .5rem auto 0;
}

/* agreement_pop */
.agreement_pop{
}
.agreement_pop .agreement_main{
	width: 7.45rem;
	height: 6.51rem;
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/agreement_pop.png);
}
.agreement_pop .link{
	position: absolute;
	bottom: .84rem;
	left: 0;
	right: 0;
	width: 1.74rem;
	height: .18rem;
	margin: 0 auto;
}

/* lottery_pop */
.lottery_main{
	width: 7.45rem;
	height: 8.2rem;
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/lot_result.png);
}
.lottery_main .lottery_pic{
	position: absolute;
	top: 1.6rem;
	left: 2.52rem;
	width: 2.44rem;
	height: 2.44rem;
	background-position: center center;
	-webkit-background-size: 60% 60%;
	background-size: 60% 60%;
}
.lottery_main .lottery_pic.reward1{
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/reward/1.png);
}
.lottery_main .lottery_pic.reward2{
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/reward/2.png);
}
.lottery_main .lottery_pic.reward3{
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/reward/3.png);
}
.lottery_main .lottery_pic.reward4{
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/reward/4.png);
}
.lottery_main .lottery_pic.reward5{
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/reward/5.png);
}
.lottery_main .lottery_pic.reward6{
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/reward/6.png);
}
.lottery_main .lottery_pic.reward7{
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/reward/7.png);
}
.lottery_main .lottery_pic.reward8{
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/reward/8.png);
}
.lottery_main .lottery_name{
	position: absolute;
	bottom: 3.27rem;
	left: 0;
	width: 100%;
	height: .32rem;
	line-height: .32rem;
	font-weight: bold;
	font-size: .22rem;
	text-align: center;
	padding-left: .04rem;
}
.lottery_main .lottery_cancel{
	top: unset;
	bottom: .49rem;
	right: 1.62rem;
	width: 4.24rem;
	height: 1.02rem;
	background: none;
}

/* history_pop */
.history_main{
	width: 7.45rem;
	height: 6.33rem;
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/history_pop.png);
	padding: 1.96rem .61rem 0 .66rem;
}
.history_list{
	
}
.history_list .item{
	height: .46rem;
	line-height: .46rem;
	font-size: .24rem;
	color: #fff;
	text-align: center;
}
.history_list .item p{
	width: 3.08rem;
}
.history_list .item p:first-child{
	float: left;
}
.history_list .item p:last-child{
	float: right;
}
.history_main .history_cancel{
	top: unset;
	bottom: .42rem;
	left: 1.62rem;
	width: 4.14rem;
	height: 1.02rem;
	background: none;
}

/* share */
.share_main{
	width: 7.45rem;
	height: 5.55rem;
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/share_pop.png);
}
.share_url{
	position: absolute;
	top: 1.3rem;
	left: .66rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.18rem;
	height: .93rem;
	font-size: .22rem;
	color: #b82224;
	text-align: center;
	word-break: break-all;
	padding: 0 .60rem;
}
.copy_btn{
	position: absolute;
	bottom: .45rem;
	left: 1.60rem;
	width: 4.17rem;
	height: 1.00rem;
}

/* rules */
.rules_main{
	width: 7.45rem;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.rules_text{
	display: flex;
	align-items: center;
	width: 7.45rem;
	min-height: 12rem;
	height: 100%;
}
.rules_pic{
	position: relative;
	width: 7.45rem;
	height: 11.29rem;
	background-image: url(https://media.game-tree.com/simkoong/actv/2026/book/img/rules_pop.png);
}
