	#unicornLogo	{/*margin-left:10px;*/ width:120px;}

	.sloganTitle, h2	{font-weight:bold; line-height:140%; /*font-size:2rem;*/}
	.sloganBlue		{color:#339; margin:-2px 1px 10px 0px;}
	.sloganPurple	{color:#a48; /* #936 */}

	.mainImage		{width:100%; border-radius: 6px /*25px*/;}
	.h1	{min-width:160px;}
	h3	{/* margin-top:0; float:left; width:calc(100% - 120px);*/ font-weight:bold;}

	#pdfLink	{width:110px; margin-top:18px;}

	/* 最后的喷头产品详情表 */
	.prodList	{border-collapse:collapse; border:none; width:100%;}
	.prodList th, .prodList td	{border:solid 1px; text-align:center; /*vertical-align:top;*/ padding:5px;}
	.prodList th	{white-space:normal; min-width:65px; background-color:#4080cc; border-color:#369; border-width:0px; color:#fff; /*font-size:14px; font-size:Max(0.9vw, 14px);*/}
	.prodList td	{white-space:nowrap; border-color:#ccc; border-width:0 0 1px 0; /*font-size:Max(0.9vw, 12px);*/ font-size:calc(10px + 0.5vw); line-height:150%; max-height:70px;}

	/* 图片自动充满表格cell */
	.prodList img	{width:80%; min-width:100px; max-width:480px; max-height:400px;}

	/* 最后一行无分隔线 */
	.prodList tr:nth-last-child(1) td	{border:none;}

	/* 4列宽度 */
	.prodList tr td:nth-child(1)	{width:35% !important;}
	.prodList tr td:nth-child(2)	{width:50% !important;}
	.prodList tr td:nth-child(3)	{width:15% !important; font-weight:bold; font-size:Max(18px, calc(10px + 0.5vw)) !important;}