.bright-text:hover{
    text-shadow: 0 0 4px #868686, 0 0 3px #777777, 0 0 3px #707070, 0 0 3px #737373; /* 绿色光晕 */
    transition: 0.5s;
    cursor: pointer;
}
.do-what:hover{
    text-shadow: 0 0 4px rgba(98, 252, 222, 0.44), 0 0 3px #62FCDE70, 0 0 3px #62FCDE70, 0 0 3px #62FCDE70; /* 绿色光晕 */
    transition: 0.5s;
    cursor: pointer;

}
.post-img{
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}
.post-img:hover{
    transition: transform 0.5s ease; /* 平滑过渡效果 */
    transform: scale(1.05); /* 图片放大10% */
}
.post-protect{
    overflow: hidden;
}
.bright-foot-approach{

}
.bright-foot-approach:hover{
    text-shadow: 0 0 4px rgba(206, 167, 255, 0.44), 0 0 3px #CEA7FF70, 0 0 3px #CEA7FF70, 0 0 3px #CEA7FF70; /* 绿色光晕 */
    transition: 0.5s;
    cursor: pointer;
}
.sec-dev-foot{

}
.foot-leader{
    max-width: 64%;
    margin-left: 18%;
    margin-bottom: 5%;
    display: flex;
    height: 20vh;
    background-image: url("../../port/foot1.png");
    background-size: cover;
    text-align: center;
    border-radius: 20px;
}
.foot2-leader{
    max-width: 64%;
    margin-left: 18%;
    margin-bottom: 5%;
    display: flex;
    height: 20vh;
    background-image: url("../../port/foot2.png");
    background-size: cover;
    text-align: center;
    border-radius: 20px;
}