
/* ==================== 全局字体 ==================== */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "黑体", SimHei, "Heiti SC", sans-serif;
    background-color: #efefef;
}

body {
    max-width: 390px;
    margin: 0 auto;
    background-color: #ffffff;
}

/* ==================== 1. Banner模块 ==================== */
.banner-section {
    width: 100%;
    position: relative;
    overflow: visible;
}

.banner-section .banner-bg {
    width: 100%;
    height: auto;
    display: block;
}

.banner-letter {
    position: absolute;
    height: 600px;
    left: 50%;
    bottom: -160px;
    transform: translateX(-50%);
    width: 80%;
    background-image: url(/v2/img/event_new_zealand_aug/letter.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 10px 16px;
    overflow: auto;
    z-index: 2;
    box-sizing: border-box;
}

/* ==================== 2. 高学历移民方案 ==================== */
.education-section {
    width: 100%;
    padding: 40px 16px;
    background-image: url('/v2/img/event_new_zealand_aug/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    box-sizing: border-box;
}

.education-content {
    width: 100%;
    margin: 0 auto;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.section-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* 方案模块 */
.plan-section {
    width: 100%;
    padding: 20px 16px;
    text-align: left;
    box-sizing: border-box;
}

.plan-selected {
    margin: 120px auto 0;
}

.plan-section-title {
    font-size: 24px;
    color: #FFAB00;
    margin-bottom: 10px;
}
.text-white{

    color: white;
}

.plan-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 15px;
    display: block;
}

.plan-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.plan-content {
    font-size: 14px;
    color: white;
    line-height: 1.8;
}

.plan-content p {
    margin: 0;
    padding: 4px 0;
}

.plan-label {
    font-weight: bold;
    color: #0A5446;
    font-size: 16px;
    margin-bottom: 8px;
}

.plan-item {
    margin-bottom: 20px;
    padding-bottom: 16px;
}

.plan-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.plan-tag {
    display: inline-block;
    background-color: #FFAB00;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 18px;
    margin-bottom: 12px;
}

.plan-item p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    margin: 0;
    padding: 3px 0;
}

.plan-item-label {
    font-weight: bold;
}

/* ==================== 3. 进度条模块 ==================== */
.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

.process-section {
    width: 100%;
    padding: 20px 16px;
    background-color: #0A5446;
    text-align: center;
    box-sizing: border-box;
}

.process-content {
    width: 100%;
    margin: 0 auto;
}

.process-image {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

.process-image img {
    width: 100%;
    height: auto;
    display: block;
}




/* ==================== 4. Q&A版块 ==================== */
.faq_container {
    padding: 30px 16px;
    background-color: #f9f9f9;
    box-sizing: border-box;
}
