/**!
 * 采购计划-计划申报
 * date:2017-08-16
 * author: csxiang;
 */
html, body {
	background-color: #f5f5f5;
}

.content {
	float: right;
	width: 1096px;
	min-height: 750px;
}

.con-hd {
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin-bottom: 20px;
	background-color: #fff;
}

.con-hd h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 23px;
	padding-left: 33px;
	background: url(../images/bid.png) no-repeat left;
}

.quit-searh .quit {
	width: 135px;
}

.order-state-wrap {
	background-color: #fff;
}

.order-state {
	height: 45px;
	margin-right: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 14px;
}

.order-state li {
	position: relative;
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	cursor: pointer;
}

.order-state .cur {
	font-weight: bold;
	color: #cc0000;
	border: 1px solid #d1d1d1;
	border-bottom: 1px solid #fff;
}

.con-bd {
	overflow: hidden;
	background-color: #fff;
	padding: 0 20px 20px 20px;
}

.order-hd {
	height: 31px;
	line-height: 31px;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
}

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

.order-hd .col04 {
	width: 151px;
}

.allstate {
	position: relative;
	height: 31px;
	padding-left: 10px;
}

.allstate .allstate-title {
	position: absolute;
	z-index: 2;
	display: block;
	width: 94px;
	text-align: left;
	margin-left: 18px;
	cursor: pointer;
}

.allstate .allstate-title .down {
	padding-right: 12px;
	background: url(../images/state2_down.png) no-repeat right;
}

.allstate .allstate-title .up {
	padding-right: 12px;
	background: url(../images/state2_up.png) no-repeat right;
}

.statelist {
	display: none;
	position: absolute;
	z-index: 1;
	width: 95px;
	padding-left: 18px;
	padding-top: 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 1px 1px rgba(229, 229, 229, .7);
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}

.statelist li {
	height: 26px;
	line-height: 26px;
	float: none;
	text-align: left;
	cursor: pointer;
}

.statelist li:hover {
	color: #db2323;
}

.col01 {
	width: 62px;
	margin-left: 15px;
	text-align: left;
	margin-right: 14px;
}

.col02 {
	margin-right: 36px;
	margin-left: 24px;
}

.col03 {
	width: 252px;
}

.col04 {
	width: 250px;
}

.col05 {
	width: 95px;
}

.col06 {
	width: 98px;
}

.col07 {
	width: 200px;
}

.col08 {
	width: 155px;
}

.col09 {
	width: 500px;
}

.order-hd .choseall-box {
	text-align: left;
}

.order-hd .choseall-box input {
	float: left;
	margin-right: 8px;
	margin-top: 9px;
}

.checkbox {
	position: relative;
	float: left;
	width: 11px;
	height: 11px;
	margin-right: 8px;
	border: 1px solid #b6b6b6;
}

.order-hd .checkbox {
	margin-top: 9px;
}

.checkbox i {
	display: none;
	position: absolute;
	width: 13px;
	height: 10px;
	background: url(../images/gou.png) no-repeat center;
}

.order-item {
	border: 1px solid #e5e5e5;
	border-top: none;
}

.order-details {
	
}

.order-details li {
	float: left;
	height: 100%;
	/* padding-top: 15px; */
	border-right: 1px solid #e5e5e5;
}

.order-pro {
	width: 255px;
}

.order-pro-single {
	border-bottom: none;
	margin-top: 35px;
}

.order-pro01 {
	margin-top: 15px;
}

.order-pro .text {
	width: 180px;
	text-align: center;
	margin-right: 10px;
}

.order-man p {
	margin: 0 auto 10px;
	text-align: center;
	margin-top: 15px;
}

.order-sum .sumlist {
	width: 105px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}

.wait-verify a {
	color: #f85d00;
}

.order-dec p {
	margin-bottom: 10px;
	text-align: center;
	margin-top: 15px;
}

.order-dec .ok a {
	color: #58ad21;
}

.order-return a {
	color: #db2323;
}

.return-dott {
	position: relative;
	display: inline-block;
	width: 21px;
	height: 11px;
	margin-left: 5px;
	background: url(../images/returndott.png) no-repeat;
	cursor: pointer;
}

.return-detail {
	position: relative;
	display: none;
	position: absolute;
	left: -11px;
	top: 18px;
	z-index: 1;
	width: 132px;
	padding-top: 9px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.return-detail .space {
	position: absolute;
	top: -8px;
	height: 10px;
	width: 30px;
}

.return-detail img {
	position: absolute;
	position: absolute;
	top: -7px;
	left: 9px
}

.return-detail span {
	display: block;
	text-align: left;
	padding-left: 14px;
	line-height: 20px
}

.return-detail .line01 {
	color: #db2323;
}

.order-dec .detail a {
	color: #333;
}

.order-dec .detail a:hover {
	color: #db2323;
}

.order-details .order-opt {
	border-right: 0;
	text-align: center;
}

.order-details .order-opt-nolast {
	border-right: 1px solid #e5e5e5;
}

.order-opt a {
	display: block;
	width: 96px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 10px auto 10px;
	border-radius: 2px;
}

.order-opt .quit {
	color: #333;
}

.order-opt .quit:hover {
	color: #db2323;
}

.order-opt .check {
	color: #fe7800;
	border: 1px solid #fe7800;
}

.order-opt .check:hover {
	color: #fff;
	background-color: #fe7800;
}

.order-opt .update {
	color: #305ad1;
	border: 1px solid #305ad1;
}

.order-opt .update:hover {
	color: #fff;
	background-color: #305ad1;
}

.order-opt .warn {
	color: #38b44f;
	border: 1px solid #38b44f;
}

.order-opt .warn:hover {
	color: #fff;
	background-color: #38b44f;
}

.order-dec {
	width: 108px;
}

.order-dec p.pass-ok {
	color: #38b44f;
}

.pages {
	float: right;
}

.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;
}