*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img{
	display: inline-block;
	line-height: 0;
}
a{
	text-decoration: none;
}
ul li{
	list-style: none;
}
#ztym{
	min-height: calc(100vh - 110px - 359px);
}
#ztym .w-1200px{
	width: 1200px;
}
#ztym .mx-auto{
	margin-left: auto;
	margin-right: auto;
}
#ztym .line-1{
	line-height: 1;
}
#ztym .text-gray-999{
	color: #999
}
#ztym .text-gray-333{
	color: #333
}
#ztym .text-14{
	font-size: 14px;
}
#ztym .text-center{
	text-align: center;
}
#ztym .title{
	padding: 20px 0;
}
#ztym .cont-tit{
	padding: 14px 8px;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.06);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#ztym .content-wrap{
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 283px);
}
#ztym .content-wrap .kuai-wrap{
	margin-bottom: 63px;
}
#ztym .content-wrap .kuai-wrap img{
	height: 146px;
	width: 283px;
}
@media screen and (max-width: 750px){
	#ztym{
		min-height: calc(100vh - 50px - 141px);
	}
	#ztym .w-1200px{
		width: 90%;
	}
	#ztym .content-wrap{
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(2, 48%);
	}
	#ztym .content-wrap .kuai-wrap{
		margin-bottom: 30px;
	}
	#ztym .content-wrap .kuai-wrap img{
		height: auto;
		width: 100%;
	}
}
