/**************样式重定义***************/


.item-pic 
{
    width:214px;
    height:200px;
    position:relative;
    overflow:hidden;
}

.item-pic:nth-of-type(even) 
{
    background:url("../images/03.png") no-repeat center center;
    background-size:cover;
}

.item-pic:nth-of-type(odd) 
{
    background:url("../images/04.png") no-repeat center center;
    background-size:cover;
}

.item-off-tip {
    position:absolute;
    top:-69px;
    left:181px;
    line-height:180px;
    width:100px;
    height:100px;
    background:red;
    color:#fff;
    transform:rotate(45deg);
}

.item-title 
{
    height:30px;
    line-height:30px;
}

.item-pic:hover {
    cursor:pointer;
}

.item-title:hover {
    cursor:pointer;
    color:#333;
}

.item-seller-price 
{
    font-size:12px;
}

.item-price 
{
    height:30px;
    font-size:22px;
    line-height:30px;
}

.item-seller-container 
{
    position:absolute;
    width:100%;
    height:24px;
    line-height:24px;
    border-top:1px solid #ddd;
    bottom:0;
}

.item-seller-container .seller-name 
{
    float:left;
    margin-left:10px;
}

.item-seller-container .seller-place 
{
    float:right;
    margin-right:10px;
}

.item-info 
{
    position:absolute;
    top:300px;
    width:100%;
    height:170px;
    background:#eee;
    transition:top 0.5s ease;
}

.commit-container 
{
    height:30px;
    line-height:30px;
}

.pay-amount
{
    float:left;
    margin:5px;
}

.commit-amount
{
    float:right;
    margin:5px;
}

.cart-container 
{
    position:relative;
}

.follow
{
    width:60px;
    height:20px;
    line-height:20px;
    position:absolute;
    left:15px;
    top:5px;
    text-align:center;
    border:1px solid #333;
    border-radius:3px;
    padding:3px;
    cursor:pointer;
    transition:background 0.3s ease;
}

.follow i {
    font-size:14px;
    margin-right:2px;
}

.cart
{
    width:100px;
    height:20px;
    line-height:20px;
    position:absolute;
    left:95px;
    top:5px;
    text-align:center;
    border:1px solid #333;
    padding:3px;
    border-radius:3px;
    cursor:pointer;
    color:#990000;
    transition:background 0.3s ease;
}

.cart i {
    font-size:14px;
    margin-right:2px;
}

.follow:hover, .cart:hover 
{
    background:#fff;
}

.recommand-item {
	background:#fff;
}



/************cart--main***************/

.main-container {
	width:100%;
	background:rgb(242,242,242);
	padding-top:30px;
	margin-bottom:30px;
}

.cart-detail {
	width:1170px;
	margin:0 auto;
	background:rgb(250,250,250);
}

#cart-container {
	border-collapse: collapse;
	padding:20px;
	box-sizing:border-box;
}

.cart-container thead {

}

#cart-container thead tr {
	height:20px;
	border-bottom:2px solid #f99;
}

#all-pick-container {
	padding:10px;
	width:100px;
}

#cart-container td {
	position: relative;
	padding-top:10px;
	padding-bottom:10px;
}

#all-pick {

}

#item-info-title {
	width:500px;
}

#item-unit-price-title {
	width:100px;
}

#item-amount-title {
	width:150px;
	text-indent:3em;
}

#item-price-title {
	width:200px;
	text-indent:2em;
}

#item-operate-title {
	width:150px;
}

tbody {
	padding:30px;
}

.store-title {
	border-bottom:1px solid #eee;
	border-top:2px solid #ccc;
}

.store-title td{
	height:20px;
	line-height: 20px;
	text-indent:1em;
}

.store-item-container {
	height:80px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}

.store-item-cb {
	text-indent:2em;
}

.store-item-cb input {
	position:absolute;
	top:30px;
}

.store-item-info-container {
	line-height:20px;
}

.store-item-info-container img {
	float:left;
	width:120px;
	height:80px;
	margin-right:10px;
}

.store-item-info-container h4 {
	font-size:18px;
	vertical-align: baseline;
}

.store-item-info {
	margin-top:20px;
}

.store-item-unit-price {
	vertical-align: middle;
}

.store-item-unit-pirce span {

}

.store-item-amount {
	vertical-align: middle;
	text-indent:3em;
}

.store-item-amount span{
	display: inline-block;
	width:20px;
	height:20px;
	border:1px solid #ccc;
	text-align: center;
	line-height: 18px;
}

.store-item-amount input {
	width:50px;
}

.store-item-price {
	vertical-align: middle;
	text-indent: 2em;
}

.store-item-price span {

}

.store-item-operate ul{
	position: absolute;
	top:20px;
}

.store-item-operate li {
	line-height:20px;
	cursor: pointer;
}

.store-item-operate li:hover {
	color:#666;
	text-decoration:underline;
}

tfoot tr {
	width:100%;
}

tfoot tr:first-child td {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.all-item-thumb-container {
	width:100%;
	height:70px;
	padding:0 0px;
	border:1px solid #999;
}

.all-item-thumb-list {

}

.all-item-thumb {
	float:left;
	width:100px;
	height:70px;
	cursor: pointer;
}

.all-item-thumb-pic {
	box-sizing:border-box;
	width:80px;
	height:60px;
	margin:5px 10px;
	position: relative;
	border:1px solid #ddd;
}

.all-item-thumb-pic img {
	position: absolute;
	top:0;
	left:0;
	width:78px;
	height:58px;
}

.all-item-thumb-cancel {
	width:60px;
	height:16px;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	text-align: center;
	color:#fff;
	background:#aaa;
	float:right;
	position: absolute;
	right:0;
	top:0;
}

.all-item-thumb-pick .all-item-thumb-pic{
	border-color:#cc3333;
}

/*#bottom-operate-toolbar {
	position: relative;
}

#bottom-operate-toolbar li{
	float:left;
	height:20px;
	margin-right:20px;
	line-height: 20px;
}

#all-pick-items {
	margin-left:290px;
}

#all-price-container {
	margin-left:30px;
}

#calc-btn {
	margin-left:30px;
}
*/



#bottom-operate-toolbar td{
	vertical-align: middle;
	background:rgb(236,236,236);
}

.multiple-operate-list li {
	float:left;
	margin-right:15px;
	color:#555;
	cursor:pointer;
}

.multiple-operate-list li:hover {
	color:#000;
	text-decoration:underline;
}

#all-pick2-container {

}

#all-pick2 {
	margin-left:10px;
}

#all-pick-items {
	position: relative;
}

#all-pick-items:after {
	content:'∨';
	font-size:16px;
	font-weight:600;
	color:#f33;
	font-family: '微软雅黑';
}

#all-pick-items span {
	margin:0 3px;
}

.arr-down {
	position: absolute;
	top:-1px;
	width:0;
	height:0;
	left:84px;
	border-width:10px;
	border-style: solid;
	border-color:#fff transparent transparent transparent;
	-webkit-filter:drop-shadow(0px 1px 1px rgba(200,200,200,0.5));
}

#all-price {
	color:#922;
}

#calc-btn-container {
	position: relative;
}

.calc-btn {
	position: absolute;
	width:145px;
	height:39px;
	line-height:39px;
	background:#f33;
	color:#fff;
	text-align:center;
	top:0;
	font-weight: bold;
	font-size:16px;
	transition:background 0.5s ease;
	cursor:pointer;
}

.calc-btn:hover {
	background:#d00;
}






