.cr_pro li .cr-text{ height:calc(100vw * 0.6928 * 618 / 1329 - 6px);}

@media (max-width: 991px){
	.cr_pro li .cr-text{ height:calc(100vw * 0.6928 * 618 / 1329);}
	.header .nav ul{
		min-height:calc(100vh - 103px);max-height:calc(100vh - 103px);
	}
}

@media (max-width: 720px){
	.cr_pro li .cr-text{ height:calc(100vw * 0.5 * 396 / 360);}
	.header .nav ul{
		min-height:calc(100vh - 1.1rem);max-height:calc(100vh - 1.1rem);
	}
}