@media screen and (min-width:1250px) {
	.central00 {
		margin-top: 128px;
		margin-bottom: 46px;
		padding: 0 14.7%;
		box-sizing: border-box;
		/* background-color: black; */
	}

	.central01 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.central02 {
		width: 32%;
		height: 246px;
		/* background-color: rgba(0, 0, 0, 0.5); */
		transition: filter 0.1s;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.central03 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		overflow: hidden;
		/* transition: background-color 0.4s; */
	}

	.central04 {
		color: rgba(255, 255, 255, 1);
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 20px;
		margin-left: 24px;
		margin-bottom: 8px;
	}

	.central05 {
		margin-left: 24px;
		overflow: hidden;
		color: rgba(255, 255, 255, 1);
		font-family: SF Pro Text;
		font-size: 15px;
		margin-bottom: -16px;
		transition: margin-bottom 0.3s;
	}

	.central03:hover {
		background-color: rgba(0, 0, 0, 0.4);
	}

	.central03:hover>.central05 {
		margin-bottom: 16px;
	}

	.central02:nth-of-type(1) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/41.jpg');
		margin-bottom: 20px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(2) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/40.png');
		margin-bottom: 20px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(3) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/42.png');
		margin-bottom: 20px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(4) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/38.png');
		margin-bottom: 20px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(5) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/34.png');
		margin-bottom: 20px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(6) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/35.jpg');
		margin-bottom: 20px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(7) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/39.jpg');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(8) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/36.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(9) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/37.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

}

@media screen and (max-width:1250px) {
	.central00 {
		margin-top: 96px;
		margin-bottom: 24px;
		padding: 0 4.7%;
		box-sizing: border-box;
		/* background-color: black; */
	}

	.central01 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		/* flex-wrap: wrap; */
		flex-direction: column;
		/* background-color: blue; */
		width: 100%;
	}

	.central02 {
		width: 100%;
		height: 246px;
		background-color: blue;
		transition: filter 0.1s;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.central03 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		overflow: hidden;
		/* transition: background-color 0.4s; */
	}

	.central04 {
		margin-left: 24px;
		margin-bottom: 8px;

		color: rgba(255, 255, 255, 1);
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 18px;
	}

	.central05 {
		margin-left: 24px;
		overflow: hidden;
		margin-bottom: 16px;
		/* margin-bottom: -16px; */

		color: rgba(255, 255, 255, 1);
		font-family: SF Pro Text;
		font-size: 15px;
	}



	.central02:nth-of-type(1) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/41.jpg');
		margin-bottom: 16px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(2) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/40.png');
		margin-bottom: 16px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(3) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/42.png');
		margin-bottom: 16px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(4) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/38.png');
		margin-bottom: 16px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(5) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/34.png');
		margin-bottom: 16px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(6) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/35.jpg');
		margin-bottom: 16px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(7) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/39.jpg');

		margin-bottom: 16px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(8) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/36.png');
		margin-bottom: 16px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

	.central02:nth-of-type(9) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%), url('https://zhuyes.oss-cn-hangzhou.aliyuncs.com/image/apple/37.png');
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}

}
