* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC',
		'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
	background-color: #f5f5f5;
	color: #333;
	line-height: 1.6;
}

.container {
	max-width: 750px;
	margin: 0 auto;
	background-color: #f5f5f5;
	min-height: 100vh;
	padding: 0 12px 20px 12px;
}

.section {
	background: #fff;
	padding: 20px;
	margin-bottom: 12px;
	border-radius: 8px;
}

.section-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.info-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 4px 0;
	border-bottom: 1px solid #f5f5f5;
}

.info-row:last-child {
	border-bottom: none;
}

.info-label {
	color: #999;
	font-size: 14px;
	width: 80px;
	flex-shrink: 0;
	line-height: 1.8;
}

.info-value {
	color: #333;
	font-size: 14px;
	flex: 1;
	word-break: break-all;
	line-height: 1.8;
}

.receiver-info {
	line-height: 1.8;
}

.receiver-name-phone {
	margin-bottom: 8px;
}

.receiver-address {
	color: #666;
}

.status-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: bold;
}

.status-1 {
	background-color: #fff7e6;
	color: #fa8c16;
}

.status-2 {
	background-color: #e6f7ff;
	color: #1890ff;
}

.status-3 {
	background-color: #f6ffed;
	color: #52c41a;
}

.qrcode-section {
	text-align: center;
	padding: 10px 20px;
}

.qrcode-img {
	width: 160px;
	height: 160px;
	margin: 10px auto;
	display: block;
	border: 1px solid #eee;
	border-radius: 8px;
}

.model-name {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 15px;
}

.qrcode-tip {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.footer {
	background: #fff;
	padding: 20px;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 8px;
}

.footer-title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-contact {
	font-size: 18px;
	color: #1890ff;
	font-weight: bold;
}

.loading {
	text-align: center;
	padding: 50px;
	color: #999;
}

.error {
	text-align: center;
	padding: 50px;
	color: #f5222d;
}

.empty {
	text-align: center;
	padding: 50px;
	color: #999;
}
