﻿.container-total {
    padding-left: 6%;
    padding-right: 6%;
}

.member_row > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.services-one__single:hover {
    transform: translateY(-10px);
}

.member_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

    .member_photo img {
        transition: all 0.4s ease;
        display: block;
        border-radius: 10px;
        max-height: 300px;
        max-width: 300px;
    }


.zoom-effect img {
    transition: transform 0.4s ease;
}

.zoom-effect:hover img {
    /*transform: scale(1.1);*/
}

.custom-card {
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
    line-height: 1.6;
    /*min-height: 180px;*/
}

    .custom-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

    .custom-card .card-img-container {
        padding: 12px;
    }

    .custom-card .card-img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 5px;
    }

    .custom-card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0.8rem;
    }

.custom-card-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
    font-size: 17px;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .custom-card-title:hover {
        color: #686868;
    }

.custom-card-text {
    color: #555;
    font-size: 14px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    color: #555;
    font-size: 1.05em;
}

    .contact-item:last-child {
        margin-bottom: 0;
    }

.contact-icon {
    color: #ce1030;
    font-size: 1.3em;
    margin-right: 0.8em;
    min-width: 1.3em;
    text-align: center;
}

.contact-text {
    flex-grow: 1;
    word-break: break-word;
}

/* 工作组简介 */

.logo-section {
    background-color: #fff;
    padding: 60px 20px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

    .logo-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 120px;
        height: 4px;
        background-color: #ce1030;
        transform: translateX(-50%);
        border-radius: 2px;
    }

    .logo-section::after {
    }

    .logo-section::after {
        content: '';
        position: absolute;
        /*bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        opacity: 0.2;*/

        bottom: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background: linear-gradient(45deg, rgba(206, 16, 48, 0.05), rgba(255, 255, 255, 0));
        border-radius: 50%;
        opacity: 0.8;
        z-index: 0;
        pointer-events: none;
    }

.logo_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 3.5em;
    text-align: center;
    transition: transform 0.3s ease;
    margin-bottom: 24px;
}

    .logo_photo img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
        object-fit: contain;
        transition: all 0.4s ease;
        display: inline-block;
        /*width: 90%;*/
        vertical-align: middle;
    }

.logo-row {
    margin-bottom: 40px;
}

.logo-description {
    border-bottom: 4px solid #ce1030;
    margin-top: 0;
    margin-left: 2.5em;
    margin-right: 2.5em;
    padding: 2em;
    background-color: #f9f9f9;
    border-radius: 14px;
    box-shadow: 0 0 6px rgba(0,0,0,0.03);
    color: #444;
    font-size: 20px;
    line-height: 2;
    text-align: justify;
}

@media (max-width: 768px) {
    .logo-section {
        padding: 40px 10px;
    }

    .logo-row {
        margin-bottom: 20px;
    }

    .logo_photo {
        height: 1em;
        margin-bottom: 4px;
    }


    .logo-description {
        font-size: 0.95em;
        margin-left: 1em;
        margin-right: 1em;
        padding: 1.5em;
    }
}
