/**!
 * 采购计划-计划申报
 * date:2017-08-16
 * author: csxiang;
 */

html,body {
	background-color: #f5f5f5;
}
.con-hd h1 {
	background: url(../images/carriage.png) no-repeat left;
}
.order-hd {
	height: 31px;
	line-height: 31px;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
}

.order-hd li {
	float: left;
	text-align: center;
}

.co62 {
	width: 62px;
}

.co200 {
	width: 200px;
}

.co150 {
	width: 150px;
}
.co436{
	width: 436px;
}
.co292 {
	width: 292px;
}
.co108{
	width: 108px;
}
.co110 {
	width: 110px;
}
.editfreight {
    color: #e40000;
    display: block;
    margin-top: 7px;
    font-size: 13px;
}
.deletefreight {
    display: block;
    margin-top: 7px;
    color: #333;
}
.order-item {
	border: 1px solid #e5e5e5;
	border-top: none;
	border-right: none;
}
.order-details {
	height: 50px;
}

.order-details li {
	float: left;
	height: 100%;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.order-details li>p{
	margin-top: 15px;
}

.pages {
	float: right;
	margin-top: 15px;
}

.pages .pre,
.pages .next {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}

.pages .page {
	margin: 0 14px;
	color: #cc0000;
}

.footer {
	height: 74px;
	padding-top: 20px;
}

.footer p {
	text-align: center;
	margin-bottom: 10px;
}

.footer span {
	color: #d00005;
}

.footer a {
	color: #333;
}
