.vip-wrap {
	/*width: 1200px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 40px auto;
}

.vip {
	max-height: 1000px;
	background: #fff3cd55;
}

.vipTitle {
	font-size: 42px;
	color: #f4c300;
	margin-bottom: 28px;
	letter-spacing: 2px
}

.privilege {
	color: #66666699;
	font-size: 18px;
	margin-bottom: 18px;
	letter-spacing: 1px;
	position: relative;
	margin-left: 20px;
	text-align: left;
}

.privilege:before {
	content: '';
	display: block;
	background-color: #66666699;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	left: -20px;
	top: 10px
}

.vip_img {
	margin-top: 100px;
}

.vip_character{
	margin-top: 100px;
	padding: 20px;
}

@media screen and (max-width:767px){
	.vipTitle {
		font-size: 28px;
		color: #f4c300;
		margin-bottom: 28px;
		letter-spacing: 2px
	}
	.vip_img {
		margin-top: 50px;
		max-width: 90%;
	}
}