/* 重置 */
body { background: #FFF; font-size:14px; }
h1, h2, h3, h4, h5, h6 {}
p {}
a:link{ color: #000;text-decoration:none; }
a:visited{ color:#333;text-decoration:none; }
a:hover,a:active,a:focus{ color:#333; text-decoration:none; }
table {
    border-collapse: inherit;
}

/* 开始 */
.o-layout { width:100%; }
.o-container { width:1200px; }

@media only screen and (max-width:640px) {
	html {
		/* 在根元素中计算基准值字体大小，设备宽度 / 设计稿宽度 * 100 */
		font-size: calc(100vw / 375 * 100);
	}
	.o-layout { width:100%; min-width:inherit; }
	.o-container { width:100%; min-width: inherit; }	
}
