.row:after, .row-100:after, .m-row_1:after, .m-row_2:after, .m-row_3:after, .m-row_4:after, .m-row_5:after, .m-row_6:after, .m-row_7:after, .m-row_8:after, .m-row_9:after, .m-row_10:after, .m-row_11:after, .m-row_12:after, .m-row_13:after, .m-row_14:after, .m-row_15:after, .m-row_16:after, .m-row_17:after, .m-row_18:after, .m-row_19:after, .m-row_20:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.row, .row-100, .m-row_1, .m-row_2, .m-row_3, .m-row_4, .m-row_5, .m-row_6, .m-row_7, .m-row_8, .m-row_9, .m-row_10, .m-row_11, .m-row_12, .m-row_13, .m-row_14, .m-row_15, .m-row_16, .m-row_17, .m-row_18, .m-row_19, .m-row_20 {
	display: block;
	*display: inline-block;
	*height:1%;
}

.row, .row-100, 
.m-row_1, .m-row_2, .m-row_3, .m-row_4, .m-row_5, .m-row_6, .m-row_7, .m-row_8, .m-row_9, .m-row_10, .m-row_11, .m-row_12, .m-row_13, .m-row_14, .m-row_15, .m-row_16, .m-row_17, .m-row_18, .m-row_19, .m-row_20  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	*width:99.94680851063829%
	margin-left: auto;
	margin-right: auto;
	float: none;
	overflow: hidden;
}
.col, 
.m-col-5, .m-col-10, .m-col-15, .m-col-20, .m-col-25, .m-col-30, .m-col-35, .m-col-40, .m-col-45, .m-col-50, .m-col-55, .m-col-60, .m-col-65, .m-col-70, .m-col-75, .m-col-80, .m-col-85, .m-col-90, .m-col-95, .m-col-100 {
	display: block;
	/* margin-right: 1.69491%;  20px */
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

/* 取平均列 */
.m-row_1 .col {
	width: 100%;
	*width:99.94680851063829%
}
.m-row_2 .col {
	width: 50%;
}
.m-row_3 .col {
	width: 33.33333333329%;
}
.m-row_4 .col {
	width: 25%;
}
.m-row_5 .col {
	width: 20%;
}
.m-row_6 .col {
	width: 16.66666666669%;
}
.m-row_7 .col {
	width: 14.28571428569%;
}
.m-row_8 .col {
	width: 12.5%;
}
.m-row_9 .col {
	width: 11.11111111109%;
}
.m-row_10 .col {
	width: 10%;
}
.m-row_11 .col {
	width: 9.0909090909%;
}
.m-row_12 .col {
	width: 8.3333333333%;
}
.m-row_13 .col {
	width: 7.6923076923%;
}
.m-row_14 .col {
	width: 7.1428571429%;
}
.m-row_15 .col {
	width: 6.6666666667%;
}
.m-row_16 .col {
	width: 6.25%;
}
.m-row_17 .col {
	width: 5.8823529412%;
}
.m-row_18 .col {
	width: 5.5555555556%;
}
.m-row_19 .col {
	width: 5.2631578947%;
}
.m-row_20 .col {
	width: 5%;
}

/* 按%5递增，60px */
.m-col-5 {
	width: 5%; /* 60px; */
}
.m-col-10 {
	width: 10%;
}
.m-col-15 {
	width: 15%;
}
.m-col-20 {
	width: 20%;
}
.m-col-25 {
	width: 25%;
}
.m-col-30 {
	width: 30%;
}
.m-col-35 {
	width: 35%;
}
.m-col-40 {
	width: 40%;
}
.m-col-45 {
	width: 45%;
}
.m-col-50 {
	width: 50%;
}
.m-col-55 {
	width: 55%;
}
.m-col-60 {
	width: 60%;
}
.m-col-65 {
	width: 65%;
}
.m-col-70 {
	width: 70%;
}
.m-col-75 {
	width: 75%;
}
.m-col-80 {
	width: 80%;
}
.m-col-85 {
	width: 85%;
}
.m-col-90 {
	width: 90%;
}
.m-col-95 {
	width: 95%;
}
.m-col-100 {
	width: 100%;
	*width:99.94680851063829%
}

.hide-on-mobile {
	display: none;
}
.show-on-mobile {
	display: block;
}

.m-pull-left {
	float: left;
}
.m-pull-right {
	float: right;
}
