	.address{
		width: 100%;
		min-height: 100vh;
		background: rgb(245, 245, 245);
		padding-top: 40rpx;
		padding-bottom:120rpx;
		box-sizing: border-box;

		.addressList{
			margin-bottom: 20rpx;
			display: flex;
			align-items: center;
			justify-content: center;

			.ui-list-cell{
				width: 686rpx;
				height: 240rpx;
				background: rgb(255, 255, 255);
				padding: 18rpx 20rpx 32rpx 28rpx;
				box-sizing: border-box;
				border-radius: 12rpx;

				.top{
					display: flex;
					align-items: center;
					justify-content: space-between;

					.message{
						display: flex;
						align-items: center;

						.default{
							width: 70rpx;
							height: 36rpx;
							background: rgb(244, 77, 77);
							border-radius:4rpx;
							color: rgb(255, 255, 255);
							font-size: 24rpx;
							font-weight: 400;
							line-height: 36rpx;
							text-align: center;
							margin-right: 24rpx;
						}

						.notes{
							background: rgb(80, 141, 249);
							border-radius:4px;
							color: rgb(255, 255, 255);
							font-size: 24rpx;
							font-weight: 400;
							line-height: 36rpx;
							text-align: center;
							height: 36rpx;
							padding: 0 14rpx;
						}
					}

					.chosen{
						width: 48rpx;
						height: 48rpx;
						background-color: rgb(255, 76, 44);
						color: rgb(255,255,255);
						border-radius: 50%;
						border: 2rpx solid rgb(255,255,255);
						display: flex;
						align-items: center;
						justify-content: center;
					}

					.noChosen{
						width: 48rpx;
						height: 48rpx;
						border: 2rpx solid rgb(179, 188, 205);
						color: rgb(179, 188, 205);
						border-radius: 50%;
						display: flex;
						align-items: center;
						justify-content: center;
					}
				}

				.bottom{
					margin-top: 32rpx;
					display: flex;
					justify-content: space-between;
					padding-right: 14rpx;

					.con-l{
						width: 492rpx;

						.addressContent{
							width: 100%;
							color: rgb(0, 0, 0);
							font-family: Noto Sans SC;
							font-size: 36rpx;
							font-weight: 400;
							line-height: 52rpx;
							letter-spacing: 0px;
							text-align: left;
							overflow: hidden;
							white-space: nowrap;
							text-overflow: ellipsis;
						}

						.peopleMes{
							margin-top: 15rpx;
							display: flex;
							align-items: center;
							justify-content: space-between;
							color: rgb(102, 112, 133);
							font-size: 28rpx;
							line-height: 40rpx;
							text-align: left;
						}
					}
				}
			}
		}

		.addAddress{
			position: fixed;
			width: 416rpx;
			height: 96rpx;
			left: 50%;
			bottom: 24rpx;
			z-index: 1000;
			transform: translateX(-50%);
			background: rgb(255, 82, 79);
			border-radius:16rpx;
			color: rgb(255, 255, 255);
			font-size: 32rpx;
			font-weight: 600;
			line-height: 96rpx;
			text-align: center;
		}
	}

	.ui-slideview__btn__wrap{
		min-width: 0;
	}
	.ui-slideview__btn__wrap{
		min-width: 0 !important;
	}
