.hall-item {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 23px;
	height: 177px;
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
}
.hall-item:hover {
	border: none;
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
}
.hall-item-row {
	height: 36px;
	line-height: 36px;
	color: #666666;
}
.type-tip {
	display: inline-block;
	padding: 0 6px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.type-tip.yellow {
	background: linear-gradient(270deg,rgba(236,134,10,1) 0%,rgba(239,150,63,1) 100%);
}
.type-tip.black {
	background: linear-gradient(90deg,rgba(160,160,160,1) 0%,rgba(103,103,103,1) 100%);
}
.type-tip.blue {
	background: linear-gradient(270deg,rgba(75,98,221,1) 0%,rgba(95,122,243,1) 100%);
}
.type-tip.red {
	background: linear-gradient(270deg,rgba(236,10,10,1) 0%,rgba(239,113,63,1) 100%);
}
.hall-title {
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.status-tip {
	position: absolute;
	top: 0;
	right: 0;
	width:72px;
	height:27px;
	line-height: 27px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #999999;
}
.status-tip.active {
	background-color: #F40B0B;
}
.hall-item-price {
	position: absolute;
	top: 37px;
	right: 67px;
	height: 40px;
	font-size: 28px;
	color: #F40B0B;
}
.hall-item-price > span {
	font-size: 18px;
}
.hall-item-tip {
	position: absolute;
	top: 77px;
	right: 50px;
	width: 120px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	color: #999999;
}
.hall-details-btn {
	position: absolute;
	top: 109px;
	right: 67px;
	display: block;
	width: 89px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #F40B0B;
	color: #F40B0B;
	cursor: pointer;
}