@CHARSET "UTF-8";

body {
	-webkit-text-size-adjust:100%!important;
	
	width:320px;
	font-family:"Microsoft YaHei",Arial;
	overflow-x:hidden;
	overflow-y:auto;
	margin: auto;
	background: #eee;
	
	display:flex;
	flex-direction:column;
	
	display: -webkit-flex;
	-webkit-flex-direction: column;
	
	justify-content:center;
	align-content :center;
	align-items:center;
	
	-webkit-justify-content:center;
	-webkit-align-content :center;
	-webkit-align-items: center;
}

.title_image {
	width:94%;
	background: url('../images/solar.jpg') no-repeat;
	background-size: 100% auto;
}

.title_text {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding: 6% 0 0 42%;
}

.title_image img{
	max-width:100%;
	display: block;
	display: -webkit-block;	
}

.title {
	font-size:160%;
	font-weight: bold;
	color: #000;
}

.content {
	font-size：100%;
	color: #222222;
}


.subtitle {
	font-size：110%;
	font-weight: bold;
	color: #222222;
}

.foot {
	width: 94%;
	padding: 1.8rem 0 1.4rem 0;
	background-color: #eee;
	font-size: 100%;
	color: #111111;
	text-align: center;

}


