	.homeData {
		display: flex;
		justify-content: center;
	}

	.appPage {
		width: 1200px;
    	margin-bottom: 64px;

	}

	.appContent {
		margin: 160px 0 46px 0;
		border-bottom: 1px solid #ccc;
	}

	.appData {
		padding-bottom: 80px;
		display: flex;
	}

	.appData>div {
		flex: 1;
	}

	.appImage {
		display: flex;
	}

	.appImage>img {
		width: 139px;
		height: 247px;
		margin-left: 10px;
	}

	.appLogoData {
		display: flex;
	}

	.appLogoData>img {
		width: 141px;
		height: 141px;
		margin-right: 20px;
	}

	.appText {
		width: 412px;
	}

	.appTitle {
		font-size: 24px;
		font-family: PingFangSC, PingFangSC-Semibold;
		font-weight: 600;
		text-align: left;
		color: #333333;
	}

	.appFTitle {
		font-size: 14px;
		color: #666;
		margin: 5px 0;
	}

	.appAbstract {
		font-size: 14px;
		color: #333;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}

	.appButtonList {
		display: flex;
		margin-top: 47px;
	}

	.appButton {
		display: flex;
		align-items: center;
		padding: 11px 22px;
		border: 1px solid #ccc;
		border-radius: 4px;
		margin-right: 20px;
		cursor: pointer;
	}

	.appButton:hover {
		opacity: 0.6;
	}

	.appButton img {
		margin-right: 10px;
		/* width: 20px; */
		height: 20px;
	}

	.appButtonList .appButton1 {
		background-color: #000;
		color: #fff;
	}

	.layui_data{
		text-align: center;
		padding: 10px 55px;
	}
	.layui_data>img{
		width: 121px;
	}
	.layui_data>div{
		margin: 20px auto 0;
		width: 121px;
		text-align: center;
		font-size: 13px;
		line-height: initial;
	}
	.layui-layer{
		border-radius: 20px;
		overflow: hidden;
	}
	a:hover, a:active{
		color: inherit !important;
	}
	.greeDcmBtn{
		display: inline-block;
	}
