

    /* 基础样式 */
.ireland-page {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    flex-direction: column;
    display: flex;

}

.banner-image {
    width: 100%;
}

/* 项目介绍区域 */
.project-intro {
    position: relative;
    width: 100%;
    height: 480px;
    background-color: #f5f5f5;
    background-image: url('/v2/img/event_ireland/about us@2x.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;

    justify-content: center;
    text-align: center;
}

    .image-container {

        /*align-items: center;*/
        /*justify-content: center;*/
        /*display: inline-block;*/
        max-width: 100%;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        margin-top: 20px;
        margin-left: 15%;
    }
    .content-container{
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-top:54px;
    }
.project-title {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 24px;
}

.title-divider {
    background-color: #cecece;
    width: 50px;
    height: 2px;
    margin-bottom: 20px;
}

.project-description {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 32px;
    max-width: 601px;
    margin-bottom: 24px;
}

.consult-button {
    height: 47px;
    width: 305px;
    background-color: #408267;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    border: 1px solid #FCD7A0;
    opacity: 0.92;
    color: #FCD7A0;
    font-size: 20px;
    font-weight: 600;

}


.project-image {
    position: relative;
    left: 329px;
    top: 64px;
    width: 486px;
    height: 595px;
}

.intro-image {
    /*width: 379px;*/
    margin: 30px 0 0 15px;
    display: block; max-width: 100%; height: auto;
}

/* 项目优势区域 */
.advantages-section {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: nowrap;
    margin-left: 260px;
    margin-right: 260px;
}

.section-header {
    position: relative;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    margin-top: 20px;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    display: block;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    display: block;
    margin-top: 10px;
}

.advantages-grid {
    display: flex;
    justify-content: space-between;
    gap: 33px;
    flex-wrap: nowrap;
    width: 100%;
    margin: 50px 0px 50px 40px;
}

.advantage-card {
    border-radius: 0 100px 0 0;
    width: 264px;
    height: 428px;
    background-color: #408267;
    color: white;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    flex: 1;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.advantage-card-1 { background-image: url('/v2/img/event_ireland/adv1@2x.png'); }
.advantage-card-2 { background-image: url('/v2/img/event_ireland/adv2@2x.png'); }
.advantage-card-3 { background-image: url('/v2/img/event_ireland/adv3@2x.png'); }
.advantage-card-4 { background-image: url('/v2/img/event_ireland/adv4@2x.png'); }
.advantage-card-5 { background-image: url('/v2/img/event_ireland/adv5@2x.png'); }

.advantage-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
}

.card-icon {
    position: relative;
    /*top: 10px;*/
    /*right: 10px;*/
    /*width: 50px;*/
    height: 100px;
    z-index: 2;
    align-self: flex-end;
    margin-left: auto;
}

.card-number {
    font-size: 38px;
    font-weight: 700;
    color: #f1b86d;
    margin: 17px auto;
}

.card-title {
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
}

.card-description {
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0;
}

/* 适合人群区域 */
.target-audience-section {
    position: relative;
    width: 100%;
}

.audience-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.audience-container {
    width: 100%;
    padding: 0px 150px 0px 152px;
}

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

.audience-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 34px;
    padding-top: 100px;
}

.audience-main-title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

.audience-subtitle {
    font-size: 18px;
    text-align: left;
}

.audience-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audience-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.profession-grid {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 212px;
}

.profession-card {
    text-align: center;
    flex: 1;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 50px;
}

.profession-card:last-child {
    margin-right: 0;
}

.profession-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.profession-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 13px;
    text-align: center;
    width: 100%;
}

.profession-description {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

/* 申请条件区域 */
.application-section {
    position: relative;
    width: 100%;
    min-height: 700pxpx;
    background-image: url(/v2/img/event_ireland/appeal_process_bg@2x.png);

    flex-direction: column;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 5%;
}

.application-bg {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}



.application-header {
    position: relative;margin-top: 3%;margin-left: 20%;margin-right: 10%;margin-bottom: 30px;
    /*top: 21px;*/
    /*left: 263px;*/
    /*z-index: 3;*/
}
.application-contain{
    position: relative;
    margin-left: 20%;
    margin-right: 10%;

    flex-direction: row;
    display: flex;
}

.application-title {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    display: block;
}

.application-subtitle {
    font-size: 18px;
    color: #666;
    display: block;
    margin-top: 10px;
}

.application-process {
    position: relative;
    margin-right: 10%;
    /*left: 260px;*/
    /*top: 65%;*/
    /*transform: translateY(-50%);*/
    z-index: 2;
}


.process-title {
    margin-bottom: 20px;
}

.process-title-text {
    font: 600 19px/17px PingFangSC, PingFang SC;
    color: #408267;
    letter-spacing: 1px;
}

.process-image {
    width: 486px;
    height: 297px;
    object-fit: contain;
}

.application-requirements {
    position: relative;
    /*z-index: 2;*/
    /*max-width: 500px;*/
    /*margin-left: 872px;*/
    /*padding: 110px 0px;*/
    /*padding-top: 163px;*/
}

.requirements-title {
    margin-bottom: 20px;
}

.requirements-title-text {
    font: 600 19px/17px PingFangSC, PingFang SC;
    color: #408267;
    letter-spacing: 1px;
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirement-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.requirement-number {
    width: 30px;
    height: 30px;
    background: #408267;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin-right: 15px;
    flex-shrink: 0;
}

.requirement-text {
    font-size: 18px;
    color: #0E0D0DFF;
    line-height: 1.5;
}

/* 成功案例区域 */
.success-cases-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    flex-direction: column;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 5%;
}

.cases-bg {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.cases-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 身份升级区域 */
.identity-upgrade-section {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.upgrade-header {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

.upgrade-title {
    font-size: 38px;
    font-weight: 700;
    display: block;
}

.upgrade-subtitle {
    font-size: 18px;
    color: #666;
    display: block;
    margin: 10px 0 20px;
}

.upgrade-description {
    margin-top: 20px;
}

.description-text {
    font-size: 32px;
    display: inline;
}

.highlight-text {
    font-size: 32px;
    color: #ff8900;
    font-weight: 500;
    display: inline;
    margin-left: 10px;
}

.global-access-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    margin: 50px auto;
    max-width: 1059px;
    margin-bottom: 150px;
}

.access-card {
    text-align: center;
    width: 188px;
    flex: 1;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.access-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.access-icon-1 { background-image: url('/v2/img/event_ireland/icon-1@2x.png'); }
.access-icon-2 { background-image: url('/v2/img/event_ireland/icon-2@2x.png'); }
.access-icon-3 { background-image: url('/v2/img/event_ireland/icon-3@2x.png'); }
.access-icon-4 { background-image: url('/v2/img/event_ireland/icon-4@2x.png'); }

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

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

.access-description {
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}

/* 关于爱尔兰区域 */
.about-ireland-section {
    position: relative;
    width: 100%;
}

.ireland-content {
    position: relative;
    margin-top: 20px;
    height: 220px;
}

.ireland-bg {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.ireland-float{

    position: relative;
    display: flex;
    flex-direction: column;
    transform: translateY(-105%);
    z-index: 2;

}

.ireland-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene-image {
    position: relative;
    left: 12%;
    right: 10%;
    z-index: 2;
    width: 77%;
}

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

.universities-grid {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    left: 10%;
    right: 10%;
    height: 100%;
    align-items: center;
    padding-top: 10px;
    width: 79%;
}

.university-item {
    text-align: center;
    flex: 1;
    margin-right: 70px;
}

.university-item:last-child {
    margin-right: 0;
}

.university-name {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.university-subtitle {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
}

/* 常见问题区域 */
.faq-section {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    padding-top: 10px;
}

.faq-container {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
}

.faq-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.faq-title {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.faq-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.faq-item {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.faq-icon img {
    width: 20px;
    height: 20px;
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
}

.faq-answer {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

/* 联系表单区域 */
.contact-form {
    background-image: url('/v2/img/event_ireland/sgk-2@2x.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.form-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.form-field {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0px;
    display: flex;
    align-items: center;
    flex: 1;
}

.field-label {
    background-color: #408267;
    color: #333333;
    font-weight: 500;
    border-radius: 50px;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
    padding: 8px 15px;
}

.label-text {
    width: 49px;
    height: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    line-height: 15px;
    text-align: center;
    font-style: normal;
}

.form-field input {
    flex: 1;
    height: 15px;
    color: #333333;
    font-size: 10px;
    font-family: PingFangSC-Regular;
    text-align: left;
    line-height: 15px;
    margin: 0;
    border: none;
    background: transparent;
    outline: none;
    min-width: 0;
}

.submit-btn {
    background-color: #FFC54E;
    border-radius: 20px;
    height: auto;
    flex: 1;
    margin: 0;
    display: block;
    padding: 15px 25px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.btn-text {
    color: #333;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 15px;
    display: block;
    text-align: center;
    width: 100%;
}