* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
}

ol,
ul {
	list-style: none;
}

a {
	color: #666;
	text-decoration: none;
}

em,
i,
u {
	font-style: normal;
}

.container {
	margin: 0px auto;
	width: 990px;
}

/* 顶部导航*/
.top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #e3e4e5;
	border-bottom: solid 1px #ddd;
}

.top .container {
	background: #e3e4e5;
	color: #999;
}

.top-left {
	float: left;
}

.top-right {
	float: right;
}

.top-left li {
	float: left;
	height: 30px;
	padding: 0 2px;
}

.top-left a {
	color: #999;
}

.top-right li {
	float: left;
	height: 30px;
	padding: 0 2px;
}

/* logo search*/
#banner {
	padding: 10px 0 0;
	height: 66px;
}

.banner-logo {
	position: relative;
	float: left;
	width: 277px;
	padding: 0;
	height: 50px;
	margin: 10px 0 22px;
}

.banner-jd {
	display: block;
	margin-top: 2px;
	width: 134px;
	height: 42px;
	background: url("../img/京东购物车项目.png") no-repeat 0 0;
	background-size: 134px 42px;
	text-indent: -20000px;
}

.banner-self {
	overflow: hidden;
	display: block;
	position: absolute;
	width: 100px;
	height: 40px;
	line-height: 99em;
	top: 14px;
	right: 38px;
	background: url("../img/购物车.png") no-repeat;
}

.banner-search {
	float: right;
	border: 2px solid #c91623;
	background: #c91623;
	height: 24px;
	margin-top: 30px;
	overflow: hidden;
}

.banner-search-itxt {
	border: 0;
	height: 18px;
	line-height: 18px;
	width: 260px;
	padding: 3px 5px;
	outline: 0;
}

.banner-search-button {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 24px;
	border: 0;
	background: #c91623;
	text-align: center;
	color: #fff;
	font-weight: 700;
	-webkit-appearance: none;
}

/* 中间内容*/
.content {
	width: 100%;
}

/* 已选择商品*/
.cart-warp {
	clear: left;
}

.cart-warp table {
	border-collapse: collapse;
}

.cart-warp th {
	padding: 5px 10px;
}

.cart-warp td {
	line-height: 20px;
	padding: 10px;
	text-align: left;
}

.cart-warp td img {
	height: 20px;
	line-height: 20px;
}

.cart-warp td input[type="number"] {
	width: 50px;
	height: 20px;
	line-height: 20px;
}

.cart-warp .checkbox {
	width: 70px;
	text-align: left;
}

.cart-warp .name {
	width: 300px;
}

.cart-warp .price {
	width: 150px;
}

.cart-warp .number {
	width: 120px;
}

.cart-warp .total {
	width: 150px;
}

.cart-warp .operate {
	width: 80px;
}

.cart-warp .center {
	text-align: center;
}

/* 猜你喜欢*/
#c-tabs-new .c-item {
	display: inline-block;
	margin-right: 35px;
	padding-bottom: 3px;
	border-bottom: 2px solid #fff;
}

#c-tabs-new .c-item.curr {
	color: #E2231A;
	font-weight: 700;
	border-color: #E2231A;
}

/* 预选商品*/
#c-tabs-new .mc {
	position: relative;
	overflow: visible;
	height: 326px;
}

#c-tabs-new .c-panel {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
}

#c-tabs-new .goods-list ul {
	display: inline-block;
	display: block;
	width: 100%;
	height: 100%;
}

#c-tabs-new .goods-list li {
	float: left;
}

#c-tabs-new .goods-list .item {
	position: relative;
	width: 206px;
	padding: 20px;
	background: #fff;
	margin: -1px 0 0 -1px;
	border: 1px dashed #cacaca;
	overflow: hidden;
}

#c-tabs-new .goods-list .item:hover {
	z-index: 2;
	border: 1px solid #E2231A;
}

#c-tabs-new .goods-list .p-img {
	width: 160px;
	margin: 0 auto;
}

#c-tabs-new .goods-list .p-name {
	height: 36px;
	line-height: 18px;
	margin: 5px 0;
	overflow: hidden;
	text-align: center;
}

#c-tabs-new .goods-list .p-price {
	width: 100%;
	margin: 5px 0 2px;
	overflow: hidden;
	text-align: center;
}

#c-tabs-new .goods-list .p-price strong {
	font-size: 14px;
	color: #d91f20;
	font-weight: 400;
}

#c-tabs-new .c-page {
	display: none;
}

#c-tabs-new .c-page .c-prev {
	left: 0;
}

#c-tabs-new .c-page .c-next {
	right: 3px;
}

#c-tabs-new .c-page a {
	position: absolute;
	top: 50%;
	margin-top: -60px;
	z-index: 1;
	display: block;
	width: 40px;
	height: 100px;
	line-height: 100px;
	background: #f2f2f2;
	background: rgba(0, 0, 0, .1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000, endColorstr=#32000000);
	color: #999;
	text-align: center;
	font-size: 42px;
	font-weight: 400;
	font-family: simsun;
}
