*{ margin:0; padding:0;}
img{ border:none;}
ul{ list-style:none;}
a{ text-decoration:none;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
body{ 
	font-family:"微软雅黑";
	font-size:14px;
	background-color: #f7f8f8;
}
.download{ 
	max-width: 700px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 100px;
	
}

.downLeft{
	float: left;
	padding: 20px;
	border: 1px solid #eee;
	padding-bottom: 5px;
}
.downRight{
	float: right;
	padding: 20px;
	border: 1px solid #eee;
	padding-bottom: 5px;
}
.downRight dt img,.downLeft dt img{
	width: 250px;
	height: 250px;
	display: block;
	text-align: center;
}
.downRight dd,.downLeft dd{
	text-align: center;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
}

.downLogo{
	width: 196.5px;
	height: 40px;
	margin: 0 auto;
	margin-top: 10%;
}
.downLogo img{
	width: 100%;
	height: 100%;
	display: block;
}
.QR_code{
	background-color: rgba(0,0,255,0.5);
	position: absolute;
	top: 23.1%;
	left: 29.3%;
	width: 41.6%;
	height: 10.3%;
}
.kefu{
	background-color: #fff;
	width: 42.7%;
	height: 2%;
	position: absolute;
	top: 20.5%;
	left: 28.7%;
	font-size: 20px;
	text-align: center;
}
.phonenumber{ 
	background-image: linear-gradient(to right,#FC1A10,#FF6A4A);
	width: 50.6%;
	height: 2%;
	position: absolute;
	top: 34.5%;
	left: 24.7%;
	border-radius: 20px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 33px;
}
.ios{
	width: 60.7%;
	height: 3.3%;
	position: absolute;
	top: 88.8%;
	left: 19.7%;
}
.Android{
	width: 60%;
	height: 3.33%;
	position: absolute;
	top: 93.3%;
	left: 20%;
}

.downPhone{
	display: none;
}
.navList{
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 30px;
	width: 500px;
}
.navList a{
	/*float: left;*/
    color: #fff;
    overflow: hidden;
    height: 30px;
    /*margin-right: 60px;*/
}
.navList a b {
    width: 5px;
    height: 5px;
    background: #EA6B02;
    margin-right: 6px;
    float: left;
    margin-top: 12.5px;
}
.navList a span {
    color: #EA6B02;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
/*修改连接*/
.navList a.hrefPC{
	display: block;
}
.navList a.hrefPhone{
	display: none;
}
@media (max-width: 768px) {
	.download{
		display: none;
	}
	.downPhone{
		display: block;
		margin-top: 13%;
	}
	.downPhone a{
		display: block;
	    background: #EA6B02;
	    padding: 10px;
	    color: #fff;
	    font-size: 15px;
	    height: 25.2px;
	    line-height: 25.2px;
	    margin: 0 auto;
	    margin-bottom: 30px;
	    max-width: 140px;
	}
	.downPhone a img{
		float: left;
		
		
	}
	.storeImg{
		width: 20.4px;
		height:25.2px;
	}
	.androidImg{
		width: 21.6px;
		
	}
	.downPhone a span{
	float: right;
	margin-left: 5px;
	}

	.navList{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
		/*padding-bottom: 50px;*/
	}
	.navList a{
		float: none;
		margin-right: 0px;
	}
	.navList a:last-child{
		margin-right: 0;
	}
	/*修改连接*/
.navList a.hrefPC{
	display: none;
}
.navList a.hrefPhone{
	display: block;
}
	
	
	
	
	
	
	
	
	
}
