body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

.downcon {
	background: url(../image/down_bg.png) no-repeat center;
	width: 100%;
	height: 100%;
	/* min-width: 1920px; */
	min-height: 940px;
	background-size: 100% 100%;
}
.down_n {
	width: 100%;
	/* min-width: 1920px; */
	margin: 0 auto;
	min-height: 940px;
}

.down_top {
	padding: 10px 0;
}

.down_top img {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.down_top span {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}

.down_top span i {
	font-style: normal;
	padding: 0 20px;
}

.down_mid_left {
	float: left;
/* 	width: 700px;
	margin-left: 300px; */
	width: 36.4%;
    margin-left: 15.6%;
}

.down_mid_right {
	float: right;
	margin-top: 53px;
	margin-right: 34px;
	width: 42%;
}
.down_mid_right  .down_mid_ri_img{
	width:100%;
/* 	width: 794px;
	height: 691px; */
}

.down_tit {
	display: block;
	width: 528px;
	height: 98px;
	margin: 224px auto 0;
}
.down_text{
	display: block;
	width:609px;
	height: 33px;
	margin: 30px auto 0;
}

.down_sao {
	/*width: 217px;
	height: 221px;
	background: url(../images/kz.png) no-repeat center;*/
	margin: 65px auto;
	text-align: center;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.down-butn-box{
	width:295px;
	/*margin: 0 auto;*/
}
.down-butn-box .android-butn{
	  width:100%;
	  height: 107px;
	  background: url(../image/down_bg_android.png)no-repeat;
	  background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
	box-sizing: border-box;
  }
.down-butn-box .android-butn .android-icon{
	display: block;
	width:42px;
	height: 42px;
	background: url(../image/down_android.png)no-repeat;
	background-size: 100% 100%;
	margin-right: 8px;
}
.down-butn-box a{
	text-decoration: none;
}
.down-butn-box span{
	font-size: 20px;
	color: #fff;
}
.down-butn-box .ios-butn{
	position: relative;
	top: -15px;
	width:100%;
	height: 107px;
	background: url(../image/down_bg_ios.png)no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.down-butn-box .ios-butn .ios-icon{
	display: block;
	width:42px;
	height: 42px;
	background: url(../image/down_ios.png)no-repeat;
	background-size: 100% 100%;
	margin-right: 8px;
}
.down-ewm-box{
	margin-left: 60px;
	width: 191px;
	height: 227px;
	background: url(../image/down_ewm.png)no-repeat;
	background-size: 100% 100%;
	text-align: left;
}
.down-ewm-box .down-ewm-img{
	margin-left: 10px;
	margin-top: 10px;
	width: 163px;
	height: 163px;
}

.ew_ling{
	position: absolute;
    width: 217px;
    height: 221px;
    top: 0;
    left: 0;
    overflow: hidden;
}

.ewguang {
	position: absolute;
	width: 217px;
	height: 221px;
	top: 0;
	left: 0;
	background: url(../image/guang.png) no-repeat center;
	animation: myfirst 5s infinite;
}

.ewimg {
	width: 188px;
	height: 188px;
	margin-top: 15px;

}

.ew_ling_img {
	margin-left: -60px;
	animation: myfirst 5s infinite;
	position: absolute;
    top: -10px;
    left: 0;
	
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, 210px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}



.animated{ 
-webkit-animation-duration: 1s; 
animation-duration: 1s; 
-webkit-animation-fill-mode: both; 
animation-fill-mode: both 
} 
@-webkit-keyframes twinkling{ 
0%{ 
opacity: 0.5; 
} 
100%{ 
opacity: 1; 
} 
} 
@keyframes twinkling{ 
0%{ 
opacity: 0.5; 
} 
100%{ 
opacity: 1; 
} 
}
.down_phone{ display: none; text-align: center; background: url(../image/phone_bg.png) no-repeat center; background-size:100% 100% ; width: 100%; min-height: 100%;}
.down_phone_ios{ display: none; text-align: center; background: url(../image/phone_bg.png) no-repeat center; background-size:100% 100% ; width: 100%; min-height: 50%;}
.down_phone_tit{ width:85%;margin: 60px auto 20px;}
.downlink{ width: 100%; margin-top: 30px;}
.downlink a{ display: block; width: 100%; margin-top: 10px;}
.downlink img{ width: 45vw; clear: both;}
/*ios下载新样式*/
.mt{margin-top: 5vh}
.howBelieve{color: #fff;font-size: 0.6rem;}
.next_icon{background: url(../image/dl_zy.png) no-repeat; background-size: 100% 100%;width: 6vw; height: 2vh;  display: block;margin: 15px auto;}
/*自适应*/
@media screen and (max-width: 1200px) {
.down_phone_tit{ width:85%;margin: 80px auto 20px;}
.down_phone_tit{ width:85%;margin: 80px auto 20px;}
	.downcon{ display:none}
	.down_phone{ display: block;background: url(../image/phone_bg.png) no-repeat left;}	
	.down_sao{ width: 35vw; height: 35vw; background-size: 100%; margin: 30px auto 10px;}
	.ewimg{ width: 29vw; height: 29vw; margin-top: 3vw; }
	.down_sao_span{ font-size: 14px; color: #fff;}
	.down_mid_right{ clear: both; width: 100%; float: initial;}
	.down_mid_right img{ width: 70vw;}
	/*ios下载新样式*/
	.down_phone_ios{ display: block;background: url(../image/bg_title.png) no-repeat center; background-size: 100% 100%; padding-bottom: 2rem;}
	.step{width:100%;position: relative;height: 42%}
	.step .content{width:38%;float: left;padding:1rem 0 0 0.8rem;}
	.step .content .p1{  display:block;  font-size: 0.6rem;  font-weight: 500;  line-height: 1.8rem;  }
	.step .content .p2{  display:block;  font-size: 0.42rem;  }
	.step .first_img,.step .img2,.step .img3,.step .img4{width:80%;background: url(../image/phone_sp1.png) no-repeat;background-size:100% 100%;height: 100%;position: absolute;  right: 0;bottom: 0}
	.step.bg_sp2{background:url(../image/bg_sp2.png);color: #FFFFFF }
	.step.bg_sp4{background:url(../image/bg_sp4.png);color: #FFFFFF }
	.step .img2{background: url(../image/phone_sp2.png)no-repeat;background-size:100% 100%;width:47%;height: 91%;margin-top: 7%;}
	.step .img3{background: url(../image/phone_sp3.png)no-repeat;background-size:100% 100%;height: 91%;margin-top: 7%;}
	.step .img4{background: url(../image/phone_sp4.png)no-repeat;background-size:100% 100%;width:47%;height: 89%;margin-top: 7%;}
}
