@charset "UTF-8";
.footer{
    font-size: 14px;
    color: #bbbaba;
    line-height: 60px;
    background-color: #23282d;
}
.footer a{
    color: #bbbaba;
}
.QR-code a{
    width: 50px;
    height: 50px;
    right: 150px;bottom: 100px;
    border: solid 3px #f44336;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/footer/QR-code-ico.png);
}
.QR-code strong{
    font-size: 18px;
    line-height: 35px;
    background-color: #f44336;
}
.btn-audio{
    width: 50px;
    height: 50px;
    right: 80px;bottom: 100px;
    border: solid 3px #f44336;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/footer/btn-audio-ico.png);
}
.btn-audio1{
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@media (max-width: 575px){}
@media (max-width: 767px){}
@media (max-width: 991px){
    .QR-code a{
        width: 40px;
        height: 40px;
        right: 10px;bottom: 60px;
        background-size: 18px auto;
        border: solid 2px #f44336;
    }
    .btn-audio{
        width: 40px;
        height: 40px;
        right: 10px;bottom: 10px;
        background-size: 18px auto;
        border: solid 2px #f44336;
    }
}
@media (max-width: 1199px){}