
@charset "utf-8"; html, body {
    margin: 0 auto;
    padding: 0;
    max-width: 750px;
}
:root {
    --kiri-red: #E60044;
    --kiri-bg: #f7f8fa;
    --text-main: #333;
    --text-sub: #969799;
    --kiri-blue-btn: #007bff;
    --bg-color: #fff;
    --card-blue-bg: #eef7ff;
    --card-pink-bg: #fff0f4;
    --text-main: #333;
    --text-gray: #666;
    --text-light: #999;

}

body {
    background-color: var(--kiri-bg);
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding-bottom: 50px;
}

.banner-wrapper {
    position: relative;
    width: 100%;
    min-height: 260px;
    overflow: hidden;

}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-card {
    position: relative;
    background: #fff;
    margin: -40px 16px 20px 16px;
    border-radius: 16px;
    padding: 24px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 4px;
}

.card-subtitle {
    font-size: 12px;
    color: var(--text-sub);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.intro-text {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}
.intro-text img{max-width: 100%;display: block;margin:0 auto;border-radius: 0}

.highlight-text {
    color: #007aff;
    font-weight: 600;
}

.custom-divider {
    margin: 24px 0;
    border-color: #ebedf0;
    border-style: dashed;
}

.action-btn {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
    transition: opacity 0.2s;
    cursor: pointer;
}

.action-btn:active {
    opacity: 0.8;
}

.btn-red {
    background-color: #fff0f4;
    border: 1px solid #ffe1e8;
}

.icon-box-red {
    width: 44px;
    height: 44px;
    background-color: #ff4d7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-right: 12px;
    box-shadow: 0 2px 8px rgba(255, 77, 125, 0.3);
}

.btn-blue {
    background-color: #f0f8ff;
    border: 1px solid #e1efff;
}

.icon-box-blue {
    width: 44px;
    height: 44px;
    background-color: #0088cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-right: 12px;
    box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
}

.action-content {
    flex: 1;
}

.action-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 2px;
}

.action-desc {
    font-size: 13px;
    color: var(--text-sub);
}

/* 弹窗输入框样式微调 */
.dialog-content {
    padding: 20px 5px;
}
.van-dialog__cancel{background: #e1efff;color: #007aff}
.van-hairline--left{background: #fff0f4;}
.trigger-btn-container {
    padding: 20px;
    text-align: center;
}

/* --- 弹窗样式定制 --- */

/* 调整弹窗内容的内边距 */
.dialog-body {
    padding: 20px 20px 10px 20px;
}

/* 输入框样式调整 */
.custom-field {
    padding: 16px 0; /* 上下间距 */
    background-color: transparent;
    font-size:15px;
}

.custom-field .van-field__label {
    color: #333;
    font-weight: 500;
    width: 50px; /* 固定标签宽度 */
    margin-right: 10px;
}

.custom-field .van-field__value {
    color: #333;
}

/* 底部操作区 */
.action-area {
    margin-top: 30px;
    text-align: center;
}

/* 蓝色确认按钮 */
.confirm-btn {
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(64, 128, 255, 0.25); /* 蓝色阴影 */
    margin-bottom: 16px;
}

/* 暂不兑换文字链接 */
.cancel-text {
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.cancel-text:active {
    opacity: 0.7;
}

/* 标题样式微调 */
.van-dialog__header {
    padding-top: 24px;
    font-weight: 700;
    font-size: 18px;
}
/*个人中心*/
.page-content {
    padding: 10px 16px;
}

.van-nav-bar__title {
    font-weight: 800;
    font-size: 18px;
}

.status-card {
    border-radius: 20px;
    padding: 24px 20px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #e1efff;
    border: solid 1px #ffffff;
}

.card-blue {
    background-color: var(--card-blue-bg);
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    margin-right: 12px;
    flex-shrink: 0;
}

.icon-box-blue {
    background-color: #3b8cff;
    box-shadow: 0 4px 10px rgba(59, 140, 255, 0.3);
}

.header-text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
}

.header-text p {
    margin: 2px 0 0 0;
    font-size: 12px;
    color: #3b8cff;
}

.header-text p.gray-sub {
    color: #999;
}

/* 表单样式定制 */
.custom-field {
    background-color: transparent !important;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    align-items: flex-start;
}

.custom-field::after {
    border-bottom: none !important;
}

.custom-field .van-field__label {
    color: var(--text-main);
    font-weight: 500;
    width: 70px;
    margin-top: 2px;
}

.confirm-btn {
    margin-top: 24px;
    height: 44px;
    font-size: 16px;
    font-weight: 600;
}

.info-row {
    display: flex;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.info-label {
    width: 70px;
    color: var(--text-light);
    flex-shrink: 0;
}

.info-value {
    color: var(--text-main);
    flex: 1;
    font-weight: 500;
    text-align: right;
    font-size: 14px;
}

.info-value.align-left {
    text-align: left;
    padding-left: 20px;
}

.copy-icon {
    color: #3b8cff;
    margin-left: 6px;
    vertical-align: middle;
    cursor: pointer;font-size: 16px;
}

.card-pink {
    background-color: var(--card-pink-bg);
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 #efefef;
    border: solid 1px #ffffff;
}

.product-thumb {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 12px;
    margin-right: 16px;
    object-fit: contain;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.product-info {
    flex: 1;
}

.product-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
    color: var(--text-main);
}

.product-desc {
    font-size: 12px;
    color: var(--text-light);
    margin-bottom: 8px;
}

.product-points {
    font-size: 14px;
    color: var(--kiri-red);
    font-weight: 700;
}

.bottom-area {
    padding: 0 16px;
}

.contact-btn {
    border-color: #ebedf0 !important;
    color: #444 !important;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}