

    /* Reset and Base Styles */
* {
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

input {
    background-color: transparent;
    border: 0;
    outline: none;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}
    /* 修改现有的 .logosize 类 */
    .logosize {
        width: 120px; /* 使用固定宽度而不是百分比 */
        height: auto; /* 保持比例 */
        max-width: 100%; /* 响应式限制 */
    }

    /* 或者如果希望保持百分比，但更精确控制 */
    .logosize {
        width: 30%; /* 增大百分比 */
        max-width: 150px; /* 设置最大宽度 */
        height: auto;
    }
/* Main Container - Fixed width issue */
.main-container {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    max-width: 100%; /* 改为100%以充分利用屏幕宽度 */
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

/* Layout Utilities */
.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.align-center {
    display: flex;
    align-items: center;
}

.w-full {
    width: 100%;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

/* Banner Section */
.banner-section {
    position: relative;
    width: 100%;
    height: 785px;
    background: url(/v2/img/event_new_zealand_rv/banner.png) no-repeat center center;
    background-size: cover;
    padding: 25px 0 208px 0;
    margin: 0; /* 确保没有外边距 */
    margin-top: 56px;
}

.value-card {
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 532px;
    width: calc(100% - 30px);
    max-width: 345px;
    height: 261px;
    padding: 34px 23px 26px 27px;
    margin: 0px 0px;
}
.audience-section,
.advantages-section,
.requirements-section,
.faq-section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.value-title {
    height: 24px;
    color: #000000;
    font-size: 24px;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 36px;
    margin: -20px 28px 0 28px;
}

.divider-line {
    width: 40px;
    height: 1px;
    align-self: center;
    margin-top: 19px;
    background: url(/v2/img/event_new_zealand_rv/SketchPng1c6362c042af54acdb2b5c1f3ed7990ad966714a789be5f249ff852686d8446b.png) no-repeat;
}

.value-description {
    width: 295px;
    height: 120px;
    color: #000000;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: left;
    line-height: 20px;
    margin-top: 6px;
}

.cta-button {
    background: url(/v2/img/event_new_zealand_rv/SketchPngc8b89391fc1938669cff0d9d00e65365b8a20a4cb60e8c2855f333de858e7e98.png) -1px -1px no-repeat;
    background-size: 135px 36px;
    margin: 24px 82px 0 79px;
    padding: 6px 19px 7px 19px;
}

.cta-button a {
    color: #000000;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
}

/* Audience Section */
.audience-section {
    background: url(/v2/img/event_new_zealand_rv/SketchPng5f93eee47e9604d82472bf9367206bf06f8b9d519f7dcb370deee3c5c368926f.png) 0px -1px no-repeat;
    background-size: 100% 382px;
    margin: 0;
    padding: 31px 0px 0px 0px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.section-header {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 375px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Advantages Section Intro - 修改部分 */
.section-intro {
    text-align: center;
    margin-bottom: 27px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.section-title {
    height: 28px;
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 42px;
    margin: 0 auto;
}

.section-subtitle {
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    margin-top: 9px;
}

/* Requirements Section Header - 修改部分 */
.requirements-section .section-title {
    height: 30px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 45px;
    margin: 0 auto;
    display: block;
}

.requirements-section .section-subtitle {
    overflow-wrap: break-word;
    color: rgba(156, 156, 156, 1);
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 10px;
    display: block;
}

.position-grid {
    width: 100%;
    max-width: 345px; /* 与 banner-section 中的 value-card 宽度一致 */
    height: auto;
    margin: 28px auto 0;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
}

.position-item {
    width: 30%;
    height: 105px;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.position-icon {
    border-radius: 50%;
    width: 78px;
    height: 78px;
    background-size: cover;
}

.icon-1 { background: url(/v2/img/event_new_zealand_rv/3a86f791adea4e95b6c79317a4c15ef8_mergeImage.png); background-size: cover; }
.icon-2 { background: url(/v2/img/event_new_zealand_rv/753d2d0ec0944b9aa499a160cdd8072d_mergeImage.png); background-size: cover; }
.icon-3 { background: url(/v2/img/event_new_zealand_rv/9ba2877a531c43568e8a50b496df8d29_mergeImage.png); background-size: cover; }
.icon-4 { background: url(/v2/img/event_new_zealand_rv/4337b052b05048cba33b22dd2308983b_mergeImage.png); background-size: cover; }
.icon-5 { background: url(/v2/img/event_new_zealand_rv/532d09c8f5e74444b0f6cd3c9663dd95_mergeImage.png); background-size: cover; }
.icon-6 { background: url(/v2/img/event_new_zealand_rv/4126225472b1430f9d71cbef45eb5fd8_mergeImage.png); background-size: cover; }

.position-name {
    width: 91px;
    color: #ffffff;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    align-self: center;
    margin-top: 9px;
}

/* Contact Form 125C91 */
.contact-form {
    background-color: #112592;
    background-size: cover;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.form-content {
    padding: 2.278rem 20px 1.667rem;
    max-width: 375px;
    margin: 0 auto;
}

.form-field {
    background-color: #ffffff;
    border-radius: 25px;
    width: 100%;
    max-width: 16.556rem;
    height: 2.334rem;
    margin: 0 auto 0.667rem auto;
    display: flex;
    align-items: center;
}
/*#112592*/
.field-label {
    background-color: #125C91;
    color: white;
    font-weight: 600;
    border-radius: 25px;
    height: 2.334rem;
    width: 5.556rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.form-field input {
    flex: 1;
    height: 1.667rem;
    color: #999999;
    font-size: 16px !important;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    text-align: left;
    line-height: 1.667rem;
    margin: 0.334rem 1.667rem 0 0.556rem;
    min-width: 0;
    transform: scale(1);
    transform-origin: 0 0;
}

.submit-btn {
    background-image: linear-gradient(194deg, #125C91 0, #125C91 100%);
    border-radius: 21px;
    height: 2.445rem;
    width: 100%;
    max-width: 16.556rem;
    margin: 0.834rem auto 1.667rem auto;
    display: block;
}

.submit-btn span {
    color: white;
    font-size: 1.111rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 1.556rem;
    display: block;
    text-align: center;
}

/* Advantages Section */
.advantages-section {
    position: relative;
    height: auto;
    padding: 0 20px 31px;
    width: 100%;
    box-sizing: border-box;
}

.section-intro {
    text-align: center;
    margin-bottom: 27px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
/* Advantages Row - 修改部分 */
.advantages-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.advantage-item {
    text-align: center;
    flex: 0 0 48%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


    .advantage-item img {
        width: 50px; /* 缩小图片尺寸 */
        height: 50px;
        margin-bottom: 8px;
        object-fit: contain;
    }

    .advantage-content h4,
    .advantage-item h4 {
        font-size: 14px;
        font-weight: bold;
        margin: 5px 0;
        line-height: 1.2;
    }

    .advantage-content p,
    .advantage-item p {
        font-size: 12px;
        line-height: 1.3;
        height: 2.6em; /* 限制为两行高度 */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 限制显示两行 */
        -webkit-box-orient: vertical;
        margin: 0;
    }

    /* 针对直接包含在advantage-item中的p标签 */
    .advantage-item > p {
        height: 2.6em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.advantage-content h4 {
    color: #000000;
    font-size: 20px;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    margin-bottom: 11px;
}

.advantage-content p {
    color: #000000;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: center;
    line-height: 16px;
}


.advantages-icons img {
    max-width: 45%;
    height: auto;
}

/* Requirements Section */
.requirements-section {
    width: 100%;
    box-sizing: border-box;
}



.process-image {
    text-align: center;
    max-width: 100%;
    height: auto;
}


.requirements-list {
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: left;
    line-height: 24px;
    margin: 9px 25px 0;
}

/* FAQ Section */
.faq-section {
    background: url(/v2/img/event_new_zealand_rv/SketchPng46854f0eb83703a282e5a00c8f29cc68ee527637adb0baaa67b028a9dc41e62e.png) no-repeat;
    background-size: cover;
    padding: 16px 20px 33px;
    width: 100%;
    box-sizing: border-box;
}

.faq-title {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
    margin: 0 0 20px;
}

.faq-item {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.faq-number {
    background: url(/v2/img/event_new_zealand_rv/SketchPngf889576db9f7e108a149950ab09efd8bc1e0244b4e6fda2b386c984c90f98128.png) -1px -1px no-repeat;
    background-size: 27px 27px;
    padding: 3px 10px;
    margin-right: 10px;
    flex-shrink: 0;
}

.faq-number span {
    color: #ffffff;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    line-height: 20px;
}

.faq-question {
    color: #000000;
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    line-height: 22px;
    flex: 1;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.faq-answer {
    width: calc(100% - 60px); /* 与faq-question保持相同宽度 */
    margin-left: 40px; /* 与faq-question保持相同缩进 */
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-right: 10px; /* 防止文字贴边 */
}

.section-header-group_12 {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-header-text_1 {
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 42px;
}

.section-header-paragraph_1 {
    width: 230px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    line-height: 16px;
    align-self: center;
    margin-top: 9px;
}