@CHARSET "UTF-8";

.motify {
	position: fixed;
	top: 35%;
	left: 50%;
	width: 220px;
	padding: 0;
	margin: 0 0 0 -110px;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff !important;
	font-size: 14px;
	line-height: 1.5em;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	opacity: 0.9;
}

.motify .motify-inner {
	padding: 10px;
	text-align: center;
	word-wrap: break-word;
	color: #ffffff !important;
}

.banner {
    width: 100%;
    height: 224px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}



.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination{
    bottom: 8px !important;
}
.banner img {
    width: 100%;
    display: inline-block !important;
    vertical-align: middle !important;
    height:224px;
}