/**!
 * 网上商城
 * 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/contract/contracticon.png) no-repeat left;
}

.order-state-wrap {
	background-color: #fff;
	position: relative;
}
.order-state-wrap .recycle {
	position: absolute;
	right: 18px;
    top: 15px;
    font-size: 14px;
    cursor: pointer;
}
.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;
	margin-bottom: 16px;
	background-color: #f2f2f2;
}
.order-hd li {
	float: left;
	text-align: center;
}
.order-hd .col02 {
	width: 133px;
}
.order-hd .col04 {
	width: 622px;
}
.order-hd .col06 {
	padding-left: 45px;
    width: 75px;
}
.order-hd .col08 {
	padding-left: 26px; 
}
.contract-time,
.allstate {
	position: relative;
	height: 31px;
}
.contract-time .allstate-title,
.allstate .allstate-title {
	position: absolute;
	z-index: 2;
	display: block;
	width: 94px;
	text-align: left;
	margin-left: 12px;
	cursor: pointer;
}
.contract-time .allstate-title .down,
.allstate .allstate-title .down {
	padding-right: 12px;
	background: url(../images/state2_down.png) no-repeat right;
}
.contract-time .allstate-title .up,
.allstate .allstate-title .up {
	padding-right: 12px;
	background: url(../images/state2_up.png) no-repeat right;
}

.statelist {
	display: none;
	position: absolute;
	width: 95px;
	padding-bottom: 5px;
	padding-left: 12px;
	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;
	z-index: 1;
}
.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 {
	width: 236px;
	margin-right: 30px;
}
.col03 {
	width: 100px;
}
.col04 {
	width: 165px;
}
.col05 {
	width: 165px;
}
.col06 {
	width: 120px;
}
.col07 {
	width: 109px;
}
.col08 {
	width: 117px;
}
.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;
	margin-top: 9px;
	border: 1px solid #b6b6b6;
}
.checkbox i {
	display: none;
	position: absolute;
	width:13px;
	height: 10px;
	background: url(../images/gou.png) no-repeat center;
}

.order-item {
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}
.order-title {
	height: 31px;
	line-height: 31px;
	background-color: #f5f5f5;
}
.order-title .checkbox {
	margin-left: 15px;
}
.order-title .time {
	margin: 0 36px 0 16px;
	color: #999;
}
.order-title .number {
	color: #999;
}
.order-title .number i {
	font-style: normal;
	color: #333;
}
.order-title .copybtn {
	margin: 0 22px;
	color: #1b65b0;
	cursor: pointer;  
	border: none;
	outline: none;
    background-color: none;
    background-color: transparent;  
}
.order-title .phone {
	display: inline-block;
	margin-left: 50px;
	padding-right: 24px;
}
.phoneicon {
	position: relative;
	float: right;
    margin-top: 6px;
    margin-left: 9px;
	height: 15px;
	width: 15px;
	background: url(../images/phone.png) no-repeat;
	cursor: pointer;
}
.phoneicon .space {
	display: inline-block;
    height: 20px;
    width: 30px;
    position: absolute;
    top: 14px;
}
.phoneicon img {
	display: none;
	position: absolute;
    bottom: -17px;
    z-index: 3;
}

.phone-detail {
	display: none; 
	position: absolute;
	z-index: 2;
	top: 31px;
	left: -14px;
	padding: 0 10px;
	background-color: #fff;
	white-space: nowrap;
	border: 1px solid #ddd;
	box-shadow: 0px -1px 1px 2px rgba(221, 221, 221, .7);
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	cursor: auto;
}

.order-details > li {
	float: left;
	height: 100%;
	border-right: 1px solid #e5e5e5;
}
.order-pro {
	width: 474px;
	max-height:305px;
	overflow:auto;
}
.order-pro-single {
	border-bottom: none;
	margin-top: 35px;
}
.order-pro01 {
	height: 75px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 15px;
}
.order-pro02 {
	padding-top: 15px;
}
.order-pro .photo,
.order-pro .text,
.order-pro .num {
	float: left;
}
.order-pro .photo {
	width: 60px;
	height: 60px;
}
.order-pro .num {
	text-align: center;
	color: #999;
}
.order-man {
	display: table;
}
.order-man .con {
	display: table-cell;
	vertical-align: middle;
}
.order-man p {
	margin: 15px auto 10px;
	text-align: center;
}
.order-sum .sumlist {
	width: 105px;
	margin: 15px auto 0;
	text-align: center;
}
.order-sum .sumlist p {
	margin-bottom: 10px;
}
.order-sum .sumlist .split {
	height: 1px;
	background-color: #e5e5e5;
}
.order-sum .sumlist .pay-type {
	text-align: center;
}
.order-sum .sumlist .protocol-icon {
	width: 79px;
	height: 8px;
	margin: 0 auto;
	background-image: url(../images/myorder/process.png);
}
.order-sum .sumlist .protocol-text {
	margin-top: 5px;
	text-align: center;
}
.protocol-icon-none {
	background-position-y: 0;
}
.protocol-icon-ing {
	background-position-y: -8px;
}
.protocol-icon-ok {
	background-position-y: -16px;
}
.protocol-text-none {
	color: #cc0000;
}
.protocol-text-ing {
	color: #fe7800;
}
.protocol-text-ok {
	color: #2aa01a;
}

.wait-verify a {
	color: #f85d00;
}
.order-dec > p {
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
.wait-pay-link {
	color: #fe7800;
}
.order-dec .wait-sign {
	color: #cf0d0d;
}
.order-dec .ok-sign {
	color: #58ac20;
}
.order-dec .wait-send a {
	color: #cf0d0d;
}
.order-return {
	text-align: center;
}
.order-return .transport-link {
	color: #333;
}
.order-return .wait-pay-link {
	color: #fe7800;
}

.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 {
	display: none;
	position: absolute;
	left: -4px;
	top: 11px;
	z-index: 1;
	width: 132px;
	height: 79px;
	padding-top: 16px;
	background: url(../images/returnbg.jpg) no-repeat;
}

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

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

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

.order-plan {
	text-align: center;
}
.dott {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 5px;
	border-radius: 50%;
	background-color: #db2323;
	cursor: pointer;
}
.order-plan p {
	position: relative;
	padding: 0 10px;
    line-height: 24px;
}
.order-plan .plan-detail {
	display: none;
	position: absolute;
	width: 159px;
	height: 99px;
	top: 5px;
	left:-18px;
	padding-top: 16px;
	background: url(../images/planbg.png) no-repeat;
}
.plan-detail span {
	display: block;
	text-align: left;
	padding: 0 4px 0 10px;
}
.order-plan a {
	display: inline-block;
	margin-top: 5px;
	color: #333;
}
.order-plan a:hover {
	color: #db2323;
}
.order-details .order-opt {
	border-right: 0;
	text-align: center;
}
.order-opt a {
	display: block;
	width: 96px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 10px auto 10px;
	border-radius: 2px;
}
.order-opt .order-comit, .order-opt .order-detail{
	color: #333;
}
.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;
}
.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;
}


.flow-list {
	height: 90px;
	overflow: auto;
	margin-top: 10px;
}
.flow-list ul {
	border-left: 1px solid #e8e8e8;
	padding-left: 20px;
	margin-left: 4px;
}
.flow-list li {
	position: relative;
	margin-bottom: 15px;
	text-align: left;
}
.flow-list li:before {
	content:url(../images/myorder/graydott.png);
	position: absolute;
	left: -24px;
}
.flow-list .first:before {
	content:url(../images/myorder/reddott.png);
	height: 4px;
    background-color: #fff;
}
.flow-list li span {
	color: #999;
}
.flow-list li p {
	color: #999;
	margin-top: 4px;
	padding-left: 5px;
}

.flow-list .first span {
	color: #cc0000;
}