.layui-footer {
    text-align: center !important;
    color: #ABACAD;
    background: url("../model/company/img/new/footer-back.jpg") no-repeat;
    background-size: 100% 100%;
    position: static!important;
    width: 100%;
    height: 10rem !important;
    border-top: none !important;
}
.company{
    text-align: justify;
    font-size: var(--font-size-02) !important;
}
.company p {
    text-align: justify;
    font-size: var(--font-size-01) !important;
}
.layui-footer p{
    font-size: var(--default-font-size);
}
.right{
    display: flex;
    width: 10%;
    justify-content: space-around;
    align-items: center;
}
.right img{
    width: 3.8rem;
    margin-top: 0.5rem;
}
.top{
    width: 100%;
    height: 0.3rem;
    background: green;
}
.company-message {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 0.10416rem solid #36393d0f;
    height: 70%;
    padding: 0 calc(50% - 600px);
}

.footer-detail {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.company {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28%;
    color: #5E6E82;
}
.layui-text a:not(.layui-btn) {
    color: #5E6E82;
    cursor: pointer;
}
.layui-text a:not(.layui-btn):hover {
    color: var(--hover-color);
}
.footer-detail-item {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 30%;
    color: #FFFFFF;
}

.right p {
    color: #999999bf;
    line-height: 1.3rem;
}

.footer-detail-item>div>div {
    font-size: var(--font-size-04);
    font-family: DIN, DIN-Medium;
    color: #344050;
    margin-top: 0.3rem;
}

.footer-detail-item:last-child>div>div {
    font-weight: normal;
    font-size: var(--font-size-02);
}

.footer-detail-item>div {
    text-align: left;
}

.footer-detail-item>div>span {
    font-size: var(--font-size-01);
    color: #5e6e82;
}
.footer-detail-item img {
    width: 2.5rem;
    margin-right: 1rem;
}
.right>div {
    margin-left: 5%;
    padding: 0 0.4rem;
    border-radius: 0.3rem;
}

.footer-detail-item:last-child {
    width: 40%;
}
