/* Howso@Daolu 页面样式 */

/* 引入公共样式 */
@import url('public.css');


/* 英雄区域 */
.hero {
    background: url(/static/images/howsoDaolu/banner.png) no-repeat center center;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1920 / 280;
    background-size: contain;
}

/* 产品架构 */
.architecture {
    /* background: white; */
    padding-bottom: 0 !important;
}

.arch-box {
    width: 100%;
    /* background: url(/static/images/howsoDaolu/CAR-BEIJING.png) no-repeat center center; */
    background-size: 100% 100%;
    /* height: 760px; */
    aspect-ratio: 1920 / 769;
}


/* 产品功能 */
.features {
    /* background: #f0f7ff; */
}


/* 产品优势 */
.advantages {
    /* background: white; */
}

.advantages-grid {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.dot{
    height: 8rem;
}

.advantage-card {
    /* padding: 4rem 3rem; */
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    max-width: 30rem;
}

.advantage_desc {
    text-align: center;
    margin-left: 0;

}

/* .advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    cursor: pointer;
} */

.advantage-icon {
    /* margin: 0 0 2rem; */
    /* display: flex
; */
    /* align-items: center; */
    /* justify-content: center; */
    /* transition: all 0.3s ease; */
    /* overflow: hidden; */
    /* width: 100%; */
}

.advantage-icon img {
    /* width: 100%; */
    height: 100%;


}

/* .advantage-card h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.5rem;
}

.advantage-card p {
    font-size: 1.8rem;
    color: #333;
    line-height: 1.6;
} */


/* 应用场景 */
.scenarios {
    /* background: #ECF2FE; */
    /* position: relative; */
}


.scenarios-grid {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 3rem;
    position: relative;
    z-index: 1; */
}

.scenario-card {
    /* position: relative;
    height: 24rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease; */
}

.scenario-card:hover {
    /* transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    cursor: pointer;
} */

.scenario-card::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease; */
}

/* .scenario-card:nth-child(1)::before {
    background-image: url('/static/images/howsoDaolu/changjing-1.png');
}

.scenario-card:nth-child(2)::before {
    background-image: url('/static/images/howsoDaolu/changjing-2.png');
}

.scenario-card:nth-child(3)::before {
    background-image: url('/static/images/howsoDaolu/changjing-3.png');
}

.scenario-card:nth-child(4)::before {
    background-image: url('/static/images/howsoDaolu/changjing-4.png');
}

.scenario-card:hover::before {
    transform: scale(1.05);
} */

/* .scenario-card-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)); */
} */

/* .scenario-card-content h3 {
    font-size: 2.6rem;
    font-weight: bold;
}

.scenario-card-content p {
    width: 67%;
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 1.6;
} */


@media (max-width: 768px) {


    .advantages-grid {
        flex-wrap: wrap;
    }
}