.dianl-footere-card {
    height: 450px;
    background: url("/web/dianle/image/index/card-back.webp") no-repeat center;
    background-size: cover;
    position: relative;
}

.dianl-footere-card::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/web/dianle/image/index/back-after.webp") no-repeat center;
    background-size: cover;
}

.dianl-footere-card::before {
    content: "";
    width: 450px;
    height: 450px;
    position: absolute;
    top: -5%;
    left: 8%;
    background: url('/web/dianle/image/index/image.webp') no-repeat center;
    background-size: cover;
    z-index: 1;
}

.dianl-footere-card .dianle-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    height: 100%;
    align-items: flex-end;
}

.dianl-footere-card .dianle-width .dianle-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: relative;
    top: 65px;
    left: -199px;
    z-index: 1;
}

.dianl-footere-card span {
    font-size: 28px;
    color: #fff;
}

.dianl-footere-card p {
    color: #FFFFFF;
    font-size: 13px;
}

.dianl-footere-card a{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 18px;
    color: #fff;
    font-size: 13px;
    background-color: #13C395;
    width: max-content;
}

.dianl-footere-card a:hover {
    opacity: 0.75;
}

.dianl-footere-card a img {
    width: 10px;
    height: 10px;
    object-fit: contain;
}






.dianle-footer-list {
    background: #1E1E2D;
    padding: 50px 0;
}

.dianle-footer-list .dianle-width {
    display: flex;
}

.dianle-footer-list .dianle-left-logo {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.dianle-footer-list .dianle-left-logo .dianle-logo {
    width: 140px;
    margin-bottom: 20px;
}

.dianle-footer-list .dianle-left-logo .dianle-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dianle-footer-list .dianle-left-logo p {
    color: #79798D;
    font-size: 13px;
}

.dianle-footer-list .dianle-right-link {
    display: flex;
    gap: 150px;
    width: 75%;
}

.dianle-footer-list .dianle-right-link ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dianle-footer-list .dianle-right-link ul li {
    color: #fff;
    font-size: 14.5px;
}

.dianle-footer-list .dianle-right-link ul li:nth-of-type(1) {
    margin-bottom: 15px;
}

.dianle-footer-list .dianle-right-link ul li a {
    color: #A5A5AB;
    font-size: 14.5px;
}

.dianle-footer-list .dianle-right-link ul li a:hover {
    opacity: 0.75;
}