/* Home page layout and responsive styles extracted from inline styles */

.page {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.box_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #7a322d;
    height: 80px;
    padding: 0 30px;
}

.image_1 {
    width: 518px;
    height: 52px;
    margin: 14px auto;
}

.header-left {
    display: flex;
    align-items: center;
}

.section_1 {
    display: flex;
    align-items: center;
    background: #fbd6a5;
    border-radius: 16px;
    height: 32px;
    padding: 0 12px;
    text-decoration: none;
}

.thumbnail_1 {
    width: 19px;
    height: 17px;
}

.text_2 {
    color: #7a322d;
    font-size: 14px;
    margin-left: 8px;
}


.image_2 {
    width: 1140px;
    height: 118px;
    display: block; /* center in container */
    margin-left: auto;
    margin-right: auto;
}


.group_1 {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 48px;
    width: 80%;
    max-width: 996px;
}

/* 确保form参与flex布局 */
.group_1 form {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0;
}

.box_3 {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px 0 0 8px;
    flex: 1;
    height: 60px;
    padding: 0 16px;
}

.box_3 input[type="text"] {
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}

.box_3 input[aria-label="cert-no"] {
    flex: 1;
}

/* PC端 lieb 样式 */
.lieb:first-child {
    width: 60%;
    display: flex;
    align-items: center;
}

.lieb:last-child {
    width: 40%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.divider-vert {
    width: 1px;
    height: 40px;
    background: #e5e5e5;
    margin: 0 16px;
}

.image_5 {
    width: 88px;
    height: 40px;
    margin-left: 12px;
}

.captcha-wrap {
    display: flex;
    align-items: center;
}

.captcha-wrap .input-group {
    display: flex;
    align-items: center;
}

.box_4 {
    background: #fbd6a5;
    color: #7a322d;
    border: none;
    border-radius: 0 8px 8px 0;
    height: 60px;
    padding: 0 28px;
    font-size: 16px;
    cursor: pointer;
}

.image-wrapper_1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 44, 81, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    padding: 24px 16px;
}

.image-wrapper_1 img {
    height: 38px;
}

.text-wrapper_1 {
    background: #373737;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.text_6 {
    color: #bcbcbc;
    font-size: 12px;
    white-space: nowrap;
}


/* Responsive */
@media (max-width: 1024px) {
    .text_3 { font-size: 32px; }
    .group_1 { width: 90%; }
}

@media (max-width: 768px) {
    .box_1 { height: 64px; padding: 0 16px; }
    .image_1 { width: 40px; height: 38px; }
    .text_1 { font-size: 16px; }
    .section_1 { height: 28px; border-radius: 14px; }

    /* Hero area */
    .pc-box_2 { min-height: 560px; padding-top: 100px; padding-left: 16px; padding-right: 16px; background: url("__CDN__/assets/img/default/bg_index_h5.png") center/cover no-repeat; }
    .image_2, .image_3 { width: 80%; height: auto; }
    .text_3 { font-size: 24px; }

    /* Search area: mobile-specific layout */
    .group_1 { flex-direction: column; gap: 12px; max-width: 100%; width: 100%; }
    
    /* 移动端form布局 */
    .group_1 form { 
        flex-direction: column; 
        gap: 12px; 
        width: 100%; 
    }
    
    .box_3 { 
        width: 100%; 
        min-height: unset; 
        border-radius: 0; 
        padding: 0; 
        gap: 12px; 
        flex-direction: column; 
        background: transparent; 
        height: auto;
    }
    .box_3 .divider-vert { display: none; }
    
    /* 手机端 lieb 样式 - 每个占一行，都是100%宽度 */
    .lieb:first-child {
        width: 100%;
        display: flex;
        align-items: center;
        order: 1;
        margin:40px auto 15px auto
    }
    
    .lieb:last-child {
        width: 100%;
        display: flex;
        align-items: center;
        order: 2;
        gap: 10px;
        margin-bottom: 40px;
    }
      
    .lieb:last-child input[name="captcha"] {
        overflow-wrap: break-word;
        font-size: 16px;
        white-space: nowrap;
    }
      
    /* 手机端输入框样式 */
    .box_3 input[type="text"] {
        background: #f7f7f7;
        border-radius: 8px;
        padding: 12px 14px;
        font-size: 16px;
        width: 100%;
    }
    
    .box_3 [name="captcha"] {
        flex: 1;
    }
    
    .box_3 .input-group-addon {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    
    .box_3 .input-group-addon img {
        height: 30px;
        width: auto;
    }
    .box_4 { width: 100%; height: 48px; border-radius: 8px; font-size: 16px; }

    .image-wrapper_1 { position: static; gap: 24px; overflow-x: auto; }
    .text-wrapper_1 { height: auto; padding: 12px; }
    .text_6 { white-space: normal; text-align: center; }
}

@media (max-width: 480px) {
    .text_2 { font-size: 13px; }
    .box_4 { font-size: 15px; }
    .box_3 input[type="text"] { font-size: 15px; padding: 10px 12px; }
    .image_2 { width: 72%; }
}


