html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
    color: #2e293d;
    background-color: #f1f1f1;
}
section{
	max-width: 1140px;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.head{
	height: 60px;
    background-color: #2e293d;
    display: flex;
    align-items: center;
}
.head img{
	height: 33px;
}
.meet{
	/*margin-top: 2rem;*/
	/*display: flex;*/
}
.meet .kv{
	width: 100%;
}
.meet .kv img{
	width: 100%;
	border-radius: 8px;
}
.meet .info{
	display: flex;
	/*height: 100%;*/
	justify-content: center;
	flex-direction: column;
    font-size: 16px;
}
.meet .info .name{
    margin: 15px 0;
    font-size: 19px;
    font-weight: bold;
}
.meet .info .item{
    margin: 7px 0;
    display: flex;
    /*align-items: center;*/
}
.meet .info .item i{
	margin-right: 15px;
	margin-top: 3px;
}
.ticket{
	display: flex;
	align-items: center;
	margin: 5px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 9px;
	border:1px solid #ddd;
	cursor: pointer;
	height: 100%;
}
.ticket .price{
	font-size: 12px;
	color: #57dfc2;
	margin-left: 10px;
}
.block{
	display: block;
}
input[type=checkBox],
input[type=radio]{
	margin: 0;
	margin-right: 8px;
}
.href{
	color: #57dfc2;
}
.dropdown-menu>li>a{
	white-space: inherit!important;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.layui-layer{
	border-radius: 10px!important;
}
.wait{
	height: calc(100vh - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.wait img{
	width: 140px;
}
.wait .title{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 769px){
	section{
		padding: 0 10px;
	}
	.card{
		padding: 1rem !important
	}
	.card.mt-5{
		margin-top: 1rem !important;
	}
	.row>*{
		display: block;
		width: 100%;
	}
	label{
		font-weight: 400!important;
	}
	.ticket div{
		display: flex;
		flex-direction: column;
	}
	.ticket .price{
		margin-left: 0;
	}
	.meet .info .item,
	.meet .info .name{
		margin: 7px 0;
	}
	.meet .info .item{
		margin: 0;
		margin-bottom: 7px;
		font-size: 14px;
	}
}