/* 蓝色横幅区域 */
.hero-banner {
    padding-bottom: 100px !important;
}

/* 白色内容容器 */
.main-content-wrapper {
    background: #fff;
    position: relative;
    z-index: 10;
    padding-top: 40px;
}

.main-content-wrapper > .container {
    background: #fff;
    border-radius: 0px 0px 0 0;
    margin-top: -80px;
}

/* 热门搜索第二行 */
.hot-search.second-row {
    margin-top: -30px;
}

/* 统计区域 */
.action-label {
    border: 1px dashed #ccc;
    padding: 6px 20px;
    border-radius: 4px;
    color: #999;
    font-size: 13px;
}

.btn-seek-help {
    background: #5c9dea;
    border-color: #5c9dea;
    color: #fff;
    border-radius: 0px !important;
    padding: 10px 2.5rem !important;
}

.btn-seek-help:hover {
    background: #4a8bd8;
    border-color: #4a8bd8;
    color: #fff;
}

.btn-offer-help {
    background: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
    border-radius: 0px !important;
    padding: 10px 2.5rem !important;
}

.btn-offer-help:hover {
    background: #43a047;
    border-color: #43a047;
    color: #fff;
}

.hero-illustration {
    width: 100%;
    max-width: 759px;
    aspect-ratio: 759 / 506;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

/* 流程区域 */
.process-icon img {
    max-width: 50px;
    height:50px;
}

.process-arrow {
    width: 25px;
    opacity: 0.5;
}

/* 服务卡片 */
.service-icon img {
    width: 72px;
    height: 72px;
}

.service-label {
    left: 2rem;
    bottom: 3rem;
}

/* 新闻卡片 */
.news-card {
    min-height: 100px;
}

.section-home-title{
    font-size:46px;
}
.stat-number-value{
    font-size: 32px;
}