.shopcartTop ul{overflow: hidden;clear: both;}
.shopcartTop ul li{float: left;width: 204px;font-weight: bold;text-align: center}
.shopcartTop ul li:nth-child(1){
    width: 50px;
}
.shopcartTop ul li:nth-child(2){
    width: 290px;
}
.shopcartBox{padding:10px 60px;background:rgba(255,255,255,1);width: 1200px;
	position: absolute;top: 116px;left: 50%;margin-left: -600px;min-height: 600px;}
.shopcartTop{
	padding: 16px 20px;

}


.shopcartBox .title{border-bottom: 1px solid #dcdcdc;padding-bottom:20px;font-size:16px;margin-left: 8px;text-align: left;}
.item_detail li{
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
	clear: both;
}
.item_detail li>div{
	float: left;
	width: 202px;
    text-align: center;
	position: relative;
}
.item_detail li .pro_box{
	width: 342px;
	text-align: left;
	font-size: 12px;	
}
.item_detail li .pro_box img{
	width: 80px;
	height: 80px;
	margin-right:8px;
	float: left;
}
.table_box{
	display:table
}
.inner_item{
	line-height: 80px;
}
.item_detail li .pro_box p{
	width: 166px;
	margin-left:80px;
	display:table-cell;  
	vertical-align: middle
}

.controller {
	overflow: hidden;
	clear: both;
}
.controller span.active{background: #e72027 !important}
.controller #count_btn{
	display: block;
	width: 140px;
	height: 42px;
	background: #bababa;
	font-size: 24px;
	float: right;
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
}
.pro_price_count span{
	color: #e72027
}
.table_box label.left{margin-right: 36px;}

.delete{cursor: pointer;}
.dialog_item_detail .pro_num{margin-top:31px;}
.pro_num{line-height: 20px;margin-top:16px;}
.pro_num>input{width: 82px;height: 46px;padding: 5px;
    box-sizing: border-box;text-align: center;
    color: #000000;background: #e2dfdf;
}
.pro_num>.btn{float: right;width: 20px;position: absolute;right:32px;top: 0}
.pro_num>.btn span{
    display: block;
    width: 20px;
    height: 20px;
    background: #e2dfdf;
    cursor: pointer;
}
.pro_num>.btn span:first-child{
    margin-bottom: 6px;
}
.controller .showTotal{
    overflow: hidden;
    float: right;

}
.controller .showTotal p{
    float: right;
    line-height: 42px;
    margin-left: 10px;
}

.shangcheng_banner {
    height: 959px;
    min-width: 970px;
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.searchOrderInfo{text-align: center;cursor: pointer}
.shangcheng_banner img{width: 100%;}
.searchOrder{position: fixed;width: 500px;left: 0;right: 0;top: 0;bottom: 0;margin: auto;background: #fff;height: 638px;}
.orderHeader{padding: 8px 0px; display: flex;justify-content: center}
.orderHeader input{
	width: 316px;
	height: 34px;
	box-sizing: border-box;
	border:1px solid #bababa;
	padding: 5px;
	float: left;
}
.orderHeader span{
	display: block;
	text-align: center;
	width: 70px;
	height: 34px;
	box-sizing: border-box;
	cursor: pointer;
	border:1px solid #bababa;
	margin-left: 10px;
	font-size: 20px;
	line-height: 34px;
	float: left;
}
.searchOrder .controller{position: absolute;bottom:0px;left: 0;right: 0px;}
.searchOrder .controller span{
	display: block;
	width: 140px;
	height: 42px;
	background: #bababa;
	font-size: 24px;
	float: right;
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;}
.orderInfoBox p{
	margin: 8px 10px;
}
.bg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.35);
	z-index: 100; 
}
.dialog_item_detail{
	max-height: 306px;
	margin-bottom:15px;
	overflow-y: auto;
}


.dialog{width:420px;height: 200px;background: #fff;  position: absolute;  left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin: auto;z-index: 300;}
	
.dialog-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #F8F8F8;
	border-radius: 2px 2px 0 0;
}
.dialog-text{
    position: relative;
	overflow: auto;
	padding: 15px;
	line-height: 30px;
}
.dialog-button{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}
.dialog-button  a{
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}
.dialog-button a {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}