.AllTop {
	padding-bottom: 120rpx;
	padding: 0 32rpx;
	position: absolute;
	top: 30rpx;
	margin-bottom: 115rpx;
}

.backAll {
	height: 304rpx;
	background: #ff9d66;
	position: fixed;
	top: 0;
	width: 100%;
}

.AllUser {
	height: 334rpx;
	margin: 30rpx 0 24rpx 0;
	background-color: #FFFFFF;
	border-radius: 16px;
}

.userNavPic {
	background: linear-gradient(135deg, #ff814a, #ff9d66);
	border-radius: 180rpx;
	width: 96rpx;
	display: flex;
	justify-content: center;
	height: 34rpx;
	margin-top: 14rpx;
}

.userNavPicTex {
	color: #FFFFFF;
	font-size: 18rpx;
	margin-left: 6rpx;
}

.userNavTex {
	color: #323233;
	font-size: 34rpx;
}

.userTop {
	display: flex;
	align-items: center;
	margin-bottom: 48rpx;
	padding-top: 34rpx;
}

.userImg {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.userNav {
	width: 360rpx;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.userRight {
	width: 20%;
	display: flex;
	justify-content: center;
}

.userBot {
	display: flex;
	justify-content: space-around;
}

.userBotText {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 25%;
	border-right: 2rpx solid #DCDEE0;
}

.lastBorder {
	border-right: 2rpx solid #fff !important;
}

.userBotNum {
	color: #646566;
	font-size: 44rpx;
	margin-top: -16rpx;
}

.userBotNumText {
	color: #646566;
	font-size: 24rpx;
}

.AllBuy {
	width: 686rpx;
	height: 260rpx;
	background-color: #FFFFFF;
	margin: 24rpx 0;
}

.AllPic {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.AllBuyBtn {
	display: flex;
	justify-content: space-around;
}

.AllButText {
	padding: 24rpx 538rpx 26rpx 36rpx;
	color: #323233;
	font-size: 28rpx;
}

.AllPicText {
	color: #646566;
	font-size: 24rpx;
	margin-top: 18rpx;
}

.meBot {
	width: 686rpx;
	/* height: 438rpx; */
	background-color: #FFFFFF;
	/* margin-bottom:20rpx; */
	/* margin: 0 32rpx; */
}
.meBot1 {
	width: 686rpx;
	background-color: #FFFFFF;
	margin-bottom:100rpx;
}


.meBoton {
	height: 104rpx;
	display: flex;
	align-items: center;
}

.meBotontt {
	width: 622rpx;
	margin: 0 32rpx;
	border-bottom: 2rpx solid #EBEDF0;
	height: 104rpx;
	display: flex;
	align-items: center;
}

.meBotText {
	/* margin-right: 432rpx; */
	color: #22272B;
	font-size: 28rpx;
}

.meBotontPic {
	width: 7%;
	display: flex;
	align-items: center;
}

.meBotontText {
	width: 73%;
}

.meBotontImg {
	width: 20%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.onClose {
	color: #879099;
	font-size: 32rpx;
}

.meFaShow {
	display: flex;
	justify-content: space-evenly;
	padding-top: 15rpx;
	border-bottom: 16rpx solid #F7F8FA;
}

.onFaClose {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 96rpx;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
}

.kefuBorder {
	border-bottom: 2rpx solid #fff;
}