/* progress */
.progress {
	display: flex;
}

.progressItem {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.progressItem .number {
	width: 46px;
	height: 46px;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}

.progressItem .shadow {
	padding: 6px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.progressItem::after,
.progressItem::before {
	content: '';
	width: 50%;
	height: 2px;
	border: 1px dashed #D6D6D6;
	position: absolute;
	top: 28px;
}

.progressItem::before {
	left: 0;
}

.progressItem::after {
	right: 0;
}

.progressItem:last-child::after,
.progressItem:first-child:before {
	display: none;
}

.progressItem.active::after,
.progressItem.active::before {
	background: var(--color);
}

.progressItem.active .number {
	background: var(--color);
	color: #FFFFFF;
}

.progressItem .progressTit {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.progressItem .time {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.progressItem.active .number {
	background-color: #0F3473;
	color: #fff;
	border-color: #0F3473;
}

.progressItem.active .shadow {
	background-color: #0F3473;
}

.progressItem.hover .number {
	border-color: #0F3473;
}

.progressItem.hover .shadow {
	background-color: #CFD6E3;
}

/* pay */

#html-container {
	background: #fff;
}

#html-container .order-summary {
	margin: 40px auto 20px;
	position: relative;
	padding: 0 40px 0;
	overflow: hidden;
}

#html-container .summary-section h1,
#html-container .summary-section h2 {
	margin: 0;
	color: #3a3a3a;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

#html-container .summary-section h2 {
	font-size: 22px;
	font-weight: bold;
}

#html-container .section-rule {
	height: 1px;
	margin-top: 14px;
	background: #d8d8d8;
}

#html-container .summary-table-wrap {
	overflow-x: auto;
	margin-top: 24px;
}

#html-container .summary-table {
	width: 100%;
	min-width: 1200px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
}

#html-container .summary-table th {
	height: 47px;
	padding: 0 12px;
	background: #f1f1f2;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
}

#html-container .summary-table th:first-child {
	border-radius: 3px 0 0 3px;
}

#html-container .summary-table th:last-child {
	border-radius: 0 3px 3px 0;
}

#html-container .summary-table th:not(:first-child),
#html-container .summary-table td:not(:first-child) {
	text-align: center;
}

#html-container .summary-table td {
	height: 57px;
	padding: 0 12px;
	border-bottom: 1px solid #e1e1e1;
	color: #555;
	font-size: 16px;
	white-space: nowrap;
}

#html-container .summary-table th:nth-child(1) {
	width: 14%;
}

#html-container .summary-table th:nth-child(2) {
	width: 18%;
}

#html-container .summary-table th:nth-child(3) {
	width: 10%;
}

#html-container .summary-table th:nth-child(4) {
	width: 16%;
}

#html-container .summary-table th:nth-child(n + 5) {
	width: 10.5%;
}

#html-container .payment-summary {
	margin-top: 42px;
}

#html-container .payment-method-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 38px 0 0 22px;
	color: #3e3e3e;
	font-size: 16px;
}

#html-container .payment-label {
	white-space: nowrap;
}

#html-container .payment-option {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

#html-container .payment-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

#html-container .payment-check {
	display: inline-flex;
	width: 18px;
	height: 18px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #174f84;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

#html-container .payment-card-icon {
	display: inline-flex;
	width: 32px;
	height: 22px;
	align-items: flex-end;
	gap: 2px;
	padding: 4px 5px;
	border-radius: 2px;
	background: #f5821f;
}

#html-container .payment-card-icon i {
	display: block;
	width: 4px;
	height: 6px;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

#html-container .payment-card-icon i:first-child {
	width: 19px;
	height: 3px;
	margin-right: -1px;
	border: 0;
	border-top: 2px solid #fff;
}

#html-container .payment-information {
	width: 610px;
	margin: 35px 0 0 170px;
	padding: 13px 15px 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fafafa;
	color: #444;
	font-size: 14px;
	line-height: 1.4;
}

#html-container .payment-information strong {
	display: block;
	margin-bottom: 9px;
	color: #222;
	font-size: 16px;
}

#html-container .payment-information p {
	margin: 0 0 6px;
}

#html-container .payment-information p:last-child {
	margin-bottom: 0;
}

#html-container .voucher-button {
	height: 35px;
	margin: 28px 0 0 170px;
	padding: 0 25px;
	border: 0;
	border-radius: 7px;
	background: #ed771b;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}

#html-container .voucher-button:hover {
	background: #d9650d;
}

#html-container .file-input {
	display: none;
}

#html-container .upload-status {
	min-height: 16px;
	margin: 9px 0 0 170px;
	color: #26764e;
	font-size: 12px;
}

#html-container .hidden,
#html-container .voucher-modal.hidden,
#html-container .voucher-preview.hidden {
	display: none !important;
}

#html-container .voucher-modal {
	position: fixed;
	z-index: 2000;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(26, 31, 36, 0.63);
	backdrop-filter: blur(5px);
}

#html-container .voucher-modal:not(.hidden) {
	display: flex !important;
}

#html-container .voucher-modal-panel {
	width: 600px;
	min-height: 238px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

#html-container .voucher-modal-header {
	display: flex;
	height: 49px;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	border-bottom: 1px solid #ededed;
	font-weight: bold;
}

#html-container .voucher-modal-header h2 {
	margin: 0;
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

#html-container .modal-close,
#html-container .voucher-preview button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

#html-container .modal-close {
	width: 20px;
	height: 20px;
}

#html-container .modal-close img {
	width: 26px;
	height: 26px;
}

#html-container .voucher-modal-body {
	padding: 37px 58px 70px;
	color: #444;
	font-size: 12px;
}

#html-container .voucher-picker-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: -1px 0 0 51px;
}

#html-container .modal-upload-label {
	display: inline-block;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}

#html-container .add-picture {
	display: flex;
	width: 100px;
	height: 100px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fafafa;
	color: #777;
	cursor: pointer;
	font-size: 10px;
}

#html-container .add-picture img {
	width: 32px;
	height: 32px;
}

#html-container .add-picture span {
	font-size: 14px;
}

#html-container .voucher-preview {
	position: relative;
	width: 100px;
	height: 100px;
}

#html-container .voucher-preview>img {
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #eee;
	object-fit: cover;
}

#html-container .voucher-preview button {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 12px;
	height: 12px;
}

#html-container .voucher-preview button img {
	width: 16px;
	height: 16px;
}

#html-container .modal-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
}

#html-container .modal-actions button {
	height: 40px;
	min-width: 100px;
	border-radius: 25px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

#html-container .modal-confirm {
	border: 0;
	background: #155489;
	color: #fff;
	font-weight: 600;
}

#html-container .modal-cancel {
	border: 1px solid #d9d9d9;
	background: #fff;
	color: #666;
}

#html-container .summary-total {
	width: 100%;
	min-height: 211px;
	padding: 23px 39px 29px;
	background: #fafafa;
	color: #666;
	font-size: 16px;
	line-height: 2.2;
	text-align: right;
	font-weight: bold;
}

#html-container .summary-total div span {
	color: #333;
}

#html-container .summary-total div b {
	color: #E62129;
	font-weight: 600;
}

#html-container .summary-total .paid-total {
	margin-top: 3px;
	color: #666;
}

#html-container .summary-total strong {
	margin-left: 14px;
	color: #15528c;
	font-size: 18px;
	font-weight: bolder;
}

@media (max-width: 768px) {
	#html-container .order-summary {
		width: calc(100% - 20px);
		min-height: 900px;
		margin-top: 20px;
		padding: 30px 16px 0;
	}

	#html-container .summary-section h1,
	#html-container .summary-section h2 {
		font-size: 18px;
	}

	#html-container .payment-method-row {
		margin-left: 0;
		flex-wrap: wrap;
	}

	#html-container .payment-information,
	#html-container .voucher-button,
	#html-container .upload-status {
		margin-left: 0;
	}

	#html-container .payment-information {
		width: 100%;
	}

	#html-container .summary-total {
		padding: 20px 16px;
	}

	#html-container .voucher-modal-panel {
		width: calc(100% - 32px);
	}

	#html-container .voucher-modal-body {
		padding-right: 24px;
		padding-left: 24px;
	}
}

/* order-details */

#html-container .details-page {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
	padding: 38px 0 70px;
}

#html-container .state-panel {
	margin-bottom: 34px;
	scroll-margin-top: 72px;
	border: 1px solid #e1e5e9;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

#html-container .state-header {
	display: flex;
	min-height: 83px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 17px 24px;
	border-bottom: 1px solid #e6e8eb;
	background: #fbfcfd;
}

#html-container .state-header>div {
	display: flex;
	align-items: center;
	gap: 14px;
}

#html-container .state-number {
	color: #123f80;
	font-size: 23px;
	font-weight: 600;
}

#html-container .state-header h2 {
	margin: 0;
	color: #2f3740;
	font-size: 17px;
	font-weight: 600;
}

#html-container .state-header p {
	margin: 5px 0 0;
	color: #8c9299;
	font-size: 11px;
}

#html-container .state-badge {
	display: inline-flex;
	min-height: 26px;
	align-items: center;
	padding: 4px 11px;
	border: 1px solid #b7c8db;
	border-radius: 3px;
	background: #eef4fb;
	color: #174f84;
	font-size: 11px;
	white-space: nowrap;
}

#html-container .state-badge.payment-rejected {
	border-color: #e7b89a;
	background: #fff4ed;
	color: #c96524;
}

#html-container .state-badge.completed {
	border-color: #add0bb;
	background: #eff8f2;
	color: #34734b;
}

#html-container .state-content {
	margin-top: 30px;

}

#html-container .detail-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

#html-container .detail-card {
	min-width: 0;
	padding: 19px 20px;
	border: 1px solid #dfe3e7;
	border-radius: 5px;
	background: #fff;
}

#html-container .detail-card h3 {
	margin: 0 0 20px;
	color: #444;
	font-size: 18px;
	font-weight: 600;
}

#html-container .detail-grid .detail-card {
	min-height: 164px;
}

#html-container .detail-grid .tall-card {
	min-height: 285px;
}

#html-container .detail-field {
	margin-bottom: 14px;
	color: #555;
	font-size: 12px;
	line-height: 1.35;
}

#html-container .detail-field:last-child {
	margin-bottom: 0;
}

#html-container .detail-field span {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	color: #92979d;
}

#html-container .detail-field p {
	margin: 0;
	font-size: 14px;
	color: #333;
}

#html-container .wide-card {
	margin-top: 16px;
}

#html-container .cargo-table-wrap {
	overflow-x: auto;
}

#html-container .cargo-card table {
	width: 100%;
	/* min-width: 870px; */
	border-collapse: collapse;
}

#html-container .cargo-card th,
#html-container .cargo-card td {
	height: 51px;
	padding: 0 7px;
	border-bottom: 1px solid #e7e9ec;
	color: #555;
	font-size: 16px;
	text-align: center;
	/* white-space: nowrap; */
}

#html-container .cargo-card th {
	color: #3f4449;
	font-weight: 600;

}

#html-container .cargo-card th:first-child,
#html-container .cargo-card td:first-child {
	text-align: left;
}

#html-container .payment-data {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	align-items: start;
}

#html-container .voucher-field img {
	display: block;
	width: 92px;
	height: 92px;
	margin-top: 9px;
	object-fit: cover;
}

#html-container .expense-card div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 38px;
	font-size: 16px;
}

#html-container .expense-card div b {
	color: #333;
}

#html-container .expense-card .expense-total {
	margin-top: 2px;
	font-weight: bolder;
}

#html-container .expense-card strong {
	color: #15528c;
	font-size: 17px;
}

#html-container .state-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 16px;
}

#html-container .state-actions button {
	min-height: 34px;
	padding: 7px 17px;
	border: 0;
	border-radius: 3px;
	background: #123f80;
	font-family: Montserrat, Montserrat;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

#html-container .state-actions button:hover {
	background: #0d3268;
}

#html-container .tracking-heading {
	display: flex;
	align-items: baseline;
	gap: 38px;
	flex-wrap: wrap;
}

#html-container .tracking-heading h3 {
	margin-right: 16px;
}

#html-container .tracking-heading span {
	font-size: 14px;
	color: #333333;
}

#html-container .shipping-stages {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin: 16px 10px 39px;
}

#html-container .shipping-stage {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #aaa;
	text-align: center;
}

#html-container .shipping-stage img {
	filter: brightness(0.3) invert(0.5);
}

#html-container .shipping-stage.active img {
	filter: unset;
}

#html-container .shipping-stage::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 17px;
	left: calc(50% + 23px);
	width: calc(100% - 47px);
	border-top: 1px dashed #d4d8dc;
}

#html-container .shipping-stage:last-child::after {
	display: none;
}

#html-container .shipping-stage.active::after {
	border-color: #ef7a24;
}

#html-container .shipping-stage i {
	position: relative;
	z-index: 1;
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	font-size: 11px;
	font-style: normal;
}

#html-container .shipping-stage.active i {
	border-color: #ef7a24;
	color: #ef7a24;
}

#html-container .shipping-stage b {
	margin-top: 8px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

#html-container .shipping-stage small {
	margin-top: 6px;
	font-size: 14px;
	color: #333333;
}

#html-container .tracking-events {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#html-container .tracking-events li {
	position: relative;
	display: grid;
	grid-template-columns: 180px 1fr;
	min-height: 41px;
	padding-left: 25px;
	color: #7b8188;
	font-size: 16px;
}

#html-container .tracking-events li::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	border: 1px solid #cfd4d9;
	border-radius: 50%;
	background: #fff;
}

#html-container .tracking-events li::after {
	content: "";
	position: absolute;
	top: 16px;
	bottom: -3px;
	left: 3px;
	border-left: 1px solid #d9dde1;
	height: 100%;
}

#html-container .tracking-events li:last-child::after {
	display: none;
}

#html-container .tracking-events li.current {
	color: #353a40;
	font-weight: 600;
}

#html-container .tracking-events li.current::before {
	width: 11px;
	height: 11px;
	/* top: 1px; */
	left: -2px;
	border: 3px solid #ffd6b8;
	background: #ef771c;
}

#html-container .tracking-events time {
	color: #9ba0a5;
	font-weight: 400;
}

@media (max-width: 820px) {
	#html-container .details-page {
		width: calc(100% - 20px);
		padding-top: 24px;
	}

	#html-container .detail-grid {
		grid-template-columns: 1fr;
	}

	#html-container .detail-grid .detail-card,
	#html-container .detail-grid .tall-card {
		min-height: 0;
	}

	#html-container .payment-data {
		grid-template-columns: 1fr 1fr;
	}

	#html-container .shipping-stages {
		min-width: 620px;
	}

	#html-container .tracking-card {
		overflow-x: auto;
	}

	#html-container .tracking-events {
		min-width: 620px;
	}
}

@media (max-width: 480px) {
	#html-container .state-header {
		align-items: flex-start;
		flex-direction: column;
	}

	#html-container .detail-card {
		padding: 16px 14px;
	}

	#html-container .payment-data {
		grid-template-columns: 1fr;
	}
}

/* order_list */


#html-container .site-header {
	height: 68px;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 0 max(5vw, 40px);
	gap: 48px;
}

#html-container .brand {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #173e78;
	text-decoration: none;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.3px;
}

#html-container .brand-mark {
	display: inline-flex;
	width: 42px;
	height: 30px;
	align-items: center;
	justify-content: center;
	color: #ed741b;
	font-size: 39px;
	font-weight: 700;
	line-height: 1;
	transform: rotate(-26deg);
}

#html-container .main-nav {
	display: flex;
	align-items: center;
	gap: 38px;
	flex: 1;
}

#html-container .main-nav a {
	color: #272b30;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}

#html-container .header-tools {
	display: flex;
	align-items: center;
	gap: 12px;
}

#html-container .pill {
	display: inline-flex;
	align-items: center;
	height: 29px;
	padding: 0 17px;
	border-radius: 18px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
}

#html-container .pill.orange {
	background: #ed741b;
}

#html-container .pill.blue {
	background: #123f80;
}

#html-container .round-button {
	width: 29px;
	height: 29px;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	background: #fff;
	color: #bbb;
	font-size: 13px;
}

#html-container .round-button.search {
	background: #ed741b;
	border-color: #ed741b;
	color: #fff;
	font-size: 17px;
}

#html-container .language {
	height: 29px;
	padding: 0 14px;
	border: 1px solid #e7e7e7;
	border-radius: 17px;
	background: #fff;
	color: #555;
	font-size: 11px;
}

#html-container .language span {
	margin-left: 14px;
	color: #777;
}

#html-container .page-shell {
	display: flex;
	gap: 14px;
	width: min(1000px, calc(100% - 32px));
	margin: 56px auto 52px;
	align-items: flex-start;
}

#html-container .sidebar {
	width: 194px;
	flex: 0 0 194px;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

#html-container .sidebar h2 {
	margin: 0;
	padding: 11px 16px 12px;
	background: #164b84;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

#html-container .sidebar>a,
#html-container .side-group>a {
	display: block;
	color: #444;
	text-decoration: none;
}

#html-container .sidebar>a {
	padding: 15px 16px 10px;
}

#html-container .side-group {
	padding-bottom: 17px;
}

#html-container .side-group>a {
	padding: 8px 16px;
}

#html-container .side-group .selected {
	margin: 3px 10px 4px;
	padding: 7px 10px;
	background: #f0f1f2;
	color: #164b84;
	font-weight: 700;
}

#html-container .side-group .sub-selected {
	padding-left: 32px;
	color: #164b84;
	font-weight: 700;
}

#html-container .orders-panel {
	min-width: 0;
	flex: 1;
	padding: 17px 15px 14px;
	border-radius: 6px;
	background: #fff;
}

#html-container .panel-heading {
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

#html-container .panel-heading h1 {
	font-family: Montserrat, Montserrat;
	font-weight: bold;
	font-size: 18px;
	color: #262525;
}

#html-container .state-scroll {
	overflow-x: auto;
	width: 100%;
	max-width: 100%;
}

#html-container .status-tabs {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0;
	margin-top: 37px;
	margin-bottom: 30px;
	min-width: 1000px;
}

#html-container .status-tabs span {
	position: relative;
	height: 100%;
	padding: 0 8px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
	width: fit-content;
}

#html-container .status-tabs span.active {
	color: #164b84;
	font-weight: 700;
}

#html-container .status-tabs span.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60%;
	height: 2px;
	background: #164b84;
	transform: translateX(-50%);
}

#html-container .order-list {
	padding: 0 12px 6px;
}

#html-container .order-list .empty-state {
	text-align: center;
	font-size: 18px;
	color: #262525;
	font-weight: bold;
	padding: 30px 0;
}

#html-container .order-card {
	margin-top: 11px;
	border: 1px solid #e2e2e2;
}

#html-container .order-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 30px;
	padding: 0 15px;
	background: #f3f3f3;
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px;
}

#html-container .order-head-left {
	display: flex;
	align-items: center;
	gap: 30px;
}

#html-container .order-status {
	padding: 3px 8px;
	border-radius: 10px;
}

#html-container .status-review {
	background: #fff0b9;
	color: #d7a71c;
}

#html-container .status-payment {
	background: #ffe4d5;
	color: #ed741b;
}

#html-container .status-reviewed {
	background: #d9e8ff;
	color: #3474d1;
}

#html-container .status-shipped {
	background: #e1e6ff;
	color: #6078e7;
}

#html-container .status-received {
	background: #d9e8ff;
	color: #3474d1;
}

#html-container .status-completed {
	background: #d6f7e4;
	color: #2fb66d;
}

#html-container .status-cancelled {
	background: #e8e8e8;
	color: #888;
}

#html-container .status-rejected {
	background: #ffd6d7;
	color: #f15b63;
}

#html-container .order-body {
	padding: 16px 16px 11px;
}

#html-container .order-info {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr 1fr 1.45fr;
	gap: 12px;
}

#html-container .order-info span {
	display: block;
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 14px;
	color: #878787;
	margin-bottom: 8px;
}

#html-container .order-info strong {
	display: block;
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
}

#html-container .order-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 17px;
	padding-top: 12px;
	border-top: 1px solid #f1f1f1;
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
}

#html-container .cost {
	color: #ed741b;
	font-size: 18px;
	font-weight: 700;
	margin-left: 12px;
}

#html-container .actions {
	display: flex;
	gap: 9px;
}

#html-container .actions button {
	padding: 8px 10px;
	border: 1px solid #0F3473;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	color: #0F3473;
	border-radius: 4px 4px 4px 4px;
}

#html-container .actions button.primary {
	background: #164b84;
	color: #fff;
}

#html-container .actions button:hover {
	opacity: 0.82;
}

#html-container .order-pagination {
	display: flex;
	justify-content: center;
	padding: 19px 0 0;
}

#html-container .order-pagination .layui-laypage a,
#html-container .order-pagination .layui-laypage span {
	margin: 0 3px;
	padding: 0 9px;
	border: 1px solid #e5e8ec;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #7A7A7A;
}

#html-container .order-pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #164b84;
	border-radius: 3px;
}

#html-container .site-footer {
	background: #0b0b0b;
	color: #999;
	padding: 40px max(5vw, 40px) 18px;
}

#html-container .newsletter {
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px solid #242424;
}

#html-container .newsletter h2 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 20px;
}

#html-container .newsletter p {
	margin: 0 0 17px;
	font-size: 11px;
}

#html-container .newsletter form {
	display: flex;
	width: 430px;
	max-width: 100%;
	height: 38px;
	margin: 0 auto;
}

#html-container .newsletter input {
	flex: 1;
	border: 0;
	padding: 0 14px;
	font-size: 11px;
}

#html-container .newsletter button {
	width: 115px;
	border: 0;
	background: #ed741b;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

#html-container .newsletter small {
	display: block;
	min-height: 14px;
	margin-top: 8px;
	color: #68b985;
}

#html-container .footer-grid {
	display: grid;
	grid-template-columns: 1.55fr 1.45fr 0.8fr 0.9fr 0.9fr 0.8fr 0.8fr;
	gap: 28px;
	padding: 35px 20px 29px;
	border-bottom: 1px solid #242424;
}

#html-container .footer-grid h3 {
	margin: 0 0 17px;
	color: #ddd;
	font-size: 12px;
}

#html-container .footer-grid p {
	margin: 0 0 8px;
	font-size: 10px;
	line-height: 1.4;
}

#html-container .contact p {
	margin-bottom: 14px;
}

#html-container .contact b {
	color: #ddd;
	font-weight: 600;
}

#html-container .footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 18px;
	font-size: 9px;
}

#html-container .footer-bottom p {
	margin: 0;
}

#html-container .socials {
	display: flex;
	gap: 9px;
}

#html-container .socials span {
	display: inline-flex;
	width: 21px;
	height: 21px;
	align-items: center;
	justify-content: center;
	border: 1px solid #8d8d8d;
	border-radius: 50%;
	color: #ddd;
	font-size: 10px;
}

@media (max-width: 900px) {
	#html-container .site-header {
		gap: 22px;
		padding: 0 20px;
	}

	#html-container .main-nav {
		gap: 16px !important;
	}

	#html-container .header-tools .pill,
	#html-container .language {
		display: none;
	}

	#html-container .page-shell {
		margin-top: 28px;
	}

	#html-container .footer-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 650px) {
	#html-container .site-header {
		height: auto;
		min-height: 62px;
		flex-wrap: wrap;
		padding: 13px 16px;
		gap: 13px;
	}

	#html-container .main-nav {
		order: 3;
		width: 100%;
		overflow-x: auto;
		gap: 22px !important;
		padding-bottom: 3px;
	}

	#html-container .page-shell {
		width: calc(100% - 20px);
		margin: 20px auto 35px;
		flex-direction: column;
	}

	#html-container .sidebar {
		width: 100%;
	}

	#html-container .sidebar h2 {
		padding: 10px 14px;
	}

	#html-container .sidebar>a,
	#html-container .side-group>a {
		display: inline-block;
		padding: 10px 12px;
	}

	#html-container .side-group {
		padding: 0 8px 7px;
	}

	#html-container .side-group .selected {
		margin: 3px 4px;
		padding: 7px 10px;
	}

	#html-container .side-group .sub-selected {
		padding-left: 12px;
	}

	#html-container .orders-panel {
		width: 100%;
		padding: 13px 10px;
	}

	#html-container .order-list {
		padding: 0 7px 5px;
		overflow: hidden;
	}

	#html-container .order-card {
		min-width: 600px;
	}

	#html-container .orders-panel {
		overflow-x: auto;
	}

	#html-container .status-tabs {
		min-width: 690px;

	}

	#html-container .footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	#html-container .footer-bottom {
		align-items: flex-start;
		gap: 15px;
		flex-direction: column;
	}

	#html-container .site-footer {
		padding: 32px 20px 16px;
	}
}



/* index */
#html-container .addBtn {
	margin-top: 15px;
	font-family: Montserrat, Montserrat;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #0F3473;
	border-radius: 30px;
	padding: 7px 30px;
	width: fit-content;
	cursor: pointer;
	display: block;
}

#html-container .tabBox {
	display: flex;
	gap: 3px;
}

#html-container .tabItem {
	width: 300px;
	padding: 14px;
	background: #F3F3F3;
	text-align: center;
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

#html-container .tabItem.active {
	background: #0F3473;
	color: #fff;
}

#html-container .e_method-raido {
	display: none;
}

#html-container .dedicated-box {
	display: none;
}

#html-container .e_method-raido .form-check-inline {
	margin-right: 60px;
	font-family: Montserrat, Montserrat;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}

#html-container .p_label {
	font-weight: 600;
	font-size: 16px;
	color: #333;
}

#html-container .p_label::after {
	color: #333333;
	top: 0;
	padding-left: 0;
	font-weight: 400;
}

#html-container .e_Other_platforms {
	margin-top: 30px;
	display: none;
}

#html-container input[name="Other_platforms"] {
	background: #F3F3F5;
	border-radius: 4px;
	border: none;
	max-width: 675px;
}

#html-container .e_address-raido .form-check-inline {
	margin-right: 60px;
	font-family: Montserrat, Montserrat;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}

#html-container .method-card {
	margin-bottom: 30px;
	display: none;
}

#html-container .trackingInfo {
	border-radius: 12px;
	background-color: #F8F8F8;
	border: 1px solid #BDBCC1;
	padding: 35px 40px;
	margin-bottom: 40px;
}

#html-container .infoItem {
	display: flex;
	justify-content: space-between;
}

#html-container .infoItem>div {
	display: flex;
	gap: 9px;
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 20px;
}

#html-container .infoItem.infoItem-1 b {
	color: #878787;
	font-size: 14px;
	display: block;
}

#html-container .infoItem.infoItem-1 span {
	font-size: 18px;
	color: #333;
	line-height: 1;
}

#html-container .infoItem .track-status span {
	font-size: 16px;
	color: #878787;
	line-height: 1;
}

#html-container .progress.trackProgress .number {
	position: relative;
	z-index: 1;
}

#html-container .progress.trackProgress .progressItem::after,
#html-container .progress.trackProgress .progressItem::before {
	top: 24px;
}

#html-container .progress.trackProgress .progressItem img {
	filter: brightness(0.3) invert(0.5);
}

#html-container .progress.trackProgress .progressItem.active .number {
	background-color: #fff;
	border-color: #fff;
}

#html-container .progress.trackProgress .progressItem.active img {
	filter: unset;
}

#html-container .progress.trackProgress .progressItem.active::after,
#html-container .progress.trackProgress .progressItem.active::before {
	border-color: #E27321;
}

#html-container .progress.trackProgress .progressItem .progressTit,
#html-container .progress.trackProgress .progressItem .time {
	margin-bottom: 0;
	font-size: 14px;
	color: #333333;
}

#html-container .progress.trackProgress {
	margin-bottom: 80px;
}






/* 地址与承运商信息块的图标 */
#html-container .infoItem-1.infoItem>div>div:first-child {
	display: flex;
	align-items: center;
}

#html-container .infoItem-1.infoItem>div .info-icon {
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin-bottom: 8px;
}

#html-container .infoItem-0.infoItem .track-status {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

#html-container .infoItem-0.infoItem .track-status .status-icon {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

#html-container .infoItem-0.infoItem .track-status b {
	font-family: Montserrat, Montserrat;
	font-weight: bold;
	font-size: 22px;
	color: #333;
	display: block;
}

#html-container .infoItem-0.infoItem .track-status span {
	font-size: 16px;
	color: #878787;
	line-height: 1;
}

/* 未找到结果提示区：图标 + 文字水平排列 */
#c_static_001-1786779731649 .tip-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	margin: 0 auto;
}

#c_static_001-1786779731649 .tip-icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
	flex-shrink: 0;
}

#c_static_001-1786779731649 .e_text-7 {
	padding: 16px 20px;
}