 /* 澶撮儴瀵艰埅 */
 @font-face {
    font-family: 'OPPOSANS-M';
    src: url('../fonts/OPPOSANS-M.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.footer{
    width:100%;
    height:auto;
    background: #1A2135;
}
.footer-container{
    max-width: 1200px;
    width: 80%;
    height:auto;
    margin: auto;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding: 47px 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}
.footer-left-box{
    height:auto;
    flex: 1;
}
.footer-company{
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}
.footer-e-company{
    font-weight: 200;
    font-size: 10px;
    margin-top: 6px;
}
.concat{
    display: flex;
    align-items: center;
}
.footer-text{
    font-size: 16px;
    opacity: 0.8;
}
.footer-tel{
    font-family: 'OPPOSANS-M';
    font-size: 18px;
    opacity: 0.8;
    margin-left: 4px;
}
.footer-ba-box{
    margin-top: 13px;
}
.footer-ba-box a{
    font-size: 14px;
    color: #fff;
    opacity: 0.54;
}
.footer-right-box{
    height:auto;
    display: flex;
    position: relative;
    bottom: 4px;
}
.footer-qrcode-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'OPPOSANS-M';
}
.footer-qrcode-box img{
    width: 99px;
    height: 99px;
    margin-top: 8px;
}