﻿#footer1_rightNav{
    display:none !important;
}
.container_reg {
    max-width: 1180px;
    margin: 0 auto;
    /* 修改布局比例：左右各50% */
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 32px; /* 缩小间距，让表单区域更紧凑 */
    padding: 40px 20px;
    align-items: start;
}
    /* 成功页面容器样式，居中展示 */
    .container.success-mode {
        display: block;
    }

.success-mode .left-content {
    display: none;
}

.success-mode .form-card {
    max-width: 900px;
    margin: 0 auto;
}

.left-content .sub-title {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.left-content h1 {
    font-size: 50px; /* 修改h1字体为50px */
    line-height: 1;
    color: #222;
    margin-bottom: 18px;
}

    .left-content h1 span {
        color: #f8d000;
    }

.desc-text {
    font-size: 18px; /* 整体字体缩小一号 */
    color: #444;
    line-height: 1.6;
    margin-bottom: 28px;
}

.feature-row {
    display: flex;
    gap: 40px;
    margin-bottom: 48px;
}

.feature-item {
    text-align: center;
}

.feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff0a0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

    .feature-icon svg {
        width: 32px;
        fill: #222;
    }

.feature-item p {
    font-size: 16px; /* 缩小一号 */
    color: #222;
    line-height: 1.4;
}

.date-info {
    font-size: 24px; /* 缩小一号 */
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

    .date-info svg {
        width: 24px;
    }

.date-subtext {
    font-size: 15px;
    color: #444;
    margin-bottom: 40px;
}

.footer-slogan {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-left: 12px;
    border-left: 4px solid #f8d000;
}
/* 表单卡片通用 */
.form-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 24px; /* 减小卡片内边距，整体紧凑 */
}

.step-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.step-text {
    font-size: 14px;
    color: #444;
}

.step-dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
}

    .dot.active {
        background: #f8d000;
    }

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
    }

.form-card h2 {
    font-size: 28px; /* 缩小一号 */
    color: #222;
    margin-bottom: 12px;
}

.form-sub-desc {
    font-size: 15px;
    color: #555;
    margin-bottom: 28px;
}

.form-group {
    margin-bottom: 16px;
}

    .form-group label {
        display: block;
        font-size: 15px;
        color: #333;
        margin-bottom: 8px;
    }

.input-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 14px 12px;
    font-size: 15px;
    outline:0;
}

.input-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.code-row {
    display: flex;
    gap: 10px;
}

    .code-row .input-box {
        flex: 1;
    }

.send-code-btn {
    white-space: nowrap;
    padding: 0 20px;
    border: 1px solid #999;
    background: #f5f5f5;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}

.checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 20px 0 24px;
}

    .checkbox-row input {
        margin-top: 3px;
    }

    .checkbox-row a {
        color: #2255bb;
        text-decoration: none;
    }

.btn-row {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.btn-back {
    flex: 1;
    padding: 16px;
    border: 1px solid #999;
    background: #fff;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}
.btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* 去掉a默认下划线 */
    color:inherit;
    /* 原有button的：padding、border、background、color、border-radius、cursor 全部保留不变 */
}


.continue-btn {
    flex: 2;
    padding: 16px;
    background: #f8d000;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.help-block {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #444;
    font-size: 15px;
}
/* Step2 第二步 个人信息 */
.email-preview-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f4f6;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 24px;
}

    .email-preview-bar .edit-link {
        color: #005fcc;
        cursor: pointer;
    }
/* Step3 第三步 产品多选 */
.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.checkbox-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
}

    .checkbox-item.checked {
        background: #fff3b0;
        border-color: #f8d000;
    }

.radio-group-wrap {
    margin-bottom: 32px;
}

.radio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.radio-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
}

    .radio-item.checked {
        background: #fffbe0;
        border-color: #f8d000;
    }
/* Step4 成功页 */
.success-wrap {
    text-align: center;
}

.success-check-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f8d000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.badge-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px 0;
    text-align: left;
}

.badge-left, .badge-right {
    padding: 24px;
}

.qrcode-box {
    text-align: center;
}

    .qrcode-box svg {
        width: 160px;
    }

.badge-btn-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.badge-btn-yellow {
    width: 100%;
    padding: 14px;
    background: #f8d000;
    border: 0;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.badge-btn-outline {
    width: 100%;
    padding: 14px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
}

.time-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}
/* 移动端响应式 */
@media(max-width:900px) {
    .container_reg {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 10px;
    }

    .desc-text {
        display: none;
    }

    .feature-row {
        display: none;
    }

    .left-content h1 {
        font-size: 24px;
    }

    .feature-row {
        flex-direction: column;
        gap: 32px;
    }

    .input-row-2col {
        grid-template-columns: 1fr;
    }

    .checkbox-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .radio-grid {
        grid-template-columns: 1fr;
    }

    .badge-card {
        grid-template-columns: 1fr;
    }

    .date-info {
        font-size: 18px;
    }

    .date-subtext {
        display: none;
    }

    .footer-slogan {
        display: none;
    }

    .form-card h2 {
        font-size: 22px;
    }
}

@media(max-width:520px) {
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== 下拉核心基础样式（增加白色背景，定位、显隐，不覆盖表单其他样式） ===== */
.area-code {
    position: relative;
    width: 100%;
}

.code-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 999;
    background: #ffffff; /* 增加白色背景，解决透明问题 */
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.code-panel.show {
    display: block !important;
}

.search-bar {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 9px 12px;
    outline: none;
    font-size: 13px;
}

.code-scroll {
    overflow-y: auto;
    max-height: 230px;
}

.code-option {
    display: flex;
    justify-content: space-between;
    padding: 9px 12px;
    font-size: 13px;
    cursor: pointer;
}

    .code-option:hover {
        background: #f5f7fa; /* hover浅灰底色 */
    }
.Mobile-code-input{
    width:40%;
}

/* Step3 紧凑化样式，控制页面高度，减少纵向留白 */
.form-step h3 {
    margin: 20px 0 12px !important;
    font-size: 18px;
}

.form-group {
    margin-bottom: 14px !important;
}

.form-sub-desc {
    margin-bottom: 20px !important;
}

.checkbox-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-bottom: 20px !important;
}

.checkbox-item {
    padding: 12px;
    font-size: 14px;
}

textarea.input-box {
    padding: 10px 12px;
    min-height: 80px;
}

.input-box[type="file"] {
    padding: 8px 12px;
}

.btn-row {
    margin-top: 18px !important;
}

.issended {
    cursor: no-drop;
    opacity: 0.4;
}
.hasbesentText {
    display: flex;
    display: none; /* 默认隐藏，发送成功才展示 */
    background-color: #ecf9ec;
    border: 1px solid #d6f2d6;
    border-radius: 12px;
    padding: 16px;
    margin-top: 12px;
    gap: 14px;
    align-items: flex-start;
}

.check-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msg-content {
    flex: 1;
}

.msg-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a472a;
    margin-bottom: 6px;
}

.msg-desc {
    font-size: 14px;
    color: #2c5c3b;
    line-height: 1.6;
}
.skip-btn {
    display: inline-block;
    text-decoration: underline;
    color: #333;
    padding: 12px 24px;
}

