@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: "microsoft yahei";
}
.swiper-container {
	/*  width: 320px;
    height: 480px;*/
	width: 100%;
	height: 100%;
	background: #000;
}
.swiper-slide1{
	width: 100%;
	height: 100%;
	background: #fc0;
	background-size: 100% 100%;
}
.swiper-slide2{
	width: 100%;
	height: 100%;
	background: url(../upload/slide2-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.swiper-slide3{
	width:100%;
	height:100%;
	background:#3c1101;
	background-size:100% 100%;}
.swiper-slide4{
	width:100%;
	height:100%;
	background:#fff;
	background-size: 100% 100%;
	}
.swiper-slide5{
	width:100%;
	height:100%;
	background:url(../upload/slide5-bg.jpg) no-repeat;
	background-size: 100% 100%;
	}
.swiper-slide6{
	width:100%;
	height:100%;
	background:#fff;
	background-size: 100% 100%;
	}
.swiper-slide7{
	width:100%;
	height:100%;
	background:#f44d8f;
	background-size: 100% 100%;
	}
.swiper-slide2 p {
	display: block;
	top: 50%;
	margin-top: -40px;
	font-size: 1.25em;
	color: #f00;
	font-weight: bold;
}
img {
	display: block;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #fff;
	opacity: .4;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
@-webkit-keyframes start {
 0%, 30% {
opacity: 0;
-webkit-transform: translate(0, 10px);
}
 60% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate(0, -8px);
}
}
@-moz-keyframes start {
 0%, 30% {
opacity: 0;
-moz-transform: translate(0, 10px);
}
 60% {
opacity: 1;
-moz-transform: translate(0, 0);
}
 100% {
opacity: 0;
-moz-transform: translate(0, -8px);
}
}
@keyframes start {
 0%, 30% {
opacity: 0;
transform: translate(0, 10px);
}
 60% {
opacity: 1;
transform: translate(0, 0);
}
 100% {
opacity: 0;
transform: translate(0, -8px);
}
}
.ani {
	position: absolute;
}
.txt {
	position: absolute;
}
#array {
	position: absolute;
	z-index: 999;
	-webkit-animation: start 1.5s infinite ease-in-out;
}
.txt-s {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
}
.sub {
	width: 50%;
	height: 40px;
	line-height: 40px;
	border: none;
	font-size: 22px;
	color: #c00;
	font-family: "microsoft yahei";
	border-radius: 5px;
}
