.BigBody{
	width: 100%;
	display: flex;
	flex-direction: column;
		background-color: #f9f9f9;
	align-items: center;
}
.BigBody>.BBY{
	width: 1200px;
	background-color: #f9f9f9;
}
.Body_shang{
	width: 1200px;
	height: 300px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}
.UserName{
	width: 520px;
	height: 250px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.UserName>.Userimage{
	width: 120px;
	height: 120px;
	border: #000000 solid 1px;
	border-radius: 60px;
}
.UserName>.User_xinxi{
	
}
.UserName>.User_xinxi>.p1_zi{
	height: 50px;
	margin-left: 30px;
	font-size: 25px;
	
}
.UserName>.User_xinxi>.p2_zi{
	font-size: 13px;
	margin-left: 30px;
	display: flex;
	flex-direction: row;
	
}
.p2_zi>a{
	color: #000000;
}
.OPenVIP{
	width: 700px;
	height: 250px;
	border-bottom: solid 1px #cecece;
	display: flex;
	align-items: center;
	justify-content: center;
}
.OPenVIP>img{
	width: 686px;
	height: 250px;
	background-color: aqua;
	border-top-left-radius:20px ;
	border-top-right-radius:20px ;
	position: absolute;
}
.kaitong{
	width: 557px;
	height: 119px;
	/* background-color: #cfcfcf; */
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.kai_VIPzi1{
	font-size: 35px;
	color: #FFFFFF;
}
.kaitong>a button{
	width: 138px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	outline: none;
	cursor: pointer;
	color: #545454;
}

/* 下把 */
.Body_xia{
	width: 1200px;
	height: 332px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 50px;
}
.Body_xia>p{
	font-size: 26px;
}
.Body_xia>.wu_zhou{
	width: 100%;
	margin-top: 35px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.Exclusive{
	width: 379px;
	height: 255px;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.Exclusive_fu{
	width: 379px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.Exclusive_fu> p{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 60px;
	color: #ba7c00;
}
.Exclusive_fu>.lk{
	font-size: 15px;
	color: #424242;
}