body{
	margin: 0;
}
#main{
	padding: 0;
}
.main-banner_m{
	position: relative;
	display: block;
	background: url(../img/index-new-m/bg-banner.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding: 14px 46% 5px 14px;
	text-decoration: none;
	margin-bottom: 14px;
	min-height: 148px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.main-banner_m:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background: url(../img/index-new-m/tshirts-banner.png) no-repeat 100% 50%;
	background-size: 157px auto;
}
.main-banner_m h2{
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #e30000;
	text-align: left;
	margin:0 -10px 8px 0;
	white-space: nowrap;
}
.main-banner_m p{
	font-size: 10px;
	line-height: 15px;
	color: #000;
	text-align: left;
	margin: 0px;
}
.common-title_m{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/index-new-m/title-common-bg.png) left top repeat;
	margin: 0 0 20px;
	padding:10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.container_m p{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-left: 5px;
	margin-bottom: 24px;
}
.goods{
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.goods li{
	width: 50%;
	box-sizing: border-box;
	padding: 9px 7px;
}
.goods li a{
	display: block;
	height: 100%;
	padding: 3px 12px 20px;
	border: 2px solid #d8d8d8;
	text-decoration: none;
	box-sizing: border-box;
}
.goods li a h3{
	position: relative;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 -20px 18px;
	background-color: #ff6814;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 52px;
	box-sizing: border-box;
	min-height: 52px;
}
.goods li a h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 0;
	border-top: 6px solid #b67919; 
	border-left: 6px solid transparent;

}
.goods li a h3:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 0;
	height: 0;
	border-top: 6px solid #b67919; 
	border-right: 6px solid transparent;
}
.goods li a .img-container{
	width: 100%;
	min-height: 62px;
	margin-bottom: 15px;
}
.goods li a img{
	display: block;
	margin: 0 auto;
}
.w70{
	width: 42%;
}
.goods li a p{
	font-size: 10px;
	line-height: 14px;
	color: #000;
	margin-bottom: 0;
}
#link-top2 a{
	max-width: 180px !important;
}