/* CSS Document */
.document {
	padding-top: 60px;
	height: 360px;
	text-align: center;
	display: flex;
	/* 启用 flex 布局 */
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
}

.document h1 {
	color: #fff;
	font-size: 33px;
	text-shadow: 0 0 8px #000;
}

.appList img {
	width: 100%;
}

.downloadAppList {
	overflow: auto;
	zoom: 1;
	margin: 30px 100px 30px;
}

.downloadAppList p {
	text-align: center;
	float: left;
	width: 50%;
	font-size: 20px;
}

.downloadAppList .img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0px auto;
}

.downloadAppList .android {
	background: url(../images/jvision.png);
	background-size: contain;
}

.downloadAppList .ios {
	background: url(../images/jvision.png);
	background-size: contain;
}

.downloadAppList .name {
	font-size: 22px;
	display: block;
	color: black;
	margin-top: 20px;
}

.downloadAppList a.down {
	color: #333;
	font-size: 15px;
	display: block;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #2be9d9;
	border-radius: 10px;
	margin: 0px auto;
	font-weight: normal;
	margin-top: 6px;
}

.appList {
	text-align: center;
}

.appList li {
	display: inline-block;
	width: 385px;
	margin-bottom: 20px;
}

.appList li div {
	background: white;
	display: block;
	border-radius: 10px;
	overflow: auto;
}

.appList li.first {
	float: left;
}

.appList li.last {
	float: right;
}


.itemTitle {
	padding: 40px 0px 10px;
	margin-bottom: 20px;
}

.itemTitle p {
	text-align: left;
	font-size: 28px;
	line-height: 42px;
}

.itemTitle .chinese {
	color: #333;
}

.itemTitle {
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
}