* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

html, body, #app{
	position: relative;
	width: 100%;
	height: 100%;
}

img {
	display: block;
}

body {
	background: #011633;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 0;
	color: #FFF;
	margin: 0;
	padding: 0;
}

header {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	top: 0;
	z-index: 30;
	background: rgba(0,0,0,.7);
	display: flex;
	align-items: center;
}

header div {
	padding: 10px;
	font-size: 30px;
}
header .title {
	font-weight: bold;
}
header .sub_title {
	font-size: 20px;
	font-weight: bold;
}
header .right {
    position: absolute;
    right: 10px;
    font-size: 20px;
}

main {
	width: 100%;
	height: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-pagination {
	left: 30px;
	bottom: 80px;
	width: auto;
}

.swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
}
.full {
	position: absolute;
}

.full img {
	width: 100%;
	height: 100%;
}
footer{
	position: absolute;
	width: 100%; 
	left: 0;
	bottom: 0;
	z-index: 30;
	background: #003A56; 
	padding: 14px 20px 16px;
	box-sizing: border-box;
	display: none;
}
footer .intro{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-indent: 2em;
	width: 100%;
	text-align: justify;
}