.searchrect{
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
	padding: 0;
}
.xc-search-bar{
	display: flex;
	align-items: stretch;
	height: 80px;
}
.xc-search-item{
	flex: 1;
	padding: 14px 16px;
	border-right: 1px solid #eee;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}
.xc-search-item .xc-label{
	font-size: 12px;
	color: #999;
	margin-bottom: 6px;
	line-height: 1;
}
.xc-search-dest{
	flex: 2;
	position: relative;
}
.xc-search-dest .multiSearch{
	display: block !important;
	width: 100% !important;
	visibility: visible !important;
}
.xc-search-dest .multiSearch .ivu-dropdown{
	display: block !important;
	width: 100% !important;
}
.xc-search-dest .multiSearch .ivu-input-wrapper{
	display: block !important;
	width: 100% !important;
}
.xc-search-dest .multiSearch .ivu-input{
	border: 1px solid #c0c0c0 !important;
	border-radius: 4px !important;
	padding: 0 12px !important;
	font-size: 14px;
	color: #333 !important;
	height: 38px !important;
	line-height: 38px !important;
	box-shadow: none !important;
	background-color: #fff !important;
	width: 100% !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.xc-search-dest .multiSearch .ivu-input:focus,
.xc-search-dest .multiSearch input:focus{
	border-color: var(--primary-color) !important;
}
.xc-search-dest .multiSearch > .ivu-select-dropdown{
	width: 720px !important;
	max-width: calc(100vw - 32px);
	max-height: 420px;
	overflow-x: hidden;
	overflow-y: auto;
}
.xc-search-date{
	flex: 1.6;
}
.xc-search-date .xc-date-picker{
	width: 100% !important;
}
.xc-search-date .xc-date-picker .ivu-input,
.xc-search-date .xc-date-picker input{
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	color: #333;
	height: 24px;
	line-height: 24px;
	box-shadow: none !important;
	background: transparent;
}
.xc-search-guest{
	flex: 1.4;
}
.xc-guest-trigger{
	font-size: 16px;
	color: #333;
	cursor: pointer;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xc-search-filter{
	flex: 1.6;
}
.xc-search-filter .ivu-select-selection,
.xc-search-filter .ivu-input{
	border: none !important;
	box-shadow: none !important;
	background: transparent;
	padding-left: 0;
	font-size: 14px;
	color: #333;
}
.xc-search-btn{
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	transition: background 0.2s;
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}
.xc-search-btn:hover{
	background: var(--primary-color-hover);
}
.xc-search-btn .ivu-btn,
.xc-search-btn button{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 4px !important;
	font-size: 18px;
	font-weight: 500;
	background: transparent !important;
	color: #fff;
}
.xc-search-btn button:hover{
	color: #fff;
}
.xc-search-dropdown .ivu-dropdown-menu{
	padding: 0;
}
.xc-hotcity-panel{
	width: 100%;
	padding: 12px 16px;
	background: #fff;
}
.xc-hotcity-group{
	margin-bottom: 12px;
}
.xc-hotcity-group:last-child{
	margin-bottom: 0;
}
.xc-hotcity-title{
	font-size: 13px;
	color: var(--primary-color);
	font-weight: 600;
	margin-bottom: 8px;
	padding-left: 4px;
	border-left: 3px solid var(--primary-color);
	line-height: 1;
}
.xc-hotcity-item{
	font-size: 13px;
	color: #555;
	padding: 5px 2px;
	transition: all 0.2s;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xc-hotcity-item:hover{
	color: var(--primary-color);
	background: #fdf8f0;
}
.xc-hotcity-hotel-group{
	display: flex;
	flex-wrap: wrap;
}
.xc-hotcity-hotel{
	min-height: 44px;
	padding: 6px 16px 6px 4px;
	line-height: 18px;
	white-space: normal;
	word-break: break-all;
	overflow: visible;
	text-overflow: clip;
}
