.step-number {
	color: red;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #793e08;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 17px;
}


.choose-space .buttons{
	margin-top: 12px;
	text-align: right;
}


/* Space-item */
.space-item {
	padding: 5px 0 12px 0;
	font-size: 10pt;
	border-bottom: 1px solid #ddd;
	transition: opacity 0.5s;
}

.space-item:first-child {
	border-top: 1px solid #ddd;
}

	.space-item .table-row {
		display: table;
		width: 100%;
	}

		.space-item .cell {
			display: table-cell;
			vertical-align: top;
		}


			.space-item .cell.img {
				width: 25%;
				max-width: 200px;
			}
			.space-item .cell.info {
				padding-left: 10px;
			}
			.space-item .cell.func {
				width: 60px;
				vertical-align: middle;
				text-align: right;
			}

				.space-item .title {
					padding: 1px 0 5px 0;
					font-size: 10.5pt;
					font-weight: bold;
				}
				.space-item .datetime {
					font-size: 10px;
				}
				.space-item .price {
					color: red;
				}

			.space-item .cell.img .img-rect {
				position: relative;
				top: 5px;
				width: 100%;
				height: 50px;
				background-color: #eee;
				background-size: cover;
				background-position: center;
				cursor: pointer;
			}

	.space-item .buttons {
		text-align: right;
	}

	.space-item .value-row {
		padding: 1px 0;
		font-size: 9pt;
	}


.price-list {
	padding: 20px 0;
	text-align: right;
}

#price-total,
#price-total-with-tax {
	font-weight: bold;
	color: red;
}

.page-bottom-buttons {
	margin-top: 0px;
}

/* dialog */
.space-edit-dialog {
	font-size: 0;
}
	.space-edit-dialog .form-item.time-start,
	.space-edit-dialog .form-item.time-end {
		display: inline-block;
		width: 50%;
	}

	.space-edit-dialog .form-item.time-start {
		padding-right: 5px;
	}

	.space-edit-dialog .buttons {
		margin-top: 10px;
		text-align: center;
	}


.notice {
	position: relative;
	padding: 10px 0 0 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #793e08;
}

.notice .ico {
	position: absolute;
	top: 13px;
	left: 0;
}

.notice-list {
	margin-bottom: 20px;
}

.must {
	color: red;
}

.dialog .notice-list {
	margin-bottom: 15px;
	text-align: left;
}

.dialog .notice-list .notice{
	display: inline-block;
}

@media (min-width: 480px) {
	.space-item .cell.img .img-rect {
		height: 80px;
	}
	.space-item .cell.func {
		width: 150px;
		vertical-align: middle;
		text-align: right;
	}
}


/* 平板以上 */
@media (min-width: 720px) {
	.space-item .cell.img .img-rect {
		height: 100px;
	}

	.dialog .form-item label {
		display: block;
	}

	.space-item .title {
		padding: 10px 0 10px 0;
		font-size: 12pt;
		font-weight: bold;
	}
	.space-item .datetime {
		font-size: 10.5pt;
	}
	.space-item .price {
		margin-top: 5px;
		font-size: 10.5pt;
		color: red;
	}

	.space-item {
		padding-bottom: 14px;
	}

	.space-item .cell.img .img-rect {
		/*top: 5px;*/

	}
}