<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	================================================================================================
		support binoculars guide import.css
	================================================================================================
*/
div.step1,
div.step2,
div.step3 {
	width: 245px;
	height: 320px;
	float: left;
	border-right: dotted 1px #333;
}
div.step3 {
	border-right:none;
}
div.step1 img,
div.step2 img,
div.step3 img {
	margin-bottom: 10px;
}
div.pregArea div.pregBox div.leftArea,
div.pregArea div.pregBox div.rightArea {
	width: 365px;
	float: left;
	margin-left: 10px;
}
div.pregArea div#mac  div.leftArea img,
div.pregArea div#mac div.rightArea img {
	margin: 0 0 30px 15px;
}
@media screen and (max-width: 640px) {
div.step1,
div.step2,
div.step3 {
	width: auto;
	height: auto;
	float: none;
	border-right:none;
	border-bottom: dotted 1px #333;
	margin-bottom: 30px;
}
div.step3 {
	border-bottom:none;
}
div.pregArea div.pregBox div.leftArea,
div.pregArea div.pregBox div.rightArea {
	width: auto;
	float: none;
	margin-left: 0;
}
}
</pre></body></html>