
/*充值星币弹层样式*/
.rechargebox{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.chongzhi_bg{
	width: 100%;
	height: 1.41rem;
    background: url(https://sep-static-html.ikalaok.com/bullet-screen/gift/chongzhi_bg.png) no-repeat;
    background-size: 100%;
}
.r_title_top{
	display: flex;
	padding-left: 0.32rem;
	justify-content: space-between;
}
.insufficient{
	font-size: 0.42rem;
	color: #fff;
	font-family: PingFang SC;
	font-weight: bold;
	margin-top: 0.2rem;
}
.close_white_box{
    width: 0.74rem;
    height: 0.74rem;
    z-index: 111;
}
.b_close_white{
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.32rem;
}
.r_title_bottom{
    padding-left: 0.32rem;
    display: flex;
    justify-content: space-between;
    padding-right: 0.35rem;
    margin-top: 0.08rem;
}
.tips{
	font-size: 0.25rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFF2F2;
}
.yue{
	font-size: 0.23rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.yuenum{
	margin-left: 0.07rem;
}
.package_bottom{
	background: #fff;
}
.xing_b_packagebox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.34rem;
    padding-top: 0.45rem;
}
.package_item{
    width: 2.12rem;
    height: 1.76rem;
    border: 0.02rem solid rgba(82, 82, 212, 0.3);
    border-radius: 0.19rem;
    font-size: 0.29rem;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
}
.package_item.active{
	border: 0.03rem solid #5252D4;
	box-shadow: 0.01rem 0.13rem 0.22rem 0rem rgba(130, 110, 255, 0.3);
}
.item_num{
    font-family: PingFang SC;
    font-weight: 500;
    color: #424242;
    margin-left: 0.07rem;
}
.item_price{
    font-family: Noto Sans CJK SC;
    font-weight: normal;
    color: #FFFFFF;
    width: 1.58rem;
    height: 0.47rem;
    background: #5252D4;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.47rem;
    margin: 0 auto;
}
.item_num_box{
    margin-top: 0.28rem;
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recharge_btn{
    margin-left: 0.34rem;
    margin-right: 0.36rem;
    height: 1.38rem;
    border-radius: 0.49rem;
    font-size: 0.43rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.97rem;
    background: url(https://sep-static-html.ikalaok.com/bullet-screen/gift/recharge_btn.png) no-repeat;
    background-size: 100%;
    margin-top: 0.12rem;
    padding-bottom: 0.2rem;
}