.redfont {
    color: #EB5050;
    font-weight: bold;
}

.bigfont {
    font-size: 5vh;
}

.middlefont {
    font-size: 2.8vh;
}

.smallfont {
    font-size: 2.1vh;
    line-height: 1.8;
}


.container {
    width: 60%;
    height: auto;
}

.carousel {
    height: 50vh;
}

.carousel-item {
    width: 100%;
    height: 48vh;
    overflow: hidden;
    position: relative
}

.swipe-img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    filter: brightness(0.35)
}

.carousel-caption {
    margin-bottom: 10vh;
    width: 60%;
}

.animated-text {
    opacity: 0;
    /* 初始状态透明 */
    transform: translateY(100px);
    /* 初始位置在下方 */
    animation: slideUp 1s ease forwards;
    /* 应用动画 */
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
        /* 从下方100px开始 */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* 移动到原位置 */
    }
}

.teaminfo {
    height: 48vh
}

.clinetinfo {
    height: 60vh;
}

.serviceinfo {
    height: 70vh;
}

.gary-border {
    border: 3px solid #D8D4D4;
    border-radius: 20px;
    width: 30%;
}

.animated-text2 {
    opacity: 0;
    /* 初始状态透明 */
    transform: translateY(50px);
    /* 初始位置在下方 */
    transition: opacity 0.5s, transform 0.5s;
    /* 平滑过渡 */
}


.servnum-svg {
    fill: none;
    stroke: #D8D4D4;
    stroke-width: 4px;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.servicenum {
    width: 15%;
    position: relative;
}

.num {
    position: absolute;
    top: 23%;
    left: 23%;
}

.clinetinfo {
    height: 80vh;
}

.clientimg {
    width: 50vh;
    border-radius: 10px;
}

.specialitem {
    width: 30%;
}

.specialnum {
    border: 3px solid #D8D4D4;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    padding: 22px;
    font-size: 30px;
}

.footer {
    background-color: #F2C0BF;
    padding: 2vh;
}

.footertxt {
    height: 40vh;
    width: 50vw;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    border: 4px solid #D8D4D4;
}

.arc {
    fill: none;
    stroke: #D8D4D4;
    stroke-width: 3px;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.node {
    fill: white;
    stroke: #D8D4D4;
    stroke-width: 3px;
}

.label {
    font-size: 30px;
    font-weight: bold;
    text-anchor: middle;
    /* 文本居中对齐 */
    dominant-baseline: central;
    /* 垂直居中对齐 */
    fill: #333;
    /* 文本颜色 */
}

.theoryinfo {
    height: 70vh;
}

.svgcontainer {
    margin-left: 5%
}

.icpfooter {
    border-top: #F2C0BF solid 10px;
    font-size: 15px;
}

/* 移动端字体大小调整 */
@media (max-width: 768px) {
    .bigfont {
        font-size: 2.5vh;
    }

    .middlefont {
        font-size: 1.4vh;
    }

    .smallfont {
        font-size: 1vh;
        line-height: 1.8;
    }

    .carousel {
        height: 40vh;
    }

    .teaminfo {
        height: 30vh
    }

    .container {
        width: 90%;
        height: auto;
    }

    .serviceinfo {
        height: 40vh;
    }

    .clinetinfo {
        height: 30vh;
    }

    .clientimg {
        width: 30vw !important;
        border-radius: 5px;
    }

    .theoryinfo {
        height: 50vh;
    }

    .specialnum {
        border: 1px solid #D8D4D4;
        width: 10px !important;
        height: 10px !important;
        padding: 6px;
        font-size: 8px;
    }

    .icpfooter {
        border-top: #F2C0BF solid 5px;
        font-size: 8px;
    }

    .footertxt {
        height: 20vh;
        width: 80vw;
        background-color: white;
        padding: 10px;
        border-radius: 20px;
        border: 2px solid #D8D4D4;
    }

    .gary-border {
        border: 1px solid #D8D4D4;
        border-radius: 10px;
        width: 30%;
    }

}
.gongan{
    width: 20px;
    height: 20px;
}