#container {
	width: 100%;
	min-width: 1200px;
}

.top-left {
	position: absolute;
	top: 30px;
	left: 119px;
	z-index: 999;
	width: 184px;
	height: 64px;
	display: block;
}

.main {
	position: relative;
	width: 1920px;
	height: 1080px;
}

.main .bg {
	width: 1920px;
	height: 1080px;
}

.main .main-info {
	position: absolute;
	top: 240px;
	left: 120px;
	z-index: 99;
	width: 700px;
}

.main .main-info .title {
	margin-bottom: 46px;
	line-height: 45px;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}

.main .main-info .desc {
	margin-bottom: 30px;
	line-height: 22px;
	color: #fff;
	font-size: 16px;
}

.main .main-info .left-bottom img {
	float: left;
}

.main .main-info .left-bottom .img1 {
	width: 200px;
	height: 60px;
	margin-right: 32px;
	margin-top: 30px;
}

.main .main-info .left-bottom .img2 {
	width: 80px;
	height: 80px;
	margin-top: 20px;
	border-radius: 50%;
}

.swiper-container {
	width: 1920px;
	height: 1080px;
}

.swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-wrapper .slide1 .download-btn {
	position: absolute;
	top: 587px;
	left: 50%;
	z-index: 999;
	width: 320px;
	height: 80px;
	margin-left: -160px;
}

.swiper-container .swiper-wrapper .swiper-slide .slide-img1 {
	position: absolute;
	top: 60px;
	left: 516px;
	z-index: 999;
	width: 1064px;
	height: 800px;
}

.swiper-container .swiper-wrapper .swiper-slide .slide-img2 {
	position: absolute;
	top: 60px;
	left: 340px;
	z-index: 999;
	width: 1004px;
	height: 800px;
}

.swiper-container .swiper-wrapper .swiper-slide .slide-img3 {
	position: absolute;
	top: 60px;
	left: 576px;
	z-index: 999;
	width: 1003px;
	height: 800px;
}

.swiper-container .swiper-wrapper .swiper-slide .slide-img4 {
	position: absolute;
	top: 60px;
	left: 340px;
	z-index: 999;
	width: 1004px;
	height: 800px;
}

.swiper-pagination {
	right: 100px !important;
}

.my-bullet {
	width: 30px;
	height: 30px;
	margin-bottom: 24px;
	display: block;
	background: rgba(219, 219, 219, 1);
	border-radius: 50%;
}

.my-bullet-active {
	width: 30px;
	height: 30px;
	display: block;
	background: #FF5F79;
	border-radius: 50%;
}

.main .btn img {
	width: 80px;
	height: 80px;
}

.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 80px;
	background: rgba(255, 95, 121, .9);
}

.bottom .info-top {
	margin-top: 20px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.bottom a {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}