<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer{
    width: 100%;
    border-top: solid 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.F_scaffold{
    width: 1500px;
    overflow: hidden;
    margin-top: 50px;
    /* background-color:#c2c2c2; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.H_ki{
    width: 250px;
    height: 200px;
    /* background-color: aqua; */
    position: relative;
} 
.H_ki&gt;p{
    margin-bottom: 22px;
    font-size: 14px;
    cursor: pointer;
}
.H_ki&gt;.xiaolian{
    width: 200px;
    height: 100%;
    position: absolute;
    bottom: 0px;
    object-fit: contain;
}
.H_ki&gt;p{
    display: flex;
    align-items: center;
}
.H_ki&gt;p&gt;img{
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
/* 鎵嬫満 */
@media (max-width:750px) {
    footer{
        width: 100%;
        overflow: hidden;
        border-top: solid 1px #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .F_scaffold{
        width: 400px;
        overflow: hidden;
        margin-top: 50px;
        /* background-color:#c2c2c2; */
        display: flex; 
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .H_ki{
        width: 150px;
        height: 200px;
        /* background-color: aqua; */
        position: relative;
    } 
    .H_ki&gt;.xiaolian{
        width: 140px;
        height: 100%;
        position: absolute;
        bottom: -80px;
    }
}</pre></body></html>