html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
	background-image: url(../images/bg.png);
	background-color: #729aff;
	background-repeat:no-repeat;
	/*background-size:100% 100%;*/
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.w_i1{
	text-align:center;
	padding-top: 12vw;
}
.w_i1_img{
	display:block;
	width:100%;
	height:auto;
	margin: 0 auto;
}

.w_i2{
	text-align:center;
	padding-top:10px;
	margin: 0 auto;
	width:100%;
	transform:scale(1);
}
.w_i2_img{
	display:block;
	width: 30vw;
	height:auto;
	margin: 10px auto 10px auto;
}

.w_i3{
	text-align:center;
	margin: 0 auto;
	width: 100%;
	
	padding-bottom:30vw;
}
.w_i3 img{
	display:block;
	width:100%;
	height:auto;
	margin: 0 auto;
}
.w_i3 .ios_app{
    z-index: 13;
	width: 40%;
    /*left:0;
    bottom:0;
    position: absolute;
    padding: 0.5vw;*/
	float: left;
	padding-left: 6vw;
	padding-top: 8vw;
}

.w_i3 .ios_app img {
    z-index: 13;
    object-fit: cover;
    width: 100%;
}

.w_i3 .android_app{
    z-index: 13;
	width: 40%;
    /*right:0;
    bottom:0;
    position: absolute;
    padding: 0.5vw;*/
	float: right;
	padding-right: 6vw;
	padding-top: 8vw;
}

.w_i3 .android_app img {
    z-index: 13;
    object-fit: cover;
    width: 100%;
}

.anniu img{
	width:40px;
	margin:20px 10px auto 0;
	display:block;
	float:left;
	
}

.anniu span{
	height:80px;
	line-height:80px;
	display:block;
	float:left;
	
}

.anniu1{
	
    margin-left: 70px;
	width:300px;
	display:block;
}
.anniu2{
	
    margin-left: 50px;
	width:300px;
	display:block;
}

.anzhuo{
	
}


.top20{
	margin-top:20px;
}

.left{
	float:left;
}

.wapp1{
	text-align:center;
	color:#bf6bff;
	margin-top:-20px;
}

.anniu{
	width:280px;
	height:80px;
	display:block;
	border-radius:100px;
	background:#4e71f2;
	text-align:center;
	color:white;
	line-height:80px;
	font-size:24px;
	
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    overflow:hidden;
}

.slide-inner {
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    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;
    color: #fff;
}

/*背景模糊*/
.bg{
    max-width:1000px;
    /*height:100%;*/
    z-index:11;
    box-sizing: border-box;
    position: fixed;
    bottom: 0vw;
    left: 0vw;
    /*opacity: 1;*/


    /*background-size: cover;*/
    box-sizing: border-box;
	
}
.bg:after{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: inherit;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: 11;
}

.drag{
    z-index:12;
    width:100vw;
    height:20vw;
    background: inherit;
    position: relative;
	box-shadow: 0 0 10px 6px rgb(0 0 0 / 50%);
}

#cover {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #e0e0e0;
    /*filter: blur(30px);*/
	opacity: 0.7;
	filter:alpha(opacity=70);/* IE8 以及更早的浏览器 */
}
.dibu{
	width: 100%;
	position: fixed;
	height: 190px;
	background-image: url(../images/dibu.png);
	
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;

}
@media (min-width: 425px) and (max-width: 565px) {

    .w_i1 {
    text-align: center;
    padding-top: 18vw;
	}
	.dibu{
		height: 143px;
	}


}
@media (min-width: 414px) and (max-width: 425px) {

    .w_i1 {
    text-align: center;
    padding-top: 18vw;
	}
	.dibu{
		height: 128px;
	}


}
@media (min-width: 375px) and (max-width: 414px) {

    .w_i1 {
    text-align: center;
    padding-top: 14vw;
	}
	.dibu{
		height: 128px;
	}


}

@media (max-width: 375px) {

    .w_i1 {
    text-align: center;
    padding-top: 9vw;
	}
	.dibu{
		height: 120px;
	}
	.w_i3 .ios_app {
	    padding-top: 4vw;		
	}
	.w_i3 .android_app {
	    padding-top: 4vw;
	}
}

@media (min-width: 320px) and (max-width: 375px) {

    .w_i1 {
    text-align: center;
    padding-top: 10vw;
	}
	.dibu{
		height: 115px;
	}


}