.ruifox-home-columns003 {
    margin-top: 0.8rem;
    position: relative;
}

.ruifox-home-columns003 .layout ul {
    display: flex;
    justify-content: space-between;
}

.ruifox-home-columns003 .layout ul li {
    min-height: 1.2rem;
    background: none !important;
    width: 24%;
    height: 2rem;
}

.ruifox-home-columns003 .layout ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: all 0.3s;
    /* border: 1px solid #E5EBF2; */
    box-shadow:0 0 10px rgba(0,0,0,.12);
    position: relative;
    border-radius: 0.1rem;
}

.ruifox-home-columns003 .layout ul li a:hover {
    transform: translateY(-10px);
    border: 1px solid #1c64b6;
}

.ruifox-home-columns003 .layout ul li a:hover::before {
    opacity: 0.2;
}

.ruifox-home-columns003 .layout ul li a: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);
    }
}

.ruifox-home-columns003 .layout ul li a .i {
    position: relative;
}

.ruifox-home-columns003 .layout ul li a .i i {
    font-size: 0.64rem;
    position: relative;
    color: #1c64b6;
}

.ruifox-home-columns003 .layout ul li a .i .bg {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    opacity: 0.2;
}

.ruifox-home-columns003 .layout ul li a .tit {
    font-size: 0.24rem;
    margin-top: 0.3rem;
    position: relative;
}

.ruifox-home-columns003 .layout ul li a .e_tit {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    line-height: 1;
    opacity: 0.8;
}

.ruifox-home-columns003 .layout ul li:nth-child(2) a .i:before {
    background-color: rgba(57, 168, 149, 0.2);
}

.ruifox-home-columns003 .layout ul li:nth-child(2) a .i i {
    color: #39a895;
}

.ruifox-home-columns003 .layout ul li:nth-child(2) a:hover {
    border: 1px solid #39a895;
}

.ruifox-home-columns003 .layout ul li:nth-child(3) a .i:before {
    background-color: rgba(24, 102, 181, 0.2);
}

.ruifox-home-columns003 .layout ul li:nth-child(3) a .i i {
    color: #1866b5;
}

.ruifox-home-columns003 .layout ul li:nth-child(3) a:hover {
    border: 1px solid #1866b5;
}

.ruifox-home-columns003 .layout ul li:nth-child(4) a .i:before {
    background-color: rgba(195, 152, 86, 0.2);
}

.ruifox-home-columns003 .layout ul li:nth-child(4) a .i i {
    color: #c39856;
}

.ruifox-home-columns003 .layout ul li:nth-child(4) a:hover {
    border: 1px solid #c39856;
}

@media (max-width: 960px) {
    .ruifox-home-columns003 {
        margin-top: 40px !important;
    }

    .ruifox-home-columns003 .layout ul {
        margin-right: 0 !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
    }

    .ruifox-home-columns003 .layout ul li {
        width: 49% !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        height: max-content !important;
    }

    .ruifox-home-columns003 .layout ul li a {
        height: 32vw !important;
    }

    .ruifox-home-columns003 .layout ul li a i {
        font-size: 50px !important;
    }

    .ruifox-home-columns003 .layout ul li a i:before {
        width: 50px !important;
        height: 50px !important;
    }

    .ruifox-home-columns003 .layout ul li a .tit {
        font-size: 18px !important;
        margin-top: 20px !important;
    }

    .ruifox-home-columns003 .layout ul li a::before {
        background-size: cover !important;
    }
}

/*# sourceMappingURL=ruifox-home-columns003.css.map */