@font-face {
    font-family: 'hyqihei30s';
    src: url('font/hyqihei-30s.woff2') format('woff2'),
         url('font/hyqihei-30s.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body {
	position: relative;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
.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;
}

.login {
	position: fixed;
	z-index: 999;
	top: 30px;
	right: 72px;
}
.swiper-img {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
}

.swiper-button-next, .swiper-button-prev {
	width: 20px;
	height: 36px;
	background-size: 20px 36px;
}

.default-bottom {
	font-family: 'hyqihei30s';
	font-size: 18px;
	color: #fff;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	position: fixed;
	bottom: 30px;
	z-index: 999;
}

.default-bottom img {
	margin-right: 10px;
	margin-bottom: 4px;
	vertical-align: middle;
}

@media screen and (max-width: 600px) {
	.login {
		right: 30px;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.default-bottom {
    	font-size: 14px;
    }
    .default-bottom img {
    	display: block;
    	margin: 0 auto 10px;
    }
}