body{
	font-size: 16px;
	font-family: NotoSansHans-Regular, AvenirNext-Regular, "proxima-nova", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Helvetica Neue", Arial, sans-serif, "Source Han Sans";
}
a{
	text-decoration: none
}
.flex{
	display: flex;
}
.content{
	text-align: center;
	width: 66%;
	margin-left: 17%;
	max-width: 780px;
}
.logo{
	margin-top: 50px;
	width: 100px;
}
.title{
	color: #000;
	font-size: 24px;
	margin-top: 50px;
}
.titleName span{
	padding: 0 5px;
	color: #333;
}
.install{
	color: #6C7D89;
	padding-top: 45px;
}
.downloadCode{
	margin-top: 10px;
	width: 120px;
	transition: all 0.25s;
}
.downloadCode:hover{
	transform: scale(1.1);
	box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
}
.lineTop{
	border-top: 1px solid #e7ebed;
	margin: 50px 0 20px 0;
	
}
.downloadItem{
	justify-content: center;
	height: 185px;
	padding-bottom: 50px;
}
.downloadItem>div{
	text-align: center;
	width: 50%;
	/* padding: 0 20px; */
	color: #6C7D89;
}
.downloadItem>div>img{
	width: 28px;
	height: 32px;
	margin-top: 20px;
}
.ItemDiv{
	margin: 10px 0 40px 0;
}
.ItemDiv span{
	padding: 0 5px;
}
.ItemLeft{
	border-right: 1px solid #e7ebed;
}
.ItemA{
	background: #1abc9c;
	font-size: 18px;
	padding: 8px 24px;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	width: fit-content;
}

.jieTitle{
	text-align: left;
	font-size: 20px;
	line-height: 25px;
	padding: 20px 0 10px 0;
}
.introduction>div{
	text-align: left;
	color: #333;
	line-height: 1.6;
	padding-bottom: 30px;
}
.screensImg {
	width: 100%;
	height: 440px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 60px;
}
.screensImg img{
	width: 230px;
	padding: 0 5px;
}

.waymon_android{
	position: fixed;
    z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
.waymon_android_top{
	margin-top: 10px;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: end;
}
.waymon_android_top div{
	width: 80%;
	margin-top: 20px;
	line-height: 80px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.waymon_android_top img{
	width: 80px;
	height: 80px;
}
.MobilePhone{
	display: none;
}




@media screen and (max-width: 990px) { /*当屏幕尺寸小于990px时，应用下面的CSS样式*/
	.content{
		width: 70%;
		margin-left: 15%;
	}
	.downloadItem{
		display: block;
		height: auto;
	}
	.downloadItem>div{
		  width: 100%!important;
	}
	.downloadItem .ItemLeft{
		border: 0;
	}
	.downloadItem .ItemRight{
		margin-top: 50px;
	}
	.titleName span{
		font-size: 14px;
	}
}