#iPhone {
	background: white;

	/* 内容区域 */
	.main-module {
		margin: 15px;
		height: auto;
		min-height: 10px;

		.title {
			text-align: center;
			font-size: 18px;
			padding: 0 0 10px 0;
			font-weight: bold;
			border-bottom: 1px solid #d6d6d6;
		}
		
		.intro {
			font-size: 13px;
			font-weight: 300;
			margin-top: 10px;
		}

		img {
			width: 100%;
			height: auto;
		}
	}
}