.video-footer{
    margin-top: auto;
    color: #666666;
    font-size: 16px;
    width: 100%;
    background: url("../image/foot-background-grey.png") round;
    padding: 11px 0;
    height: 110px;
    transition: .5s ease;
    box-sizing: border-box;
    font-family: AlibabaPuHuiTi-Regular;
}

.video-footer .video-footer-content{
    width: var(--hualu-content-width);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
}
.video-footer .video-footer-content .video-footer-content-left{
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
    align-items: center;
    justify-content: space-around;
    height: 100%;
    font-size: 13px;
}

.video-footer-content-left .tips {
    display: flex;
    align-items: center;
    gap: 20px;
}

.video-footer-content-left ul.tips li{
    text-align: center;
}
.video-footer-content-left ul.tips li:hover{
    cursor: pointer;
}
.video-footer-content-left ul.tips li:nth-child(2n){
    width: 1px;
    height: 12px;
    border: 1px solid #E6E6E6;
}

.video-footer-content-left .website-copyright {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.video-footer-content-right {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 12px;
    font-size: 13px;
}

.video-footer-content-right .qrcode-item{
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
}

.video-footer-content-right .qrcode-item img{
    width: 52px;
    height: 52px;
}

