body{
	padding-bottom: 260px;
	background: #ebf0f2;
}
.shopping_top {
	position:fixed;
	top:0;
	width:960px;
	height: 130px;
	background-color:#fff;
	border-bottom:1px solid #dcdddd;
	font-size: 32px;
	color: #505050;
	font-weight: bold;
	padding-top: 50px;
}
.shopping_top .return_prev_page {
	position: absolute;
	left: 40px;
	top: 50px;
}
.order_ip2{
	padding-top: 130px;
	background: #fff;
	margin-bottom: 33px;
}
.order_ip2 p{
	padding: 0 40px;
	font-size: 28px;
	color: #505050;
	margin-top: 40px;
}
.status{
	height: 118px;
	line-height: 118px;
	background: #5eb4b4;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
}
.order_ip3{
	background: #fff;
	padding-left: 40px;
	margin-bottom: 33px;
}
.core_info{
	padding: 40px 0;
	padding-right: 40px;
	border-bottom: 1px solid #efefef;
}
.goods{
	width: 260px;
	height: 260px;
	overflow: hidden;
	margin-right: 40px;
}
.goods_name{
	/*width: 500px;*/
	font-size: 28px;
	font-weight: bold;
	color: #505050;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 32px;
}
.goods_des{
	width: 500px;
	font-size: 22px;
	color: #7d7d7d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 60px;
}
.method{
	width: 500px;
	font-size: 22px;
	color: #7d7d7d;
	margin-bottom: 60px;
}
.goods_color{
	font-size: 22px;
	margin-bottom: 40px;
}
.goods_color label{
	color: #7d7d7d;
}
.goods_color label span{
	font-weight: bold;
	color: #505050;
	margin-right: 10px;
}
.number{
	font-size: 28px;
	color: #505050;
	margin-top: 130px;
}
.goods_price{
	font-weight: bold;
	font-size: 28px;
	color: #505050;
}
.payment_ip4{
	background: #fff;
	margin-bottom: 33px;
	padding-left: 40px;
}
.wrap2{
	padding-top: 40px;
}
.wrap2 li{
	text-align: left;
	padding-right: 40px;
}
.li1{
	font-size: 22px;
	color: #7d7d7d;
	margin-bottom: 40px;
}
.li2{
	font-size: 28px;
	color: #505050;
	margin-bottom: 40px;
}
.li3{
	height: 102px;
	line-height: 102px;
	font-weight: bold;
	font-size: 28px;
	color: #505050;
	border-top: 1px solid #efefef;
}
.li3 label{
	color: #e81616;
}
.order_dets_bottom{
	position: fixed;
	bottom: 0;
	width: 960px;
	height: 138px;
	line-height: 138px;
	background: #fff;
	padding-right: 40px;
}
.order_dets_bottom .a1{
	width: 200px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #5eb4b4;
	color: #5eb4b4;
	text-align: center;
	margin-top: 40px;
	border-radius: 10px;
	font-size: 32px;
}
.order_dets_bottom .a2{
	width: 200px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #7d7d7d;
	color: #7d7d7d;
	text-align: center;
	margin-top: 40px;
	border-radius: 10px;
	font-size: 32px;
	margin-right: 30px;
}