.main {
    /*background: #FFF;*/
}
.card_contain{
    height: 100%; /* 继承父容器高度 */
    display: flex;
    flex-direction: column;
}

/* 确保列表区域填满剩余空间 */
.card_contain ul[name="card_application_list"],
.card_contain ul {
    flex: 1;
    min-height: 0; /* 防止 flex 子元素溢出 */
}

.innovation_card_process{
    background: #FFF;
}

.nomination_card_intro{
    background-image: url('/v2/img/event_australia/visa.png'); background-size: cover;
}
.nomination_card_process{
    background-image: url('/v2/img/event_australia/bg.png'); background-size: cover;
}
.welfare_benefits{
    background: #FFF;
}



.qa{
    background: #FFF;
}

/* FAQ容器 */
.faq_container {
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
}


.contact-form{
    background-color: #264c75;
}