/* Howso@Easygo 页面样式 */

/* 引入公共样式 */
@import url('public.css');


/* 英雄区域 */
.hero {
    background: url(/static/images/developmentManagement/banner.png) no-repeat center center;
    width: 100%;
    /*height: auto;*/
    aspect-ratio: 1920 / 400;
    background-size: contain;
    /*align-items: center;*/
    /*background-size: cover;*/
}

/* 产品架构 */
section#architecture {}


/* 产品功能 */
/* section#features {
    background: url(/static/images/howsoEasygo/features-bg.png) no-repeat center center;
    background-size: 100% 100%;
} */
.dot {
    height: 11.5rem;
}
.hero-content h1{
    margin-top: 11%;
}

/* 产品优势 */
/* .advantages {
    background: white;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    align-items: start;
}

.advantage-card {
    padding: 4rem 3rem;
} */



/* 应用场景 */
/* .scenarios {
    background: #ECF2FE;
    position: relative;
}

.scenarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 2rem;
    position: relative;
    z-index: 1;
}


.scenario-card {
    position: relative;
    height: 30rem;
    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/developmentManagement/app1.png');
}

.scenario-card:nth-child(2)::before {
    background-image: url('/static/images/developmentManagement/app2.png');
}

.scenario-card:nth-child(3)::before {
    background-image: url('/static/images/developmentManagement/app3.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: 75%;
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 1.6;
}


@media (max-width: 768px) {
    .dot2 {
        height: 7rem !important;
    }

    .hero-content {
        width: auto;
    }

    .advantages-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .advantage-icon img {
        width: 100% !important;
    }
}


@media (min-width: 1025px) and (max-width: 1440px) {
    .dot {
        height: 11rem !important;
    }

    .scenario-card-content p {
    margin-top: 1rem;
    line-height: 1.6;
}
} */
.banner_box{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.hero-content {
    z-index: 2;
    margin-left: 11.25%;
    max-width: 70%;
}
.scenario-card{
    width: 30%;
}
.hero-content .service {
    color: #000;
    font-weight: 700;
    font-size: 34px;
    font-family: Source Han Sans SC-Bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.hero-content .subtitle {
    font-size: 18px;
    color: #303030;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-family: Source Han Sans SC-Bold;
}

.hero-content .features {
    font-size: 20px;
    color: #000;
    font-family: Source Han Sans SC-Bold;
}