/**
 * 单元格
 */
.u-cell-item-box {
	::v-deep .u-cell {
		padding: 18rpx 32rpx 18rpx 30rpx !important;
	}
	
	::v-deep .u-cell_title {
		font-size: 32rpx;
		font-weight: 400;
		color: #000000;
		line-height: 44rpx;
	}
	
	::v-deep .u-cell_title {
		margin-left: 32rpx;
	}
	
	::v-deep .uicon-arrow-right {
		font-size: 12rpx !important;
		color: #C4C4C6;
	}
	
	::v-deep .u-cell__value {
		font-size: 32rpx !important;
		font-weight: 400;
		color: #C4C4C6 !important;
		line-height: 44rpx;
	}
}

