html {
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	margin: 0;
	font-size: 1.4rem;
	-webkit-overflow-scrolling: touch;
	text-align: center;
	background-color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

a {
	background: transparent;
	text-decoration: none;
	color: #000;
}

a:active {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: normal;
}

img {
	border: 0;
	vertical-align: middle;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

input,
textarea,
button {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
	margin: 0;
}

ul,
ol,
li,
dl,
dd {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

#wrapper {
	width: 100%;
	height: auto;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 4.3rem;
	overflow: hidden;
	background: #fdfdfc;
	font: 15px/40px hiragino sans gb, microsoft yahei, simsun;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

#top-line {
	width: 100%;
	height: 3px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	text-align: center;
	z-index: 1;
	background: -moz-linear-gradient(right, rgba(224, 69, 66, 0.8), rgba(255, 234, 97, 0.85));
	background: -webkit-gradient(linear, right, from(rgba(224, 69, 66, 0.8)), to(rgba(255, 234, 97, 0.85)));
	background: -webkit-linear-gradient(right, rgba(224, 69, 66, 0.8), rgba(255, 234, 97, 0.85));
	background: -o-linear-gradient(right, rgba(224, 69, 66, 0.8), rgba(255, 234, 97, 0.85));
}

#header .swiper-slide {
	padding: 0 8px;
	width: auto;
}

.categoryA:hover {
	color: rgba(224, 69, 66, 0.8);
}

.active {
	color: rgba(224, 69, 66, 0.8);
}
.list_pic{
	background: #FFF url("//www.12sporting.com/static/fore/app_zhishi_css_js/img/ajax.gif") no-repeat center center;
	background-size: 30%;
}

@media only screen and (min-width: 361px) {
	#header .swiper-slide {
		padding: 0 10px;
	}
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
	#header .swiper-slide {
		padding: 0 9px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
	#header .swiper-slide {
		padding: 0 5px;
	}
}