.search-container {
	background-image: url('https://dailianba.oss-cn-beijing.aliyuncs.com/layui/images/bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
	padding: 30px;
}
.search-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	padding: 25px;
	margin-bottom: 25px;
}
.layui-btn-custom {
	background: linear-gradient(135deg, #4f7ab3 0%, #3a5c8d 100%);
	border: none;
	height: 45px;
	line-height: 45px;
	border-radius: 8px;
	font-weight: 600;
	letter-spacing: 1px;
}
.layui-input-custom {
	height: 45px;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
}
.layui-input-custom:focus {
	border-color: #4f7ab3 !important;
}
.layui-fixbar {
	display: none;
}
.order-info {
	background: #f8fafc;
	border-radius: 8px;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
}
.order-info h3 {
	margin-bottom: 15px;
	color: #1e293b;
	font-size: 18px;
	font-weight: 600;
}
.order-info-item {
	display: flex;
	margin-bottom: 10px;
}
.order-info-label {
	width: 90px;
	font-weight: 600;
	color: #64748b;
}
.order-info-value {
	flex: 1;
	color: #1e293b;
}
.qrcode-container {
	text-align: center;
	margin: 20px 0;
	position: relative;
}
.qrcode-image {
	width: 200px;
	height: 200px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.qrcode-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.countdown {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
	color: #ef4444;
}
.countdown.expired {
	color: #6b7280;
}
.btn-container {
	margin-top: 20px;
	text-align: center;
}
.status-message {
	padding: 15px;
	border-radius: 8px;
	margin: 15px 0;
	text-align: center;
}
.status-success {
	background: #d1fae5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}
.status-error {
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #fecaca;
}
.status-warning {
	background: #fef3c7;
	color: #92400e;
	border: 1px solid #fde68a;
}
.bind-info {
	background: #eff6ff;
	border: 1px solid #dbeafe;
	border-radius: 8px;
	padding: 15px 15px 5px;
	margin: 15px 0;
}
.bind-info h4 {
	margin-bottom: 10px;
	color: #1e40af;
}
.bind-info-item {
	display: flex;
	margin-bottom: 8px;
}
.bind-info-label {
	width: 90px;
	font-weight: 600;
	color: #3730a3;
}
.bind-info-value {
	flex: 1;
	color: #1e293b;
}
.bind-info.match .bind-info-value {
	color: #059669;
	font-weight: 600;
}
.bind-info.mismatch .bind-info-value {
	color: #dc2626;
	font-weight: 600;
}
.layui-fixbar {
	display: none !important;
}
.login-rebind{color:red;cursor:pointer;}
.about{
	position: fixed;
	right: 10px;
	bottom: 40px;
	background-color: #9f9f9f;
	color: #fff;
	border-radius: 2px;
	opacity: .95;
	cursor: pointer;
	padding:5px;
	text-align:center;
}
#hideQRCode{display: none;}

/* 物品兑换模块 - 透明无背景 */
.exchange-card {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.exchange-header {
	text-align: center;
	margin-bottom: 20px;
}
.exchange-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.exchange-icon svg {
	width: 36px;
	height: 36px;
	color: #fff;
}
.exchange-header h2 {
	margin: 0 0 6px 0;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.exchange-header p {
	margin: 0;
	color: rgba(255,255,255,0.9);
	font-size: 13px;
	text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.exchange-form {
	text-align: center;
}
.exchange-input-wrap {
	position: relative;
	margin-bottom: 15px;
}
.exchange-input-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255,255,255,0.8);
	font-size: 18px;
}
.exchange-input {
	width: 100%;
	height: 48px;
	padding: 0 15px 0 45px;
	background: rgba(255,255,255,0.15);
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 24px;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}
.exchange-input::placeholder {
	color: rgba(255,255,255,0.7);
}
.exchange-input:focus {
	outline: none;
	border-color: rgba(255,255,255,0.9);
	background: rgba(255,255,255,0.25);
}
.exchange-btn {
	width: 100%;
	height: 48px;
	background: #fff;
	color: #333;
	border: none;
	border-radius: 24px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.exchange-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.exchange-btn svg {
	width: 18px;
	height: 18px;
}

/* ===== 输入玩家编号页面（与兑换确认页视觉统一） ===== */
.exchange-input-page {
    background-image: url('https://dailianba.oss-cn-beijing.aliyuncs.com/layui/images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 0 20px;
}
.exchange-input-inner {
    max-width: 420px;
    margin: 0 auto;
    padding-top: 40px;
}
/* 顶部标题 */
.input-header {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
}
.input-back-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    transition: all 0.2s ease;
    cursor: pointer;
}
.input-back-btn:hover {
    background: rgba(255,255,255,0.2);
}
.input-back-btn svg {
    width: 20px;
    height: 20px;
    color: #fff;
}
.input-logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin-left: -36px;
}
.input-logo-cn {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.input-logo-en {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    letter-spacing: 2px;
    margin-top: 2px;
}
/* 商品卡片 */
.input-goods-card {
    text-align: center;
    margin-bottom: 18px;
}
.input-goods-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
    line-height: 1.4;
}
.input-image-wrap {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.25);
    box-shadow: 0 6px 24px rgba(0,0,0,0.25);
}
.input-goods-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* 表单卡片 */
.input-form-card {
    background: rgba(30, 42, 60, 0.75);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 20px 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.input-form-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 18px;
}
/* 表单项 */
.input-form-item {
    margin-bottom: 14px;
}
.input-label {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
    margin-bottom: 8px;
}
.input-field {
    width: 100%;
    height: 46px;
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 0 14px;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s ease;
}
.input-field::placeholder {
    color: rgba(255,255,255,0.4);
}
.input-field:focus {
    border-color: rgba(74,158,255,0.7);
    background: rgba(255,255,255,0.13);
    box-shadow: 0 0 0 3px rgba(74,158,255,0.15);
}
/* 提示链接 */
.input-tips-link {
    display: block;
    text-align: center;
    font-size: 13px;
    color: rgba(74,158,255,0.9);
    margin: 10px 0 16px;
    text-decoration: none;
}
.input-arrow {
    color: #ff6b6b;
    font-size: 14px;
    margin-left: 4px;
}
/* 提交按钮 */
.input-submit-btn {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg, #4a9eff 0%, #3b7dd8 100%);
    color: #fff;
    border: none;
    border-radius: 26px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(74,158,255,0.4);
}
.input-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(74,158,255,0.5);
}
.input-submit-btn:active {
    transform: translateY(0);
}

/* 底部介绍图片（输入页隐藏时使用） */
.lewan-tips-section {
    padding: 16px;
    text-align: center;
}
.tips-img {
    max-width: 100%;
    border-radius: 8px;
}
/* 输入页底部介绍图片 */
.input-tips-section {
    padding: 20px 0 30px;
    text-align: center;
}
.input-tips-img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
	padding: 16px;
	text-align: center;
}
.tips-img {
	max-width: 100%;
	border-radius: 8px;
}

/* 乐玩确认弹窗样式 */
.lewan-confirm-skin .layui-layer {
	border-radius: 14px !important;
	overflow: hidden;
}
.lewan-confirm-skin .layui-layer-title {
	background: #1e2a3a !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	border-bottom: none;
}
.lewan-confirm-skin .layui-layer-content {
	background: #253344 !important;
	color: #fff;
	padding: 16px 24px;
}
.lewan-confirm-skin .layui-layer-btn {
	background: #253344 !important;
	border-top: none;
	padding: 0 20px 18px;
	text-align: center;
}
.lewan-confirm-skin .layui-layer-btn a {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border-radius: 8px;
	margin: 0 10px;
	font-weight: 500;
	transition: all 0.2s;
}
.lewan-confirm-skin .layui-layer-btn0 {
	background: rgba(255,255,255,0.1) !important;
	color: rgba(255,255,255,0.7) !important;
	border: 1px solid rgba(255,255,255,0.15) !important;
}
.lewan-confirm-skin .layui-layer-btn0:hover {
	background: rgba(255,255,255,0.18) !important;
	color: #fff !important;
}
.lewan-confirm-skin .layui-layer-btn1 {
	background: #4a9eff !important;
	color: #fff !important;
	border: none !important;
}
.lewan-confirm-skin .layui-layer-btn1:hover {
	background: #3a8eef !important;
	box-shadow: 0 3px 12px rgba(74,158,255,0.35);
}
.lewan-confirm-skin .layui-layer-close {
	color: #fff;
}
.lewan-confirm-skin .layui-layer-close:hover {
	color: rgba(255,255,255,0.8);
}

/* ===== 兑换确认页（提交后展示） ===== */
.exchange-confirm-page {
    background-image: url('https://dailianba.oss-cn-beijing.aliyuncs.com/layui/images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 0 20px;
}
.exchange-confirm-inner {
    max-width: 420px;
    margin: 0 auto;
    padding-top: 40px;
}
/* 顶部标题 */
.confirm-header {
    text-align: center;
    margin-bottom: 24px;
}
.confirm-logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.confirm-logo-cn {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.confirm-logo-en {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    letter-spacing: 2px;
    margin-top: 2px;
}
/* 商品卡片 */
.confirm-goods-card {
    text-align: center;
    margin-bottom: 18px;
}
.confirm-goods-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
    line-height: 1.4;
}
.confirm-image-wrap {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.25);
    box-shadow: 0 6px 24px rgba(0,0,0,0.25);
}
.confirm-goods-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* 订单信息卡片 */
.confirm-order-card {
    background: rgba(30, 42, 60, 0.75);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.confirm-order-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
.confirm-order-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.confirm-order-row:last-child {
    border-bottom: none;
}
.order-label {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
}
.order-value {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.order-status-value {
    color: #4a9eff;
}
.mismatch-status-value {
    color: #ff6b6b;
}
.success-status-value {
    color: #4ade80;
}

/* 兑换成功提示卡片（复用二维码区域容器） */
.exchange-success-card {
    background: #fff;
    padding: 28px 24px;
    border-radius: 12px;
    text-align: center;
    min-width: 280px;
}
.success-icon-wrap {
    margin-bottom: 16px;
}
.success-check-icon {
    width: 72px;
    height: 72px;
}
.success-title {
    font-size: 22px;
    font-weight: 800;
    color: #4a9eff;
    margin: 0 0 10px;
    letter-spacing: 2px;
}
.success-msg {
    font-size: 14px;
    color: #666;
    margin: 0 0 18px;
    line-height: 1.5;
}
.success-tip-card {
    background: linear-gradient(135deg, #eef6ff, #f0f7ee);
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 14px;
    color: #3a7bd8;
    margin-bottom: 20px;
    line-height: 1.5;
    border-left: 3px solid #4a9eff;
}
.tip-icon {
    font-style: normal;
    margin-right: 4px;
}
.success-home-btn {
    display: inline-block;
    background: linear-gradient(135deg, #4a9eff 0%, #357abd 100%);
    color: #fff;
    border: none;
    padding: 11px 40px;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 3px 12px rgba(74,158,255,0.35);
}
.success-home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(74,158,255,0.45);
}

/* ===== 独立兑换成功页（与输入/确认页视觉统一） ===== */
.exchange-success-page {
    background-image: url('https://dailianba.oss-cn-beijing.aliyuncs.com/layui/images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 0 20px;
}
.success-page-inner {
    max-width: 420px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
}
/* 二维码区域占位容器（复用布局） */
.qrcode-area-wrap {
    margin-top: 18px;
    text-align: center;
}
/* 确认绑定按钮 */
.confirm-bind-btn {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg, #4a9eff 0%, #3b7dd8 100%);
    color: #fff;
    border: none;
    border-radius: 26px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(74,158,255,0.4);
}
.confirm-bind-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(74,158,255,0.5);
}
.confirm-bind-btn:active {
    transform: translateY(0);
}

/* 已完成扫码绑定按钮 */
.scan-complete-btn {
    width: 100%;
    max-width: 320px;
    height: 48px;
    background: linear-gradient(135deg, #52c41a 0%, #389e0d 100%);
    color: #fff;
    border: none;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(82, 196, 26, 0.4);
}
.scan-complete-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(82, 196, 26, 0.5);
}
.scan-complete-btn:active {
    transform: translateY(0);
}

/* 已绑定状态文字 */
.bound-status-value {
    color: #4a9eff;
    font-weight: 600;
}

/* 绑定信息确认卡片（匹配时显示，复用二维码区域容器样式） */
.bind-info-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    text-align: left;
    min-width: 280px;
    max-width: 320px;
}
.bind-info-header {
    text-align: center;
    color: #52c41a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}
.bind-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.bind-info-item:last-of-type {
    border-bottom: none;
    padding-bottom: 4px;
}
.bind-info-label {
    color: #999;
    font-size: 13px;
    flex-shrink: 0;
}
.bind-info-val {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    word-break: break-all;
    max-width: 180px;
}

/* 确认领取按钮 */
.confirm-claim-btn {
    width: 100%;
    height: 46px;
    margin-top: 16px;
    background: linear-gradient(135deg, #4a9eff 0%, #3b7dd8 100%);
    color: #fff;
    border: none;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(74,158,255,0.4);
}
.confirm-claim-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(74,158,255,0.5);
}
.confirm-claim-btn:active {
    transform: translateY(0);
}
.confirm-claim-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* 绑定信息不匹配卡片（复用二维码区域容器样式） */
.mismatch-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    text-align: left;
    min-width: 280px;
    max-width: 320px;
}
.mismatch-header {
    text-align: center;
    color: #ff6b6b;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.mismatch-item {
    background: #f8f9fb;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 10px;
    border-left: 3px solid transparent;
}
.mismatch-item:nth-child(3) {
    border-left-color: #4a9eff;
}
.mismatch-item:nth-child(4) {
    border-left-color: #ff6b6b;
}
.mismatch-label {
    display: block;
    font-size: 12px;
    color: #8b95a5;
    margin-bottom: 5px;
}
.mismatch-val {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.mismatch-val.blue { color: #4a9eff; }
.mismatch-val.red { color: #ff6b6b; }
.mismatch-val.normal { color: #333; }
.mismatch-footer {
    margin-top: 18px;
    padding: 12px 14px;
    background: rgba(255,107,107,0.08);
    border-radius: 8px;
    color: #ff6b6b;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
}
