
	.mak{
		width: 100%;
		height: 100vh;
		background-color:  rgb(0,0,0,0.3);
		display: flex;
		justify-content: center;
		position: absolute;
		z-index: 9;
	}
	.mak-com{
		width: 100%;
		background:rgba(255,255,255,1);
		margin-top: -4px;
		height: 100%;
		display: flex;
		justify-content: center;
	}
	.mak-box{
		height:550px;
		margin-top: 150px;
		border-radius:10px;
		overflow: hidden;
		position: relative;
		z-index: 9999;
		width: 500px;
	}
	.mak-tex{
		font-size:24px;
		font-weight:400;
		color:rgba(38,38,38,1);
		margin-top: 50px;
	}
	.mak-tex2{
		font-size:18px;
		font-weight:400;
		color:rgba(128,128,128,1);
		margin-top: 10px;
	}
	.mak-tex3{
		width:300px;
		height:70px;
		background:rgba(54,158,255,1);
		border-radius:35px;
		font-size:24px;
		font-weight:400;
		color:rgba(255,255,255,1);
		line-height:70px;
		margin-top: 60px;
		cursor: pointer;
	}
	.poit{
		position: absolute;
		top: 0;
		right: 0;
	}
	.section-com{
		display: flex;
		width: 1300px;
		height: 80px;
		align-items: center;
		justify-content: space-between;
	}
	.section-nav{
		width:180px;
		height:40px;
		background:rgba(54,158,255,1);
		border-radius:20px;
		text-align: center;
		line-height: 40px;
		font-size:16px;
		font-weight:400;
		color:rgba(255,255,255,1);
		cursor: pointer;
	}
	.section-cont{
		border-radius:6px;
		display: flex;
		 flex-wrap:wrap;
		 width: 1300px;
		 min-height: 480px;
	}
	.section-cont .imgs{
		width:350px;
		height:160px;
		border-radius:6px;
		margin: 40px 40px 40px 0;
		cursor: pointer;
	}