/* 德国蓝卡整体容器 */
.germany-blue-card {
    width: 100%;
}

/* 蓝卡介绍区域 */
.blue-card-section {
    position: relative;
    background-image: url('/v2/img/event_germany/bg1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    min-height: 600px;
}

.blue-card-content {
    margin-left: 30px;
    width: 300px;
}

.blue-card-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.blue-card-subtitle {
    font-size: 20px;
    color: #FF8C00;
    margin-bottom: 20px;
}

.blue-card-intro {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.blue-card-label {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.blue-card-requirements {
    margin-bottom: 25px;
}

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

.blue-card-requirements li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.blue-card-requirements li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.blue-card-advantages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blue-card-advantages li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.blue-card-advantages li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.blue-card-advantages li strong {
    color: #333;
    font-weight: 600;
}

/* 适合人群区域 */
.suitable-people-section {
    background-image: url('/v2/img/event_germany/bg-yellow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.suitable-people-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.suitable-people-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.suitable-people-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.suitable-people-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.suitable-people-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suitable-people-label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* 申请流程区域 */
.application-process-section {
    background-color: #fff;
    padding: 20px 20px;
}

.application-process-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 15px;
    margin-bottom: 30px;
}

.process-image-wrapper {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.process-image-wrapper img {
    max-width: 100%;
    height: auto;
}

/* ==================== 德国双元制 ==================== */

/* 双元制整体容器 */
.germany-dual-system {
    width: 100%;
}

/* 双元制介绍区域 */
.dual-system-section {
    position: relative;
    background-image: url('/v2/img/event_germany/bg2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 5px 20px 166px;
    min-height: 600px;
}

.dual-system-content {
    margin-left: 30px;
    width: 300px;
}

.dual-system-title {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
}

.dual-system-subtitle {
    font-size: 20px;
    color: #FFA500;
    margin-bottom: 20px;
}

.dual-system-intro {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 30px;
}

.dual-system-label {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.dual-system-requirements {
    margin-bottom: 25px;
}

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

.dual-system-requirements li {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.dual-system-requirements li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: bold;
}

.dual-system-advantages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dual-system-advantages li {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.dual-system-advantages li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: bold;
}

.dual-system-advantages li strong {
    color: #ffffff;
    font-weight: 600;
}

/* 双元制适合人群区域 */
.dual-suitable-section {
    background-image: url('/v2/img/event_germany/bg-red.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dual-suitable-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.dual-suitable-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.dual-suitable-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dual-suitable-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dual-suitable-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dual-suitable-label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* 双元制申请流程区域 */
.dual-process-section {
    background-color: #fff;
    padding: 20px 20px;
}

.dual-process-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 15px;
    margin-bottom: 30px;
}

/* ==================== 德国法人签 ==================== */

/* 法人签整体容器 */
.germany-entrepreneur-visa {
    width: 100%;
}

/* 法人签介绍区域 */
.entrepreneur-section {
    position: relative;
    background-image: url('/v2/img/event_germany/bg3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    min-height: 600px;
}

.entrepreneur-content {
    margin-left: 30px;
    width: 300px;
}

.entrepreneur-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.entrepreneur-subtitle {
    font-size: 20px;
    color: #FF8C00;
    margin-bottom: 20px;
}

.entrepreneur-intro {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.entrepreneur-label {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.entrepreneur-requirements {
    margin-bottom: 25px;
}

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

.entrepreneur-requirements li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.entrepreneur-requirements li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.entrepreneur-advantages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.entrepreneur-advantages li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.entrepreneur-advantages li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.entrepreneur-advantages li strong {
    color: #333;
    font-weight: 600;
}

/* 法人签适合人群区域 */
.entrepreneur-suitable-section {
    background-image: url('/v2/img/event_germany/bg-yellow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.entrepreneur-suitable-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.entrepreneur-suitable-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.entrepreneur-suitable-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.entrepreneur-suitable-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.entrepreneur-suitable-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entrepreneur-suitable-label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* 法人签申请流程区域 */
.entrepreneur-process-section {
    background-color: #fff;
    padding: 20px 20px;
}

.entrepreneur-process-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 15px;
    margin-bottom: 30px;
}

/* ==================== 德国普通工签 ==================== */

/* 普通工签整体容器 */
.germany-work-visa {
    width: 100%;
}

/* 普通工签介绍区域 */
.work-visa-section {
    position: relative;
    background-image: url('/v2/img/event_germany/bg4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    min-height: 600px;
}

.work-visa-content {
    margin-left: 175px;
    width: 270px;
}

.work-visa-title {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
}

.work-visa-subtitle {
    font-size: 20px;
    color: #FF8C00;
    margin-bottom: 20px;
}

.work-visa-intro {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 30px;
}

.work-visa-label {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.work-visa-requirements {
    margin-bottom: 25px;
}

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

.work-visa-requirements li {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.work-visa-requirements li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: bold;
}

.work-visa-advantages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-visa-advantages li {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.work-visa-advantages li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: bold;
}

.work-visa-advantages li strong {
    color: #ffffff;
    font-weight: 600;
}

/* 普通工签适合人群区域 */
.work-visa-suitable-section {
    background-image: url('/v2/img/event_germany/bg-red.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.work-visa-suitable-title {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.work-visa-suitable-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.work-visa-suitable-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.work-visa-suitable-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.work-visa-suitable-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-visa-suitable-label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* 普通工签申请流程区域 */
.work-visa-process-section {
    background-color: #fff;
    padding: 20px 20px;
}

.work-visa-process-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 15px;
    margin-bottom: 30px;
}