
.pay_box{
	width: 770px;
	height: 860px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top:-430px;
	margin-left: -335px;
	background: #fff;
	z-index: 999; 
	box-sizing: border-box;
	padding: 26px;
}
.dialog_form_item{
	width: 508px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding: 10px 0px;
}
.dialog_inner_box{
	border-bottom: 1px solid #000;
}

._ps{
	padding: 8px;

}
.title{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 30px;
}
.address_info input{
	width: 86.4%;
	height: 36px;
	padding: 5px;
	margin-top: 20px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #dcdcdc;
	margin-left: 62px;
}
.phone,.name{
	width: 150px;
	height: 36px;
	padding: 5px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #dcdcdc;
}
.bg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.35);
	z-index: 100; 
}
.pay_method_icon_zfb{
	display: block;
	width: 118px;
	height: 48px; 
	background: url('../images/zfb.png') no-repeat;
	background-size: contain;
}
.radio{
	margin-top: 15px;
	margin-right: 10px;
}
.select_item{
	line-height: 37px;
}
.dialog_shop_cart_head{
margin: 10px 0px;
background:#dcdcdc;
padding: 15px;
}
.dialog_shop_cart_head ul{
	overflow: hidden;
	clear: both;
}
.dialog_shop_cart_head ul li{
	float: left;
	width: 124px;
	text-align: center;
	font-weight: bold;
}
.dialog_shop_cart_head ul li:first-child{
	width: 186px;
	text-align: left;
}
.dialog_item_detail li{
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
	clear: both;
}
.dialog_item_detail li>div{
	float: left;
	width: 124px;
	text-align: center;
}
.dialog_item_detail li .pro_box{
	width: 179px;
	text-align: left;
	font-size: 12px;	
}
.dialog_item_detail li .pro_box img{
	width: 80px;
	height: 80px;
	margin-right:8px;
	float: left;
}
.dialog_item_detail li .pro_box p{
	width: 112px;
	margin-left:80px;
	display:table-cell;  
	vertical-align: middle
}
.pay_box .dialog_controller {
	overflow: hidden;
	clear: both;
}
.pay_box .dialog_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;
}