* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    background: linear-gradient(180deg, #02152f 0%, #0a2d58 46%, #07101d 100%);
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.page-wrap {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0;
}

.poster-shell {
    width: 100%;
    min-height: 100vh;
    padding: 18px 20px 240px;
    position: relative;
    background-image: url("/assets/images/footer-bg0.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-left: 0;
    border-right: 0;
    overflow-x: hidden;
}

/* register 页面背景遮罩 */

.poster-shell-register-page{
    
   width: 100%;
    max-width: 480px;
    min-height: 100vh;
    padding: 18px 20px 240px;
    position: relative;
    background-image: url("/assets/images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-left: 0;
    border-right: 0;
    overflow-x: hidden;
}

.required{
color:#ff4d4f;
margin-left:4px;
}

.brand-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 38px 0 18px;
    padding: 0;
}

.brand-row img {
    display: block;
    width: 100%;
    max-width: 350px;
    max-height: 88px;
    object-fit: contain;
}

.main-subtitle {
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 1px;
}

.main-title {
    font-size: 54px;
    line-height: 1.05;
    font-weight: 800;
    margin: 8px 0 16px;
}

.main-title-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 60px -20px 54px;
    padding: 0;
    width: calc(100% + 40px);
}

.main-title-img img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.orange-bar {
    display: inline-block;
    background: linear-gradient(90deg, #d97706, #f59e0b, rgba(245,158,11,.18));
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 14px;
    margin-bottom: 28px;
}

.info-block {
    margin: 45px 0 0 0;
    font-size: 18px;
    line-height: 1.7;
}

.info-label {
    font-size: 18px;
    line-height: 1.3;
    opacity: .82;
    letter-spacing: .5px;
}

.highlight {
    font-size: 20px;
    font-weight: 800;
}

.cta-wrap {
    margin-top: 96px;
    text-align: center;
}

.btn-primary {
    display: inline-block;
    min-width: 220px;
    padding: 16px 28px;
    border-radius: 14px;
    background: #1e3976;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(11, 28, 68, .28);
}

.btn-primary:hover {
    opacity: .92;
}

.form-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin: 12px 0 28px;
}

.form-group {
    margin-bottom: 22px;
}

.form-label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-input,
.form-textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(255,255,255,.04);
    color: #fff;
    padding: 14px 14px;
    border-radius: 4px;
    font-size: 17px;
    outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(255,255,255,.45);
}

.form-textarea {
    min-height: 120px;
    resize: vertical;
}

.radio-row {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 6px;
}

.radio-row label {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.submit-wrap {
    text-align: center;
    margin-top: 30px;
}

.notice-box {
    max-width: 820px;
    margin: 20px auto 0;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    padding: 14px 16px;
    border-radius: 8px;
}

.map-box {
    margin: 22px 0;
    background: #fff;
    border: 1px solid rgba(255,255,255,.2);
    overflow: hidden;
}

.map-box iframe {
    width: 100%;
    height: 360px;
    border: 0;
}

.success-text {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 18px;
    color:#ffd792
}

.admin-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 16px 24px 40px;
    color: #111;
}

.admin-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    overflow: auto;
}

.admin-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 18px;
}

.login-wrap {
    max-width: 460px;
    margin: 80px auto;
    background: #fff;
    color: #111;
    border-radius: 10px;
    padding: 28px;
}

.login-wrap h2 {
    margin-top: 0;
}

.login-wrap .form-label {
    color: #111;
    font-size: 16px;
}

.login-wrap .form-input {
    color: #111;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.login-wrap .btn-primary {
    width: 100%;
    font-size: 18px;
}

.error-text {
    color: #d00;
    margin-bottom: 12px;
}

.success-inline {
    color: #0a8f3d;
    font-weight: 700;
}

.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1000px;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
}

th {
    background: #f4f6fb;
    font-weight: 800;
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    gap: 12px;
}

.admin-link {
    color: #284a94;
    font-weight: 700;
}

@media (max-width: 768px) {
    .poster-shell {
        padding: 16px 18px 220px;
        background-position: center top;
        background-size: cover;
    }

    .brand-row {
        margin: 30px 0 14px;
    }

    .brand-row img {
        max-width: 360px;
        max-height: 82px;
    }

    .main-title-img {
        margin: 52px -18px 44px;
        width: calc(100% + 36px);
    }

    .orange-bar {
        font-size: 14px;
        padding: 7px 12px;
        margin-bottom: 24px;
    }

    .info-block,
    .info-label {
        font-size: 16px;
    }

    .highlight {
        font-size: 18px;
    }

    .cta-wrap {
        margin-top: 104px;
    }

    .btn-primary {
        display: inline-block;
        width: 236px;
        min-width: 0;
        padding: 15px 24px;
        font-size: 20px;
    }

    .form-title {
        font-size: 22px;
    }

    .form-label {
        font-size: 16px;
    }

    .form-input,
    .form-textarea,
    .radio-row label {
        font-size: 16px;
    }

    .map-box iframe {
        height: 280px;
    }
}

@media (max-width: 640px) {
    .poster-shell {
        padding: 16px 16px 200px;
        background-position: center top;
        background-size: cover;
    }

    .brand-row img {
        max-width: 320px;
        max-height: 76px;
    }

    .main-title-img {
        margin: 48px -16px 40px;
        width: calc(100% + 32px);
    }

    .cta-wrap {
        margin-top: 108px;
    }

    .btn-primary {
        width: 224px;
        padding: 15px 20px;
    }

    .info-block {
        line-height: 1.65;
    }
}

@media (min-width: 769px) {
    .poster-shell {
        padding-bottom: 280px;
        background-position: center top;
        background-size: cover;
    }

    .brand-row img {
        max-width: 420px;
        max-height: 110px;
    }

    .main-title-img img {
        max-width: none;
    }
}