.download-items {

	-ms-flex-align:center;
	align-items:center;
	margin:40px auto 120px
}
.download-items .download-items-mac>.download-item,.download-items .download-items-win>.download-item {
	cursor:pointer
}
.download-items .download-item {
	width:150px;
	position:relative;
	display:-ms-flexbox;
	display:flex;
	height:230px;
	overflow:hidden;
	-ms-flex-direction:column;
	flex-direction:column
}
.download-items .download-item:hover .download-item-img {
	opacity:0;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0)
}
.download-items .download-item:hover .download-item-hover {
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center
}
.download-items .download-item:hover .download-item-text {
	margin-top:31px
}
.download-items .download-item:hover .download-item-click {
	color:#8f959e;
	bottom:19px;
	opacity:1
}
.download-items .download-item .download-item-hover {
	position:absolute;
	top:0;
	left:5px;
	opacity:0;
	width:140px;
	height:140px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	cursor:pointer;
	margin:auto;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	transition:all .2s ease
}
.download-items .download-item .download-item-mobile {
	cursor:default;
	width:86px;
	height:86px;
	-webkit-transform:scale(.6);
	-ms-transform:scale(.6);
	transform:scale(.6);
	left:30px;
	top:27px
}
.download-items .download-item .download-item-img {
	margin:0 auto;
	-ms-flex:none;
	flex:none;
	font-size:60px;
	padding:40px;
	background:#f5f6f7;
	border-radius:50%;
	transition:all .2s ease
}
.download-items .download-item .meetingweb-mac,.download-items .download-item .meetingweb-windows {
	color:#82a7fc
}
.download-items .download-item .meetingweb-ios {
	color:#c3c6cb
}
.download-items .download-item .meetingweb-android {
	color:#8ee085
}
.download-items .download-item .download-item-text {
	font-size:16px;
	color:#2b2b31;
	line-height:22px;
	text-align:center;
	margin-top:50px;
	transition:all .2s ease
}
.download-items .download-item .download-item-click {
	font-size:12px;
	color:#8f959e;
	line-height:17px;
	text-align:center;
	opacity:0;
	bottom:0;
	width:100%;
	position:absolute;
	transition:all .2s ease
}
.download-items .item-card {
	margin-right:109px
}
.download-items .item-card:last-child {
	margin-right:0
}
/*
2020-10-20 
add by lijoyqun
*/
.icons{text-align: center; display: inline-table; margin:0 5%;}
.icons img { font-size: 60px;
    padding: 40px;
    background: #f5f6f7;
    border-radius: 50%;
    transition: all .2s ease; 
}
.icons i { font-style: normal; margin-top: 10%; display: block;}
