* {
    box-sizing: content-box!important;
    outline: 0;
}
.footer_top {
    background: transparent url(https://mall.global8.cn/app3/2022-02-21/6212ef6f84342.png) center no-repeat;
    background-size: cover;
    height: 141px;
}

footer {
    flex: 0 0 450px;
    color: #fff;
    background-color: #131a27;
    padding: 40px 0 10px;
}

footer .mainbox {
    width: 1240px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


footer .mainbox .footer_line {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
}

footer .mainbox .footer_line .tipbox{
    flex: 0 0 35%;
    padding-right: 100px;
}


footer .mainbox .footer_line > div {
    flex: 1 ;
}

footer .mainbox .footer_line > div > p.head {
    color: #fff;
}


footer .mainbox .footer_line > div > p.head.f24{
    font-size: 20px;
}

footer .mainbox .footer_line > div > p,
footer .mainbox .footer_line > div a{
    color: rgba(255,255,255,0.55);
}

ul {
    list-style: none;
}

div, p, span, a, table, td, tr, h1, h2, h3, h4, body, html, ul, li, address, input, select, textarea {
    padding: 0;
    margin: 0;
}

footer .mainbox .footer_line a {
    display: block;
}

footer p, footer a {
    margin: 0;
    line-height: 28px;
}

footer .mainbox .footer_line > div img{
    width: 75px;
    height: 75px;
}

footer .mainbox .copyright {
    width: 100%;
    text-align: center;
    position: relative;
}

footer .mainbox .copyright hr {
    border: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    margin: 0;
}

footer .mainbox .copyright .mova {
    position: absolute;
    left: 0;
    top: 18px;
}

footer .mainbox .copyright p {
    line-height: 35px;
    padding-top: 0.5rem ;
}

footer p, footer a{
    margin:0;
    line-height: 28px;
}

footer a, footer a:hover{
    color: #fff;
}

i, em {
    font-style: normal;
}