.brief-culture002 .bg1 {
    position: absolute;
    z-index: -1;
}

.brief-culture002 .bg2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
}

.brief-culture002 .layout h1 {
    display: flex;
    justify-content: center;
    margin-bottom: 0.1rem;
}

.brief-culture002 .layout ul {
    margin-top: 0.4rem;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.brief-culture002 .layout ul li {
    /* flex: 1; */
    background-color: var(--ruifox-color-primary-1);
    padding: 0.4rem 0.2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 5.06rem;
    display: flex;
    align-items: center;
    border-radius: 0.08rem;
    background-size: cover;
}

.brief-culture002 .layout ul li:last-child {
    background-image: url(https://www.nnxrmyy.cn/oss/group-bucket-53/images/2025-07-11/042e4dc4-6e04-4696-9563-68fd6f9c74b6.jpg) !important;
}


.brief-culture002 .layout ul li:hover .i {
    animation: shake 0.5s ease-in-out;
    transition: all 0.8s;
}

@keyframes shake {

    0%,
    100% {
        transform: rotateZ(0);
    }

    33.3% {
        transform: rotateZ(-10deg);
    }

    66.6% {
        transform: rotateZ(10deg);
    }
}

.brief-culture002 .layout ul li .i {
    position: relative;
}

.brief-culture002 .layout ul li .i i {
    font-size: 0.64rem;
    position: relative;
    color: #1c64b6;
}

.brief-culture002 .layout ul li .i .bg {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    opacity: 0.2;
    background-color: var(--ruifox-color-primary-1);
}




.brief-culture002 .layout ul li:nth-child(2) {
    background-color: #2c9e81;
}

.brief-culture002 .layout ul li:nth-child(3) {
    background-color: #e5ca8f;
}

.brief-culture002 .layout ul li:nth-child(4) {
    background-color: #fff;
}

.brief-culture002 .layout ul li:nth-child(4) .tit {
    color: #333;
}

.brief-culture002 .layout ul li:nth-child(4) .tit span {
    border-top-color: var(--ruifox-color-primary-1);
    opacity: 0.5;
}

.brief-culture002 .layout ul li:nth-child(4) .txt {
    color: #333;
}

.brief-culture002 .layout ul li:nth-child(2) {
    background-color: #57b880;
}

.brief-culture002 .layout ul li .tit {
    font-size: 0.24rem;
    color: #fff;
    margin-bottom: 0.3rem;
    position: relative;
    text-align: center;
}

.brief-culture002 .layout ul li .content-container {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-left: 0.4rem;
}

/* .brief-culture002 .layout ul li .tit span {
    width: 0.45rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.14rem;
    border-top: 0.04rem solid rgba(255, 255, 255, 0.5);
} */

.brief-culture002 .layout ul li .txt {
    font-size: 0.16rem;
    line-height: 2;
    text-align: start;
    color: #fff;
}

@media (max-width: 960px) {
    .brief-culture002 .layout ul {
        margin-top: 20px;
        display: block;
    }

    .brief-culture002 .layout ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .brief-culture002 .bg2 {
        width: 3rem;
    }
}

/*# sourceMappingURL=brief-culture001.css.map */