
.el-main{
	padding:0;
	overflow: hidden;
}
h1{
	margin:50px 0;
	font-size:32px;
	color:#030303;
	text-align: center;
	font-weight: normal;
}
div.exhibit{
	width:80%;
	display: flex;
	flex-direction: row;
	margin:auto;
	justify-content: space-between;
	padding:20px;
}

div.exhibit div.item{
	padding:10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	width:30%;
	background: rgba(255,255,255,.8);
	min-height: 200px;
	box-shadow:5px 5px 20px rgba(0,0,0,.05);
}
div.exhibit div.item div.title{
	text-align: center;
	height:42px;
	line-height:42px;
	font-size: 20px;
	font-weight: bold;
	margin:10px 0;
	width: 100%;
}
div.exhibit div.item div.icon{
	width:64px;
	height: 64px;
	margin:20px 0;
}
div.exhibit div.item div.product{
	width: 100%;
	display: flex;
	flex-direction: column;
}
div.exhibit div.item div.product div.product-item{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dashed #fafafa;
	margin: 5px 0;
	width: 100%;
	color:#959595;
	text-indent: 15px;
	text-align: center;
}
div.features{
	width:100%;
	background: #fafafa;
	min-height: 200px;
	margin:auto;
	padding:20px 0;
}
div.features div.features-wrapper{
	width: 80%;
	margin:auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
div.features div.features-wrapper div.features-item{
	width: 16%;
	margin:5px 0;
	min-height: 100px;
	background: rgba(255,255,255,.9);
	border:10px;
	padding:10px;
}
div.features div.features-wrapper div.features-item img{
	width: 100%;
}
div.features div.features-wrapper div.features-item div.title{
	font-weight: bold;
	color:rgba(74, 70, 255);
	font-size: 20px;
	margin:15px 0;
}
div.features div.features-wrapper div.features-item div.description{
	color:#757575;
	line-height: 32px;
	font-size: 13px;
}
div.ability{
	width:100%;
	background: #ffffff;
	min-height: 200px;
	margin:auto;
	padding:20px 0;
}
div.ability div.controller{
	width:80%;
	margin:auto;
	display: flex;
	flex-direction: row;
}
div.ability div.controller div.controller-bar-wrapper {
	width:50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.ability div.controller div.controller-bar-wrapper div.controller-bar{
	width: 15%;
	padding:10px;
	margin:10px 10px 0 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
div.ability div.controller div.controller-bar-wrapper div.controller-bar.active{
	background:rgba(74, 70, 255,.6);
	color:#fff;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
}
div.ability div.controller div.controller-bar-wrapper div.controller-bar:hover{
	cursor: pointer;
}
div.ability div.controller .controller-gallery{
	width: 50%;
	height: 415px;
}
div.ability div.controller .controller-gallery img{
	width: 100%;
}
div.check-all{
	width: 100%;
	text-align: center;
}
div.check-all div.show-more{
	width:200px;
	height: 42px;
	line-height: 42px;
	background: rgba(0,0,0,.5);
}
div.showcase{
	display: flex;
	flex-direction: row;
}
div.showcase img{
	display: block;
	max-width: 100%;
}
div.showcase .el-col{
	margin:30px 0;
}
div.showcase div.show-title{
	color:#337ecc;
    height: 41px;
    line-height: 42px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
div.preview{
	box-shadow: 1px 1px 20px rgba(0,0,0,.1);
	border-radius: 10px;
}
div.preview .el-image{
	border-radius: 10px;
}
div.demo-qrcode{
	flex-wrap: wrap;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
}
div.demo-qrcode img{
	width:180px;
}
div.demo-qrcode span{
	margin-top:20px;
}
div.demo-link{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	align-content:center;
}
div.check-all button,
div.demo-link button{
	width:200px;
	height: 48px;
	font-size: 18px;
	margin-top:20px;
}
div.item-wrapper{
	margin:50px 10%;
	padding:50px 0;
}
div.service div.item{
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
}
div.service div.item div.title{
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	font-weight: bold;
	color:#409EFF;
}
div.service div.item h3{
	font-size: 20px;
	color:#337ecc;
	text-align: left;
}