.ordersHead {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: calc(32*var(--rem));
  border-radius: calc(5*var(--rem)) calc(5*var(--rem)) 0 0;
}
.statusBox {
  display: flex;
  align-items: center;
  height: calc(60*var(--rem));
}
.statusBox li {
  position: relative;
  cursor: pointer;
  padding-bottom: calc(11*var(--rem));
  font-size: calc(21*var(--rem));
  color: #333;
  margin-right: calc(32*var(--rem));
}
.statusBox li.checkStatus {
  color: #FF7400;
}
.statusBox li.checkStatus::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(4*var(--rem));
  background: #FF5E15;
}
.orderSear {
  float: right;
  height: 60px;
  padding-top: 15px;
}
.orderInput {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: calc(10*var(--rem));
  width: 100%;
  height: calc(61*var(--rem));
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  border-radius: calc(5*var(--rem));
}
.orderInput input {
  width: 100%;
  height: 100%;
  padding: 0 calc(21*var(--rem));
  border: 0;
  font-size: calc(21*var(--rem));
}
.orderInput input::placeholder {
  font-size: calc(19*var(--rem));
  color: #999;
}
.orderInput .searBtn {
  position: absolute;
  right: calc(32*var(--rem));
  top: 50%;
  transform: translateY(-50%);
  height: calc(27*var(--rem));
  width: calc(27*var(--rem));
  cursor: pointer;
}
.new_input_box {
  position: relative;
  display: flex;
  padding: calc(21*var(--rem)) calc(32*var(--rem));
}
.new_input_box input {
  width: 100%;
  height: calc(53*var(--rem));
  background: #FAFAFA;
  border-radius: calc(3*var(--rem));
  border: 1px solid #E6E6E6;
  padding: 0 calc(21*var(--rem));
  font-size: calc(21*var(--rem));
}
.new_input_box input::placeholder {
  font-size: calc(19*var(--rem));
  color: #999;
}
.new_input_box .searBtn {
  position: absolute;
  right: calc(53*var(--rem));
  top: 50%;
  transform: translateY(-50%);
  height: calc(21*var(--rem));
  width: calc(21*var(--rem));
  cursor: pointer;
}
.new_input_box .searBtn img {
  width: 100%;
  height: 100%;
}
.searchDate {
  width: 110px;
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  border: 1px solid #cbcbcb;
  border-left: 0;
  text-align: center;
}
.tableHead {
  display: flex;
  align-items: center;
  background-color: #FAFAFA;
  height: calc(53*var(--rem));
  padding: 0 calc(32*var(--rem));
}
.tableHead div {
  font-size: calc(16*var(--rem));
  margin-right: calc(11*var(--rem));
  border-right: 1px solid #E6E6E6;
}
.tableHead div:last-child {
  margin-right: 0;
  border-right: unset;
}
.tableItem {
  height: calc(141*var(--rem));
  background: #fff;
  position: relative;
  display: flex;
  padding: calc(21*var(--rem)) calc(32*var(--rem));
}
.tableItem > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  font-size: calc(19*var(--rem));
  color: #333;
  margin-right: calc(11*var(--rem));
}
.tableItem > div:last-child {
  margin-right: 0;
}
.tableItem > div a {
  margin-bottom: calc(5*var(--rem));
}
.serv {
  color: #999999 !important;
}
.logi {
  color: #3dbb2b !important;
}
.ordersHead a {
  display: inline-block;
  padding: 0px 20px;
  height: 38px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
.ordersHead a:hover {
  color: #FF7400;
  border-bottom: 2px solid #FF7400;
}
.orderbuyAgain {
  color: #3dbb2b;
}
.ordersHead .ordersActive {
  color: #FF7400;
  border-bottom: 2px solid #FF7400;
}
.ordersHead i {
  width: 1px;
  height: 13px;
  margin-left: 4px;
  background: #D8D8D8;
  display: inline-block;
}
.ordersbox {
  background: #fff;
  padding-bottom: calc(43*var(--rem));
}
.ordersTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
.ordersTable thead {
  height: 40px;
  line-height: 40px;
  background: #EAF8FF;
}
.ordersTable tr {
  border-bottom: 1px solid #DAF3FF;
}
.ordersTable td,
.ordersTable th {
  color: #333333;
}
.ordersTable tr td:first-of-type {
  text-align: left;
  padding-left: 9px;
  padding-top: 24px;
}
.ordersTable td {
  vertical-align: top;
  padding: 23px 0px 27px;
  text-align: center;
  font-size: 14px;
}
.ordersTable td span {
  display: inline-block;
}
.ordersTable td a {
  display: inline-block;
}
.ordersLeftBor br {
  height: 0;
}
.ordersTable td a:nth-child(3) {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ordersTable td a:hover {
  color: #FF7400;
}
.toevelive:hover {
  color: #FF7400 !important;
  border: 1px solid #FF7400;
}
.ordersTable .orderPrice {
  text-decoration: line-through;
  color: #999999;
}
.orderSee {
  color: #666 !important;
}
.mentPay {
  color: #FF5E15 !important;
}
.cancleOrders {
  cursor: pointer;
  position: relative;
  width: calc(96*var(--rem));
  height: calc(37*var(--rem));
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF5E15;
  border-radius: calc(5*var(--rem));
  color: #fff;
  font-size: calc(16*var(--rem));
}
.cancleOrders span {
  position: absolute;
  width: 57px;
  height: 16px;
  top: 18px;
  left: -21px;
  font-size: 12px;
  background: #D8D8D8;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  display: none !important;
}
.ordertrack {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}
.redColor {
  color: #FF5E15 !important;
}
.buleColor {
  color: #3dbb2b;
}
.trackBox {
  position: absolute;
  top: 5px;
  right: 55px;
  width: 400px;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 3;
  cursor: auto;
  display: none;
  color: #333;
}
.wuliu {
  width: 400px;
  padding: 35px 10px 10px 20px;
}
.end {
  height: 30px;
  position: relative;
  border-left: 1px solid #b8b8b8;
}
.oneEnd {
  border-left: none !important;
}
.oneEnd > .trackRight {
  border-bottom: none !important;
}
.end > .trackRight {
  border-bottom: 1px dashed #b8b8b8;
  height: 30px;
  margin-left: 15px;
  line-height: 12px;
}
.end > .trackRight > .trackTime {
  border-left: none;
  float: left;
  width: 135px;
  text-align: right;
  margin-left: -15px;
}
.end > img {
  position: absolute;
  left: -5px;
  top: 0;
}
.end > .trackRight > .trackDesc {
  float: left;
  margin-left: 15px;
  width: 205px;
  text-align: left;
}
.end > .trackRight > .trackDesc > div:nth-child(1) {
  margin-top: -19px;
}
.trackItem {
  border-left: 1px solid #b8b8b8;
  position: relative;
  padding-top: 10px;
  height: 53px;
}
.trackItem > .trackRight {
  border-bottom: 1px dashed #e5e5e5;
  margin-left: 15px;
  padding-bottom: 10px;
  height: 43px;
}
.trackItem > .trackRight > .trackTime {
  height: 16px;
  float: left;
  margin-top: 1px;
  margin-left: -15px;
  width: 135px;
  text-align: right;
}
.trackItem > .trackRight > .trackDesc {
  float: left;
  margin-left: 15px;
  width: 205px;
  text-align: left;
}
.trackItem > img {
  position: absolute;
  left: -4px;
  top: 26px;
}
.start {
  position: relative;
  height: 53px;
  padding-top: 10px;
}
.start > img {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 30px;
  left: -5px;
}
.start > .trackRight > .trackTime {
  float: left;
  border-left: 1px solid #b8b8b8;
  margin-top: -10px;
  margin-left: -15px;
  width: 135px;
  height: 40px;
  text-align: right;
  line-height: 70px;
}
.start > .trackRight > .trackDesc {
  float: left;
  margin-left: 15px;
  width: 205px;
  height: 45px;
  text-align: left;
}
.start > .trackRight {
  margin-left: 15px;
  padding-bottom: 10px;
}
.trackDesc > div {
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.trackDesc > div:nth-child(1) {
  color: #3dbb2b;
}
.orderfirmBox {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: rgba(51, 51, 51, 0.26);
}
.firmCont {
  width: 217px;
  height: 129px;
  position: relative;
  margin: 290px auto 0;
  background: #ffffff;
  border-radius: 4px;
  padding: 23px 10px 10px 10px;
}
.firmTitle {
  font-size: 16px;
  text-align: center;
}
.firmBtnBox {
  border-top: 1px solid #F2F2F2;
  padding-top: 20px;
  margin-top: 15px;
  padding-left: 27px;
  padding-right: 27px;
}
.firmBtnBox > div {
  width: 56px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  cursor: pointer;
}
.firmCancle {
  float: left;
  border: 1px solid #3dbb2b;
  color: #3dbb2b;
}
.firmConfirm {
  float: right;
  background: #3dbb2b;
  color: #fff;
}
.firmClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #8A8A8A;
  cursor: pointer;
}
.page .page-r ul li {
  float: none !important;
}
/* 售后订单 */
.afterState {
  height: 98px;
  padding-top: 27px;
}
.afterState img {
  margin: 0px auto;
  display: block;
  height: auto;
  object-fit: cover;
}
.after_list {
  padding: calc(32*var(--rem));
  background-color: #fff;
}
.new_status_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(27*var(--rem));
  padding: calc(48*var(--rem)) calc(32*var(--rem));
  margin: 0 calc(32*var(--rem));
  color: #333333;
  border-bottom: 1px solid #E6E6E6;
}
.new_status_box img {
  width: calc(85*var(--rem));
  height: calc(85*var(--rem));
  margin-bottom: calc(21*var(--rem));
}
.form_service {
  display: inline-block;
  width: 100%;
}
.form_service .after_input {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
.form_after {
  min-height: calc(950*var(--rem));
  border-radius: 0 0 calc(5*var(--rem)) calc(5*var(--rem));
}
.form_after > div {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(21*var(--rem));
}
.form_after > div p {
  display: flex;
  align-items: center;
  margin-bottom: calc(16*var(--rem));
  font-size: calc(21*var(--rem));
  color: #333;
}
.form_after > div textarea {
  height: calc(128*var(--rem));
  padding: calc(16*var(--rem)) calc(21*var(--rem));
  border: 1px solid #E6E6E6;
  background-color: #fff;
  border-radius: calc(5*var(--rem));
}
.form_after ul {
  display: flex;
  align-items: center;
  color: #333;
}
.form_after li {
  height: calc(53*var(--rem));
  display: flex;
  align-items: center;
  margin-right: calc(35*var(--rem));
  font-size: calc(19*var(--rem));
}
.form_after li input {
  margin-right: calc(11*var(--rem));
}
.after_star {
  color: #FF0000;
  font-size: calc(19*var(--rem));
  margin-right: calc(5*var(--rem));
}
.after_upload {
  position: relative;
  margin: 0 103px;
  width: 80px;
  height: 80px;
  line-height: 115px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  color: #D8D8D8;
  font-size: 14px;
}
.after_upload input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
  width: 78px;
  height: 78px;
}
.uploadItem_after {
  display: block;
  margin-left: 20px;
  background: url(../images/1563431716460.png);
  margin-top: 20px;
  width: 36px;
  height: 26px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.after_upload img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
  width: 80px;
  z-index: 99;
}
/* 上传图片 */
/* .iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.1px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'iconfont';  
	src: url('//at.alicdn.com/t/font_987132_huga9t6yr1s.eot');
	src: url('//at.alicdn.com/t/font_987132_huga9t6yr1s.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_987132_huga9t6yr1s.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_987132_huga9t6yr1s.woff') format('woff'),
	url('//at.alicdn.com/t/font_987132_huga9t6yr1s.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_987132_huga9t6yr1s.svg#iconfont') format('svg');
}

.file-list {
	display: none;
	list-style-type: none;
}
.file-list img {
	object-fit: cover;
	vertical-align: middle;
}
 .file-item {
	padding: 5px;
	width: auto;
	border: 1px dashed #ccc;
	text-align: center;
	float: left;
	margin-right: 15px;
} 
.file-del {
	margin-top: -58px;
	margin-left: 36px;
	cursor: pointer;
	font-size: 12px;
	z-index: 100;
	position: absolute;
}
.trading_picturebg {
	background-color: transparent;
	display: inline-block;
}

.upload_pictures {
	width: auto;
	height: 77px;
	background-color: #fff;
	line-height: 80px;
	margin: 0 auto;
	font-size: 12px;
	border-radius: 2px;
	cursor: pointer;
}


.trading_picturebg .img {
	width: 82px;
	height: 82px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 78px;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #ccc;
} */
.after_input .fl {
  float: left;
  margin-left: 20px;
}
.z_file {
  position: relative;
}
.z_file .add-img {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px dashed #ccc;
}
.z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.z_photo .up-section {
  position: relative;
}
.up-section .up-span {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
.up-section .close-upimg {
  position: absolute;
  top: 4px;
  right: 2px;
  display: none;
  z-index: 10;
  width: 15px;
  height: auto;
}
.z_photo .up-img {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
}
.img-name-p {
  display: none;
}
.up-section:hover .close-upimg {
  display: block;
}
.up-section:hover .up-span {
  visibility: visible;
}
/* 申请原因 下拉框 */
.reason_application,
.returned_drug {
  position: relative;
  display: inline-block;
}
.reason_application .reason_list,
.returned_drug .returned_list {
  position: relative;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.reason_application .reason_top,
.returned_drug .returned_top {
  width: 290px;
  height: 40px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  overflow: hidden;
  margin-left: 20px;
  position: relative;
}
.reason_application .reason_top span,
.returned_drug .returned_top span {
  float: left;
  width: 70%;
  height: 40px;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  color: #000;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
}
.reason_application .reason_top em,
.returned_drug .returned_top em {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid #25324a;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 0;
  cursor: pointer;
  _font-size: 0;
  overflow: hidden;
  top: 18px;
  right: 15px;
}
.reason_application .reason_content,
.returned_drug .returned_content {
  width: 290px;
  position: absolute;
  left: 20px;
  top: 40px;
  display: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #EAF8FF;
  z-index: 999;
}
.reason_application .reason_content li,
.returned_drug .returned_content li {
  cursor: pointer;
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #000;
  text-align: center;
  list-style: none;
  padding: 10px 0;
  margin-left: 0;
  border-bottom: 1px solid #ccc;
}
.reason_application .reason_content li:hover,
.returned_drug .returned_content li:hover {
  background-color: #fff;
  color: #000;
}
.lbaxztop {
  animation: rotatete 0.3s linear forwards;
}
.lbaxztop2 {
  animation: rotatete2 0.3s linear forwards;
}
@keyframes rotatete {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes rotatete {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-moz-keyframes rotatete2 {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotatete2 {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/* 立即提交 */
.after_btn {
  text-align: center;
}
.after_btn button {
  width: 150px;
  height: 40px;
  border-radius: 4px;
  outline: none;
  background-color: #149CD5;
  color: white;
}
