
/* 弹窗模板 */

 .in_pop_up {
        z-index: 9998;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.5);
		display: none;
		/* display: block; */
    }

	.in_pop_container{	
		    position: relative;
		    width: 80%;
		    max-width: 360px;
		    min-height: 382px;
		    margin: 0 auto;
		    box-sizing: border-box;
		   
			margin-top: 60px;
	}
	.in_pop_upshow{
		display: block;
	}
	
	/* 弹出抽奖*/	
	
	.loottery_pp_tit{
		width: 300px;
		margin: 0 auto;
	}
	.loottery_pp_tit img{
		width: 100%;
	}
	.loottery_pp_main{
		padding: 30px 13px;
		border-radius: 25px;
		border: 1px solid #efbc74;
		background-color: #fff;
		box-sizing: border-box;
		margin-top: 22px;
		position: relative;
		z-index: 2;
		
	}
	.loottery_pp_btn {
		position: relative;
		z-index: 99;
		width: 130px;
		margin: 0 auto;
		margin-top: 35px;
	}
	.loottery_pp_btn img{
		width: 100%;
	}
	.loottery_pp_main_img {
		width: 100%;
		min-width: 200px;
		max-width: 400px;
		margin: 0 auto;
		
	}
	
	.loottery_pp_main_img img{
		
		width: 100%;
		border-radius: 3%;
		border: 1px solid #878585; 
		box-sizing: border-box;
	}
	.loottery_pp_txt {
		color: #000;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-top: 20px;
	}
	.loott_box{
		position: relative;
	}
	.loottery_bg{
		position: absolute;
		z-index: 1;
		width: 130%;
		left: -14%;
		top: -25%;
	}
	.loottery_bg img{
		width: 100%;
	}
	
	/* 会员信息 */
	.mak_pop_con{
		background-color: #e48ba8;
		padding: 10px;
		border-radius: 25px;
		border: 1px solid #efbc74;
		
		
	}
	
	.mak_pop_conuser_con{
		background-color: #fff;
		border-radius: 25px;
		height: 100%;
		 min-height: 382px;
		 position: relative;
	}
	
	.pop_jao{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50px;
		height: 50px;
		
	}
	
	.pop_jao img{
		width: 100%;
		height: 100%
	}


.gonggao-container .vipmsg-bg{
	position: relative;
	padding: 20px 20px 60px;
	background: #fdf2f6;
	border-radius: 25px;
	box-sizing: border-box;
}

.gonggao-container  .pink-bg{
    position: relative;
    width: 80%;
    margin: 120px auto 0;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #efbc74;
    background-color: #e48ba8;
}

.gonggao-container .vipmsg-bg p{
	line-height: 28px;
}

.gonggao-container .close-btn{
	position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    pointer-events: auto;
}

.gonggao-container h2{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	font-size: 26px;
}

.loottery_pp_btns{
	
	position: relative;
	    z-index: 99;
	    width: 190px;
	    margin: 0 auto;
	    margin-top: 35px;
		
}

.loottery_pp_btns img{
	width: 100%;
}