page {
	background-color: #F9F9F9;
}
.header {
	background: #fff;
	padding: 0 32rpx;
	box-sizing: border-box;
}
.userinfo {
	padding: 32rpx 0;
	border-bottom: 1px solid #EEEEEE;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
}
.avator {
	width: 128rpx;
	height: 128rpx;
	border-radius: 64rpx;
}
.avator image {
	width: 100%;
}
.infoBox {
	max-width: 466rpx;
	margin-left: 28rpx;
}
.identity {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-top: 16rpx;
}
.name {
	font-size: 32rpx;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(19, 20, 21, 1);
}
.vip {
	background: -webkit-linear-gradient(left, rgba(244, 210, 151, 1) 0%, rgba(252, 191, 117, 1) 100%);
	background: linear-gradient(90deg, rgba(244, 210, 151, 1) 0%, rgba(252, 191, 117, 1) 100%);
	border-radius: 20rpx;
	font-size: 22rpx;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(120, 71, 0, 1);
	padding: 4rpx 12rpx;
	margin-left: 16rpx;
}
.vip image {
	width: 24rpx;
	margin-right: 6rpx;
}
.userType {
	font-size: 28rpx;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(61, 69, 76, 1);
	line-height: 40px;
}
.userActive {
	font-size: 28rpx;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(194, 148, 69, 1);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-top: 20rpx;
}
.userActive image {
	width: 32rpx;
	margin-right: 8rpx;
}
.setup {
	width: 40rpx;
	height: 40rpx;
	position: absolute;
	right: 32rpx;
	top: 52rpx;
}
.setup image {
	width: 100%;
}
.orderBox {
	padding: 24rpx;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
.orderItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	min-width: 84rpx;
}
.orderItem image {
	width: 56rpx;
}
.orderItem view {
	font-size: 28rpx;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(6, 18, 32, 1);
	margin-top: 4rpx;
}
.contanier {
	margin-top: 16rpx;
	padding: 0 32rpx;
	box-sizing: border-box;
	background: #fff;
}
.citem {
	height: 108rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	border-bottom: 1px solid #EDEDED;
}
.citem:last-child {
	border-bottom: none;
}
.left {
	width: calc(100% -50rpx);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 28rpx;
	font-family: PingFangHK-Regular, PingFangHK;
	font-weight: 400;
	color: rgba(8, 18, 31, 1);
}
.left image {
	width: 36rpx;
	margin-right: 16rpx;
}
.right {
	width: 32rpx;
}
.right image {
	width: 100%;
}