.vipwindow_balck{
	width: 100%;
	height: 100vh;
	background: #00000080;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:888 !important;
}
.vipwindow {
	width: 100%;
	height: 340px;
	background: black;
	position: fixed;
	z-index: 999 !important;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 20px 20px 0 0;
}

.vipwindow_con {
	width: 92%;
	margin: 0 auto;
}

.vipwindow_title {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vipwindow_title img {
	width: 100%;
}

.vipwindow_content {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	direction: rtl;
}

.vipwindow_content_item {
	width: 100px;
	height: 100px;
	border: 1px solid #e4ba86;
	margin-left: 10px;
	flex-shrink: 0;
	border-radius: 5px;
	font-size: 0.8rem;
	 color: #bbbbbb;
	
}

.vip_title {
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.vip_price {
	width: 100px;
	height: 20px;
	text-align: center;
	line-height: 20px;	
}

.vip_date{
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;	
}
.vip_item_active{
 background: #e9c18f;
 color: #a07846; 
}

.vip_desc{
	width: 100%;
	display: flex;
	justify-content: space-around;
	height:80px;
	align-items: center;
	margin-top: 20px;
	color: #bbbbbb;
}
.vip_desc_item{
	font-size: 0.7rem;
	text-align: center;
	color: #bbbbbb;
}
.vip_desc_item img{
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}

.vip_pull{
	width: 100%;
	height: 45px;
	margin-top: 15px;
	display:flex;
	justify-content: space-between;
}
.vip_pull_item{
	width:50%;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	direction: rtl;
	color: #f9f7f7;
}
.vip_pull_item:nth-child(1){
	background: #484848;
	border-radius: 10px 0 0 10px;
}
.vip_pull_item:nth-child(2){
	 background: linear-gradient(45deg, #4CAF50,#1a5c1d);
border-radius: 0 10px 10px 0;
}
.vip_pull_item img{
	width:25px;
	height:25px;
	margin: 0 10px;
}
