table.order-list-table {
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	table-layout: auto;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #f2f6ff;
}

table.order-list-table {
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	table-layout: auto;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #f2f6f9
}

table.order-list-table th {
	font-size: 16px;
	color: #080808;
}
table.order-list-table th span {
	font-weight: bold;
}

table.order-list-table td {
	/* padding:1em;*/
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px solid #f2f6f9;
	font-size: 16px;
	color: #101010;
	text-align: center;
}

table.order-list-table tr.clickable {
	cursor: pointer
}

table.order-list-table tr.clickable:hover {
	background-color: #f1f5fd
}

table.order-list-table tr:nth-child(2n) {
	background-color: #f9f9f9
}

table.order-list-table tr:last-child td {
	border-bottom: 1px solid #f2f6ff
}

table.order-list-table td:first-child {
	border-left: 1px solid #f2f6ff
}

table.order-list-table td:last-child {
	border-right: 1px solid #f2f6ff
}

.order-list-table th {
	position: relative;
	padding: 18px 15px 18px 20px;
	vertical-align: middle;
	/* border:1px solid #f2f6f9; */
	color: #707070;
	vertical-align: bottom;
	background: #f5faff;
}

.button-qk {
	margin: 0 5px;
	font-size: 16px;
	color: #101010;
	border: 0;
	background: none;
}

.button-qk-pay {
	color: #ff6519;
}

.button-qk-cancel {
	color: #bababa;
}

table.order-list-table td.qk-topay {
	color: #428cff;
}

table.order-list-table td.qk-type-1,
table.order-list-table td.qk-type-2 {
	position: relative;
}
.drop-list {
	min-width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 0 6px;
    position: absolute;
    white-space: nowrap;
	border: 1px solid #e5f0f7;
	box-shadow: 4px 4px 13px #798a9c;
	border-radius: 5px;
	z-index: 9;
	left: 0;
	top: 50px;
	display: none;
}
.status-th:hover .drop-list{
	display: block;
}
.drop-list__btn {
	background-color: transparent;
    color: #000000;
    cursor: pointer;
    display: block;
    outline: 0;
    padding: 11.2px;
    text-align: center;
    text-decoration: none;
	border: 0;
	border-bottom: 1px dashed #e5f0f7;
    width: 100%;
}
.drop-list__btn:last-child {
	border-bottom: 0;
}
.drop-list__btn.active {
	color: #428cff;
}
.invoice-none,
.invoice-down-disabled {
	color: #bababa !important;
	cursor: no-drop;
}
.invoice-down .down-txt {
	color: #68c15f !important;
	cursor: pointer;
}

.icon-down {
	background-position: -101px -57px;
	width: 9px;
	height: 6px;
	vertical-align: 4px;
    margin-left: 5px;
}
.qk-order-detail-box,
.qk-pay-detail-box {
	position: absolute;
	left: 120px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1000;
	display: none;
}

.qk-order-detail-box:before,
.qk-pay-detail-box:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -12px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
	display: inline-block;
}

.click-check:hover,
.click-check.active {
	color: #1091ff;
	cursor: pointer;
}

.qk-order-detail-box dl {
	width: 366px;
	/*min-height: 230px;*/
	padding: 0px 15px 20px 25px;
	background: #fff;
	border-radius: 10px;
}

.qk-order-detail-box dl dt,
.qk-detail-box dl dt {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #101010;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	border-bottom: #e5e5e5 solid 1px;
	position: relative;
}

.qk-detail-box dl dt:before {
	content: '';
	width: 78px;
	height: 3px;
	background: #7fb0fd;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -39px;
}

.qk-order-detail-box dl dd,
.qk-detail-box dl dd {
	line-height: 26px;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding-top: 18px;
	color: #000;
}

.qk-order-detail-box dl dd span.qk-xx-t,
.qk-detail-box dl dd span.qk-xx-t {
	width: 80px;
	color: #8c8c8c;
	display: inline-block;
	vertical-align: top;

}

.qk-order-detail-box dl dd span.qk-xx-cont {
	width: 270px;
	display: inline-block;
}

/* .qk-pay-detail-box{ 
 	 width: 280px;	
 	 position: fixed;
 	top: 50%;
 	left: 50%;
 	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 	z-index: 1000;
 	display: none;
 } */

.qk-pay-detail-box dl {
	width: 280px;
	background: #fff;
	border-radius: 10px;
	padding: 10px 25px 20px;
}

.qk-detail-box dl .close,
.qk-detail-cancel-box dl .close {
	width: 32px;
	height: 32px;
	background: url(../images/close2.png) no-repeat;
	position: absolute;
	top: -26px;
	right: -26px;
	font-size: 0;
	cursor: pointer;
	display: ;
}

.qk-detail-cancel-box dl .close {
	display: block;
}

.qk-detail-cancel-box {
	width: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none;
}

.qk-detail-cancel-box dl {
	background: #fff;
	border-radius: 10px;
	padding-bottom: 20px;
}

.qk-detail-cancel-box dl dt {
	padding: 0 30px;
	width: 100%;
	height: 65px;
	font-size: 22px;
	color: #101010;
	font-weight: bold;
	line-height: 65px;
	text-align: left;
	background: #eef4ff;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
}

.qk-detail-cancel-box dl dt:before {
	display: none;
}

.qk-detail-cancel-box dl dd {
	padding: 0 5px;
	text-align: center;
	margin: 0;
}

.qk-detail-cancel-box dl dd p {
	padding: 30px 0;
	font-size: 18px;
	color: #000;
}

.qk-detail-cancel-box dl dd button {
	margin: 0 10px;
	width: 108px;
	height: 44px;
	font-size: 18px;
	color: #8f8e8e;
	line-height: 44px;
	border: 0;
	background: #e3e4e5;
	border-radius: 5px;
	cursor: pointer;
}

.qk-detail-cancel-box dl dd button.button-confirm {
	color: #ffffff;
	background: #6b9fff;
}

.qk-layout-box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.messageBox {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.messageBox p {
	width: 216px;
	padding: 15px 5px;
	font-size: 18px;
	line-height: 1.2;
	color: #3078ff;
	text-align: center;
	border: #4888ff solid 1px;
	background: #f0f6ff;
	border-radius: 5px;
}

.color-red {
	color: #ff5938;
}

.qk-topay .item-time {
	margin-left: 2px;
}


.personal-order-content .notList {
	width: 100%;
	padding: 50px 0;
	text-align: center;
	display: none;
}

.personal-order-content .notList img {
	width: 293px;
	height: 175px;
	display: inline-block;
}

.personal-order-content .notList p {
	padding-top: 20px;
	font-size: 16px;
	color: #101010;
	display: block;
}
.modal-invoice-box {
	width: 570px;
	top: 50%;
    transform: translate(0, -50%);
	margin: 0 auto;
	padding: 20px 0 25px;
}
.modal-invoice-body {
	padding: 15px 30px 0;
	font-size: 14px;
}
.modal-invoice-body .form-invoice-group .control-label {
	width: 100px;
	margin-right: 20px;
}
.modal-invoice-body .form-invoice-group {
	width: 500px;
	height: 40px;
	margin-bottom: 20px;
}
.modal-invoice-body .form-invoice-group-radio {
	margin-bottom: 10px;
}
.modal-invoice-body .form-invoice-group .form-input .input-box {
	width: 380px;
	height: 40px;
}
.form-invoice-submit {
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.form-invoice-submit .btn-cancel {
    margin-right: 30px;
}
.invoice-order-tip {
	font-size: 12px;
}
.invoice-modal-show {
	margin: 28px 0;
}
.invoice-tip-2 {
	color: #ff6519;
	font-size: 12px;
	padding-top: 15px;
}
.public-box {
    display: none;
}
.public-box.public-box-show {
    display: block;
}
.public-box-s {
    height: 420px;
    overflow: hidden;
    overflow-y: scroll;
}
.public-box-s::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.public-box-s::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
}