/* about页面专用样式 */
.about-banner {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.about-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section {
    padding: 80px 0;
}

.about-section h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
    color: #333;
}

/* 创始人介绍样式 */

.founder-container {
    display: flex;
    flex-wrap: wrap;
}

.founder-avatar {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直居中 */
    align-items: center; /* 水平居中 */
    text-align: center;
}

.founder-info {
    flex: 0 0 80%;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0; /* 保持适当的内边距 */
}

.founder-avatar img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto 10px auto; /* 居中显示，并添加底部间距 */
}

/* 头像文字说明样式 */
.avatar-text {
    text-align: center;
    /* margin-top: 2px; */
}

.avatar-title {
    font-size: 14px;
    color: #e74c3c;
    margin: 0;
    padding: 0;
}

.avatar-name {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #e74c3c;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5px;
}

/* 响应式设计 - 移动端 */
@media (max-width: 768px) {

    .founder-avatar,
    .founder-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .founder-avatar {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}


.founder-section {
    background-color: #f9f9f9;
    padding: 80px 0;
}

/* 添加创始人介绍标题居中样式 */
.founder-section h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
    color: #333;
}

/* 发展历程时间轴样式 */
.timeline-section {
    padding: 80px 0;
    background-color: white;
}

/* 添加发展历程标题居中样式 */
.timeline-section h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
    color: #333;
}

.timeline-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e0e0e0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    margin-bottom: 60px;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-year {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e74c3c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 1;
    margin: 0 40px;
    position: relative;
}

.timeline-year::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e74c3c;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-item:nth-child(odd) .timeline-year::after {
    right: -50px;
}

.timeline-item:nth-child(even) .timeline-year::after {
    left: -50px;
}

.timeline-content {
    flex: 1;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.timeline-content h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.timeline-content p {
    color: #666;
    line-height: 1.6;
}

/* 公司介绍样式 */
.company-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.company-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.company-text {
    flex: 1;
    min-width: 300px;
    padding-right: 40px;
    margin-bottom: 30px;
}

.company-text h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.company-text p {
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.company-image {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.company-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .founder-content {
        flex-direction: column;
        text-align: center;
    }

    .founder-avatar {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .timeline-line {
        left: 60px;
    }

    .timeline-item {
        flex-direction: row !important;
    }

    .timeline-year {
        width: 80px;
        height: 80px;
        font-size: 18px;
        margin-left: 0;
        margin-right: 30px;
    }

    .timeline-year::after {
        right: -30px !important;
        left: auto !important;
    }

    .company-content {
        flex-direction: column;
    }

    .company-text {
        padding-right: 0;
        margin-bottom: 30px;
    }
}


.founder-info.layui-col-md10.layui-col-xs12 {
    color: #e74c3c; /* 设置红色 */
}