<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-footer{
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    height: 17.75rem;
    overflow: hidden;
}
.footer-top{
    height: 14.75rem;
    background-color: rgba(11,21,37,0.7);
    width: 100%;
}
.footer-top-content{
width: 75rem;
margin: auto;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
color: #CCCCCC;
}
.footer-top-content p {
font-size: 0.875rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #CCCCCC;
line-height: 1.25rem;
letter-spacing: 0.0625rem;
margin-bottom: 1rem;
}
.footer-content-middle-box h3{
font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 1.25rem;
letter-spacing: 0.0625rem;
margin-bottom: 1.5rem;
}
.footer-content-left-box img{
    width: 13rem;
    height: auto!important;
    font-size: 0;
    text-align: center;
    margin-bottom: 1rem;
}
.footer-bottom{
background-color: #2F75E9;
color: #fff;
font-size: 0.75rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
line-height: 3rem;
width: 100%;
height: 3rem;
text-align: center;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.bottom-text {
    cursor: pointer;
    margin-right: 10px;
  }
.footer-content-right-box{
width: 13.75rem;

}
.content-right-img{
    display: flex;
    width: 100%;
    justify-content: space-between;
   
}
.content-right-img-box{
height: 2.5rem;
width: 2.5rem;
overflow: hidden;
font-size: 0;
}
.content-right-link{
overflow: hidden;
box-sizing: border-box;
padding-left: 1.375rem;
display: flex;
justify-content: space-between;
}
.content-right-link a{
    display: block;
    margin-bottom: 1.5rem;
    text-decoration: none;
    font-size: 1rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.25rem;
    letter-spacing: 0.0625rem;
}
.content-right-img-box img{
height: 100%;
width: 100%;
}
@media screen and (max-width: 1150px){
    .footer-content-right-box{
        /* display: none; */
    }
    .footer-top-content{
        width: 55rem;
    }
}
@media screen and (max-width: 850px){
    .footer-content-left-box {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-content-left-box img{
        /* margin-right: 20px; */
        width: 10.4375rem;
        height: auto!important;
    }
    .footer-content-left-box .desc-view {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .container-footer {
        height: 50vh;
    }
    .footer-top {
        height: 100%;
    }
    .footer-content-middle-box{
        /* display: none; */
        margin-bottom: 20px;
    }
    .footer-top-content{
        justify-content: center;
        display: flex;
        flex-direction: column;
      }
      .footer-top-content
      {
        width: 100%;
      }
      .footer-bottom{
        height: auto;
        line-height: 3rem;
        min-height: 3rem;
        display: flex;
        flex-direction: row;
        align-items: center;
      }
      .bottom-text {
        cursor: pointer;
      }
}</pre></body></html>