<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer{
    background: #071525;
    position: relative;
}

.footer_center{
    width: 16rem;
    margin: 0 auto;
    display: flex;
    padding: 1rem 0 1.2rem 0;
}
.footer_items1{
    width: 3.8rem;
}
.footer_logo{
    width:3.2rem;
    height: 0.66rem;
    margin-bottom: 0.3rem;
}
.footer_logo img{
    width: 100%;
    height: 100%;
}
.footer_xbox_ico{
    width: 0.2rem;
    height: 0.2rem;
    display: flex;
    justify-content: center;
}
/* .footer_xbox_ico img{
    width: 100%;
} */
.footer_xbox_item{
    display: flex;
    margin-top: 0.2rem;
}
.footer_xbox_name{
    display: flex;
    margin-left: 0.15rem;
}
.footet_span{
    font-size: 0.18rem;
    color: #DCDCDC;
    /*line-height: 1.8;*/
}
.footet_span:nth-child(1){
    width: 0.8rem;
   text-align: justify;
    text-align-last: justify;
    

}
.footet_span:nth-child(2){
    flex: 1;
    margin-left: 0.1rem;
     word-break:break-all;
word-wrap:break-word; 
}
.footer_items2{
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-right: 1.67rem;
    margin-left: 1.32rem;
}
.footer_items2_tit{
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
}
.footer_items2_abox{
    margin-top: 0.3rem;
}
.footer_items2_a{
    color: #DCDCDC;
    font-size: 0.18rem;
    display: block;
    margin-bottom: 0.15rem;
}
.footer_items2_a:hover {
    color: #fff;
}
.footer_itm3_img{
    width: 1.35rem;
    height: 1.354rem;
}
.footer_itm3_name{
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    margin-top: 0.18rem;
}
.footer_footer {
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.15rem 0;
    position: relative;
    flex-direction: column;
}
.footer_footer a{
    color: #fff;
    font-size: 0.18rem;
    margin:0.07rem ;
}
.to_top{
    width: 0.44rem;
    height: 0.44rem;
    position: fixed;
    z-index: 66;
    right: 0.3rem;
    bottom: 0.25rem;
    background: #0051a0;
    border-radius:50%;
    display: none;
}

.to_top img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1024px){
    .footer_center{
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 1rem 0.12rem 1.2rem;
    }
    .footer_items2{
        display: none;
    }
    .footer_footer{
        flex-direction: column;
        padding:15px;
    }
    .footer_items1{
        width: 100%;
    }
    .footet_span:nth-child(1){
        width: 1.2rem;
    }
    .footer_logo{
        width: 5rem;
        height: auto;
        margin: 0 auto;
    }
    .footer_xbox_item{
        align-items: baseline;
    }
    .footer_xbox{
        width: 90%;
        margin: 0 auto;
    }
    .footer_items3{
        margin-top: 0.3rem;
    }
    .footer_itm3_name,.footet_span{
        font-size: 0.28rem;
    }
    .footer_xbox_ico img{
        width: auto;
        object-fit: cover;
        height: 0.23rem;
    }
    .footer_footer a{
        font-size: 12px;
        text-align: center;
        /*font-size: 0.28rem;*/
        /*line-height: 1.5;*/
    }
    .footet_span:nth-child(2){
        margin-left: 0;
    }
}</pre></body></html>