.holiday-mode-banner {
	display         : block;
	position        : fixed;
	top             : 0;
	left            : 0;
	width           : 100%;
	height          : 80px;
	z-index         : 100;
	background-color: #203f7c;
	text-align      : center;
}

.holiday-mode-banner-inner p {
	color      : #fff;
	font-size  : 16px;
	line-height: 40px;
	text-align : center;
}

.holiday-mode-banner-inner {
	position       : relative;
	margin         : 0 auto;
	width          : 100%;
	height         : 100%;
	display        : flex;
	align-items    : center;
	justify-content: center;
}

.holiday-mode-banner-inner i {
	position   : absolute;
	top        : 0;
	right      : 0;
	width      : 40px;
	height     : 40px;
	color      : #fff;
	font-size  : 20px;
	line-height: 40px;
	text-align : center;
	cursor     : pointer;
}