* {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.footer {
    z-index: 999;
    height: 4.2rem;
    background: #2b2b2b;

}

.footers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 14rem;
    padding-top: 0.7rem;
    margin: 0 auto;
}
.footers_1 {
    display: flex;
    max-width: 14rem;
}


.footer-logo>div>img {
    width: 2rem;
    height: 0.6rem;
}

.footer-logo>div>p {
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.40rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footers_1 {
    display: flex;
    align-items: center;
}
.footers_2 {
    display: flex;
    column-gap: 0.5rem;
}
.footer-nav_1{
    height: 0.42rem;
    border-bottom: 0.01rem solid #ACACAC;
}
.footer-nav_1>ul>li {
    float: left;
}
.footer-nav_1>ul>li>a {
    /*width: 0.86rem;*/
    height: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-nav_1>ul>li>a:hover{
    color: #E5201C;
}

.footer-nav_li2 {
    padding-left: 1.36rem;
}

.footer-nav_li3 {
    padding-left: 0.88rem;
}

.footer-nav_li4 {
    padding-left: 1.04rem;
}

.footer-nav_li5 {
    padding-left: 0.58rem;
}
.footer-d>ul {
    float: left;
    width: 1.16rem;
    height: 1.63rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #D8D8D8;
    line-height: 0.36rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    top: 0.4rem;
}

.footer-d>ul>li>a {
    color: #fff;
    box-sizing: border-box;
    transition: all 0.3s;
}

.footer-d>ul>li>a:hover{
    color: #E5201C;
    border-bottom: 0.01rem solid #E5201C;
}

.footer-end {
    display: flex;
    justify-content: center;
    align-items: center;

}

.footer-end>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.6rem;
    background-color: #3E3E3E;

}

.footer-end>div>p {
    width: 7.48rem;
    height: 0.19rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #E2E2E2;
    line-height: 0.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.footer-d>ul>li>a{
    text-decoration: none;
}


@media only screen and (max-width: 1024px) {
    .footer{
        height: auto;
    }
    .footers{
        display: block;
    }
    .footers_2{
        display: none;
    }
    .footers_1{
        justify-content: center;
        padding-bottom: 0.3rem;
    }
    .footer-end>div{
        height: auto;
    display: block;
    }
    .footer-end>div>p{
        width: 100%;
    height: auto;
    line-height: 0.3rem;
    padding: 0.1rem 0 0.4rem;
    }
    .footer-logo>div>p,.footer-end>div>p,.footer-end>div>p a{
        font-size: 12px;
    }
}