.arm-special-fluence{
    width: 1199px;
    margin: 0 auto;
    margin-bottom: 96px;
}
.arm-special-fluence .arm-special-fluence-title{
    font-family: Helvetica;
    font-size: 32px;
    font-weight: 700;
    line-height: 42.3px;
    color: #333;    
    text-align: center;
    margin-bottom: 31px;
}
.arm-special-fluence .arm-special-fluence-content{
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}
.arm-special-fluence .arm-special-fluence-content .arm-special-fluence-content-img{
    width: 33.3%;
    height: 256px;
    position: relative;
    overflow: hidden;
}
.arm-special-fluence .arm-special-fluence-content .arm-special-fluence-content-img a{
    width: 100%;
    height: 100%;
    position: absolute;
}
.arm-special-fluence .arm-special-fluence-content .arm-special-fluence-content-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: transform 0.4s ease-out;
}
.arm-special-fluence .arm-special-fluence-content .arm-special-fluence-content-img:hover img{
    transform: scale(1.2);
    filter: brightness(0.6);
}
.arm-special-fluence .arm-special-fluence-content .arm-special-fluence-content-img .arm-special-fluence-content-tit{
    width: 95%;
    margin: 0 auto;
    height: 20%;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.44px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 36.05px;
}
.arm-special-fluence-content-tit::after{
    content: '';
    position: absolute;
    left: 50%; /* 或者设置为具体的偏移量 */
    transform: translate(-50%, 0);
    top: 40px;
    width: 36px; /* 或者其他你需要的宽度百分比或具体宽度 */
    height: 1px; /* 边框的厚度 */
    background-color: #fff; /* 边框的颜色 */
}
.acm-inquiry-jump{
    display: flex !important;
}
/* 移动端样式 */
@media screen and (max-width: 1025px) {
    .arm-special-fluence{
        width: 100%;
        padding: 0 0.3rem;
        margin-bottom: 0.63rem;
    }
    .arm-special-fluence .arm-special-fluence-title{
        font-family: Helvetica;
        font-size: 0.28rem;
        font-weight: 700;
        line-height: 0.3701rem;
        margin-bottom: 0.37rem;
    }
    .arm-special-fluence .arm-special-fluence-content .arm-special-fluence-content-img{
        width: 50%;
        height: 2.40rem;
    }
    .arm-special-fluence .arm-special-fluence-content .arm-special-fluence-content-img .arm-special-fluence-content-tit{
        font-family: Helvetica;
        font-size: 0.2rem;
        font-weight: 700;
        line-height: 0.2644rem;
        text-align: center;

        margin-top: 0.3605rem;
    }
    .arm-special-fluence .arm-special-fluence-content{
        row-gap: normal;
        /* row-gap: 0.02rem; */
    }
    .arm-special-fluence-content-tit::after{
        top: 0.4rem;
    }
}