﻿@charset "utf-8";

/* 栅格布局:总列数	12 */
.module-row:after, .module-row:before {
	content: '';
	display: block;
	clear: both
}

/* module-col-md* 中等屏幕(桌面≥992px)*/
.module-col-md1,.module-col-md10,.module-col-md11,.module-col-md12,.module-col-md2,.module-col-md3,.module-col-md4,.module-col-md5,.module-col-md6,.module-col-md7,.module-col-md8,.module-col-md9 {
	float: left
}
.module-col-md1 {
	width: 8.33333333%
}
.module-col-md2 {
	width: 16.66666667%
}
.module-col-md3 {
	width: 25%
}
.module-col-md4 {
	width: 33.33333333%
}
.module-col-md5 {
	width: 41.66666667%
}
.module-col-md6 {
	width: 50%
}
.module-col-md7 {
	width: 58.33333333%
}
.module-col-md8 {
	width: 66.66666667%
}
.module-col-md9 {
	width: 75%
}
.module-col-md10 {
	width: 83.33333333%
}
.module-col-md11 {
	width: 91.66666667%
}
.module-col-md12 {
	width: 100%
}

.module-col-md13 {
	width: 54.8%
}

.module-col-md14 {
	width: 45.2%
}

.module-col-md15 {
	width: 67.9%
}

.module-col-md16 {
	width: 32%
}

.module-col-space15 {
	margin: -7.5px
}
.module-col-space15 .grid{
	padding: 7.5px
}
.module-col-space20 {
	margin: -10px
}
.module-col-space20 .grid{
	padding: 10px
}