<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	box-sizing: border-box;
}
html body{
	min-height: 100%;
}
body{
	margin: 0;
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background: #FF6600;
	line-height: 1.8;
}
.container{
	width: 760px;
	max-width: 100%;
	background: white;
	margin: 0 auto;
	
}
.main_content{
	padding: 25px 15px 10px 15px;
}
.policy_main_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.policy_cell{
	margin-bottom: 20px;
}
.policy_title{
	font-weight: bold;
}
img{
	max-width: 100%;
}
.footer{
	text-align: center;
	font-size: 11px;
  	color: #666666;
  	padding: 20px 0 20px 0;
}</pre></body></html>