/* 表单 */
	#stapleNav {margin: 20px 0;background: #f1f3f4;}
	#stapleNav ul {max-width: 1200px;padding: 0 10px;margin: 0 auto;display: flex;}
	#stapleNav ul li a{display: block;padding: 0 20px;height: 40px;line-height: 40px;font-size: 16px;}
	#stapleNav ul li a:hover{background: rgba(30,120,190, .5);color: #fff;}
	#stapleNav ul li .selected {background: #1E78BE;color: #fff;}
	#table .data {padding: 0 10px;max-width: 1200px;margin: 0 auto;}
	#table .data .title {padding: 50px 0;font-size: 30px;text-align: center;}
	#table .title p {line-height: 60px;}
	#table .title .title-c{font-size: 30px;letter-spacing: 6px;}
	#table .title .title-e {font-size: 20px;}
	#table .data .features {padding: 10px 0;}
	#table .data .features form {display: flex;}
	#table .data .features #search {width: 200px;height: 30px;border: 1px solid #1E78BE;text-indent: 1em;font-size: 12px;}
	#table .data .features #searchBut {border-top: 1px solid #1E78BE;border-bottom: 1px solid #1E78BE;border-right: 1px solid #1E78BE;height: 30px;cursor: pointer;user-select: none;}
	
	#table .data table {width: 100%;text-align: center;}
	#table .data table th {height: 30px;background: #1E78BE;color: #fff;}
	#table .data table td {height: 60px;border-bottom: 1px solid #dedfe0;}
	#table .data table td .tdt a{color: #0074E8;text-decoration: underline;}

	#table .data .item-none {height: 100px;text-align: center;line-height: 100px;font-size: 14px;}
	#table .data .item {border: 1px solid #dedfe0;margin-bottom: 30px;background: #f8f8f8;}
	#table .data .item a {color: #0074E8;text-decoration: underline;}
	#table .data .item a:hover{color: #f81200;}
	#table .data .item .item-head {display: flex;align-items: center;height: 46px;font-size: 16px;border-bottom: 1px solid #dedfe0;}

	#table .data .item .item-head .number{margin: 0 80px 0 30px;}
	#table .data .item .item-head .del-i {font-size: 20px;margin: 0 10px 0 auto;color: #999;}
	#table .data .item .item-head .delete{margin: 0 30px 0 0;cursor: pointer;user-select: none;}
	#table .data .item .item-head .delete:hover{color: #f81200;}

	#table .data .item .item-info {display: flex;font-size: 14px;border-bottom: 1px solid #dedfe0;}

	#table .data .item .item-info .info {height: 100px;width: 306px;display: flex;flex-direction: column;justify-content: space-between;margin: 0 0px 0 30px;border-right: 1px solid #dedfe0;}
	#table .data .item .item-info .info > div {flex: 1;display: flex;align-items: center;}

	#table .data .item .item-info .details {width: 307px;display: flex; flex-direction: column; align-items: center;justify-content: space-around;border-right: 1px solid #dedfe0;}

	#table .data .item .item-info .status {flex: 1;padding-right: 20px;display: flex;align-items: center;justify-content: center; border-right: 1px solid #dedfe0;}
	
	#table .data .item .item-info .oper {width: 129px;display: flex;justify-content: center;align-items: center;}
	#table .data .item .item-info .oper .promptImg {width: 30px;}


	#table .data .item .item-exper {display: flex;justify-content: space-between;padding: 10px 20px;}
	#table .data .item .item-exper li {flex: 1;display: flex;flex-direction: column;}
	#table .data .item .item-exper li .t {font-size: 12px;line-height: 2;text-align: center;}
	#table .data .item .item-exper li .p {height: 40px;position: relative;}
	#table .data .item .item-exper li .p .p1 {position: absolute;width: 20px;height: 20px;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);border: 1px solid #8EBBDE;}
	#table .data .item .item-exper li .p .p2 {position: absolute;width: 100%;height: 8px;top: 50%;left: 0;right: 0;transform: translate(0, -50%);border-top: 1px solid #8EBBDE;border-bottom: 1px solid #8EBBDE;background: #fff;}
	#table .data .item .item-exper li .p-a .p2 {background: #8EBBDE;}
	#table .data .item .item-exper li:first-of-type .p .p2 {border-left: 1px solid #8EBBDE;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}
	#table .data .item .item-exper li:last-of-type .p .p2 {border-right: 1px solid #8EBBDE;border-top-right-radius: 8px;border-bottom-right-radius: 8px;}
	#table .data .item .item-exper li .p .p3 {position: absolute;width: 20px;height: 20px;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;}
	#table .data .item .item-exper li .p-a .p3 {background: #8EBBDE;}
	#table .data .item .item-exper li .p .p4 {position: absolute;width: 14px;height: 14px;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);box-sizing: border-box;background: #fff;border: 2px solid #8EBBDE;}
	#table .data .item .item-exper li .p-a .p4 {background: #8EBBDE;border: 2px solid #fff;}
/* 检测订单的订单流程状态 */
	

/* 分页 */
	.pageed {padding: 20px 0;margin: 0 auto;font-size: 14px;display: flex;justify-content: flex-end;}
	.pageed div {display: flex;line-height: 24px;margin-left: 20px;}
	.pageed div span{width: 24px;height: 24px;text-align: center;}
	.pageed div span img {width: 70%;margin-top: 15%;}
	.pageed .pageSum span{border: 1px solid #ccc;cursor: pointer;user-select: none;}
	.pageed .pageSum span:hover{background: #ccc;}



/* 支付凭证 */
	#pay {width: 1200px;margin: 0 auto;padding: 100px 0;display: flex;flex-direction: column;align-items: center;}
	#pay img {margin-bottom: 20px;}

/* 知情同意书 */
	#consent {margin: 40px auto;width: 210mm;background: #fff;padding: 10mm 15mm;border: 1px solid #dedfe0;box-sizing: border-box;}
	#consent .top {border-bottom: 1px solid #dedfe0;display: flex;align-items: flex-end;justify-content: space-between;padding-bottom: 10px;}
	#consent .top img {width: 150px;}
	#consent .top span {font-size: 16px;}
	#consent .title{height: 60px;text-align: center;line-height: 60px;font-size: 18px;color: #1E78BE;font-weight: bold;}
	#consent .t1 {height: 30px;font-size: 14px;color: #1E78BE;font-weight: bold;line-height: 30px;}
	#consent .t2 {font-size: 12px;text-indent: 2em;line-height: 22px;text-align: justify;}
	#consent .botton {border-top: 1px solid #dedfe0;height: 30px;display: flex;align-items: center;margin-top: 10px;}
	#consent .botton input {display: none;}
	#consent .botton input[type=checkbox]:checked + label {background: #1E78BE;}
	#consent .botton label {width: 14px;height: 14px;border: 1px solid #1E78BE;line-height: 14px;text-align: center;font-size: 12px;border-radius: 2px;margin-right: 10px;color: #fff;cursor: pointer;user-select: none;}
	#consent .botton span {font-size: 14px;color: #3492E1;font-weight: bold;}

/* 信息单 */
	#requisition {margin: 40px auto;width: 210mm;background: #fff;padding: 10mm 15mm;border: 1px solid #dedfe0;box-sizing: border-box;}
	#requisition .top {border-bottom: 1px solid #dedfe0;display: flex;align-items: flex-end;justify-content: space-between;padding-bottom: 10px;}
	#requisition .top img {width: 150px;}
	#requisition .top span {font-size: 16px;}
	#requisition .title{height: 60px;text-align: center;line-height: 60px;font-size: 18px;color: #1E78BE;font-weight: bold;}
	#requisition .cont {border: 1px solid #222;}
	#requisition .h1 {height: 30px;font-size: 14px;line-height: 30px;text-indent: 10px;background: #1E78BE;color: #fff;}
	#requisition .box1 {font-size: 12px;padding: 5px 0px 5px 5px;display: flex;flex-wrap: wrap; box-sizing: border-box;}
	#requisition .box1 li {padding: 5px;display: flex;display: -webkit-flex; align-items: center;}
	#requisition .box1 .tail {padding: 5px 0 5px 5px;}

	#requisition input[type=date],
	#requisition input[type=number],
	#requisition input[type=text] {border: none;border-bottom: 1px solid #ccc;background: #fff;font-size: 12px; height: 19px;}

	#requisition select {border: none; height: 20px;}

	#requisition .box2 {display: flex;}
	#requisition .box2 .left-title {flex: 1;font-size: 12px;display: flex;align-items: center;justify-content: center;border-right: 1px solid #222;}
	#requisition .box2 .description {width: 100%;resize: none;font-size: 12px;line-height: 20px;text-align: justify;overflow: hidden;border: none;}
	#requisition .box2 .description-box {width: 100%;font-size: 12px;line-height: 20px;text-align: justify;min-height: 48px;display: none;word-wrap: break-word;word-break: break-all;}

	#requisition .box3 {font-size: 12px;padding: 5px;}
	#requisition .box3 p {padding: 5px;text-align: justify;line-height: 20px;}

	#requisition .required {background: #EA4335;color: #fff;}
	#requisition .required input[type=date],
	#requisition .required input[type=number],
	#requisition .required input[type=text] { border: none !important;height: 20px !important;}

/* 样本采集与运输 */
	#table .data .sample-post {width: 800px;margin: 0 auto 100px auto;}
	#table .data .sample-post .t {height: 40px;background: #1E78BE;color: #fff;font-size: 16px;line-height: 40px;text-indent: 1em;}
	#table .data .sample-post .c {padding: 20px 0;display: flex;}
	#table .data .sample-post .c span {font-size: 14px;padding: 0 20px;text-decoration: underline;}
	#table .data .sample-post .c span:hover{color: #1E78BE;cursor: pointer;user-select: none;}
	#table .view-sample {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.3);display: none;}
	#table .view-sample .b {width: 600px;background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 50px;}
	#table .view-sample .b .del {position: absolute;top: 0;right: 0;height: 60px;width: 60px;font-size: 40px;line-height: 60px;text-align: center;color: #888;cursor: pointer;user-select: none;}
	#table .view-sample .t {font-size: 20px;line-height: 2;font-weight: bold;text-align: center;}
	#table .view-sample .b .p1 {font-size: 14px;color: #738F45;font-weight: bold;line-height: 2;}
	#table .view-sample .b .p2 {line-height: 2;text-indent: 2em;font-size: 12px;text-align: justify;}