@charset "utf-8";
/* CSS Document */
/*全局样式*/
body,ul,li,p,h4,h3,h2,h1,a,ol,div,img {
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	font-style: normal;
}

a {
	color: black;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
/*首页*/
.commbox {
	border: 1px solid #CCC;
	padding: 6px 10px;
}

.ad-img {
	background: url(../img/w.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
}

.toptitle {
	margin: 20px 0;
}

.nav-fixed {
	position: fixed;
	z-index: 10;
	top: 77px;
	left: 0;
	display: none;
}

.nav-fixed ul li {
	border-top: 1px solid #CCC;
	background: white;
	padding: 2px 4px;
	font-size: 18px;
}

.nav-fixed ul li:hover {
	color: white;
	background: #f99219;
	border-color: #f99219;
}

.nav-fixed ul a {
	text-decoration: none;
}

.cart-img {
	width: 32px;
	float: right;
	margin-top: -6px;
}

.cartbox {
	background: rgba(0,0,0,.5);
	width: 40px;
	height: 40px;
	border-radius: 5px;
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 10;
}

.cartboxp {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 15px;
	height: 15px;
	background: white;
	border-radius: 90%;
}

.cartp {
	font-size: 15px;
	color: red;
	text-align: center;
	line-height: 15px;
}
/*详情页*/
.numberbox {
	border: 2px solid #CCC;
	width: 176px;
	float: left;
	margin-top: 20px;
}

.num_plus {
	text-align: center;
	font-size: 22px;
	padding: 0 19px;
	border-left: 2px solid #CCC;
}

.num_reduce {
	text-align: center;
	font-size: 22px;
	padding: 0 21px;
	border-right: 2px solid #CCC;
}

.num_input {
	width: 50px;
	border: 0;
	pointer-events: none;
	font-size: 22px;
	text-align: center;
}

.numberbox span,.numberbox div {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
/*筛选页*/
.commbox {
	border: 1px solid #CCC;
	padding: 6px 10px;
}

.ad-img {
	background: url(../img/w.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
}

.ad-nav {
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0;
}

.ad-nav ul {
	margin-top: 10px;
}

.ad-nav ul li {
	float: left;
	color: white;
	font-size: 16px;
	border: 1px solid white;
	width: 85px;
	height: 25px;
	margin: 5px;
	text-align: center;
}

.ad-nav ul li:hover {
	color: #f99219;
	border: 1px solid #f99219;
}

.toptitle {
	margin: 20px 0;
}

.nav-fixed {
	position: fixed;
	z-index: 10;
	top: 77px;
	left: 0;
}

.nav-fixed ul li {
	border-top: 1px solid #CCC;
	background: white;
	padding: 2px 4px;
	font-size: 18px;
}

.nav-fixed ul li:hover {
	color: white;
	background: #f99219;
	border-color: #f99219;
}

.nav-fixed ul a {
	text-decoration: none;
}

.cart-img {
	width: 32px;
	float: right;
	margin-top: -6px;
}

.page-link {
	color: black;
}

.brandbox {
	height: 70px;
	overflow: hidden;
	border: 1px solid #CCC;
}

.brandbox2 {
	height: 70px;
	overflow: hidden;
	border: 1px solid #CCC;
}

.brandspan {
	float: right;
}

.sortbtn {
	background: #CCC;
	margin-right: 5px;
}

.sortbtn a:hover {
	color: black;
}
