.container {
    width: 100%;
    height: 2.8rem;
    background: url('../img/container-bg.png') no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    gap: 0.98rem;
    justify-content: center;
}

.container>p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.36rem;
    color: #F8F8F8;
}

.container>img {
    width: 1.4rem;
    height: 1.4rem;
}

footer {
    width: 100%;
    padding-bottom: 0.32rem;
    background: url('../img/footer-bg.png');
    background-size: cover;
    padding-top: 0.8rem;
}

.footerT {
    width: 15.2rem;
    margin: 0 auto;
    display: flex;
    gap: 1.51rem;
}

.footerTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.22rem;
    opacity: 0.8;
}
.footerTit:hover{
    opacity: 1;
}

.footerContact p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E5E5E5;
    margin-bottom: 0.15rem;
}

.footerContact p a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E5E5E5
}

.footerIcon {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.21rem;
}

.footerIcon span {
    width: 0.3rem;
    height: 0.3rem;
}

.footerIcon span img:nth-child(2) {
    display: block;
}

.footerIcon span img:nth-child(1) {
    display: none;
}

.footerIcon span:hover img:nth-child(2) {
    display: none;
}

.footerIcon span:hover img:nth-child(1) {
    display: block;
}

.footerIcon span img {
    object-fit: contain;
}

.footerNav {
    display: flex;
    gap: 1.06rem;
}

.footerNav a {
    margin-bottom: 0.15rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E5E5E5;
    display: block;
    opacity: 0.8;
}
.footerNav a:hover{
    opacity: 1;
}

.erweima {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.1rem;
    transform: translateX(-50%);
    display: none;
}

.links {
    display: flex;
    gap: 0.08rem;
    width: 15.2rem;
    margin: 0.2rem auto 0;
}

.linksTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    width: max-content;
}

.linksCON div {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 0.08rem;
}

.linksCON div:last-child {
    margin-bottom: 0;
}

.linksCON a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.15rem;
    color: #FFFFFF;
    width: max-content;
}

.footerB {
    border-top: 0.01rem solid #404E6D;
    width: 15.2rem;
    margin: 0.3rem auto 0;
    padding-top: 0.18rem;
    display: flex;
    justify-content: center;
}

.footerB span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #9B9C9E;
}
.footerB img{
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.2rem ;
}

@media only screen and (max-width: 1024px){
    .footerT{
        width: 100%;
        display: block;
    }
    .footerContact,
    .footerNav
    {
        width: 100%;
        padding:0 15px;
    }
    .footerIcon{
        display: block;
        margin: 10px 0;
    }
    .footerNav{
        gap:15px;
        flex-wrap: wrap;
    }
    .links{
        width: 100%;
        padding:0 15px;
        gap:15px;
    }
    .linksTit{
        white-space: nowrap;
    }
    .footerB{
        width: 100%;
        text-align: center;
    }
    .footerB{
        flex-wrap: wrap;
    }
    .footerB span:first-child{
        margin-bottom: 10px;
    }
    .footerTit{
        font-size: 14px;
    }
    .footerNav a,
    .footerContact p,
    .linksTit,
    .footerB span,
    .footerContact p a,
    .linksCON a
    {
        font-size: 12px;
    }
}