@charset "utf-8";

/* DaiHuai.html 独立样式 */

/* 宁波代怀页面特定样式 */
.elements {
    padding: 80px 0;
}

.elements_title {
    font-size: 28px;
    font-weight: 700;
    color: #1e5799;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ffcc00;
}

.elements_progress_bars .pbar_container {
    margin-bottom: 30px;
}

.elements_progress_bars .pb_item {
    margin-bottom: 25px;
}

.elements_progress_bars .pb_item h4 {
    color: #1e5799;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.elements_accordions .accordion_container {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.elements_accordions .accordion {
    padding: 15px 20px;
    background: #f8f9fa;
    cursor: pointer;
    font-weight: 600;
    color: #1e5799;
    transition: background 0.3s ease;
}

.elements_accordions .accordion:hover {
    background: #e9ecef;
}

.elements_accordions .accordion_panel {
    padding: 20px;
    background: #ffffff;
    display: none;
}

.elements_accordions .accordion_panel.active {
    display: block;
}

.elements_loaders_container .loader_col {
    margin-bottom: 40px;
}

.elements_loaders_container .loader_text {
    font-size: 18px;
    font-weight: 600;
    color: #1e5799;
    margin-top: 15px;
}

.elements_loaders_container .loader_sub {
    font-size: 14px;
    color: #a5a5a5;
    margin-top: 5px;
}

.milestones_container {
    position: relative;
    padding: 80px 0;
    margin-top: 60px;
}

.milestones_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.milestone {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.milestone_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}

.milestone_counter {
    font-size: 36px;
    font-weight: 700;
    color: #1e5799;
    margin-bottom: 10px;
}

.milestone_text {
    font-size: 14px;
    color: #a5a5a5;
}

.icon_boxes_container .icon_box {
    margin-bottom: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon_boxes_container .icon_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.icon_boxes_container .icon_box .icon_container {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.icon_boxes_container .icon_box h3 {
    color: #1e5799;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.icon_boxes_container .icon_box p {
    color: #a5a5a5;
    line-height: 1.8;
}

/* 响应式调整 */
@media (max-width: 767px) {
    .elements_title {
        font-size: 24px;
    }
    
    .milestone_counter {
        font-size: 28px;
    }
}
