@charset "utf-8";
/* CSS Document */
body{background-color:#fffaf2;}
body *{box-sizing: border-box;}
.main{width:7.2rem;margin:0 auto;font:.28rem/1 "microsoft yahei";background:url(https://png.pookcdn.net/pook_mobile/activity/bkddz_hf/header_bg_01.png) no-repeat center top;background-size:7.2rem 1.52rem;overflow: hidden;}
.header{margin-top:.22rem;margin-bottom:.27rem;overflow: hidden;}
.header .icon_game{float:left;width:2.32rem;height:2.32rem;margin-left:.27rem;}
.header .header_r{margin-left:2.85rem;font-size:.22rem;color:#9e9a9a;overflow:hidden;}
.header_r .title_text{margin:.25rem 0;font-size:.36rem;color:#3f1401;}
.header_r .star_rating{display: inline-block;width:1.52rem;height:.24rem;background:url(https://png.pookcdn.net/pook_mobile/activity/bkddz_hf/icon_star.png) no-repeat left top;background-size:1.52rem .24rem;vertical-align: -.02rem;}
.header_r .download_times{margin:.17rem 0 .26rem;font-size:.26rem;color:#9e9a9a;}
.header_r .game_safety{overflow:hidden;}
.header_r .game_safety span{float:left;height:.25rem;margin-right:.15rem;padding-top:.04rem;padding-left:.25rem;font-size:.2rem;color:#23a712;}
.header_r .game_safety span:last-child{margin-right:0;}
.header_r .game_safety span:nth-child(1){background:url(https://png.pookcdn.net/pook_mobile/activity/bkddz_hf/icon_safe_01.png) no-repeat;background-size:.21rem .23rem;}
.header_r .game_safety span:nth-child(2){background:url(https://png.pookcdn.net/pook_mobile/activity/bkddz_hf/icon_safe_02.png) no-repeat;background-size:.21rem .23rem;}
.header_r .game_safety span:nth-child(3){background:url(https://png.pookcdn.net/pook_mobile/activity/bkddz_hf/icon_safe_03.png) no-repeat;background-size:.21rem .23rem;}
.header_r .game_safety span:nth-child(4){background:url(https://png.pookcdn.net/pook_mobile/activity/bkddz_hf/icon_safe_04.png) no-repeat;background-size:.21rem .23rem;}

.act_text{position:relative;height:1.2em;margin-left:1em;margin-bottom:.18rem;font-size:.28rem;line-height:1.2em;color:#6d3821;overflow:hidden;}
.act_text span{color:#eb4800;}
.act_text ul{position:absolute;top:0;left:0;}

.banner{height:4.36rem;border:1px solid #c4c4c4;}
.banner img{display:block;width:7.18rem;height:4.34rem;}

.btn_download{display: block;width:6.92rem;height:1.24rem;padding-top:.39rem;margin:.26rem auto 0;font-size:.48rem;color:#fff;text-align:center;background-color:#26c023;border-radius:.1rem;}
.btn_download:active{color:#fff;transform: scale(.9);-webkit-transform: scale(.9);}
.btn_download span{font-size:.38rem;color:#a0ff9d;}

.game_features{margin-top:.3rem;}
.game_features .title{margin-bottom:.16rem;font-weight:normal;font-size:.3rem;color:#6d8fbb;text-align:center;background: url(https://png.pookcdn.net/pook_mobile/activity/bkddz_hf/title_bg.png) no-repeat center center;background-size:7.2rem .16rem;}
.game_features ul{margin:0 .2rem;padding-bottom:.22rem;border-bottom:1px dashed #c9c9c9;}
.game_features li{position:relative;padding-left:.21rem;font-size:.28rem;line-height:.42rem;color:#5d5b5b;}
.game_features li i{position:absolute;top:.15rem;left:0;width:.1rem;height:.1rem;background-color:#c9c9c9;border-radius:.05rem;}

.pageviews{margin:.18rem .2rem 0;font-size:.28rem;color:#8c8c8c;}
.pageviews .btn_good{margin-left:.38rem;}

.btn_good{position:relative;display: inline-block;padding-left:.3rem;font-size:.28rem;color:#8c8c8c;background: url(https://png.pookcdn.net/pook_mobile/activity/bkddz_hf/icon_good.png) no-repeat left top;background-size:.26rem .25rem;;}
.btn_good .add{position:absolute;top:0;left:50%;margin-left:-.14rem;font-size:.22rem;color:#f00;}
.btn_good .add{animation: add 1s linear forwards;-webkit-animation: add 1s linear forwards;}
@keyframes add{
	0%{
		opacity:0;
		transform: translateY(0);
	}
	50%{
		opacity:1;
		transform: translateY(-.3rem);
	}
	100%{
		opacity:0;
		transform: translateY(-.3rem);
	}
}
@-webkit-keyframes add{
	0%{
		opacity:0;
		-webkit-transform: translateY(0);
	}
	50%{
		opacity:1;
		-webkit-transform: translateY(-.3rem);
	}
	100%{
		opacity:0;
		-webkit-transform: translateY(-.3rem);
	}
}

.message_list{margin-top:.48rem;padding:0 .16rem .53rem;}
.message_list li{position:relative;margin-bottom:.88rem;}
.message_list li:last-child{margin-bottom:0;}
.message_list .expression_img{width:.4rem;height:.4rem;}
.message_list .avatar{float:left;width:.7rem;height:.7rem;}
.message_list .message_con{margin-left:.92rem;font-size:.32rem;line-height:.38rem;}
.message_list .username{margin-bottom:.14rem;color:#8c8c8c;}
.message_list .meaage_text{color:#3e3e3e;}
.message_list .btn_good{position:absolute;right:0;top:0;}

.thickdiv { position: fixed;top: 0; left: 0; width: 100%;  height: 100%; background:#000000; border: 0 none; opacity: 0.5;z-index:98;overflow:hidden;}
.hint{position: fixed;top:0; left:.4rem;width:6.85rem; height:1.49rem;background:url(https://png.pookcdn.net/mobile_image/hint_bg.gif) no-repeat;background-size:100% 100%;z-index:99999;}
