.footer{
    height: 60px;
    background: #131313;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}
.h-line{
    background: #000;
    border: 0;
    height: 30px;
    width: 5px;
    display: inline-block;
    position: relative;
    left: 40px;
}
.header_home_button{
    background: #9F353A;
    padding: 10px 12px;
    display: inline-block;
    color: #fff;
}
header .font-lights{
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    color: #7d7878;
    display: inline-block;
    margin-left: 50px;
    position: relative;
}
header .container {
    /* 使用百分比宽度，相对于父元素 */
    width: 90%;
    /* 最大宽度限制，防止在超大屏幕上过宽 */
    max-width: 1172px;
    margin: 0 auto;
    /* 添加box-sizing确保padding不影响宽度计算 */
    box-sizing: border-box;
}
header .contact1{
    font-size: 18px;
    font-family: Open Sans;
    font-weight: bold;
    color: #9F353A;
    line-height: 18px;
    display: inline-block;
    position: relative;
    top: -6px;
}
header .container  .email_tel {
    position: relative;
    top: -4px;
    right: -14px;
}

body .container .justify-between .space-x-4{
    margin-left: 100px;
}