/* Portal 报名页面样式 */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: #248FEC;
    color: #fff;
    overflow-x: hidden;
}

.page {
    max-width: 460px;
    margin: 0 auto;
}

.page-header {
    padding: 18px 14px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
    margin-bottom: 14px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: rgba(255, 255, 255, 0.18);
    padding: 6px 10px;
    border-radius: 12px;
}

.event-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
}

.event-meta {
    margin-top: 12px;
    font-size: 12px;
    opacity: 0.92;
}

.event-meta .event-date {
    font-weight: 600;
}

.event-meta .event-place {
    margin-top: 4px;
}

.section {
    margin-bottom: 14px;
}

.card {
    padding: 14px 14px 16px;
}

.section-title {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 700;
}

.section-text {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
}

.timeline {
    padding-left: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
}

.timeline li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.timeline li:last-child {
    border-bottom: none;
}

.timeline .time {
    display: inline-block;
    min-width: 90px;
    color: rgba(255, 255, 255, 0.72);
}

.form-row {
    margin-bottom: 12px;
}

.form-row label {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    opacity: 0.9;
}

.form-row input,
.form-row textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 14px;
}

.form-row input:focus,
.form-row textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-group label {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    gap: 4px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 6px 10px;
    cursor: pointer;
}

.radio-group input {
    accent-color: #fff;
}

.signup-section {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-Btn {
    width: 100%;
    height: 90px;
}

.signup-card {
    /*width: 100%;*/
    width: calc(100% - 50px);   /* 左右各留 16px */
    max-width: 400px;           /* 根据设计调整 */
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 16px 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.img2box {
    
    width: 100%;
    display: flex;
}

.img2 {
    width: 138px;
    height: 22px;
    margin: 0 auto;
    margin-bottom: 20px;
    
    
}

.signup-title {
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    color: #1A6AED;
    padding: 14px 0 10px;
    position: relative;
    display: flex;
    justify-content: content;
    align-items: content;
}

.signup-title::before,
.signup-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #1A6AED;
}

.signup-title::before {
    left: 16px;
}

.signup-title::after {
    right: 16px;
}

.signup-form {
    margin: 0;
}

.signup-form .form-row {
    display: flex;
    align-items: center;
    padding: 14px 14px;
    border-radius: 14px;
    background: rgba(242, 247, 255, 1);
    margin-bottom: 10px;
}

.signup-form .form-row:last-child {
    margin-bottom: 0;
}

.signup-form .form-row label {
    width: 96px;
    flex-shrink: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}

.label-star {
    color: #1A6AED;
    margin-right: 4px;
}

.signup-form .form-row .field {
    flex: 1;
}

.signup-form .form-row .field input,
.signup-form .form-row .field textarea,
.signup-form .form-row .field select {
    width: 100%;
    border: none !important;
    outline: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.75);
    padding: 0;
    font-size: 14px;
}

.signup-form .form-row .field textarea {
    resize: none;
    min-height: 94px;
}

.signup-form .form-row-textarea {
    padding-top: 10px;
    padding-bottom: 10px;
}

.signup-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath fill='%23A1B0C3' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 8px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);*/
    border: none;
}

.submit-wrap {
    width: 100%;
    max-width: 650px;
    padding: 10px 16px 26px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    
    
}

.btn-submit {
    width: 100%;
    padding: 14px 0;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #EB661E;
    box-shadow: 0 10px 20px rgba(255, 110, 44, 0.35);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-submit:active {
    transform: translateY(1px);
    box-shadow: 0 6px 12px rgba(255, 110, 44, 0.28);
}

.page-footer {
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
    opacity: 0.8;
}

.footer-note {
    padding: 10px 0 0;
}

/* 验证错误样式 */
.error {
    border-color: #ff6262 !important;
}

label.error {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255, 101, 101, 0.95);
}

/* 图片容器样式 */
.images-container {
    margin-bottom: 14px;
}

.images-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* 让所有图片都铺满屏幕宽度 */
.images-container img {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
}
