.laihuashi-foot {
    background: #001421;
}

.foot-top {
    padding-top: 110px;
    padding-bottom: 190px;
    display: flex;
}

.foot-left .foot-logo img {
    width: 281px;
    height: 42px;
    margin-bottom: 43px;
}

.foot-contact .foot-line {
    max-width: 300px;
    display: flex;
    margin-bottom: 20px;
}

.foot-contact .foot-line:last-child {
    margin-bottom: 0;
}

.foot-contact .ico {
    display: block;
    width: 18px;
    height: 18px;
}

.foot-contact .foot-line-info {
    margin-left: 12px;
    display: block;
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 14px;
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.foot-contact .foot-line-info a {
    margin: 0;
}


.foot-center {
    display: flex;
    margin-left: 134px;
}

.foot-col {
    margin-left: 100px;
}

.foot-col h4 {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
    white-space: nowrap;
}

.foot-col ul li {
    margin-bottom: 12px;
}

.foot-col ul li a {
    color: rgba(255, 255, 255, 0.80);
    font-family: var(--font-family);
    font-size: 14px;
    font-style: var(--font-style);
    font-weight: 500;
    line-height: var(--line-height);
    text-transform: capitalize;
}
.foot-col ul li a:hover{
    color: rgba(255, 255, 255, 0.80) !important;
}


.foot-right {
    max-width: 300px;
    margin-left: 100px;
}

.foot-right h4 {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.foot-hr {
    border: none;
    background: rgba(255, 255, 255, 0.20);
    height: 1px;
}

#la-footer-form .inqury_title_box {
    display: none;
}

#la-footer-form div {
    padding: 0;
    margin: 0;
}

#la-footer-form form {
    gap: 12px;
}

#la-footer-form .inqury-form.form .half {
    flex: 1;
}

#la-footer-form .input-label,
#la-footer-form .char-count {
    display: none !important;
}

#la-footer-form input,
#la-footer-form textarea {
    border-radius: 4px;
    background: #fff;
    border: none;
    color: #666;
    padding: 10px 20px;
    opacity: 0.8;
}

#la-footer-form input::placeholder,
#la-footer-form textarea::placeholder {
    color: #666;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: var(--line-height);
    text-transform: capitalize;
}

#la-footer-form button[type='submit'] {
    display: flex;
    width: 143px;
    height: 36px;
    padding: 10px 23px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: var(--second-color);
    border-radius: 99px;
    color: #333;
    font-size: 14px;
}
#la-footer-form .crmForm-error{
    position: relative;
}

.foot-bottom {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-bottom .foot-bottom-left{
    width: 270px;
}
.foot-bottom .foot-bottom-right{
    flex: 1;
}

.social-inline {
    list-style: none;
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
    align-items: center;
}

.social-inline li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.7;
}

.social-inline li a .iconfont {
    color: #111;
}

.foot-bottom-right {
    color: #fff;
    text-align: right;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: var(--line-height);
    text-transform: capitalize;
}

@media screen and (max-width: 1500px) {
    .foot-center {
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {

    .foot-col,
    .foot-right {
        margin-left: 50px;
    }
}

@media screen and (max-width: 992px) {
    .foot-center {
        display: none;
    }

    .foot-top {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .foot-contact .foot-line {
        max-width: 150px;
    }

    .foot-left .foot-logo img {
        width: 150px;
        height: auto;
    }

    .foot-contact .foot-line-info {
        max-width: 122px;
        word-wrap: break-word;
    }
    .foot-bottom{
        height: auto;
        flex-direction: column;
    }
    .foot-bottom .foot-bottom-left{
        padding: 20px 0 10px ;
    }
    .foot-bottom .foot-bottom-right{
        padding: 10px 0 20px;
        text-align: center;
    }
}