.concierge-banner {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	background-color: #ede8e4;
	z-index: 999;
	box-sizing: border-box;
}
.concierge-banner > div {
	position: relative;
	height: 100%;
}
.concierge-banner .concierge-banner-inner {
	margin: 0 auto;
	width: 320px;
	height: 100%;
	background-image: url('/images/concierge-fixed.png');
	-webkit-background-size: 33px;
	background-size: 33px;
	background-repeat: no-repeat;
	background-position: 87px bottom;
}
.concierge-banner p {
	padding-top: 6px;
	padding-left: 128px;
	color: #4f546b;
	font-size: 14px;
	line-height: 18px;
}
.concierge-banner p > span {
	font-size: 17px;
	font-weight: 700;
}
.concierge-banner .concierge-banner-close {
	position: absolute;
	right: 6px;
	top: 6px;
	color: #4f546b;
	font-size: 20px;
}
.fixed-apply-banner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 255px;
    line-height: 25px;
    margin-left: 480px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.fixed-apply-banner.fixed-concierge {
	background-image: url(/images/concierge-apply-fixed.png);
}
.fixed-apply-banner.fixed-wbook-app {
	top: 265px;
	background-image: url(/images/wbook-app-apply-fixed.png);
}
.fixed-apply-banner:hover {
    color: #fff;
}
.fixed-apply-banner.show {
    display: block !important;
}
.fixed-apply-banner p {
    padding-top: 20px;
}
.fixed-apply-banner span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
}